/* [project]/app/components/Section.module.css [app-client] (css) */
.Section-module__7jGEVW__section {
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
  padding: 64px;
  display: flex;
  position: relative;
}

.Section-module__7jGEVW__bg {
  pointer-events: none;
}

.Section-module__7jGEVW__section > div:not(.Section-module__7jGEVW__bg) {
  z-index: 2;
}

.Section-module__7jGEVW__section p {
  color: #333;
  font-size: 1em;
}

.Section-module__7jGEVW__withGradient {
  background: linear-gradient(to bottom right, #38b4ed 0%, #306cd5 50%, #2824bd 100%);
}

.Section-module__7jGEVW__dark, .Section-module__7jGEVW__dark p {
  color: #fff;
}

.Section-module__7jGEVW__doubleVerticalPadding {
  padding-top: 128px;
  padding-bottom: 128px;
}

.Section-module__7jGEVW__formPadding {
  padding: 24px 64px 64px;
}

.Section-module__7jGEVW__section h1 {
  font-size: 3.5em;
  font-weight: 700;
}

.Section-module__7jGEVW__section h2 {
  font-size: 2.75em;
  font-weight: 700;
}

.Section-module__7jGEVW__section h3 {
  font-size: 2em;
  font-weight: 700;
}

.Section-module__7jGEVW__section h4 {
  font-size: 1.5em;
  font-weight: 700;
}

.Section-module__7jGEVW__section h4 span {
  font-size: 1em;
  font-weight: 700;
}

.Section-module__7jGEVW__section strong {
  color: rgb(var(--primary));
  font-weight: 700;
}

@media screen and (max-width: 1050px) {
  .Section-module__7jGEVW__section .threePane:not(.wrap) > div {
    display: none;
  }

  .Section-module__7jGEVW__bg {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .Section-module__7jGEVW__section, .Section-module__7jGEVW__formPadding {
    padding: 32px 16px;
  }

  .Section-module__7jGEVW__section h1 {
    font-size: 2.5em !important;
  }

  .Section-module__7jGEVW__section h2 {
    font-size: 1.85em !important;
  }

  .Section-module__7jGEVW__section h3 {
    font-size: 1.4em;
    font-weight: 700;
  }

  .Section-module__7jGEVW__section h4 {
    font-size: 1.14em;
    font-weight: 700;
  }

  .Section-module__7jGEVW__section .athleteImage {
    max-height: 320px;
  }
}

/* [project]/app/(header and footer)/page.module.css [app-client] (css) */
.page-module__PVKJZG__schoolSection {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding-top: 7px;
  padding-bottom: 15px;
  flex-direction: row !important;
}

.page-module__PVKJZG__schoolSection p {
  text-transform: capitalize;
  text-align: center;
  width: 100%;
  padding-bottom: 1em;
}

.page-module__PVKJZG__schoolSection > div {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  display: flex;
}

@media screen and (max-width: 700px) {
  .page-module__PVKJZG__bg {
    display: none;
  }
}

@media screen and (max-width: 1050px) {
  .page-module__PVKJZG__threePaneFamilies img {
    display: none;
  }
}

/* [project]/app/(header and footer)/Footer.module.css [app-client] (css) */
.Footer-module___WNOoG__footer {
  box-sizing: border-box;
  background-color: #fff;
  align-self: stretch;
  width: 100%;
  max-width: none;
  padding-top: 24px;
  padding-bottom: 64px;
}

.Footer-module___WNOoG__inset {
  box-sizing: border-box;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 768px) {
  .Footer-module___WNOoG__inset {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .Footer-module___WNOoG__inset {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (min-width: 1280px) {
  .Footer-module___WNOoG__inset {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media screen and (min-width: 1535px) {
  .Footer-module___WNOoG__inset {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.Footer-module___WNOoG__shell {
  box-sizing: border-box;
  max-width: var(--layout-max-content-width);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  min-width: 0;
  margin: 0 auto;
  display: flex;
}

@media screen and (min-width: 768px) {
  .Footer-module___WNOoG__shell {
    flex-flow: row;
    align-items: flex-start;
    gap: 46.5px;
  }
}

@media screen and (min-width: 1024px) {
  .Footer-module___WNOoG__shell {
    gap: 38px;
  }
}

@media screen and (min-width: 1280px) {
  .Footer-module___WNOoG__shell {
    gap: 94px;
  }
}

@media screen and (min-width: 1535px) {
  .Footer-module___WNOoG__shell {
    gap: 150px;
  }
}

.Footer-module___WNOoG__brand {
  box-sizing: border-box;
  flex: none;
  min-width: 0;
  max-width: 100%;
  margin-inline: 0;
}

@media screen and (max-width: 767px) {
  .Footer-module___WNOoG__brand {
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .Footer-module___WNOoG__brand {
    max-width: 235px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .Footer-module___WNOoG__brand {
    max-width: 228px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1534px) {
  .Footer-module___WNOoG__brand {
    max-width: 284px;
  }
}

@media screen and (min-width: 1535px) {
  .Footer-module___WNOoG__brand {
    max-width: 340px;
  }
}

.Footer-module___WNOoG__brandStack {
  box-sizing: border-box;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  width: min-content;
  max-width: 100%;
  display: flex;
}

@media screen and (max-width: 767px) {
  .Footer-module___WNOoG__brandStack {
    align-items: center;
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .Footer-module___WNOoG__brandStack {
    align-items: center;
    width: 100%;
  }
}

.Footer-module___WNOoG__logo {
  box-sizing: border-box;
  justify-content: flex-start;
  width: fit-content;
  max-width: 100%;
  display: flex;
}

.Footer-module___WNOoG__logo svg {
  width: 200px;
  height: auto;
  aspect-ratio: var(--a2a-logo-aspect-ratio);
  display: block;
}

@media screen and (max-width: 767px) {
  .Footer-module___WNOoG__logo {
    justify-content: center;
  }

  .Footer-module___WNOoG__logo svg {
    width: 250px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .Footer-module___WNOoG__logo {
    justify-content: center;
  }
}

.Footer-module___WNOoG__socials {
  justify-content: center;
  align-items: center;
  gap: 28.5px;
  width: 100%;
  min-width: 0;
  display: flex;
}

.Footer-module___WNOoG__socialLink {
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin: 0;
  padding: 0;
  line-height: 0;
  display: inline-flex;
}

.Footer-module___WNOoG__socialLink svg {
  width: 45px;
  max-width: 100%;
  height: 45px;
  display: block;
}

.Footer-module___WNOoG__email {
  font-size: 1em;
  font-weight: 300;
}

.Footer-module___WNOoG__linksBlock {
  flex-direction: column;
  flex: 1 1 0;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  min-width: 0;
  display: flex;
}

@media screen and (max-width: 767px) {
  .Footer-module___WNOoG__linksBlock {
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .Footer-module___WNOoG__linksBlock {
    align-self: stretch;
    width: auto;
  }
}

.Footer-module___WNOoG__pages {
  grid-template-columns: 1fr;
  justify-items: stretch;
  gap: 4px 16px;
  width: 100%;
  display: grid;
}

@media screen and (max-width: 767px) {
  .Footer-module___WNOoG__pages {
    justify-items: center;
  }
}

.Footer-module___WNOoG__pages a {
  color: #000;
  text-align: left;
  box-sizing: border-box;
  width: 100%;
  max-width: 20rem;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  display: block;
}

@media screen and (max-width: 767px) {
  .Footer-module___WNOoG__pages a {
    text-align: center;
    max-width: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .Footer-module___WNOoG__pages {
    grid-template-rows: repeat(4, auto);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: stretch;
  }

  .Footer-module___WNOoG__pages a:first-child {
    grid-area: 1 / 1;
  }

  .Footer-module___WNOoG__pages a:nth-child(2) {
    grid-area: 1 / 2;
  }

  .Footer-module___WNOoG__pages a:nth-child(3) {
    grid-area: 2 / 1;
  }

  .Footer-module___WNOoG__pages a:nth-child(4) {
    grid-area: 2 / 2;
  }

  .Footer-module___WNOoG__pages a:nth-child(5) {
    grid-area: 3 / 1;
  }

  .Footer-module___WNOoG__pages a:nth-child(6) {
    grid-area: 3 / 2;
  }

  .Footer-module___WNOoG__pages a:nth-child(7) {
    grid-area: 4 / 1;
  }

  .Footer-module___WNOoG__pages a {
    text-align: left;
    width: auto;
    min-width: 0;
    max-width: none;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .Footer-module___WNOoG__pages {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: stretch;
  }

  .Footer-module___WNOoG__pages a:first-child {
    grid-area: 1 / 1;
  }

  .Footer-module___WNOoG__pages a:nth-child(2) {
    grid-area: 1 / 2;
  }

  .Footer-module___WNOoG__pages a:nth-child(3) {
    grid-area: 1 / 3;
  }

  .Footer-module___WNOoG__pages a:nth-child(4) {
    grid-area: 2 / 1;
  }

  .Footer-module___WNOoG__pages a:nth-child(5) {
    grid-area: 2 / 2;
  }

  .Footer-module___WNOoG__pages a:nth-child(6) {
    grid-area: 2 / 3;
  }

  .Footer-module___WNOoG__pages a:nth-child(7) {
    grid-area: 3 / 1;
  }

  .Footer-module___WNOoG__pages a {
    text-align: left;
    width: auto;
    min-width: 0;
    max-width: none;
  }
}

@media screen and (min-width: 1280px) {
  .Footer-module___WNOoG__pages {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-items: stretch;
  }

  .Footer-module___WNOoG__pages a:first-child {
    grid-area: 1 / 1;
  }

  .Footer-module___WNOoG__pages a:nth-child(2) {
    grid-area: 1 / 2;
  }

  .Footer-module___WNOoG__pages a:nth-child(3) {
    grid-area: 1 / 3;
  }

  .Footer-module___WNOoG__pages a:nth-child(4) {
    grid-area: 1 / 4;
  }

  .Footer-module___WNOoG__pages a:nth-child(5) {
    grid-area: 2 / 1;
  }

  .Footer-module___WNOoG__pages a:nth-child(6) {
    grid-area: 2 / 2;
  }

  .Footer-module___WNOoG__pages a:nth-child(7) {
    grid-area: 2 / 3;
  }

  .Footer-module___WNOoG__pages a {
    text-align: left;
    width: auto;
    min-width: 0;
    max-width: none;
  }
}

.Footer-module___WNOoG__legals {
  color: #000;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  display: flex;
}

@media screen and (min-width: 768px) {
  .Footer-module___WNOoG__legals {
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.Footer-module___WNOoG__legals a {
  color: inherit;
  text-decoration: none;
}

/* [project]/app/(header and footer)/Carousel.css [app-client] (css) */
.embla {
  --slide-spacing: 0rem;
  --slide-size: 20%;
  max-width: 100%;
  overflow: hidden;
}

.embla__container {
  backface-visibility: hidden;
  margin-left: calc(var(--slide-spacing) * -1);
  padding-bottom: 10%;
  display: flex;
}

.embla__slide {
  flex: 0 0 var(--slide-size);
  min-width: 0;
  padding-left: var(--slide-spacing);
}

@media (max-width: 768px) {
  .embla {
    --slide-size: 25%;
    max-width: 100%;
  }

  .embla__slide {
    max-height: 100px;
  }
}

/* [project]/app/(header and footer)/AthleteCarousel.css [app-client] (css) */
.embla_mentors {
  --slide-spacing: 0rem;
  --slide-size: 27%;
  max-width: 100%;
  overflow: hidden;
}

.embla__container_mentors {
  backface-visibility: hidden;
  margin-left: calc(var(--slide-spacing) * -1);
  padding-bottom: 3%;
  display: flex;
}

.embla__slide_mentors {
  flex: 0 0 var(--slide-size);
  min-width: 100px;
  padding-left: var(--slide-spacing);
}

@media (max-width: 768px) {
  .embla_mentors {
    --slide-size: 95%;
    max-width: 100%;
  }
}

.arrow {
  cursor: pointer;
  border: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.arrow:hover {
  color: #000;
  background-color: #ddd;
}

.previous, .next {
  color: #fff;
  background-color: #306cd5;
}

.round {
  border-radius: 50%;
}

.buttons__wrapper {
  flex-direction: row;
  justify-content: center;
  padding-bottom: 4%;
  display: flex;
}

/* [project]/app/(header and footer)/TestimonialCarousel.css [app-client] (css) */
.embla_card {
  --slide-spacing: 0rem;
  --slide-size: 92%;
  max-width: 80%;
  overflow: hidden;
}

.embla__container_card {
  backface-visibility: hidden;
  margin-left: calc(var(--slide-spacing) * -1);
  padding-bottom: 3%;
  display: flex;
}

.embla__slide_card {
  flex: 0 0 var(--slide-size);
  min-width: 0;
  margin-top: 25px;
  margin-left: 25px;
  margin-right: 25px;
}

.embla__dots {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: -.6rem;
  display: flex;
}

.embla__dot {
  -webkit-tap-highlight-color: rgba(green, .5);
  background-color: #0000;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin: 0;
  padding: 0;
  display: flex;
}

.embla__dot:after {
  content: "";
  background: #38b4ed;
  border-radius: 50%;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.embla__dot--selected:after {
  background-color: #306cd5;
  box-shadow: inset 0 0 0 .2rem #306cd5;
}

@media (max-width: 768px) {
  .embla_card {
    --slide-size: 95%;
    max-width: 98%;
  }

  .testimonialSection {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.arrow {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.arrow:hover {
  color: #000;
  background-color: #ddd;
}

.previous, .next {
  color: #fff;
  background-color: #306cd5;
}

.round {
  border-radius: 50%;
}

.buttons__wrapper {
  flex-direction: row;
  justify-content: center;
  padding-bottom: 4%;
  display: flex;
}

/* [project]/app/components/promo/promo-modal.module.css [app-client] (css) */
html:has(.promo-modal-module__aOhHXW__dialog[open]) {
  overflow: hidden;
}

.promo-modal-module__aOhHXW__dialog {
  background-color: #fff;
  border: 0 solid #0000;
  width: 95vw;
  max-width: calc(100% - 1em);
  max-height: calc(100% - 1em);
  margin-block: auto;
  margin-inline: auto;
  padding: 0;
}

@media (min-width: 30em) {
  .promo-modal-module__aOhHXW__dialog {
    width: 80vw;
  }
}

@media (min-width: 40em) {
  .promo-modal-module__aOhHXW__dialog {
    width: 60vw;
  }
}

@media (min-width: 48em) {
  .promo-modal-module__aOhHXW__dialog {
    width: 60em;
  }
}

.promo-modal-module__aOhHXW__dialog::backdrop {
  pointer-events: none;
  background-color: #00000080;
}

.promo-modal-module__aOhHXW__dialogInner {
  position: relative;
}

.promo-modal-module__aOhHXW__dialogContent {
  border: 4px solid rgb(var(--primary));
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 2em;
  display: flex;
}

.promo-modal-module__aOhHXW__dialogImage {
  overflow: clip;
}

.promo-modal-module__aOhHXW__dialogImage img {
  object-fit: cover;
  width: auto;
  max-width: 100%;
}

@media (min-width: 48em) {
  .promo-modal-module__aOhHXW__dialogImage img {
    height: 100%;
  }
}

.promo-modal-module__aOhHXW__imageViewportBig {
  display: none;
}

.promo-modal-module__aOhHXW__imageViewportSmall {
  display: inline-block;
}

@media (min-width: 48em) {
  .promo-modal-module__aOhHXW__dialogWrapper {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    display: grid;
  }

  .promo-modal-module__aOhHXW__dialogImage {
    grid-area: 1 / 2 / 2 / 3;
  }

  .promo-modal-module__aOhHXW__dialogContent {
    grid-area: 1 / 1 / 2 / 2;
  }

  .promo-modal-module__aOhHXW__imageViewportSmall {
    display: none;
  }

  .promo-modal-module__aOhHXW__imageViewportBig {
    display: inline-block;
  }
}

.promo-modal-module__aOhHXW__dialogTitle {
  margin-bottom: 1em;
  font-size: 1em;
}

.promo-modal-module__aOhHXW__dialogTitle:focus {
  outline: 0;
}

.promo-modal-module__aOhHXW__dialogTitle, .promo-modal-module__aOhHXW__dialogTitleBig, .promo-modal-module__aOhHXW__dialogTitleSmall {
  font-weight: bold;
  line-height: 1.2;
}

.promo-modal-module__aOhHXW__dialogTitleBig {
  text-transform: uppercase;
  font-size: 2.5em;
}

.promo-modal-module__aOhHXW__dialogTitleSmall {
  font-size: 1.2em;
}

.promo-modal-module__aOhHXW__dialogContent p {
  margin-bottom: 1.5em;
  font-size: 1em;
}

@media (min-width: 48em) {
  .promo-modal-module__aOhHXW__dialogTitleBig {
    font-size: 3em;
  }

  .promo-modal-module__aOhHXW__dialogTitleSmall {
    font-size: 1.75em;
  }

  .promo-modal-module__aOhHXW__dialogContent p {
    font-size: 21px;
  }
}

.promo-modal-module__aOhHXW__dialogContent strong {
  font-weight: bold;
}

.promo-modal-module__aOhHXW__dialogCode {
  color: rgb(var(--primary));
  font-weight: bold;
}

.promo-modal-module__aOhHXW__closeBtn {
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: inline-flex;
  position: absolute;
  top: 1em;
  right: 1em;
}

/*# sourceMappingURL=app_0d5vrfg._.css.map*/