html {
  box-sizing: border-box;
  overflow-x: hidden; }

body {
  color: #040707;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow-x: hidden; }

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

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

strong {
  font-weight: 800; }

.container {
  width: 1100px;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 1180px) {
    .container {
      width: calc(100% - 6rem); } }
  @media (max-width: 998px) {
    .container {
      width: calc(100% - 4rem); } }
  @media (max-width: 767px) {
    .container {
      width: calc(100% - 8vw); } }

section {
  position: relative; }

.benefits .container {
  padding: 6.5rem 0 3.5rem;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
  @media (max-width: 1180px) {
    .benefits .container {
      padding: 5.5rem 0 2.5rem; } }
  @media (max-width: 768px) {
    .benefits .container {
      padding: 10.5vw 0 3vw; } }

.benefits ul {
  display: flex;
  width: 70%;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 1180px) {
    .benefits ul {
      width: 75%; } }
  @media (max-width: 998px) {
    .benefits ul {
      width: 100%;
      padding: 0 1rem; } }
  @media (max-width: 767px) {
    .benefits ul {
      flex-direction: column; } }
  .benefits ul li {
    position: relative;
    margin: 0 1rem;
    font-weight: 600;
    flex-grow: 1; }
    @media (max-width: 998px) {
      .benefits ul li {
        margin: 0; } }
    @media (max-width: 767px) {
      .benefits ul li {
        margin: 0 0 2rem;
        font-weight: 300;
        text-align: left;
        padding-left: 11vw; } }
    .benefits ul li:before, .benefits ul li:after {
      display: block;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%;
      background-color: #F72047;
      content: '';
      position: absolute;
      left: calc(50% - 1.25rem);
      top: -3.2rem; }
      @media (max-width: 767px) {
        .benefits ul li:before, .benefits ul li:after {
          width: 8vw;
          height: 8vw;
          left: 0;
          top: -.2vw;
          flex-shrink: 0; } }
    .benefits ul li:after {
      background-image: url(/img/landingpage/check.svg);
      background-size: 65%;
      background-position: center;
      background-repeat: no-repeat; }

.four-fields {
  padding: 5rem 0 2rem;
  position: relative; }
  .four-fields * {
    min-height: 0;
    min-width: 0; }
  @media (max-width: 998px) {
    .four-fields {
      padding-bottom: 4rem; } }
  @media (max-width: 767px) {
    .four-fields {
      padding: 3rem 0 3rem; } }
  .four-fields .container {
    display: flex;
    flex-wrap: wrap; }
    .four-fields .container article {
      flex-basis: 50%;
      padding-right: 6rem;
      padding-bottom: 4rem;
      padding-top: 3rem;
      position: relative;
      width: 50%; }
      @media (max-width: 998px) {
        .four-fields .container article {
          width: 100%;
          flex-basis: 100%;
          padding: 0;
          padding-bottom: 1rem; } }
      .four-fields .container article .carousel {
        padding-top: 2rem;
        width: 100%;
        box-sizing: border-box; }
        @media (max-width: 767px) {
          .four-fields .container article .carousel {
            padding-top: 6vw; } }
        .four-fields .container article .carousel .slick-dots {
          display: flex;
          align-items: center;
          flex-direction: column;
          position: absolute;
          right: -4rem;
          top: 2rem;
          justify-content: center;
          margin-top: 2rem; }
          @media (max-width: 998px) {
            .four-fields .container article .carousel .slick-dots {
              position: relative;
              width: 100%;
              flex-direction: row;
              right: 0; } }
          @media (max-width: 767px) {
            .four-fields .container article .carousel .slick-dots {
              margin-top: 0rem; } }
          .four-fields .container article .carousel .slick-dots li {
            margin: 0 .25rem; }
            @media (max-width: 998px) {
              .four-fields .container article .carousel .slick-dots li {
                margin: 0; } }
            .four-fields .container article .carousel .slick-dots li.slick-active button {
              background-color: #F72047;
              transform: scale(1); }
            .four-fields .container article .carousel .slick-dots li button {
              width: 1rem;
              height: 1rem;
              border-radius: 50%;
              background-color: rgba(0, 0, 0, 0.2);
              color: transparent;
              transform: scale(0.5);
              font-size: 0;
              transition: .3s ease-in-out; }
      .four-fields .container article:nth-child(3) img {
        width: 100%;
        margin-top: -8.5rem; }
        @media (max-width: 1180px) {
          .four-fields .container article:nth-child(3) img {
            margin-top: -4rem; } }
        @media (max-width: 998px) {
          .four-fields .container article:nth-child(3) img {
            display: none; } }
      .four-fields .container article .symbols {
        display: flex;
        flex-direction: column;
        transform: translateX(5rem) translateY(-2rem); }
        @media (max-width: 1180px) {
          .four-fields .container article .symbols {
            transform: translateX(3rem) translateY(-1rem); } }
        @media (max-width: 998px) {
          .four-fields .container article .symbols {
            margin: 3rem auto;
            flex-direction: row;
            transform: translateX(3rem); } }
        @media (max-width: 767px) {
          .four-fields .container article .symbols {
            transform: translateX(9vw);
            margin: 8vw auto 0; } }
        .four-fields .container article .symbols:hover .row:nth-child(1) div:first-child {
          transform: translateX(1rem) translateY(1rem); }
          @media (max-width: 998px) {
            .four-fields .container article .symbols:hover .row:nth-child(1) div:first-child {
              transform: translateX(2rem); } }
        .four-fields .container article .symbols:hover .row:nth-child(1) div:last-child {
          transform: translateX(-0.65rem) translateY(0rem); }
          @media (max-width: 998px) {
            .four-fields .container article .symbols:hover .row:nth-child(1) div:last-child {
              transform: translateX(0.8rem) translateY(-0.6em); } }
        .four-fields .container article .symbols:hover .row:nth-child(2) div:first-child {
          transform: translateX(1rem) translateY(-1rem); }
          @media (max-width: 998px) {
            .four-fields .container article .symbols:hover .row:nth-child(2) div:first-child {
              transform: translateX(-0.25rem) translateY(-0.3em); } }
        .four-fields .container article .symbols:hover .row:nth-child(2) div:last-child {
          transform: translateX(-0.65rem) translateY(-2.05rem); }
          @media (max-width: 998px) {
            .four-fields .container article .symbols:hover .row:nth-child(2) div:last-child {
              transform: translateX(-1.25rem) translateY(-0.65em); } }
        .four-fields .container article .symbols .row {
          display: flex;
          position: relative; }
          @media (max-width: 998px) {
            .four-fields .container article .symbols .row:nth-child(2) {
              position: absolute;
              left: 17rem; } }
          @media (max-width: 767px) {
            .four-fields .container article .symbols .row:nth-child(2) {
              left: 33.75vw; } }
          .four-fields .container article .symbols .row:nth-child(2) div:first-child {
            background-color: rgba(248, 78, 109, 0.5); }
          .four-fields .container article .symbols .row:nth-child(2) div:nth-child(2) {
            background-color: #f84e6d; }
          .four-fields .container article .symbols .row .polygon {
            position: relative;
            width: 12rem;
            transition: 1s ease-in-out;
            height: 10rem;
            display: flex;
            align-items: center;
            margin-bottom: 2rem;
            justify-content: center;
            background-color: #f84e6d; }
            @media (max-width: 1180px) {
              .four-fields .container article .symbols .row .polygon {
                width: 10rem;
                height: 8.2rem; } }
            @media (max-width: 767px) {
              .four-fields .container article .symbols .row .polygon {
                width: 20vw;
                height: 16.4vw; } }
            .four-fields .container article .symbols .row .polygon:nth-child(2) {
              top: 6rem;
              left: calc(12rem - 1.5rem);
              position: absolute;
              background-color: rgba(248, 78, 109, 0.85); }
              @media (max-width: 1180px) {
                .four-fields .container article .symbols .row .polygon:nth-child(2) {
                  top: 5rem;
                  left: calc(10rem - 1rem); } }
              @media (max-width: 998px) {
                .four-fields .container article .symbols .row .polygon:nth-child(2) {
                  left: calc(10rem - 1.5rem);
                  top: 4.5rem; } }
              @media (max-width: 767px) {
                .four-fields .container article .symbols .row .polygon:nth-child(2) {
                  left: calc(20vw - 3vw);
                  top: 9.5vw; } }
            .four-fields .container article .symbols .row .polygon img {
              width: 50%; }

.video {
  height: auto;
  width: 100vw;
  height: 56vw;
  display: block; }

.videoWrapper .videoCloser {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 1s ease-in-out; }
  .videoWrapper .videoCloser.active {
    opacity: 1;
    visibility: visible; }

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  opacity: 1; }
  .videoPoster:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    background-image: url("/img/landingpage/play.svg");
    background-size: 15vw;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s ease-in-out; }
    @media (max-width: 998px) {
      .videoPoster:after {
        background-size: 20vw; } }
    @media (max-width: 767px) {
      .videoPoster:after {
        background-size: 25vw; } }
  .videoPoster:hover:after {
    background-color: rgba(0, 0, 0, 0.2); }
  .videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms; }

.resumee {
  padding: 6rem 0 8rem;
  text-align: center; }
  @media (max-width: 1180px) {
    .resumee {
      padding: 5rem 0 6rem; } }
  @media (max-width: 767px) {
    .resumee {
      padding: 14vw 0 8vw; } }
  .resumee p.disclaimer {
    font-size: 1.5rem;
    width: 50%;
    font-weight: 300;
    margin: 0.3rem auto 2.8rem;
    line-height: 1.4em; }
    @media (max-width: 767px) {
      .resumee p.disclaimer {
        font-size: 6vw;
        line-height: 1.4em;
        width: 100%;
        margin-bottom: 8vw; } }
  .resumee ul {
    display: flex; }
    @media (max-width: 998px) {
      .resumee ul {
        flex-direction: column;
        padding-top: 1rem; } }
    .resumee ul li {
      padding: 0 1rem;
      text-align: left; }
      @media (max-width: 998px) {
        .resumee ul li {
          margin-bottom: 2rem;
          text-align: center; } }
      .resumee ul li strong {
        text-transform: uppercase; }
  .resumee .btn {
    margin-top: 4rem;
    font-weight: 800; }
    @media (max-width: 767px) {
      .resumee .btn {
        margin-top: 4vw; } }

@keyframes party {
  0% {
    transform: scale(1); }
  30% {
    transform: scale(0.7); }
  60% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: local("Raleway Thin"), local("Raleway-Thin"), url(https://fonts.gstatic.com/s/raleway/v12/1Ptsg8zYS_SKggPNwE44Q4FqL_KWxWMT.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: local("Raleway Thin"), local("Raleway-Thin"), url(https://fonts.gstatic.com/s/raleway/v12/1Ptsg8zYS_SKggPNwE44TYFqL_KWxQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: local("Raleway ExtraLight"), local("Raleway-ExtraLight"), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwOIpWqhPANqczVsq4A.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: local("Raleway ExtraLight"), local("Raleway-ExtraLight"), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwOIpWqZPANqczVs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local("Raleway Light"), local("Raleway-Light"), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwIYqWqhPANqczVsq4A.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local("Raleway Light"), local("Raleway-Light"), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwIYqWqZPANqczVs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local("Raleway"), local("Raleway-Regular"), url(https://fonts.gstatic.com/s/raleway/v12/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local("Raleway"), local("Raleway-Regular"), url(https://fonts.gstatic.com/s/raleway/v12/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local("Raleway Medium"), local("Raleway-Medium"), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwN4rWqhPANqczVsq4A.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local("Raleway Medium"), local("Raleway-Medium"), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwN4rWqZPANqczVs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwPIsWqhPANqczVsq4A.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwPIsWqZPANqczVs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local("Raleway Bold"), local("Raleway-Bold"), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwJYtWqhPANqczVsq4A.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local("Raleway Bold"), local("Raleway-Bold"), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwJYtWqZPANqczVs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: local("Raleway ExtraBold"), local("Raleway-ExtraBold"), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwIouWqhPANqczVsq4A.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: local("Raleway ExtraBold"), local("Raleway-ExtraBold"), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwIouWqZPANqczVs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: local("Raleway Black"), local("Raleway-Black"), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwK4vWqhPANqczVsq4A.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: local("Raleway Black"), local("Raleway-Black"), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwK4vWqZPANqczVs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

aside {
  position: fixed;
  background-color: white;
  padding: 1.8rem 1.8rem .5rem;
  display: flex;
  flex-direction: column;
  top: 1.5rem;
  right: 1.5rem;
  width: 380px;
  display: block;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.3));
  border-radius: 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  transition: .5s ease-in-out;
  z-index: 1000; }
  aside.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }
  @media (max-width: 767px) {
    aside {
      width: calc(100% - 8vw);
      right: 4vw;
      top: 4vw;
      padding: 7vw 7vw 4vw; } }
  aside .aside-header {
    display: flex;
    margin-bottom: 1rem; }
    aside .aside-header img {
      width: 4.5rem;
      height: 4.5rem;
      border-radius: 50%;
      display: block;
      margin-right: 1rem; }
    aside .aside-header img {
      flex: 0;
      display: block; }
    aside .aside-header strong {
      font-size: 1.3rem;
      line-height: 1.4em;
      font-weight: 200; }
      aside .aside-header strong small {
        text-transform: uppercase;
        font-size: .6rem;
        line-height: 1.6em;
        color: #F72047;
        font-weight: 900;
        display: block; }
  aside p {
    font-size: .85rem;
    line-height: 1.6em; }
    aside p a {
      text-decoration: underline; }
      aside p a:hover {
        color: #F72047; }
  aside a {
    width: 100%;
    display: block;
    cursor: pointer; }
    aside a button {
      border: 2px solid #F72047;
      border-radius: 3px;
      margin-top: 1.6rem;
      display: block;
      background-color: transparent;
      font-size: .7em;
      cursor: pointer;
      line-height: 3em;
      text-decoration: none;
      width: 100%;
      text-transform: uppercase;
      font-weight: 800;
      text-align: center;
      color: #F72047;
      font-family: 'Raleway', sans-serif; }
      aside a button:hover {
        background-color: #F72047;
        color: white; }
  aside button.small {
    display: block;
    text-align: center;
    color: rgba(0, 0, 0, 0.3);
    background: transparent;
    width: 100%;
    font-size: .7rem;
    font-weight: 600;
    line-height: 3em;
    cursor: pointer;
    font-family: 'Raleway', sans-serif; }
    aside button.small:hover {
      color: #F72047; }

#cookie {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  flex-direction: column;
  width: 250px;
  padding: 1.1rem;
  border-radius: 1rem;
  background-color: white;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  transition: .5s ease-in-out; }
  #cookie.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  #cookie fieldset {
    position: relative;
    width: 100%; }
    #cookie fieldset input {
      opacity: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      cursor: pointer;
      left: 0; }
      #cookie fieldset input:hover + label:after {
        transform: translateX(-0.75rem); }
      #cookie fieldset input:checked + label {
        border-color: #00c851; }
        #cookie fieldset input:checked + label:after {
          transform: translateX(0);
          background-color: #00c851; }
    #cookie fieldset label {
      width: 2.6rem;
      position: relative;
      height: 1.6rem;
      border: 1px solid #F72047;
      transition: .2s ease-in-out;
      cursor: pointer;
      display: block;
      margin-top: 1.2rem;
      margin-left: auto;
      border-radius: .8rem; }
      #cookie fieldset label:after {
        background-color: #F72047;
        display: block;
        border-radius: 50%;
        width: 1.2rem;
        height: 1.2rem;
        top: .15rem;
        right: .2rem;
        transform: translateX(-0.9rem);
        content: '';
        transition: .2s ease-in-out;
        position: absolute;
        flex-shrink: 0; }
  #cookie strong {
    color: #333;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.8em; }
  #cookie p {
    color: rgba(0, 0, 0, 0.6);
    display: block;
    font-size: .85rem;
    line-height: 1.6em;
    font-weight: 500; }

h1 {
  padding-top: 6.5rem;
  font-size: 3.2rem;
  margin-bottom: 1rem;
  display: block;
  font-weight: 800;
  line-height: 1.1em;
  text-transform: uppercase; }
  @media (max-width: 1299px) {
    h1 {
      padding-top: 6rem; } }
  @media (max-width: 1180px) {
    h1 {
      font-size: 3rem;
      line-height: 1.1em;
      padding-top: 4.8rem; } }
  @media (max-width: 998px) {
    h1 {
      padding-top: 75vw;
      font-size: 3.5rem;
      line-height: 1.1em; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 11vw;
      line-height: 1.1em;
      padding-top: 94vw;
      margin-bottom: 5.8vw; } }
  h1 span {
    color: #F72047; }

h2 {
  font-size: 1.5rem;
  line-height: 1.4em;
  display: block;
  font-weight: 800;
  margin-bottom: 1.2rem; }
  @media (max-width: 1180px) {
    h2 {
      font-size: 1.3rem;
      line-height: 1.4em; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 1rem;
      line-height: 1.4em;
      margin-bottom: 4vw; } }
  h2 span {
    color: #F72047; }

h3 {
  color: #F72047;
  font-size: 2rem;
  line-height: 1.4em;
  font-weight: 800; }
  @media (max-width: 767px) {
    h3 {
      font-size: 8vw;
      line-height: 1.4em; } }

button {
  outline: none;
  -webkit-appearance: none;
  border: none; }

.btn {
  -webkit-appearance: none;
  padding: 0 1.25rem;
  line-height: 2.5em;
  background: linear-gradient(to bottom, #F72047, #CB0151);
  border-radius: 3px;
  color: white;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: .9rem;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .btn {
      line-height: 2em;
      padding: 0 4vw; } }
  .btn.btn-outline {
    background: transparent;
    border: 2px solid white; }
  .btn.wide {
    width: calc(33% - 2rem);
    line-height: 3.5em; }
    @media (max-width: 767px) {
      .btn.wide {
        width: 100%; } }

.adroll_consent_banner {
  display: none !important; }

.pattern {
  position: absolute;
  top: 5rem;
  right: 1rem;
  width: 550px;
  height: 100%;
  display: flex;
  z-index: -1;
  opacity: .3; }
  @media (max-width: 1299px) {
    .pattern {
      right: -2rem;
      top: 2rem; } }
  @media (max-width: 1180px) {
    .pattern {
      transform: scale(0.8);
      top: 3rem; } }
  @media (max-width: 998px) {
    .pattern {
      transform: scale(0.95);
      top: 2rem;
      right: -1rem; } }
  @media (max-width: 767px) {
    .pattern {
      top: -15vw;
      right: -30vw;
      width: 100%;
      opacity: .4; } }
  .pattern article {
    display: flex;
    margin-top: -11rem;
    flex-direction: column; }
    @media (max-width: 767px) {
      .pattern article {
        margin-top: 0; } }
    .pattern article:nth-child(2) {
      margin-top: -16.5rem;
      margin-left: -3rem; }
      @media (max-width: 767px) {
        .pattern article:nth-child(2) {
          margin-top: -11vw;
          margin-left: -6vw; } }
    .pattern article:nth-child(3) {
      margin-left: -3rem;
      margin-top: -11rem; }
      @media (max-width: 767px) {
        .pattern article:nth-child(3) {
          margin-top: 0;
          margin-left: -6vw; } }
    .pattern article:nth-child(4) {
      margin-left: -3rem;
      margin-top: -16.5rem; }
      @media (max-width: 767px) {
        .pattern article:nth-child(4) {
          margin-top: 11vw;
          margin-left: -6vw; } }
    .pattern article .polygon {
      margin-top: 0;
      opacity: 0; }
      @media (max-width: 767px) {
        .pattern article .polygon {
          margin-top: -.5px; } }
  .pattern .polygon {
    width: 12rem;
    height: 11rem;
    background-color: rgba(59, 68, 155, 0.8);
    margin-top: -1px; }
    @media (max-width: 1180px) {
      .pattern .polygon {
        margin-top: 0; } }
    @media (max-width: 767px) {
      .pattern .polygon {
        width: 24vw;
        height: 22vw; } }

.polygon {
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0 50%); }

header {
  position: relative;
  padding-bottom: 6rem; }
  @media (max-width: 1180px) {
    header {
      padding-bottom: 5rem; } }
  @media (max-width: 767px) {
    header {
      text-align: center;
      padding-bottom: 18vw; } }
  header p {
    margin-bottom: 1.2rem;
    display: block; }
    @media (max-width: 767px) {
      header p {
        margin-bottom: 4vw; } }
  header .btn {
    line-height: 3em;
    margin-top: .8rem;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 0 2.1rem;
    transition: .3s ease-in-out; }
    header .btn:hover {
      transform: scale(0.95); }
    @media (max-width: 767px) {
      header .btn {
        width: 100%; } }
  header .title {
    width: 45%; }
    @media (max-width: 998px) {
      header .title {
        width: 75%; } }
    @media (max-width: 767px) {
      header .title {
        width: 100%; } }
    header .title .cmc {
      width: 1rem;
      height: 1rem;
      transform: translateY(0.1rem); }
    header .title p a {
      position: relative; }
      header .title p a:hover {
        color: #F72047; }
      header .title p a:after {
        width: 100%;
        height: 1px;
        bottom: -.2rem;
        background-color: #F72047;
        content: '';
        display: block;
        position: absolute;
        right: 0; }
    header .title section {
      margin-top: 2.3rem; }
      @media (max-width: 767px) {
        header .title section {
          margin-top: 8vw; } }
      header .title section b {
        color: #00c851;
        font-size: 2.8rem;
        line-height: 1em;
        font-weight: 200; }
        @media (max-width: 767px) {
          header .title section b {
            display: block;
            font-size: 9vw;
            line-height: 1.4em;
            font-weight: 300; } }
      header .title section span {
        font-size: .85rem;
        line-height: 1.4em;
        opacity: .5; }
        @media (max-width: 767px) {
          header .title section span {
            font-size: 1rem;
            line-height: 1.4em; } }
      header .title section div {
        display: block;
        margin-top: .8rem; }
        header .title section div a {
          margin-right: 7px; }
          header .title section div a img {
            height: 45px;
            opacity: .4; }
            header .title section div a img:hover {
              opacity: .7; }
            @media (max-width: 767px) {
              header .title section div a img {
                height: 30px; } }
  header .demo {
    position: absolute;
    right: -3rem;
    width: 650px;
    top: 5rem; }
    @media (max-width: 1299px) {
      header .demo {
        width: 620px;
        right: -2rem;
        top: 4rem; } }
    @media (max-width: 1180px) {
      header .demo {
        width: 560px;
        top: 5rem; } }
    @media (max-width: 998px) {
      header .demo {
        width: 85%;
        top: 1.3rem;
        right: 7.5%; } }
    @media (max-width: 767px) {
      header .demo {
        width: 100%;
        right: 0;
        top: 4vw; } }
    header .demo img {
      width: 100%; }

footer {
  background-color: #040707;
  padding: 4rem 0 6rem;
  color: white;
  text-align: center; }
  @media (max-width: 767px) {
    footer {
      padding-bottom: 12vw; } }
  footer img {
    width: 8rem;
    margin-bottom: 3rem;
    cursor: pointer;
    transition: .3s ease-in-out; }
    footer img:hover {
      opacity: .75; }
    @media (max-width: 767px) {
      footer img {
        width: 40vw;
        margin-bottom: 8vw; } }
  footer section {
    display: flex;
    width: 100%;
    justify-content: stretch;
    flex-grow: 1; }
    @media (max-width: 767px) {
      footer section {
        flex-direction: column; } }
    footer section article {
      flex-shrink: 0;
      flex-basis: 33.333%; }
      @media (max-width: 767px) {
        footer section article {
          margin-bottom: 10vw; } }
    footer section li:hover {
      text-decoration: underline; }
    footer section strong {
      display: block;
      margin-bottom: 1.8rem; }
      @media (max-width: 767px) {
        footer section strong {
          margin-bottom: 2vw; } }

nav {
  background-color: #040707;
  z-index: 3;
  position: relative; }
  @media (max-width: 767px) {
    nav {
      background-color: transparent; } }
  nav .container {
    padding: 10px 0;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      nav .container {
        padding: 4vw 0; } }
    nav .container .logo {
      width: 120px;
      height: auto;
      transform: translateY(5px);
      cursor: pointer;
      transition: .3s ease-in-out; }
      nav .container .logo:hover {
        opacity: .75; }
      @media (max-width: 767px) {
        nav .container .logo {
          width: 28vw;
          margin-top: -3vw; } }
      @media (max-width: 767px) {
        nav .container .logo#desktop {
          display: none; } }
      nav .container .logo#mobile {
        display: none; }
        @media (max-width: 767px) {
          nav .container .logo#mobile {
            display: block; } }
    nav .container ul {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      width: 100%; }
      nav .container ul li {
        margin-left: 1rem;
        cursor: pointer;
        transition: .3s ease-in-out; }
        nav .container ul li:hover {
          opacity: .75; }
        @media (max-width: 767px) {
          nav .container ul li.btn {
            line-height: 2.6em; }
            nav .container ul li.btn a {
              color: white !important; } }
        @media (max-width: 767px) {
          nav .container ul li.mobile-hide {
            display: none; } }
        @media (max-width: 767px) {
          nav .container ul li.btn.btn-outline {
            border-color: #F72047; } }
        nav .container ul li a {
          color: inherit;
          text-decoration: none;
          color: white;
          text-transform: uppercase;
          font-weight: 600;
          font-size: .9rem; }
          @media (max-width: 767px) {
            nav .container ul li a {
              font-size: 3.5vw;
              color: #F72047; } }
    nav .container li.lang {
      display: flex;
      align-items: center;
      padding-left: .2rem; }
      @media (max-width: 767px) {
        nav .container li.lang {
          padding-left: 0;
          margin-left: 4.5vw; } }
      nav .container li.lang:before {
        display: block;
        content: '';
        position: absolute;
        width: 1rem;
        right: 0;
        height: 1rem;
        background-image: url(/img/landingpage/dropdown.svg);
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: .1rem;
        transform: rotate(90deg);
        opacity: .5; }
        @media (max-width: 767px) {
          nav .container li.lang:before {
            display: none; } }
      nav .container li.lang #langSelector {
        background: transparent;
        color: white;
        position: relative;
        border: none;
        -webkit-appearance: none;
        font-size: 1rem;
        color: rgba(255, 255, 255, 0.5);
        font-weight: 200;
        padding-right: 1.1rem;
        cursor: pointer;
        outline: none; }
        @media (max-width: 767px) {
          nav .container li.lang #langSelector {
            color: #040707;
            font-weight: 400;
            font-size: 4vw;
            padding-left: 0;
            margin-left: 0;
            padding-right: 0; } }

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