html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

@font-face {
  font-family: 'SF_Pro';
  src: url("../fonts/sf-pro-text_regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SF_Pro';
  src: url("../fonts/sf-pro-text_medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SF_Pro';
  src: url("../fonts/sf-pro-text_semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SF_Pro';
  src: url("../fonts/sf-pro-text_bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

html, body {
  margin: 0;
  padding: 0; }

html {
  scroll-behavior: smooth; }

body {
  background: #ffffff;
  color: #111928;
  font-family: "SF_Pro", sans-serif;
  font-size: 1.249999992vw;
  line-height: 1.2;
  text-align: center;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 640px) {
    body {
      font-size: 4.1025641026vw; } }
  @media screen and (min-width: 1441px) {
    body {
      font-size: 18px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
  color: currentColor; }

svg {
  display: inline-block;
  width: 100%;
  height: 100%;
  fill: currentColor;
  overflow: hidden; }
  svg.icon {
    width: 1em;
    height: 1em;
    line-height: 1;
    vertical-align: middle; }

#symbols {
  display: none; }

a {
  text-decoration: none;
  color: currentColor; }

button {
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  font-family: "SF_Pro", sans-serif; }
  button:focus {
    outline: none; }

input, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "SF_Pro", sans-serif; }

figure {
  margin: 0;
  padding: 0; }

dl, dt, dd {
  margin: 0;
  padding: 0; }

img {
  width: 100%;
  display: block;
  height: auto; }

video {
  display: block; }

.header {
  position: absolute;
  width: 100%;
  z-index: 10000;
  color: #ffffff;
  -webkit-transition: background .3s ease, color .3s ease, -webkit-transform .6s ease;
  transition: background .3s ease, color .3s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, background .3s ease, color .3s ease;
  transition: transform .6s ease, background .3s ease, color .3s ease, -webkit-transform .6s ease; }
  @media screen and (max-width: 640px) {
    .header {
      position: absolute;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
      .has-menu .header {
        color: #000000; } }

.menubar {
  z-index: 10001;
  padding: 2.43055554vw 9.02777772vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 640px) {
    .menubar {
      padding: 12.0512820513vw 5.8974358974vw 0; } }
  @media screen and (min-width: 1441px) {
    .menubar {
      max-width: 1440px;
      margin: 0 auto;
      padding: 35px 130px; } }
  .menubar--black {
    color: #000000; }
    .menubar--black .logo {
      color: #0052E2; }
  .menubar__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .menubar .lang {
    position: relative;
    z-index: 1; }
    .menubar .lang__opened .lang__drop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .menubar .lang__opened .lang__icon {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .menubar .lang__current {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
              transform: translate3d(0, 100%, 0);
      -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
      transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
      transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.23, 1, 0.32, 1);
      transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
      -webkit-transition-delay: 1.4s;
              transition-delay: 1.4s;
      display: block;
      width: 1.38888888vw;
      height: 1.38888888vw;
      cursor: pointer; }
      .loaded .menubar .lang__current {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
      @media screen and (max-width: 640px) {
        .menubar .lang__current {
          width: 5.1282051282vw;
          height: 5.1282051282vw; } }
      @media screen and (min-width: 1441px) {
        .menubar .lang__current {
          width: 20px;
          height: 20px; } }
    .menubar .lang__drop {
      width: 2.77777776vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: absolute;
      font-size: 1.111111104vw;
      display: none;
      padding-top: 0.34722222vw; }
      @media screen and (max-width: 640px) {
        .menubar .lang__drop {
          width: 10.2564102564vw;
          font-size: 4.1025641026vw;
          padding-top: 0.34722222vw; } }
      @media screen and (min-width: 1441px) {
        .menubar .lang__drop {
          width: 10.2564102564vw;
          font-size: 16px;
          padding-top: 0.34722222vw; } }
      .menubar .lang__drop a {
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease; }
        .menubar .lang__drop a:hover {
          opacity: .6; }
  .menubar .menu {
    font-size: 0.972222216vw;
    margin-right: 2.77777776vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .menubar .menu__drop {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .menubar .menu__drop .menu-icon {
        display: inline-block;
        width: 1.38888888vw;
        height: 1.38888888vw;
        margin-left: .5em; }
        @media screen and (max-width: 640px) {
          .menubar .menu__drop .menu-icon {
            width: 4.1025641026vw;
            height: 4.1025641026vw;
            color: #ffffff; } }
        @media screen and (min-width: 1441px) {
          .menubar .menu__drop .menu-icon {
            width: 20px;
            height: 20px; } }
      @media screen and (max-width: 640px) {
        .menubar .menu__drop {
          display: block; } }
    .menubar .menu .menu-drop {
      position: relative;
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
              transform: translate3d(0, 100%, 0);
      -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s ease, background 0.5s ease, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
      transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s ease, background 0.5s ease, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
      transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s ease, background 0.5s ease;
      transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s ease, background 0.5s ease, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
      -webkit-transition-delay: calc(100ms * (5 - var(--index)) + 1s);
              transition-delay: calc(100ms * (5 - var(--index)) + 1s); }
      .loaded .menubar .menu .menu-drop {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
      .menubar .menu .menu-drop__button {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        overflow: hidden;
        border-radius: 2em;
        font-size: 0.972222216vw;
        letter-spacing: normal;
        background: #0052E2;
        color: #ffffff;
        padding: .9em 1.2em; }
        @media screen and (max-width: 640px) {
          .menubar .menu .menu-drop__button {
            font-size: 5.1282051282vw;
            color: #ffffff;
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
                    transform: translate3d(0, -100%, 0);
            -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s ease, background 0.5s ease, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
            transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s ease, background 0.5s ease, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
            transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s ease, background 0.5s ease;
            transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s ease, background 0.5s ease, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
            -webkit-transition-delay: calc(100ms * (5 - var(--index)) + 1s);
                    transition-delay: calc(100ms * (5 - var(--index)) + 1s); }
            .has-menu .menubar .menu .menu-drop__button {
              opacity: 1;
              -webkit-transform: translate3d(0, 0%, 0);
                      transform: translate3d(0, 0%, 0); } }
        @media screen and (min-width: 1441px) {
          .menubar .menu .menu-drop__button {
            font-size: 14px; } }
      .menubar .menu .menu-drop__drop {
        position: absolute;
        top: 0;
        padding-top: 3.5em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        left: 0;
        opacity: 0;
        visibility: hidden;
        cursor: pointer; }
        .menubar .menu .menu-drop__drop .menu__button {
          margin: 0 0 .25em;
          white-space: nowrap;
          width: auto; }
          @media screen and (max-width: 640px) {
            .menubar .menu .menu-drop__drop .menu__button span {
              background: none;
              color: #000000;
              padding: .3em 0; } }
        @media screen and (max-width: 640px) {
          .menubar .menu .menu-drop__drop {
            position: relative;
            top: 0;
            padding-top: 0;
            opacity: 1;
            visibility: visible;
            margin: .5em 0; } }
      .menubar .menu .menu-drop:hover .menu-drop__drop {
        opacity: 1;
        visibility: visible; }
      .menubar .menu .menu-drop:hover .menu-icon {
        -webkit-transform: scaleY(-1);
                transform: scaleY(-1); }
        @media screen and (max-width: 640px) {
          .menubar .menu .menu-drop:hover .menu-icon {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }
    .menubar .menu__button {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      overflow: hidden;
      border-radius: 2em;
      font-size: 0.972222216vw;
      letter-spacing: normal;
      margin: 0 .3em;
      text-align: left; }
      .menubar .menu__button span {
        display: block;
        width: 100%;
        height: 100%;
        padding: .9em 1.2em;
        background: #0052E2;
        color: #ffffff;
        -webkit-transition: color .3s ease, background .3s ease;
        transition: color .3s ease, background .3s ease; }
      .menubar .menu__button:hover span {
        background: #ffffff;
        color: #0052E2; }
      @media screen and (max-width: 640px) {
        .menubar .menu__button {
          font-size: 5.1282051282vw;
          text-align: center; } }
      @media screen and (min-width: 1441px) {
        .menubar .menu__button {
          font-size: 14px; } }
    @media screen and (max-width: 640px) {
      .menubar .menu {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        background: #ffffff;
        color: #000000;
        margin: 0;
        z-index: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column wrap;
                flex-flow: column wrap;
        padding: 41.0256410256vw 2em 25.641025641vw;
        font-size: 6.1538461538vw;
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease; }
        .has-menu .menubar .menu {
          -webkit-transform: translate3d(0, 0%, 0);
                  transform: translate3d(0, 0%, 0); } }
    @media screen and (min-width: 1441px) {
      .menubar .menu {
        font-size: 14px;
        margin-right: 40px; } }
    .menubar .menu a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 0 0 0 2em;
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
              transform: translate3d(0, 100%, 0);
      -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s ease, background 0.5s ease, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
      transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s ease, background 0.5s ease, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
      transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s ease, background 0.5s ease;
      transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s ease, background 0.5s ease, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
      -webkit-transition-delay: calc(100ms * (5 - var(--index)) + 1s);
              transition-delay: calc(100ms * (5 - var(--index)) + 1s); }
      .loaded .menubar .menu a {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
        @media screen and (max-width: 640px) {
          .loaded .menubar .menu a {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
                    transform: translate3d(0, -100%, 0);
            margin: 0 0 1em; } }
      @media screen and (max-width: 640px) {
        .has-menu .menubar .menu a {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0); } }
      @media screen and (max-width: 640px) {
        .menubar .menu a {
          -webkit-transform: translate3d(0, -100%, 0);
                  transform: translate3d(0, -100%, 0);
          -webkit-transition-delay: calc(100ms * var(--index) + .1s) !important;
                  transition-delay: calc(100ms * var(--index) + .1s) !important; }
          .menubar .menu a:nth-child(3n + 1) {
            -webkit-transition-delay: 0s;
                    transition-delay: 0s; }
          .menubar .menu a:nth-child(3n + 2) {
            -webkit-transition-delay: 0s;
                    transition-delay: 0s; }
          .menubar .menu a:nth-child(3n + 3) {
            -webkit-transition-delay: 0s;
                    transition-delay: 0s; } }
    .menubar .menu--black a {
      -webkit-transition-delay: calc(100ms * (5 - var(--index)));
              transition-delay: calc(100ms * (5 - var(--index))); }
      @media screen and (max-width: 640px) {
        .menubar .menu--black a {
          -webkit-transform: translate3d(0, -100%, 0);
                  transform: translate3d(0, -100%, 0);
          -webkit-transition-delay: calc(100ms * var(--index) + .1s) !important;
                  transition-delay: calc(100ms * var(--index) + .1s) !important; }
          .menubar .menu--black a:nth-child(3n + 1) {
            -webkit-transition-delay: 0s;
                    transition-delay: 0s; }
          .menubar .menu--black a:nth-child(3n + 2) {
            -webkit-transition-delay: 0s;
                    transition-delay: 0s; }
          .menubar .menu--black a:nth-child(3n + 3) {
            -webkit-transition-delay: 0s;
                    transition-delay: 0s; } }

.logo {
  display: block;
  width: 11.579861037vw;
  height: 3.6736110876vw;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-filter 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-filter 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1), filter 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1), filter 2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-filter 2s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  z-index: 1; }
  .loaded .logo {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0); }
  @media screen and (max-width: 640px) {
    .logo {
      width: 37.1794871794vw;
      height: 11.7948717949vw; }
      .has-menu .logo {
        color: #0052E2; } }
  @media screen and (min-width: 1441px) {
    .logo {
      width: 166.75px;
      height: 52.9px; } }

.section {
  padding: 0 9.02777772vw; }
  @media screen and (max-width: 640px) {
    .section {
      padding: 0 4.1025641026vw; } }
  @media screen and (min-width: 1441px) {
    .section {
      padding: 0; } }
  .section__container {
    max-width: 1180px;
    margin: 0 auto; }
  .section--narrow {
    padding: 0 17.361111vw; }
    @media screen and (max-width: 640px) {
      .section--narrow {
        padding: 0 4.1025641026vw; } }
    @media screen and (min-width: 1441px) {
      .section--narrow {
        padding: 0; }
        .section--narrow .section__container {
          max-width: 940px;
          margin: 0 auto; } }
  .section--n {
    padding: 0 9.02777772vw; }
    @media screen and (max-width: 640px) {
      .section--n {
        padding: 0 10.2564102564vw; } }
    @media screen and (min-width: 1441px) {
      .section--n {
        padding: 0; } }
  .section--sky {
    background: #DFEBF7; }
  .section--dark {
    background: #10172A;
    color: #ffffff; }
  .section--light {
    background: #E1E8F2; }
  .section--white {
    background: #ffffff; }

.cover {
  height: 100vh;
  position: relative;
  z-index: 0; }
  .cover--discover {
    height: 84vh;
    overflow: hidden; }
  .cover--events {
    height: 84vh;
    overflow: hidden; }
  .cover--docs {
    height: 40.25vh;
    overflow: hidden; }
    @media screen and (max-width: 640px) {
      .cover--docs {
        height: 46.25vh; } }
  .cover__durable {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 43.05555528vw; }
    @media screen and (max-width: 640px) {
      .cover__durable {
        width: 90%;
        grid-template-columns: 1.8fr 1.2fr; } }
    @media screen and (min-width: 1441px) {
      .cover__durable {
        width: 620px; } }
    .cover__durable--de {
      width: 63.88888848vw; }
      @media screen and (max-width: 640px) {
        .cover__durable--de {
          width: 100%;
          grid-template-columns: 1.7fr 1.3fr; } }
      @media screen and (min-width: 1441px) {
        .cover__durable--de {
          width: 920px; } }
    .cover__durable .cover__title {
      grid-row-start: 1;
      grid-row-end: 3;
      text-align: right; }
      .cover__durable .cover__title--small {
        padding: 0 .7em 0 0; }
    .cover__durable .cover__num {
      -ms-flex-item-align: end;
          align-self: end;
      margin: 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      font-size: 1.666666656vw;
      letter-spacing: -0.03em;
      opacity: 0;
      -webkit-transition: opacity 1s cubic-bezier(0.59, 0.01, 0.28, 1);
      transition: opacity 1s cubic-bezier(0.59, 0.01, 0.28, 1);
      -webkit-transition-delay: calc(250ms * var(--w-index));
              transition-delay: calc(250ms * var(--w-index)); }
      .cover__durable .cover__num.visible {
        opacity: 1; }
      @media screen and (max-width: 640px) {
        .cover__durable .cover__num {
          font-size: 3.5897435897vw; } }
      @media screen and (min-width: 1441px) {
        .cover__durable .cover__num {
          font-size: 24px; } }
      .cover__durable .cover__num span {
        font-family: "Barlow", sans-serif;
        font-size: 8.888888832vw;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.02em; }
        @media screen and (max-width: 640px) {
          .cover__durable .cover__num span {
            font-size: 18.4615384615vw; } }
        @media screen and (min-width: 1441px) {
          .cover__durable .cover__num span {
            font-size: 8.888888832vw; } }
  .cover .cover-event-button {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity .8s ease 1s, -webkit-transform .8s ease 1s;
    transition: opacity .8s ease 1s, -webkit-transform .8s ease 1s;
    transition: opacity .8s ease 1s, transform .8s ease 1s;
    transition: opacity .8s ease 1s, transform .8s ease 1s, -webkit-transform .8s ease 1s; }
    .cover .cover-event-button.visible {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    @media screen and (max-width: 640px) {
      .cover .cover-event-button {
        width: 80%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: .5em 0; } }
  .cover__event {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity .8s ease .8s, -webkit-transform .8s ease .8s;
    transition: opacity .8s ease .8s, -webkit-transform .8s ease .8s;
    transition: opacity .8s ease .8s, transform .8s ease .8s;
    transition: opacity .8s ease .8s, transform .8s ease .8s, -webkit-transform .8s ease .8s; }
    .cover__event h2 {
      font-weight: 700; }
    .cover__event .button {
      color: #ffffff;
      background: #0052E2;
      border-radius: 1.7361111vw;
      padding: .75em 2.5em;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .cover__event .button--covercard {
        margin-top: 1em; }
      @media screen and (max-width: 640px) {
        .cover__event .button {
          border-radius: 6.4102564103vw; } }
      @media screen and (min-width: 1441px) {
        .cover__event .button {
          border-radius: 25px; } }
    .cover__event.visible {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
  .cover__bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #10172A;
    overflow: hidden; }
    .cover__bg--events {
      height: 84vh; }
    .cover__bg--discover {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      z-index: -1; }
    .cover__bg--mask:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: #10172A;
      opacity: .55;
      z-index: 1;
      mix-blend-mode: multiply; }
      @media screen and (max-width: 640px) {
        .cover__bg--mask:after {
          opacity: .4; } }
    .cover__bg--docs {
      height: 40.25vh; }
      @media screen and (max-width: 640px) {
        .cover__bg--docs {
          height: 46.25vh; } }
      .cover__bg--docs:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #10172a), to(rgba(16, 23, 42, 0)));
        background: linear-gradient(0deg, #10172a 10%, rgba(16, 23, 42, 0) 100%);
        opacity: 1;
        z-index: 1;
        mix-blend-mode: normal; }
  .cover__content {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    z-index: 1;
    color: #ffffff; }
    @media screen and (max-width: 640px) {
      .cover__content {
        padding-top: 4em; } }
    @media screen and (min-width: 1441px) {
      .cover__content {
        max-width: 1440px;
        margin: 0 auto; } }
  .cover__video {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    opacity: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px);
    -webkit-transition: opacity 1s ease, -webkit-filter 2s ease;
    transition: opacity 1s ease, -webkit-filter 2s ease;
    transition: opacity 1s ease, filter 2s ease;
    transition: opacity 1s ease, filter 2s ease, -webkit-filter 2s ease; }
    .loaded .cover__video {
      opacity: 1;
      -webkit-filter: blur(0);
              filter: blur(0); }
    .cover__video video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .cover__video--desktop {
      display: block; }
      @media screen and (max-width: 640px) {
        .cover__video--desktop {
          display: none; } }
    .cover__video--mobile {
      display: none; }
      @media screen and (max-width: 640px) {
        .cover__video--mobile {
          display: block; } }
  .cover__placeholder {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden; }
    .cover__placeholder img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-filter: blur(10px);
              filter: blur(10px); }
  .cover .clock {
    font-size: 2.222222208vw;
    margin: 1em auto;
    font-weight: 600;
    letter-spacing: -0.03em;
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity .8s ease .8s, -webkit-transform .8s ease .8s;
    transition: opacity .8s ease .8s, -webkit-transform .8s ease .8s;
    transition: opacity .8s ease .8s, transform .8s ease .8s;
    transition: opacity .8s ease .8s, transform .8s ease .8s, -webkit-transform .8s ease .8s; }
    .cover .clock span {
      font-size: 1.111111104vw;
      font-weight: 400; }
      @media screen and (max-width: 640px) {
        .cover .clock span {
          font-size: 4.1025641026vw; } }
      @media screen and (min-width: 1441px) {
        .cover .clock span {
          font-size: 16px; } }
    @media screen and (max-width: 640px) {
      .cover .clock {
        font-size: 6.1538461538vw;
        margin: 1em auto; } }
    @media screen and (min-width: 1441px) {
      .cover .clock {
        font-size: 32px; } }
    .cover .clock.visible {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
  .cover__supratitle {
    background: #ffc800;
    font-weight: 700;
    text-transform: uppercase;
    padding: .5em 2em;
    border-radius: 3em;
    letter-spacing: .08em;
    color: #10172A;
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity .8s ease 1s, -webkit-transform .8s ease 1s;
    transition: opacity .8s ease 1s, -webkit-transform .8s ease 1s;
    transition: opacity .8s ease 1s, transform .8s ease 1s;
    transition: opacity .8s ease 1s, transform .8s ease 1s, -webkit-transform .8s ease 1s; }
    .cover__supratitle.visible {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    @media screen and (max-width: 640px) {
      .cover__supratitle {
        margin-top: 5em;
        font-size: 3.0769230769vw; } }
  .cover__title {
    font-size: 4.791666636vw;
    font-weight: 600;
    letter-spacing: -0.03em;
    margin: 0;
    opacity: 0;
    padding: 0 .5em; }
    .cover__title--small {
      font-size: 4.444444416vw;
      padding: 0 .7em; }
    .cover__title--retail {
      font-size: 4.444444416vw;
      padding: 0 .7em; }
      .cover__title--retail br {
        display: block; }
        .cover__title--retail br.mobile {
          display: none; }
    .cover__title .word {
      display: inline-block;
      position: relative;
      opacity: 1;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
              clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
      -webkit-transform: translate(0%, 40%);
              transform: translate(0%, 40%);
      padding-bottom: 1vw;
      margin-bottom: -1vw; }
    .cover__title.visible {
      opacity: 1; }
      .cover__title.visible .word {
        -webkit-animation: reveal 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
                animation: reveal 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
        -webkit-animation-delay: calc(75ms * var(--word-index));
                animation-delay: calc(75ms * var(--word-index)); }
    @media screen and (max-width: 640px) {
      .cover__title {
        font-size: 12.5641025641vw;
        line-height: 1.16; }
        .cover__title--small {
          font-size: 8.2051282051vw; }
          .cover__title--small br {
            display: none; }
        .cover__title--retail {
          font-size: 8.2051282051vw;
          padding: 0 .5em; }
          .cover__title--retail br {
            display: none; }
            .cover__title--retail br.mobile {
              display: block; }
        .cover__title--home {
          font-size: 10.2564102564vw;
          line-height: 1; }
        .cover__title br {
          display: none; }
        .cover__title--event {
          font-size: 10.2564102564vw; } }
    @media screen and (min-width: 1441px) {
      .cover__title {
        font-size: 69px; }
        .cover__title--small, .cover__title--retail {
          font-size: 64px; } }
  .cover__text {
    margin-top: 6em; }
    .cover__text--docs {
      margin-top: 4em;
      margin-bottom: 0em; }
  .cover__subtitle {
    font-size: 2.361111096vw;
    font-weight: 400;
    letter-spacing: -0.03em;
    margin: .2em 0 0;
    line-height: 1;
    opacity: 0;
    max-width: 40%; }
    .cover__subtitle--event {
      max-width: 55%;
      margin: .25em auto; }
    .cover__subtitle .word {
      display: inline-block;
      position: relative;
      opacity: 1;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
              clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
      -webkit-transform: translate(0%, 40%);
              transform: translate(0%, 40%);
      padding-bottom: 1vw;
      margin-bottom: -1vw; }
    .cover__subtitle.visible {
      opacity: 1; }
      .cover__subtitle.visible .word {
        -webkit-animation: reveal 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
                animation: reveal 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
        -webkit-animation-delay: calc(75ms * var(--word-index));
                animation-delay: calc(75ms * var(--word-index)); }
    @media screen and (max-width: 640px) {
      .cover__subtitle {
        font-size: 5.3846153846vw;
        margin: 1em 0 0;
        line-height: 1.4;
        max-width: 75%; }
        .cover__subtitle--event {
          margin: 0 auto;
          max-width: 90%; }
        .cover__subtitle br {
          display: none; } }
    @media screen and (min-width: 1441px) {
      .cover__subtitle {
        font-size: 34px; }
        .cover__subtitle--event {
          margin: 0 auto; } }

@-webkit-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    -webkit-transform: translate(0%, 40%);
            transform: translate(0%, 40%); }
  100% {
    opacity: 1;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%); } }

@keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    -webkit-transform: translate(0%, 40%);
            transform: translate(0%, 40%); }
  100% {
    opacity: 1;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%); } }

@-webkit-keyframes show {
  0% {
    opacity: 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scale(2);
            transform: scale(2); }
  100% {
    opacity: 1;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes show {
  0% {
    opacity: 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scale(2);
            transform: scale(2); }
  100% {
    opacity: 1;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.services {
  padding: 6.9444444vw 0 9.02777772vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media screen and (max-width: 640px) {
    .services {
      display: block;
      padding: 20.5128205128vw 0 10.2564102564vw; } }
  @media screen and (min-width: 1441px) {
    .services {
      padding: 100px 0 130px; } }

.service {
  width: 32%; }
  @media screen and (max-width: 640px) {
    .service {
      width: 100%;
      margin-bottom: 12.8205128205vw; } }
  .service__title {
    margin: 0;
    opacity: 0; }
    .service__title .word {
      display: inline-block;
      position: relative;
      opacity: 1;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
              clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
      -webkit-transform: translate(0%, 40%);
              transform: translate(0%, 40%);
      padding-bottom: 1vw;
      margin-bottom: -1vw; }
    .visible .service__title {
      opacity: 1; }
      .visible .service__title .word {
        -webkit-animation: reveal 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
                animation: reveal 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
        -webkit-animation-delay: calc(75ms * var(--word-index));
                animation-delay: calc(75ms * var(--word-index)); }
  .service__description {
    margin: 0 auto 2em;
    font-weight: 500;
    letter-spacing: -0.02em;
    opacity: 0;
    -webkit-transition: opacity 1s ease .5s;
    transition: opacity 1s ease .5s; }
    .visible .service__description {
      opacity: 1; }
    @media screen and (max-width: 640px) {
      .service__description br {
        display: none; } }
  .service__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #0052E2;
    color: #ffffff;
    padding: .9em 1.2em;
    border-radius: 2em;
    font-size: 0.972222216vw;
    letter-spacing: normal;
    margin: 0 .3em; }
    @media screen and (max-width: 640px) {
      .service__button {
        font-size: 3.5897435897vw; } }
    @media screen and (min-width: 1441px) {
      .service__button {
        font-size: 14px; } }

.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.7361111vw;
  color: #ffffff;
  height: 25.555555392vw;
  display: block; }
  .service-card--rfid:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 4;
    top: 1em;
    right: 1em;
    width: 2.499999984vw;
    height: 2.499999984vw;
    background-image: url("/images/rfid-icon.png");
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (min-width: 1441px) {
      .service-card--rfid:before {
        width: 36px;
        height: 36px; } }
  .service-card__image {
    height: 100%; }
    .service-card__image::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.3);
      opacity: 0;
      -webkit-transition: opacity .75s ease;
      transition: opacity .75s ease; }
  .service-card:hover .service-card__image::after {
    opacity: 1; }
  .service-card:hover .service-card__image img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
    -webkit-transition: -webkit-transform 4s linear;
    transition: -webkit-transform 4s linear;
    transition: transform 4s linear;
    transition: transform 4s linear, -webkit-transform 4s linear; }
  .service-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  @media screen and (max-width: 640px) {
    .service-card {
      border-radius: 6.4102564103vw;
      height: 90vw; } }
  @media screen and (min-width: 1441px) {
    .service-card {
      border-radius: 25px;
      height: 368px; } }
  @media screen and (max-width: 640px) {
    .service-card--tall {
      height: 90vw; }
      .service-card--tall .service-card__button {
        margin-top: 1em; } }
  .service-card::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.75s;
    transition: -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.75s;
    transition: transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.75s;
    transition: transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.75s, -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.75s;
    -webkit-transition-delay: calc(100ms * var(--index));
            transition-delay: calc(100ms * var(--index)); }
    @media screen and (max-width: 640px) {
      .service-card::after {
        -webkit-transition-delay: 0s;
                transition-delay: 0s; } }
  .service-card.visible:after {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  .service-card__overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    @media screen and (max-width: 640px) {
      .service-card__overlay {
        padding: 2em; } }
  .service-card__logo {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    padding: 3.25em 3.25em 6.5em; }
    .service-card__logo .avery {
      width: 27.25694427vw;
      height: 9.02777772vw;
      opacity: 0;
      -webkit-transition: opacity .2s ease;
      transition: opacity .2s ease; }
      @media screen and (max-width: 640px) {
        .service-card__logo .avery {
          width: 100.641025641vw;
          height: 33.3333333333vw;
          opacity: 1; } }
      @media screen and (min-width: 1441px) {
        .service-card__logo .avery {
          width: 392.5px;
          height: 130px; } }
  .service-card__button {
    background: #ffffff;
    color: #4B5563;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 2em;
    padding: .9em 1.2em;
    border-radius: 2em;
    font-size: 0.972222216vw;
    font-weight: 500;
    letter-spacing: normal;
    margin: 0 .3em; }
    @media screen and (max-width: 640px) {
      .service-card__button {
        font-size: 3.5897435897vw;
        padding: .8em 1.2em;
        margin-top: 1em; } }
    @media screen and (min-width: 1441px) {
      .service-card__button {
        font-size: 14px; } }
    .service-card__button .icon {
      display: block;
      width: 0.69444444vw;
      height: 0.763888884vw;
      color: #0052E2;
      margin-right: 1em; }
      @media screen and (max-width: 640px) {
        .service-card__button .icon {
          width: 2.5641025641vw;
          height: 2.8205128205vw; } }
      @media screen and (min-width: 1441px) {
        .service-card__button .icon {
          width: 10px;
          height: 11px; } }
  .service-card__title {
    margin: 0;
    opacity: 0; }
    .service-card__title .word {
      display: inline-block;
      position: relative;
      opacity: 1;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
              clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
      -webkit-transform: translate(0%, 40%);
              transform: translate(0%, 40%);
      padding-bottom: 1vw;
      margin-bottom: -1vw; }
    .visible .service-card__title {
      opacity: 1; }
      .visible .service-card__title .word {
        -webkit-animation: reveal 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
                animation: reveal 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
        -webkit-animation-delay: calc(75ms * var(--word-index));
                animation-delay: calc(75ms * var(--word-index)); }
    .service-card__title--de {
      font-size: 2.222222208vw !important; }
      @media screen and (max-width: 640px) {
        .service-card__title--de {
          font-size: 7.1794871795vw !important; } }
      @media screen and (min-width: 1441px) {
        .service-card__title--de {
          font-size: 32px !important; } }
  .service-card__description {
    margin: 0 auto 1em;
    font-weight: 500;
    letter-spacing: -0.02em;
    padding: 0 1em;
    opacity: 0;
    -webkit-transition: opacity 1s ease .5s;
    transition: opacity 1s ease .5s; }
    .visible .service-card__description {
      opacity: 1; }
    @media screen and (max-width: 640px) {
      .service-card__description br {
        display: none; } }

.benefits {
  padding: 3.4722222vw 0 6.9444444vw; }
  @media screen and (max-width: 640px) {
    .benefits {
      padding: 10.2564102564vw 0 15.3846153846vw; } }
  @media screen and (min-width: 1441px) {
    .benefits {
      padding: 50px 0 100px; } }
  .benefits--pad {
    padding: 6.9444444vw 0 0vw; }
    @media screen and (max-width: 640px) {
      .benefits--pad {
        padding: 20.5128205128vw 0 15.3846153846vw; } }
    @media screen and (min-width: 1441px) {
      .benefits--pad {
        padding: 100px 0 0px; } }
  .benefits__title {
    margin-top: 0;
    opacity: 0; }
    .benefits__title .word {
      display: inline-block;
      position: relative;
      opacity: 1;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
              clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
      -webkit-transform: translate(0%, 40%);
              transform: translate(0%, 40%);
      padding-bottom: 1vw;
      margin-bottom: -1vw; }
    .benefits__title.visible {
      opacity: 1; }
      .benefits__title.visible .word {
        -webkit-animation: reveal 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
                animation: reveal 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
        -webkit-animation-delay: calc(75ms * var(--word-index));
                animation-delay: calc(75ms * var(--word-index)); }

.cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(7, 15.138888792vw);
  -webkit-column-gap: 0.555555552vw;
     -moz-column-gap: 0.555555552vw;
          column-gap: 0.555555552vw;
  row-gap: 0.555555552vw;
  grid-template-areas: "a a b d d" "a a c d d" "e f i i j" "g h i i k" "l l m o o" "l l n o o" "p p p p p"; }
  @media screen and (max-width: 640px) {
    .cards {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(16, 42.8205128205vw);
      -webkit-column-gap: 1.0256410256vw;
         -moz-column-gap: 1.0256410256vw;
              column-gap: 1.0256410256vw;
      row-gap: 1.0256410256vw;
      grid-template-areas: "a a" "a a" "b c" "d d" "d d" "e f" "g h" "i i" "i i" "j k" "l l" "l l" "m n" "o o" "o o" "p p"; } }
  @media screen and (min-width: 1441px) {
    .cards {
      grid-template-rows: repeat(7, 218px);
      -webkit-column-gap: 8px;
         -moz-column-gap: 8px;
              column-gap: 8px;
      row-gap: 8px; } }
  .cards--page {
    grid-template-rows: repeat(4, 15.138888792vw);
    grid-template-areas: "a a b d d" "a a c d d" "e f i i j" "g h i i k"; }
    @media screen and (max-width: 640px) {
      .cards--page {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(10, 42.8205128205vw);
        grid-template-areas: "a a" "a a" "b c" "d d" "d d" "e f" "g h" "i i" "i i" "j k"; } }
    @media screen and (min-width: 1441px) {
      .cards--page {
        grid-template-rows: repeat(4, 218px); } }

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-size: 1.111111104vw;
  letter-spacing: -0.02em;
  font-weight: 500;
  border-radius: 1.7361111vw;
  position: relative;
  overflow: hidden; }
  .card .word, .card .char {
    display: inline-block; }
  .card__bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #E1E8F2;
    z-index: 0; }
    @media screen and (max-width: 640px) {
      .card__bg {
        -webkit-transition-delay: 0s;
                transition-delay: 0s; } }
    @media screen and (min-width: 1441px) {
      .card__bg {
        border-radius: 25px; } }
  .card__content {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.59, 0.01, 0.28, 1);
    transition: opacity 0.5s cubic-bezier(0.59, 0.01, 0.28, 1);
    -webkit-transition-delay: calc(100ms * var(--index) + .8s);
            transition-delay: calc(100ms * var(--index) + .8s); }
    .inview .card__content {
      opacity: 1; }
    .card__content--visible {
      opacity: 1; }
    .card__content--spiral {
      opacity: 1; }
    .card__content--people {
      opacity: 1;
      padding-top: 13.8888888vw; }
      @media screen and (max-width: 640px) {
        .card__content--people {
          padding-top: 41.0256410256vw; } }
      @media screen and (min-width: 1441px) {
        .card__content--people {
          padding-top: 200px; } }
      .card__content--people h3 {
        line-height: 1; }
  .card p {
    margin-bottom: 0; }
  @media screen and (max-width: 640px) {
    .card {
      font-size: 4.1025641026vw;
      border-radius: 6.4102564103vw; } }
  @media screen and (min-width: 1441px) {
    .card {
      font-size: 16px;
      border-radius: 25px; } }
  .card__icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .card__icon--wireless .svg {
      width: 14.166666576vw;
      height: 23.26388874vw; }
      .card__icon--wireless .svg .clip-line3 {
        opacity: 0; }
      @media screen and (max-width: 640px) {
        .card__icon--wireless .svg {
          width: 41.0256410256vw;
          height: 67.3705379587vw; } }
      @media screen and (min-width: 1441px) {
        .card__icon--wireless .svg {
          width: 204px;
          height: 335px; } }
    .card__icon--people {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .card__icon--people .svg {
        width: 19.44444432vw;
        height: 19.44444432vw; }
        @media screen and (max-width: 640px) {
          .card__icon--people .svg {
            width: 51.282051282vw;
            height: 51.282051282vw; } }
        @media screen and (min-width: 1441px) {
          .card__icon--people .svg {
            width: 280px;
            height: 280px; } }
  .card--a {
    grid-area: a;
    padding: 0 20%; }
  .card--b {
    grid-area: b; }
  .card--c {
    grid-area: c; }
  .card--d {
    grid-area: d; }
  .card--e {
    grid-area: e; }
  .card--f {
    grid-area: f; }
  .card--g {
    grid-area: g; }
  .card--h {
    grid-area: h; }
  .card--i {
    grid-area: i; }
  .card--j {
    grid-area: j; }
  .card--k {
    grid-area: k; }
  .card--l {
    grid-area: l; }
  .card--m {
    grid-area: m; }
  .card--n {
    grid-area: n; }
    .card--n p {
      margin: 0; }
  .card--o {
    grid-area: o; }
  .card--p {
    grid-area: p; }
  .card--pad {
    padding: 0 1.38888888vw; }
    @media screen and (max-width: 640px) {
      .card--pad {
        padding: 0 5.1282051282vw; } }
    @media screen and (min-width: 1441px) {
      .card--pad {
        padding: 0 20px; } }
  .card--break br {
    display: none; }
  @media screen and (max-width: 640px) {
    .card--break br {
      display: block; } }
  .card--tt {
    border-bottom-left-radius: 0.34722222vw;
    border-bottom-right-radius: 0.34722222vw; }
    .card--tt .card__bg {
      -webkit-transform-origin: bottom;
              transform-origin: bottom; }
    @media screen and (max-width: 640px) {
      .card--tt {
        border-top-right-radius: 1.2820512821vw;
        border-bottom-right-radius: 1.2820512821vw;
        border-bottom-left-radius: 6.4102564103vw; } }
    @media screen and (min-width: 1441px) {
      .card--tt {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; } }
  .card--bb {
    border-top-left-radius: 0.34722222vw;
    border-top-right-radius: 0.34722222vw; }
    .card--bb .card__bg {
      -webkit-transform-origin: top;
              transform-origin: top; }
    @media screen and (max-width: 640px) {
      .card--bb {
        border-bottom-left-radius: 1.2820512821vw;
        border-bottom-right-radius: 6.4102564103vw;
        border-top-right-radius: 6.4102564103vw; } }
    @media screen and (min-width: 1441px) {
      .card--bb {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; } }
  .card--tl {
    border-radius: 0.34722222vw;
    border-top-left-radius: 1.7361111vw; }
    .card--tl .card__bg {
      -webkit-transform-origin: bottom;
              transform-origin: bottom; }
    @media screen and (max-width: 640px) {
      .card--tl {
        border-radius: 1.2820512821vw;
        border-top-left-radius: 6.4102564103vw; } }
    @media screen and (min-width: 1441px) {
      .card--tl {
        border-radius: 5px;
        border-top-left-radius: 25px; } }
  .card--tr {
    border-radius: 0.34722222vw;
    border-top-right-radius: 1.7361111vw; }
    .card--tr .card__bg {
      -webkit-transform-origin: bottom;
              transform-origin: bottom; }
    @media screen and (max-width: 640px) {
      .card--tr {
        border-radius: 1.2820512821vw;
        border-top-right-radius: 6.4102564103vw; } }
    @media screen and (min-width: 1441px) {
      .card--tr {
        border-radius: 5px;
        border-top-right-radius: 25px; } }
  .card--bl {
    border-radius: 0.34722222vw;
    border-bottom-left-radius: 1.7361111vw; }
    .card--bl .card__bg {
      -webkit-transform-origin: top;
              transform-origin: top; }
    @media screen and (max-width: 640px) {
      .card--bl {
        border-radius: 1.2820512821vw;
        border-bottom-left-radius: 6.4102564103vw; } }
    @media screen and (min-width: 1441px) {
      .card--bl {
        border-radius: 5px;
        border-bottom-left-radius: 25px; } }
  .card--br {
    border-radius: 0.34722222vw;
    border-bottom-right-radius: 1.7361111vw; }
    .card--br .card__bg {
      -webkit-transform-origin: top;
              transform-origin: top; }
    @media screen and (max-width: 640px) {
      .card--br {
        border-radius: 1.2820512821vw;
        border-bottom-right-radius: 6.4102564103vw; } }
    @media screen and (min-width: 1441px) {
      .card--br {
        border-radius: 5px;
        border-bottom-right-radius: 25px; } }

.typografy-h2 {
  font-weight: 600;
  line-height: 1.19;
  letter-spacing: -0.03em;
  font-size: 3.12499998vw; }
  @media screen and (max-width: 640px) {
    .typografy-h2 {
      line-height: 1.21;
      font-size: 8.4615384615vw;
      margin-top: 0; } }
  @media screen and (min-width: 1441px) {
    .typografy-h2 {
      font-size: 45px; } }
  .typografy-h2--2 {
    font-size: 4.444444416vw;
    font-weight: 700; }
    @media screen and (max-width: 640px) {
      .typografy-h2--2 {
        font-size: 10.2564102564vw; }
        .typografy-h2--2 br {
          display: none; } }
    @media screen and (min-width: 1441px) {
      .typografy-h2--2 {
        font-size: 64px; } }
  .typografy-h2--error {
    font-size: 2.499999984vw;
    font-weight: 600; }
    @media screen and (max-width: 640px) {
      .typografy-h2--error {
        font-size: 6.1538461538vw; } }
    @media screen and (min-width: 1441px) {
      .typografy-h2--error {
        font-size: 36px; } }
  .typografy-h2--3 {
    font-size: 4.86111108vw;
    font-weight: 600; }
    @media screen and (max-width: 640px) {
      .typografy-h2--3 {
        font-size: 8.2051282051vw; } }
    @media screen and (min-width: 1441px) {
      .typografy-h2--3 {
        font-size: 70px; } }
  .typografy-h2--popup {
    line-height: 1.1; }
  .typografy-h2--small {
    font-size: 2.77777776vw; }
    @media screen and (max-width: 640px) {
      .typografy-h2--small {
        font-size: 8.2051282051vw; } }
    @media screen and (min-width: 1441px) {
      .typografy-h2--small {
        font-size: 40px; } }
  @media screen and (max-width: 640px) {
    .typografy-h2--services {
      line-height: 1.21;
      font-size: 7.1794871795vw;
      margin-top: 0; } }
  @media screen and (max-width: 640px) {
    .typografy-h2--overlay {
      font-size: 5.1282051282vw; } }
  .typografy-h2--blue {
    color: #0052E2; }
  .typografy-h2--black {
    color: #000000; }

.typografy-h4 {
  font-weight: 600;
  line-height: 1.19;
  letter-spacing: -0.03em;
  font-size: 2.222222208vw; }
  @media screen and (max-width: 640px) {
    .typografy-h4 {
      line-height: 1.21;
      font-size: 8.2051282051vw;
      margin-top: 0; } }
  @media screen and (min-width: 1441px) {
    .typografy-h4 {
      font-size: 32px; } }

.typografy-medium {
  font-weight: 600; }

.typografy-h3 {
  font-weight: 700;
  line-height: 1.19;
  letter-spacing: -0.03em;
  margin: 0; }
  .typografy-h3 span {
    display: block;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .typografy-h3--light {
    color: #E1E8F2; }
  .typografy-h3--logo {
    color: #374151; }
  .typografy-h3--1 {
    font-size: 2.638888872vw; }
    @media screen and (max-width: 640px) {
      .typografy-h3--1 {
        font-size: 8.7179487179vw;
        line-height: .9; } }
    @media screen and (min-width: 1441px) {
      .typografy-h3--1 {
        font-size: 38px; } }
  .typografy-h3--1small {
    font-size: 2.08333332vw; }
    @media screen and (max-width: 640px) {
      .typografy-h3--1small {
        font-size: 5.641025641vw;
        line-height: .9; } }
    @media screen and (min-width: 1441px) {
      .typografy-h3--1small {
        font-size: 30px; } }
  .typografy-h3--1smaller {
    font-size: 1.805555544vw; }
    @media screen and (max-width: 640px) {
      .typografy-h3--1smaller {
        font-size: 5.1282051282vw;
        line-height: .9; } }
    @media screen and (min-width: 1441px) {
      .typografy-h3--1smaller {
        font-size: 26px; } }
  .typografy-h3--11 {
    line-height: .82; }
    @media screen and (max-width: 640px) {
      .typografy-h3--11 {
        font-size: 9.7435897436vw; } }
  .typografy-h3--2 {
    font-size: 2.77777776vw; }
    @media screen and (max-width: 640px) {
      .typografy-h3--2 {
        font-size: 10.2564102564vw; } }
    @media screen and (min-width: 1441px) {
      .typografy-h3--2 {
        font-size: 40px; } }
  .typografy-h3--3 {
    font-size: 3.4722222vw; }
    @media screen and (max-width: 640px) {
      .typografy-h3--3 {
        font-size: 10.2564102564vw; } }
    @media screen and (min-width: 1441px) {
      .typografy-h3--3 {
        font-size: 50px; } }
  .typografy-h3--6 {
    font-size: 3.333333312vw;
    font-weight: 600; }
    @media screen and (max-width: 640px) {
      .typografy-h3--6 {
        font-size: 8.2051282051vw; } }
    @media screen and (min-width: 1441px) {
      .typografy-h3--6 {
        font-size: 48px; } }
  .typografy-h3--7 {
    font-size: 3.333333312vw;
    font-weight: 400;
    color: #0052E2; }
    @media screen and (max-width: 640px) {
      .typografy-h3--7 {
        font-size: 10.2564102564vw; } }
    @media screen and (min-width: 1441px) {
      .typografy-h3--7 {
        font-size: 48px; } }
  .typografy-h3--5 {
    font-size: 8.33333328vw;
    margin-bottom: .45em; }
    @media screen and (max-width: 640px) {
      .typografy-h3--5 {
        font-size: 25.641025641vw; } }
    @media screen and (min-width: 1441px) {
      .typografy-h3--5 {
        font-size: 120px; } }
  .typografy-h3--4 {
    font-size: 1.666666656vw;
    font-weight: 600; }
    @media screen and (max-width: 640px) {
      .typografy-h3--4 {
        font-size: 6.1538461538vw; } }
    @media screen and (min-width: 1441px) {
      .typografy-h3--4 {
        font-size: 24px; } }
  .typografy-h3--41 {
    font-weight: 700; }
  .typografy-h3--42 {
    font-weight: 400; }

.gradient-text {
  background: -webkit-gradient(linear, left top, left bottom, from(#0CD7F0), to(#0052E2));
  background: linear-gradient(180deg, #0CD7F0 0%, #0052E2 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text; }

.gradient-text-reversed {
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, #0CD7F0), to(#0052E2));
  background: linear-gradient(0, #0CD7F0 0%, #0052E2 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text; }

.gradient111 {
  background: -webkit-gradient(linear, left top, left bottom, from(#0CD7F0), to(#0052E2));
  background: linear-gradient(180deg, #0CD7F0 0%, #0052E2 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text; }
  .gradient111 .char, .gradient111 .word {
    background: -webkit-gradient(linear, left top, left bottom, from(#0CD7F0), to(#0052E2));
    background: linear-gradient(180deg, #0CD7F0 0%, #0052E2 100%);
    color: transparent;
    -webkit-background-clip: text;
            background-clip: text; }

.gradient11 {
  background: -webkit-gradient(linear, left top, left bottom, from(#0DCFEF), to(#1C9EE9));
  background: linear-gradient(180deg, #0DCFEF 0%, #1C9EE9 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text; }
  .gradient11 .char, .gradient11 .word {
    background: -webkit-gradient(linear, left top, left bottom, from(#0DCFEF), to(#1C9EE9));
    background: linear-gradient(180deg, #0DCFEF 0%, #1C9EE9 100%);
    color: transparent;
    -webkit-background-clip: text;
            background-clip: text; }

.gradient22 {
  background: -webkit-gradient(linear, left top, left bottom, from(#0384E8), to(#0057E2));
  background: linear-gradient(180deg, #0384E8 0%, #0057E2 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text; }
  .gradient22 .char, .gradient22 .word {
    background: -webkit-gradient(linear, left top, left bottom, from(#0384E8), to(#0057E2));
    background: linear-gradient(180deg, #0384E8 0%, #0057E2 100%);
    color: transparent;
    -webkit-background-clip: text;
            background-clip: text; }

.gradient1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#0DCFEF), to(#08ACEB));
  background: linear-gradient(180deg, #0DCFEF 0%, #08ACEB 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text; }
  .gradient1 .char, .gradient1 .word {
    background: -webkit-gradient(linear, left top, left bottom, from(#0DCFEF), to(#08ACEB));
    background: linear-gradient(180deg, #0DCFEF 0%, #08ACEB 100%);
    color: transparent;
    -webkit-background-clip: text;
            background-clip: text; }

.gradient2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#06A3EB), to(#1D8CE8));
  background: linear-gradient(180deg, #06A3EB 0%, #1D8CE8 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text; }
  .gradient2 .char, .gradient2 .word {
    background: -webkit-gradient(linear, left top, left bottom, from(#06A3EB), to(#1D8CE8));
    background: linear-gradient(180deg, #06A3EB 0%, #1D8CE8 100%);
    color: transparent;
    -webkit-background-clip: text;
            background-clip: text; }

.gradient3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#0676E5), to(#1360E3));
  background: linear-gradient(180deg, #0676E5 0%, #1360E3 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text; }
  .gradient3 .char, .gradient3 .word {
    background: -webkit-gradient(linear, left top, left bottom, from(#0676E5), to(#1360E3));
    background: linear-gradient(180deg, #0676E5 0%, #1360E3 100%);
    color: transparent;
    -webkit-background-clip: text;
            background-clip: text; }

.cards .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .cards .icon--button {
    width: 7.29166662vw;
    height: 8.33333328vw; }
    .cards .icon--button .svg {
      height: 4.16666664vw; }
    @media screen and (max-width: 640px) {
      .cards .icon--button {
        width: 26.9230769231vw;
        height: 20.5128205128vw; }
        .cards .icon--button .svg {
          height: 15.3846153846vw; } }
    @media screen and (min-width: 1441px) {
      .cards .icon--button {
        width: 105px;
        height: 120px; }
        .cards .icon--button .svg {
          height: 60px; } }
  .cards .icon--loupe {
    width: 7.499999952vw;
    height: 8.33333328vw; }
    .cards .icon--loupe .svg {
      height: 5.55555552vw; }
    @media screen and (max-width: 640px) {
      .cards .icon--loupe {
        width: 27.6923076923vw;
        height: 20.5128205128vw; }
        .cards .icon--loupe .svg {
          height: 20.5128205128vw; } }
    @media screen and (min-width: 1441px) {
      .cards .icon--loupe {
        width: 108px;
        height: 120px; }
        .cards .icon--loupe .svg {
          height: 80px; } }
  .cards .icon--men {
    width: 3.263888868vw;
    height: 8.33333328vw; }
    .cards .icon--men .svg {
      height: 4.999999968vw; }
    @media screen and (max-width: 640px) {
      .cards .icon--men {
        width: 12.0512820513vw;
        height: 20.5128205128vw; }
        .cards .icon--men .svg {
          height: 18.4615384615vw; } }
    @media screen and (min-width: 1441px) {
      .cards .icon--men {
        width: 47px;
        height: 120px; }
        .cards .icon--men .svg {
          height: 72px; } }
  .cards .icon--doc {
    width: 3.611111088vw;
    height: 8.33333328vw; }
    .cards .icon--doc .svg {
      height: 4.652777748vw; }
    @media screen and (max-width: 640px) {
      .cards .icon--doc {
        width: 13.3333333333vw;
        height: 20.5128205128vw; }
        .cards .icon--doc .svg {
          height: 17.1794871795vw; } }
    @media screen and (min-width: 1441px) {
      .cards .icon--doc {
        width: 52px;
        height: 120px; }
        .cards .icon--doc .svg {
          height: 67px; } }
  .cards .icon--chart {
    width: 4.652777748vw;
    height: 8.33333328vw; }
    .cards .icon--chart .svg {
      height: 5.694444408vw; }
    @media screen and (max-width: 640px) {
      .cards .icon--chart {
        width: 17.1794871795vw;
        height: 20.5128205128vw; }
        .cards .icon--chart .svg {
          height: 21.0256410256vw; } }
    @media screen and (min-width: 1441px) {
      .cards .icon--chart {
        width: 67px;
        height: 120px; }
        .cards .icon--chart .svg {
          height: 82px; } }
  .cards .icon--cube {
    width: 15.27777768vw;
    height: 8.33333328vw; }
    .cards .icon--cube .svg {
      height: 5.55555552vw; }
    @media screen and (max-width: 640px) {
      .cards .icon--cube {
        width: 56.4102564102vw;
        height: 20.5128205128vw; }
        .cards .icon--cube .svg {
          height: 20.5128205128vw; } }
    @media screen and (min-width: 1441px) {
      .cards .icon--cube {
        width: 220px;
        height: 120px; }
        .cards .icon--cube .svg {
          height: 80px; } }
  .cards .icon--heart {
    width: 4.791666636vw;
    height: 8.33333328vw; }
    .cards .icon--heart .svg {
      height: 4.236111084vw; }
    @media screen and (max-width: 640px) {
      .cards .icon--heart {
        width: 17.6923076923vw;
        height: 20.5128205128vw; }
        .cards .icon--heart .svg {
          height: 15.641025641vw; } }
    @media screen and (min-width: 1441px) {
      .cards .icon--heart {
        width: 69px;
        height: 120px; }
        .cards .icon--heart .svg {
          height: 61px; } }
  .cards .icon--spiral {
    width: 15.97222212vw;
    height: 15.27777768vw;
    margin-bottom: 2em; }
    @media screen and (max-width: 640px) {
      .cards .icon--spiral {
        width: 51.282051282vw;
        height: 49.0523968784vw; } }
    @media screen and (min-width: 1441px) {
      .cards .icon--spiral {
        width: 230px;
        height: 220px; } }
  .cards .icon--complex {
    width: 17.361111vw;
    height: 17.361111vw;
    margin-bottom: 2em; }
    @media screen and (max-width: 640px) {
      .cards .icon--complex {
        width: 49.7435897435vw;
        height: 49.7435897435vw; } }
    @media screen and (min-width: 1441px) {
      .cards .icon--complex {
        width: 250px;
        height: 250px; } }

.card__content--chain .char {
  display: inline-block;
  position: relative;
  opacity: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(-1) rotate(-90deg);
          transform: scaleX(-1) rotate(-90deg);
  padding-bottom: 1vw;
  margin-bottom: -1vw; }

.inview .card__content--chain {
  opacity: 1; }
  .inview .card__content--chain .char {
    -webkit-transform: scaleX(1) rotate(0deg);
            transform: scaleX(1) rotate(0deg);
    opacity: 1;
    -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition-delay: calc(75ms * var(--char-index));
            transition-delay: calc(75ms * var(--char-index)); }

.card__content--ultra .char {
  display: inline-block;
  position: relative;
  opacity: 1;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  -webkit-transform: translate(0%, 40%);
          transform: translate(0%, 40%);
  padding-bottom: 1vw;
  margin-bottom: -1vw; }

.inview .card__content--ultra {
  opacity: 1; }
  .inview .card__content--ultra .char {
    -webkit-animation: reveal 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
            animation: reveal 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    -webkit-animation-delay: calc(75ms * var(--char-index) + 1s);
            animation-delay: calc(75ms * var(--char-index) + 1s); }

.card__content--more {
  opacity: 1; }
  .card__content--more .word {
    display: inline-block;
    position: relative;
    opacity: 1;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
    padding-bottom: 1vw;
    margin-bottom: -1vw; }
  .inview .card__content--more {
    opacity: 1; }
    .inview .card__content--more .word {
      -webkit-animation: show 0.71s cubic-bezier(0.23, 1, 0.32, 1) forwards;
              animation: show 0.71s cubic-bezier(0.23, 1, 0.32, 1) forwards;
      -webkit-animation-delay: calc(200ms * var(--word-index));
              animation-delay: calc(200ms * var(--word-index)); }

.card__content--filter {
  opacity: 1; }
  .card__content--filter .line {
    display: block;
    position: relative;
    opacity: 1;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    will-change: filter;
    will-change: transform;
    padding-bottom: 1vw;
    margin-bottom: -1vw; }

.nobr br {
  display: none; }

@media screen and (max-width: 640px) {
  .nobr br {
    display: block; } }

#blur {
  -webkit-filter: blur(3px);
          filter: blur(3px); }

.contact {
  padding: 4.51388886vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media screen and (max-width: 640px) {
    .contact {
      display: block;
      padding: 15.3846153846vw 0; } }
  @media screen and (min-width: 1441px) {
    .contact {
      padding: 65px 0; } }
  .contact__content {
    text-align: left;
    width: 25.34722206vw; }
    @media screen and (max-width: 640px) {
      .contact__content {
        width: 100%;
        padding: 0 3.0769230769vw;
        margin: 0 0 3em; } }
    @media screen and (min-width: 1441px) {
      .contact__content {
        width: 365px; } }
    .contact__content p {
      color: #ffffff;
      opacity: .6; }
  .contact__title {
    margin: 0; }
  .contact__message {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1em;
    color: #000000;
    display: none; }
    .is-sent .contact__message {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .is-sent .contact__message .sent-message {
        display: block; }
    .is-error .contact__message {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .is-error .contact__message .error-message {
        display: block; }
  .contact__form {
    font-size: 0.972222216vw;
    width: 26.0416665vw;
    border-radius: 0.69444444vw;
    background: #F8F9FB;
    padding: 2.77777776vw 1.111111104vw;
    position: relative;
    color: #272D37; }
    .contact__form.is-sending .show {
      opacity: 0;
      -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .contact__form.is-sent .sent-message {
      display: block; }
    .contact__form.is-sent .show {
      opacity: 0;
      -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .contact__form.is-error .error-message {
      display: block; }
    .contact__form.is-error .show {
      opacity: 0;
      -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .contact__form .sent-message {
      display: none; }
    .contact__form .error-message {
      display: none; }
    @media screen and (max-width: 640px) {
      .contact__form {
        border-radius: 2.5641025641vw;
        font-size: 3.5897435897vw;
        width: 100%;
        padding: 10.2564102564vw 4.1025641026vw; } }
    @media screen and (min-width: 1441px) {
      .contact__form {
        font-size: 14px;
        width: 375px;
        padding: 40px 16px;
        border-radius: 10px; } }
  .contact__waze {
    width: 32.29166646vw;
    text-align: left;
    margin: 3em 0; }
    @media screen and (max-width: 640px) {
      .contact__waze {
        width: 100%;
        padding: 0 3.0769230769vw; } }
    @media screen and (min-width: 1441px) {
      .contact__waze {
        width: 465px; } }
    .contact__waze a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-left: -2em; }
      @media screen and (max-width: 640px) {
        .contact__waze a {
          margin-left: 0; } }
    .contact__waze .icon {
      width: 11.388888816vw;
      height: 9.444444384vw; }
      @media screen and (max-width: 640px) {
        .contact__waze .icon {
          width: 28.2051282051vw;
          height: 23.3896185115vw; } }
      @media screen and (min-width: 1441px) {
        .contact__waze .icon {
          width: 164px;
          height: 136px; } }
  .contact__image {
    width: 26.0416665vw;
    text-align: left;
    border-radius: 0.69444444vw;
    overflow: hidden;
    background: #ffffff; }
    @media screen and (max-width: 640px) {
      .contact__image {
        width: 100%;
        border-radius: 2.5641025641vw; } }
    @media screen and (min-width: 1441px) {
      .contact__image {
        width: 375px;
        border-radius: 10px; } }
  .contact__details {
    width: 25.34722206vw;
    text-align: left;
    margin: 3em 0;
    font-size: 1.111111104vw; }
    @media screen and (max-width: 640px) {
      .contact__details {
        width: 100%;
        padding: 0 3.0769230769vw;
        font-size: 4.1025641026vw; } }
    @media screen and (min-width: 1441px) {
      .contact__details {
        width: 365px;
        font-size: 16px; } }
    .contact__details--long {
      width: 27.7777776vw; }
      @media screen and (max-width: 640px) {
        .contact__details--long {
          width: 100%; } }
      @media screen and (min-width: 1441px) {
        .contact__details--long {
          width: 400px; } }
    .contact__details .contact-email {
      display: inline-block;
      width: 12.1527777vw;
      height: 1.38888888vw;
      margin-right: 1.2em; }
      @media screen and (max-width: 640px) {
        .contact__details .contact-email {
          width: 44.8717948718vw;
          height: 5.1282051282vw; } }
      @media screen and (min-width: 1441px) {
        .contact__details .contact-email {
          width: 175px;
          height: 20px; } }
    .contact__details .contact-phone {
      display: inline-block;
      width: 8.6805555vw;
      height: 1.38888888vw;
      margin-right: .75em; }
      @media screen and (max-width: 640px) {
        .contact__details .contact-phone {
          width: 32.0512820512vw;
          height: 5.1282051282vw; } }
      @media screen and (min-width: 1441px) {
        .contact__details .contact-phone {
          width: 125px;
          height: 20px; } }
    .contact__details .contact-whatsapp {
      display: inline-block;
      width: 8.749999944vw;
      height: 1.38888888vw; }
      @media screen and (max-width: 640px) {
        .contact__details .contact-whatsapp {
          width: 32.3076923077vw;
          height: 5.1282051282vw; } }
      @media screen and (min-width: 1441px) {
        .contact__details .contact-whatsapp {
          width: 126px;
          height: 20px; } }
    .contact__details p {
      color: #ffffff;
      opacity: .6;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .contact__details p a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
    .contact__details .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 1.38888888vw;
      height: 1.38888888vw;
      vertical-align: middle;
      margin-bottom: .25em;
      margin-right: .2em; }
      @media screen and (max-width: 640px) {
        .contact__details .icon {
          width: 5.1282051282vw;
          height: 5.1282051282vw; } }
      @media screen and (min-width: 1441px) {
        .contact__details .icon {
          width: 20px;
          height: 20px; } }
  .contact__map {
    width: 26.0416665vw;
    border-radius: 0.69444444vw;
    height: 20.8333332vw;
    background-color: #ffffff;
    overflow: hidden; }
    @media screen and (max-width: 640px) {
      .contact__map {
        border-radius: 2.5641025641vw;
        width: 100%;
        height: 90vw; } }
    @media screen and (min-width: 1441px) {
      .contact__map {
        width: 375px;
        height: 300px; } }

.form {
  text-align: left;
  font-weight: 500; }
  .form__label {
    display: block;
    color: #272D37;
    font-size: 0.972222216vw;
    margin-bottom: .5em;
    padding: 0 .3em; }
    @media screen and (max-width: 640px) {
      .form__label {
        font-size: 3.5897435897vw; } }
    @media screen and (min-width: 1441px) {
      .form__label {
        font-size: 14px; } }
  .form__field {
    margin-bottom: 1.5em; }
    .form__field--hidden {
      display: none; }
    .form__field input {
      padding: 0 1em;
      width: 100%;
      height: 3.2em;
      border: 1px solid #DAE0E6;
      border-radius: .33em;
      font-weight: 400;
      font-size: 1.04166666vw;
      -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.04);
              box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.04); }
      @media screen and (max-width: 640px) {
        .form__field input {
          font-size: 3.8461538461vw; } }
      @media screen and (min-width: 1441px) {
        .form__field input {
          font-size: 15px; } }
    .form__field textarea {
      width: 100%;
      height: 2.5em;
      border: 1px solid #DAE0E6;
      border-radius: .33em;
      font-weight: 400;
      height: 8em;
      font-size: 1.04166666vw;
      -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.04);
              box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.04);
      padding: 1em; }
      @media screen and (max-width: 640px) {
        .form__field textarea {
          font-size: 3.8461538461vw; } }
      @media screen and (min-width: 1441px) {
        .form__field textarea {
          font-size: 15px; } }
  .form__submit {
    font-size: 1.04166666vw;
    width: 100%;
    border-radius: 2em;
    color: #ffffff;
    background: #0052E2;
    display: block;
    text-align: center;
    padding: 1em 0;
    font-weight: 600; }
    @media screen and (max-width: 640px) {
      .form__submit {
        font-size: 3.8461538461vw; } }
    @media screen and (min-width: 1441px) {
      .form__submit {
        font-size: 15px; } }
  .form__info {
    color: #5F6D7E;
    font-size: 1.04166666vw;
    padding: 0 .3em; }
    @media screen and (max-width: 640px) {
      .form__info {
        font-size: 3.8461538461vw; } }
    @media screen and (min-width: 1441px) {
      .form__info {
        font-size: 15px; } }
    .form__info p {
      margin-bottom: 0; }

.partners {
  padding: 9.02777772vw 0 10.4166666vw;
  font-weight: 500;
  letter-spacing: -0.02em; }
  @media screen and (max-width: 640px) {
    .partners {
      padding: 20.5128205128vw 0 15.3846153846vw; } }
  @media screen and (min-width: 1441px) {
    .partners {
      padding: 130px 0 150px; } }
  .partners__header {
    max-width: 29.86111092vw;
    margin: 0 auto 9.02777772vw; }
    @media screen and (max-width: 640px) {
      .partners__header {
        padding: 0 10%;
        max-width: 100%;
        margin: 0 auto 15.3846153846vw; } }
    @media screen and (min-width: 1441px) {
      .partners__header {
        max-width: 430px;
        margin: 0 auto 130px; } }
    .partners__header--large {
      max-width: 64.58333292vw;
      color: #0052E2; }
      @media screen and (max-width: 640px) {
        .partners__header--large {
          max-width: 100%; } }
      @media screen and (min-width: 1441px) {
        .partners__header--large {
          max-width: 930px; } }
  .partners__title {
    margin: 0;
    opacity: 0; }
    .partners__title .word {
      display: inline-block;
      position: relative;
      opacity: 1;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
              clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
      -webkit-transform: translate(0%, 40%);
              transform: translate(0%, 40%);
      padding-bottom: 1vw;
      margin-bottom: -1vw; }
    .visible .partners__title {
      opacity: 1; }
      .visible .partners__title .word {
        -webkit-animation: reveal 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
                animation: reveal 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
        -webkit-animation-delay: calc(75ms * var(--word-index));
                animation-delay: calc(75ms * var(--word-index)); }
  .partners__subtitle {
    opacity: 0;
    -webkit-transition: opacity 1s ease .5s;
    transition: opacity 1s ease .5s; }
    .visible .partners__subtitle {
      opacity: 1; }
  .partners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }

.partner {
  width: 30%;
  opacity: 0;
  -webkit-transform: translate3d(0, 20%, 0);
          transform: translate3d(0, 20%, 0);
  -webkit-transition: opacity 1.25s ease, -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1.25s ease, -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.25s ease;
  transition: transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.25s ease, -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: calc(200ms * var(--index));
          transition-delay: calc(200ms * var(--index)); }
  .partner:nth-child(3n+1), .partner:nth-child(3n+2), .partner:nth-child(3n) {
    margin-top: 3.4722222vw; }
    @media screen and (min-width: 1441px) {
      .partner:nth-child(3n+1), .partner:nth-child(3n+2), .partner:nth-child(3n) {
        margin-top: 50px; } }
  .partner:nth-child(1), .partner:nth-child(2), .partner:nth-child(3) {
    margin-top: 0; }
    @media screen and (min-width: 1441px) {
      .partner:nth-child(1), .partner:nth-child(2), .partner:nth-child(3) {
        margin-top: 0; } }
  .partner.inview {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  @media screen and (max-width: 640px) {
    .partner {
      width: 100%;
      margin-bottom: 12.3076923077vw;
      font-size: 4.6153846154vw;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
      .partner:nth-child(3n+1), .partner:nth-child(3n+2), .partner:nth-child(3n) {
        margin-top: 0; }
      .partner:nth-child(1), .partner:nth-child(2), .partner:nth-child(3) {
        margin-top: 0; } }
  .partner--empty, .partner--last {
    margin-bottom: 0; }
    @media screen and (max-width: 640px) {
      .partner--empty, .partner--last {
        margin-bottom: 0; } }
  .partner__logo {
    height: 3.749999976vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 640px) {
      .partner__logo {
        height: auto; } }
    @media screen and (min-width: 1441px) {
      .partner__logo {
        height: 54px; } }
    .partner__logo--keonn {
      padding-bottom: 0.763888884vw; }
      @media screen and (max-width: 640px) {
        .partner__logo--keonn {
          padding-bottom: 0; } }
      @media screen and (min-width: 1441px) {
        .partner__logo--keonn {
          padding-bottom: 11px; } }
      .partner__logo--keonn .keonn {
        width: 12.84722214vw;
        height: 2.77777776vw; }
        @media screen and (max-width: 640px) {
          .partner__logo--keonn .keonn {
            width: 47.4358974359vw;
            height: 10.2564102564vw; } }
        @media screen and (min-width: 1441px) {
          .partner__logo--keonn .keonn {
            width: 185px;
            height: 40px; } }
    .partner__logo--zebra {
      padding-bottom: 0; }
      .partner__logo--zebra .zebra {
        width: 11.597222148vw;
        height: 3.749999976vw; }
        @media screen and (max-width: 640px) {
          .partner__logo--zebra .zebra {
            width: 42.8205128205vw;
            height: 13.8461538461vw; } }
        @media screen and (min-width: 1441px) {
          .partner__logo--zebra .zebra {
            width: 167px;
            height: 54px; } }
    .partner__logo--avery {
      padding-bottom: 0.208333332vw; }
      .partner__logo--avery .avery {
        width: 10.902777708vw;
        height: 3.541666644vw; }
        @media screen and (max-width: 640px) {
          .partner__logo--avery .avery {
            width: 40.2564102564vw;
            height: 13.0769230769vw; } }
        @media screen and (min-width: 1441px) {
          .partner__logo--avery .avery {
            width: 157px;
            height: 51px; } }
    .partner__logo--d3cyber {
      padding-bottom: 0.208333332vw; }
      .partner__logo--d3cyber .d3cyber {
        width: 11.666666592vw;
        height: 4.305555528vw; }
        @media screen and (max-width: 640px) {
          .partner__logo--d3cyber .d3cyber {
            width: 43.0769230769vw;
            height: 15.8974358974vw; } }
        @media screen and (min-width: 1441px) {
          .partner__logo--d3cyber .d3cyber {
            width: 168px;
            height: 62px; } }
    .partner__logo--intuu {
      padding-bottom: 0.208333332vw; }
      .partner__logo--intuu .intuu {
        width: 12.430555476vw;
        height: 3.611111088vw; }
        @media screen and (max-width: 640px) {
          .partner__logo--intuu .intuu {
            width: 45.8974358974vw;
            height: 13.3333333333vw; } }
        @media screen and (min-width: 1441px) {
          .partner__logo--intuu .intuu {
            width: 179px;
            height: 52px; } }
    .partner__logo--cicada {
      padding-bottom: 0.208333332vw; }
      .partner__logo--cicada .cicada {
        width: 17.361111vw;
        height: 6.805555512vw; }
        @media screen and (max-width: 640px) {
          .partner__logo--cicada .cicada {
            width: 64.1025641025vw;
            height: 25.1282051282vw; } }
        @media screen and (min-width: 1441px) {
          .partner__logo--cicada .cicada {
            width: 250px;
            height: 98px; } }

.certificates {
  padding: 9.02777772vw 0;
  text-align: left; }
  @media screen and (max-width: 640px) {
    .certificates {
      padding: 20.5128205128vw 1.2820512821vw; } }
  @media screen and (min-width: 1441px) {
    .certificates {
      padding: 130px 0; } }
  .certificates__header {
    max-width: 24.65277762vw; }
    @media screen and (max-width: 640px) {
      .certificates__header {
        max-width: 100%;
        padding-right: 10.2564102564vw; } }
    @media screen and (min-width: 1441px) {
      .certificates__header {
        max-width: 355px; } }
    .certificates__header p {
      font-weight: 500; }
  .certificates__title {
    margin: 0;
    opacity: 0; }
    .certificates__title .word {
      display: inline-block;
      position: relative;
      opacity: 1;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
              clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
      -webkit-transform: translate(0%, 40%);
              transform: translate(0%, 40%);
      padding-bottom: 1vw;
      margin-bottom: -1vw; }
    .visible .certificates__title {
      opacity: 1; }
      .visible .certificates__title .word {
        -webkit-animation: reveal 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
                animation: reveal 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
        -webkit-animation-delay: calc(75ms * var(--word-index));
                animation-delay: calc(75ms * var(--word-index)); }
  .certificates__subtitle {
    opacity: 0;
    -webkit-transition: opacity 1s ease .5s;
    transition: opacity 1s ease .5s; }
    .visible .certificates__subtitle {
      opacity: 1; }
  .certificates__files {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-top: 6.24999996vw; }
    @media screen and (max-width: 640px) {
      .certificates__files {
        margin-top: 15.3846153846vw; } }
    @media screen and (min-width: 1441px) {
      .certificates__files {
        margin-top: 90px; } }
  .certificates__iso {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    .certificates__iso .certificate {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0;
      height: 3.958333308vw; }
      @media screen and (max-width: 640px) {
        .certificates__iso .certificate {
          margin-bottom: 0;
          height: 14.358974359vw; } }
      @media screen and (min-width: 1441px) {
        .certificates__iso .certificate {
          margin-bottom: 0;
          height: 57px; } }
      .certificates__iso .certificate__logo {
        margin-right: 0; }
        @media screen and (max-width: 640px) {
          .certificates__iso .certificate__logo {
            margin-right: 0; } }
        @media screen and (min-width: 1441px) {
          .certificates__iso .certificate__logo {
            margin-right: 0; } }
    @media screen and (max-width: 640px) {
      .certificates__iso {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row;
                flex-flow: row;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-left: 7.6923076923vw; }
        .certificates__iso .certificate {
          width: auto;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
  .certificates__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 93%; }
    @media screen and (max-width: 640px) {
      .certificates__list {
        width: 100%;
        padding: 0 0 0 7.1794871795vw; } }

.certificate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0052E2;
  margin-bottom: 1.38888888vw;
  height: 4.027777752vw;
  width: 50%;
  opacity: 0;
  -webkit-transform: translate3d(0, 2em, 0);
          transform: translate3d(0, 2em, 0);
  -webkit-transition: opacity 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.75s;
  transition: opacity 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.75s;
  transition: transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.75s, opacity 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.75s, opacity 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.75s;
  -webkit-transition-delay: calc(200ms * var(--index));
          transition-delay: calc(200ms * var(--index)); }
  .inview .certificate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  @media screen and (max-width: 640px) {
    .certificate {
      margin-right: 0;
      margin-bottom: 11.7948717949vw;
      height: auto;
      width: 100%; } }
  @media screen and (min-width: 1441px) {
    .certificate {
      margin-bottom: 20px;
      height: 58px; } }
  .certificate:nth-child(2n) {
    margin-right: 0; }
  .certificate__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 1.7361111vw;
    color: #374151; }
    @media screen and (max-width: 640px) {
      .certificate__logo {
        margin-right: 6.4102564103vw; } }
    @media screen and (min-width: 1441px) {
      .certificate__logo {
        margin-right: 25px; } }
    .certificate__logo .lrqa {
      width: 3.4722222vw;
      height: 1.111111104vw; }
      @media screen and (max-width: 640px) {
        .certificate__logo .lrqa {
          width: 12.8205128205vw;
          height: 4.1025641026vw; } }
      @media screen and (min-width: 1441px) {
        .certificate__logo .lrqa {
          width: 50px;
          height: 16px; } }
    .certificate__logo .rina {
      width: 3.4722222vw;
      height: 2.708333316vw; }
      @media screen and (max-width: 640px) {
        .certificate__logo .rina {
          width: 12.8205128205vw;
          height: 10.0vw; } }
      @media screen and (min-width: 1441px) {
        .certificate__logo .rina {
          width: 50px;
          height: 39px; } }
    .certificate__logo .lr {
      width: 1.527777768vw;
      height: 3.81944442vw;
      margin: 0 0.972222216vw 0.69444444vw; }
      @media screen and (max-width: 640px) {
        .certificate__logo .lr {
          width: 5.641025641vw;
          height: 14.1025641026vw;
          margin: 0 3.5897435897vw 2.5641025641vw; } }
      @media screen and (min-width: 1441px) {
        .certificate__logo .lr {
          width: 22px;
          height: 55px;
          margin: 0 14px 10px; } }
    .certificate__logo .fsc {
      width: 4.305555528vw;
      height: 4.999999968vw; }
      @media screen and (max-width: 640px) {
        .certificate__logo .fsc {
          width: 15.8974358974vw;
          height: 18.4615384615vw; } }
      @media screen and (min-width: 1441px) {
        .certificate__logo .fsc {
          width: 62px;
          height: 72px; } }
    .certificate__logo .vda-pscr {
      width: 4.305555528vw;
      height: 3.680555532vw; }
      @media screen and (max-width: 640px) {
        .certificate__logo .vda-pscr {
          width: 15.8974358974vw;
          height: 13.5897435897vw; } }
      @media screen and (min-width: 1441px) {
        .certificate__logo .vda-pscr {
          width: 62px;
          height: 53px; } }
    .certificate__logo .vda {
      width: 3.4722222vw;
      height: 1.249999992vw; }
      @media screen and (max-width: 640px) {
        .certificate__logo .vda {
          width: 12.8205128205vw;
          height: 4.6153846154vw; } }
      @media screen and (min-width: 1441px) {
        .certificate__logo .vda {
          width: 50px;
          height: 18px; } }
    .certificate__logo .iso {
      width: 3.680555532vw;
      height: 3.958333308vw; }
      @media screen and (max-width: 640px) {
        .certificate__logo .iso {
          width: 13.3333333333vw;
          height: 14.6153846154vw; } }
      @media screen and (min-width: 1441px) {
        .certificate__logo .iso {
          width: 53px;
          height: 57px; } }

.company__logo {
  height: 11.11111104vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 640px) {
    .company__logo {
      height: 25.641025641vw; } }
  @media screen and (min-width: 1441px) {
    .company__logo {
      height: 160px; } }
  .company__logo img {
    height: 100%;
    width: auto; }

.company__docs {
  padding: 3em 0 9em;
  width: 74.99999952vw;
  margin: 0 auto; }
  .company__docs ul, .company__docs li {
    margin: 0;
    padding: 0;
    list-style: none; }
  @media screen and (max-width: 640px) {
    .company__docs {
      width: 90%; } }
  @media screen and (min-width: 1441px) {
    .company__docs {
      width: 1080px; } }

.company .doc {
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.666666656vw;
  padding: .5em 0; }
  .company .doc a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 .5em;
    text-align: left; }
  .company .doc:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
  @media screen and (max-width: 640px) {
    .company .doc {
      font-size: 4.6153846154vw; } }
  @media screen and (min-width: 1441px) {
    .company .doc {
      font-size: 24px; } }
  .company .doc__file {
    display: block;
    word-wrap: break-word;
    width: 94%; }
    @media screen and (max-width: 640px) {
      .company .doc__file {
        width: 90%; } }
  .company .doc__icon {
    display: inline-block;
    width: 1.666666656vw;
    height: 1.666666656vw;
    font-size: 1.666666656vw;
    line-height: 1; }
    @media screen and (max-width: 640px) {
      .company .doc__icon {
        font-size: 4.1025641026vw;
        width: 4.1025641026vw;
        height: 4.1025641026vw; } }
    @media screen and (min-width: 1441px) {
      .company .doc__icon {
        width: 24px;
        height: 24px;
        font-size: 24px; } }

.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  position: relative;
  color: currentColor;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0 0 0 1em;
  overflow: visible;
  z-index: 10000;
  -webkit-transition: opacity .71s ease, -webkit-transform .71s ease;
  transition: opacity .71s ease, -webkit-transform .71s ease;
  transition: transform .71s ease, opacity .71s ease;
  transition: transform .71s ease, opacity .71s ease, -webkit-transform .71s ease;
  display: none; }
  .has-menu .hamburger {
    visibility: visible; }
  @media screen and (max-width: 640px) {
    .hamburger {
      display: block; } }

.hamburger-box {
  width: 4.999999968vw;
  height: 12px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 4.999999968vw;
    height: 2px;
    background-color: currentColor;
    border-radius: 0px;
    position: absolute;
    -webkit-transition-property: width, opacity, background, -webkit-transform;
    transition-property: width, opacity, background, -webkit-transform;
    transition-property: transform, width, opacity, background;
    transition-property: transform, width, opacity, background, -webkit-transform;
    -webkit-transition-duration: 0.51s;
            transition-duration: 0.51s;
    -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
            transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99); }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -5px; }
  .hamburger-inner::after {
    bottom: -5px; }

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: background 0.5s ease 0.5s, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background 0.5s ease 0.5s, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.5s ease 0.5s;
  transition: transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.5s ease 0.5s, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease, background 0.5s ease .5s;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease, background 0.5s ease .5s; }
  .hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.14s ease, background 0.5s ease 0.5s, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, background 0.5s ease 0.5s, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.5s ease 0.5s;
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.5s ease 0.5s, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.has-menu .hamburger--squeeze .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: background 0.5s ease 0s, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.5s ease 0s, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.5s ease 0s;
  transition: transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.5s ease 0s, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 4.999999968vw; }
  .has-menu .hamburger--squeeze .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease, background 0.5s ease 0s;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease, background 0.5s ease 0s; }
  .has-menu .hamburger--squeeze .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease, background 0.5s ease 0s, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, background 0.5s ease 0s, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.5s ease 0s;
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.5s ease 0s, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

.eventsection {
  padding: 6.9444444vw 0 1.38888888vw; }
  @media screen and (max-width: 640px) {
    .eventsection {
      padding: 10.2564102564vw 0 12.8205128205vw; } }
  @media screen and (min-width: 1441px) {
    .eventsection {
      padding: 100px 0 20px; } }

.eventpartners {
  padding: 9.02777772vw 0 8.33333328vw;
  font-weight: 500;
  letter-spacing: -0.02em; }
  @media screen and (max-width: 640px) {
    .eventpartners {
      padding: 20.5128205128vw 0 20.5128205128vw; } }
  @media screen and (min-width: 1441px) {
    .eventpartners {
      padding: 130px 0 120px; } }
  .eventpartners__docs {
    margin-top: 10em; }
  .eventpartners__header {
    max-width: 29.86111092vw;
    margin: 0 auto 9.02777772vw; }
    @media screen and (max-width: 640px) {
      .eventpartners__header {
        padding: 0 2%;
        max-width: 100%;
        margin: 0 auto 15.3846153846vw; } }
    @media screen and (min-width: 1441px) {
      .eventpartners__header {
        max-width: 430px;
        margin: 0 auto 130px; } }
    .eventpartners__header--large {
      max-width: 69.444444vw;
      color: #000000; }
      @media screen and (max-width: 640px) {
        .eventpartners__header--large {
          max-width: 100%; } }
      @media screen and (min-width: 1441px) {
        .eventpartners__header--large {
          max-width: 1000px; } }
  .eventpartners__title {
    margin: 0;
    opacity: 0; }
    .eventpartners__title .word {
      display: inline-block;
      position: relative;
      opacity: 1;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
              clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
      -webkit-transform: translate(0%, 40%);
              transform: translate(0%, 40%);
      padding-bottom: 1vw;
      margin-bottom: -1vw; }
    .visible .eventpartners__title {
      opacity: 1; }
      .visible .eventpartners__title .word {
        -webkit-animation: reveal 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
                animation: reveal 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
        -webkit-animation-delay: calc(75ms * var(--word-index));
                animation-delay: calc(75ms * var(--word-index)); }
  .eventpartners__subtitle {
    opacity: 0;
    -webkit-transition: opacity 1s ease .5s;
    transition: opacity 1s ease .5s; }
    .visible .eventpartners__subtitle {
      opacity: 1; }
  .eventpartners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }

.covercard {
  margin-top: 3em;
  margin-bottom: 0;
  border-radius: 1.7361111vw;
  padding: 2em;
  color: #0052E2;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .covercard {
      border-radius: 6.4102564103vw; } }
  @media screen and (min-width: 1441px) {
    .covercard {
      border-radius: 25px; } }
  .covercard__content {
    position: relative;
    z-index: 1; }
  .covercard__bg {
    background-color: #E1E8F2;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
    .covercard__bg--white {
      background-color: #ffffff; }
    .covercard__bg--dark {
      background-color: #10172A; }
  .covercard .month {
    font-size: 2.08333332vw;
    margin: 0;
    font-weight: 600; }
    @media screen and (max-width: 640px) {
      .covercard .month {
        font-size: 5.1282051282vw; } }
    @media screen and (min-width: 1441px) {
      .covercard .month {
        font-size: 30px; } }
  .covercard .location {
    font-size: 2.08333332vw;
    margin-top: .2em;
    margin-bottom: .5em;
    font-weight: 400; }
    @media screen and (max-width: 640px) {
      .covercard .location {
        font-size: 5.1282051282vw; } }
    @media screen and (min-width: 1441px) {
      .covercard .location {
        font-size: 30px; } }
  .covercard .date {
    font-weight: 600;
    line-height: 1.19;
    letter-spacing: -0.03em;
    font-size: 5.55555552vw;
    margin: 0;
    font-weight: 700; }
    @media screen and (max-width: 640px) {
      .covercard .date {
        line-height: 1.21;
        font-size: 17.9487179487vw;
        margin-top: 0; } }
    @media screen and (min-width: 1441px) {
      .covercard .date {
        font-size: 80px; } }
    .covercard .date--popup {
      line-height: 1.1; }

.event-button {
  color: #ffffff;
  background: #0052E2;
  border-radius: 1.7361111vw;
  padding: .75em 2.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .event-button--covercard {
    margin-top: 1em; }
  @media screen and (max-width: 640px) {
    .event-button {
      border-radius: 6.4102564103vw; } }
  @media screen and (min-width: 1441px) {
    .event-button {
      border-radius: 25px; } }

.events {
  margin-top: 6em;
  margin-bottom: 2em;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(5, 15.138888792vw);
  -webkit-column-gap: 0.555555552vw;
     -moz-column-gap: 0.555555552vw;
          column-gap: 0.555555552vw;
  row-gap: 0.555555552vw;
  grid-template-areas: "a a . . c c" "a a b b c c" "d d b b f f" "d d e e f f" ". . e e . ."; }
  @media screen and (max-width: 640px) {
    .events {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(12, 42.8205128205vw);
      -webkit-column-gap: 1.0256410256vw;
         -moz-column-gap: 1.0256410256vw;
              column-gap: 1.0256410256vw;
      row-gap: 3.5897435897vw;
      margin-top: 3em;
      margin-bottom: 2em;
      grid-template-areas: "a a" "a a" "b b" "b b" "c c" "c c" "d d" "d d" "f f" "f f" "e e" "e e"; } }
  @media screen and (min-width: 1441px) {
    .events {
      grid-template-rows: repeat(5, 218px);
      -webkit-column-gap: 8px;
         -moz-column-gap: 8px;
              column-gap: 8px;
      row-gap: 8px; } }

.event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-size: 1.111111104vw;
  letter-spacing: -0.02em;
  font-weight: 500;
  border-radius: 1.7361111vw;
  position: relative;
  overflow: hidden; }
  .event .word, .event .char {
    display: inline-block; }
  .event .word {
    display: inline-block;
    position: relative;
    opacity: 1;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    -webkit-transform: translate(0%, 40%);
            transform: translate(0%, 40%);
    padding-bottom: 1vw;
    margin-bottom: -1vw; }
  .event.inview .word {
    opacity: 1;
    -webkit-animation: reveal 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
            animation: reveal 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    -webkit-animation-delay: calc(75ms * var(--word-index));
            animation-delay: calc(75ms * var(--word-index)); }
  .event__bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 0; }
    @media screen and (max-width: 640px) {
      .event__bg {
        -webkit-transition-delay: 0s;
                transition-delay: 0s; } }
    @media screen and (min-width: 1441px) {
      .event__bg {
        border-radius: 25px; } }
  .event__content {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.59, 0.01, 0.28, 1);
    transition: opacity 0.5s cubic-bezier(0.59, 0.01, 0.28, 1);
    -webkit-transition-delay: calc(100ms * var(--index) + .2s);
            transition-delay: calc(100ms * var(--index) + .2s);
    padding: 2em; }
    .inview .event__content {
      opacity: 1; }
    .event__content--visible {
      opacity: 1; }
    .event__content--spiral {
      opacity: 1; }
    .event__content--people {
      opacity: 1;
      padding-top: 13.8888888vw; }
      @media screen and (max-width: 640px) {
        .event__content--people {
          padding-top: 41.0256410256vw; } }
      @media screen and (min-width: 1441px) {
        .event__content--people {
          padding-top: 200px; } }
      .event__content--people h3 {
        line-height: 1; }
  .event p {
    margin-bottom: 0; }
  @media screen and (max-width: 640px) {
    .event {
      font-size: 4.1025641026vw;
      border-radius: 6.4102564103vw; } }
  @media screen and (min-width: 1441px) {
    .event {
      font-size: 16px;
      border-radius: 25px; } }
  .event--a {
    grid-area: a; }
  .event--b {
    grid-area: b; }
  .event--c {
    grid-area: c; }
  .event--d {
    grid-area: d; }
  .event--e {
    grid-area: e; }
  .event--f {
    grid-area: f; }

.schedule {
  padding: 2.77777776vw 0 6.9444444vw;
  position: relative; }
  @media screen and (max-width: 640px) {
    .schedule {
      padding: 20.5128205128vw 0 15.3846153846vw; } }
  @media screen and (min-width: 1441px) {
    .schedule {
      padding: 40px 0 100px; } }
  .schedule__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    text-align: left;
    padding: 1em 0;
    border-bottom: 1px solid rgba(16, 23, 42, 0.2);
    background-color: #ffffff; }
    .schedule__row--break {
      background-color: #F8F9FB;
      color: rgba(16, 23, 42, 0.5); }
      .schedule__row--break .schedule__hour {
        font-weight: 400;
        color: rgba(16, 23, 42, 0.5); }
      .schedule__row--break .schedule__info p {
        margin: 0; }
    .schedule__row--admin {
      background-color: #DFEBF7;
      color: rgba(16, 23, 42, 0.5); }
      .schedule__row--admin .schedule__hour {
        font-weight: 400;
        color: rgba(16, 23, 42, 0.5); }
      .schedule__row--admin .schedule__info p {
        margin: 0; }
      .schedule__row--admin .schedule__info p.pad {
        margin: 0 0 .75em; }
  .schedule__hour {
    width: 20%;
    padding-left: 1em;
    color: #10172A;
    font-weight: 500; }
    @media screen and (max-width: 640px) {
      .schedule__hour {
        width: 30%;
        font-size: 3.5897435897vw;
        padding-left: .5em;
        padding-top: .1em; } }
  .schedule__info {
    width: 55%;
    padding: 0 2em 0 1em;
    font-weight: 500; }
    .schedule__info p {
      margin: 0 0 .75em; }
    .schedule__info ul, .schedule__info li {
      margin: 0;
      padding: 0;
      list-style: none; }
    .schedule__info ul {
      margin-bottom: .75em; }
    @media screen and (max-width: 640px) {
      .schedule__info {
        width: 70%;
        padding: 0 0 0 0; } }
  .schedule__invite {
    font-size: 0.972222216vw;
    font-weight: 600; }
    @media screen and (max-width: 640px) {
      .schedule__invite {
        font-size: 3.5897435897vw; } }
    @media screen and (min-width: 1441px) {
      .schedule__invite {
        font-size: 14px; } }
  .schedule__name {
    color: #0052E2;
    font-weight: 600; }
  .schedule__part {
    font-size: 0.833333328vw;
    color: rgba(16, 23, 42, 0.6); }
    @media screen and (max-width: 640px) {
      .schedule__part {
        font-size: 3.0769230769vw; } }
    @media screen and (min-width: 1441px) {
      .schedule__part {
        font-size: 12px; } }
  .schedule__position {
    color: rgba(16, 23, 42, 0.6);
    font-size: 0.833333328vw; }
    @media screen and (max-width: 640px) {
      .schedule__position {
        font-size: 3.0769230769vw; } }
    @media screen and (min-width: 1441px) {
      .schedule__position {
        font-size: 12px; } }
  .schedule__speaker {
    width: 25%;
    padding-right: 1em; }
    .schedule__speaker p {
      margin: 0; }
    @media screen and (max-width: 640px) {
      .schedule__speaker {
        width: 70%;
        margin-left: 30%;
        padding-top: .75em;
        border-top: 1px solid rgba(16, 23, 42, 0.25); } }
    @media screen and (max-width: 640px) {
      .schedule__speaker--empty {
        padding: 0;
        border-top: none; } }
  .schedule__table {
    text-align: left;
    padding-top: 1em; }
    @media screen and (max-width: 640px) {
      .schedule__table {
        display: block; } }
    .schedule__table--first {
      border: none; }
  .schedule__day {
    width: 100%;
    font-weight: 600;
    text-align: center;
    padding-bottom: 2em; }
    @media screen and (max-width: 640px) {
      .schedule__day {
        width: 100%;
        text-align: center;
        padding-bottom: 2em; } }
    .schedule__day--top {
      margin-top: 2em; }
      @media screen and (max-width: 640px) {
        .schedule__day--top {
          margin-top: 3em; } }
    .schedule__day h3 {
      margin: 0; }
    .schedule__day p {
      font-weight: 700;
      margin-top: 0; }
    .schedule__day p:before {
      display: none; }
  .schedule h2 {
    font-weight: 700; }
  .schedule h3 {
    margin-top: 0;
    color: #10172A;
    font-weight: 600; }

.blog-header {
  height: 11.11111104vw;
  background: #111928; }
  @media screen and (max-width: 640px) {
    .blog-header {
      height: 41.0256410256vw; } }
  @media screen and (min-width: 1441px) {
    .blog-header {
      height: 160px; } }

.blog {
  text-align: left;
  padding: 2em 0 5em; }
  .blog__title {
    text-align: center; }
  .blog__image figcaption {
    text-align: right;
    padding-top: .5em;
    font-size: .8em; }
  .blog__image--blue img {
    border: 1px solid #0052E2; }
  .blog__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
  .blog__card {
    width: 48%; }
    @media screen and (max-width: 640px) {
      .blog__card {
        width: 100%; } }

.blogcard__image {
  position: relative;
  overflow: hidden;
  border-radius: 1.7361111vw;
  height: 25.555555392vw; }
  .blogcard__image__image {
    height: 100%; }
  .blogcard__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom; }
  @media screen and (max-width: 640px) {
    .blogcard__image {
      border-radius: 6.4102564103vw;
      height: 70vw; } }
  @media screen and (min-width: 1441px) {
    .blogcard__image {
      border-radius: 25px;
      height: 368px; } }

.blogcard__title {
  color: #0052E2; }

.retailsection {
  padding: 11.11111104vw 0 1.38888888vw; }
  @media screen and (max-width: 640px) {
    .retailsection {
      padding: 30.7692307692vw 0 12.8205128205vw; } }
  @media screen and (min-width: 1441px) {
    .retailsection {
      padding: 180px 0 20px; } }

.retail-events {
  margin-bottom: 6em;
  grid-template-rows: repeat(4, 15.138888792vw); }
  @media screen and (max-width: 640px) {
    .retail-events {
      grid-template-rows: repeat(10, 42.8205128205vw); } }
  @media screen and (min-width: 1441px) {
    .retail-events {
      grid-template-rows: repeat(4, 218px); } }

.sectionvideo {
  position: relative; }
  .sectionvideo--brands {
    margin-top: 6em; }
  .sectionvideo__play {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    cursor: pointer; }
    .sectionvideo__play svg {
      width: 6.9444444vw;
      height: 6.9444444vw; }
      @media screen and (max-width: 640px) {
        .sectionvideo__play svg {
          width: 15.3846153846vw;
          height: 15.3846153846vw; } }
      @media screen and (min-width: 1441px) {
        .sectionvideo__play svg {
          width: 100px;
          height: 100px; } }
  .sectionvideo__video {
    background-color: #000000;
    border-radius: 1.7361111vw;
    height: 46.18055526vw;
    margin: 3em 0 4em;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 640px) {
      .sectionvideo__video {
        border-radius: 6.4102564103vw;
        height: 50.625vw; } }
    @media screen and (min-width: 1441px) {
      .sectionvideo__video {
        border-radius: 25px;
        height: 665px; } }

.retailcards {
  padding: 4em 0  6em; }
  .retailcards .page-title {
    margin-bottom: 2em; }

@media screen and (max-width: 640px) {
  .page-title br {
    display: none; } }

.brands {
  padding-top: 2em; }
  @media screen and (max-width: 640px) {
    .brands {
      display: block;
      padding-top: 1em; } }
  .brands__header {
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 640px) {
      .brands__header {
        width: 100%;
        margin-bottom: 2em; } }
  .brands__title {
    margin-bottom: 1em;
    text-align: center; }
    @media screen and (max-width: 640px) {
      .brands__title {
        text-align: center; } }
  .brands__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0;
    width: 100%; }
    @media screen and (max-width: 640px) {
      .brands__container {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        width: 100%; } }
  .brands .brands-contact {
    margin-top: 6em;
    background-color: #1D1D1B;
    border-radius: 1.7361111vw;
    height: 36.11111088vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    @media screen and (max-width: 640px) {
      .brands .brands-contact {
        border-radius: 6.4102564103vw;
        height: auto;
        padding: 4em 0;
        margin-top: 2em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-flow: column-reverse;
                flex-flow: column-reverse; } }
    @media screen and (min-width: 1441px) {
      .brands .brands-contact {
        border-radius: 25px;
        height: 520px; } }
    .brands .brands-contact__text {
      margin: 0 3em; }
      @media screen and (max-width: 640px) {
        .brands .brands-contact__text {
          margin: 0 1em; } }
      @media screen and (max-width: 640px) {
        .brands .brands-contact__text h3 br {
          display: none; } }
    .brands .brands-contact__msg {
      margin: 0 3em; }
      @media screen and (max-width: 640px) {
        .brands .brands-contact__msg {
          margin: 2em 4em; } }
    .brands .brands-contact__button {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      background: #0052E2;
      color: #ffffff;
      padding: .9em 1.2em;
      border-radius: 2em;
      font-size: 0.972222216vw;
      letter-spacing: normal;
      margin: 1em .3em; }
      @media screen and (max-width: 640px) {
        .brands .brands-contact__button {
          font-size: 3.5897435897vw; } }
      @media screen and (min-width: 1441px) {
        .brands .brands-contact__button {
          font-size: 14px; } }
  .brands .brand {
    margin-top: 1em; }
    @media screen and (max-width: 640px) {
      .brands .brand {
        margin-bottom: 4em; } }
    .brands .brand--teilor {
      width: 17.499999888vw;
      height: 2.847222204vw; }
      @media screen and (max-width: 640px) {
        .brands .brand--teilor {
          width: 64.6153846153vw;
          height: 10.5128205128vw; } }
      @media screen and (min-width: 1441px) {
        .brands .brand--teilor {
          width: 252px;
          height: 41px; } }
    .brands .brand--boss {
      width: 11.597222148vw;
      height: 6.388888848vw;
      margin-top: 3.2em; }
      @media screen and (max-width: 640px) {
        .brands .brand--boss {
          width: 42.8205128205vw;
          height: 23.5897435897vw;
          margin-top: 0; } }
      @media screen and (min-width: 1441px) {
        .brands .brand--boss {
          width: 167px;
          height: 92px; } }
    .brands .brand--optiblu {
      width: 17.499999888vw;
      height: 3.194444424vw; }
      @media screen and (max-width: 640px) {
        .brands .brand--optiblu {
          width: 64.6153846153vw;
          height: 11.7948717949vw; } }
      @media screen and (min-width: 1441px) {
        .brands .brand--optiblu {
          width: 252px;
          height: 46px; } }
    .brands .brand--optiplaza {
      margin-top: 0;
      width: 17.152777668vw;
      height: 2.847222204vw; }
      @media screen and (max-width: 640px) {
        .brands .brand--optiplaza {
          width: 63.3333333333vw;
          height: 10.5128205128vw; } }
      @media screen and (min-width: 1441px) {
        .brands .brand--optiplaza {
          width: 247px;
          height: 41px; } }

.boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 30.277777584vw);
  -webkit-column-gap: 0.555555552vw;
     -moz-column-gap: 0.555555552vw;
          column-gap: 0.555555552vw;
  row-gap: 0.555555552vw;
  grid-template-areas: "a b c" "d e f"; }
  @media screen and (max-width: 640px) {
    .boxes {
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: repeat(6, 111.794871795vw);
      -webkit-column-gap: 1.0256410256vw;
         -moz-column-gap: 1.0256410256vw;
              column-gap: 1.0256410256vw;
      row-gap: 1.5384615385vw;
      grid-template-areas: "a" "b" "c" "d" "e" "f"; } }
  @media screen and (min-width: 1441px) {
    .boxes {
      grid-template-rows: repeat(2, 436px);
      -webkit-column-gap: 8px;
         -moz-column-gap: 8px;
              column-gap: 8px;
      row-gap: 8px; } }

.box {
  cursor: pointer;
  font-size: 2.222222208vw;
  letter-spacing: -0.02em;
  font-weight: 500;
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  height: 30.277777584vw; }
  @media screen and (max-width: 640px) {
    .box {
      height: 111.794871795vw; } }
  @media screen and (min-width: 1441px) {
    .box {
      height: 436px; } }
  .box .word, .box .char {
    display: inline-block; }
  .box.is-active .box__inner {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
  .box.is-inview .box__inner {
    -webkit-transform: rotateY(0);
            transform: rotateY(0); }
  .box.is-first .box__inner {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
  .box__inner {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.83s;
    transition: -webkit-transform 0.83s;
    transition: transform 0.83s;
    transition: transform 0.83s, -webkit-transform 0.83s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 0.34722222vw; }
    @media screen and (max-width: 640px) {
      .box__inner {
        border-radius: 1.2820512821vw; } }
    @media screen and (min-width: 1441px) {
      .box__inner {
        border-radius: 5px; } }
  .box__front, .box__back {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .box__front {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    z-index: 1; }
  .box__flip {
    position: absolute;
    width: 1.666666656vw;
    height: 1.666666656vw;
    right: .5em;
    top: .5em;
    z-index: 3; }
    @media screen and (max-width: 640px) {
      .box__flip {
        width: 6.1538461538vw;
        height: 6.1538461538vw; } }
    @media screen and (min-width: 1441px) {
      .box__flip {
        width: 24px;
        height: 24px; } }
  .box .logotype {
    width: 2.77777776vw;
    height: 2.77777776vw;
    margin-bottom: 1.25em; }
    @media screen and (max-width: 640px) {
      .box .logotype {
        width: 10.2564102564vw;
        height: 10.2564102564vw; } }
    @media screen and (min-width: 1441px) {
      .box .logotype {
        width: 40px;
        height: 40px; } }
  .box__back {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    background: #B4C3D9;
    color: #0052E2;
    text-align: left;
    padding: 2em 1.5em;
    z-index: 0;
    border-radius: 0.34722222vw;
    font-size: 1.527777768vw; }
    .box__back p {
      margin: 0; }
    @media screen and (max-width: 640px) {
      .box__back {
        font-size: 5.641025641vw;
        border-radius: 6.4102564103vw; } }
    @media screen and (min-width: 1441px) {
      .box__back {
        font-size: 22px;
        border-radius: 5px; } }
  .box:hover .box__bg {
    background: #B4C3D9; }
    @media screen and (max-width: 640px) {
      .box:hover .box__bg {
        background: #E1E8F2; } }
  .box__bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #E1E8F2;
    z-index: 0;
    border-radius: 0.34722222vw;
    -webkit-transition: background .5s ease;
    transition: background .5s ease; }
    @media screen and (max-width: 640px) {
      .box__bg {
        -webkit-transition-delay: 0s;
                transition-delay: 0s;
        border-radius: 6.4102564103vw; } }
    @media screen and (min-width: 1441px) {
      .box__bg {
        border-radius: 5px; } }
  .box__content {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.59, 0.01, 0.28, 1);
    transition: opacity 0.5s cubic-bezier(0.59, 0.01, 0.28, 1);
    -webkit-transition-delay: calc(100ms * var(--index) + .1s);
            transition-delay: calc(100ms * var(--index) + .1s); }
    .inview .box__content {
      opacity: 1; }
    .box__content--visible {
      opacity: 1; }
    .box__content--spiral {
      opacity: 1; }
    .box__content--people {
      opacity: 1;
      padding-top: 13.8888888vw; }
      @media screen and (max-width: 640px) {
        .box__content--people {
          padding-top: 41.0256410256vw; } }
      @media screen and (min-width: 1441px) {
        .box__content--people {
          padding-top: 200px; } }
      .box__content--people h3 {
        line-height: 1; }
  .box p {
    margin-bottom: 0; }
  @media screen and (max-width: 640px) {
    .box {
      font-size: 8.2051282051vw;
      border-radius: 6.4102564103vw; } }
  @media screen and (min-width: 1441px) {
    .box {
      font-size: 32px;
      border-radius: 5px; } }
  .box__icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .box__icon--loupe {
      width: 11.249999928vw;
      height: 12.49999992vw; }
      .box__icon--loupe .svg {
        height: 8.33333328vw; }
      @media screen and (max-width: 640px) {
        .box__icon--loupe {
          width: 41.5384615384vw;
          height: 30.7692307692vw; }
          .box__icon--loupe .svg {
            height: 30.7692307692vw; } }
      @media screen and (min-width: 1441px) {
        .box__icon--loupe {
          width: 162px;
          height: 180px; }
          .box__icon--loupe .svg {
            height: 120px; } }
    .box__icon--doc {
      width: 3.611111088vw;
      height: 8.33333328vw; }
      .box__icon--doc .svg {
        height: 4.652777748vw; }
      @media screen and (max-width: 640px) {
        .box__icon--doc {
          width: 13.3333333333vw;
          height: 20.5128205128vw; }
          .box__icon--doc .svg {
            height: 17.1794871795vw; } }
      @media screen and (min-width: 1441px) {
        .box__icon--doc {
          width: 52px;
          height: 120px; }
          .box__icon--doc .svg {
            height: 67px; } }
    .box__icon--cube {
      width: 15.27777768vw;
      height: 8.33333328vw; }
      .box__icon--cube .svg {
        height: 5.55555552vw; }
      @media screen and (max-width: 640px) {
        .box__icon--cube {
          width: 56.4102564102vw;
          height: 20.5128205128vw; }
          .box__icon--cube .svg {
            height: 20.5128205128vw; } }
      @media screen and (min-width: 1441px) {
        .box__icon--cube {
          width: 220px;
          height: 120px; }
          .box__icon--cube .svg {
            height: 80px; } }
  .box--a {
    grid-area: a; }
  .box--b {
    grid-area: b; }
  .box--c {
    grid-area: c; }
  .box--d {
    grid-area: d; }
  .box--e {
    grid-area: e; }
  .box--f {
    grid-area: f; }
  .box--pad {
    padding: 0 1.38888888vw; }
    @media screen and (max-width: 640px) {
      .box--pad {
        padding: 0 5.1282051282vw; } }
    @media screen and (min-width: 1441px) {
      .box--pad {
        padding: 0 20px; } }
  .box--break br {
    display: none; }
  @media screen and (max-width: 640px) {
    .box--break br {
      display: block; } }
  .box--tl .box__back, .box--tl .box__bg {
    border-radius: 0.34722222vw;
    border-top-left-radius: 1.7361111vw; }
    .box--tl .box__back .card__bg, .box--tl .box__bg .card__bg {
      -webkit-transform-origin: bottom;
              transform-origin: bottom; }
    @media screen and (max-width: 640px) {
      .box--tl .box__back, .box--tl .box__bg {
        border-radius: 6.4102564103vw;
        border-top-left-radius: 6.4102564103vw; } }
    @media screen and (min-width: 1441px) {
      .box--tl .box__back, .box--tl .box__bg {
        border-radius: 5px;
        border-top-left-radius: 25px; } }
  .box--tr .box__back, .box--tr .box__bg {
    border-radius: 0.34722222vw;
    border-top-right-radius: 1.7361111vw; }
    @media screen and (max-width: 640px) {
      .box--tr .box__back, .box--tr .box__bg {
        border-radius: 6.4102564103vw;
        border-top-right-radius: 6.4102564103vw; } }
    @media screen and (min-width: 1441px) {
      .box--tr .box__back, .box--tr .box__bg {
        border-radius: 5px;
        border-top-right-radius: 25px; } }
  .box--bl .box__back, .box--bl .box__bg {
    border-radius: 0.34722222vw;
    border-bottom-left-radius: 1.7361111vw; }
    @media screen and (max-width: 640px) {
      .box--bl .box__back, .box--bl .box__bg {
        border-radius: 6.4102564103vw;
        border-bottom-left-radius: 6.4102564103vw; } }
    @media screen and (min-width: 1441px) {
      .box--bl .box__back, .box--bl .box__bg {
        border-radius: 5px;
        border-bottom-left-radius: 25px; } }
  .box--br .box__back, .box--br .box__bg {
    border-radius: 0.34722222vw;
    border-bottom-right-radius: 1.7361111vw; }
    @media screen and (max-width: 640px) {
      .box--br .box__back, .box--br .box__bg {
        border-radius: 6.4102564103vw;
        border-bottom-right-radius: 6.4102564103vw; } }
    @media screen and (min-width: 1441px) {
      .box--br .box__back, .box--br .box__bg {
        border-radius: 5px;
        border-bottom-right-radius: 25px; } }

.boxes .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .boxes .icon--loupe {
    width: 11.9999999232vw;
    height: 13.333333248vw; }
    .boxes .icon--loupe .svg {
      height: 8.888888832vw; }
    @media screen and (max-width: 640px) {
      .boxes .icon--loupe {
        width: 44.3076923076vw;
        height: 32.8205128205vw; }
        .boxes .icon--loupe .svg {
          height: 32.8205128205vw; } }
    @media screen and (min-width: 1441px) {
      .boxes .icon--loupe {
        width: 172.8px;
        height: 192px; }
        .boxes .icon--loupe .svg {
          height: 120px; } }
  .boxes .icon--doc {
    width: 5.7777777408vw;
    height: 13.333333248vw; }
    .boxes .icon--doc .svg {
      height: 7.4444443968vw; }
    @media screen and (max-width: 640px) {
      .boxes .icon--doc {
        width: 21.3333333333vw;
        height: 32.8205128205vw; }
        .boxes .icon--doc .svg {
          height: 27.4871794872vw; } }
    @media screen and (min-width: 1441px) {
      .boxes .icon--doc {
        width: 83.2px;
        height: 192px; }
        .boxes .icon--doc .svg {
          height: 107.2px; } }
  .boxes .icon--arrows {
    width: 6.9444444vw;
    height: 13.333333248vw; }
    .boxes .icon--arrows .svg {
      height: 8.888888832vw; }
    @media screen and (max-width: 640px) {
      .boxes .icon--arrows {
        width: 25.641025641vw;
        height: 32.8205128205vw; }
        .boxes .icon--arrows .svg {
          height: 27.4871794872vw; } }
    @media screen and (min-width: 1441px) {
      .boxes .icon--arrows {
        width: 100px;
        height: 192px; }
        .boxes .icon--arrows .svg {
          height: 128px; } }
  .boxes .icon--cube {
    width: 24.444444288vw;
    height: 13.333333248vw; }
    .boxes .icon--cube .svg {
      height: 8.888888832vw; }
    @media screen and (max-width: 640px) {
      .boxes .icon--cube {
        width: 90.2564102563vw;
        height: 32.8205128205vw; }
        .boxes .icon--cube .svg {
          height: 32.8205128205vw; } }
    @media screen and (min-width: 1441px) {
      .boxes .icon--cube {
        width: 352px;
        height: 192px; }
        .boxes .icon--cube .svg {
          height: 128px; } }

.automotive {
  padding-top: 4em; }
  .automotive .auto-counter {
    margin-top: 4em;
    background: #0052E2;
    border-radius: 1.7361111vw;
    height: 19.44444432vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 640px) {
      .automotive .auto-counter {
        border-radius: 6.4102564103vw;
        height: 30.7692307692vw; } }
    @media screen and (min-width: 1441px) {
      .automotive .auto-counter {
        border-radius: 25px;
        height: 280px; } }
    .automotive .auto-counter div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-left: 1px solid #ffffff;
      font-size: 11.11111104vw;
      font-family: 'Manrope', sans;
      color: #ffffff;
      width: 9.72222216vw;
      position: relative;
      overflow: hidden;
      height: 15.27777768vw;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (max-width: 640px) {
        .automotive .auto-counter div {
          width: 11.11111104vw;
          font-size: 15.3846153846vw;
          height: 20.5128205128vw; } }
      @media screen and (min-width: 1441px) {
        .automotive .auto-counter div {
          width: 9.72222216vw;
          font-size: 160px;
          height: 220px; } }
      .automotive .auto-counter div:first-child {
        border: none; }
      .automotive .auto-counter div:after, .automotive .auto-counter div:before {
        content: "";
        display: block;
        width: 100%;
        height: 20%;
        position: absolute;
        left: 0;
        z-index: 2; }
      .automotive .auto-counter div:after {
        bottom: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 82, 226, 0)), to(#0052e2));
        background: linear-gradient(180deg, rgba(0, 82, 226, 0) 0%, #0052e2 100%); }
      .automotive .auto-counter div:before {
        top: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(#0052e2), to(rgba(0, 82, 226, 0)));
        background: linear-gradient(180deg, #0052e2 0%, rgba(0, 82, 226, 0) 100%); }
      .automotive .auto-counter div span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative;
        height: 100%;
        line-height: 1;
        z-index: 0; }
        .automotive .auto-counter div span:after {
          content: attr(data-nr);
          display: block;
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          z-index: 0;
          position: absolute;
          top: 100%;
          left: 0; }
  .automotive .auto-contact {
    margin-top: 1em;
    background-color: #E1E8F2;
    border-radius: 1.7361111vw;
    height: 36.11111088vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 640px) {
      .automotive .auto-contact {
        border-radius: 6.4102564103vw;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-flow: column-reverse;
                flex-flow: column-reverse;
        padding: 4em 0; } }
    @media screen and (min-width: 1441px) {
      .automotive .auto-contact {
        border-radius: 25px;
        height: 520px; } }
    .automotive .auto-contact__text {
      color: #374151;
      margin: 0 3em; }
      @media screen and (max-width: 640px) {
        .automotive .auto-contact__text {
          margin: 0; }
          .automotive .auto-contact__text br {
            display: none; } }
    .automotive .auto-contact__msg {
      margin: 0 3em; }
      @media screen and (max-width: 640px) {
        .automotive .auto-contact__msg {
          margin: 2em 4em; } }
    .automotive .auto-contact__button {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      background: #0052E2;
      color: #ffffff;
      padding: .9em 1.2em;
      border-radius: 2em;
      font-size: 0.972222216vw;
      letter-spacing: normal;
      margin: 1em .3em; }
      @media screen and (max-width: 640px) {
        .automotive .auto-contact__button {
          font-size: 3.5897435897vw; } }
      @media screen and (min-width: 1441px) {
        .automotive .auto-contact__button {
          font-size: 14px; } }
  .automotive .auto-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 6em 0; }
    @media screen and (max-width: 640px) {
      .automotive .auto-brand {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column wrap;
                flex-flow: column wrap;
        margin: 6em 0 4em;
        padding: 0 1em; } }
    .automotive .auto-brand__logo {
      width: 28%;
      padding: 3em 1em 0; }
      @media screen and (max-width: 640px) {
        .automotive .auto-brand__logo {
          width: 100%;
          margin-bottom: 1em;
          padding: 2em 0 .5em; } }
      .automotive .auto-brand__logo .avery {
        width: 19.374999876vw;
        height: 6.319444404vw; }
        @media screen and (max-width: 640px) {
          .automotive .auto-brand__logo .avery {
            width: 56.4102564102vw;
            height: 18.4615384615vw; } }
        @media screen and (min-width: 1441px) {
          .automotive .auto-brand__logo .avery {
            width: 279px;
            height: 91px; } }
    .automotive .auto-brand__text {
      width: 72%;
      text-align: left;
      border-left: 1px solid #374151;
      padding-left: 2em; }
      @media screen and (max-width: 640px) {
        .automotive .auto-brand__text {
          width: 100%;
          border: none;
          border-top: 1px solid #374151;
          padding: 1em 0 0 0; } }
      .automotive .auto-brand__text p {
        font-size: 1.666666656vw;
        margin: 0; }
        @media screen and (max-width: 640px) {
          .automotive .auto-brand__text p {
            font-size: 6.1538461538vw;
            margin-top: .75em; } }
        @media screen and (min-width: 1441px) {
          .automotive .auto-brand__text p {
            font-size: 24px; } }

.eventpartners__title {
  padding: 0 .3em; }
  @media screen and (max-width: 640px) {
    .eventpartners__title br {
      display: none; } }

.docs {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-top: 4em; }
  @media screen and (max-width: 640px) {
    .docs {
      display: block; } }
  .docs__col {
    width: 48%; }
    @media screen and (max-width: 640px) {
      .docs__col {
        width: 100%; } }
  .docs ul, .docs li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .docs ul {
    border-bottom: 2px solid rgba(29, 29, 27, 0.5);
    margin-bottom: 1em; }
  .docs__brand {
    color: #0052E2;
    margin: .75em 0; }
  .docs .doc {
    font-weight: 500;
    font-size: 1.38888888vw;
    padding: .5em 0;
    border-top: 1px solid rgba(29, 29, 27, 0.2); }
    .docs .doc a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 0;
      text-align: left; }
    @media screen and (max-width: 640px) {
      .docs .doc {
        font-size: 4.6153846154vw; } }
    @media screen and (min-width: 1441px) {
      .docs .doc {
        font-size: 20px; } }
    .docs .doc__file {
      display: block;
      word-wrap: break-word;
      width: 90%; }
      @media screen and (max-width: 640px) {
        .docs .doc__file {
          width: 90%; } }
    .docs .doc__icon {
      display: inline-block;
      width: 1.666666656vw;
      height: 1.666666656vw;
      font-size: 1.666666656vw;
      line-height: 1;
      margin-left: 1em; }
      @media screen and (max-width: 640px) {
        .docs .doc__icon {
          font-size: 4.1025641026vw;
          width: 4.1025641026vw;
          height: 4.1025641026vw; } }
      @media screen and (min-width: 1441px) {
        .docs .doc__icon {
          width: 24px;
          height: 24px;
          font-size: 24px; } }

.articles {
  padding: 12em 0 12em;
  text-align: left; }
  .articles__header {
    text-align: center; }
    .articles__header h1 {
      margin-top: 0; }
    @media screen and (max-width: 640px) {
      .articles__header {
        padding: 0 1em; } }
  .articles__section {
    margin-top: 5em;
    margin-bottom: 1em; }
  .articles__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .articles__container .article-hlght {
      width: 32.75%; }
      @media screen and (max-width: 640px) {
        .articles__container .article-hlght {
          width: 100%;
          margin-bottom: 1em; } }
    .articles__container .article-preview {
      width: 32.20%; }
      @media screen and (max-width: 640px) {
        .articles__container .article-preview {
          width: 100%;
          margin-bottom: 2em; } }
  .articles .article-hlght {
    background: #E1E8F2;
    border-radius: 1.38888888vw;
    overflow: hidden; }
    @media screen and (max-width: 640px) {
      .articles .article-hlght {
        border-radius: 5.1282051282vw; } }
    @media screen and (min-width: 1441px) {
      .articles .article-hlght {
        border-radius: 20px; } }
    .articles .article-hlght__image {
      border-radius: 1.38888888vw;
      overflow: hidden;
      height: 0;
      padding-bottom: 82.82%;
      position: relative; }
      .articles .article-hlght__image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      @media screen and (max-width: 640px) {
        .articles .article-hlght__image {
          border-radius: 5.1282051282vw; } }
      @media screen and (min-width: 1441px) {
        .articles .article-hlght__image {
          border-radius: 20px; } }
    .articles .article-hlght__content {
      padding: 1em 1.25em;
      font-size: 1.666666656vw;
      font-weight: 500; }
      @media screen and (max-width: 640px) {
        .articles .article-hlght__content {
          font-size: 6.1538461538vw; } }
      @media screen and (min-width: 1441px) {
        .articles .article-hlght__content {
          font-size: 24px; } }
  .articles .article-preview__image {
    height: 0;
    padding-bottom: 66.25%;
    position: relative; }
    .articles .article-preview__image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .articles .article-preview__description {
    font-size: 1.666666656vw;
    letter-spacing: -0.04em; }
    @media screen and (max-width: 640px) {
      .articles .article-preview__description {
        font-size: 6.1538461538vw; } }
    @media screen and (min-width: 1441px) {
      .articles .article-preview__description {
        font-size: 24px; } }
  .articles .article-preview__cat {
    font-size: 0.972222216vw;
    text-transform: uppercase;
    color: #0052E2;
    font-weight: 700;
    margin-bottom: 0; }
    @media screen and (max-width: 640px) {
      .articles .article-preview__cat {
        font-size: 4.1025641026vw; } }
    @media screen and (min-width: 1441px) {
      .articles .article-preview__cat {
        font-size: 14px; } }
  .articles .article-preview__date {
    margin-top: 0;
    font-size: 0.972222216vw;
    text-transform: uppercase; }
    @media screen and (max-width: 640px) {
      .articles .article-preview__date {
        font-size: 4.1025641026vw; } }
    @media screen and (min-width: 1441px) {
      .articles .article-preview__date {
        font-size: 14px; } }

.article {
  padding: 11em 0 12em;
  text-align: left;
  font-size: 1.666666656vw; }
  @media screen and (max-width: 640px) {
    .article {
      font-size: 6.1538461538vw;
      padding: 11em 0 6em; } }
  @media screen and (min-width: 1441px) {
    .article {
      font-size: 24px; } }
  .article__header {
    text-align: left;
    padding: 0 5.42em; }
    .article__header h1 {
      margin-top: 0; }
    @media screen and (max-width: 640px) {
      .article__header {
        padding: 0; } }
  .article__cat {
    font-size: 0.972222216vw;
    text-transform: uppercase;
    color: #0052E2;
    font-weight: 700;
    margin-bottom: 0; }
    @media screen and (max-width: 640px) {
      .article__cat {
        font-size: 4.1025641026vw; } }
    @media screen and (min-width: 1441px) {
      .article__cat {
        font-size: 14px; } }
  .article__date {
    margin-top: 0;
    font-size: 0.972222216vw;
    text-transform: uppercase; }
    @media screen and (max-width: 640px) {
      .article__date {
        font-size: 4.1025641026vw; } }
    @media screen and (min-width: 1441px) {
      .article__date {
        font-size: 14px; } }
  .article__cover {
    margin-bottom: 4em;
    line-height: 1.33; }
    @media screen and (max-width: 640px) {
      .article__cover {
        margin-bottom: 2em; } }
  .article__text {
    padding: 0 5.42em;
    line-height: 1.33;
    font-size: 1.666666656vw;
    letter-spacing: -0.04em; }
    @media screen and (max-width: 640px) {
      .article__text {
        font-size: 6.1538461538vw;
        padding: 0; } }
    @media screen and (min-width: 1441px) {
      .article__text {
        font-size: 24px; } }
  .article__quote {
    padding: 0 5.42em 0 0; }
    @media screen and (max-width: 640px) {
      .article__quote {
        padding: 0;
        text-align: center; } }
  .article__embed {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative; }
    .article__embed iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }

.durable {
  padding: 9.02777772vw 0; }
  @media screen and (max-width: 640px) {
    .durable {
      padding: 0 0 17.9487179487vw 0; }
      .durable br {
        display: none; } }
  @media screen and (min-width: 1441px) {
    .durable {
      padding: 130px 0; } }
  .durable h2 {
    margin-bottom: 1em; }
  .durable__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #0052E2;
    color: #ffffff;
    padding: .9em 1.2em;
    border-radius: 2em;
    font-size: 0.972222216vw;
    letter-spacing: normal; }
    @media screen and (max-width: 640px) {
      .durable__button {
        font-size: 3.5897435897vw; } }
    @media screen and (min-width: 1441px) {
      .durable__button {
        font-size: 14px; } }

.durable-map {
  text-align: left;
  padding: 0 0 9.02777772vw; }
  @media screen and (min-width: 1441px) {
    .durable-map {
      padding: 0 0 130px 0; } }
  .durable-map__card {
    width: 28.47222204vw;
    height: 28.47222204vw;
    background-color: #001029;
    border-radius: 1.7361111vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.5em;
    position: sticky;
    top: 4em; }
    .durable-map__card h2 {
      display: inline-block;
      letter-spacing: -0.02em;
      margin: 0; }
      @media screen and (max-width: 640px) {
        .durable-map__card h2 {
          margin-bottom: 0; } }
    @media screen and (max-width: 640px) {
      .durable-map__card {
        width: 56.4102564102vw;
        height: 51.282051282vw;
        border-radius: 6.4102564103vw; } }
    @media screen and (min-width: 1441px) {
      .durable-map__card {
        border-radius: 25px;
        width: 410px;
        height: 410px; } }
    .durable-map__card--de {
      width: 35.41666644vw;
      height: 28.47222204vw; }
      @media screen and (max-width: 640px) {
        .durable-map__card--de {
          width: 66.6666666666vw;
          height: 51.282051282vw;
          border-radius: 6.4102564103vw; } }
      @media screen and (min-width: 1441px) {
        .durable-map__card--de {
          border-radius: 25px;
          width: 510px;
          height: 410px; } }
  .durable-map__map {
    position: relative; }
    @media screen and (max-width: 640px) {
      .durable-map__map {
        margin-top: 0; } }
  .durable-map__countries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    text-align: left;
    margin-top: 3em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    @media screen and (max-width: 640px) {
      .durable-map__countries {
        padding: 0 2em; } }
  .durable-map .country-list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #111928;
    font-size: 1.666666656vw;
    width: 18.05555544vw; }
    @media screen and (max-width: 640px) {
      .durable-map .country-list {
        font-size: 5.1282051282vw;
        width: 30.7692307692vw;
        margin-bottom: 2em; } }
    @media screen and (min-width: 1441px) {
      .durable-map .country-list {
        font-size: 24px;
        width: 260px; } }
    .durable-map .country-list--land {
      font-size: 2.222222208vw;
      font-weight: 600;
      width: 24.99999984vw; }
      @media screen and (max-width: 640px) {
        .durable-map .country-list--land {
          font-size: 6.1538461538vw;
          width: 100%; } }
      @media screen and (min-width: 1441px) {
        .durable-map .country-list--land {
          width: 24.99999984vw;
          font-size: 32px; } }
    .durable-map .country-list li {
      margin: 0;
      padding: 0; }

.percent-container {
  padding: 0; }

.percent {
  top: 0;
  padding: 9.02777772vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: left; }
  @media screen and (max-width: 640px) {
    .percent {
      padding: 25.641025641vw 1em; } }
  @media screen and (min-width: 1441px) {
    .percent {
      padding: 130px 0; } }
  .percent h2 {
    margin: .3em 0 0; }
    .percent h2 div:nth-child(1) .word {
      background: -webkit-gradient(linear, left top, left bottom, from(#0DCFEF), to(#08ACEB));
      background: linear-gradient(180deg, #0DCFEF 0%, #08ACEB 100%);
      color: transparent;
      -webkit-background-clip: text;
              background-clip: text; }
    .percent h2 div:nth-child(2) .word {
      background: -webkit-gradient(linear, left top, left bottom, from(#06A3EB), to(#1D8CE8));
      background: linear-gradient(180deg, #06A3EB 0%, #1D8CE8 100%);
      color: transparent;
      -webkit-background-clip: text;
              background-clip: text; }
    .percent h2 div:nth-child(3) .word {
      background: -webkit-gradient(linear, left top, left bottom, from(#0676E5), to(#1360E3));
      background: linear-gradient(180deg, #0676E5 0%, #1360E3 100%);
      color: transparent;
      -webkit-background-clip: text;
              background-clip: text; }
    .percent h2 div:nth-child(4) .word {
      background: -webkit-gradient(linear, left top, left bottom, from(#0676E5), to(#1360E3));
      background: linear-gradient(180deg, #0676E5 0%, #1360E3 100%);
      color: transparent;
      -webkit-background-clip: text;
              background-clip: text; }
    .percent h2 div:nth-child(5) .word {
      background: -webkit-gradient(linear, left top, left bottom, from(#0676E5), to(#1360E3));
      background: linear-gradient(180deg, #0676E5 0%, #1360E3 100%);
      color: transparent;
      -webkit-background-clip: text;
              background-clip: text; }
    @media screen and (max-width: 640px) {
      .percent h2.typografy-h2--2 {
        font-size: 7.6923076923vw; } }
    @media screen and (max-width: 640px) {
      .percent h2 {
        padding: 0 .5em; } }
  .percent__item {
    opacity: 0;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease; }
    .percent__item.visible {
      opacity: 1;
      -webkit-transition: opacity 1s cubic-bezier(0.59, 0.01, 0.28, 1);
      transition: opacity 1s cubic-bezier(0.59, 0.01, 0.28, 1); }
  .percent__full {
    width: 41.6666664vw;
    height: 11.11111104vw;
    text-align: center;
    font-size: 14.58333324vw;
    line-height: .75;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-left: -0.1em; }
    .percent__full .hundred {
      display: block;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(#0cd7f0), color-stop(68%, rgba(12, 215, 240, 0))), url("/images/bg100.jpg");
      background: linear-gradient(0deg, #0cd7f0 0%, rgba(12, 215, 240, 0) 68%), url("/images/bg100.jpg");
      -webkit-background-clip: text;
              background-clip: text;
      color: rgba(39, 137, 149, 0); }
    @media screen and (max-width: 640px) {
      .percent__full {
        width: 82.0512820512vw;
        height: 20.5128205128vw;
        font-size: 105px;
        margin-left: -0.1em; } }
    @media screen and (min-width: 1441px) {
      .percent__full {
        width: 600px;
        height: 160px;
        font-size: 210px; } }
  .percent__error {
    margin: 0;
    color: #F8F9FB;
    padding: 0 0 0 .75em;
    position: relative;
    margin: .5em 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: opacity .1s ease, -webkit-transform .1s ease;
    transition: opacity .1s ease, -webkit-transform .1s ease;
    transition: opacity .1s ease, transform .1s ease;
    transition: opacity .1s ease, transform .1s ease, -webkit-transform .1s ease; }
    .percent__error:before {
      content: 'l';
      font-weight: 900;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0; }
    @media screen and (max-width: 640px) {
      .percent__error.typografy-h2 {
        font-size: 6.1538461538vw; } }
    .percent__error.visible {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: opacity 1s cubic-bezier(0.59, 0.01, 0.28, 1), -webkit-transform 0.75s ease;
      transition: opacity 1s cubic-bezier(0.59, 0.01, 0.28, 1), -webkit-transform 0.75s ease;
      transition: opacity 1s cubic-bezier(0.59, 0.01, 0.28, 1), transform 0.75s ease;
      transition: opacity 1s cubic-bezier(0.59, 0.01, 0.28, 1), transform 0.75s ease, -webkit-transform 0.75s ease; }
  .percent__errors {
    position: relative; }

.fyi-wrapper {
  padding: 9.02777772vw 0 0; }
  @media screen and (min-width: 1441px) {
    .fyi-wrapper {
      padding: 130px 0 0; } }

.fyi {
  background: #10172A;
  border-radius: 1.7361111vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9.02777772vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left; }
  @media screen and (max-width: 640px) {
    .fyi {
      border-radius: 6.4102564103vw;
      padding: 7.6923076923vw; } }
  @media screen and (min-width: 1441px) {
    .fyi {
      border-radius: 25px;
      padding: 130px; } }
  .fyi #msg-left {
    -webkit-transform: scaleX(0.1);
            transform: scaleX(0.1);
    -webkit-transform-origin: 20%;
            transform-origin: 20%;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease; }
  .fyi #msg-right {
    -webkit-transform: scaleX(0.1);
            transform: scaleX(0.1);
    -webkit-transform-origin: 80%;
            transform-origin: 80%;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease; }
  .fyi__text {
    color: #ffffff;
    font-size: 2.77777776vw;
    font-weight: 500; }
    .fyi__text p {
      margin: 0; }
    @media screen and (max-width: 640px) {
      .fyi__text {
        font-size: 6.1538461538vw;
        text-align: center;
        padding-bottom: 1em; } }
    @media screen and (min-width: 1441px) {
      .fyi__text {
        font-size: 40px; } }
  .fyi__msg {
    padding-right: 3em; }
    @media screen and (max-width: 640px) {
      .fyi__msg {
        padding: 2em; } }
  .fyi__container {
    display: grid;
    grid-template-columns: 1fr 2fr; }
    @media screen and (max-width: 640px) {
      .fyi__container {
        grid-template-columns: 1fr; } }
    .fyi__container.visible #msg-left {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transform-origin: 20%;
              transform-origin: 20%;
      -webkit-transition: -webkit-transform 1s ease;
      transition: -webkit-transform 1s ease;
      transition: transform 1s ease;
      transition: transform 1s ease, -webkit-transform 1s ease; }
    .fyi__container.visible #msg-right {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transform-origin: 80%;
              transform-origin: 80%;
      -webkit-transition: -webkit-transform 1s ease;
      transition: -webkit-transform 1s ease;
      transition: transform 1s ease;
      transition: transform 1s ease, -webkit-transform 1s ease; }

.trust-section {
  padding: 0;
  background: #E1E8F2; }
  @media screen and (max-width: 640px) {
    .trust-section {
      padding: 0; } }
  @media screen and (min-width: 1441px) {
    .trust-section {
      padding: 0; } }

.trust {
  text-align: left;
  position: relative; }
  .trust h2 {
    margin: 0; }
  .trust__wrap {
    padding: 12.49999992vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    background: #E1E8F2 url("/images/circuit-bg.png") repeat; }
    @media screen and (max-width: 640px) {
      .trust__wrap {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        position: relative;
        height: auto;
        padding: 17.9487179487vw 0 33.3333333333vw; } }
  .trust__container {
    padding: 0 9.02777772vw; }
    @media screen and (max-width: 640px) {
      .trust__container {
        padding: 0 10.2564102564vw; } }
    @media screen and (min-width: 1441px) {
      .trust__container {
        padding: 0;
        max-width: 1180px;
        margin: 0 auto; } }
  .trust__subtitle {
    font-size: 2.222222208vw;
    font-weight: 500;
    margin-top: 0; }
    @media screen and (max-width: 640px) {
      .trust__subtitle {
        font-size: 6.1538461538vw; }
        .trust__subtitle br {
          display: none; } }
    @media screen and (min-width: 1441px) {
      .trust__subtitle {
        font-size: 32px; } }
  .trust .trust-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: .75em;
       -moz-column-gap: .75em;
            column-gap: .75em; }
    @media screen and (max-width: 640px) {
      .trust .trust-cards {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr; } }
    .trust .trust-cards__col:nth-child(1) {
      z-index: 4; }
    .trust .trust-cards__col:nth-child(2) {
      z-index: 3; }
    .trust .trust-cards__col:nth-child(3) {
      z-index: 2; }
    .trust .trust-cards__col:nth-child(4) {
      z-index: 1; }
  .trust__spacer {
    position: absolute;
    left: 0;
    width: 10%;
    height: 8.6805555vw;
    top: calc(17.361111vw + 17.361111vw / 2 * var(--space-index)); }
    @media screen and (max-width: 640px) {
      .trust__spacer {
        position: absolute;
        left: 0;
        width: 10%;
        height: 64.1025641025vw;
        top: calc(50vh + 64.1025641025vw * var(--space-index)); } }
  .trust__end {
    height: 8.6805555vw;
    position: absolute;
    left: 0;
    width: 10%;
    top: calc( 17.361111vw + 17.361111vw / 2 * var(--space-index)); }
    @media screen and (max-width: 640px) {
      .trust__end {
        height: 64.1025641025vw;
        position: absolute;
        left: 0;
        width: 10%;
        top: calc(50vh + 64.1025641025vw * var(--space-index)); } }
  .trust .trust-card {
    --icon-stroke: #000000;
    background: #ffffff;
    border-radius: 1.7361111vw;
    height: 17.361111vw;
    width: 100%;
    padding: 2.77777776vw;
    position: relative;
    -webkit-box-shadow: rgba(0, 66, 170, 0.3) 0px 10px 23px, rgba(0, 66, 170, 0.2) 0px 4px 13px, rgba(0, 66, 170, 0.1) 0px 3px 5px;
            box-shadow: rgba(0, 66, 170, 0.3) 0px 10px 23px, rgba(0, 66, 170, 0.2) 0px 4px 13px, rgba(0, 66, 170, 0.1) 0px 3px 5px;
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease; }
    .trust .trust-card.visible {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    @media screen and (max-width: 640px) {
      .trust .trust-card {
        border-radius: 6.4102564103vw;
        height: 64.1025641025vw;
        width: 100%;
        padding: 10.2564102564vw;
        margin: 0 auto;
        font-size: 4.6153846154vw;
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
        -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
        transition: opacity .5s ease, -webkit-transform .5s ease;
        transition: opacity .5s ease, transform .5s ease;
        transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease; }
        .trust .trust-card.visible {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0); }
          .trust .trust-card.visible .trust-card__circle {
            -webkit-transition: opacity .5s ease .3s, -webkit-transform .5s ease .3s;
            transition: opacity .5s ease .3s, -webkit-transform .5s ease .3s;
            transition: opacity .5s ease .3s, transform .5s ease .3s;
            transition: opacity .5s ease .3s, transform .5s ease .3s, -webkit-transform .5s ease .3s;
            opacity: 1;
            -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
                    transform: rotate(90deg) translate3d(0, 0, 0); } }
    @media screen and (min-width: 1441px) {
      .trust .trust-card {
        border-radius: 25px;
        padding: 40px;
        height: 250px; } }
    .trust .trust-card__icon {
      width: 3.333333312vw;
      height: 3.333333312vw;
      margin-bottom: 3.5em; }
      @media screen and (max-width: 640px) {
        .trust .trust-card__icon {
          width: 10.2564102564vw;
          height: 10.2564102564vw;
          margin-bottom: 2em; } }
      @media screen and (min-width: 1441px) {
        .trust .trust-card__icon {
          width: 48px;
          height: 48px; } }
    .trust .trust-card--de .trust-card__icon {
      margin-bottom: 1.5em; }
    .trust .trust-card__circle {
      width: 2.916666648vw;
      height: 2.916666648vw;
      --icon-fill: #E1E8F2;
      --icon-stroke: #A9B7CC;
      position: absolute;
      right: -2.08333332vw;
      bottom: 2.08333332vw;
      z-index: 2;
      border-radius: 100%;
      -webkit-box-shadow: rgba(0, 66, 170, 0.2) 0px 4px 13px, rgba(0, 66, 170, 0.1) 0px 3px 5px;
              box-shadow: rgba(0, 66, 170, 0.2) 0px 4px 13px, rgba(0, 66, 170, 0.1) 0px 3px 5px; }
      @media screen and (max-width: 640px) {
        .trust .trust-card__circle {
          width: 10.2564102564vw;
          height: 10.2564102564vw;
          bottom: -5.1282051282vw;
          right: 5.1282051282vw;
          opacity: 0;
          -webkit-transform: rotate(90deg) translate3d(-100%, 0, 0);
                  transform: rotate(90deg) translate3d(-100%, 0, 0); } }
      @media screen and (min-width: 1441px) {
        .trust .trust-card__circle {
          width: 42px;
          height: 42px;
          bottom: 30px;
          right: -30px; } }

.tec-section {
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .tec-section {
      padding: 0; } }

.tec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row; }
  @media screen and (max-width: 640px) {
    .tec {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column; } }
  .tec__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #0052E2;
    color: #ffffff;
    padding: .9em 1.2em;
    border-radius: 2em;
    font-size: 0.972222216vw;
    letter-spacing: normal;
    margin: 1em .3em; }
    @media screen and (max-width: 640px) {
      .tec__button {
        font-size: 3.5897435897vw;
        margin: 2em .3em 0; } }
    @media screen and (min-width: 1441px) {
      .tec__button {
        font-size: 14px; } }
  .tec__text {
    width: 50%;
    text-align: left;
    padding: 6em  0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    @media screen and (max-width: 640px) {
      .tec__text {
        width: 100%;
        padding: 10.2564102564vw; } }
    @media screen and (min-width: 1441px) {
      .tec__text {
        padding: 6em  0 5%; } }
    .tec__text h2 {
      margin: 0;
      max-width: 80%; }
    .tec__text p {
      font-size: 2.222222208vw;
      margin-top: .5em;
      max-width: 90%; }
      @media screen and (max-width: 640px) {
        .tec__text p {
          font-size: 6.1538461538vw; } }
      @media screen and (min-width: 1441px) {
        .tec__text p {
          font-size: 32px; } }
  .tec__image {
    width: 50%;
    background-color: #E1E8F2; }
    @media screen and (max-width: 640px) {
      .tec__image {
        width: 100%; } }
    .tec__image img {
      width: 50vw;
      height: auto; }
      @media screen and (max-width: 640px) {
        .tec__image img {
          width: 100%;
          height: auto; } }
    @media screen and (min-width: 1441px) {
      .tec__image img {
        height: 820px;
        width: auto; } }

.support-wrap {
  padding: 9.02777772vw 0; }
  @media screen and (min-width: 1441px) {
    .support-wrap {
      padding: 130px 0; } }

.support {
  background: #E1E8F2;
  border-radius: 1.7361111vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9.02777772vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left; }
  @media screen and (max-width: 640px) {
    .support {
      border-radius: 6.4102564103vw;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      padding: 6.4102564103vw 5.1282051282vw; } }
  @media screen and (min-width: 1441px) {
    .support {
      border-radius: 25px;
      padding: 130px; } }
  .support__text {
    color: #374151;
    text-align: center;
    font-weight: 500;
    padding: 0 4.86111108vw; }
    @media screen and (max-width: 640px) {
      .support__text {
        padding: 0 0.69444444vw;
        grid-row-start: 2;
        grid-row-end: 3; } }
    @media screen and (min-width: 1441px) {
      .support__text {
        padding: 0 70px; } }
    .support__text p {
      margin: 0;
      font-size: 2.222222208vw; }
      @media screen and (max-width: 640px) {
        .support__text p {
          font-size: 6.1538461538vw; } }
      @media screen and (min-width: 1441px) {
        .support__text p {
          font-size: 32px; } }
    .support__text h2 {
      font-size: 2.77777776vw;
      font-weight: 700; }
      @media screen and (max-width: 640px) {
        .support__text h2 {
          font-size: 8.2051282051vw;
          margin-bottom: 0; } }
      @media screen and (min-width: 1441px) {
        .support__text h2 {
          font-size: 40px; } }
  .support__heart {
    padding-right: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 640px) {
      .support__heart {
        padding: 0;
        grid-row-start: 1;
        grid-row-end: 2; } }
    .support__heart svg {
      fill: none;
      width: 15.6249999vw;
      height: 15.6249999vw; }
      @media screen and (max-width: 640px) {
        .support__heart svg {
          width: 51.282051282vw;
          height: 51.282051282vw; } }
      @media screen and (min-width: 1441px) {
        .support__heart svg {
          width: 225px;
          height: 225px; } }
  .support__container {
    display: grid;
    grid-template-columns: 2fr 1fr; }
    @media screen and (max-width: 640px) {
      .support__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-flow: column-reverse;
                flex-flow: column-reverse; } }
    .support__container #support-circle {
      opacity: 0;
      -webkit-transform-origin: center;
              transform-origin: center; }
    .support__container.visible #support-circle {
      opacity: 1;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
  .support__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #0052E2;
    color: #ffffff;
    padding: .9em 1.2em;
    border-radius: 2em;
    font-size: 0.972222216vw;
    letter-spacing: normal;
    margin: 1em .3em; }
    @media screen and (max-width: 640px) {
      .support__button {
        font-size: 3.5897435897vw;
        margin: 2em .3em 0; } }
    @media screen and (min-width: 1441px) {
      .support__button {
        font-size: 14px; } }

.durable-pad {
  padding-bottom: 4em;
  padding-top: .2em; }
  @media screen and (max-width: 640px) {
    .durable-pad .auto-brand {
      margin-top: 3em; } }

.expert {
  text-align: left;
  padding: 6.9444444vw 0 6.9444444vw; }
  @media screen and (max-width: 640px) {
    .expert {
      padding: 0 0 25.641025641vw; } }
  @media screen and (min-width: 1441px) {
    .expert {
      padding: 100px 0; } }
  .expert__header {
    color: #0052E2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px solid #0052E2;
    padding: 2em; }
    .expert__header h2 {
      margin: 0; }
  .expert__icon {
    width: 3.333333312vw;
    height: 3.333333312vw; }
    @media screen and (max-width: 640px) {
      .expert__icon {
        width: 12.3076923077vw;
        height: 12.3076923077vw;
        margin-left: 2em; } }
    @media screen and (min-width: 1441px) {
      .expert__icon {
        width: 48px;
        height: 48px; } }
  .expert__row {
    padding: 1em 0;
    color: #0052E2;
    font-weight: 600;
    border-top: 1px solid #0052E2; }
    .expert__row:first-child {
      border: none; }
    .expert__row select {
      width: 100%;
      padding: 1em 3em 1em 0;
      color: #0052E2;
      font-weight: 600;
      border: none;
      height: 3em;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: none;
      font-size: 1.38888888vw; }
      @media screen and (max-width: 640px) {
        .expert__row select {
          font-size: 5.1282051282vw; } }
      @media screen and (min-width: 1441px) {
        .expert__row select {
          font-size: 20px; } }
  .expert__container {
    padding: 0 2em;
    border: 1px solid #0052E2;
    border-top: none; }

@-webkit-keyframes bgRotate {
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(1turn);
            transform: translate3d(-50%, -50%, 0) rotate(1turn); } }

@keyframes bgRotate {
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(1turn);
            transform: translate3d(-50%, -50%, 0) rotate(1turn); } }

@-webkit-keyframes bgRotateInvert {
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(1turn);
            transform: translate3d(-50%, -50%, 0) rotate(1turn); } }

@keyframes bgRotateInvert {
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(1turn);
            transform: translate3d(-50%, -50%, 0) rotate(1turn); } }

.challenge {
  text-align: left;
  padding: 10.4166666vw 0; }
  @media screen and (max-width: 640px) {
    .challenge {
      padding: 17.9487179487vw 0 25.641025641vw; } }
  @media screen and (min-width: 1441px) {
    .challenge {
      padding: 150px 0; } }
  .challenge__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: -0.03em;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 640px) {
      .challenge__title {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .challenge__title p {
      margin: 0; }
    .challenge__title h2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 1.5em;
      font-weight: 700;
      margin-top: 0; }
      @media screen and (max-width: 640px) {
        .challenge__title h2 {
          margin: 0 0 .2em 0;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .challenge__title .word {
      display: inline-block;
      position: relative;
      opacity: 1;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
              clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
      -webkit-transform: translate(0%, 40%);
              transform: translate(0%, 40%);
      padding-bottom: 1vw;
      margin-bottom: -1vw; }
    .challenge__title .challenge-the {
      font-size: 2.77777776vw;
      margin-right: .25em; }
      @media screen and (max-width: 640px) {
        .challenge__title .challenge-the {
          font-size: 6.6666666667vw; } }
      @media screen and (min-width: 1441px) {
        .challenge__title .challenge-the {
          font-size: 40px; } }
    .challenge__title .challenge-big {
      font-size: 6.666666624vw; }
      @media screen and (max-width: 640px) {
        .challenge__title .challenge-big {
          font-size: 14.358974359vw; } }
      @media screen and (min-width: 1441px) {
        .challenge__title .challenge-big {
          font-size: 96px; } }
      .challenge__title .challenge-big--de {
        font-size: 6.666666624vw; }
        @media screen and (max-width: 640px) {
          .challenge__title .challenge-big--de {
            font-size: 9.2307692308vw; } }
        @media screen and (min-width: 1441px) {
          .challenge__title .challenge-big--de {
            font-size: 96px; } }
    .challenge__title .challenge-right {
      color: #0052E2;
      font-size: 2.77777776vw;
      line-height: 1.2;
      font-weight: 400; }
      @media screen and (max-width: 640px) {
        .challenge__title .challenge-right {
          font-size: 7.1794871795vw; } }
      @media screen and (min-width: 1441px) {
        .challenge__title .challenge-right {
          font-size: 40px; } }
      .challenge__title .challenge-right .color-light {
        color: #0CD7F0; }
    .challenge__title .challenge-the, .challenge__title .challenge-big {
      opacity: 0;
      -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
              clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
      -webkit-transform: translate(0%, 40%);
              transform: translate(0%, 40%); }
      .challenge__title .challenge-the.visible, .challenge__title .challenge-big.visible {
        opacity: 1;
        -webkit-animation: reveal 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
                animation: reveal 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
        -webkit-animation-delay: calc(75ms * var(--word-index));
                animation-delay: calc(75ms * var(--word-index)); }
    .challenge__title .challenge-right {
      opacity: 0; }
      .challenge__title .challenge-right.visible {
        opacity: 1; }
        .challenge__title .challenge-right.visible .word {
          -webkit-animation: reveal 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
                  animation: reveal 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
          -webkit-animation-delay: calc(75ms * var(--word-index));
                  animation-delay: calc(75ms * var(--word-index)); }
  .challenge__description {
    font-size: 2.222222208vw;
    font-weight: 500;
    margin-bottom: 3em;
    opacity: 0;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%); }
    .challenge__description.visible {
      opacity: 1;
      -webkit-animation: reveal 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
              animation: reveal 2s cubic-bezier(0.23, 1, 0.32, 1) forwards; }
    @media screen and (max-width: 640px) {
      .challenge__description {
        font-size: 5.1282051282vw;
        text-align: center; }
        .challenge__description br {
          display: none; } }
    @media screen and (min-width: 1441px) {
      .challenge__description {
        font-size: 32px; } }
    .challenge__description .challenge-total {
      color: #0CD7F0; }
  .challenge .machine {
    text-align: left;
    width: 100%;
    position: relative; }
    @media screen and (max-width: 640px) {
      .challenge .machine {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
    .challenge .machine__row {
      display: grid;
      grid-template-columns: 22% 18% 20% 18% 22%;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
      margin-bottom: 1em; }
      @media screen and (max-width: 640px) {
        .challenge .machine__row {
          grid-template-columns: 100%;
          grid-template-rows: 25vw 25vw 25vw 25vw 25vw; } }
    @media screen and (max-width: 640px) {
      .challenge .machine__spin {
        width: 75%;
        margin-left: 12.5%; } }
    .challenge .machine__spin .machine__col {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 82, 226, 0.3)), color-stop(45%, rgba(0, 82, 226, 0.1))), #E1E8F2;
      background: linear-gradient(0deg, rgba(0, 82, 226, 0.3) 0%, rgba(0, 82, 226, 0.1) 45%), #E1E8F2;
      padding-top: .5em;
      color: #525252;
      font-weight: 600;
      overflow: hidden; }
      .challenge .machine__spin .machine__col:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 2px;
        height: 60%;
        background: -webkit-gradient(linear, left bottom, left top, from(#5F6D7E), to(#001029));
        background: linear-gradient(0deg, #5F6D7E 0%, #001029 100%); }
        @media screen and (max-width: 640px) {
          .challenge .machine__spin .machine__col:after {
            width: 80%;
            height: 1px;
            left: 50%;
            top: 2em;
            opacity: .4;
            -webkit-transform: translate(-50%, 0);
                    transform: translate(-50%, 0); } }
      .challenge .machine__spin .machine__col:first-child:after {
        display: none; }
        @media screen and (max-width: 640px) {
          .challenge .machine__spin .machine__col:first-child:after {
            display: block; } }
    @media screen and (max-width: 640px) {
      .challenge .machine__head {
        width: 75%;
        position: absolute;
        left: 12.5%;
        top: 2vw;
        z-index: 2; } }
    .challenge .machine__head.visible .machine__col {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-transition: opacity 0.5s ease, -webkit-transform 0.9s cubic-bezier(0.59, 0.01, 0.28, 1);
      transition: opacity 0.5s ease, -webkit-transform 0.9s cubic-bezier(0.59, 0.01, 0.28, 1);
      transition: opacity 0.5s ease, transform 0.9s cubic-bezier(0.59, 0.01, 0.28, 1);
      transition: opacity 0.5s ease, transform 0.9s cubic-bezier(0.59, 0.01, 0.28, 1), -webkit-transform 0.9s cubic-bezier(0.59, 0.01, 0.28, 1);
      -webkit-transition-delay: calc(75ms * var(--row-index));
              transition-delay: calc(75ms * var(--row-index)); }
    .challenge .machine__head .machine__col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 1em;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
              transform: translate3d(0, 100%, 0); }
      @media screen and (max-width: 640px) {
        .challenge .machine__head .machine__col {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row;
                  flex-flow: row;
          -ms-flex-item-align: start;
              align-self: flex-start;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding: .3em 10% 0;
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0); }
          .challenge .machine__head .machine__col:after {
            position: absolute;
            background: -webkit-gradient(linear, left bottom, left top, from(#5F6D7E), to(#001029));
            background: linear-gradient(0deg, #5F6D7E 0%, #001029 100%);
            width: 80%;
            height: 1px;
            left: 50%;
            top: 0;
            opacity: .4;
            -webkit-transform: translate(-50%, 0);
                    transform: translate(-50%, 0); } }
      .challenge .machine__head .machine__col h3, .challenge .machine__head .machine__col p {
        margin: 0; }
      .challenge .machine__head .machine__col h3 {
        font-size: 2.222222208vw;
        font-weight: 700;
        color: #374151; }
        @media screen and (max-width: 640px) {
          .challenge .machine__head .machine__col h3 {
            font-size: 3.5897435897vw; } }
        @media screen and (min-width: 1441px) {
          .challenge .machine__head .machine__col h3 {
            font-size: 32px; } }
      .challenge .machine__head .machine__col p {
        font-size: 1.38888888vw;
        color: #0052E2; }
        @media screen and (max-width: 640px) {
          .challenge .machine__head .machine__col p {
            font-size: 2.8205128205vw; } }
        @media screen and (min-width: 1441px) {
          .challenge .machine__head .machine__col p {
            font-size: 20px; } }
    .challenge .machine__spin {
      height: 14.58333324vw;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      border-radius: 1.7361111vw;
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(168, 193, 238, 0.85);
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 82, 226, 0.5)), color-stop(45%, rgba(0, 82, 226, 0))), #E1E8F2;
      background: linear-gradient(0deg, rgba(0, 82, 226, 0.5) 0%, rgba(0, 82, 226, 0) 45%), #E1E8F2;
      -webkit-box-shadow: rgba(0, 82, 226, 0.25) 0px 24px 55px, rgba(0, 82, 226, 0.12) 0px 12px 30px, rgba(0, 82, 226, 0.12) 0px 4px 6px, rgba(0, 82, 226, 0.17) 0px 12px 13px, rgba(0, 82, 226, 0.09) 0px -3px 5px;
              box-shadow: rgba(0, 82, 226, 0.25) 0px 24px 55px, rgba(0, 82, 226, 0.12) 0px 12px 30px, rgba(0, 82, 226, 0.12) 0px 4px 6px, rgba(0, 82, 226, 0.17) 0px 12px 13px, rgba(0, 82, 226, 0.09) 0px -3px 5px; }
      @media screen and (max-width: 640px) {
        .challenge .machine__spin {
          height: 125vw;
          border-radius: 6.4102564103vw; } }
      @media screen and (min-width: 1441px) {
        .challenge .machine__spin {
          height: 210px;
          border-radius: 25px; } }
    .challenge .machine__actions {
      padding-top: 2em; }
      @media screen and (max-width: 640px) {
        .challenge .machine__actions {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column;
                  flex-flow: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .challenge .machine__actions span {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0 1em; }
        @media screen and (max-width: 640px) {
          .challenge .machine__actions span {
            margin: 1em 0; } }
      .challenge .machine__actions .luck-button {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #D1F6FF;
        font-size: 1.666666656vw;
        font-weight: 500;
        padding: 2em;
        border-radius: 4em;
        position: relative;
        overflow: hidden; }
        @media screen and (max-width: 640px) {
          .challenge .machine__actions .luck-button {
            font-size: 4.1025641026vw; } }
        @media screen and (min-width: 1441px) {
          .challenge .machine__actions .luck-button {
            font-size: 24px; } }
        .challenge .machine__actions .luck-button:before {
          content: "";
          position: absolute;
          z-index: -2;
          left: 50%;
          top: 50%;
          -webkit-transform: translate3d(-50%, -50%, 0);
                  transform: translate3d(-50%, -50%, 0);
          width: 24.99999984vw;
          height: 24.99999984vw;
          background-color: #000;
          background-repeat: no-repeat;
          background-image: -webkit-gradient(linear, left top, right top, color-stop(45%, #0CD7F0), color-stop(50%, #D1D5F9), color-stop(80%, #D1D5F9));
          background-image: linear-gradient(90deg, #0CD7F0 45%, #D1D5F9 50%, #D1D5F9 80%);
          -webkit-animation: bgRotate 4s linear infinite;
                  animation: bgRotate 4s linear infinite; }
          @media screen and (max-width: 640px) {
            .challenge .machine__actions .luck-button:before {
              width: 92.3076923076vw;
              height: 92.3076923076vw; } }
          @media screen and (min-width: 1441px) {
            .challenge .machine__actions .luck-button:before {
              width: 360px;
              height: 360px; } }
        .challenge .machine__actions .luck-button--big:before {
          animation-direction: reverse; }
        .challenge .machine__actions .luck-button--big:hover:before {
          -webkit-animation-direction: normal !important;
                  animation-direction: normal !important; }
        .challenge .machine__actions .luck-button:after {
          content: "";
          position: absolute;
          z-index: -1;
          left: 0.277777776vw;
          top: 0.277777776vw;
          width: calc(100% - .8*0.69444444vw);
          height: calc(100% - .8*0.69444444vw);
          background: -webkit-gradient(linear, left bottom, left top, from(#1D1D1B), to(#556784));
          background: linear-gradient(0deg, #1D1D1B 0%, #556784 100%);
          border-radius: 4em; }
          @media screen and (min-width: 1441px) {
            .challenge .machine__actions .luck-button:after {
              left: 4px;
              top: 4px;
              width: calc(100% - 8px);
              height: calc(100% - 8px); } }
        .challenge .machine__actions .luck-button:hover:before {
          animation-direction: reverse;
          background-image: -webkit-gradient(linear, left top, right top, color-stop(45%, #09FFEB), color-stop(50%, #0CD7F0), color-stop(80%, #D1D5F9));
          background-image: linear-gradient(90deg, #09FFEB 45%, #0CD7F0 50%, #D1D5F9 80%); }
        .challenge .machine__actions .luck-button:hover:after {
          background: -webkit-gradient(linear, left bottom, left top, from(#556784), to(#1D1D1B));
          background: linear-gradient(0deg, #556784 0%, #1D1D1B 100%); }
  .challenge .slots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0; }
    .challenge .slots.animate .slot {
      -webkit-transform: scaleY(3.3);
              transform: scaleY(3.3);
      -webkit-filter: blur(4px);
              filter: blur(4px);
      -webkit-transition: -webkit-transform .6s ease-in, -webkit-filter .6s ease-in;
      transition: -webkit-transform .6s ease-in, -webkit-filter .6s ease-in;
      transition: transform .6s ease-in, filter .6s ease-in;
      transition: transform .6s ease-in, filter .6s ease-in, -webkit-transform .6s ease-in, -webkit-filter .6s ease-in;
      -webkit-transition-delay: .1s;
              transition-delay: .1s; }
    .challenge .slots .slot {
      width: 100%;
      height: 14.58333324vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 2em;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: -webkit-transform .4s ease-out, -webkit-filter .5s ease-out;
      transition: -webkit-transform .4s ease-out, -webkit-filter .5s ease-out;
      transition: transform .4s ease-out, filter .5s ease-out;
      transition: transform .4s ease-out, filter .5s ease-out, -webkit-transform .4s ease-out, -webkit-filter .5s ease-out; }
      @media screen and (max-width: 640px) {
        .challenge .slots .slot {
          height: 25vw;
          font-size: 3.5897435897vw;
          padding-top: 2em;
          color: #ffffff; } }
      @media screen and (min-width: 1441px) {
        .challenge .slots .slot {
          height: 210px; } }

.mask {
  background-color: #E1E8F2; }

.section {
  position: relative;
  z-index: 1; }

.discover {
  position: relative;
  z-index: 2;
  background-color: #E1E8F2; }
  .discover__container {
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 1;
    padding-top: 20vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 640px) {
      .discover__container {
        height: 50vh;
        padding-top: 0; } }
    @media screen and (min-width: 1441px) {
      .discover__container {
        padding-top: 200px;
        max-height: 820px; } }
  .discover .discover-mask {
    width: 100%;
    height: 81.9444444444vw;
    margin: 0 auto; }
    @media screen and (min-width: 1441px) {
      .discover .discover-mask {
        width: 1440px;
        height: 1180px; } }
    .discover .discover-mask .dvideo {
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0; }
      .discover .discover-mask .dvideo:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #10172A;
        opacity: .55;
        z-index: 1;
        mix-blend-mode: multiply; }
        @media screen and (max-width: 640px) {
          .discover .discover-mask .dvideo:after {
            opacity: .4; } }
    .discover .discover-mask img, .discover .discover-mask video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.iti {
  position: relative;
  display: block;
  width: 100%; }

.iti * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.iti__hide {
  display: none; }

.iti__v-hide {
  visibility: hidden; }

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0; }

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px; }

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 6px 0 8px; }

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555; }

[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0; }

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555; }

.iti__dropdown-content {
  border-radius: 3px;
  background-color: white; }

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: -1px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); }

.iti__dropdown-content--dropup {
  bottom: 100%;
  margin-bottom: 3px; }

.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding: 9px 12px; }

.iti__search-input + .iti__country-list {
  border-top: 1px solid #ccc; }

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.iti--inline-dropdown .iti__country-list {
  max-height: 185px; }

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap; }

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal; } }

.iti__flag-box {
  display: inline-block;
  width: 20px; }

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc; }

.iti__country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 8px;
  outline: none; }

.iti__dial-code {
  color: #999; }

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05); }

.iti__flag-box, .iti__country-name {
  margin-right: 8px; }

[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 8px; }

.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=text],
.iti--allow-dropdown input.iti__tel-input[type=tel], .iti--show-selected-dial-code input.iti__tel-input,
.iti--show-selected-dial-code input.iti__tel-input[type=text],
.iti--show-selected-dial-code input.iti__tel-input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0; }

[dir=rtl] .iti--allow-dropdown input.iti__tel-input,
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel], [dir=rtl] .iti--show-selected-dial-code input.iti__tel-input,
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=text],
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=tel] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0; }

.iti--allow-dropdown .iti__flag-container, .iti--show-selected-dial-code .iti__flag-container {
  right: auto;
  left: 0; }

[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--show-selected-dial-code .iti__flag-container {
  right: 0;
  left: auto; }

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer; }

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05); }

.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover {
  cursor: default; }

.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover .iti__selected-flag {
  background-color: transparent; }

.iti--show-selected-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05); }

.iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px; }

[dir=rtl] .iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 6px; }

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px; }

.iti--container:hover {
  cursor: pointer; }

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.iti--fullscreen-popup.iti--container.iti--country-search {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.iti--fullscreen-popup .iti__dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
  position: relative; }

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }

.iti__flag.iti__be {
  width: 18px; }

.iti__flag.iti__ch {
  width: 15px; }

.iti__flag.iti__mc {
  width: 19px; }

.iti__flag.iti__ne {
  width: 18px; }

.iti__flag.iti__np {
  width: 13px; }

.iti__flag.iti__va {
  width: 15px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2x) {
  .iti__flag {
    background-size: 5762px 15px; } }

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px; }

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px; }

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px; }

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px; }

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px; }

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px; }

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px; }

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px; }

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px; }

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px; }

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px; }

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px; }

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px; }

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px; }

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px; }

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px; }

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px; }

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px; }

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px; }

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px; }

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px; }

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px; }

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px; }

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px; }

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px; }

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px; }

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px; }

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px; }

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px; }

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px; }

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px; }

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px; }

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px; }

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px; }

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px; }

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px; }

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px; }

.iti__flag.iti__bz {
  height: 12px;
  background-position: -812px 0px; }

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px; }

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px; }

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px; }

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px; }

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px; }

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px; }

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px; }

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px; }

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px; }

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px; }

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px; }

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px; }

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px; }

.iti__flag.iti__cq {
  height: 12px;
  background-position: -1115px 0px; }

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1137px 0px; }

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1159px 0px; }

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1181px 0px; }

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1203px 0px; }

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1225px 0px; }

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1247px 0px; }

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1269px 0px; }

.iti__flag.iti__de {
  height: 12px;
  background-position: -1291px 0px; }

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1313px 0px; }

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1335px 0px; }

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1357px 0px; }

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1379px 0px; }

.iti__flag.iti__do {
  height: 14px;
  background-position: -1401px 0px; }

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1423px 0px; }

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1445px 0px; }

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1467px 0px; }

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1489px 0px; }

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1511px 0px; }

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1533px 0px; }

.iti__flag.iti__er {
  height: 10px;
  background-position: -1555px 0px; }

.iti__flag.iti__es {
  height: 14px;
  background-position: -1577px 0px; }

.iti__flag.iti__et {
  height: 10px;
  background-position: -1599px 0px; }

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1621px 0px; }

.iti__flag.iti__ez {
  height: 14px;
  background-position: -1643px 0px; }

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1665px 0px; }

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1687px 0px; }

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1709px 0px; }

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1731px 0px; }

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1753px 0px; }

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1775px 0px; }

.iti__flag.iti__fx {
  height: 14px;
  background-position: -1797px 0px; }

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1819px 0px; }

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1841px 0px; }

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1863px 0px; }

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1885px 0px; }

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1907px 0px; }

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1929px 0px; }

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1951px 0px; }

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1973px 0px; }

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1995px 0px; }

.iti__flag.iti__gm {
  height: 14px;
  background-position: -2017px 0px; }

.iti__flag.iti__gn {
  height: 14px;
  background-position: -2039px 0px; }

.iti__flag.iti__gp {
  height: 14px;
  background-position: -2061px 0px; }

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2083px 0px; }

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2105px 0px; }

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2127px 0px; }

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2149px 0px; }

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2171px 0px; }

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2193px 0px; }

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2215px 0px; }

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2237px 0px; }

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2259px 0px; }

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2281px 0px; }

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2303px 0px; }

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2325px 0px; }

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2347px 0px; }

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2369px 0px; }

.iti__flag.iti__id {
  height: 14px;
  background-position: -2391px 0px; }

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2413px 0px; }

.iti__flag.iti__il {
  height: 15px;
  background-position: -2435px 0px; }

.iti__flag.iti__im {
  height: 10px;
  background-position: -2457px 0px; }

.iti__flag.iti__in {
  height: 14px;
  background-position: -2479px 0px; }

.iti__flag.iti__io {
  height: 10px;
  background-position: -2501px 0px; }

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2523px 0px; }

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2545px 0px; }

.iti__flag.iti__is {
  height: 15px;
  background-position: -2567px 0px; }

.iti__flag.iti__it {
  height: 14px;
  background-position: -2589px 0px; }

.iti__flag.iti__je {
  height: 12px;
  background-position: -2611px 0px; }

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2633px 0px; }

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2655px 0px; }

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2677px 0px; }

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2699px 0px; }

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2721px 0px; }

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2743px 0px; }

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2765px 0px; }

.iti__flag.iti__km {
  height: 12px;
  background-position: -2787px 0px; }

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2809px 0px; }

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2831px 0px; }

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2853px 0px; }

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2875px 0px; }

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2897px 0px; }

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2919px 0px; }

.iti__flag.iti__la {
  height: 14px;
  background-position: -2941px 0px; }

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2963px 0px; }

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2985px 0px; }

.iti__flag.iti__li {
  height: 12px;
  background-position: -3007px 0px; }

.iti__flag.iti__lk {
  height: 10px;
  background-position: -3029px 0px; }

.iti__flag.iti__lr {
  height: 11px;
  background-position: -3051px 0px; }

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3073px 0px; }

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3095px 0px; }

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3117px 0px; }

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3139px 0px; }

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3161px 0px; }

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3183px 0px; }

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3205px 0px; }

.iti__flag.iti__md {
  height: 10px;
  background-position: -3226px 0px; }

.iti__flag.iti__me {
  height: 10px;
  background-position: -3248px 0px; }

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3270px 0px; }

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3292px 0px; }

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3314px 0px; }

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3336px 0px; }

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3358px 0px; }

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3380px 0px; }

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3402px 0px; }

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3424px 0px; }

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3446px 0px; }

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3468px 0px; }

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3490px 0px; }

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3512px 0px; }

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3534px 0px; }

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3556px 0px; }

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3578px 0px; }

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3600px 0px; }

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3622px 0px; }

.iti__flag.iti__my {
  height: 10px;
  background-position: -3644px 0px; }

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3666px 0px; }

.iti__flag.iti__na {
  height: 14px;
  background-position: -3688px 0px; }

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3710px 0px; }

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3732px 0px; }

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3752px 0px; }

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3774px 0px; }

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3796px 0px; }

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3818px 0px; }

.iti__flag.iti__no {
  height: 15px;
  background-position: -3840px 0px; }

.iti__flag.iti__np {
  height: 15px;
  background-position: -3862px 0px; }

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3877px 0px; }

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3899px 0px; }

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3921px 0px; }

.iti__flag.iti__om {
  height: 10px;
  background-position: -3943px 0px; }

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3965px 0px; }

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3987px 0px; }

.iti__flag.iti__pf {
  height: 14px;
  background-position: -4009px 0px; }

.iti__flag.iti__pg {
  height: 15px;
  background-position: -4031px 0px; }

.iti__flag.iti__ph {
  height: 10px;
  background-position: -4053px 0px; }

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4075px 0px; }

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4097px 0px; }

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4119px 0px; }

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4141px 0px; }

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4163px 0px; }

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4185px 0px; }

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4207px 0px; }

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4229px 0px; }

.iti__flag.iti__py {
  height: 11px;
  background-position: -4251px 0px; }

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4273px 0px; }

.iti__flag.iti__re {
  height: 14px;
  background-position: -4295px 0px; }

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4317px 0px; }

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4339px 0px; }

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4361px 0px; }

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4383px 0px; }

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4405px 0px; }

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4427px 0px; }

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4449px 0px; }

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4471px 0px; }

.iti__flag.iti__se {
  height: 13px;
  background-position: -4493px 0px; }

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4515px 0px; }

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4537px 0px; }

.iti__flag.iti__si {
  height: 10px;
  background-position: -4559px 0px; }

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4581px 0px; }

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4603px 0px; }

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4625px 0px; }

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4647px 0px; }

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4669px 0px; }

.iti__flag.iti__so {
  height: 14px;
  background-position: -4691px 0px; }

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4713px 0px; }

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4735px 0px; }

.iti__flag.iti__st {
  height: 10px;
  background-position: -4757px 0px; }

.iti__flag.iti__su {
  height: 10px;
  background-position: -4779px 0px; }

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4801px 0px; }

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4823px 0px; }

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4845px 0px; }

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4867px 0px; }

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4889px 0px; }

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4911px 0px; }

.iti__flag.iti__td {
  height: 14px;
  background-position: -4933px 0px; }

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4955px 0px; }

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4977px 0px; }

.iti__flag.iti__th {
  height: 14px;
  background-position: -4999px 0px; }

.iti__flag.iti__tj {
  height: 10px;
  background-position: -5021px 0px; }

.iti__flag.iti__tk {
  height: 10px;
  background-position: -5043px 0px; }

.iti__flag.iti__tl {
  height: 10px;
  background-position: -5065px 0px; }

.iti__flag.iti__tm {
  height: 14px;
  background-position: -5087px 0px; }

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5109px 0px; }

.iti__flag.iti__to {
  height: 10px;
  background-position: -5131px 0px; }

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5153px 0px; }

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5175px 0px; }

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5197px 0px; }

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5219px 0px; }

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5241px 0px; }

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5263px 0px; }

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5285px 0px; }

.iti__flag.iti__uk {
  height: 10px;
  background-position: -5307px 0px; }

.iti__flag.iti__um {
  height: 11px;
  background-position: -5329px 0px; }

.iti__flag.iti__un {
  height: 14px;
  background-position: -5351px 0px; }

.iti__flag.iti__us {
  height: 11px;
  background-position: -5373px 0px; }

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5395px 0px; }

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5417px 0px; }

.iti__flag.iti__va {
  height: 15px;
  background-position: -5439px 0px; }

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5456px 0px; }

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5478px 0px; }

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5500px 0px; }

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5522px 0px; }

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5544px 0px; }

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5566px 0px; }

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5588px 0px; }

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5610px 0px; }

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5632px 0px; }

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5654px 0px; }

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5676px 0px; }

.iti__flag.iti__za {
  height: 14px;
  background-position: -5698px 0px; }

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5720px 0px; }

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5742px 0px; }

.iti__flag {
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
          box-shadow: 0px 0px 1px 0px #888;
  background-image: url("/images/flags.png?1");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2x) {
  .iti__flag {
    background-image: url("/images/flags@2x.png?1"); } }

.iti__flag.iti__np {
  background-color: transparent; }

.video {
  padding: 9.02777772vw 0 11.11111104vw; }
  @media screen and (max-width: 640px) {
    .video {
      padding: 10.2564102564vw 0 5.1282051282vw; } }
  @media screen and (min-width: 1441px) {
    .video {
      padding: 130px 0 160px; } }
  .video__player {
    width: 81.94444456vw;
    height: 46.093750065vw;
    border-radius: 1.7361111vw;
    overflow: hidden;
    background: #0052E2; }
    @media screen and (max-width: 640px) {
      .video__player {
        border-radius: 1.2820512821vw;
        width: 91.7948717948vw;
        height: 51.6346153846vw; } }
    @media screen and (min-width: 1441px) {
      .video__player {
        width: 1180px;
        height: 663.75px;
        border-radius: 25px; } }
  .video .player__container {
    height: 100%;
    width: 100%; }
  .video .player__cover {
    height: 100%;
    width: 100%;
    position: relative; }
  .video .player__title {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    color: #ffffff; }
  .video .player__image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .video__thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 2.08333332vw; }
    @media screen and (max-width: 640px) {
      .video__thumbs {
        padding-top: 2.5641025641vw;
        display: block; } }
    @media screen and (min-width: 1441px) {
      .video__thumbs {
        padding-top: 30px; } }
    .video__thumbs .thumb {
      width: 32%;
      height: 25.555555392vw;
      background-color: #F8F9FB;
      border-radius: 1.7361111vw;
      overflow: hidden;
      position: relative;
      cursor: pointer;
      overflow: hidden; }
      .video__thumbs .thumb:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        background-color: #000000;
        z-index: 1;
        opacity: 0;
        -webkit-transition: opacity .75s ease;
        transition: opacity .75s ease; }
      @media screen and (max-width: 640px) {
        .video__thumbs .thumb {
          border-radius: 6.4102564103vw;
          width: 100%;
          height: 90vw;
          margin-bottom: 2em; } }
      @media screen and (min-width: 1441px) {
        .video__thumbs .thumb {
          border-radius: 25px;
          height: 368px; } }
      .video__thumbs .thumb img {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease; }
      .video__thumbs .thumb__play {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #ffffff;
        -webkit-transition: color .75s ease;
        transition: color .75s ease; }
        .video__thumbs .thumb__play svg {
          width: 4.16666664vw;
          height: 4.16666664vw; }
          @media screen and (max-width: 640px) {
            .video__thumbs .thumb__play svg {
              width: 15.3846153846vw;
              height: 15.3846153846vw; } }
          @media screen and (min-width: 1441px) {
            .video__thumbs .thumb__play svg {
              width: 60px;
              height: 60px; } }
      .video__thumbs .thumb:hover:after {
        opacity: .35; }
      .video__thumbs .thumb:hover img {
        -webkit-transform: scale(1.07);
                transform: scale(1.07);
        -webkit-transition: -webkit-transform 4s linear;
        transition: -webkit-transform 4s linear;
        transition: transform 4s linear;
        transition: transform 4s linear, -webkit-transform 4s linear; }

.player {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  z-index: 11000; }
  .player.is-active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .player__close {
    position: absolute;
    left: 2.08333332vw;
    top: 2.08333332vw;
    display: block;
    width: 2.77777776vw;
    height: 2.77777776vw;
    border-radius: 1.38888888vw;
    background-color: #1D1D1B;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1; }
    .player__close svg {
      width: 44%;
      height: 44%;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    @media screen and (max-width: 640px) {
      .player__close {
        left: 5.1282051282vw;
        top: 5.1282051282vw;
        width: 10.2564102564vw;
        height: 10.2564102564vw;
        border-radius: 5.1282051282vw; } }
    @media screen and (min-width: 1441px) {
      .player__close {
        left: 30px;
        top: 30px;
        width: 40px;
        height: 40px;
        border-radius: 20px; } }
  .player__container {
    position: relative;
    background-color: #10172A;
    width: 90vw;
    height: 50.625vw;
    max-height: 663.75px;
    max-width: 1180px;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
    opacity: 1;
    z-index: 1; }
    .is-active .player__container {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-transition: opacity 0.75s ease, -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.75s ease, -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.75s ease, transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.75s ease, transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    @media screen and (max-width: 640px) {
      .player__container {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .player__bg {
    background: #DFEBF7;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: 0; }
    .is-active .player__bg {
      opacity: .75;
      -webkit-transition: opacity .75s ease;
      transition: opacity .75s ease; }

.popup {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  z-index: 11000; }
  .popup--visible {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .popup__container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1em 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    overflow: auto;
    z-index: 1; }
    .popup--visible .popup__container {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    @media screen and (max-width: 640px) {
      .popup__container {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .popup__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 81.94444456vw;
    margin: 0 auto;
    background: #001029;
    color: #ffffff;
    border-radius: 1.7361111vw;
    overflow: hidden;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 15px 0px #000000;
            box-shadow: 0px 0px 15px 0px #000000;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0); }
    .popup--visible .popup__content {
      -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: -webkit-transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    @media screen and (max-width: 640px) {
      .popup__content {
        width: 95.7948717948vw;
        border-radius: 6.4102564103vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; } }
    @media screen and (min-width: 1441px) {
      .popup__content {
        width: 1180px;
        border-radius: 25px; } }
  .popup__bg {
    background: #DFEBF7;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: 0; }
    .popup--visible .popup__bg {
      opacity: .75;
      -webkit-transition: opacity .75s ease;
      transition: opacity .75s ease; }
  .popup__text {
    width: 50%;
    text-align: left;
    padding: 0 1em 1em;
    font-size: 1.666666656vw; }
    .popup__text h3 {
      margin-bottom: 0;
      max-width: 97%;
      font-weight: 700; }
      @media screen and (max-width: 640px) {
        .popup__text h3 {
          font-size: 7.1794871795vw;
          line-height: 1; } }
    @media screen and (max-width: 640px) {
      .popup__text {
        font-size: 4.1025641026vw;
        width: 100%;
        text-align: center;
        padding: 1em .7em 1em; }
        .popup__text p {
          display: inline; } }
    @media screen and (min-width: 1441px) {
      .popup__text {
        font-size: 24px; } }
    @media screen and (max-width: 640px) {
      .popup__text--automotive h3 {
        max-width: 92%;
        margin: 0 auto .25em; } }
    @media screen and (max-width: 640px) {
      .popup__text--retail h3 {
        max-width: 84%;
        margin: 0 auto .25em; } }
  .popup__image {
    width: 50%; }
    @media screen and (max-width: 640px) {
      .popup__image {
        width: 100%;
        height: 83.3333333333vw; } }
    .popup__image--automotive img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 25% 0;
         object-position: 25% 0; }
    .popup__image--retail img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 0 0;
         object-position: 0 0; }
  .popup__close {
    position: absolute;
    left: 2.08333332vw;
    top: 2.08333332vw;
    display: block;
    width: 2.77777776vw;
    height: 2.77777776vw;
    border-radius: 1.38888888vw;
    background-color: #1D1D1B;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .popup__close svg {
      width: 44%;
      height: 44%;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    @media screen and (max-width: 640px) {
      .popup__close {
        left: 5.1282051282vw;
        top: 5.1282051282vw;
        width: 10.2564102564vw;
        height: 10.2564102564vw;
        border-radius: 5.1282051282vw; } }
    @media screen and (min-width: 1441px) {
      .popup__close {
        left: 30px;
        top: 30px;
        width: 40px;
        height: 40px;
        border-radius: 20px; } }

.footer {
  padding: 4.16666664vw 0 6.9444444vw;
  font-size: 0.972222216vw;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #4B5563; }
  @media screen and (max-width: 640px) {
    .footer {
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 3.5897435897vw;
      padding: 0 0 15.3846153846vw; }
      .footer--events {
        padding-top: 3em; } }
  @media screen and (min-width: 1441px) {
    .footer {
      padding: 60px 0 100px;
      font-size: 14px; } }
  .footer .logo {
    color: #0052E2; }
  .footer .copyright {
    margin: 0; }
  @media screen and (max-width: 640px) {
    .footer__menu {
      margin-top: 4.1025641026vw;
      margin-bottom: 19.2307692308vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .footer__menu a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 1.527777768vw; }
    @media screen and (max-width: 640px) {
      .footer__menu a {
        margin: 1em 5.641025641vw 0; } }
    @media screen and (min-width: 1441px) {
      .footer__menu a {
        margin: 0 22px; } }

/*# sourceMappingURL=style.css.map */
