body {
  background-color: #01060f;
  font-family: Opensans, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Marianinaxwdfy m', sans-serif;
  color: #8daeb8;
  font-size: 6em;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Marianinaxwdfy m', sans-serif;
  color: #8daeb8;
  font-size: 3em;
  line-height: 1.5;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Marianinaxwdfy m', sans-serif;
  color: #8daeb8;
  font-size: 2em;
  line-height: 30px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

a {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #fff;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #fff;
}

strong {
  font-weight: bold;
}

.c-nav-logo {
  max-height: 70px;
  border-radius: 9px;
}

.nav-menu {
  z-index: 10;
  display: flex;
  height: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  align-items: center;
  flex: 0 0 auto;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100px;
  background-color: transparent;
}

.container {
  position: relative;
  z-index: 2;
  height: 100px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-around;
  align-items: center;
}

.brand {
  display: flex;
  height: 100%;
  align-items: center;
}

.c-nav-spacer {
  width: 1px;
  height: 30%;
  background-color: #fff;
}

.nav-link {
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  font-size: 18px;
}

.c-hero-section {
  position: relative;
  height: 250vh;
  flex-direction: column;
}

.c-hero__img-wrap {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.background-video {
  height: 100vh;
}

.is-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  height: 100%;
}

.nav-drop-down {
  margin-right: 30px;
  margin-left: 15px;
  color: #fff;
  font-size: 18px;
}

.icon {
  color: #fff;
}

.c-nav-drop-down__list.is-blur {
  margin-top: 70px;
  flex-wrap: wrap;
  background-color: transparent;
}

.c-nav-drop-down__list.is-blur.w--open {
  height: auto;
  padding-right: 10px;
  padding-left: 5px;
}

.c-nav-drop-down__link-apple {
  margin-top: 15px;
  margin-bottom: 15px;
}

.dropdown-toggle {
  display: flex;
  padding: 0px;
  align-items: center;
  border-radius: 20px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/exit-bg-button.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.c-drop-down__app-icon {
  height: 60px;
  border-style: solid;
  border-width: 2px;
  border-color: #93bdab;
  border-radius: 16px;
}

.dropdown {
  z-index: 5;
  margin-right: 30px;
}

.c-nav-drop-down__link-google {
  margin-top: 0px;
  margin-bottom: 15px;
}

.c-hero__head-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-hero__animation {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  height: 100vh;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-hero__animation.hide {
  display: none;
}

.c-hero__flex {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  display: flex;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.c-hero__text-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-hero__text-wrap.is-hide {
  display: none;
}

.heading {
  line-height: 1.5;
}

.c-hero__mockup-wrap {
  position: relative;
  z-index: 3;
}

.c-hero__mockup-img {
  z-index: 0;
  transform: rotate(0deg);
}

.background-video-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-hero__mockup-background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: flex;
  padding: 25px 22px;
}

.heading-2 {
  font-size: 50px;
}

.c-app-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.c-container {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
}

.c-app__flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-app__col {
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: center;
}

.c-app__col.is-right {
  justify-content: flex-start;
}

.c-app__head-wrap {
  display: flex;
  padding-bottom: 25px;
  justify-content: center;
  align-items: center;
}

.c-app__head-wrap.is-more {
  padding-top: 50px;
}

.c-app__icon-wrap {
  margin-right: 20px;
}

.c-app__icon {
  height: 100px;
  border-style: solid;
  border-width: 2px;
  border-color: #93bdab;
  border-radius: 20px;
}

.c-app__icon.is-more {
  height: 70px;
}

.c-usp__flex {
  display: flex;
  justify-content: center;
}

.c-usp__col {
  width: 33.3%;
  padding: 25px;
}

.c-usp__img-wrap {
  height: 250px;
}

.c-usp__text-wrap {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.usp-text {
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.heading-3 {
  font-family: 'Marianinaxwdfy m', sans-serif;
  font-weight: 700;
  text-align: center;
}

.c-usp__bg {
  height: 100%;
}

.c-text-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.c-text__flex {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.c-text__col {
  display: flex;
  width: 40%;
  padding: 40px;
  align-items: center;
}

.c-text__col-2 {
  display: flex;
  width: 60%;
  padding: 25px;
  flex-direction: column;
  justify-content: center;
}

.c-text__head-wrap.is-relative {
  position: relative;
}

.c-text__text-wrap {
  margin-top: 25px;
}

.c-footer {
  min-height: 310px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #000;
}

.c-footer__flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.c-footer__col {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}

.c-footer__col.is-logo {
  padding-top: 15px;
  padding-bottom: 15px;
  flex-direction: row;
}

.c-footer__col.is-text {
  margin-top: 15px;
  flex-direction: row;
  align-items: center;
}

.c-footer__logo-wrap {
  padding: 0px 10px;
}

.c-footer__logo {
  width: 100%;
  height: 60px;
  max-width: none;
  border-radius: 5px;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-footer__logo.is-kosmos {
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
}

.c-footer__logo.is-fff {
  padding: 10px;
}

.c-text__icon-add {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 170px;
  height: 100px;
}

.c-text__icon-add.is-lupe {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-app__icon-add {
  position: absolute;
  left: 6%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 110px;
}

.c-app__icon-add-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 0%;
  width: 120px;
}

.c-block {
  display: none;
}

.footer-link {
  padding: 5px 10px;
}

.c-hero__scroll {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: flex;
  height: 70px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  justify-content: center;
  align-items: center;
}

.lottie-animation {
  height: 50px;
}

.heading-5 {
  font-family: 'Marianinaxwdfy m', sans-serif;
  font-weight: 700;
}

.register {
  position: relative;
  left: 5px;
  top: -20px;
  display: inline-block;
  font-size: 0.6em;
}

.h2-register {
  position: relative;
  left: 5px;
  top: -15px;
  display: inline-block;
  font-size: 0.6em;
}

.h2-register.is-real {
  top: -10px;
}

.h2-head {
  color: #8daeb8;
  font-size: 4em;
}

.heading-6 {
  font-size: 3em;
}

.richtext {
  text-align: justify;
}

.richtext h1 {
  font-size: 4em;
}

.body {
  font-size: 1px;
}

.heading-7 {
  font-size: 6em;
}

.mobile-download.is-hide-desktop {
  display: none;
}

.c-impressum {
  padding-top: 100px;
  padding-bottom: 100px;
}

.c-hero__background-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.4);
}

.griffin-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav_other-apps {
  display: flex;
  margin-right: 1rem;
  align-items: center;
  color: #fff;
  text-align: right;
}

.nav_other-apps-text {
  display: flex;
  margin-right: 0.5rem;
  color: #fff;
  text-align: right;
}

.is-lupe {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.more_games {
  display: flex;
  padding: 0px 1rem 0px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.09)), url('../images/exit-bg-button.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.is-white {
  color: #fff;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 5em;
    line-height: 1.2;
  }

  h3 {
    font-size: 1.5em;
  }

  .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .c-hero__img-wrap {
    justify-content: center;
    align-items: center;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .background-video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .c-hero__animation {
    display: flex;
  }

  .c-hero__flex {
    padding-right: 25px;
    padding-left: 25px;
    text-align: center;
  }

  .icon-2 {
    color: #fff;
    font-size: 50px;
  }

  .background-video-2 {
    border-radius: 40px;
  }

  .c-app__img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .c-app__img.is-google {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .c-usp__col {
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: center;
  }

  .c-usp__img-wrap {
    width: 200px;
    height: 150px;
  }

  .usp-text {
    font-size: 14px;
  }

  .c-text__flex {
    flex-direction: column;
  }

  .c-text__col {
    width: 100%;
    justify-content: center;
  }

  .c-text__col-2 {
    width: 100%;
  }

  .c-text__icon-add {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .c-text__icon-add.is-lupe {
    display: flex;
    justify-content: flex-end;
  }

  .c-block {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: flex;
    padding: 50px;
    justify-content: center;
    align-items: center;
    background-color: #01060f;
  }

  .h2-head {
    font-size: 3em;
  }

  .menu-button {
    display: none;
    height: 100%;
    align-items: center;
  }

  .heading-8 {
    font-size: 5em;
  }

  .nav_other-apps {
    margin-right: 1rem;
  }

  .nav_other-apps-text {
    align-items: center;
    font-size: 12px;
    line-height: 14px;
  }

  .is-lupe {
    width: auto;
    height: 70%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }

  .nav-drop-down {
    display: none;
    font-size: 14px;
  }

  .c-nav-drop-down__list.is-blur.w--open {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 200px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dropdown {
    display: block;
    margin-right: 16px;
  }

  .background-video-2 {
    border-radius: 30px;
  }

  .c-hero__mockup-background-video {
    padding: 16px;
  }

  .c-container.is-slide {
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-usp__flex {
    overflow: auto;
    justify-content: flex-start;
  }

  .c-usp__col {
    width: 45vw;
    flex: 0 0 auto;
  }

  .c-text__col-2 {
    padding: 0px;
  }

  .c-footer__col.is-logo {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .c-footer__logo-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .c-text__icon-add.is-lupe {
    left: auto;
    top: -55%;
    bottom: auto;
  }

  .mobile-download {
    padding: 10px;
  }

  .mobile-download.is-hide-desktop {
    display: block;
  }

  .nav_other-apps {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2.5em;
  }

  .c-nav-logo {
    width: 100px;
    max-height: none;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .nav-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 16px;
    align-items: center;
    flex: 1;
  }

  .navbar {
    position: absolute;
    height: auto;
  }

  .container {
    display: flex;
    height: auto;
    padding: 8px;
    justify-content: space-around;
  }

  .brand.w--current {
    display: block;
    padding-left: 0px;
  }

  .c-nav-spacer {
    height: 30px;
  }

  .nav-link {
    font-size: 14px;
    font-weight: 600;
  }

  .nav-link.w--current {
    margin-right: auto;
    margin-left: auto;
  }

  .c-hero-section {
    height: 200vh;
  }

  .c-hero__img-wrap {
    position: fixed;
    display: block;
  }

  .c-nav-drop-down__list.is-blur.w--open {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .dropdown-toggle {
    height: 50px;
    margin-right: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px solid #000;
  }

  .c-drop-down__app-icon {
    height: 50px;
    flex: 0 0 auto;
  }

  .dropdown {
    margin-right: 0px;
    margin-left: 0px;
  }

  .c-hero__head-wrap {
    display: flex;
    align-items: center;
  }

  .c-hero__animation {
    overflow: hidden;
  }

  .c-hero__flex {
    top: 0%;
    bottom: 0%;
    justify-content: flex-start;
  }

  .c-hero__text-wrap {
    bottom: 0%;
    display: flex;
    align-items: center;
  }

  .c-hero__mockup-img {
    position: relative;
    z-index: 2;
  }

  .background-video-2 {
    border-radius: 20px;
  }

  .c-hero__mockup-background-video {
    padding: 9px;
  }

  .c-app-section {
    margin-top: -170px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .c-app-section.is-last {
    margin-top: 0px;
  }

  .c-container {
    padding: 16px;
  }

  .c-app__flex {
    flex-direction: column;
  }

  .c-app__col {
    width: 100%;
    justify-content: center;
  }

  .c-app__col.is-right {
    padding: 0px;
    justify-content: center;
  }

  .c-app__link-block {
    padding: 10px;
  }

  .c-app__img {
    width: 250px;
  }

  .c-app__img.is-google {
    width: 240px;
  }

  .c-app__head-wrap {
    padding-bottom: 0px;
    flex-direction: column;
    text-align: center;
  }

  .c-app__icon-wrap {
    margin-right: 0px;
  }

  .c-usp__col {
    width: 70vw;
  }

  .c-text-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .c-text__text-wrap {
    margin-top: 0px;
  }

  .heading-4 {
    font-size: 30px;
  }

  .mobile-download {
    padding: 10px;
  }

  .c-app__link-block-google {
    padding: 10px;
  }

  .nav_other-apps {
    display: flex;
  }

  .nav_other-apps.hide-mobile {
    display: none;
  }

  .nav_other-link-wrapper {
    display: flex;
    text-align: left;
  }

  .more_games {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

@font-face {
  font-family: 'Opensans';
  src: url('../fonts/opensans-bolditalic.ttf') format('truetype'), url('../fonts/opensans-extrabolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/opensans-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/opensans-semibolditalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/opensans-lightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/opensans-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/opensans-mediumitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/opensans-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/opensans-extrabold.ttf') format('truetype'), url('../fonts/opensans-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/opensans-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/opensans-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Marianinaxwdfy m';
  src: url('../fonts/marianinaxwdfy-bold_m.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}