.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: #63d1f1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/2d1064c0-4618-4e4f-afa7-5c2151761fc9.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  font-family: Fredoka, sans-serif;
}

h1 {
  color: #ffd03f;
  text-transform: uppercase;
  mix-blend-mode: exclusion;
  margin: 0 0 10px;
  font-family: Bungee, sans-serif;
  line-height: 55px;
}

h2 {
  color: #ffd03f;
  text-transform: uppercase;
  mix-blend-mode: exclusion;
  font-family: Bungee, sans-serif;
}

h3 {
  margin: 10px 0;
  font-size: 31px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #63d1f1;
  margin-top: 0;
  margin-bottom: 5px;
}

a {
  color: #ffd03f;
  background-color: #0000;
  font-family: Bungee, sans-serif;
  text-decoration: underline;
}

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

li {
  list-style-type: lower-roman;
}

.navbar {
  color: #fff8e1;
  mix-blend-mode: normal;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #ffffff21;
}

.nav-link {
  color: #ffd03f;
  padding: 20px 30px;
  transition: background-color .1s, margin .5s;
}

.nav-link:hover {
  color: #63d1f1;
}

.nav-link.w--current {
  color: #ffd03f;
  font-family: Bungee, sans-serif;
}

.nav-link.w--current:hover {
  color: #63d1f1;
}

.brand-name {
  float: left;
  text-transform: uppercase;
  font-size: 30px;
}

.nav-menu {
  float: left;
  color: #fff8e1;
  margin-left: 220px;
  margin-right: auto;
}

.brand {
  color: #ffd03f;
  padding-top: 17px;
}

.brand.w--current {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-family: Bungee, sans-serif;
}

.section {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 80px;
}

.section.image {
  color: #91fec7;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.terms {
  text-align: left;
}

.main-heading {
  text-transform: uppercase;
  mix-blend-mode: exclusion;
  font-size: 120px;
  font-style: normal;
  line-height: 120px;
}

.we {
  text-align: center;
}

.footer-text-2.margin-footer {
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-copyright-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-section {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-2.links-policy {
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.footer-bottom-links {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.footer-text-3 {
  font-size: 14px;
  line-height: 25px;
}

.gamble-help {
  background-color: #ffd03f;
  border-radius: 5px;
  width: 100px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
}

.gamble-help:hover {
  background-color: #63d1f1;
}

.footer-link {
  margin-top: 10px;
  margin-bottom: 6px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #63d1f1;
}

.hero-section {
  text-align: center;
  padding-top: 250px;
  padding-bottom: 230px;
}

.container-3 {
  margin-bottom: 40px;
}

.container-nav {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.image {
  max-width: 60%;
}

.column-2 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon {
  float: left;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.info-boxes {
  margin-top: 100px;
}

.heading-blue {
  color: #63d1f1;
}

.disclaimer {
  color: #91fec7;
  text-align: center;
  background-color: #171717;
  padding-top: 20px;
  padding-bottom: 30px;
}

.slot-image {
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.link-black {
  color: #000;
}

.columns-center {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-block {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.blue-heading {
  color: #63d1f1;
}

.column-left {
  text-align: left;
}

.hero-block {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-block.hero {
  background-image: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.hero-logo {
  background-image: url('../images/astro-slot-biglogo.png');
  background-position: 50%;
  background-size: cover;
  width: 700px;
  height: 500px;
}

.hero {
  color: #0000;
  align-items: center;
  height: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 60px;
  display: flex;
}

.hero-div {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.hero-div.small {
  justify-content: center;
  align-items: center;
  width: 90%;
}

.hero-container {
  z-index: 1;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.rocket-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  display: flex;
}

.rocket-image {
  background-image: url('../images/astro-slot-rocketboy.png');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  height: 400px;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 57px;
  }

  .nav-link {
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-menu {
    background-color: #000;
    box-shadow: inset 0 -1px #ffffff21, 0 7px 13px -4px #00000073;
  }

  .menu-icon {
    color: #ffd03f;
    line-height: 21px;
  }

  .section.image {
    max-width: 100%;
  }

  .menu-button {
    opacity: .8;
  }

  .menu-button.w--open {
    opacity: 1;
    background-color: #000;
  }

  .main-heading {
    margin-bottom: 4px;
    font-size: 68px;
  }

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

  .hero-block {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    display: block;
  }

  .hero-logo {
    background-size: cover;
    width: 100%;
    height: 600px;
  }

  .hero {
    height: auto;
    margin-top: 0;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .hero-div.small {
    align-items: center;
    width: 100%;
  }

  .hero-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rocket-image {
    background-size: cover;
    width: 50%;
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }

  .navbar {
    position: relative;
  }

  .section {
    padding: 34px 10px;
  }

  .section.image {
    background-attachment: scroll;
    padding: 61px 10px;
  }

  .main-heading {
    font-size: 50px;
    line-height: 44px;
  }

  .footer-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-bottom-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-text-3 {
    font-size: .875rem;
    line-height: 1.375rem;
  }

  .container {
    margin-bottom: 20px;
  }

  .icon {
    margin-bottom: 40px;
  }

  .info-boxes {
    margin-top: 60px;
  }

  .disclaimer {
    padding: 34px 10px;
  }

  .hero-block {
    margin-bottom: 60px;
  }

  .hero-logo {
    background-size: cover;
    height: 280px;
  }

  .hero {
    height: auto;
    padding-top: 6%;
  }

  .hero-container {
    height: auto;
  }

  .rocket-image {
    background-size: cover;
    height: 280px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link.w--current {
    color: #fff8e1;
  }

  .brand.w--current {
    padding-right: 0;
  }

  .section.image {
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .main-heading {
    width: 100%;
    font-size: 40px;
  }

  .we {
    text-align: center;
  }

  .footer-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-bottom-links {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

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

  .image {
    margin-top: 20px;
  }

  .column-2 {
    text-align: center;
  }

  .icon {
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .columns-center {
    flex-flow: column;
  }

  .column-left {
    text-align: center;
  }

  .hero-block.hero {
    background-image: none;
    margin-top: auto;
    padding-top: 20px;
  }

  .hero-logo {
    background-size: cover;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 170px;
    margin-top: auto;
    display: flex;
  }

  .hero {
    background-image: none;
    height: auto;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .hero-div.small {
    text-align: center;
  }

  .hero-container {
    height: auto;
    margin-top: 40px;
    position: relative;
  }

  .rocket-image {
    background-size: cover;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 200px;
    margin-top: auto;
    display: flex;
  }
}


