/* [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/components/Button.module.css [app-client] (css) */
.Button-module__Nm1E8a__button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .5em 1.2em;
  font-weight: 600;
  transition: transform .15s, box-shadow .15s;
  display: inline-flex;
  transform: translateY(0);
}

.Button-module__Nm1E8a__button.Button-module__Nm1E8a__fullWidth {
  width: 100%;
}

.Button-module__Nm1E8a__button:hover:not(:disabled):not(.Button-module__Nm1E8a__disabled) {
  transform: translateY(.15em);
  box-shadow: .15em .15em 0 0 var(--shadow-color, rgb(var(--primaryLight))) !important;
}

.Button-module__Nm1E8a__button:active:not(:disabled):not(.Button-module__Nm1E8a__disabled) {
  transform: translateY(.2em);
  box-shadow: .1em .1em 0 0 var(--shadow-color, rgb(var(--primaryLight))) !important;
}

.Button-module__Nm1E8a__button:disabled, .Button-module__Nm1E8a__button.Button-module__Nm1E8a__disabled {
  cursor: default;
  transition: none;
}

.Button-module__Nm1E8a__button:disabled:hover, .Button-module__Nm1E8a__button.Button-module__Nm1E8a__disabled:hover {
  transform: none !important;
}

.Button-module__Nm1E8a__button:focus-visible {
  outline-offset: 0;
}

/* [project]/app/(header and footer)/Header.module.css [app-client] (css) */
.Header-module__wNR_Fq__header {
  --headerHeight: 75px;
  height: var(--headerHeight);
  z-index: 10050;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  overflow: visible;
}

.Header-module__wNR_Fq__inset {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

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

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

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

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

.Header-module__wNR_Fq__shell {
  max-width: var(--layout-max-content-width);
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  overflow: visible;
}

.Header-module__wNR_Fq__logo {
  flex-shrink: 0;
  align-items: center;
  min-width: 0;
  display: flex;
}

.Header-module__wNR_Fq__logo svg {
  width: 175px;
  height: auto;
  aspect-ratio: var(--a2a-logo-aspect-ratio);
  display: block;
}

@media screen and (min-width: 768px) {
  .Header-module__wNR_Fq__logo svg {
    width: 200px;
  }
}

.Header-module__wNR_Fq__endCluster {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  min-width: 0;
  display: flex;
  overflow: visible;
}

.Header-module__wNR_Fq__desktopNav {
  min-width: 0;
  height: var(--headerHeight);
  min-height: var(--headerHeight);
  max-height: var(--headerHeight);
  z-index: 20;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: 4px;
  display: flex;
  position: relative;
  overflow: visible;
}

@media screen and (min-width: 1024px) {
  .Header-module__wNR_Fq__desktopNav .MuiAccordion-root:before {
    display: none !important;
  }
}

.Header-module__wNR_Fq__desktopNav > * {
  flex-shrink: 0;
}

.Header-module__wNR_Fq__ctaRow {
  z-index: 1;
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
  display: flex;
  position: relative;
}

.Header-module__wNR_Fq__ham {
  cursor: pointer;
  background: none;
  border: none;
  flex-shrink: 0;
  margin: 0;
  padding: 0 16px;
  line-height: 0;
  display: none;
}

@media screen and (max-width: 1023px) {
  .Header-module__wNR_Fq__ham {
    justify-content: center;
    align-items: center;
    padding-left: 4px;
    padding-right: 0;
    display: flex;
  }

  .Header-module__wNR_Fq__mobileNavCtas {
    box-sizing: border-box;
    border-top: 1px solid #e6e6e6;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-top: 28px;
    padding-top: 28px;
    display: flex;
  }

  .Header-module__wNR_Fq__mobileNavPanel {
    min-width: 100%;
    min-height: calc(100vh - var(--headerHeight));
    max-height: calc(100vh - var(--headerHeight));
    max-height: calc(100dvh - var(--headerHeight));
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    left: 0;
    right: 0;
    top: var(--headerHeight);
    box-sizing: border-box;
    background-color: #fff;
    align-items: flex-start;
    padding: 40px;
    transition: opacity .2s;
    position: absolute;
    overflow: hidden auto;
  }

  .Header-module__wNR_Fq__mobileNav {
    flex-direction: column;
    width: 100%;
    display: flex;
    height: auto !important;
  }

  .Header-module__wNR_Fq__header .MuiAccordionDetails-root {
    background: var(--Pale-Blue_A2A, #f5f8fd);
    border: none;
    border-radius: 32px;
    width: 14em;
    margin: 0 auto;
  }

  .Header-module__wNR_Fq__header .MuiAccordion-root:before {
    display: none;
  }

  .Header-module__wNR_Fq__header .MuiAccordionSummary-content {
    justify-content: center;
    display: flex;
  }

  .Header-module__wNR_Fq__navHidden {
    opacity: 0;
    pointer-events: none;
  }
}

.Header-module__wNR_Fq__header .MuiAccordionSummary-content {
  text-transform: uppercase;
}

.Header-module__wNR_Fq__login {
  font-size: 1em;
  font-weight: 300;
}

/* [project]/app/(header and footer)/NavItem.module.css [app-client] (css) */
.NavItem-module__QpJ7gq__navItem {
  box-shadow: none !important;
  background-color: #0000 !important;
}

.NavItem-module__QpJ7gq__navItem * {
  text-wrap: nowrap !important;
  background-color: #0000 !important;
  font-weight: 600 !important;
}

.NavItem-module__QpJ7gq__navItem .MuiAccordionSummary-content {
  margin: 0 !important;
}

.NavItem-module__QpJ7gq__summary {
  height: var(--headerHeight);
  font-size: 1em;
  margin: 0 auto !important;
}

@media screen and (min-width: 1024px) {
  .NavItem-module__QpJ7gq__navItem {
    overflow: visible !important;
  }

  .NavItem-module__QpJ7gq__navItem.Mui-expanded {
    z-index: 20;
    position: relative;
  }

  .NavItem-module__QpJ7gq__dropDown {
    margin-top: 1px;
  }
}

.NavItem-module__QpJ7gq__dropDown {
  border: 1px solid #b9b9b9;
  border-top: none;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  flex-direction: column;
  align-items: center;
  display: flex;
  background-color: #fff !important;
  padding: 1em !important;
}

.NavItem-module__QpJ7gq__dropDown a {
  color: rgb(var(--primary));
  padding: .5em 0;
  font-size: 1em;
  font-weight: 600;
}

.NavItem-module__QpJ7gq__summary a {
  margin: 0 10px;
}

/* [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/(mentor)/mentors/mentor.css [app-client] (css) */
.mentor-bg-image {
  display: block;
}

@media screen and (max-width: 768px) {
  .mentor-bg-image {
    display: none;
  }
}

.mentor-modal-content {
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  gap: 4em;
  width: 100%;
  max-width: 700px;
  height: 100%;
  padding: 4em;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  overflow-y: scroll;
}

@media screen and (max-width: 600px) {
  .mentor-modal-content {
    gap: 2em !important;
    max-width: 100% !important;
    padding: 2em 1.5em !important;
  }
}

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