@font-face {
  font-family: Orbitron Variablefont Wght;
  src: url('../fonts/Orbitron-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Redig;
  src: url('../fonts/Redig-Oblique.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --colors--white: white;
  --fonts--neuemontreal: Neuemontreal, Arial, sans-serif;
  --colors--eerie-black: #252525;
  --colors--primary: #f97643;
  --fonts--orbitron: "Orbitron Variablefont Wght", Impact, sans-serif;
  --section-margins--up-down: 80px;
  --section-margins--left-right: 60px;
  --colors--light-bg: #dbe0dc;
  --colors--dark-eerie-black: #121212;
  --sizes--max-width: 1440px;
  --colors--transparent: transparent;
  --border-radiuses--normal: 8px;
  --colors--secondary: #284435;
  --colors--black: black;
  --colors--saddle-brown: #863f15;
  --border-radiuses--small: 3.3px;
  --fonts--redig: Redig, Impact, sans-serif;
}

body {
  background-color: var(--colors--white);
  font-family: var(--fonts--neuemontreal);
  color: var(--colors--eerie-black);
  font-size: 18px;
  line-height: 20px;
  overflow-x: hidden;
}

h1 {
  font-family: var(--fonts--neuemontreal);
  color: var(--colors--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 105%;
}

h2 {
  font-family: var(--fonts--orbitron);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 125%;
}

h3 {
  font-family: var(--fonts--orbitron);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 120%;
}

h6 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
}

a {
  text-decoration: underline;
}

.body-wrapper {
  width: 100vw;
  min-height: 100vh;
  position: relative;
}

.section {
  padding: var(--section-margins--up-down) var(--section-margins--left-right);
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.header {
  min-height: 100vh;
  padding-top: 0;
}

.section.gray {
  background-color: var(--colors--light-bg);
}

.section.gray.section-players {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.section.gray.section-coaches {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--colors--eerie-black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 64vh;
  padding: 0;
}

.section.section-features {
  padding-top: 120px;
}

.section.footer {
  background-color: var(--colors--dark-eerie-black);
  padding-top: 30px;
  padding-bottom: 20px;
}

.section.orange {
  background-color: var(--colors--primary);
}

.container {
  z-index: 3;
  max-width: var(--sizes--max-width);
  flex-flow: column;
  width: 100%;
  position: relative;
}

.container.header {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 140px;
  display: flex;
}

.container.container-players-section {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.container.container-features {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.container.container-coaches-section {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.container.container-steps {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.container.container-cta {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.container.footer {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.menu-btn-line {
  background-color: var(--colors--white);
  border-radius: 30px;
  width: 100%;
  height: 3px;
  margin-top: 12px;
  padding-bottom: 0;
  padding-right: 0;
}

.navbar-dot {
  background-color: var(--colors--primary);
  opacity: 0;
  pointer-events: none;
  border-radius: 1px;
  width: 30px;
  height: 2px;
  position: absolute;
  inset: auto auto -77%;
}

.navbar {
  background-color: var(--colors--transparent);
  padding: 20px 50px;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.navbar-link {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #000;
  text-transform: capitalize;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff0;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  display: flex;
}

.primary-paragraph {
  font-family: var(--fonts--neuemontreal);
  color: var(--colors--eerie-black);
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.primary-paragraph.black {
  color: var(--colors--eerie-black);
}

.primary-paragraph.yellow {
  color: var(--colors--primary);
}

.primary-paragraph.header {
  font-size: 22px;
}

.primary-paragraph.gray.scroll-text {
  color: var(--colors--eerie-black);
}

.primary-paragraph.gray.cta {
  font-size: 16px;
}

.primary-paragraph.gold.bold {
  color: var(--colors--light-bg);
}

.primary-paragraph.bold {
  font-weight: 700;
}

.primary-paragraph.white {
  color: var(--colors--white);
}

.navbar-logo-link {
  text-align: center;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.nav-menu-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.navbar-container {
  background-color: #fff0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.faq-question-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-answer {
  color: var(--colors--eerie-black);
  padding-top: 14px;
  font-size: 21px;
  line-height: 27px;
}

.faqs-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.faq-text {
  color: var(--colors--dark-eerie-black);
  font-size: 23px;
  line-height: 27px;
}

.faqs-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq_answer {
  padding-right: 40px;
}

.faq {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--border-radiuses--normal);
  background-color: var(--colors--primary);
  cursor: pointer;
  flex-flow: column;
  width: 100%;
  margin-bottom: 18px;
  padding: 20px 30px;
}

.faqs-heading-div {
  position: relative;
}

.logo-img {
  height: 60px;
}

.button-primary {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: var(--border-radiuses--normal);
  background-color: var(--colors--primary);
  justify-content: center;
  align-items: center;
  height: 65px;
  padding: 15px 15px 15px 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-primary.secondary {
  background-color: var(--colors--secondary);
}

.button-primary.secondary.player-section {
  margin-left: var(--section-margins--left-right);
  background-color: var(--colors--primary);
  align-self: flex-start;
}

.button-primary.secondary.coach-section {
  background-color: var(--colors--primary);
  align-self: flex-start;
  margin-left: 45%;
}

.button-primary.navbar-btn {
  height: 100%;
}

.button-primary.cta {
  align-self: flex-start;
}

.button-primary.footer-download {
  align-self: flex-start;
  margin-top: 10px;
}

.btn-arrow-div {
  border-radius: var(--border-radiuses--normal);
  background-color: var(--colors--white);
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 4px;
  display: flex;
  position: relative;
}

.btn-arrow-div.white {
  background-color: var(--colors--white);
}

.btn-arrow-img {
  width: 16px;
}

.header-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-top: 60px;
  display: flex;
}

.header-heading-wrapper {
  flex-flow: column;
  display: flex;
}

.orange {
  color: var(--colors--primary);
}

.orange.align-center {
  text-align: center;
}

.eerie-black {
  color: var(--colors--eerie-black);
}

.header-paragraph-wrapper {
  width: 50%;
  max-width: 436px;
}

.header-scroll-wrapper {
  z-index: 3;
  padding-right: var(--section-margins--left-right);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  height: 30%;
  padding-left: 30px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%);
}

.scroll-div {
  background-color: var(--colors--black);
  width: 3px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.scroll-div-yellow {
  background-color: var(--colors--primary);
  width: 100%;
  height: 25%;
  transform: translate(0, -100%);
}

.scroll-text-wrap {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 25px;
  padding-right: 0;
  display: none;
}

.header-img-wrapper {
  z-index: 3;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  position: absolute;
}

.header-img {
  height: 100%;
  max-height: 650px;
  position: absolute;
  inset: auto -5% 0% auto;
}

.header-img.lap-hidden {
  display: none;
}

.main-heading {
  font-size: 60px;
  line-height: 96%;
}

.main-heading.eerie-black {
  color: var(--colors--eerie-black);
}

.header-statsanddownload-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.header-stats-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-stats-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 190px;
  display: flex;
}

.header-download-btns-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  display: flex;
}

.download-btn {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border-radius: var(--border-radiuses--normal);
  background-color: var(--colors--black);
  justify-content: center;
  align-items: center;
  width: 190px;
  padding: 10px 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.download-btn:hover {
  filter: brightness(70%);
}

.download-btn-img-div {
  justify-content: center;
  align-items: center;
  width: 34px;
  display: flex;
}

.download-btn-text-div {
  flex-flow: column;
  display: flex;
}

.download-btn-text-small {
  color: var(--colors--white);
  font-size: 16px;
  line-height: 120%;
}

.download-btn-text-large {
  color: var(--colors--white);
  font-size: 20px;
  line-height: 120%;
}

.full-width-headings-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.players-image-wrapper {
  z-index: 3;
  width: 40%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.black {
  color: var(--colors--eerie-black);
}

.black.fill-green {
  background-color: var(--colors--secondary);
  font-family: var(--fonts--orbitron);
  color: var(--colors--light-bg);
  letter-spacing: 0;
  padding-top: 1px;
  padding-bottom: 11px;
  font-size: 42px;
  line-height: 106%;
}

.black.align-center {
  text-align: center;
}

.black.mob-center.players-heading {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.black.mob-center.coaches-heading {
  color: var(--colors--primary);
  width: 100%;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45%;
}

.players-section-img {
  margin-top: -2%;
}

.players-section-img.lap-hidden {
  display: none;
}

.players-section-content-wrapper {
  padding-right: 40%;
  padding-left: var(--section-margins--left-right);
}

.features-heading-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  max-width: 620px;
  display: flex;
}

.features-cards-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.feature-card {
  border-radius: var(--border-radiuses--normal);
  background-color: var(--colors--light-bg);
  height: 230px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.feature-card._1 {
  background-image: url('../images/card-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.feature-card._2 {
  background-image: url('../images/card-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.feature-card._3 {
  background-color: var(--colors--dark-eerie-black);
  background-image: url('../images/card-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.feature-card._4 {
  background-image: url('../images/card-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.feature-card-content-div {
  background-color: var(--colors--primary);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 100%);
}

.feature-card-text-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.secondary-paragraph {
  font-family: var(--fonts--neuemontreal);
  color: var(--colors--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.secondary-paragraph.black {
  color: var(--colors--eerie-black);
}

.secondary-paragraph.black.align-left {
  text-align: right;
}

.secondary-paragraph.gray {
  color: var(--colors--light-bg);
}

.feature-card-btn-div {
  border-radius: var(--border-radiuses--normal);
  background-color: var(--colors--saddle-brown);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.feature-card-btn-div:hover {
  filter: brightness(70%);
}

.coaches-image-wrapper {
  z-index: 3;
  margin-left: var(--section-margins--left-right);
  width: 40%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.coaches-section-img.lap-hidden {
  display: none;
}

.coaches-section-content-wrapper {
  padding-right: var(--section-margins--left-right);
  padding-left: 45%;
}

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

.steps-heading-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 550px;
  display: flex;
}

.steps-counter-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 230px;
  display: flex;
}

.steps-counter-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.steps-count-div {
  border-radius: var(--border-radiuses--normal);
  background-color: var(--colors--secondary);
  justify-content: center;
  align-items: center;
  width: 96px;
  padding: 10px 8px;
  display: flex;
}

.steps-main-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.steps-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: var(--border-radiuses--normal);
  background-color: var(--colors--secondary);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 10px;
  display: flex;
}

.step-point-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  display: flex;
}

.step-point-count-div {
  border-radius: var(--border-radiuses--small);
  background-color: var(--colors--primary);
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.step-text-div {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.cta-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.cta-booking-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: var(--border-radiuses--normal);
  background-color: var(--colors--eerie-black);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 71%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.cta-download-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: var(--border-radiuses--normal);
  background-color: var(--colors--dark-eerie-black);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 40%;
  max-width: 330px;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.cta-card-content-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.cta-card-content-wrapper.booking-div {
  max-width: 270px;
}

.cta-img {
  width: 45px;
}

.cta-booking-img {
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cta {
  font-size: 25px;
}

.copyright-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-logo-wrapper {
  max-width: 290px;
}

.footer-links-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.footer-link-text {
  color: var(--colors--white);
  text-decoration: none;
  transition: all .2s;
}

.footer-link-text:hover {
  filter: brightness(70%);
}

.footer-download-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  max-width: 320px;
  display: flex;
}

.players-heading-wrapper {
  padding-right: 0;
  padding-left: var(--section-margins--left-right);
  width: 100%;
}

.players-heading-wrapper.green {
  background-color: var(--colors--secondary);
}

.coaches-heading-wrapper {
  padding-right: var(--section-margins--left-right);
  width: 100%;
}

.coaches-heading-wrapper.green {
  background-color: var(--colors--secondary);
}

.features-card-text-div {
  position: absolute;
  inset: -30px auto auto 0%;
}

.gray {
  color: var(--colors--light-bg);
}

.gray.counter {
  font-family: var(--fonts--orbitron);
}

.green {
  color: var(--colors--secondary);
}

.cta-heading-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.hero-black-rect {
  background-color: var(--colors--eerie-black);
  width: 35%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

@media screen and (min-width: 1280px) {
  body {
    --colors--white: white;
    --fonts--neuemontreal: Neuemontreal, Arial, sans-serif;
    --colors--eerie-black: #252525;
    --colors--primary: #f97643;
    --fonts--orbitron: "Orbitron Variablefont Wght", Impact, sans-serif;
    --section-margins--up-down: 80px;
    --section-margins--left-right: 80px;
    --colors--light-bg: #dbe0dc;
    --colors--dark-eerie-black: #121212;
    --sizes--max-width: 1440px;
    --colors--transparent: transparent;
    --border-radiuses--normal: 8px;
    --colors--secondary: #284435;
    --colors--black: black;
    --colors--saddle-brown: #863f15;
    --border-radiuses--small: 3.3px;
    --fonts--redig: Redig, Impact, sans-serif;
  }

  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 30px;
  }

  h4 {
    font-size: 34px;
  }

  h6 {
    letter-spacing: 2px;
  }

  .section.header {
    padding-right: 30px;
  }

  .section.gray.section-coaches {
    justify-content: center;
    align-items: center;
  }

  .container.header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    height: 560px;
  }

  .navbar {
    padding-left: 80px;
    padding-right: 80px;
  }

  .nav-menu {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .primary-paragraph {
    font-size: 22px;
  }

  .primary-paragraph.header {
    font-size: 23px;
  }

  .primary-paragraph.gray.scroll-text {
    display: block;
  }

  .primary-paragraph.gray.cta {
    font-size: 20px;
  }

  .nav-menu-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .faq-answer {
    font-size: 22px;
    line-height: 29px;
  }

  .faqs-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .faqs-wrapper {
    padding-top: 20px;
  }

  .faq {
    cursor: pointer;
    padding: 40px 30px;
  }

  .faq-sign {
    height: 100%;
  }

  .eerie-black.header.hero-stats {
    color: var(--colors--white);
  }

  .header-paragraph-wrapper {
    width: 440px;
    max-width: 530px;
  }

  .header-scroll-wrapper {
    padding-left: var(--section-margins--left-right);
  }

  .scroll-text-wrap {
    justify-content: flex-start;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 0;
    display: flex;
  }

  .header-img {
    height: 90%;
    max-height: 900px;
    right: 50%;
    transform: translate(60%);
  }

  .main-heading {
    font-size: 62px;
  }

  .main-heading.gold.header, .main-heading.eerie-black.header {
    font-size: 56px;
  }

  .header-statsanddownload-wrapper {
    justify-content: flex-end;
    align-items: stretch;
  }

  .black.fill-green {
    font-size: 44px;
    line-height: 107%;
  }

  .players-section-content-wrapper {
    padding-right: 45%;
  }

  .features-heading-wrapper {
    max-width: 670px;
  }

  .feature-card {
    height: 250px;
  }

  .feature-card-btn-div {
    width: 45px;
    height: 45px;
  }

  .steps-heading-div {
    max-width: 670px;
  }

  .steps-counter-wrapper {
    width: 260px;
  }

  .steps-count-div {
    width: 100px;
  }

  .steps-main-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .steps-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: stretch;
  }

  .cta-booking-card {
    width: 56%;
    max-width: 630px;
  }

  .cta-download-card {
    width: 41%;
    max-width: 390px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-card-content-wrapper.booking-div {
    max-width: 340px;
  }

  .cta-booking-img {
    width: 260px;
    height: 100%;
  }

  .cta {
    font-size: 27px;
  }

  .footer-logo-wrapper {
    max-width: 350px;
  }

  .hero-black-rect {
    width: 44%;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 32px;
  }

  h4 {
    font-size: 36px;
  }

  .primary-paragraph, .primary-paragraph.header {
    font-size: 24px;
  }

  .primary-paragraph.gray.cta {
    font-size: 22px;
  }

  .header-paragraph-wrapper {
    width: 530px;
  }

  .main-heading, .main-heading.gold.header, .main-heading.eerie-black.header {
    font-size: 64px;
  }

  .players-image-wrapper {
    max-width: 640px;
  }

  .black.mob-center.players-heading {
    max-width: 1360px;
  }

  .features-heading-wrapper {
    max-width: 700px;
  }

  .feature-card {
    height: 280px;
  }

  .feature-card._3 {
    background-color: var(--colors--dark-eerie-black);
  }

  .coaches-image-wrapper {
    max-width: 570px;
  }

  .steps-heading-div {
    max-width: 730px;
  }

  .step-point-count-div {
    width: 32px;
  }

  .cta-booking-card {
    width: 60%;
    max-width: none;
  }

  .cta-download-card {
    width: 41%;
    max-width: none;
  }

  .cta-card-content-wrapper.booking-div {
    max-width: 380px;
  }

  .cta {
    font-size: 30px;
  }

  .footer-logo-wrapper {
    max-width: 380px;
  }

  .footer-download-wrapper {
    max-width: 330px;
  }
}

@media screen and (max-width: 991px) {
  body {
    --colors--white: white;
    --fonts--neuemontreal: Neuemontreal, Arial, sans-serif;
    --colors--eerie-black: #252525;
    --colors--primary: #f97643;
    --fonts--orbitron: "Orbitron Variablefont Wght", Impact, sans-serif;
    --section-margins--up-down: 60px;
    --section-margins--left-right: 40px;
    --colors--light-bg: #dbe0dc;
    --colors--dark-eerie-black: #121212;
    --sizes--max-width: 1440px;
    --colors--transparent: transparent;
    --border-radiuses--normal: 8px;
    --colors--secondary: #284435;
    --colors--black: black;
    --colors--saddle-brown: #863f15;
    --border-radiuses--small: 3.3px;
    --fonts--redig: Redig, Impact, sans-serif;
  }

  h1 {
    font-size: 44px;
    line-height: 102%;
  }

  h4 {
    font-size: 28px;
  }

  h6 {
    font-size: 20px;
  }

  .section.gray.section-coaches {
    padding-top: var(--section-margins--up-down);
  }

  .section.section-features {
    padding-top: 120px;
  }

  .container.header {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    padding: 4px 10px;
  }

  .menu-button.w--open {
    background-color: #f7dfa1a1;
    border-radius: 60px;
  }

  .navbar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar-link {
    font-size: 14px;
  }

  .primary-paragraph {
    font-size: 19px;
  }

  .primary-paragraph.gray.tab-center, .primary-paragraph.tab-center {
    text-align: center;
  }

  .nav-menu-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .faq-answer {
    font-size: 20px;
    line-height: 26px;
  }

  .button-primary.secondary.coach-section {
    align-self: center;
    margin-left: 0%;
  }

  .button-primary.footer-download {
    align-self: center;
  }

  .header-content-wrapper {
    order: 1;
    width: 100%;
    padding-top: 30px;
  }

  .orange.tab-center {
    text-align: center;
  }

  .header-paragraph-wrapper {
    width: 100%;
  }

  .header-scroll-wrapper {
    display: none;
  }

  .header-img {
    width: 55%;
    height: auto;
    transform: translate(10px);
  }

  .header-img.lap-hidden {
    order: 3;
    align-self: flex-end;
    width: 70%;
    height: auto;
    display: none;
    position: static;
    transform: translate(0, -30px);
  }

  .main-heading {
    font-size: 52px;
  }

  .header-statsanddownload-wrapper {
    order: 2;
  }

  .players-image-wrapper {
    max-width: 320px;
    top: 33%;
  }

  .black.fill-green {
    padding-top: 3px;
    font-size: 36px;
  }

  .black.mob-center.coaches-heading {
    text-align: center;
    padding-left: 0%;
  }

  .players-section-content-wrapper {
    padding-right: 36%;
  }

  .features-cards-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .feature-card {
    height: 190px;
  }

  .feature-card-btn-div {
    width: 40px;
    height: 40px;
  }

  .coaches-image-wrapper {
    max-width: 320px;
    display: none;
    top: 33%;
  }

  .coaches-section-img.lap-hidden {
    align-self: center;
    width: 70%;
    max-width: 470px;
    margin-top: 40px;
    display: block;
  }

  .coaches-section-content-wrapper {
    padding-left: var(--section-margins--left-right);
    align-self: center;
    max-width: 660px;
  }

  .steps-heading-div {
    max-width: 470px;
  }

  .steps-count-div {
    width: 82px;
    padding: 8px 4px;
  }

  .steps-main-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .steps-wrapper {
    height: auto;
  }

  .cta-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .cta-booking-card, .cta-download-card {
    width: 100%;
    max-width: 580px;
  }

  .cta-img {
    width: 40px;
  }

  .copyright-div {
    justify-content: center;
    align-items: center;
  }

  .footer-content-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: column;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 580px;
  }

  .footer-logo-wrapper {
    flex-flow: column;
    order: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-links-wrapper {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    order: 3;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-download-wrapper {
    order: 2;
    justify-content: flex-start;
    align-items: center;
  }

  .coaches-heading-wrapper {
    padding-left: var(--section-margins--left-right);
  }

  .hero-black-rect {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    --colors--white: white;
    --fonts--neuemontreal: Neuemontreal, Arial, sans-serif;
    --colors--eerie-black: #252525;
    --colors--primary: #f97643;
    --fonts--orbitron: "Orbitron Variablefont Wght", Impact, sans-serif;
    --section-margins--up-down: 80px;
    --section-margins--left-right: 10px;
    --colors--light-bg: #dbe0dc;
    --colors--dark-eerie-black: #121212;
    --sizes--max-width: 1440px;
    --colors--transparent: transparent;
    --border-radiuses--normal: 8px;
    --colors--secondary: #284435;
    --colors--black: black;
    --colors--saddle-brown: #863f15;
    --border-radiuses--small: 3.3px;
    --fonts--redig: Redig, Impact, sans-serif;
  }

  h1 {
    font-size: 36px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 28px;
  }

  .body-wrapper {
    overflow: hidden;
  }

  .section.header {
    padding-bottom: 0;
  }

  .section.gray.section-players {
    padding-bottom: 40px;
  }

  .section.section-features {
    padding-top: var(--section-margins--up-down);
  }

  .container.header {
    padding-top: 140px;
  }

  .container.container-features {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .container.container-steps {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .menu-button.w--open {
    background-color: var(--colors--primary);
  }

  .menu-btn-line {
    background-color: var(--colors--eerie-black);
  }

  .navbar-dot {
    display: none;
  }

  .navbar {
    height: 90px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-link {
    font-size: 18px;
  }

  .nav-menu {
    background-color: var(--colors--light-bg);
    border-radius: 0 0 8px 8px;
    width: 90vw;
    height: 160px;
    margin-left: 5vw;
    margin-right: 5vw;
    padding-top: 20px;
    padding-bottom: 30px;
    box-shadow: 0 2px 8px 1px #0000001a;
  }

  .primary-paragraph, .primary-paragraph.header {
    font-size: 18px;
  }

  .primary-paragraph.mob-black {
    color: var(--colors--eerie-black);
  }

  .navbar-logo-link {
    height: 42px;
  }

  .nav-menu-div {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .faq-question-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .faq-answer {
    font-size: 18px;
    line-height: 26px;
  }

  .faq {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faqs-heading-div {
    margin-left: 30px;
  }

  .logo-img {
    height: 45px;
  }

  .button-primary {
    height: 60px;
    padding: 12px 15px;
  }

  .button-primary.secondary.player-section, .button-primary.secondary.coach-section {
    align-self: center;
  }

  .button-primary.navbar-btn {
    max-width: 250px;
    height: auto;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-content-wrapper {
    padding-top: 20px;
  }

  .header-paragraph-wrapper {
    width: 100%;
  }

  .header-img-wrapper {
    display: none;
  }

  .header-img.lap-hidden {
    order: 3;
    align-self: center;
    width: 100%;
    display: block;
    transform: translate(0);
  }

  .main-heading {
    font-size: 47px;
  }

  .players-image-wrapper {
    display: none;
  }

  .black.fill-green {
    padding-top: 5px;
    padding-bottom: 9px;
    font-size: 32px;
  }

  .mob-center {
    text-align: center;
  }

  .players-section-img.lap-hidden {
    align-self: center;
    width: 70%;
    margin-top: 20px;
    display: block;
  }

  .players-section-content-wrapper {
    padding-right: var(--section-margins--left-right);
    align-self: center;
    max-width: 560px;
  }

  .features-heading-wrapper {
    align-self: center;
  }

  .features-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .feature-card {
    height: 250px;
  }

  .feature-card-content-div {
    transform: translate(0);
  }

  .secondary-paragraph {
    font-size: 16px;
  }

  .secondary-paragraph.black.align-left.mob-center {
    text-align: center;
  }

  .coaches-image-wrapper {
    display: none;
  }

  .coaches-section-img.lap-hidden {
    align-self: center;
    width: 70%;
    margin-top: 20px;
    display: block;
  }

  .coaches-section-content-wrapper {
    padding-right: var(--section-margins--left-right);
    align-self: center;
    max-width: 560px;
  }

  .steps-heading-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .steps-heading-div {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 520px;
  }

  .steps-counter-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .steps-main-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .cta-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .cta-booking-card, .cta-download-card {
    width: 100%;
    max-width: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-card-content-wrapper.booking-div {
    max-width: none;
  }

  .cta-booking-img {
    display: none;
  }

  .footer-content-wrapper {
    width: 100%;
  }

  .footer-links-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .players-heading-wrapper, .coaches-heading-wrapper {
    padding-right: var(--section-margins--left-right);
  }

  .features-card-text-div {
    display: none;
  }
}

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

  .container.header {
    padding-top: 120px;
  }

  .menu-button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .menu-btn-line {
    height: 2px;
    margin-top: 10px;
  }

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

  .primary-paragraph.header {
    font-size: 17px;
  }

  .navbar-logo-link {
    height: 28px;
    margin-top: 8px;
  }

  .nav-menu-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-question-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .faq-answer, .faq-text {
    font-size: 18px;
    line-height: 25px;
  }

  .button-primary {
    height: 55px;
    padding: 10px 15px;
  }

  .header-img.lap-hidden {
    width: 100%;
  }

  .header-stats-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
  }

  .header-stats-div {
    width: 160px;
  }

  .header-download-btns-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .download-btn {
    width: 100%;
    max-width: 280px;
  }

  .players-section-img.lap-hidden, .coaches-section-img.lap-hidden {
    width: 91%;
  }
}

#w-node-aa5c1f61-24b2-664f-b38e-f499a18b6cb8-6ee1aeb9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1fcd2303-f257-77b1-f4a6-5717fc6a46ac-6ee1aeb9, #w-node-ce81230f-1651-8c0e-5b24-a41169dc73fb-6ee1aeb9 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-b21d90a3-3fe2-0e2a-e807-9c915c49f777-6ee1aeb9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-aa5c1f61-24b2-664f-b38e-f499a18b6cb8-6ee1aeb9, #w-node-_1fcd2303-f257-77b1-f4a6-5717fc6a46ac-6ee1aeb9, #w-node-ce81230f-1651-8c0e-5b24-a41169dc73fb-6ee1aeb9, #w-node-b21d90a3-3fe2-0e2a-e807-9c915c49f777-6ee1aeb9 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Orbitron Variablefont Wght';
  src: url('../fonts/Orbitron-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redig';
  src: url('../fonts/Redig-Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}