@font-face {
  font-family: PP Pangram Sans;
  font-display: swap;
  src: url("../fonts/pppangramsans-medium-webfont.woff2") format("woff2"), url("../fonts/pppangramsans-medium-webfont.woff") format("woff");
}
@font-face {
  font-family: "Pangram-fallback";
  size-adjust: 97.38%;
  ascent-override: 99%;
  src: local("Arial");
}
body {
  font-family: PP Pangram Sans, Pangram-fallback, sans-serif;
  color: #000000;
  overflow: hidden;
}

@media screen {
  .hidden-nav {
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .hdn {
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
  }

  .mb250 {
    margin-bottom: 250px;
  }

  .slide-footer {
    overflow-y: auto;
  }
  .slide-footer .scroll-content {
    padding-top: 100px;
  }
  .slide-footer .dense {
    width: 100%;
  }
  .slide-footer .dense .submit-section .btn {
    margin-bottom: 10px;
  }
  .slide-footer .dense .submit-section .submitting {
    margin-bottom: 0;
    font-size: 16px;
  }

  .logo {
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .logo path {
    fill: black;
    -webkit-transition: all 300ms cubic-bezier(1, -0.21, 0, 1.15);
    -o-transition: all 300ms cubic-bezier(1, -0.21, 0, 1.15);
    -moz-transition: all 300ms cubic-bezier(1, -0.21, 0, 1.15);
    transition: all 300ms cubic-bezier(1, -0.21, 0, 1.15);
  }
}
@media screen and (max-width: 47.99em) {
  .logo.drawer-opened path {
    opacity: 0;
  }
}
@media screen {
  .logo.hide {
    opacity: 0;
  }
}
@media screen {
  .logo.none {
    display: none;
  }
}
@media screen {
  .nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 14px 16px 0 16px;
  }
}
@media screen and (min-width: 27em) and (max-width: 47.99em) {
  .nav-bar {
    padding: 32px 24px 0 24px;
  }
}
@media screen and (min-width: 48em) and (max-width: 119.99em) {
  .nav-bar {
    padding: 16px 36px 0 36px;
  }
}
@media screen and (min-width: 120em) {
  .nav-bar {
    padding: 48px 60px 0 60px;
  }
}
@media screen {
  .nav-bar .menu-btn {
    width: 55px;
    height: 55px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-bar .menu-btn .burger {
    width: 28px;
    height: 1px;
    background-color: #1C1C1C;
    -webkit-transition: opacity 300ms linear, background-color 300ms cubic-bezier(1, 0.31, 0, 1.71);
    -o-transition: opacity 300ms linear, background-color 300ms cubic-bezier(1, 0.31, 0, 1.71);
    -moz-transition: opacity 300ms linear, background-color 300ms cubic-bezier(1, 0.31, 0, 1.71);
    transition: opacity 300ms linear, background-color 300ms cubic-bezier(1, 0.31, 0, 1.71);
  }
  .nav-bar .menu-btn .burger:after, .nav-bar .menu-btn .burger:before {
    content: " ";
    position: absolute;
    background-color: #1C1C1C;
    width: 14px;
    height: 1px;
    -webkit-transition: all 300ms cubic-bezier(1, 0.31, 0, 1.71);
    -o-transition: all 300ms cubic-bezier(1, 0.31, 0, 1.71);
    -moz-transition: all 300ms cubic-bezier(1, 0.31, 0, 1.71);
    transition: all 300ms cubic-bezier(1, 0.31, 0, 1.71);
  }
  .nav-bar .menu-btn .burger:before {
    -webkit-transform: translateY(-6px) translateX(7px);
       -moz-transform: translateY(-6px) translateX(7px);
        -ms-transform: translateY(-6px) translateX(7px);
         -o-transform: translateY(-6px) translateX(7px);
            transform: translateY(-6px) translateX(7px);
  }
  .nav-bar .menu-btn .burger:after {
    -webkit-transform: translateY(6px) translateX(7px);
       -moz-transform: translateY(6px) translateX(7px);
        -ms-transform: translateY(6px) translateX(7px);
         -o-transform: translateY(6px) translateX(7px);
            transform: translateY(6px) translateX(7px);
  }
  .nav-bar .menu-btn.open {
    background-color: #1C1C1C;
  }
  .nav-bar .menu-btn.open .burger {
    background-color: transparent !important;
    -webkit-transition: all 300ms cubic-bezier(1, 0.31, 0, 1.71);
    -o-transition: all 300ms cubic-bezier(1, 0.31, 0, 1.71);
    -moz-transition: all 300ms cubic-bezier(1, 0.31, 0, 1.71);
    transition: all 300ms cubic-bezier(1, 0.31, 0, 1.71);
  }
  .nav-bar .menu-btn.open .burger:after, .nav-bar .menu-btn.open .burger:before {
    background-color: white;
    -webkit-transform: rotate(45deg) translate(5px, -5px);
       -moz-transform: rotate(45deg) translate(5px, -5px);
        -ms-transform: rotate(45deg) translate(5px, -5px);
         -o-transform: rotate(45deg) translate(5px, -5px);
            transform: rotate(45deg) translate(5px, -5px);
  }
  .nav-bar .menu-btn.open .burger:before {
    -webkit-transform: rotate(-45deg) translate(5px, 5px);
       -moz-transform: rotate(-45deg) translate(5px, 5px);
        -ms-transform: rotate(-45deg) translate(5px, 5px);
         -o-transform: rotate(-45deg) translate(5px, 5px);
            transform: rotate(-45deg) translate(5px, 5px);
  }
  .nav-bar .menu-btn:hover .burger {
    background-color: white;
  }
  .nav-bar .menu-btn:hover .burger:after, .nav-bar .menu-btn:hover .burger:before {
    background-color: white;
  }
}
@media screen and (min-device-width: 27em) {
  .nav-bar .menu-btn {
    width: 75px;
    height: 75px;
  }
}
@media screen {
  .link {
    color: white;
  }
}
@media screen {
  .small-subtitle {
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #898989;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 27em) {
  .small-subtitle {
    margin-bottom: 32px;
  }
}
@media screen {
  .socials-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .socials-list.row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    max-width: 282px;
  }
  .socials-list.row .socials-item {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 120em) {
  .socials-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen {
  .socials-list .socials-item {
    font-size: 16px;
    line-height: 150%;
    color: white;
    margin-bottom: 15px;
    -webkit-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
  }
  .socials-list .socials-item:not(:last-of-type) {
    margin-right: 25px;
  }
  .socials-list .socials-item:hover {
    color: #FC0D1B;
  }
}
@media screen {
  .scene-wrapper-old {
    position: fixed;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 90px;
    height: 100vw;
    width: 100%;
    -webkit-transition: opacity 300ms cubic-bezier(1, 0.31, 0, 1.71);
    -o-transition: opacity 300ms cubic-bezier(1, 0.31, 0, 1.71);
    -moz-transition: opacity 300ms cubic-bezier(1, 0.31, 0, 1.71);
    transition: opacity 300ms cubic-bezier(1, 0.31, 0, 1.71);
  }
  .scene-wrapper-old.hide {
    opacity: 0;
  }
}
@media screen and (min-width: 27em) and (max-width: 47.99em) {
  .scene-wrapper-old {
    top: 125px;
  }
}
@media screen and (min-width: 48em) and (max-width: 61.99em) {
  .scene-wrapper-old {
    top: 150px;
    height: 50%;
    width: 100%;
  }
}
@media screen and (min-width: 62em) and (max-width: 119.99em) {
  .scene-wrapper-old {
    top: 10%;
    right: 10%;
    height: 60%;
    width: 42%;
  }
}
@media screen and (min-width: 120em) {
  .scene-wrapper-old {
    top: 10%;
    right: 12%;
    height: 80%;
    width: 40%;
  }
}
@media screen {
  .scene-wrapper-old img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 175%;
  }
}
@media screen and (min-width: 62em) {
  .scene-wrapper-old img {
    height: 145%;
  }
}
@media screen {
  .scene-wrapper {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 41em) and (max-width: 61.99em) {
  .scene-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 62em) and (max-width: 119.99em) {
  .scene-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 120em) {
  .scene-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen {
  .scene-wrapper .figure {
    position: relative;
    margin-top: 10vh;
    width: 100%;
    height: 100vw;
  }
  .scene-wrapper .figure .loading {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 3;
  }
}
@media screen and (min-width: 27em) and (max-width: 47.99em) {
  .scene-wrapper .figure {
    margin-top: 0vh;
  }
}
@media screen and (min-width: 41em) and (max-width: 61.99em) {
  .scene-wrapper .figure {
    margin-top: 5vh;
    width: 70%;
    height: 70vw;
  }
}
@media screen and (min-width: 62em) and (max-width: 119.99em) {
  .scene-wrapper .figure {
    margin-top: 0;
    margin-left: auto;
    margin-right: 90px;
    width: 50%;
    height: 50vw;
  }
}
@media screen and (min-width: 120em) {
  .scene-wrapper .figure {
    margin-top: 0;
    margin-left: auto;
    margin-right: 190px;
    width: 35vw;
    height: 35vw;
  }
}
@media screen {
  .scene-wrapper .figure video {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
}
@media screen and (min-width: 62em) and (max-width: 119.99em) {
  .scene-wrapper .figure video {
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
  }
}
@media screen and (min-width: 120em) {
  .scene-wrapper .figure video {
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
  }
}
@media screen {
  .scene-wrapper .figure video.show {
    opacity: 1;
    z-index: 2;
  }
}
@media screen {
  .scroll-content .container .gif img {
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
  }
  .scroll-content .container .margin {
    margin-top: 50px;
  }
}
@media screen {
  .scroll-container {
    width: 100vw;
    height: 100vh;
  }
}
@media screen {
  .home-slider {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
  }
  .home-slider .slide-content {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 27em) and (max-width: 47.99em) {
  .home-slider .slide-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 48em) and (max-width: 61.99em) {
  .home-slider .slide-content {
    padding-left: 76px;
    padding-right: 76px;
  }
}
@media screen and (min-width: 62em) and (max-width: 119.99em) {
  .home-slider .slide-content {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media screen and (min-width: 120em) {
  .home-slider .slide-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 195px;
    padding-right: 195px;
  }
}
@media screen {
  .home-slider .slide-content .chevron-bottom {
    position: absolute;
    bottom: 5vh;
    left: -webkit-calc(50% - 9px);
    left: -moz-calc(50% - 9px);
    left: calc(50% - 9px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 30px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    transition: all 300ms linear;
    width: 18px;
    height: 18px;
  }
}
@media screen and (min-width: 48em) and (max-width: 61.99em) {
  .home-slider .slide-content .chevron-bottom {
    padding-bottom: 48px;
    left: -webkit-calc(50% - 11px);
    left: -moz-calc(50% - 11px);
    left: calc(50% - 11px);
    width: 22px;
    height: 22px;
  }
}
@media screen and (min-width: 62em) {
  .home-slider .slide-content .chevron-bottom {
    padding-bottom: 50px;
    width: 32px;
    height: 32px;
  }
}
@media screen {
  .home-slider .slide-content .last {
    margin-bottom: 10vh;
  }
}
@media screen and (min-width: 62em) and (max-width: 199.99em) {
  .home-slider .slide-content .last {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 199.99em) {
  .home-slider .slide-content .last {
    margin-bottom: 0;
    margin-top: 90px;
  }
}
@media screen {
  .home-slider .slide-content .last h1 {
    font-size: 35px;
    line-height: 42px;
    width: 95%;
  }
}
@media screen and (min-width: 27em) and (max-width: 47.99em) {
  .home-slider .slide-content .last h1 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media screen and (min-width: 48em) and (max-width: 119.99em) {
  .home-slider .slide-content .last h1 {
    width: 45%;
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (min-width: 120em) {
  .home-slider .slide-content .last h1 {
    width: 45%;
    font-size: 84px;
    line-height: 100px;
  }
}
@media screen {
  .home-slider .slide-content .last .btn {
    margin-top: -4%;
    margin-left: 40%;
  }
}
@media screen and (min-width: 62em) {
  .home-slider .slide-content .last .btn {
    margin-top: -4%;
    margin-left: 25%;
  }
}
@media screen {
  .home-slider .slide-content p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 27em) and (max-width: 47.99em) {
  .home-slider .slide-content p {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 48em) and (max-width: 61.99em) {
  .home-slider .slide-content p {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 119px;
  }
}
@media screen and (min-width: 62em) and (max-width: 119.99em) {
  .home-slider .slide-content p {
    width: 50%;
    font-size: 31px;
    line-height: 40px;
  }
}
@media screen and (min-width: 119.99em) {
  .home-slider .slide-content p {
    width: 40%;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  .home-slider .slide-content p {
    margin-bottom: 15vh;
  }
}
@media screen {
  .container {
    position: relative;
    margin: 0 16px 0 16px;
  }
  .container.with-top {
    margin-top: 182px;
  }
}
@media screen and (min-width: 27em) and (max-width: 119.99em) {
  .container.with-top {
    margin-top: 222px;
  }
}
@media screen and (min-width: 120em) {
  .container.with-top {
    margin-top: 340px;
  }
}
@media screen {
  .container .full {
    margin: 0 -16px 0 -16px;
  }
}
@media screen and (min-width: 27em) and (max-width: 47.99em) {
  .container {
    margin-left: 24px;
    margin-right: 24px;
  }
  .container .full {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media screen and (min-width: 48em) and (max-width: 61.99em) {
  .container {
    margin-left: 77px;
    margin-right: 77px;
  }
  .container .full {
    margin-left: -77px;
    margin-right: -77px;
  }
}
@media screen and (min-width: 62em) and (max-width: 119.99em) {
  .container {
    margin-left: 90px;
    margin-right: 90px;
  }
  .container .full {
    margin-left: -90px;
    margin-right: -90px;
  }
}
@media screen and (min-width: 120em) {
  .container {
    margin-left: 195px;
    margin-right: 195px;
  }
  .container .dense {
    margin-left: 130px;
    margin-right: 130px;
  }
  .container .full {
    margin-left: -195px;
    margin-right: -195px;
  }
}
@media screen {
  .bottom-margin {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 48em) and (max-width: 119.99em) {
  .bottom-margin {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 120em) {
  .bottom-margin {
    margin-bottom: 280px;
  }
}
@media screen {
  .rounded-block {
    position: relative;
    width: 100%;
    height: 0;
    display: block;
    z-index: 2;
    -webkit-transform: translateY(-1px);
       -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
         -o-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  .rounded-block .rounded-div-wrap {
    width: 100%;
    top: -1px;
    position: relative;
    height: 7.5vh;
    overflow: hidden;
  }
}
@media screen and (min-width: 48em) and (max-width: 119.99em) {
  .rounded-block .rounded-div-wrap {
    height: 9vh;
  }
}
@media screen and (min-width: 120em) {
  .rounded-block .rounded-div-wrap {
    height: 10vh;
  }
}
@media screen {
  .rounded-block .rounded-div-wrap .rounded-div {
    width: 150%;
    content: "";
    display: block;
    position: absolute;
    background: white;
    height: 750%;
    left: 50%;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    -webkit-transform: translate(-50%, -86.666%);
       -moz-transform: translate(-50%, -86.666%);
        -ms-transform: translate(-50%, -86.666%);
         -o-transform: translate(-50%, -86.666%);
            transform: translate(-50%, -86.666%);
    z-index: 1;
  }
}
@media screen {
  .footer-wrapper {
    height: 100%;
    min-height: 300px;
    max-height: 800px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset -10px 10px -10px rgba(0, 0, 0, 0.9);
       -moz-box-shadow: inset -10px 10px -10px rgba(0, 0, 0, 0.9);
            box-shadow: inset -10px 10px -10px rgba(0, 0, 0, 0.9);
    background-color: #1C1C1C;
  }
  .footer-wrapper .footer {
    position: relative;
    width: 100%;
    will-change: transform;
    padding: 80px 0 20px 0;
    color: white;
  }
}
@media screen and (max-width: 27em) {
  .footer-wrapper .footer .container .btn {
    width: unset;
  }
}
@media screen and (min-width: 27em) and (max-width: 47.99em) {
  .footer-wrapper .footer {
    padding: 125px 0 44px 0;
  }
}
@media screen and (min-width: 41em) and (max-width: 61.99em) {
  .footer-wrapper .footer {
    padding: 200px 0 50px 0;
  }
}
@media screen and (min-width: 62em) and (max-width: 119.99em) {
  .footer-wrapper .footer {
    padding: 190px 0 50px 0;
  }
}
@media screen and (min-width: 120em) {
  .footer-wrapper .footer {
    padding: 190px 0 50px 0;
  }
}
@media screen {
  .footer-wrapper .footer .title {
    font-size: 41px;
    line-height: 49.2px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 27em) {
  .footer-wrapper .footer .title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 27em) and (max-width: 61.99em) {
  .footer-wrapper .footer .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (min-width: 62em) and (max-width: 119.99em) {
  .footer-wrapper .footer .title {
    font-size: 63px;
    line-height: 75.6px;
  }
}
@media screen and (min-width: 120em) {
  .footer-wrapper .footer .title {
    font-size: 84px;
    line-height: 100px;
    margin-bottom: 32px;
  }
}
@media screen {
  .footer-wrapper .footer p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (min-width: 27em) and (max-width: 119.99em) {
  .footer-wrapper .footer p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 46px;
  }
}
@media screen and (min-width: 27em) and (max-width: 47.99em) {
  .footer-wrapper .footer p {
    margin-bottom: 74px;
  }
}
@media screen and (min-width: 62em) {
  .footer-wrapper .footer p {
    width: 70%;
  }
}
@media screen and (min-width: 120em) {
  .footer-wrapper .footer p {
    font-size: 22px;
    line-height: 39.6px;
    margin-bottom: 64px;
  }
}
@media screen {
  .footer-wrapper .footer .socials {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-wrapper .footer .socials .link {
    margin: 50px 0 50px 0;
  }
}
@media screen and (min-width: 27em) and (max-width: 47.99em) {
  .footer-wrapper .footer .socials .link {
    margin: 70px 0 70px 0;
  }
}
@media screen and (min-width: 48em) {
  .footer-wrapper .footer .socials .link {
    margin: auto 0 0 0;
  }
}
@media screen and (min-width: 48em) {
  .footer-wrapper .footer .socials {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 110px;
  }
  .footer-wrapper .footer .socials .socials-item {
    margin-right: 30px;
  }
}
@media screen and (min-width: 62em) and (max-width: 119.99em) {
  .footer-wrapper .footer .socials {
    margin-top: 70px;
  }
  .footer-wrapper .footer .socials .socials-item {
    margin-right: 50px;
  }
}
@media screen and (min-width: 120em) {
  .footer-wrapper .footer .socials {
    margin-top: 130px;
  }
  .footer-wrapper .footer .socials .socials-item {
    margin-right: 50px;
  }
}
@media screen {
  .footer-wrapper .footer .small-subtitle {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 27em) and (max-width: 61.99em) {
  .footer-wrapper .footer .small-subtitle {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 62em) {
  .footer-wrapper .footer .small-subtitle {
    margin-bottom: 30px;
  }
}
@media screen {
  h1 {
    font-size: 40px;
    line-height: 120%;
  }
}
@media screen and (min-width: 48em) and (max-width: 119.99em) {
  h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 120em) {
  h1 {
    font-size: 94px;
  }
}
@media screen {
  h1.page-title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 27em) and (max-width: 47.99em) {
  h1.page-title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 41em) and (max-width: 61.99em) {
  h1.page-title {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 62em) and (max-width: 119.99em) {
  h1.page-title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 120em) {
  h1.page-title {
    margin-bottom: 40px;
  }
}
@media screen {
  h2 {
    font-size: 26px;
    line-height: 130%;
  }
}
@media screen and (min-width: 48em) and (max-width: 119.99em) {
  h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 120em) {
  h2 {
    font-size: 45px;
  }
}
@media screen {
  h3 {
    font-size: 30px;
    line-height: 130%;
  }
}
@media screen {
  h4 {
    font-size: 16px;
    line-height: 150%;
  }
}
@media screen and (min-width: 119.99em) {
  h4 {
    font-size: 22px;
    line-height: 180%;
  }
}
@media screen {
  h5.kerning {
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
}
@media screen {
  .text-field {
    position: relative;
    color: black;
  }
  .text-field label {
    position: absolute;
    left: 0;
    top: 13px;
    color: black;
    background-color: #fff;
    z-index: 10;
    -webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    -o-transition: font-size 150ms ease-out, -o-transform 150ms ease-out;
    -moz-transition: transform 150ms ease-out, font-size 150ms ease-out, -moz-transform 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out, -moz-transform 150ms ease-out, -o-transform 150ms ease-out;
    line-height: 24px;
    font-size: 16px;
  }
  .text-field label.focused {
    -webkit-transform: translateY(-125%);
       -moz-transform: translateY(-125%);
        -ms-transform: translateY(-125%);
         -o-transform: translateY(-125%);
            transform: translateY(-125%);
    font-size: 14px;
  }
}
@media screen and (min-width: 120em) {
  .text-field label {
    font-size: 22px;
    line-height: 39.6px;
  }
}
@media screen {
  .text-field input, .text-field textarea {
    position: relative;
    padding: 16px 0;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    outline: 0;
    border: 0;
    -webkit-box-shadow: 0 1px 0 0 black;
       -moz-box-shadow: 0 1px 0 0 black;
            box-shadow: 0 1px 0 0 black;
    -webkit-transition: -webkit-box-shadow 150ms ease-out;
    transition: -webkit-box-shadow 150ms ease-out;
    -o-transition: box-shadow 150ms ease-out;
    -moz-transition: box-shadow 150ms ease-out, -moz-box-shadow 150ms ease-out;
    transition: box-shadow 150ms ease-out;
    transition: box-shadow 150ms ease-out, -webkit-box-shadow 150ms ease-out, -moz-box-shadow 150ms ease-out;
  }
  .text-field input, .text-field input textarea, .text-field textarea, .text-field textarea textarea {
    resize: none;
    max-height: 100px;
    font-family: PP Pangram Sans;
  }
}
@media screen and (min-width: 120em) {
  .text-field input, .text-field textarea {
    font-size: 22px;
    line-height: 39.6px;
  }
}
@media screen {
  .btn {
    -webkit-border-radius: 51px;
       -moz-border-radius: 51px;
            border-radius: 51px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: transparent;
    -webkit-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 14px;
  }
  .btn:hover {
    background: #1C1C1C;
  }
  .btn .icon {
    margin-right: 17px;
    height: 14px;
  }
  .btn.grey {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #EEF0F1;
    padding: 20px 28px;
    -webkit-transition: border 300ms linear;
    -o-transition: border 300ms linear;
    -moz-transition: border 300ms linear;
    transition: border 300ms linear;
  }
  .btn.grey:hover {
    background-color: #E3E5E7;
  }
  .btn.grey:focus {
    outline: none;
    border-color: #000;
  }
  .btn.big {
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    font-size: 14px;
    line-height: 109px;
    width: 109px;
    height: 109px;
    color: white;
    background-color: #1C1C1C;
    -webkit-transition: all 300ms cubic-bezier(1, 0.31, 0, 1.71);
    -o-transition: all 300ms cubic-bezier(1, 0.31, 0, 1.71);
    -moz-transition: all 300ms cubic-bezier(1, 0.31, 0, 1.71);
    transition: all 300ms cubic-bezier(1, 0.31, 0, 1.71);
  }
}
@media screen and (min-width: 48em) and (max-width: 119.98em) {
  .btn.big.submit {
    font-size: 20px;
    line-height: 154px;
    width: 154px;
    height: 154px;
  }
  .btn.big.submit:after {
    content: url('data:image/svg+xml; utf8, <svg width="16" height="15" viewBox="0 0 16 15" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.583984 7.38051L15.0691 7.38051M15.0691 7.38051C10.9891 7.38051 7.82656 4.78851 6.18052 0.900391M15.0691 7.38051C10.9891 7.38051 7.82656 9.97267 6.18052 13.8608" stroke="white" stroke-width="2"/> </svg> ');
    margin-left: 6px;
  }
}
@media screen and (min-width: 119.99em) {
  .btn.big {
    font-size: 25px;
    line-height: 202px;
    width: 202px;
    height: 202px;
  }
}
@media screen {
  .btn.big:hover {
    background-color: #FC0D1B;
    -webkit-transform: rotateZ(-9deg);
       -moz-transform: rotateZ(-9deg);
        -ms-transform: rotate(-9deg);
         -o-transform: rotateZ(-9deg);
            transform: rotateZ(-9deg);
  }
}
@media screen {
  .btn.big:after {
    content: url('data:image/svg+xml; utf8, <svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.0693359 5.77017L10.3218 5.77017M10.3218 5.77017C7.43401 5.77017 5.19558 3.93557 4.03052 1.18359M10.3218 5.77017C7.43401 5.77017 5.19558 7.60488 4.03052 10.3569" stroke="white"/> </svg> ');
    display: block;
    margin-left: 5px;
  }
}
@media screen and (min-width: 119.99em) {
  .btn.big:after {
    content: url('data:image/svg+xml; utf8, <svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0 9.49989L19 9.49989M19 9.49989C13.6483 9.49989 9.5 6.1 7.34091 1M19 9.49989C13.6483 9.49989 9.5 12.9 7.34091 18" stroke="white" stroke-width="2"/> </svg> ');
    margin-left: 11px;
  }
}
@media screen {
  .btn.big.hide-chevron:after {
    display: none;
  }
}
@media screen {
  .btn.outline {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid black;
    font-size: 18px;
    padding: 20px 40px;
    -webkit-transition: color 0.3s linear, background-color 0.3s linear;
    -o-transition: color 0.3s linear, background-color 0.3s linear;
    -moz-transition: color 0.3s linear, background-color 0.3s linear;
    transition: color 0.3s linear, background-color 0.3s linear;
  }
  .btn.outline:hover {
    background-color: black;
    color: white;
  }
  .btn.outline:hover.white {
    background-color: white;
    color: black;
  }
  .btn.outline.white {
    border-color: white;
    color: white;
  }
}
@media screen and (max-width: 48em) {
  .btn.outline.min-sm {
    padding: 10px 15px;
    font-size: 14px;
  }
}
@media screen {
  .btn.all-works {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 25px;
    line-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0.31, 0, 1.71);
    transition: -webkit-transform 0.3s cubic-bezier(1, 0.31, 0, 1.71);
    -o-transition: -o-transform 0.3s cubic-bezier(1, 0.31, 0, 1.71);
    -moz-transition: transform 0.3s cubic-bezier(1, 0.31, 0, 1.71), -moz-transform 0.3s cubic-bezier(1, 0.31, 0, 1.71);
    transition: transform 0.3s cubic-bezier(1, 0.31, 0, 1.71);
    transition: transform 0.3s cubic-bezier(1, 0.31, 0, 1.71), -webkit-transform 0.3s cubic-bezier(1, 0.31, 0, 1.71), -moz-transform 0.3s cubic-bezier(1, 0.31, 0, 1.71), -o-transform 0.3s cubic-bezier(1, 0.31, 0, 1.71);
  }
  .btn.all-works:hover {
    background: transparent;
    -webkit-transform: translateX(10px);
       -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
         -o-transform: translateX(10px);
            transform: translateX(10px);
  }
  .btn.all-works:hover:after {
    margin-left: 17px;
  }
}
@media screen and (min-width: 62em) {
  .btn.all-works:hover:after {
    margin-left: 38px;
  }
}
@media screen {
  .btn.all-works:after {
    -webkit-transition: margin-left 0.3s cubic-bezier(1, 0.31, 0, 1.71);
    -o-transition: margin-left 0.3s cubic-bezier(1, 0.31, 0, 1.71);
    -moz-transition: margin-left 0.3s cubic-bezier(1, 0.31, 0, 1.71);
    transition: margin-left 0.3s cubic-bezier(1, 0.31, 0, 1.71);
    content: url('data:image/svg+xml; utf8, <svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.0693359 5.77017L10.3218 5.77017M10.3218 5.77017C7.43401 5.77017 5.19558 3.93557 4.03052 1.18359M10.3218 5.77017C7.43401 5.77017 5.19558 7.60488 4.03052 10.3569" stroke="black"/> </svg> ');
    display: block;
    margin-left: 13px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 62em) {
  .btn.all-works:after {
    content: url('data:image/svg+xml; utf8, <svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0 9.49989L19 9.49989M19 9.49989C13.6483 9.49989 9.5 6.1 7.34091 1M19 9.49989C13.6483 9.49989 9.5 12.9 7.34091 18" stroke="black" stroke-width="2"/> </svg> ');
    margin-left: 30px;
    margin-bottom: 0px;
  }
}
@media screen {
  .btn.flat:hover {
    background-color: transparent;
  }
}
@media screen {
  .hover-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .hover-right .icon {
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s cubic-bezier(1, 0.31, 0, 1.71), -webkit-transform 0.4s cubic-bezier(1, 0.31, 0, 1.71);
    transition: opacity 0.4s cubic-bezier(1, 0.31, 0, 1.71), -webkit-transform 0.4s cubic-bezier(1, 0.31, 0, 1.71);
    -o-transition: opacity 0.4s cubic-bezier(1, 0.31, 0, 1.71), -o-transform 0.4s cubic-bezier(1, 0.31, 0, 1.71);
    -moz-transition: opacity 0.4s cubic-bezier(1, 0.31, 0, 1.71), transform 0.4s cubic-bezier(1, 0.31, 0, 1.71), -moz-transform 0.4s cubic-bezier(1, 0.31, 0, 1.71);
    transition: opacity 0.4s cubic-bezier(1, 0.31, 0, 1.71), transform 0.4s cubic-bezier(1, 0.31, 0, 1.71);
    transition: opacity 0.4s cubic-bezier(1, 0.31, 0, 1.71), transform 0.4s cubic-bezier(1, 0.31, 0, 1.71), -webkit-transform 0.4s cubic-bezier(1, 0.31, 0, 1.71), -moz-transform 0.4s cubic-bezier(1, 0.31, 0, 1.71), -o-transform 0.4s cubic-bezier(1, 0.31, 0, 1.71);
    width: 8px;
    height: 8px;
    background-color: white;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
  }
  .hover-right .link {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0.31, 0, 1.71);
    transition: -webkit-transform 0.4s cubic-bezier(1, 0.31, 0, 1.71);
    -o-transition: -o-transform 0.4s cubic-bezier(1, 0.31, 0, 1.71);
    -moz-transition: transform 0.4s cubic-bezier(1, 0.31, 0, 1.71), -moz-transform 0.4s cubic-bezier(1, 0.31, 0, 1.71);
    transition: transform 0.4s cubic-bezier(1, 0.31, 0, 1.71);
    transition: transform 0.4s cubic-bezier(1, 0.31, 0, 1.71), -webkit-transform 0.4s cubic-bezier(1, 0.31, 0, 1.71), -moz-transform 0.4s cubic-bezier(1, 0.31, 0, 1.71), -o-transform 0.4s cubic-bezier(1, 0.31, 0, 1.71);
    display: block;
    text-decoration: none;
    width: 100%;
  }
  .hover-right:hover .icon {
    opacity: 1;
  }
  .hover-right:hover .link {
    -webkit-transform: translateX(20px);
       -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
         -o-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@media screen {
  .magnetic-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen {
  .nav-drawer-box {
    display: none;
  }
  .nav-drawer-box.open .nav-drawer-backdrop {
    pointer-events: auto;
  }
  .nav-drawer-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 498;
    pointer-events: none;
    background: rgba(238, 238, 238, 0.7);
  }
  .nav-drawer-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    z-index: 499;
    background-color: #1C1C1C;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: auto;
  }
}
@media screen and (min-width: 48em) and (max-width: 61.99em) {
  .nav-drawer-content {
    width: 398px;
  }
}
@media screen and (min-width: 62em) and (max-width: 119.99em) {
  .nav-drawer-content {
    width: 374px;
  }
}
@media screen and (min-width: 120em) {
  .nav-drawer-content {
    width: 579px;
  }
}
@media screen {
  .nav-drawer-content .nav-drawer-body .small-subtitle {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 27em) {
  .nav-drawer-content .nav-drawer-body .small-subtitle {
    margin-bottom: 32px;
  }
}
@media screen {
  .nav-drawer-content .nav-drawer-body .drawer-list {
    margin-top: 25px;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 27em) and (max-width: 47.99em) {
  .nav-drawer-content .nav-drawer-body .drawer-list {
    margin-top: 143px;
    margin-bottom: 143px;
  }
}
@media screen and (min-width: 48em) and (max-width: 61.99em) {
  .nav-drawer-content .nav-drawer-body .drawer-list {
    margin-top: 99px;
    margin-bottom: 166px;
  }
}
@media screen and (min-width: 62em) and (max-width: 119.99em) {
  .nav-drawer-content .nav-drawer-body .drawer-list {
    margin-top: 120px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 120em) {
  .nav-drawer-content .nav-drawer-body .drawer-list {
    margin-top: 175px;
    margin-bottom: 90px;
  }
}
@media screen {
  .nav-drawer-content .nav-drawer-body .drawer-list .drawer-item {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 27em) and (max-width: 119.99em) {
  .nav-drawer-content .nav-drawer-body .drawer-list .drawer-item {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 120em) {
  .nav-drawer-content .nav-drawer-body .drawer-list .drawer-item {
    margin-bottom: 30px;
  }
}
@media screen {
  .nav-drawer-content .nav-drawer-body .drawer-list .drawer-item .link {
    font-size: 40px;
    line-height: 130%;
    color: white;
  }
}
@media screen and (min-width: 27em) and (max-width: 119.99em) {
  .nav-drawer-content .nav-drawer-body .drawer-list .drawer-item .link {
    font-size: 50px;
  }
}
@media screen and (min-width: 120em) {
  .nav-drawer-content .nav-drawer-body .drawer-list .drawer-item .link {
    font-size: 63px;
  }
}
@media screen {
  .line-animation .word {
    display: inline-block;
    -webkit-clip-path: polygon(-0.2em 0, -webkit-calc(100% + 0.2em) 0, -webkit-calc(100% + 0.2em) -webkit-calc(100% + 0.2em), -0.2em -webkit-calc(100% + 0.2em));
    clip-path: polygon(-0.2em 0, -moz-calc(100% + 0.2em) 0, -moz-calc(100% + 0.2em) -moz-calc(100% + 0.2em), -0.2em -moz-calc(100% + 0.2em));
    clip-path: polygon(-0.2em 0, calc(100% + 0.2em) 0, calc(100% + 0.2em) calc(100% + 0.2em), -0.2em calc(100% + 0.2em));
    text-indent: 0;
  }
  .line-animation .word_inner {
    display: block;
    opacity: 0;
    -webkit-transform: translate3d(0, -webkit-calc(100% + 0.25em), 0);
       -moz-transform: translate3d(0, -moz-calc(100% + 0.25em), 0);
            transform: translate3d(0, calc(100% + 0.25em), 0);
    -webkit-transition: opacity 1.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.75s cubic-bezier(0.4, 0, 0, 1);
    transition: opacity 1.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.75s cubic-bezier(0.4, 0, 0, 1);
    -o-transition: opacity 1.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.75s cubic-bezier(0.4, 0, 0, 1);
    -moz-transition: transform 0.75s cubic-bezier(0.4, 0, 0, 1), opacity 1.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.75s cubic-bezier(0.4, 0, 0, 1);
    transition: transform 0.75s cubic-bezier(0.4, 0, 0, 1), opacity 1.3s cubic-bezier(0.4, 0, 0, 1);
    transition: transform 0.75s cubic-bezier(0.4, 0, 0, 1), opacity 1.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.75s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.75s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.75s cubic-bezier(0.4, 0, 0, 1);
    -webkit-transition-delay: -webkit-calc(var(--line-index) * 0.1s), -webkit-calc(var(--line-index) * 0.1s);
       -moz-transition-delay: -moz-calc(var(--line-index) * 0.1s), -moz-calc(var(--line-index) * 0.1s);
         -o-transition-delay: calc(var(--line-index) * 0.1s), calc(var(--line-index) * 0.1s);
            transition-delay: calc(var(--line-index) * 0.1s), calc(var(--line-index) * 0.1s);
  }
  .line-animation mark {
    margin-right: 5px;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, transparent), color-stop(50%, #CFD8E4)) no-repeat;
    background: -webkit-linear-gradient(right, transparent 50%, #CFD8E4 50%) no-repeat;
    background: -moz-linear-gradient(right, transparent 50%, #CFD8E4 50%) no-repeat;
    background: -o-linear-gradient(right, transparent 50%, #CFD8E4 50%) no-repeat;
    background: linear-gradient(to left, transparent 50%, #CFD8E4 50%) no-repeat;
    -webkit-background-size: 0% 100%;
       -moz-background-size: 0% 100%;
            background-size: 0% 100%;
  }
}
@media screen {
  .inited .swiper-slide-active .line-animation .word_inner {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .inited .swiper-slide-active .line-animation mark {
    -webkit-transition: background 1.3s cubic-bezier(0.4, 0, 0, 1);
    -o-transition: background 1.3s cubic-bezier(0.4, 0, 0, 1);
    -moz-transition: background 1.3s cubic-bezier(0.4, 0, 0, 1);
    transition: background 1.3s cubic-bezier(0.4, 0, 0, 1);
    -webkit-transition-delay: 0.5s;
       -moz-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
    -webkit-background-size: 200% 100%;
       -moz-background-size: 200% 100%;
            background-size: 200% 100%;
  }
}