/* [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/(join)/_components/Logo/logo.module.css [app-client] (css) */
.logo-module__ir6gLq__logo {
  background-repeat: no-repeat;
  min-width: 14em;
  min-height: 4em;
  padding: 0;
}

/* [project]/app/(join)/_components/Layouts/Layout/layout.module.css [app-client] (css) */
.layout-module__l9RzCW__main {
  flex-flow: wrap;
  min-height: 100svh;
  display: flex;
}

.layout-module__l9RzCW__main > * {
  margin: 0 !important;
}

.layout-module__l9RzCW__half {
  box-sizing: border-box;
  flex-direction: column;
  flex: 1;
  align-items: center;
  min-height: 100svh;
  max-height: 100svh;
  padding: 20px 30px 0;
  display: flex;
  overflow-y: scroll;
}

.layout-module__l9RzCW__horizontalLine {
  padding-bottom: 10px;
  border-top: 2px solid #fff !important;
}

.layout-module__l9RzCW__verticalLine {
  border-left: 2px solid #fff;
}

.layout-module__l9RzCW__half:first-of-type {
  background-color: rgb(var(--primary));
  color: #fff;
  background: linear-gradient(to bottom right, #38b4ed 0%, #306cd5 50%, #2824bd 100%);
  flex-direction: column;
  align-items: center;
  max-width: 50%;
  font-size: 28px;
  display: flex;
}

@media screen and (max-width: 800px) {
  .layout-module__l9RzCW__main {
    flex-direction: column;
  }

  .layout-module__l9RzCW__stagger {
    align-items: flex-start !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .layout-module__l9RzCW__half {
    width: 100%;
    min-height: 0;
    max-height: none;
    padding: 30px;
    max-width: none !important;
  }

  .layout-module__l9RzCW__half:first-of-type {
    font-size: 20px;
  }

  .layout-module__l9RzCW__hr {
    border-top: 2px solid #fff !important;
  }
}

/* [project]/app/components/UsContactFields.module.css [app-client] (css) */
.UsContactFields-module__AJDWsq__formInputError {
  border-color: #e53e3e !important;
}

.UsContactFields-module__AJDWsq__formInputError:focus {
  outline-offset: 2px;
  outline: 2px solid #e53e3e33;
  border-color: #e53e3e !important;
}

.UsContactFields-module__AJDWsq__errorText {
  color: #e53e3e;
  white-space: pre-line;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 14px;
}

/* [project]/app/components/LeadLegalCheckboxes.module.css [app-client] (css) */
.LeadLegalCheckboxes-module__rNjjtG__paginatedParentStack {
  box-sizing: border-box;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  margin-top: 12px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .LeadLegalCheckboxes-module__rNjjtG__paginatedParentStack {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.LeadLegalCheckboxes-module__rNjjtG__paginatedParentStack .LeadLegalCheckboxes-module__rNjjtG__legalRow {
  width: 100%;
  max-width: 100%;
}

.LeadLegalCheckboxes-module__rNjjtG__paginatedParentStack .LeadLegalCheckboxes-module__rNjjtG__checkboxWrap {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.LeadLegalCheckboxes-module__rNjjtG__paginatedParentStack .LeadLegalCheckboxes-module__rNjjtG__checkboxItem {
  flex-shrink: 0;
}

.LeadLegalCheckboxes-module__rNjjtG__paginatedParentStack .LeadLegalCheckboxes-module__rNjjtG__legalLabel {
  box-sizing: border-box;
  text-align: left;
  flex: 1;
  min-width: 0;
}

.LeadLegalCheckboxes-module__rNjjtG__legalRow {
  margin: 0;
}

.LeadLegalCheckboxes-module__rNjjtG__mentorSignupStack {
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 767px) {
  .LeadLegalCheckboxes-module__rNjjtG__mentorSignupStack {
    gap: 16px;
  }
}

.LeadLegalCheckboxes-module__rNjjtG__checkboxWrap {
  align-items: flex-start;
  gap: 10px;
  display: flex;
}

.LeadLegalCheckboxes-module__rNjjtG__checkboxItem {
  cursor: pointer;
  accent-color: #306cd5;
  border: 1px solid gray;
  border-radius: 2px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: .2rem;
}

.LeadLegalCheckboxes-module__rNjjtG__legalLabel {
  color: #374151;
  cursor: pointer;
  max-width: none;
  padding-left: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}

.LeadLegalCheckboxes-module__rNjjtG__link {
  color: #306cd5;
  text-decoration: underline;
}

.LeadLegalCheckboxes-module__rNjjtG__link:hover {
  text-decoration: none;
}

.LeadLegalCheckboxes-module__rNjjtG__variantJoinPaginated .LeadLegalCheckboxes-module__rNjjtG__legalLabel {
  font-family: var(--font-montserrat), sans-serif;
  color: #374151;
  font-size: 15px;
  font-weight: 300;
}

.LeadLegalCheckboxes-module__rNjjtG__variantJoinPaginated .LeadLegalCheckboxes-module__rNjjtG__link {
  color: #306cd5;
}

.LeadLegalCheckboxes-module__rNjjtG__variantStartNew .LeadLegalCheckboxes-module__rNjjtG__legalLabel {
  font-family: var(--font-montserrat), sans-serif;
  color: #374151;
  font-size: 15px;
  line-height: 1.5;
}

.LeadLegalCheckboxes-module__rNjjtG__variantStartNew .LeadLegalCheckboxes-module__rNjjtG__link {
  color: #306cd5;
}

.LeadLegalCheckboxes-module__rNjjtG__variantContactFigma .LeadLegalCheckboxes-module__rNjjtG__checkboxWrap {
  align-items: flex-start;
  gap: 12px;
}

.LeadLegalCheckboxes-module__rNjjtG__variantContactFigma .LeadLegalCheckboxes-module__rNjjtG__checkboxItem {
  margin-top: 3px;
}

.LeadLegalCheckboxes-module__rNjjtG__variantContactFigma .LeadLegalCheckboxes-module__rNjjtG__legalLabel {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}

.LeadLegalCheckboxes-module__rNjjtG__variantContactFigma .LeadLegalCheckboxes-module__rNjjtG__link {
  color: #306cd5;
}

.LeadLegalCheckboxes-module__rNjjtG__variantMentorSignup .LeadLegalCheckboxes-module__rNjjtG__legalLabel {
  font-family: var(--font-montserrat), sans-serif;
  color: #fffffff2;
  font-size: .9375rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .LeadLegalCheckboxes-module__rNjjtG__variantMentorSignup .LeadLegalCheckboxes-module__rNjjtG__legalLabel {
    font-size: 12px;
    line-height: normal;
  }
}

.LeadLegalCheckboxes-module__rNjjtG__variantMentorSignup .LeadLegalCheckboxes-module__rNjjtG__link {
  color: #fffffff2;
  text-decoration: underline;
}

.LeadLegalCheckboxes-module__rNjjtG__variantMentorSignup .LeadLegalCheckboxes-module__rNjjtG__link:hover {
  text-decoration: none;
}

/* [project]/app/(join)/_components/Form/form.css [app-client] (css) */
.remove-button {
  display: none;
}

.offscreen {
  position: absolute;
  left: -10000px;
}

.split-container {
  flex-flow: wrap;
  gap: 1rem;
  display: flex;
}

.flex-col {
  flex-flow: wrap;
  justify-content: center;
  gap: .35rem;
  width: 100%;
  display: flex;
}

#root {
  gap: .5rem;
}

.progress-container {
  background-color: #f5f5f5;
  border: 1px solid #000;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 1rem;
}

.sportsCard {
  flex-direction: row;
  width: 170px;
  height: 70px;
  position: relative;
  box-shadow: 0 4px 19.6px 6px #00b4ef40;
}

.barmarker-container {
  flex-flow: row;
  justify-content: space-around;
  display: flex;
}

.barmarker {
  place-content: center;
  width: 100%;
  display: grid;
}

.barmarker:not(:last-child) {
  border-right: 1px solid #000;
}

.progress {
  width: 100%;
  height: 24px;
}

.form {
  border: 0 solid #000;
  border: 1px solid var(--Light-Charcoal_A2A, #b9b9b9);
  border-radius: 32px;
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: .75rem;
  box-shadow: 0 4px 19.6px 6px #00b4ef40;
}

.container {
  text-wrap: wrap;
  flex-flow: column;
  width: 225px;
  padding: 6px;
  display: flex;
}

.form-header {
  color: rgb(var(--primary));
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  display: flex;
}

#globalLoader {
  z-index: 9999;
  background-color: rgb(var(--primary));
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button-container {
  flex-flow: column-reverse;
  gap: .5rem;
  margin: 30px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .button-container {
    box-sizing: border-box;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .button-container .button {
    width: 100%;
  }
}

.button {
  color: #fff;
  background-color: rgb(var(--primary));
  border: 2px solid #e8e8e8;
  border-radius: 40px;
  padding: .5rem;
  box-shadow: 4px 4px 8px #0009;
}

button:disabled, button[disabled] {
  color: #666;
  background-color: #ccc;
  border: 1px solid #999;
}

select {
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 15px;
  padding: 5px 10px;
  overflow: hidden;
}

.formInput {
  border-width: 1px;
  border-color: gray;
  border-radius: 15px;
  padding: 5px 10px;
  background-color: #fff !important;
}

.content {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 10px;
  display: flex;
  position: absolute;
}

input[type="radio"]:hover {
  transform: scale(1.05);
}

input[type="radio"]:checked {
  border: 3px solid #478bfb;
}

input[type="radio"]:checked:after {
  background-color: #478bfb;
}

input[type="radio"] {
  appearance: none;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  outline: none;
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 7px 7px 15px #021c3514;
}

input[type="radio"]:before {
  content: "";
  visibility: hidden;
  background-color: #f9fafd;
  border: 1px solid #e2e6f3;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 35px;
  right: 20px;
}

input[type="radio"]:after {
  content: "";
  visibility: hidden;
  background-color: #0000;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 39.5px;
  right: 24.5px;
}

span {
  color: #7b7b93;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .container {
    width: 250px;
  }
}

.checkbox {
  text-align: start;
  justify-content: start;
}

h2 {
  text-align: center;
  justify-content: center;
  padding-top: 4%;
  padding-bottom: 5%;
  font-weight: bold;
}

.inputWrapper {
  flex-flow: wrap;
}

.checkboxLabel {
  text-align: start;
}

.entireForm {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

label {
  word-wrap: break-word;
  max-width: 225px;
  padding-left: 5px;
}

.form-description {
  word-wrap: break-word;
  max-width: none;
  margin-bottom: 1.25rem;
  display: inline-block;
}

.checkboxContainer {
  justify-content: space-evenly;
  padding-left: 4%;
}

.checkboxWrap {
  align-items: baseline;
  gap: .25em;
  margin-bottom: 4%;
  display: flex;
}

.checkboxItem {
  padding-bottom: 15px;
}

.checkboxLabel {
  max-width: 100%;
  padding: 5px;
  display: block;
}

.error-message {
  color: #ad251f;
  margin: 1rem;
  display: block;
}

[aria-invalid="true"] {
  border-color: #ad251f;
}

.textarea-large {
  resize: vertical;
  width: 100%;
  height: 8rem;
  padding: 5px;
  overflow: auto;
}

.fieldset, fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.legend, legend {
  padding-bottom: 20px;
}

[required] + label:after, .is-required:after {
  content: "*" / "";
}

label:has( + [required]):after {
  content: "*" / "";
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select, textarea, input {
    font-size: 16px;
  }
}

.info-small {
  text-align: center;
  padding-top: 20px;
  font-size: 10px;
}

.info-small a {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.info-small a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

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