/* rubik-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-1UA.ttf') format('ttf'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rubik-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UA.ttf') format('ttf'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rubik-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1UA.ttf') format('ttf'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rubik-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/rJWZBXyIfDnIV5PNhY1KTN7Z-Yh-ro-1UA.ttf') format('ttf'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rubik-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/rubik-v28-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rubik-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/rubik-v28-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rubik-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/rubik-v28-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rubik-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/rubik-v28-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-family: 'Rubik', sans-serif;
  height: 100%;
  scroll-behavior: smooth; }

body {
  height: 100%;
  width: 100vw;
  overflow-x: hidden;
  background-color: #2F2148;
  overflow: overlay; }

.wrapper {
  max-width: calc(1500px + 3rem);
  padding: 0 1.5rem;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

::-webkit-scrollbar {
  width: .5rem; }

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3); }

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1rem; }

@-webkit-keyframes appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#s1 {
  background-image: url("img/backgroundTop.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  #s1 .wave_top {
    width: 100%;
    display: block; }
  #s1 .wrapper {
    min-height: 100vh; }
    #s1 .wrapper h1:nth-child(1) {
      color: #fff;
      font-size: 3rem;
      margin-bottom: 1rem;
      width: 80rem;
      text-align: center;
      font-weight: 400;
      max-width: 90vw;
      opacity: 0;
      -webkit-animation: appear 2s forwards;
      animation: appear 2s forwards; }
    #s1 .wrapper h1:nth-child(2) {
      color: #fff;
      font-size: 7rem;
      width: 80rem;
      text-align: center;
      line-height: 6rem;
      font-weight: 900;
      max-width: 90vw;
      opacity: 0;
      -webkit-animation: appear 2s 0.2s forwards;
      animation: appear 2s 0.2s forwards; }
    #s1 .wrapper .cto {
      margin-top: 2rem;
      display: flex;
      justify-content: center;
      align-items: center; }
      #s1 .wrapper .cto .seperator {
        margin: 0 2rem;
        height: 100%;
        opacity: 0;
        -webkit-animation: appear 2s 0.6s forwards;
        animation: appear 2s 0.6s forwards; }
      #s1 .wrapper .cto .seperatorRotated {
        display: none;
        margin: 1rem 0;
        width: 100%;
        opacity: 0;
        -webkit-animation: appear 2s 0.6s forwards;
        animation: appear 2s 0.6s forwards; }
      #s1 .wrapper .cto .links {
        opacity: 0;
        -webkit-animation: appear 2s 0.8s forwards;
        animation: appear 2s 0.8s forwards; }
        #s1 .wrapper .cto .links a {
          display: flex;
          align-items: center;
          font-size: 1.4rem;
          margin: 1rem 0;
          color: #EAECF0;
          text-decoration: none; }
          #s1 .wrapper .cto .links a img:first-child {
            margin-right: 1rem;
            width: 2rem; }
          #s1 .wrapper .cto .links a:hover {
            text-decoration: underline; }
      #s1 .wrapper .cto .btns {
        opacity: 0;
        -webkit-animation: appear 2s 0.4s forwards;
        animation: appear 2s 0.4s forwards; }
        #s1 .wrapper .cto .btns a {
          display: block;
          margin: 1rem 0;
          border: 0.2rem solid #fff;
          padding: 0.65em 2.5rem;
          font-size: 1.4rem;
          text-decoration: none;
          border-radius: 0 2rem 0 2rem;
          font-weight: 500;
          transition: color 0.3s, background-color 0.3s; }
          #s1 .wrapper .cto .btns a:first-child {
            background-color: #fff;
            color: #3F3B65; }
            #s1 .wrapper .cto .btns a:first-child:hover {
              background-color: transparent;
              color: #fff; }
          #s1 .wrapper .cto .btns a:last-child {
            color: #fff; }
            #s1 .wrapper .cto .btns a:last-child:hover {
              background-color: #fff;
              color: #3F3B65; }

#s2 {
  padding: 6rem 0 8rem;
  display: flex;
  justify-content: center;
  background-color: #D8DEF0; }
  #s2 .wrapper .txt {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    #s2 .wrapper .txt h2 {
      max-width: 100%;
      line-height: 4rem;
      text-align: center;
      font-size: 4.5rem;
      width: 45rem;
      color: #191D34;
      font-weight: 900; }
    #s2 .wrapper .txt p {
      max-width: 100%;
      margin-top: 1rem;
      line-height: 2rem;
      text-align: center;
      width: 35rem;
      color: #585d6c;
      font-size: 1.25rem; }
  #s2 .wrapper .cards {
    margin-top: 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    #s2 .wrapper .cards .card {
      background-size: cover;
      background-position: center;
      border-radius: 0.5rem;
      margin: 1rem 2rem;
      height: 27rem;
      width: 25rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 2rem;
      position: relative; }
      #s2 .wrapper .cards .card:nth-child(1) {
        background-image: url("img/gamedevBackground.png"); }
      #s2 .wrapper .cards .card:nth-child(2) {
        background-image: url("img/fitn3rdsBackground.jpg"); }
      #s2 .wrapper .cards .card:nth-child(3) {
        background-image: url("img/translationBackground.jpg"); }
      #s2 .wrapper .cards .card h3 {
        color: #fff;
        font-weight: 700;
        font-size: 1.8rem; }
      #s2 .wrapper .cards .card p {
        text-align: center;
        color: rgba(255, 255, 255, 0.7);
        font-size: 1.2rem;
        margin-top: 0.5rem;
        line-height: 1.8rem;
        margin-bottom: 2rem; }
      #s2 .wrapper .cards .card a {
        text-decoration: none;
        position: absolute;
        bottom: 1.5rem;
        width: calc(100% - 3rem);
        border: 0.2rem solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.7rem 0;
        border-radius: 0 1.5rem 0 1.5rem;
        cursor: pointer;
        transition: background-color 0.3s, color 0.3s;
        color: #fff;
        font-size: 1.2rem;
        font-weight: 500; }
        #s2 .wrapper .cards .card a:hover {
          background-color: #fff;
          color: #0F1624; }

#s3 {
  background-image: url("img/backgroundBottom.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  #s3 .wave_bottom {
    display: block;
    width: 100%;
    transform: scale(-1); }
  #s3 .wrapper {
    margin: 12rem 0 8rem;
    position: relative;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start; }
    #s3 .wrapper form {
      width: 45rem;
      max-width: 100%;
      background-color: #E3E8FA;
      border-radius: 1rem;
      padding: 2.5rem; }
      #s3 .wrapper form .name label,
      #s3 .wrapper form .email label,
      #s3 .wrapper form .message label {
        font-size: 1.35rem;
        color: #191D34;
        font-weight: 500; }
      #s3 .wrapper form .name input,
      #s3 .wrapper form .name textarea,
      #s3 .wrapper form .email input,
      #s3 .wrapper form .email textarea,
      #s3 .wrapper form .message input,
      #s3 .wrapper form .message textarea {
        padding-left: 1rem;
        font-size: 1.2rem;
        font-family: inherit;
        color: #191D34;
        margin-top: 0.25rem;
        display: block;
        width: 100%;
        border: 0.15rem solid #9ca0b8;
        border-radius: 0.25rem;
        background-color: transparent;
        margin-bottom: 1rem;
        outline: none; }
      #s3 .wrapper form #name,
      #s3 .wrapper form #email {
        height: 3.25rem; }
      #s3 .wrapper form #message {
        height: 12rem;
        padding-top: 0.75rem;
        resize: vertical; }
      #s3 .wrapper form .checkbox {
        margin-top: 1rem;
        display: flex;
        flex-direction: row-reverse; }
        #s3 .wrapper form .checkbox label {
          font-size: 1.2rem;
          color: #494b56; }
          #s3 .wrapper form .checkbox label a {
            color: #364ca8; }
        #s3 .wrapper form .checkbox .alternateCheckbox div {
          width: 1.6rem;
          height: 1.6rem;
          background-color: transparent;
          border: 0.2rem solid #62677C;
          display: inline-block;
          margin-right: 1rem;
          border-radius: 0.3rem;
          transition: background-color 0.3s; }
        #s3 .wrapper form .checkbox input {
          display: none; }
          #s3 .wrapper form .checkbox input:checked ~ .alternateCheckbox div {
            background-color: #62677C; }
      #s3 .wrapper form input[type="submit"] {
        margin-top: 2rem;
        width: 100%;
        height: 3.5rem;
        background-color: #191D34;
        border: 0.2rem solid #191D34;
        outline: none;
        border-radius: 0 2rem 0 2rem;
        font-family: inherit;
        font-weight: 500;
        font-size: 1.3rem;
        color: #fff;
        cursor: pointer;
        transition: background-color 0.3s, color 0.3s, border-color 0.3s; }
        #s3 .wrapper form input[type="submit"]:not(.grey):hover {
          background-color: transparent;
          color: #191D34; }
        #s3 .wrapper form input[type="submit"].grey {
          transition: background-color 0.3s, border-color 0.3s;
          background-color: #6e7188;
          border: 0.2rem solid #6e7188; }
    #s3 .wrapper .contact {
      max-width: 100%;
      height: 100%;
      margin-left: 5rem;
      display: flex;
      flex-direction: column; }
      #s3 .wrapper .contact h2 {
        max-width: 100%;
        line-height: 4rem;
        font-size: 4.5rem;
        font-weight: 900;
        color: #fff;
        margin-bottom: 3rem; }
      #s3 .wrapper .contact .links .container {
        display: flex;
        margin-bottom: 2rem; }
        #s3 .wrapper .contact .links .container .tooltip {
          position: absolute;
          display: none;
          justify-content: center;
          background-color: #D6DAE1;
          padding: 0.7rem 1.4rem;
          border-radius: 0.5rem;
          transform: translateY(3rem); }
          #s3 .wrapper .contact .links .container .tooltip::before {
            top: -0.8rem;
            position: absolute;
            width: 1.5rem;
            content: url("img/tooltip_triangle.svg"); }
          #s3 .wrapper .contact .links .container .tooltip p {
            pointer-events: none;
            color: #191D34;
            font-size: 1.1rem; }
        #s3 .wrapper .contact .links .container .subcontainer {
          cursor: pointer;
          display: flex;
          align-items: center;
          justify-content: center;
          text-decoration: none; }
        #s3 .wrapper .contact .links .container img {
          width: 2rem;
          margin-right: 1.5rem;
          display: inline-block; }
        #s3 .wrapper .contact .links .container p {
          color: #D6DAE1;
          font-size: 1.4rem;
          display: inline-block; }
      #s3 .wrapper .contact .legal {
        position: absolute;
        bottom: 0; }
        #s3 .wrapper .contact .legal p {
          text-align: center;
          color: #D6DAE1;
          font-size: 1.3rem;
          margin-bottom: 0.2rem; }
        #s3 .wrapper .contact .legal a {
          color: #627ef6;
          font-size: 1.3rem; }

@media screen and (max-width: 1200px) {
  html {
    font-size: 0.9rem; }
  #s3 .wrapper {
    align-items: center;
    flex-direction: column-reverse; }
    #s3 .wrapper form {
      margin-bottom: 7rem;
      width: 40rem !important; }
    #s3 .wrapper .contact {
      align-items: center;
      justify-content: center;
      margin-bottom: 3rem;
      margin-left: 0; }
      #s3 .wrapper .contact h2 {
        text-align: center;
        width: 50rem; }
      #s3 .wrapper .contact .links .container {
        justify-content: center; }
      #s3 .wrapper .contact .links a {
        justify-content: center; }
      #s3 .wrapper .contact .legal {
        display: flex;
        justify-content: center;
        flex-direction: column; }
        #s3 .wrapper .contact .legal a {
          text-align: center; } }

@media screen and (max-width: 768px) {
  #s1 .wrapper h1:nth-child(1) {
    font-size: 2.5rem;
    margin-bottom: 0.5rem; }
  #s1 .wrapper h1:nth-child(2) {
    font-size: 6rem; }
  #s1 .wrapper .cto {
    flex-direction: column; }
    #s1 .wrapper .cto .seperator {
      display: none; }
    #s1 .wrapper .cto .seperatorRotated {
      display: block; }
  #s2 .wrapper .txt h2 {
    font-size: 4rem; }
  #s2 .overlay .wrapper h2 {
    font-size: 4rem; } }

@media screen and (max-width: 480px) {
  #s1 .wrapper h1:nth-child(2) {
    font-size: 5.2rem;
    line-height: 4.5rem; }
  #s1 .wrapper .cto .links a {
    font-size: 1.3rem; }
    #s1 .wrapper .cto .links a img {
      width: 1.7rem !important; }
  #s1 .wrapper .cto .btns a {
    font-size: 1.3rem; }
  #s2 .wrapper .txt h2 {
    font-size: 3.8rem;
    line-height: 3rem; }
  #s2 .wrapper .cards .card {
    margin: 1rem 0; }
  #s3 .wrapper form {
    padding: 1.7rem; } }
