@import url("https://fonts.googleapis.com/css?family=Karla:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,500,700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Work Sans", sans-serif;
  width: 100%;
}

a {
  text-decoration: none;
  font-family: "Karla", sans-serif;
}

li {
  list-style-type: none;
  line-height: 34px;
}

img {
  max-width: 100%;
}

.page-content-wrap {
  background-color: #fff;
}

.section {
  width: 100%;
  max-width: 1920px;
  min-height: 100vh;
  margin: 0 auto;
}

@media only screen and (max-width: 1799px) {
  .section {
    min-height: 600px;
  }
}

@media only screen and (max-width: 600px) {
  .section {
    min-height: 100vh;
  }
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

@media only screen and (max-width: 1799px) {
  .container {
    max-width: 1032px;
  }
}

@media only screen and (max-width: 600px) {
  .container {
    max-width: inherit;
  }
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* Menu */
.header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 20000;
  padding: 64px 0;
}

@media only screen and (max-width: 1799px) {
  .header {
    padding: 48px 0;
  }
}

@media only screen and (max-width: 1299px) {
  .header {
    position: absolute;
    background: none;
  }
}

@media only screen and (max-width: 600px) {
  .header {
    padding: 32px 0;
  }
}

.header__wrap {
  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;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.header__logo {
  display: block;
  line-height: 1;
  position: relative;
  z-index: 20001;
}

.header__logo img {
  display: block;
  width: auto;
  height: 64px;
  -webkit-transition: height .25s;
  transition: height .25s;
}

@media only screen and (max-width: 1799px) {
  .header__logo img {
    height: 48px;
  }
}

@media only screen and (max-width: 1299px) {
  .header__logo img {
    height: 40px;
  }
}

.main-nav {
  position: fixed;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 1299px) {
  .main-nav {
    position: absolute;
  }
}

.main-nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style-type: none;
  margin-right: 60px;
}

@media only screen and (max-width: 1799px) {
  .main-nav__list {
    margin-right: 36px;
  }
}

.main-nav__list + .main-nav__list {
  margin-right: 116 px;
}

@media only screen and (max-width: 1799px) {
  .main-nav__list + .main-nav__list {
    margin-right: 84px;
  }
}

@media only screen and (max-width: 1299px) {
  .main-nav__list + .main-nav__list {
    margin-right: 52px;
  }
}

@media only screen and (max-width: 600px) {
  .main-nav__list + .main-nav__list {
    margin-right: 24px;
  }
}

@media only screen and (max-width: 1299px) {
  .main-nav__list--menu {
    display: none;
  }
}

.main-nav__list--lang .main-nav__link {
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  .main-nav__list--lang .main-nav__link {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.main-nav__list--lang .main-nav__link.is-active {
  font-weight: 700;
}

.main-nav__link {
  display: block;
  padding: 22px 24px;
  font-size: 20px;
  color: #666666;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: padding .25s;
  transition: padding .25s;
}

@media only screen and (max-width: 1799px) {
  .main-nav__link {
    padding: 16px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 1299px) {
  .main-nav__link {
    padding: 12px;
  }
}

.main-nav__link.is-active, .main-nav__link:hover {
  color: #DC3126;
}

/* Hero */
.hero {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  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;
}

@media only screen and (max-width: 1299px) {
  .hero {
    padding-top: 168px;
    padding-bottom: 128px;
  }
}

@media only screen and (max-width: 600px) {
  .hero {
    padding: 0;
  }
}

.hero__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 1799px) {
  .hero__text {
    max-width: 860px;
  }
}

@media only screen and (max-width: 1299px) {
  .hero__text {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  .hero__text {
    max-width: inherit;
    padding: 0 24px;
  }
}

.hero__heading {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #222222;
  margin-bottom: 64px;
}

@media only screen and (min-width: 720px) {
  .hero__heading {
    font-size: 28px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 1300px) {
  .hero__heading {
    font-size: 48px;
    line-height: 72px;
  }
}

@media only screen and (min-width: 1800px) {
  .hero__heading {
    font-size: 64px;
    line-height: 96px;
  }
}

@media only screen and (max-width: 1799px) {
  .hero__heading {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 1299px) {
  .hero__heading {
    margin-bottom: 24px;
    text-align: left;
  }
}

@media only screen and (max-width: 600px) {
  .hero__heading {
    margin-bottom: 16px;
  }
}

.hero__description {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #222222;
  margin-left: 10%;
}

@media only screen and (min-width: 720px) {
  .hero__description {
    font-size: 18px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1300px) {
  .hero__description {
    font-size: 24px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 1800px) {
  .hero__description {
    font-size: 32px;
    line-height: 64px;
  }
}

@media only screen and (max-width: 600px) {
  .hero__description {
    margin-left: 0;
  }
}

@media only screen and (max-width: 600px) {
  .hero-description-paragraph {
    display: none;
  }
}

.hero-description-paragraph--mobile {
  display: none;
}

@media only screen and (max-width: 600px) {
  .hero-description-paragraph--mobile {
    display: block;
  }
}

.hero-text-animation p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}

.hero-text-animation .hero-reach-your-text {
  position: absolute;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: rotateX(-60deg);
          transform: rotateX(-60deg);
  -webkit-animation: headinganimation 10s linear infinite;
          animation: headinganimation 10s linear infinite;
}

.hero-text-animation .hero-create-value-text {
  opacity: 0;
  position: absolute;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: rotateX(-60deg);
          transform: rotateX(-60deg);
  -webkit-animation: headinganimation_create_value 10s linear infinite;
          animation: headinganimation_create_value 10s linear infinite;
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
  color: #DC3126;
  font-weight: bold;
}

.hero-spans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.hero-spans span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: topToBottom 10s linear infinite 0s;
          animation: topToBottom 10s linear infinite 0s;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 5.3em;
  color: #DC3126;
  font-weight: bold;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: rotateX(-60deg);
          transform: rotateX(-60deg);
  -webkit-animation: paragraphanimation 10s linear infinite;
          animation: paragraphanimation 10s linear infinite;
}

.hero-spans span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.hero-spans span:nth-child(2) {
  opacity: 0;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.hero-spans span:nth-child(3) {
  opacity: 0;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.hero-spans-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.hero-spans-2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: topToBottom 10s linear infinite 0s;
          animation: topToBottom 10s linear infinite 0s;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  color: #DC3126;
  font-weight: bold;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: rotateX(-60deg);
          transform: rotateX(-60deg);
  -webkit-animation: paragraphanimation 10s linear infinite;
          animation: paragraphanimation 10s linear infinite;
}

.hero-spans-2 span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.hero-spans-2 span:nth-child(2) {
  opacity: 0;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.hero-spans-2 span:nth-child(3) {
  opacity: 0;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.hero-spans-2 span:nth-child(4) {
  opacity: 0;
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

@-webkit-keyframes headinganimation {
  0% {
    opacity: 1;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  5% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  76% {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@keyframes headinganimation {
  0% {
    opacity: 1;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  5% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  76% {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@-webkit-keyframes headinganimation_create_value {
  0% {
    opacity: 1;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  5% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  26% {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@keyframes headinganimation_create_value {
  0% {
    opacity: 1;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  5% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  26% {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@-webkit-keyframes paragraphanimation {
  0% {
    opacity: 1;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  5% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  26% {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@keyframes paragraphanimation {
  0% {
    opacity: 1;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  5% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  26% {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

.help {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.help__bg {
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1299px) {
  .help__bg {
    min-height: 600px;
  }
}

@media only screen and (max-width: 600px) {
  .help__bg {
    min-height: 100vh;
  }
}

.help__bg--1, .help__bg--2 {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.help__bg--1 {
  background-image: url("../images/cactus.jpg");
  background-position: center bottom;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  .help__bg--1 {
    background-image: url("../images/cactus-mobile.jpg");
  }
}

.help__bg--1.is-inactive {
  opacity: 0;
}

.help__bg--2 {
  background-image: url("../images/jungle.jpg");
  background-position: center;
  opacity: 0;
}

@media only screen and (max-width: 600px) {
  .help__bg--2 {
    background-image: url("../images/jungle-mobile.jpg");
  }
}

.help__bg--2.is-active {
  opacity: 1;
}

.help__blocks {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.help__block {
  width: 100%;
  max-width: 1120px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

@media only screen and (max-width: 1799px) {
  .help__block {
    max-width: 1032px;
  }
}

@media only screen and (max-width: 1299px) {
  .help__block {
    max-width: 720px;
  }
}

.help__block--1 {
  max-width: 1600px;
}

@media only screen and (max-width: 1299px) {
  .help__block--1 {
    top: 40%;
  }
}

@media only screen and (max-width: 600px) {
  .help__block--1 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.help__block--1.is-inactive {
  -webkit-transform: translate(-50%, 300%);
          transform: translate(-50%, 300%);
}

.help__block--1 .help__heading {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 72px;
  letter-spacing: -0.02em;
  color: #222222;
  text-align: center;
  font-weight: 400;
}

@media only screen and (max-width: 719px) {
  .help__block--1 .help__heading {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 720px) {
  .help__block--1 .help__heading {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1300px) {
  .help__block--1 .help__heading {
    font-size: 40px;
    line-height: 56px;
  }
}

@media only screen and (min-width: 1800px) {
  .help__block--1 .help__heading {
    font-size: 48px;
    line-height: 72px;
  }
}

@media only screen and (max-width: 600px) {
  .help__block--1 .help__heading--desktop {
    display: none;
  }
}

.help__block--1 .help__heading--mobile {
  display: none;
}

@media only screen and (max-width: 600px) {
  .help__block--1 .help__heading--mobile {
    display: block;
  }
}

.help__block--1 .help__heading + .help__heading {
  margin-top: 10px;
  margin-bottom: 20px;
  height: 72px;
  position: relative;
  overflow: hidden;
  font-weight: 700;
}

@media only screen and (max-width: 1799px) {
  .help__block--1 .help__heading + .help__heading {
    margin-bottom: 12px;
    height: 56px;
  }
}

@media only screen and (max-width: 1299px) {
  .help__block--1 .help__heading + .help__heading {
    margin-bottom: 20px;
    height: 32px;
  }
}

@media only screen and (max-width: 600px) {
  .help__block--1 .help__heading + .help__heading {
    margin-top: 16px;
    margin-bottom: 24px;
    height: auto;
  }
}

.help__block--2 {
  padding: 96px 32px;
  background: #111111;
  -webkit-box-shadow: 0px 48px 96px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 48px 96px rgba(0, 0, 0, 0.32);
  position: relative;
  -webkit-transform: translate(-50%, -300%);
          transform: translate(-50%, -300%);
}

@media only screen and (max-width: 1299px) {
  .help__block--2 {
    padding: 64px 32px;
  }
}

@media only screen and (max-width: 600px) {
  .help__block--2 {
    width: calc(100vw - 64px);
    padding: 64px 24px;
  }
}

.help__block--2.is-active {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.help__block--2 .help__heading {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 72px;
  letter-spacing: -0.02em;
  color: #222222;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 719px) {
  .help__block--2 .help__heading {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 720px) {
  .help__block--2 .help__heading {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1300px) {
  .help__block--2 .help__heading {
    font-size: 40px;
    line-height: 56px;
  }
}

@media only screen and (min-width: 1800px) {
  .help__block--2 .help__heading {
    font-size: 48px;
    line-height: 72px;
  }
}

.help__block--2 .help__heading + .help__heading {
  margin-top: 16px;
  color: #FFE74E;
  font-weight: 400;
}

.help__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 600px) {
  .help__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.help__button {
  display: block;
  border: none;
  background-color: #FFE74E;
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  padding: 24px 64px;
  margin: 20px;
  -webkit-box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 1799px) {
  .help__button {
    padding: 16px 64px;
  }
}

@media only screen and (max-width: 1299px) {
  .help__button {
    margin: 12px;
    padding: 16px 48px;
    font-size: 20px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 600px) {
  .help__button {
    width: 100%;
    max-width: 248px;
    margin: 8px 0;
  }
}

.help__button:hover {
  cursor: pointer;
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
}

.help__button span {
  text-decoration: line-through;
  font-weight: 700;
}

.help__arrow {
  position: absolute;
  top: 80%;
  left: 50%;
  margin-left: -15px;
  -webkit-animation: arrowAnimation 2s infinite ease-in-out;
          animation: arrowAnimation 2s infinite ease-in-out;
}

@media only screen and (max-width: 1299px) {
  .help__arrow {
    margin-left: -10px;
  }
}

.help__arrow img {
  width: 30px;
  height: auto;
}

@media only screen and (max-width: 1299px) {
  .help__arrow img {
    width: 20px;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--hover);
            box-shadow: 0 0 0 0 var(--hover);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--hover);
            box-shadow: 0 0 0 0 var(--hover);
  }
}

@-webkit-keyframes arrowAnimation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes arrowAnimation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* Intro */
.intro {
  padding: 64px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1299px) {
  .intro {
    padding: 32px;
  }
}

@media only screen and (max-width: 600px) {
  .intro {
    padding: 24px 24px 48px 24px;
  }
}

.intro__media {
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .intro__media {
    display: none;
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    margin-bottom: 32px;
  }
}

.intro__media--mobile {
  display: none;
}

@media only screen and (max-width: 600px) {
  .intro__media--mobile {
    display: block;
  }
}

.intro__content {
  max-width: 740px;
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1299px) {
  .intro__content {
    max-width: 410px;
    left: 62%;
  }
}

@media only screen and (max-width: 600px) {
  .intro__content {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    max-width: unset;
    margin: 0 auto;
  }
}

.intro__heading {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 72px;
  letter-spacing: -0.02em;
  color: #222222;
  margin-bottom: 32px;
  position: relative;
  left: -12%;
}

@media only screen and (max-width: 719px) {
  .intro__heading {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 720px) {
  .intro__heading {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1300px) {
  .intro__heading {
    font-size: 40px;
    line-height: 56px;
  }
}

@media only screen and (min-width: 1800px) {
  .intro__heading {
    font-size: 48px;
    line-height: 72px;
  }
}

@media only screen and (max-width: 1299px) {
  .intro__heading {
    left: -10%;
  }
}

@media only screen and (max-width: 600px) {
  .intro__heading {
    left: 0;
    margin-bottom: 16px;
  }
}

.intro__description {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #222222;
}

@media only screen and (min-width: 720px) {
  .intro__description {
    font-size: 16px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1300px) {
  .intro__description {
    font-size: 20px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 1800px) {
  .intro__description {
    font-size: 24px;
    line-height: 48px;
  }
}

/* Service */
.service {
  position: relative;
  margin-top: -128px;
  padding-bottom: 380px;
  z-index: 1;
}

@media only screen and (max-width: 1799px) {
  .service {
    padding-bottom: 340px;
  }
}

@media only screen and (max-width: 1299px) {
  .service {
    margin-top: -72px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 600px) {
  .service {
    margin-top: 0;
    padding: 0 24px;
  }
}

.service::before {
  content: "";
  display: block;
  background-color: #DDFDFF;
  width: 80%;
  position: absolute;
  top: 0;
  bottom: 280px;
  right: 0;
}

@media only screen and (max-width: 1799px) {
  .service::before {
    width: 83%;
    bottom: 260px;
  }
}

@media only screen and (max-width: 1299px) {
  .service::before {
    width: 77%;
    bottom: 150px;
  }
}

@media only screen and (max-width: 600px) {
  .service::before {
    width: 100%;
    bottom: 100px;
  }
}

.service__intro {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 192px;
  padding-bottom: 96px;
  position: relative;
}

@media only screen and (max-width: 1799px) {
  .service__intro {
    padding-top: 128px;
    padding-bottom: 72px;
  }
}

@media only screen and (max-width: 1299px) {
  .service__intro {
    padding-top: 96px;
    padding-bottom: 48px;
  }
}

@media only screen and (max-width: 600px) {
  .service__intro {
    padding-top: 48px;
  }
}

.service__heading {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 72px;
  letter-spacing: -0.02em;
  color: #222222;
  margin-bottom: 32px;
}

@media only screen and (max-width: 719px) {
  .service__heading {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 720px) {
  .service__heading {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1300px) {
  .service__heading {
    font-size: 40px;
    line-height: 56px;
  }
}

@media only screen and (min-width: 1800px) {
  .service__heading {
    font-size: 48px;
    line-height: 72px;
  }
}

@media only screen and (max-width: 1299px) {
  .service__heading {
    margin-bottom: 16px;
  }
}

.service__description {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #222222;
  max-width: 740px;
  text-align: center;
}

@media only screen and (min-width: 720px) {
  .service__description {
    font-size: 16px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1300px) {
  .service__description {
    font-size: 20px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 1800px) {
  .service__description {
    font-size: 24px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 600px) {
  .service__description {
    max-width: 320px;
    margin: 0 auto;
  }
}

.service__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 160px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1799px) {
  .service__columns {
    padding: 0 96px;
  }
}

@media only screen and (max-width: 1299px) {
  .service__columns {
    padding: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media only screen and (max-width: 600px) {
  .service__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 1299px) {
  .service__column {
    width: auto;
  }
}

@media only screen and (max-width: 600px) {
  .service__column {
    text-align: center;
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 1299px) {
  .service__column--3 {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .service__column--3 {
    display: block;
  }
}

.service__column li {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #222222;
}

@media only screen and (min-width: 720px) {
  .service__column li {
    font-size: 16px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1300px) {
  .service__column li {
    font-size: 20px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 1800px) {
  .service__column li {
    font-size: 24px;
    line-height: 48px;
  }
}

.service__column-heading {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #222222;
  margin-bottom: 16px;
}

@media only screen and (min-width: 720px) {
  .service__column-heading {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1300px) {
  .service__column-heading {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1800px) {
  .service__column-heading {
    font-size: 32px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 600px) {
  .service__column-heading {
    text-align: center;
  }
}

.service__media {
  height: 560px;
  position: absolute;
  bottom: 0;
  left: 40%;
}

@media only screen and (max-width: 1799px) {
  .service__media {
    height: 520px;
    left: 38%;
  }
}

@media only screen and (max-width: 1299px) {
  .service__media {
    display: block;
    position: relative;
    width: 55%;
    height: auto;
    margin-left: auto;
    margin-right: 64px;
    margin-top: 48px;
    left: unset !important;
  }
}

@media only screen and (max-width: 600px) {
  .service__media {
    display: none;
    margin-top: 16px;
    margin-right: 0;
    margin-left: 32px;
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }
}

.service__media--mobile {
  display: none;
}

@media only screen and (max-width: 600px) {
  .service__media--mobile {
    display: block;
  }
}

.service__block--show-in-tablet {
  display: none;
}

@media only screen and (max-width: 1299px) {
  .service__block--show-in-tablet {
    display: block;
    margin-top: 48px;
  }
}

@media only screen and (max-width: 600px) {
  .service__block--show-in-tablet {
    display: none;
  }
}

html[lang="et"] .service__description {
  max-width: 800px;
}

html[lang="et"] .service__media {
  left: 45%;
}

.clients {
  padding-top: 192px;
  padding-bottom: 32px;
}

@media only screen and (max-width: 1299px) {
  .clients {
    padding-top: 128px;
    padding-left: 64px;
    padding-right: 64px;
  }
}

@media only screen and (max-width: 600px) {
  .clients {
    padding: 0;
  }
}

.clients__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 600px) {
  .clients__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.clients__column {
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .clients__column {
    width: 100%;
  }
}

.clients__column:first-child {
  padding-right: 64px;
}

@media only screen and (max-width: 1299px) {
  .clients__column:first-child {
    padding-right: 12px;
  }
}

@media only screen and (max-width: 600px) {
  .clients__column:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
  }
}

.clients__column:last-child {
  padding-left: 64px;
}

@media only screen and (max-width: 1299px) {
  .clients__column:last-child {
    padding-left: 12px;
  }
}

@media only screen and (max-width: 600px) {
  .clients__column:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
  }
}

.clients__block {
  margin-bottom: 96px;
}

@media only screen and (max-width: 1299px) {
  .clients__block {
    margin-bottom: 32px;
  }
}

.clients__block:nth-child(odd) .clients__block-media {
  padding-left: 24px;
}

.clients__block:nth-child(even) .clients__block-media {
  padding-right: 24px;
}

.clients__block-content {
  padding: 32px;
}

@media only screen and (max-width: 1299px) {
  .clients__block-content {
    padding: 24px;
  }
}

.clients__block-tag {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 4px;
}

@media only screen and (min-width: 720px) {
  .clients__block-tag {
    font-size: 16px;
    line-height: 32px;
  }
}

.clients__block-heading {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #222222;
  color: #222222;
  margin-bottom: 4px;
}

@media only screen and (min-width: 720px) {
  .clients__block-heading {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1300px) {
  .clients__block-heading {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1800px) {
  .clients__block-heading {
    font-size: 32px;
    line-height: 48px;
  }
}

.clients__block-description {
  display: none;
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #222222;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 720px) {
  .clients__block-description {
    font-size: 12px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1300px) {
  .clients__block-description {
    font-size: 16px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1800px) {
  .clients__block-description {
    font-size: 20px;
    line-height: 40px;
  }
}

.clients__block-read-more {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #222222;
  cursor: pointer;
}

@media only screen and (min-width: 720px) {
  .clients__block-read-more {
    font-size: 12px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1300px) {
  .clients__block-read-more {
    font-size: 16px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1800px) {
  .clients__block-read-more {
    font-size: 20px;
    line-height: 40px;
  }
}

.clients__block-text {
  padding: 72px 0 144px;
}

@media only screen and (max-width: 1299px) {
  .clients__block-text {
    padding: 96px 24px;
    max-width: 380px;
  }
}

@media only screen and (max-width: 600px) {
  .clients__block-text {
    max-width: 360px;
    padding: 64px 24px;
  }
}

.clients__block-text-heading {
  margin-bottom: 32px;
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 72px;
  letter-spacing: -0.02em;
  color: #222222;
}

@media only screen and (max-width: 719px) {
  .clients__block-text-heading {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 720px) {
  .clients__block-text-heading {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1300px) {
  .clients__block-text-heading {
    font-size: 40px;
    line-height: 56px;
  }
}

@media only screen and (min-width: 1800px) {
  .clients__block-text-heading {
    font-size: 48px;
    line-height: 72px;
  }
}

@media only screen and (max-width: 600px) {
  .clients__block-text-heading {
    margin-bottom: 16px;
  }
}

.clients__block-text-heading span {
  color: #DC3126;
}

.clients__block-text-tags {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #222222;
}

@media only screen and (min-width: 720px) {
  .clients__block-text-tags {
    font-size: 12px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1300px) {
  .clients__block-text-tags {
    font-size: 16px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1800px) {
  .clients__block-text-tags {
    font-size: 20px;
    line-height: 40px;
  }
}

/* Contact */
.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
  padding-top: 96px;
  background-color: #FFF3D5;
  position: relative;
}

@media only screen and (max-width: 1799px) {
  .contact__wrap {
    width: 85%;
    padding-top: 64px;
  }
}

@media only screen and (max-width: 1299px) {
  .contact__wrap {
    width: 90%;
    padding-top: 32px;
  }
}

.contact__block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  background-color: #111111;
  position: relative;
}

@media only screen and (max-width: 1299px) {
  .contact__block {
    min-height: 464px;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    width: 100vw;
  }
}

.contact__block::before, .contact__block::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}

.contact__block::before {
  left: 0;
  width: 96px;
  background-color: #FFF3D5;
}

@media only screen and (max-width: 1799px) {
  .contact__block::before {
    width: 64px;
  }
}

@media only screen and (max-width: 1299px) {
  .contact__block::before {
    width: 32px;
  }
}

.contact__block::after {
  width: calc(20% + 96px);
  right: calc(-20% - 96px);
  background-color: #111111;
}

@media only screen and (max-width: 1799px) {
  .contact__block::after {
    width: calc(15% + 64px);
    right: calc(-15% - 64px);
  }
}

@media only screen and (max-width: 1299px) {
  .contact__block::after {
    display: none;
  }
}

.contact__text {
  position: relative;
  z-index: 2;
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 72px;
  letter-spacing: -0.02em;
  color: #222222;
  color: #fff;
}

@media only screen and (max-width: 719px) {
  .contact__text {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 720px) {
  .contact__text {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1300px) {
  .contact__text {
    font-size: 40px;
    line-height: 56px;
  }
}

@media only screen and (min-width: 1800px) {
  .contact__text {
    font-size: 48px;
    line-height: 72px;
  }
}

@media only screen and (max-width: 1299px) {
  .contact__text {
    width: 100%;
    max-width: 1032px;
    margin: 0 auto;
    padding: 0 88px;
  }
}

@media only screen and (max-width: 600px) {
  .contact__text {
    padding: 0 64px;
  }
}

@media only screen and (max-width: 1299px) {
  .contact__text p {
    margin-bottom: 8px;
  }
}

.contact__text a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #FFE74E;
}

.contact__footer {
  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: 72px 0;
}

@media only screen and (max-width: 1799px) {
  .contact__footer {
    padding: 48px 0;
  }
}

@media only screen and (max-width: 1299px) {
  .contact__footer {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    width: 100vw;
    padding: 36px 0;
  }
}

@media only screen and (max-width: 600px) {
  .contact__footer {
    padding: 64px 0 72px;
  }
}

.contact__footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1299px) {
  .contact__footer-list {
    width: 100%;
    max-width: 1032px;
    margin: 0 auto;
    padding: 0 64px;
  }
}

@media only screen and (max-width: 600px) {
  .contact__footer-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact__footer-list li {
  padding: 0 64px;
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #222222;
}

@media only screen and (max-width: 1799px) {
  .contact__footer-list li {
    padding: 0 48px;
  }
}

@media only screen and (max-width: 1299px) {
  .contact__footer-list li {
    padding: 0 24px;
  }
}

@media only screen and (max-width: 600px) {
  .contact__footer-list li {
    padding: 0;
  }
}

@media only screen and (min-width: 720px) {
  .contact__footer-list li {
    font-size: 16px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1300px) {
  .contact__footer-list li {
    font-size: 20px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 1800px) {
  .contact__footer-list li {
    font-size: 24px;
    line-height: 48px;
  }
}

.contact__footer-list li a {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #222222;
}

@media only screen and (min-width: 720px) {
  .contact__footer-list li a {
    font-size: 12px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1300px) {
  .contact__footer-list li a {
    font-size: 16px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1800px) {
  .contact__footer-list li a {
    font-size: 20px;
    line-height: 40px;
  }
}

[data-words] {
  overflow: hidden;
}

[data-words]:after {
  display: none !important;
}

.text-anim-item {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate3d(0, -120%, 0);
  transform: translate3d(0, -120%, 0);
}

.text-anim-item.anim-in {
  -webkit-transform: translate3d(-50%, -120%, 0);
  transform: translate3d(-50%, -120%, 0);
  -webkit-animation: textAnimInCenter .6s .3s forwards;
  animation: textAnimInCenter .6s .3s forwards;
}

.text-anim-item.anim-out {
  -webkit-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  -webkit-animation: textAnimOutCenter .6s  forwards;
  animation: textAnimOutCenter .6s  forwards;
}

@-webkit-keyframes textAnimIn {
  0% {
    -webkit-transform: translate3d(0, -120%, 0);
    transform: translate3d(0, -120%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
}

@keyframes textAnimIn {
  0% {
    -webkit-transform: translate3d(0, -120%, 0);
    transform: translate3d(0, -120%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
}

@-webkit-keyframes textAnimOut {
  0% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 120%, 0);
    transform: translate3d(0, 120%, 0);
  }
}

@keyframes textAnimOut {
  0% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 120%, 0);
    transform: translate3d(0, 120%, 0);
  }
}

@-webkit-keyframes textAnimInCenter {
  0% {
    -webkit-transform: translate3d(-50%, -120%, 0);
    transform: translate3d(-50%, -120%, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 10%, 0);
    transform: translate3d(-50%, 10%, 0);
  }
}

@keyframes textAnimInCenter {
  0% {
    -webkit-transform: translate3d(-50%, -120%, 0);
    transform: translate3d(-50%, -120%, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 10%, 0);
    transform: translate3d(-50%, 10%, 0);
  }
}

@-webkit-keyframes textAnimOutCenter {
  0% {
    -webkit-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
  }
  50% {
    -webkit-transform: translate3d(-50%, -20%, 0);
    transform: translate3d(-50%, -20%, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 120%, 0);
    transform: translate3d(-50%, 120%, 0);
  }
}

@keyframes textAnimOutCenter {
  0% {
    -webkit-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
  }
  50% {
    -webkit-transform: translate3d(-50%, -20%, 0);
    transform: translate3d(-50%, -20%, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 120%, 0);
    transform: translate3d(-50%, 120%, 0);
  }
}
/*# sourceMappingURL=main.css.map */