#page_content {
  max-width: unset;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#page_content > .text_content {
  max-width: unset !important;
}
.footballguys_page .imodule {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 48px 96px;
  box-sizing: border-box;
}
.footballguys_page .imodule > .iflex_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  gap: 50px;
  flex-wrap: wrap;
  width: 100%;
}
.footballguys_page .imodule > .iflex_container > .iflex_item {
  flex: 0 0 auto;
  min-width: 40%;
  max-width: 40%;
}
.footballguys_page .imodule > .iflex_container > .iflex_item.title-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  position: relative;
  align-self: stretch;
}
.footballguys_page .iflex_title {
  font-size: 50px;
  color: #ffffff;
  font-weight: 700;
}
.footballguys_page .iflex_description {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
}
.footballguys_page .footballguys-hero {
  background-color: #000000;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.35) 100%), url("/frontend/img/footballguys/hero_stadium.png");
  background-position: center top, center top;
  background-size: 100% 100%, 100% 102%;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
  aspect-ratio: 1440 / 608;
}
.footballguys_page .footballguys-hero > .iflex_container {
  justify-content: center;
}
.footballguys_page .footballguys-hero > .iflex_container > .iflex_item.hero-inner {
  min-width: 700px;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}
.footballguys_page .footballguys-hero > .iflex_container > .iflex_item.hero-inner > .div-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footballguys_page .footballguys-hero .fbg-logo {
  width: 320px;
  height: 64px;
  background: url("/frontend/img/footballguys/footballguys-header-logo-white.svg") center center / contain no-repeat;
}
.footballguys_page .footballguys-hero .hero-eyebrow {
  font-size: 32px;
  margin: 0;
}
.footballguys_page .footballguys-hero .hero-title {
  font-size: 52px;
  line-height: 1.05;
  margin: 0;
  letter-spacing: 0.02em;
}
.footballguys_page .footballguys-hero .hero-subtitle {
  font-size: 32px;
  margin: 0;
}
.footballguys_page .footballguys-hero .hero-subtitle > strong {
  font-weight: 700;
}
.footballguys_page .footballguys-hero .hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 12px;
}
.footballguys_page .footballguys-hero .hero-ctas > .primary-button,
.footballguys_page .footballguys-hero .hero-ctas > .tertiary-button {
  width: 180px;
  flex: 0 0 auto;
}
.footballguys_page .footballguys-sponsor {
  background: #dc3545;
  color: #ffffff;
  padding: 16px 96px 16px;
  min-height: 0;
}
.footballguys_page .footballguys-sponsor > .iflex_container {
  gap: 24px;
}
.footballguys_page .footballguys-sponsor > .iflex_container > .iflex_item {
  min-width: 0;
  max-width: none;
  flex: 0 0 auto;
}
.footballguys_page .footballguys-sponsor .iflex_title,
.footballguys_page .footballguys-sponsor .iflex_description {
  color: #ffffff;
}
.footballguys_page .footballguys-sponsor .iflex_title {
  font-size: 44px;
  line-height: 1.1;
}
.footballguys_page .footballguys-sponsor .iflex_description {
  font-size: 16px;
  line-height: 1.6;
  max-width: 480px;
}
.footballguys_page .footballguys-sponsor .logo-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footballguys_page .footballguys-sponsor .fbg-badge {
  width: 480px;
  height: 480px;
  max-width: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.footballguys_page .footballguys-sponsor .primary-button {
  background: #ffffff;
  color: #000000;
}
.footballguys_page .footballguys-stats {
  background: linear-gradient(90deg, rgba(13, 27, 42, 0.92) 0%, rgba(13, 27, 42, 0.6) 60%, rgba(13, 27, 42, 0.2) 100%), url("/frontend/img/footballguys/winners_circle_section.png") right center / cover no-repeat;
  color: #ffffff;
  min-height: 360px;
}
.footballguys_page .footballguys-stats .stats-inner {
  min-width: 80%;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.footballguys_page .footballguys-stats .stats-title {
  font-size: 36px;
  margin: 0;
}
.footballguys_page .footballguys-stats .hero-stats {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  padding: 16px 0;
}
.footballguys_page .footballguys-stats .hero-stats > .stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footballguys_page .footballguys-stats .hero-stats > .stat > .div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.footballguys_page .footballguys-stats .hero-stats > .stat > .div > .STAT {
  color: #ffffff;
  font-size: 56px;
  line-height: 1;
  white-space: nowrap;
}
.footballguys_page .footballguys-stats .hero-stats > .stat > .div > .STAT > sup {
  font-size: 60%;
  top: -0.6em;
}
.footballguys_page .footballguys-stats .hero-stats > .stat > .div > .stat-desc {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.08em;
  margin-top: 4px;
  white-space: nowrap;
}
.footballguys_page .footballguys-stats .hero-stats > .stat-divider {
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.4);
}
.footballguys_page .footballguys-discount {
  background: #0d1b2a;
  color: #ffffff;
  min-height: 320px;
}
.footballguys_page .footballguys-discount .iflex_title,
.footballguys_page .footballguys-discount .iflex_description {
  color: #ffffff;
}
.footballguys_page .footballguys-discount .iflex_title {
  font-size: 36px;
}
.footballguys_page .footballguys-discount .iflex_description {
  font-size: 16px;
  line-height: 1.6;
  max-width: 480px;
}
.footballguys_page .footballguys-discount .iflex_description > strong {
  color: #dc3545;
  font-weight: 700;
}
.footballguys_page .footballguys-discount > .iflex_container {
  gap: 24px;
}
.footballguys_page .footballguys-discount > .iflex_container > .iflex_item {
  min-width: 0;
  max-width: none;
  flex: 0 0 auto;
}
.footballguys_page .footballguys-discount .promo-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footballguys_page .footballguys-discount .promo-card {
  display: flex;
  align-items: center;
  gap: 32px;
  background: #142536;
  border: 1px solid rgba(220, 53, 69, 0.4);
  border-radius: 8px;
  padding: 20px;
  max-width: 680px;
}
.footballguys_page .footballguys-discount .promo-badge {
  width: 160px;
  height: 160px;
  flex: 0 0 auto;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.footballguys_page .footballguys-discount .promo-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.footballguys_page .footballguys-discount .promo-label {
  font-size: 20px;
  color: #ffffff;
}
.footballguys_page .footballguys-discount .promo-code {
  font-size: 36px;
  color: #dc3545;
  letter-spacing: 0.04em;
  font-style: italic;
}
@media only screen and (max-width: 900px) {
  .footballguys_page .imodule {
    padding: 32px 24px;
  }
  .footballguys_page .footballguys-hero {
    min-height: 480px;
  }
  .footballguys_page .footballguys-hero > .iflex_container > .iflex_item.hero-inner {
    min-width: 0;
    max-width: 100%;
  }
  .footballguys_page .footballguys-hero .hero-title {
    font-size: 36px;
  }
  .footballguys_page .footballguys-hero .hero-eyebrow,
  .footballguys_page .footballguys-hero .hero-subtitle {
    font-size: 16px;
  }
  .footballguys_page .footballguys-hero .hero-ctas {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .footballguys_page .footballguys-hero .hero-ctas > .primary-button,
  .footballguys_page .footballguys-hero .hero-ctas > .tertiary-button {
    width: 180px;
  }
  .footballguys_page .footballguys-sponsor {
    padding: 16px 24px 40px;
  }
  .footballguys_page .footballguys-sponsor > .iflex_container {
    flex-direction: column-reverse;
    gap: 0;
  }
  .footballguys_page .footballguys-sponsor > .iflex_container > .iflex_item {
    min-width: 100%;
    max-width: 100%;
  }
  .footballguys_page .footballguys-sponsor > .iflex_container > .iflex_item.title-section {
    align-items: center;
    text-align: center;
    gap: 16px;
  }
  .footballguys_page .footballguys-sponsor .iflex_title,
  .footballguys_page .footballguys-sponsor .iflex_description {
    margin: 0;
  }
  .footballguys_page .footballguys-sponsor .iflex_title {
    font-size: 32px;
    max-width: 420px;
  }
  .footballguys_page .footballguys-sponsor .iflex_description {
    max-width: 420px;
  }
  .footballguys_page .footballguys-sponsor .fbg-badge {
    height: 300px;
  }
  .footballguys_page .footballguys-stats .stats-title {
    font-size: 26px;
  }
  .footballguys_page .footballguys-stats .hero-stats {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footballguys_page .footballguys-stats .hero-stats > .stat > .div > .STAT {
    font-size: 36px;
  }
  .footballguys_page .footballguys-stats .hero-stats > .stat-divider {
    display: none;
  }
  .footballguys_page .footballguys-discount > .iflex_container {
    flex-direction: column;
  }
  .footballguys_page .footballguys-discount > .iflex_container > .iflex_item.title-section {
    align-items: center;
    text-align: center;
  }
  .footballguys_page .footballguys-discount .promo-card {
    flex-direction: column;
    text-align: center;
    padding: 24px 16px;
    gap: 16px;
  }
}
/*# sourceMappingURL=footballguys.page.css.map */