:root {
  --midnight-blue-2: #000e2b;
  --midnight-blue: #00143d;
  --gold: #ffcf00;
  --midnight-blue-3: #000e2b;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #fff;
  background-color: #00143d;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #fff;
  text-decoration: underline;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.navbar {
  background-color: #0000;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo-link {
  position: static;
}

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}

.container.nav {
  width: 100%;
}

.hero {
  background-image: url('../images/Ellipse-4.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1170px;
  padding-bottom: 60px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.hero-image-mask {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 40px;
  display: flex;
}

.hero-image {
  object-position: 50% 50%;
  width: 100%;
  max-width: 448px;
  height: auto;
}

.h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
}

.banner-para {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 30px;
}

.content-block {
  width: 50%;
}

.nav-wrap {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 100px;
}

.explore-now-btn {
  padding-bottom: 0;
  position: absolute;
  inset: auto auto 10px 0%;
}

.explore-now {
  color: #fff;
  background-image: linear-gradient(100deg, #001c55, #003194);
  border-radius: 20px;
  align-items: center;
  width: auto;
  margin-left: 16px;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 17px 17px 30px #0003;
}

.explorenowtxt {
  margin-left: 12px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.dark {
  background-color: var(--midnight-blue-2);
}

.section.dark.ft {
  border-top: 1px solid #fff3;
  padding-top: 30px;
  padding-bottom: 30px;
}

.icon-games {
  border-radius: 20px;
  width: 140px;
}

.games-wrap {
  text-align: center;
  border: 2px solid #0000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 330px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.games-wrap:hover, .games-wrap:focus {
  background-color: #02102f;
  border-color: #233e76;
}

.name-games {
  margin-top: 24px;
  font-size: 20px;
  line-height: 32px;
}

.collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-block {
  background-color: #061d4e;
  border-radius: 16px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.body {
  background-color: var(--midnight-blue);
}

.content-cta-block {
  font-size: 30px;
  line-height: 42px;
}

.h2-cta {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 42px;
}

.cta-sub-title {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 32px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 160px 160px;
  place-items: center;
}

.icons-stores {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: none;
  display: grid;
}

.text-feild {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff3;
  border-radius: 8px;
  min-width: 320px;
  margin-bottom: 0;
}

.text-feild:hover, .text-feild:focus {
  border-color: #ffcf0066;
}

.text-feild::placeholder {
  color: #fff6;
  font-family: Lato, sans-serif;
}

.form {
  flex-direction: column;
  align-items: center;
  padding-top: 48px;
  display: flex;
}

.textarea {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff3;
  border-radius: 5px;
  min-width: 656px;
  padding-bottom: 48px;
}

.textarea:hover {
  border-style: solid;
  border-color: #ffcf0066;
}

.textarea:active, .textarea:focus {
  border-color: #ffcf0066;
}

.textarea::placeholder {
  color: #fff6;
  font-family: Lato, sans-serif;
}

.form-block-2 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.submit-button {
  background-image: linear-gradient(100deg, var(--gold), #ff6f00);
  color: var(--midnight-blue-3);
  border-radius: 100px;
  font-size: 16px;
  line-height: 24px;
  transition: box-shadow .575s;
  box-shadow: inset -3px -3px 4px #ffffff1f, inset 2px 3px 4px #00000040, 0 24px 30px #0003;
}

.submit-button:hover {
  background-image: linear-gradient(139deg, var(--gold), #ff6f00);
  box-shadow: inset -3px -3px 4px #ffffff1f, inset 2px 3px 4px #00000040, 0 24px 30px #8a626233;
}

.footer-link-col {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.footer-link-col.ftr-btm-col {
  justify-content: flex-start;
  width: auto;
  display: block;
}

.ftr-btn-link {
  color: #ffffffb3;
  margin-right: 0;
  font-size: 12px;
  line-height: 17px;
  text-decoration: none;
}

.ftr-btn-link:hover {
  color: #fff;
  text-decoration: none;
}

.footer-content-wrapper {
  justify-content: space-between;
  display: flex;
}

.social-grid {
  grid-template-rows: auto;
  grid-template-columns: 21px 21px 21px;
  place-items: center;
}

.terms-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-wrap {
  color: #ffffffb3;
  margin-top: 36px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.icons-stores-inner {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-icon-inner {
  grid-template-rows: auto;
  grid-template-columns: 160px 160px;
  place-items: center start;
  margin-bottom: 32px;
}

.grid-icon-inner.banner {
  margin-bottom: 0;
}

.rich-content-games {
  margin-bottom: 48px;
}

.error-message {
  background-color: #ff8383;
  border-radius: 12px;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: auto;
  max-width: 656px;
  padding: 10px 20px;
  display: flex;
}

.error-message-2 {
  max-width: none;
  padding: 0;
}

.error-block-wrap {
  justify-content: center;
  align-self: center;
  display: flex;
}

.error-message-3 {
  background-color: #0000;
}

.store-icons {
  width: 140px;
}

.image-games-ss {
  max-height: 750px;
}

.success-message {
  background-color: #35b393;
  border-radius: 12px;
}

.iphone-frame {
  background-image: url('../images/iPhone-7-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 650px;
  display: flex;
}

.phone-slider-mask {
  width: 277px;
  height: 494px;
}

.phone-slider {
  background-color: #fff;
  width: auto;
  height: 100%;
}

.phone-slider.tv {
  width: 100%;
}

.phone-ss-img {
  width: 100%;
  height: 100%;
}

.left-arrow {
  inset: 0% auto auto 0%;
}

.right-arrow {
  inset: 0% 0% auto auto;
}

.btn-wrap {
  display: block;
}

.btn {
  background-color: #0003;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px 16px;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
}

.back-txt {
  margin-left: 6px;
  display: inline-block;
}

.nav-wrap-inner {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.contact-txt {
  display: inline-block;
}

.button-primary {
  background-image: linear-gradient(100deg, var(--gold), #ff6f00);
  color: var(--midnight-blue-3);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 16px;
  line-height: 24px;
  transition: box-shadow .575s;
  box-shadow: inset -3px -3px 4px #ffffff1f, inset 2px 3px 4px #00000040, 0 24px 30px #0003;
}

.button-primary:hover {
  background-image: linear-gradient(139deg, var(--gold), #ff6f00);
  box-shadow: inset -3px -3px 4px #ffffff1f, inset 2px 3px 4px #00000040, 0 24px 30px #8a626233;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.html-embed {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container, .flex-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .h1 {
    font-size: 34px;
    line-height: 51px;
  }

  .explore-now-btn {
    padding-bottom: 0;
  }

  .explore-now {
    margin-left: 16px;
  }

  .icon-games {
    width: 120px;
  }

  .footer-link-col {
    width: 100%;
  }

  .footer-link-col.ftr-btm-col {
    justify-content: center;
  }

  .ftr-btn-link {
    margin-bottom: 0;
    margin-left: 0;
  }

  .footer-content-wrapper {
    align-items: center;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .container.cta, .container.nav {
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    height: auto;
    padding: 0 20px 60px;
  }

  .flex-container {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-image-mask {
    order: 0;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .hero-image {
    width: 80%;
  }

  .h1 {
    font-size: 28px;
    line-height: 42px;
  }

  .banner-para {
    font-size: 16px;
    line-height: 24px;
  }

  .content-block {
    width: auto;
    margin-bottom: 48px;
  }

  .nav-wrap {
    margin-bottom: 40px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.light {
    background-color: #061d4e;
  }

  .icon-games {
    width: 80px;
  }

  .games-wrap {
    height: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .color-block {
    border-radius: 0;
    padding: 0 16px;
  }

  .h2-cta {
    font-size: 26px;
    line-height: 39px;
  }

  .text-feild {
    min-width: auto;
  }

  .form {
    align-items: stretch;
  }

  .textarea {
    min-width: auto;
  }

  .footer-content-wrapper {
    flex-direction: column;
  }

  .terms-grid {
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .grid-icon-inner {
    grid-template-rows: auto;
    grid-template-columns: 120px 120px;
  }

  .rich-content-games {
    font-size: 16px;
    line-height: 24px;
  }

  .store-icons {
    width: auto;
    min-width: 100px;
  }

  .image-games-ss {
    max-height: 550px;
  }

  .submit-btn-wrap {
    align-self: center;
  }

  .collection-list-2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .nav-wrap-inner {
    margin-bottom: 0;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-link.w--current {
    padding-left: 0;
  }

  .flex-container {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-image-mask {
    margin-bottom: 16px;
  }

  .banner-para {
    font-size: 14px;
    line-height: 22px;
  }

  .explore-now-btn {
    align-self: center;
    display: block;
    position: static;
  }

  .explore-now {
    margin-left: 0;
  }

  .games-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .name-games {
    font-size: 18px;
    line-height: 28px;
  }

  .collection-list {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .grid {
    grid-template-columns: 90px 90px;
  }

  .form {
    align-items: stretch;
  }

  .textarea {
    min-width: auto;
  }

  .footer-link-col {
    flex-wrap: wrap;
  }

  .ftr-btn-link {
    display: block;
  }

  .footer-content-wrapper {
    flex-direction: column;
  }

  .terms-grid {
    grid-row-gap: 5px;
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .icons-stores-inner {
    justify-content: center;
  }

  .grid-icon-inner.banner {
    margin-bottom: 0;
  }

  .image-stores {
    width: 90px;
  }

  .iphone-frame {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .btn-wrap {
    margin-top: 16px;
  }

  .nav-wrap-inner {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }
}

#w-node-_69285b09-6292-a28e-77c4-da56eed28653-eed2864c {
  place-self: center;
}

#w-node-_69285b09-6292-a28e-77c4-da56eed28655-eed2864c {
  justify-self: center;
}

#w-node-e619347a-3c42-a333-5360-f205caa58cf9-47b11142 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e7a5d0b-6af5-dc7b-958d-0b3aa14b7810-a14b780d {
  justify-self: start;
}


