/* [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)/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)/LegalDocument.module.css [app-client] (css) */
.LegalDocument-module__azbnrW__wrapper {
  width: 100%;
  max-width: 45rem;
  padding: 2.5rem var(--gap);
  padding-left: max(var(--gap), env(safe-area-inset-left));
  padding-right: max(var(--gap), env(safe-area-inset-right));
  box-sizing: border-box;
  margin: 0 auto;
}

.LegalDocument-module__azbnrW__body {
  color: #171a1d;
  overflow-wrap: anywhere;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-size: 1rem;
  line-height: 1.65;
}

.LegalDocument-module__azbnrW__body p {
  text-align: justify;
  margin: 0 0 .9em;
}

:is(.LegalDocument-module__azbnrW__body ol, .LegalDocument-module__azbnrW__body ul) {
  margin: 0 0 1em;
  padding-left: 1.5rem;
}

.LegalDocument-module__azbnrW__body ol.ol1 {
  list-style-type: decimal;
  list-style-position: outside;
}

.LegalDocument-module__azbnrW__body ul.ul1 {
  list-style-type: disc;
  list-style-position: outside;
}

:is(.LegalDocument-module__azbnrW__body ol ol, .LegalDocument-module__azbnrW__body ul ul, .LegalDocument-module__azbnrW__body ol ul, .LegalDocument-module__azbnrW__body ul ol) {
  margin-bottom: .5em;
}

.LegalDocument-module__azbnrW__body li {
  text-align: justify;
  margin-bottom: .35em;
}

.LegalDocument-module__azbnrW__body a {
  color: rgb(var(--primary));
  text-underline-offset: 2px;
  text-decoration: underline;
}

.LegalDocument-module__azbnrW__body a:hover {
  text-decoration: none;
}

:is(.LegalDocument-module__azbnrW__body b, .LegalDocument-module__azbnrW__body strong) {
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .LegalDocument-module__azbnrW__wrapper {
    padding-top: 1.25rem;
    padding-bottom: 2rem;
    padding-left: max(0px, env(safe-area-inset-left));
    padding-right: max(0px, env(safe-area-inset-right));
    max-width: 100%;
  }

  .LegalDocument-module__azbnrW__body {
    font-size: 1rem;
    line-height: 1.62;
  }

  :is(.LegalDocument-module__azbnrW__body p, .LegalDocument-module__azbnrW__body li) {
    text-align: start;
  }

  :is(.LegalDocument-module__azbnrW__body ol, .LegalDocument-module__azbnrW__body ul) {
    padding-left: 0;
    margin: 0 0 1rem;
    margin-inline-start: 0;
    padding-inline-start: 1.375rem;
  }

  .LegalDocument-module__azbnrW__body ol.ol1 {
    margin-inline-start: .125rem;
    padding-inline-start: 1.625rem;
    list-style-position: outside;
  }

  :is(.LegalDocument-module__azbnrW__body ol ol, .LegalDocument-module__azbnrW__body ul ul, .LegalDocument-module__azbnrW__body ol ul, .LegalDocument-module__azbnrW__body ul ol) {
    margin-top: .35rem;
    padding-inline-start: 1.125rem;
  }

  .LegalDocument-module__azbnrW__body li {
    margin-bottom: .5em;
    padding-inline-end: 0;
  }
}

@media screen and (max-width: 380px) {
  .LegalDocument-module__azbnrW__body ol.ol1 {
    padding-inline-start: 1.875rem;
  }
}

/*# sourceMappingURL=app_0.99v55._.css.map*/