:root {
  --dark-slate-gray: #4d4d4d;
  --dark-slate-gray-2: #323232;
  --tan: #c7aa8b;
  --white-smoke: #f7f7f7;
  --light-gray: #d1d1d1;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  text-align: left;
  background-color: #014332;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

h1 {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-family: Changa One, Impact, sans-serif;
}

h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Changa One, Impact, sans-serif;
}

h3 {
  letter-spacing: 1px;
  margin: 10px 0;
  font-family: Changa One, Impact, sans-serif;
}

h4 {
  letter-spacing: 1px;
  margin: 0 0 10px;
  font-family: Changa One, Impact, sans-serif;
}

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 {
  margin-top: 0;
  margin-bottom: 5px;
}

a {
  box-shadow: none;
  color: #fff;
  font-family: Changa One, Impact, sans-serif;
  text-decoration: underline;
}

a:hover {
  color: #d1d1d1;
}

.section {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
}

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

.section.left {
  text-align: left;
  background-image: linear-gradient(#0000 88%, #02111a), linear-gradient(#010d27, #fff0 9%), linear-gradient(#00000040, #00000040), url('../images/stadium.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
}

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

.game-screenshot {
  border-radius: 5px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.game-info-column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.feature-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 5px;
  display: flex;
}

.feature-count-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature-paragraph {
  max-width: 300px;
  margin-bottom: 0;
}

.small-paragraph {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.small-paragraph.feature-number {
  color: #fff;
  font-weight: 700;
}

.feature-heading-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-the-game-grid {
  grid-column-gap: 30px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

.about-column {
  width: 22%;
}

.empower_link-block {
  color: #153a43;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 0;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.empower_link-block.w--current {
  background-color: #fff0;
}

.feature-count {
  z-index: 1;
  background-color: #014332;
  border: 2px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
  position: relative;
}

.feature-line {
  background-color: #fff;
  border-radius: 100px;
  width: 2px;
  height: 80%;
  position: absolute;
  inset: 49% 0% 0% 18px;
  transform: translate(0, -50%);
}

.common-heading-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.small-game-symbol {
  background-color: #fff;
  border-radius: 12px;
  margin-left: 40px;
  transform: rotate(12deg);
  box-shadow: -10px 6px 12px #0000001a, -3px 1px 7px #00000026;
}

._3-row-div {
  border-top: 1px solid #fff3;
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-terms {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 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;
}

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

.footer-link:hover {
  color: #d1d1d1;
}

.logo-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation {
  background-color: #014332;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu-3 {
  margin-right: 2.2vw;
  display: flex;
}

.nav-container {
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  font-weight: 300;
  transition: color .25s;
}

.nav-link-3:hover {
  color: #010d27;
}

.nav-link-3.w--current {
  color: #fff;
}

.nav-link-3.w--current:hover {
  color: #010d27;
}

.nav-link-3.move-down {
  position: absolute;
  top: 100%;
}

.safe-paragraph {
  color: #f9f9f9;
  text-align: right;
  width: 35%;
  margin-bottom: 25px;
  font-size: 18px;
}

.safe-heading {
  color: #f9f9f9;
  text-align: right;
  width: 45%;
  font-size: 45px;
  line-height: 1.2;
}

.disclaimer-section {
  background-color: #010d27;
}

.safe-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-height: 400px;
  display: flex;
}

.btn {
  background-color: #eb5757;
  border: 1px solid #eb5757;
  border-radius: 5px;
  padding: 5px 25px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
}

.btn:hover {
  background-color: #222;
  border-color: #222;
}

.btn.rules {
  letter-spacing: 1px;
  background-color: #014332;
  border-width: 2px;
  border-color: #014332;
  padding: 10px 40px;
}

.btn.rules:hover {
  color: #000;
  background-color: #fff;
  border-width: 2px;
}

.hero-paragraph {
  color: #f9f9f9;
  width: 35%;
  margin-bottom: 25px;
  font-size: 18px;
}

.hero-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 550px;
  display: flex;
}

.hero-heading {
  color: #fff;
  width: 35%;
  font-size: 85px;
  line-height: 90px;
}

.hero-heading.anout-hero-heading {
  width: 50%;
}

.hero-section-hero {
  background-image: linear-gradient(#0000 92%, #014332), linear-gradient(#00000040, #00000040), url('../images/stadium.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  min-height: 550px;
  margin-top: 80px;
}

.button-wrapper {
  text-align: left;
}

.button-wrapper.rules {
  margin-top: 20px;
}

.small-image {
  display: block;
}

.team-wrapper {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.team-left {
  border-radius: 5px;
  width: 45%;
  height: 70%;
  position: absolute;
  inset: 5% auto 0% 0%;
}

.team-right {
  color: #f9f9f9;
  background-color: #010d27;
  border-radius: 5px;
  width: 70%;
  padding: 90px 55px 90px 245px;
}

.team-bios-wrapper {
  justify-content: space-around;
  display: flex;
}

.team-member-bio {
  flex-direction: column;
  align-items: center;
  width: 35%;
  display: flex;
}

.member-avatar-wrapper {
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.owner-bio-paragraph {
  text-align: center;
}

.support-top-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.2;
}

.top-right {
  width: 45%;
}

.support-square-number {
  color: #f9f9f9;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  inset: 10% auto auto 0%;
}

.container-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-1200.dark {
  color: #fff;
  background-color: #010d27;
  border-radius: 5px;
  margin-bottom: 60px;
  padding: 60px;
}

.feature-square {
  background-color: #222;
  background-image: url('../images/box-2.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-square.image-1 {
  background-color: #2220;
  background-image: url('../images/sport-symbol-9.png');
  background-position: 50%;
  background-size: cover;
}

.feature-square.image-2 {
  background-color: #2220;
  background-image: url('../images/sport-symbol-6.png');
  background-position: 50%;
  background-size: cover;
}

.feature-square.image-3 {
  background-color: #2220;
  background-image: url('../images/sport-symbol-5.png');
  background-position: 50%;
  background-size: cover;
}

.stretch-wrapper {
  justify-content: space-between;
  padding-top: 40px;
  display: flex;
}

.feature-column {
  width: 30%;
  min-height: 200px;
}

.support-square-text {
  color: #f9f9f9;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 20px;
  padding-right: 40px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}

.support-top-details-text {
  text-transform: uppercase;
}

.top-left {
  flex-direction: column;
  display: flex;
}

.standard-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.standard-section.help {
  background-color: #010d27;
  margin-bottom: 100px;
}

.standard-section.dark-green {
  background-color: #02111a;
}

.top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.footer-2 {
  background-color: #014332;
  padding-top: 20px;
  padding-bottom: 10px;
}

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

.social-footer-link {
  margin-left: 20px;
  transition: all .3s;
}

.social-footer-link:hover {
  opacity: .7;
}

.footer-bottom-wrapper {
  color: #f9f9f9;
  text-align: center;
  margin-top: 55px;
}

.small {
  margin-bottom: 10px;
  font-size: 10px;
}

.small.footer-small {
  font-size: 12px;
}

.container-hero-banner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 400px;
  display: flex;
}

.link-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.contact-heading {
  color: #f9f9f9;
  width: 40%;
  font-size: 62px;
  line-height: 1.2;
}

.help-paragraph {
  color: #f9f9f9;
  width: 35%;
  margin-bottom: 25px;
  font-size: 18px;
}

.brand-name {
  color: #fff;
  margin-bottom: 0;
}

.brand-name.footer {
  color: #fff;
  text-decoration: none;
}

.brand-link {
  text-decoration: none;
}

.team-image {
  background-image: url('../images/perfect-team.png');
  background-position: 50%;
  background-size: cover;
  width: 45%;
  height: 70%;
  position: absolute;
  inset: 25% auto 0% 0%;
}

.team-image-2 {
  width: 45%;
  height: 70%;
  position: absolute;
  inset: 5% auto 0% 0%;
}

.left-block-team {
  background-image: url('../images/perfect-team.png');
  background-position: 50%;
  background-size: cover;
  width: 45%;
  height: 70%;
  position: absolute;
  top: 5%;
  left: 0%;
}

@media screen and (min-width: 1440px) {
  .team-left, .team-image, .team-image-2 {
    background-image: url('../images/team2-2.png'), linear-gradient(#00000080, #00000080);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    height: 90%;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 15px;
  }

  .about-the-game-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .empower_link-block {
    padding-left: 0;
  }

  .common-heading-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .logo-link-wrapper {
    z-index: 999;
    min-height: auto;
  }

  .navigation {
    height: 80px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-menu-3 {
    background-color: #c7c7c7;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8rem;
    position: fixed;
    inset: 0%;
  }

  .menu-button-2 {
    z-index: 999;
    background-color: #0000;
    padding: 1rem 0 1rem 1rem;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .nav-container {
    justify-content: flex-start;
    margin-left: auto;
  }

  .burger-icon {
    color: #050505;
    font-size: 1.875rem;
  }

  .nav-link-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 6rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 4rem;
    line-height: 6rem;
    display: flex;
  }

  .safe-paragraph {
    width: 55%;
  }

  .safe-heading {
    width: 60%;
  }

  .hero-paragraph {
    width: 55%;
  }

  .hero-wrapper {
    min-height: 400px;
    padding-left: 20px;
  }

  .hero-heading {
    width: 60%;
  }

  .hero-section-hero {
    min-height: 400px;
  }

  .team-left {
    background-position: 50% 100%;
    width: 45%;
    height: 34%;
  }

  .team-right {
    padding-left: 145px;
  }

  .container-1200 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-square {
    min-height: 330px;
  }

  .feature-square.image-1, .feature-square.image-2, .feature-square.image-3 {
    min-height: 200px;
  }

  .support-square-text {
    font-size: 30px;
  }

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

  .contact-heading {
    width: 60%;
  }

  .help-paragraph {
    width: 55%;
  }

  .team-image, .team-image-2 {
    background-position: 50% 100%;
    width: 45%;
    height: 34%;
  }

  .left-block-team {
    height: 33%;
  }
}

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

  .section {
    padding: 34px 10px;
  }

  .game-screenshot {
    padding-top: 23px;
  }

  .feature-text-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .feature-count-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .small-paragraph.feature-number {
    font-size: 10px;
  }

  .feature-heading-wrapper {
    flex-flow: column;
  }

  .columns-wrapper {
    flex-wrap: wrap;
  }

  .about-column {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 45px;
    display: flex;
  }

  .empower_link-block {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .feature-count {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .feature-line {
    height: 67%;
    top: 36%;
    left: 14px;
  }

  .common-heading-div {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .small-game-symbol {
    width: 60%;
    transform: none;
  }

  .small-image-wrapper {
    width: auto;
    height: 100%;
    margin-top: 18px;
    margin-left: 40px;
  }

  .logo-link-wrapper {
    padding-left: 0;
  }

  .safe-wrapper {
    justify-content: flex-end;
    padding-bottom: 25px;
  }

  .hero-heading.anout-hero-heading {
    font-size: 70px;
  }

  .team-wrapper {
    flex-direction: column;
  }

  .team-left {
    border-radius: 0;
    width: 100%;
    height: 510px;
    position: static;
  }

  .team-right {
    border-radius: 0;
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
  }

  .team-bios-wrapper {
    flex-flow: column wrap;
  }

  .team-member-bio {
    width: 100%;
    margin-bottom: 45px;
  }

  .top-right {
    width: 100%;
  }

  .feature-square.image-1, .feature-square.image-2, .feature-square.image-3 {
    width: 200px;
  }

  .stretch-wrapper {
    flex-wrap: wrap;
  }

  .feature-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .support-square-text {
    font-size: 40px;
  }

  .top-left {
    margin-bottom: 15px;
  }

  .top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .team-image, .team-image-2 {
    border-radius: 0;
    width: 100%;
    height: 510px;
    position: static;
  }

  .left-block-team {
    width: 30%;
    height: 20%;
    top: -4%;
    left: 56%;
  }
}

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

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 14px;
  }

  .section.left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .game-info-column {
    padding-left: 20px;
  }

  .feature-paragraph {
    font-size: 14px;
  }

  .small-paragraph {
    font-size: 12px;
  }

  .feature-heading-wrapper {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-column {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .feature-line {
    height: 68%;
    top: 37%;
  }

  .common-heading-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .small-game-symbol {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-left: 0;
    transform: none;
  }

  .small-image-wrapper {
    margin-top: 14px;
    margin-left: 40px;
  }

  .grid-terms {
    grid-auto-flow: row;
    justify-content: center;
  }

  .footer-link {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
  }

  .navigation {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-menu-3 {
    z-index: 998;
  }

  .menu-button-2 {
    padding-left: .5rem;
    padding-right: 0;
  }

  .nav-container {
    padding-right: 0;
  }

  .burger-icon {
    z-index: 999;
    color: #fff;
    position: relative;
  }

  .nav-link-3 {
    min-height: 4rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .safe-paragraph {
    width: 70%;
    font-size: 13px;
  }

  .safe-heading {
    width: 100%;
    font-size: 30px;
  }

  .hero-paragraph {
    width: 70%;
    font-size: 13px;
  }

  .hero-wrapper {
    justify-content: flex-end;
    padding-top: 20px;
    padding-bottom: 45px;
  }

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

  .team-left {
    height: 300px;
  }

  .team-right {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .footer-logo-column {
    margin-bottom: 30px;
  }

  .social-footer-link {
    margin-left: 25px;
    margin-right: 25px;
  }

  .contact-wrapper {
    justify-content: flex-end;
    padding-bottom: 45px;
  }

  .link-wrapper {
    flex-direction: column;
  }

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

  .help-paragraph {
    width: 70%;
    font-size: 13px;
  }

  .brand-name {
    font-size: 25px;
  }

  .team-image, .team-image-2 {
    height: 300px;
  }

  .left-block-team {
    width: 50%;
    height: 13%;
    top: -4%;
    left: 45%;
  }
}


