@charset "UTF-8";
.cursor-dot {
  display: none;
}

@media screen and (min-width: 1008px) {
  .cursor-dot {
    display: block;
    position: absolute;
    background: #A3381E;
    opacity: 1;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    pointer-events: none;
    -webkit-clip-path: circle(50%);
            clip-path: circle(50%);
    -webkit-transition: -webkit-transform 0.3s 0.18s ease-in-out;
    transition: -webkit-transform 0.3s 0.18s ease-in-out;
    transition: transform 0.3s 0.18s ease-in-out;
    transition: transform 0.3s 0.18s ease-in-out, -webkit-transform 0.3s 0.18s ease-in-out;
  }
  .cursor-dot div {
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.18s ease-in-out;
    transition: opacity 0.3s 0.18s ease-in-out;
  }
  .cursor-dot div video {
    height: 100%;
    width: 100%;
  }
  .cursor-dot.light {
    background: #D2C4A8;
    -webkit-transition: backround 0.3s ease-in-out;
    transition: backround 0.3s ease-in-out;
  }
  .cursor-dot.eye {
    opacity: 1;
    -webkit-transform: scale(900%);
            transform: scale(900%);
    -webkit-transition: -webkit-transform 0.3s 0.18s ease-in-out;
    transition: -webkit-transform 0.3s 0.18s ease-in-out;
    transition: transform 0.3s 0.18s ease-in-out;
    transition: transform 0.3s 0.18s ease-in-out, -webkit-transform 0.3s 0.18s ease-in-out;
  }
  .cursor-dot.eye div {
    opacity: 1;
    -webkit-transition: opacity 0.3s 0.18s ease-in-out;
    transition: opacity 0.3s 0.18s ease-in-out;
  }
  .cursor-dot.hidden {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 0;
  }
  .cursor-dot.active {
    -webkit-animation: bounce 0.3s ease;
            animation: bounce 0.3s ease;
  }
  @-webkit-keyframes bounce {
    100% {
      -webkit-transform: translate(-50%, -50%) scale(2);
              transform: translate(-50%, -50%) scale(2);
      opacity: 0;
    }
    0% {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }
  }
  @keyframes bounce {
    100% {
      -webkit-transform: translate(-50%, -50%) scale(2);
              transform: translate(-50%, -50%) scale(2);
      opacity: 0;
    }
    0% {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }
  }
}
html {
  font-size: 62.5%;
  /* font size 62.5% is equal to 10px (use rem units below) */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: black;
}

::selection {
  color: white;
  background: black;
}

a {
  color: #C5B39B;
}

.styled-anchor {
  text-decoration-color: rgba(220, 209, 188, 0.4);
  text-decoration-thickness: 0.06em;
  text-underline-offset: 2.5px;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.styled-anchor:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration-color: rgb(220, 209, 188);
}

body {
  font-family: "elza", "sans-serif";
  font-weight: 300;
  font-style: normal;
  font-size: 1.6rem;
  background-color: #151515;
  color: #C5B39B;
  padding: 0;
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

img {
  max-width: 100%;
}

.carousel_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-height: 100vh;
  overflow: hidden;
}

.img-horiz {
  width: 100vw;
  height: 130vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-vertical {
  width: auto;
  height: 130vh;
  -o-object-fit: cover;
     object-fit: cover;
}

h1,
h2,
h3 {
  font-family: "Neugen-Medium";
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

.desktop-break {
  display: none;
}

@media screen and (min-width: 641px) {
  .mobile-break {
    display: none;
  }
  .desktop-break {
    display: block;
  }
}
.desktop-break--inline {
  display: none;
}

@media screen and (min-width: 641px) {
  .mobile-break--inline {
    display: none;
  }
  .desktop-break--inline {
    display: inline;
  }
}
@media screen and (max-width: 640px) {
  .container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 641px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1008px) {
  .container {
    padding: 0 50px 0 50px;
  }
  .container--left {
    text-align: left;
  }
  .container--center {
    text-align: center !important;
  }
}
.fixed_wrapper {
  position: relative;
  overflow: hidden;
}

.lerp-wrap span {
  display: inline-block;
}

.scroll-down {
  margin-bottom: 25%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: 0.6s 0.6s ease-in-out;
  transition: 0.6s 0.6s ease-in-out;
}
.scroll-down.is-inview {
  opacity: 1;
}
@media screen and (min-width: 1008px) {
  .scroll-down {
    position: absolute;
    margin-bottom: 0;
    right: 4px;
    bottom: 34px;
    height: auto;
  }
}
.scroll-down__cta {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 0;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
@media screen and (min-width: 1008px) {
  .scroll-down__cta {
    font-size: 1.6rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.scroll-down__icon {
  margin-top: 22px;
}
@media screen and (min-width: 1008px) {
  .scroll-down__icon {
    margin-top: 82px;
  }
}
.scroll-down__icon--arrow {
  -webkit-animation: scroll-down-arrow-animation 0.5s 1s infinite ease-in alternate;
          animation: scroll-down-arrow-animation 0.5s 1s infinite ease-in alternate;
}

.pin-spacer {
  margin: 0 !important;
}

.italic-hover-wrapper {
  position: relative;
  width: 100%;
}

.italic-hover > div:nth-child(1) span {
  will-change: transform;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: calc(0.03s * var(--index));
          transition-delay: calc(0.03s * var(--index));
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  display: inline-block;
}

.italic-hover > div:nth-child(2) span {
  font-style: italic;
  font-weight: 500;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: calc(0.03s * var(--index));
          transition-delay: calc(0.03s * var(--index));
  -webkit-transform-origin: top;
          transform-origin: top;
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0) rotateX(-90deg);
          transform: translate3d(0, 100%, 0) rotateX(-90deg);
}

.italic-hover:hover > div:nth-child(1) span {
  -webkit-transform: translate3d(0, -100%, 0) rotateX(-90deg);
          transform: translate3d(0, -100%, 0) rotateX(-90deg);
}

.italic-hover:hover > div:nth-child(2) span {
  -webkit-transform: translate3d(0, 0%, 0) rotateX(0deg);
          transform: translate3d(0, 0%, 0) rotateX(0deg);
}

.images-wrapper {
  opacity: 0;
  -webkit-transform: translateY(34%);
          transform: translateY(34%);
}
.images-wrapper.is-inview {
  opacity: 1;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform: none;
          transform: none;
}

.smaller-top {
  margin-top: -2vw;
}

.primary-color {
  color: #9B361D;
}

.semibold {
  font-weight: 500;
}

.italic {
  font-style: italic;
}

.button {
  border: 1px solid rgba(220, 209, 188, 0.4);
  border-radius: 99px;
  background: none;
  color: #D2C4A8;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 26px;
  cursor: pointer;
  font-size: 1.2rem;
  margin-left: -2px;
  display: block;
}
@media screen and (min-width: 641px) {
  .button {
    font-size: 1.8rem;
  }
}

.icon-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-btn .button-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
}

.hamburger-link-wrapper {
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.hamburger-link {
  width: 100%;
  height: 100%;
}

.lines {
  -moz-transition: background 0.4s ease-in-out 0.4s;
  -o-transition: background 0.4s ease-in-out 0.4s;
  -webkit-transition: background 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
  -webkit-transition: background 0.4s ease-in-out 0.4s;
  transition: background 0.4s ease-in-out 0.4s;
  display: block;
  width: 100%;
  height: 2px;
  background: #DCD2BC;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 74%;
  position: relative;
  background: #DCD2BC;
  top: 14.5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}

.lines:before,
.lines:after {
  display: block;
  width: 100%;
  height: 2px;
  background: #DCD2BC;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: absolute;
  left: 0;
  content: "";
  background: #DCD2BC;
  -moz-transition: -moz-transform 0.4s ease-in-out 0s, width 0.4s ease-in-out 0.4s, top 0.4s ease-in-out 0.4s;
  -o-transition: -o-transform 0.4s ease-in-out 0s, width 0.4s ease-in-out 0.4s, top 0.4s ease-in-out 0.4s;
  -webkit-transition: -webkit-transform 0.4s ease-in-out, width 0.4s ease-in-out, top 0.4s ease-in-out;
  -webkit-transition-delay: 0s, 0.4s, 0.4s;
  -webkit-transition: width 0.4s ease-in-out 0.4s, top 0.4s ease-in-out 0.4s, -webkit-transform 0.4s ease-in-out 0s;
  transition: width 0.4s ease-in-out 0.4s, top 0.4s ease-in-out 0.4s, -webkit-transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s, width 0.4s ease-in-out 0.4s, top 0.4s ease-in-out 0.4s;
  transition: transform 0.4s ease-in-out 0s, width 0.4s ease-in-out 0.4s, top 0.4s ease-in-out 0.4s, -webkit-transform 0.4s ease-in-out 0s;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.lines:before {
  top: -8px;
}

.lines:after {
  top: 8px;
}

.menu-trigger-open .lines {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -moz-transition: 0.3s ease-in-out 0s;
  -o-transition: 0.3s ease-in-out 0s;
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition-delay: 0s;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}

.menu-trigger-open .lines:before,
.menu-trigger-open .lines:after {
  -moz-transition: top 0.3s ease-in-out 0s, width 0.3s ease-in-out 0.3s, -moz-transform 0.3s ease-in-out 0.4s;
  -o-transition: top 0.3s ease-in-out 0s, width 0.3s ease-in-out 0.3s, -o-transform 0.3s ease-in-out 0.4s;
  -webkit-transition: top 0.3s ease-in-out, width 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transition-delay: 0s, 0.3s, 0.4s;
  -webkit-transition: top 0.3s ease-in-out 0s, width 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out 0.4s;
  transition: top 0.3s ease-in-out 0s, width 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out 0.4s;
  transition: top 0.3s ease-in-out 0s, width 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out 0.4s;
  transition: top 0.3s ease-in-out 0s, width 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out 0.4s, -webkit-transform 0.3s ease-in-out 0.4s;
  top: 0;
  width: 50%;
}

.menu-trigger-open .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.menu-trigger-open .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.header__mobile {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 20px;
  z-index: 9999999;
}
@media screen and (min-width: 641px) {
  .header__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: sticky;
    top: 0;
    bottom: unset;
    padding: 0;
  }
  .header__mobile.is-inview .header-container {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header__mobile .header-container {
  background: rgba(86, 86, 86, 0.1);
  background-blend-mode: color-burn, normal;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  border: 1px solid rgba(211, 198, 171, 0.4);
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-height: 600px;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
@media screen and (min-width: 641px) {
  .header__mobile .header-container {
    -webkit-transition: 0.6s 0.2s ease-in-out;
    transition: 0.6s 0.2s ease-in-out;
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
    background: rgba(15, 15, 15, 0.01);
    -webkit-backdrop-filter: blur(7.5px);
            backdrop-filter: blur(7.5px);
    border-radius: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(211, 198, 171, 0.4);
    max-height: 88px;
    height: 88px;
    margin-left: 78px;
    margin-right: 12px;
  }
}
.header__mobile .header-container__top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 8px 24px;
}
@media screen and (min-width: 641px) {
  .header__mobile .header-container__top-bar {
    padding: 0;
  }
}
.header__mobile .header-container .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 641px) {
  .header__mobile .header-container .logo-container:hover svg path {
    -webkit-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out;
    fill: #A3381E;
  }
}
@media screen and (min-width: 641px) {
  .header__mobile .header-container .logo-container svg {
    -webkit-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out;
    margin-top: 8px;
    margin-left: 28px;
  }
}
.header__mobile .header-container .logo-container svg {
  -webkit-transition: 0.4s 0.1s ease-in;
  transition: 0.4s 0.1s ease-in;
}
@media screen and (min-width: 641px) {
  .header__mobile .header-container .hamburger-menu-container {
    display: none;
  }
}
.header__mobile .header-container .hamburger-menu-container button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  z-index: 11;
}
.header__mobile .header-container .main-nav {
  overflow: hidden;
}
.header__mobile .header-container .main-nav--desktop {
  display: none;
}
@media screen and (min-width: 641px) {
  .header__mobile .header-container .main-nav--desktop {
    display: block;
  }
}
@media screen and (min-width: 641px) {
  .header__mobile .header-container .main-nav--mobile {
    display: none;
  }
}
.header__mobile .header-container .main-nav ul {
  list-style: none;
  text-align: center;
  margin: 0;
}
.header__mobile .header-container .main-nav a {
  color: #D3C6AB;
  text-decoration: none;
  text-transform: uppercase;
}
.header__mobile .header-container .main-nav__nav-list {
  padding: 0 0 24px;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  max-height: 300px;
}
@media screen and (min-width: 641px) {
  .header__mobile .header-container .main-nav__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
.header__mobile .header-container .main-nav__nav-list li {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 22px;
  letter-spacing: 0.11em;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (min-width: 641px) {
  .header__mobile .header-container .main-nav__nav-list li {
    margin-right: 6.1rem;
    padding-bottom: 0;
    text-align: left;
  }
  .header__mobile .header-container .main-nav__nav-list li:last-of-type {
    margin-right: 3.8rem;
  }
}
.header__mobile .header-container .main-nav__nav-list li a:focus {
  outline: none;
}
.header__mobile .header-container .main-nav__nav-list li .nav-list-anchor > div:nth-child(1) span {
  will-change: transform;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: calc(0.03s * var(--index));
          transition-delay: calc(0.03s * var(--index));
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  display: inline-block;
}
.header__mobile .header-container .main-nav__nav-list li .nav-list-anchor > div:nth-child(2) span {
  font-style: italic;
  font-weight: 500;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: calc(0.03s * var(--index));
          transition-delay: calc(0.03s * var(--index));
  -webkit-transform-origin: top;
          transform-origin: top;
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0) rotateX(-90deg);
          transform: translate3d(0, 100%, 0) rotateX(-90deg);
}
.header__mobile .header-container .main-nav__nav-list li .nav-list-anchor:hover > div:nth-child(1) span {
  -webkit-transform: translate3d(0, -100%, 0) rotateX(-90deg);
          transform: translate3d(0, -100%, 0) rotateX(-90deg);
}
.header__mobile .header-container .main-nav__nav-list li .nav-list-anchor:hover > div:nth-child(2) span {
  -webkit-transform: translate3d(0, 0%, 0) rotateX(0deg);
          transform: translate3d(0, 0%, 0) rotateX(0deg);
}
.header__mobile .header-container .main-nav__nav-list li__item {
  pointer-events: none;
  display: block;
  line-height: 1;
  position: relative;
}
.header__mobile .header-container .main-nav__nav-list--social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(211, 198, 171, 0.4);
  padding: 0;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.header__mobile .header-container .main-nav__nav-list--social li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  line-height: 14px;
  padding: 17px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
}
.header__mobile .header-container .main-nav__nav-list--social li:nth-child(2) {
  border-left: 1px solid rgba(211, 198, 171, 0.4);
  border-right: 1px solid rgba(211, 198, 171, 0.4);
}
@media screen and (max-width: 640px) {
  .header__mobile--closed .logo-container svg {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  .header__mobile--closed .header-container {
    max-height: 48px;
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
  }
  .header__mobile--closed .main-nav__nav-list {
    opacity: 0;
    max-height: 0;
    padding: 0;
    margin: 0;
    z-index: -999;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header__mobile--closed .header-container__top-bar {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 8px;
    margin: 0;
  }
}

.aside-nav {
  display: none;
}
@media screen and (min-width: 641px) {
  .aside-nav {
    display: block;
    z-index: 999;
    width: 100vh;
    height: 0;
    position: absolute;
    left: 14px;
    top: 100%;
  }
  .aside-nav.is-inview .asside-wrapper {
    -webkit-transform: rotate(-90deg) translateY(0);
            transform: rotate(-90deg) translateY(0);
  }
  .aside-nav .asside-wrapper {
    -webkit-transition: 0.6s 0.2s ease-in-out;
    transition: 0.6s 0.2s ease-in-out;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(-90deg) translateY(-120px);
            transform: rotate(-90deg) translateY(-120px);
  }
  .aside-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    list-style: none;
    padding: 6px;
    margin: 0;
  }
  .aside-nav__list li {
    padding: 0;
    width: 100%;
    padding: 6px;
  }
  .aside-nav__list .pill-anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #C5B39B;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 99px;
    border: 1px solid rgba(220, 209, 188, 0.4);
    padding: 18px 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transition: border 0.4s ease-in-out;
    transition: border 0.4s ease-in-out;
  }
  .aside-nav__list .pill-anchor span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background-color: #9B361D;
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .aside-nav__list .pill-anchor:hover {
    border: 1px solid #9B361D;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
  }
  .aside-nav__list .pill-anchor:hover span {
    width: 225%;
    height: 562.5px;
  }
  .aside-nav__list .pill-anchor:active {
    background-color: #A3381E;
    border: 1px solid #9B361D;
  }
}

.hero-section {
  text-align: center;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 16%;
  position: relative;
}
@media screen and (min-width: 380px) {
  .hero-section {
    padding-top: 15%;
  }
}
@media screen and (min-width: 641px) {
  .hero-section {
    height: calc(100vh - 88px);
    padding-left: 78px;
    margin-left: -14px;
  }
}
@media screen and (min-width: 1008px) {
  .hero-section {
    padding-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
}
@media screen and (min-width: 1720px) and (max-width: 2100px) {
  .hero-section-wrapper {
    scale: 1.1;
  }
}
.hero-section .is-inview {
  perspective: 600px;
  -webkit-perspective: 600px;
}
.hero-section .is-inview .hero-section__title {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.hero-section__title {
  color: #9B361D;
  font-size: clamp(18.5rem, 40vw + 1rem, 24rem);
  line-height: 82%;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(-80deg);
          transform: translateY(100%) rotateX(-80deg);
}
@media screen and (min-width: 380px) {
  .hero-section__title {
    font-size: clamp(21rem, 40vw + 1rem, 24rem);
  }
}
@media screen and (min-width: 641px) {
  .hero-section__title {
    font-size: clamp(24rem, 16vw + 1rem, 28rem);
  }
}
@media screen and (min-width: 1008px) {
  .hero-section__title {
    font-size: clamp(30.8rem, 16vw + 1rem, 44rem);
  }
}
@media screen and (min-width: 1720px) and (max-width: 2100px) {
  .hero-section__title {
    font-size: clamp(31.5rem, 16vw + 1rem, 40rem);
  }
}
.hero-section__title--accent {
  font-size: clamp(20.5rem, 40vw + 3rem, 26.5rem);
}
@media screen and (min-width: 380px) {
  .hero-section__title--accent {
    font-size: clamp(23.4rem, 40vw + 3rem, 26.5rem);
  }
}
@media screen and (min-width: 641px) {
  .hero-section__title--accent {
    font-size: clamp(26.5rem, 16vw + 3rem, 28rem);
  }
}
@media screen and (min-width: 1008px) {
  .hero-section__title--accent {
    font-size: clamp(34rem, 16vw + 3rem, 44rem);
  }
}
@media screen and (min-width: 1720px) and (max-width: 2100px) {
  .hero-section__title--accent {
    font-size: clamp(34.7rem, 16vw + 3rem, 44rem);
  }
}
.hero-section__description {
  color: #D2C4A8;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 0.95vw + 1rem, 1.6rem);
  line-height: 121%;
  letter-spacing: 0.03em;
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: 0.8s 0.2s ease-in-out;
  transition: 0.8s 0.2s ease-in-out;
  -webkit-transform: translateY(400px);
          transform: translateY(400px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
@media screen and (min-width: 380px) {
  .hero-section__description {
    font-size: clamp(1.6rem, 0.95vw + 1rem, 1.8rem);
  }
}
@media screen and (min-width: 641px) {
  .hero-section__description {
    font-size: clamp(1.6rem, 40vw + 1rem, 1.8rem);
    margin-left: 4px;
  }
}
@media screen and (min-width: 1008px) {
  .hero-section__description {
    font-size: clamp(1.65rem, 0.5vw + 1rem, 1.6rem);
    margin-top: -12px;
  }
}
@media screen and (min-width: 1720px) and (max-width: 2100px) {
  .hero-section__description {
    font-size: clamp(1.7rem, 0.5vw + 1rem, 1.6rem);
  }
}
.hero-section__description--accent {
  font-weight: 275;
  font-size: 2.8rem;
  line-height: 121%;
  padding: 0 2px;
  font-size: clamp(2.6rem, 0.95vw + 2rem, 2.8rem);
}
@media screen and (min-width: 380px) {
  .hero-section__description--accent {
    font-size: clamp(3.1rem, 0.95vw + 1rem, 3.4rem);
  }
}
@media screen and (min-width: 641px) {
  .hero-section__description--accent {
    font-size: clamp(2.8rem, 40vw + 3rem, 3.8rem);
  }
}
@media screen and (min-width: 1008px) {
  .hero-section__description--accent {
    font-size: clamp(3rem, 0.5vw + 3rem, 3.1rem);
  }
}
.hero-section .is-inview .hero-section__description {
  opacity: 1;
  -webkit-transform: unset;
          transform: unset;
}
.hero-section .special-sign {
  margin-left: -6px;
}
@media screen and (min-width: 1008px) {
  .hero-section .special-sign {
    margin-left: -14px;
  }
}

@-webkit-keyframes scroll-down-arrow-animation {
  0% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}

@keyframes scroll-down-arrow-animation {
  0% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
.about-section {
  position: relative;
  min-height: 1394px;
  padding-top: 88px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  overflow: hidden;
}
.about-section::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: -12px;
  left: 0px;
  background-image: url("../assets/about-bg-mobile-3.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-blend-mode: darken;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (min-width: 641px) {
  .about-section {
    min-height: unset;
    height: 100vh;
    margin-left: 78px;
    padding-top: 10%;
    position: relative;
  }
  .about-section::before {
    background-image: url("../assets/about-bg-desktop-2.png");
    background-size: contain;
    background-position: bottom right;
    background-blend-mode: overlay;
    -webkit-filter: saturate(0);
            filter: saturate(0);
    -webkit-filter: drop-shadow(0.2);
            filter: drop-shadow(0.2);
    scale: 0.97;
    margin-bottom: -20px;
    margin-right: -30px;
  }
  .about-section.is-inview::before {
    background-blend-mode: unset;
    -webkit-filter: unset;
            filter: unset;
    scale: 1;
  }
}
.about-section .is-inview {
  perspective: 600px;
  -webkit-perspective: 600px;
}
.about-section .is-inview .about-section__title {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.about-section__title {
  font-weight: 500;
  font-size: clamp(16rem, 53vw + 1.2rem, 22.3rem);
  line-height: 100%;
  text-transform: uppercase;
  color: #D2C4A8;
  opacity: 0;
  -webkit-transition: opacity 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(-80deg);
          transform: translateY(100%) rotateX(-80deg);
}
@media screen and (min-width: 641px) {
  .about-section__title {
    font-size: 36.6rem;
    font-size: clamp(26rem, 40vw + 1rem, 36.6rem);
  }
}
@media screen and (min-width: 1008px) {
  .about-section__title {
    font-size: 36.6rem;
    font-size: clamp(26rem, 20vw + 1rem, 36.6rem);
  }
}
.about-section__description {
  -webkit-transition: 0.2s 0.4s ease-in-out;
  transition: 0.2s 0.4s ease-in-out;
  -webkit-transform: translateX(-240px);
          transform: translateX(-240px);
  opacity: 0;
  margin-top: 14px;
}
@media screen and (min-width: 641px) {
  .about-section__description {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 40px 40px;
    -webkit-transform: translateX(-240px);
            transform: translateX(-240px);
    -webkit-transition: 1s 0.5s ease-in-out;
    transition: 1s 0.5s ease-in-out;
    margin-top: 0;
  }
}
@media screen and (min-width: 1008px) {
  .about-section__description {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 40px 40px;
    -webkit-transform: translateY(260px);
            transform: translateY(260px);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
}
@media screen and (min-width: 1008px) {
  .about-section__description {
    padding: 0 52px 82px;
  }
}
.about-section__description.is-inview {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.about-section__custom-title {
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: uppercase;
}
@media screen and (min-width: 641px) {
  .about-section__custom-title {
    font-size: 1.8rem;
  }
}
.about-section__paragraph {
  margin: 26px 0 0;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: clamp(1.8rem, 0.95vw + 1rem, 2rem);
}
@media screen and (min-width: 641px) {
  .about-section__paragraph {
    max-width: 1044px;
    font-size: 2.6rem;
    font-size: clamp(2.4rem, 0.95vw + 1rem, 2.6rem);
  }
}

.projects-section {
  height: 100%;
}
@media screen and (min-width: 641px) {
  .projects-section {
    height: calc(100vh + 14px);
  }
}
.projects-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .projects-section .container {
    overflow: hidden;
    padding: 0;
    margin-left: 78px;
  }
}
@media screen and (max-width: 1007px) {
  .projects-section.is-inview {
    perspective: 600px;
    -webkit-perspective: 600px;
  }
}
.projects-section__title {
  font-weight: 500;
  font-size: clamp(24rem, 10vw + 1rem, 10rem);
  text-transform: uppercase;
  color: #D2C4A8;
  vertical-align: text-bottom;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1007px) {
  .projects-section__title {
    opacity: 0;
    -webkit-transition: opacity 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: translateY(100%) rotateX(-80deg);
            transform: translateY(100%) rotateX(-80deg);
  }
  .projects-section__title.is-inview {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (min-width: 1008px) {
  .projects-section__title {
    margin: 0 100px;
    margin-top: 88px;
    font-size: clamp(46.5rem, 40vw + 1rem, 68rem);
  }
}
.projects-section .horizontal-scroll {
  height: 100vh;
  min-height: 450px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
}
.projects-section .projects-wrap {
  height: 100%;
  width: 100%;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
}
@media screen and (max-width: 640px) {
  .projects-section .projects-wrap {
    padding-bottom: 110px;
    min-height: 450px;
  }
}
@media screen and (min-width: 1008px) {
  .projects-section .projects-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: unset;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100vh;
    padding: 134px 0 50px;
    margin-bottom: 120px;
    margin-left: -78px;
  }
}
.projects-section .projects-wrap .projects-section__item {
  position: relative;
  padding-bottom: 64px;
}
@media screen and (min-width: 1008px) {
  .projects-section .projects-wrap .projects-section__item {
    padding: 0 4vw;
    min-width: 34vw;
  }
}
.projects-section .projects-wrap .projects-section__item:last-child {
  min-width: 20vw;
}
.projects-section .projects-wrap .projects-section__item a {
  width: 100%;
  height: 100%;
}
.projects-section .projects-wrap .projects-section__item a .img-injector canvas {
  height: 100%;
  width: 100%;
}
.projects-section .projects-wrap .projects-section__item--header {
  min-width: unset;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1008px) {
  .projects-section .projects-wrap .projects-section__item--header {
    min-width: 100vw;
    height: unset;
    display: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

.wrapper-injector {
  position: relative;
  width: 348px;
  height: 470px;
}
@media screen and (min-width: 380px) {
  .wrapper-injector {
    width: 378px;
    height: 516px;
  }
}
@media screen and (min-width: 641px) {
  .wrapper-injector {
    width: 535px;
    height: 728px;
  }
}
@media screen and (min-width: 1008px) {
  .wrapper-injector {
    width: 358px;
    height: 484px;
  }
}
@media screen and (min-width: 1240px) {
  .wrapper-injector {
    width: 428px;
    height: 584px;
  }
}
@media screen and (min-width: 1720px) and (max-width: 2100px) {
  .wrapper-injector {
    width: 535px;
    height: 728px;
  }
}
@media screen and (min-width: 2101px) {
  .wrapper-injector {
    width: 690px;
    height: 936px;
  }
}

.case-study__hero {
  width: 100%;
  position: relative;
  padding: 64px 0 0;
}
@media screen and (min-width: 1008px) {
  .case-study__hero {
    min-height: calc(100vh - 88px);
  }
}
.case-study__hero-img {
  padding: 0 8px;
  opacity: 0;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform: translateY(34%);
          transform: translateY(34%);
}
.case-study__hero-img.is-inview {
  opacity: 1;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform: none;
          transform: none;
}
.case-study__hero-img .img-desktop {
  display: none;
}
@media screen and (min-width: 1008px) {
  .case-study__hero-img {
    margin-left: 70px;
  }
  .case-study__hero-img .img-desktop {
    display: block;
  }
  .case-study__hero-img .img-mobile {
    display: none;
  }
}
.case-study__hero .scroll-down {
  display: none;
}
@media screen and (min-width: 1008px) {
  .case-study__hero .scroll-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
  }
  .case-study__hero .scroll-down__icon {
    margin: 82px auto 0;
  }
}
@media screen and (min-width: 1008px) {
  .case-study__hero .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.case-study__hero .aside-nav {
  position: absolute;
  left: 0;
  top: calc(100vh - 88px);
}
.case-study__hero .aside-nav__list {
  height: 100%;
  width: 100vh;
}
.case-study__hero .is-inview {
  perspective: 600px;
  -webkit-perspective: 600px;
}
.case-study__hero .is-inview .case-study__heading {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.case-study__upper {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.4s 0.2s ease-in-out;
  transition: 0.4s 0.2s ease-in-out;
}
.case-study__upper.is-inview {
  opacity: 1;
  -webkit-transition: 0.4s 0.2s ease-in-out;
  transition: 0.4s 0.2s ease-in-out;
}
@media screen and (min-width: 1008px) {
  .case-study__upper {
    font-size: 1.8rem;
  }
}
.case-study__heading {
  font-weight: 500;
  font-size: 22.3rem;
  line-height: 100%;
  color: #DCD2BC;
  margin: 20px 0 120px;
  opacity: 0;
  -webkit-transition: opacity 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(-80deg);
          transform: translateY(100%) rotateX(-80deg);
}
@media screen and (min-width: 1008px) {
  .case-study__heading {
    font-size: 51.6rem;
    margin: 20px 0 -72px;
  }
  .case-study__heading-wrapper {
    margin-left: 74px;
  }
}
.case-study__subheading {
  font-weight: 500;
  font-size: 22.3rem;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (min-width: 1008px) {
  .case-study__subheading {
    font-size: 51.6rem;
  }
}
.case-study__general-paragraph {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 180%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 32px 0 120px;
  text-align: center;
}
@media screen and (min-width: 1008px) {
  .case-study__general-paragraph {
    font-size: 2.6rem;
    line-height: 140%;
    text-align: left;
  }
}
@media screen and (min-width: 1008px) {
  .case-study__general-paragraph--part-one {
    margin: 40px 220px 0;
    text-align: center;
  }
}
.case-study__general-paragraph--hero {
  margin: 96px 0 88px;
}
@media screen and (min-width: 1008px) {
  .case-study__general-paragraph--hero {
    max-width: 66vw;
    margin: 96px 0 135px;
  }
}
.case-study__marquee-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.case-study__pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 64px;
}
@media screen and (min-width: 1008px) {
  .case-study__pills {
    margin-bottom: 0;
    margin-top: 64px;
    margin-left: 40px;
  }
}
.case-study__pills .pill-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 24px;
  background: #A3381E;
  border-radius: 99px;
  font-size: 1.2rem;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: 0.4s 0.4s ease-in-out;
  transition: 0.4s 0.4s ease-in-out;
}
.case-study__pills.is-inview .pill-tag {
  opacity: 1;
  -webkit-transition: 0.4s 0.4s ease-in-out;
  transition: 0.4s 0.4s ease-in-out;
}
.case-study__about {
  margin-bottom: 120px;
}
@media screen and (min-width: 1008px) {
  .case-study__about {
    margin-left: 70px;
  }
}
.case-study__about .short-project-desc {
  margin-top: 88px;
}
@media screen and (min-width: 1008px) {
  .case-study__about .short-project-desc {
    margin-bottom: 74px;
  }
}
.case-study__about .short-project-desc__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  -webkit-transition: -webkit-transform 0.45s 0.6s ease-in-out;
  transition: -webkit-transform 0.45s 0.6s ease-in-out;
  transition: transform 0.45s 0.6s ease-in-out;
  transition: transform 0.45s 0.6s ease-in-out, -webkit-transform 0.45s 0.6s ease-in-out;
}
@media screen and (min-width: 1008px) {
  .case-study__about .short-project-desc__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 26px;
  }
  .case-study__about .short-project-desc__container::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    display: block;
    padding: 26px 0;
    border-bottom: 1px solid #dcd2bc;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@media screen and (min-width: 1008px) and (min-width: 641px) {
  .case-study__about .short-project-desc__container::after {
    padding: 34px 0;
  }
}
@media screen and (min-width: 1008px) {
  .case-study__about .short-project-desc__container.is-inview::after {
    width: 100%;
    -webkit-transform: scaleX(100%);
            transform: scaleX(100%);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition: -webkit-transform 0.45s 0.6s ease-in-out;
    transition: -webkit-transform 0.45s 0.6s ease-in-out;
    transition: transform 0.45s 0.6s ease-in-out;
    transition: transform 0.45s 0.6s ease-in-out, -webkit-transform 0.45s 0.6s ease-in-out;
  }
}
.case-study__about .short-project-desc__title {
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-bottom: 16px;
  opacity: 0;
  -webkit-transition: 0.45s 0.6s ease-in-out;
  transition: 0.45s 0.6s ease-in-out;
}
.case-study__about .short-project-desc__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  display: block;
  padding: 26px 0;
  border-bottom: 1px solid #dcd2bc;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.case-study__about .short-project-desc__title.is-inview::after {
  width: 100%;
  -webkit-transform: scaleX(100%);
          transform: scaleX(100%);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 0.45s 0.6s ease-in-out;
  transition: -webkit-transform 0.45s 0.6s ease-in-out;
  transition: transform 0.45s 0.6s ease-in-out;
  transition: transform 0.45s 0.6s ease-in-out, -webkit-transform 0.45s 0.6s ease-in-out;
}
.case-study__about .short-project-desc__title.is-inview {
  opacity: 1;
  -webkit-transition: 0.45s 0.6s ease-in-out;
  transition: 0.45s 0.6s ease-in-out;
}
@media screen and (min-width: 1008px) {
  .case-study__about .short-project-desc__title {
    width: calc(40% + 24px);
    font-size: 1.6rem;
    border-bottom: 1px none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.case-study__about .short-project-desc__info {
  display: inline-block;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transition: 0.45s 1s ease-in-out;
  transition: 0.45s 1s ease-in-out;
}
.case-study__about .short-project-desc__info.is-inview {
  opacity: 1;
  -webkit-transition: 0.45s 1s ease-in-out;
  transition: 0.45s 1s ease-in-out;
}
@media screen and (min-width: 1008px) {
  .case-study__about .short-project-desc__info {
    font-size: 1.6rem;
    margin-bottom: 26px;
  }
}
.case-study__about .live-project-btn {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.case-study__about .live-project-btn .filler {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: #9B361D;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.case-study__about .live-project-btn:hover {
  border: 1px solid #9B361D;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.case-study__about .live-project-btn:hover .filler {
  width: 225%;
  height: 562.5px;
}
.case-study__about .live-project-btn:active {
  background-color: #A3381E;
  border: 1px solid #9B361D;
}
.case-study__about .live-project-btn--desktop {
  display: none;
}
@media screen and (min-width: 1008px) {
  .case-study__about .live-project-btn--mobile {
    display: none;
  }
  .case-study__about .live-project-btn--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
  }
}
.case-study__about .project-main-img {
  margin-top: 56px;
  padding: 0 8px;
}
@media screen and (min-width: 1008px) {
  .case-study__about .project-main-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 48px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 50px 0 50px;
  }
}
@media screen and (min-width: 1008px) {
  .case-study__about .project-main-img .images-wrapper {
    width: 60%;
  }
}
.case-study__part-one {
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (min-width: 1008px) {
  .case-study__part-one--marquee .container:first-of-type {
    padding: 0;
    margin-left: 78px;
  }
}
@media screen and (min-width: 1008px) {
  .case-study__part-one--marquee h2 {
    padding-left: 32px !important;
  }
}
.case-study__part-one h2 {
  white-space: nowrap;
  margin: 48px 0 88px;
}
.case-study__part-one h2.marquee-heading {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (min-width: 1008px) {
  .case-study__part-one h2.marquee-heading {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}
@media screen and (min-width: 1008px) {
  .case-study__part-one h2 {
    padding-left: 82px;
    margin: 48px 0 0;
  }
}
.case-study__part-one .part-one-animation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1008px) {
  .case-study__part-one .part-one-animation-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 144px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 74px;
  }
}
.case-study__part-one .part-one-animation-wrapper video {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (min-width: 1008px) {
  .case-study__part-one .part-one-animation-wrapper video {
    margin-bottom: 0;
    width: calc(70% - 8px);
  }
}
.case-study__part-one .part-one-animation-wrapper img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1008px) {
  .case-study__part-one .part-one-animation-wrapper img {
    width: calc(30% - 8px);
  }
}
.case-study__part-two {
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (min-width: 1008px) {
  .case-study__part-two {
    text-align: left;
    margin-left: 70px;
  }
}
.case-study__part-two .part-two-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 24px;
}
.case-study__part-two .part-two-upper::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  display: block;
  border-bottom: 1px solid #dcd2bc;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.case-study__part-two .part-two-upper.is-inview::after {
  width: 100%;
  -webkit-transform: scaleX(100%);
          transform: scaleX(100%);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 0.45s 0.6s ease-in-out;
  transition: -webkit-transform 0.45s 0.6s ease-in-out;
  transition: transform 0.45s 0.6s ease-in-out;
  transition: transform 0.45s 0.6s ease-in-out, -webkit-transform 0.45s 0.6s ease-in-out;
}
.case-study__part-two h2 {
  font-size: 15.6rem;
  text-align: center;
  line-height: 80%;
  margin: 48px 0 88px;
}
@media screen and (min-width: 1008px) {
  .case-study__part-two h2 {
    margin: 152px 0 88px;
    text-align: left;
    font-size: 35.2rem;
  }
}
.case-study__part-two .part-two-animation-wrapper {
  padding: 0 8px;
  margin-bottom: 120px;
}
@media screen and (min-width: 1008px) {
  .case-study__part-two .part-two-animation-wrapper {
    margin-left: 70px;
  }
}
.case-study__other-works {
  background-color: #A3381E;
  margin-bottom: 88px;
}
@media screen and (min-width: 1008px) {
  .case-study__other-works {
    margin-left: 78px;
  }
}
.case-study__other-works h2 {
  white-space: nowrap;
  margin: 120px 0 0;
  font-size: 15.6rem;
  text-align: center;
}
@media screen and (min-width: 1008px) {
  .case-study__other-works h2 {
    text-align: left;
    font-size: 35.2rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 1008px) {
  .case-study__other-works .all-projects-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 50px 0 50px;
  }
}
.case-study__other-works .next-project {
  padding-bottom: 88px;
  opacity: 0;
  -webkit-transition: 0.4s 0.3s ease-in-out;
  transition: 0.4s 0.3s ease-in-out;
}
.case-study__other-works .next-project.is-inview {
  opacity: 1;
  -webkit-transition: 0.4s 0.3s ease-in-out;
  transition: 0.4s 0.3s ease-in-out;
}
@media screen and (min-width: 1008px) {
  .case-study__other-works .next-project {
    width: 50%;
    margin-bottom: 86px;
    padding-bottom: 0;
  }
  .case-study__other-works .next-project::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 8px 0;
    border-top: 1px solid #d3c6ab;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .case-study__other-works .next-project.is-inview {
    opacity: 1;
  }
  .case-study__other-works .next-project.is-inview::before {
    -webkit-transform: scaleX(100%);
            transform: scaleX(100%);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition: -webkit-transform 0.6s 0.6s ease-in-out;
    transition: -webkit-transform 0.6s 0.6s ease-in-out;
    transition: transform 0.6s 0.6s ease-in-out;
    transition: transform 0.6s 0.6s ease-in-out, -webkit-transform 0.6s 0.6s ease-in-out;
  }
  .case-study__other-works .next-project:first-of-type::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #d3c6ab;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  .case-study__other-works .next-project:first-of-type.is-inview {
    opacity: 1;
  }
  .case-study__other-works .next-project:first-of-type.is-inview::after {
    -webkit-transform: scaleY(100%);
            transform: scaleY(100%);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition: -webkit-transform 0.6s 0.6s ease-in-out;
    transition: -webkit-transform 0.6s 0.6s ease-in-out;
    transition: transform 0.6s 0.6s ease-in-out;
    transition: transform 0.6s 0.6s ease-in-out, -webkit-transform 0.6s 0.6s ease-in-out;
  }
  .case-study__other-works .next-project:first-of-type > .container {
    padding: 23px 23px 0 0;
  }
  .case-study__other-works .next-project:first-of-type .next-project__heading-wrapper .container {
    padding: 23px 23px 0 0;
  }
  .case-study__other-works .next-project:first-of-type .next-project__heading-wrapper .next-project-img-wrapper {
    padding: 0 23px 0 0;
  }
  .case-study__other-works .next-project .container {
    padding: 23px 0 0 23px;
  }
}
.case-study__other-works .next-project__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px 0 60px;
  font-size: 1.4rem;
  border-top: 1px solid #d3c6ab;
}
@media screen and (min-width: 1008px) {
  .case-study__other-works .next-project__upper {
    font-size: 1.6rem;
    text-align: left;
    border-top: none;
    padding: 0;
  }
}
.case-study__other-works .next-project__upper--category {
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.case-study__other-works .next-project__heading-wrapper {
  display: block;
  text-decoration: none;
}
.case-study__other-works .next-project__heading-wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case-study__other-works .next-project__heading-wrapper .next-project-arrow {
  padding-bottom: 23px;
}
@media screen and (min-width: 1008px) {
  .case-study__other-works .next-project__heading-wrapper .next-project-arrow {
    padding-bottom: 30px;
  }
}
.case-study__other-works .next-project__heading-wrapper:hover .next-project-arrow {
  -webkit-animation: leftright 0.5s infinite alternate ease-in-out;
          animation: leftright 0.5s infinite alternate ease-in-out;
}
.case-study__other-works .next-project__heading-wrapper:hover .italic-hover > div:nth-child(1) span {
  -webkit-transform: translate3d(0, -100%, 0) rotateX(-90deg);
          transform: translate3d(0, -100%, 0) rotateX(-90deg);
}
.case-study__other-works .next-project__heading-wrapper:hover .italic-hover > div:nth-child(2) span {
  -webkit-transform: translate3d(0, 0%, 0) rotateX(0deg);
          transform: translate3d(0, 0%, 0) rotateX(0deg);
}
.case-study__other-works .next-project__heading {
  font-family: "Elza";
  font-style: normal;
  font-weight: 300;
  font-size: 4rem;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding-bottom: 23px;
}
@media screen and (min-width: 1008px) {
  .case-study__other-works .next-project__heading {
    padding-bottom: 30px;
    font-size: 7rem;
  }
}
.case-study__other-works .next-project-img-wrapper {
  padding: 24px 8px 0;
}
@media screen and (min-width: 1008px) {
  .case-study__other-works .next-project-img-wrapper {
    padding: 0 0 0 23px;
  }
}

.case-study__subheading.reveal-heading {
  opacity: 0;
  -webkit-transition: opacity 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(-80deg);
          transform: translateY(100%) rotateX(-80deg);
}

.is-inview {
  perspective: 600px;
  -webkit-perspective: 600px;
}
.is-inview .case-study__subheading.reveal-heading {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

@-webkit-keyframes leftright {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
}

@keyframes leftright {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
}
@media screen and (min-width: 1008px) {
  @-webkit-keyframes leftright {
    0% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-80%);
              transform: translateX(-80%);
    }
  }
  @keyframes leftright {
    0% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-80%);
              transform: translateX(-80%);
    }
  }
}
@media screen and (min-width: 1720px) and (max-width: 2100px) {
  @-webkit-keyframes leftright {
    0% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @keyframes leftright {
    0% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
}
.vertical-banner {
  margin-bottom: 242px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #dcd2bc;
  border-bottom: 1px solid #dcd2bc;
}
@media screen and (min-width: 641px) {
  .vertical-banner {
    margin-bottom: 346px;
    margin-left: 78px;
    margin-right: 12px;
  }
}
@media screen and (min-width: 1008px) {
  .vertical-banner {
    margin-bottom: 252px;
    margin-top: 242px;
  }
}

.marquee {
  white-space: nowrap;
  font-size: calc(10.5vw + 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  will-change: transform;
  width: 100%;
  padding: 8px 0;
}
@media screen and (min-width: 641px) {
  .marquee {
    padding: 0;
    font-size: 8vw;
  }
}
@media screen and (min-width: 1008px) {
  .marquee {
    font-size: 4vw;
  }
}
.marquee__box {
  will-change: transform;
  -webkit-animation: marquee 14s linear infinite;
          animation: marquee 14s linear infinite;
}
.marquee__text {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 14px 1vw 0 0;
  padding: 0;
  font-weight: 300;
  line-height: 80%;
}
@media screen and (min-width: 641px) {
  .marquee__text {
    margin: 0 1vw 0 0;
    line-height: 100%;
  }
}
.marquee__text .marquee-text-item {
  margin-right: 44px;
  position: relative;
}
.marquee__text .marquee-text-item::after {
  color: #C5B39B;
  position: absolute;
  width: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "●";
  font-size: 2vw;
  margin-left: 23px;
}
@media screen and (min-width: 641px) {
  .marquee__text .marquee-text-item::after {
    font-size: 1vw;
  }
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
footer {
  padding-bottom: 264px;
  background-image: url("../assets/footer-logo-bg-mobile.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  min-height: 100vh;
}
@media screen and (min-width: 641px) {
  footer {
    padding-bottom: 194px;
    background-size: 58%;
  }
}
@media screen and (min-width: 1008px) {
  footer {
    padding-bottom: 0;
    background-size: 48%;
    background-image: url("../assets/footer-logo-bg-desktop.svg");
  }
}

@media screen and (min-width: 641px) {
  .contact-section {
    position: relative;
    padding-bottom: 0;
    margin-right: 12px;
    margin-left: 78px;
    min-height: 400px;
  }
}
.contact-section .styled-anchor {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-section__description {
  padding-top: 18px;
}
@media screen and (min-width: 641px) {
  .contact-section__description {
    padding-top: 38px;
  }
}
.contact-section .is-inview {
  perspective: 600px;
  -webkit-perspective: 600px;
}
.contact-section .is-inview .contact-section__title {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.contact-section__title {
  font-weight: 500;
  font-size: 17.9rem;
  font-size: clamp(16rem, 30vw + 1rem, 17.9rem);
  line-height: 80%;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(-80deg);
          transform: translateY(100%) rotateX(-80deg);
}
@media screen and (min-width: 641px) {
  .contact-section__title {
    text-align: left;
    font-size: 36.6rem;
    font-size: clamp(29rem, 30vw + 1rem, 36.6rem);
  }
}
.contact-section__title-wrapper {
  position: absolute;
  min-width: 320px;
  height: auto;
  overflow: hidden;
  text-transform: uppercase;
}
.contact-section__paragraph {
  letter-spacing: 0.03em;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 140%;
  text-align: center;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-transition: opacity 2s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 2s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 641px) {
  .contact-section__paragraph {
    text-align: left;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1008px) {
  .contact-section__paragraph {
    line-height: 60%;
  }
}
.contact-section__paragraph.is-inview {
  opacity: 1;
}
.contact-section__city {
  padding: 16px 0 72px;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .contact-section__city {
    width: 34%;
    padding: 24px 0 72px;
    margin-bottom: 24px;
  }
}
.contact-section__city-wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  -webkit-transition: opacity 2s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 2s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.contact-section__city-wrapper.is-inview {
  opacity: 1;
}
.contact-section .button-contact {
  position: relative;
  width: 100%;
  max-width: 148px;
}
@media screen and (min-width: 641px) {
  .contact-section .button-contact {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden;
    width: 100%;
    max-width: unset;
    height: auto;
    -webkit-transition: border 0.4s ease-in-out;
    transition: border 0.4s ease-in-out;
  }
  .contact-section .button-contact .filler {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background-color: #9B361D;
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .contact-section .button-contact:hover {
    border: 1px solid #9B361D;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
  }
  .contact-section .button-contact:hover .filler {
    width: 225%;
    height: 562.5px;
  }
  .contact-section .button-contact:active {
    background-color: #A3381E;
    border: 1px solid #9B361D;
  }
}
.contact-section .button-contact .button-icon {
  position: absolute;
  right: 18px;
}
.contact-section__contact {
  padding: 16px 0 0;
  margin-top: 68px;
  width: 100%;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 2s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 2s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.contact-section__contact::before {
  content: "";
  display: block;
  padding: 8px 0;
  border-top: 1px solid #dcd2bc;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
@media screen and (min-width: 641px) {
  .contact-section__contact::before {
    padding: 12px 0;
  }
}
.contact-section__contact::after {
  content: "";
  display: block;
  padding: 26px 0;
  border-bottom: 1px solid #dcd2bc;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
@media screen and (min-width: 641px) {
  .contact-section__contact::after {
    padding: 34px 0;
  }
}
.contact-section__contact.is-inview {
  opacity: 1;
}
.contact-section__contact.is-inview::before {
  -webkit-transform: scaleX(100%);
          transform: scaleX(100%);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 0.4s 1s ease-in-out;
  transition: -webkit-transform 0.4s 1s ease-in-out;
  transition: transform 0.4s 1s ease-in-out;
  transition: transform 0.4s 1s ease-in-out, -webkit-transform 0.4s 1s ease-in-out;
}
.contact-section__contact.is-inview::after {
  -webkit-transform: scaleX(100%);
          transform: scaleX(100%);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 0.45s 1.1s ease-in-out;
  transition: -webkit-transform 0.45s 1.1s ease-in-out;
  transition: transform 0.45s 1.1s ease-in-out;
  transition: transform 0.45s 1.1s ease-in-out, -webkit-transform 0.45s 1.1s ease-in-out;
}
@media screen and (min-width: 641px) {
  .contact-section__contact {
    width: 34%;
    padding: 0;
  }
}
.contact-section__custom-title {
  display: block;
  font-weight: 300;
  font-size: 2rem;
  font-size: clamp(1.6rem, 2vw + 1rem, 2rem);
  line-height: 180%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media screen and (min-width: 641px) {
  .contact-section__custom-title {
    font-size: 2.6rem;
  }
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20% 0 54px;
  opacity: 0;
  -webkit-transition: opacity 2s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 2s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.copyright.is-inview {
  opacity: 1;
}
@media screen and (min-width: 641px) {
  .copyright {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 12% 0 54px;
    margin-left: 78px;
  }
}
.copyright__custom-title {
  font-size: 1.2rem;
  line-height: 140%;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media screen and (min-width: 641px) {
  .copyright__custom-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    margin-right: 32px;
  }
}
.copyright__custom-title--dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 14px;
}
@media screen and (min-width: 641px) {
  .copyright__custom-title--dot {
    font-size: 2.9rem;
    margin-bottom: 3px;
    padding: 0;
  }
}

.contact-section-slider {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  vertical-align: middle;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, white), color-stop(90%, white), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, transparent, white 10%, white 90%, transparent);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, white), color-stop(90%, white), to(transparent));
          mask-image: linear-gradient(to bottom, transparent, white 10%, white 90%, transparent);
  mask-type: luminance;
  mask-mode: alpha;
}
.contact-section-slider__words {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-section-slider__words.is-inview {
  -webkit-animation-name: wordSwiper;
          animation-name: wordSwiper;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}
.contact-section-slider__word {
  display: block;
  line-height: 1.05em;
  text-align: center;
}
@media screen and (min-width: 1008px) {
  .contact-section-slider__word {
    text-align: left;
  }
}

@-webkit-keyframes wordSwiper {
  0%, 29% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  33%, 62% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  66%, 95% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
  }
}

@keyframes wordSwiper {
  0%, 29% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  33%, 62% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  66%, 95% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
  }
}