@charset "UTF-8";
/*!
 *      /$$$$$$  /$$
 *     /$$__  $$| $$
 *    | $$  \ $$| $$$$$$$   /$$$$$$  /$$    /$$  /$$$$$$
 *    | $$$$$$$$| $$__  $$ /$$__  $$|  $$  /$$/ /$$__  $$
 *    | $$__  $$| $$  \ $$| $$  \ $$ \  $$/$$/ | $$$$$$$$
 *    | $$  | $$| $$  | $$| $$  | $$  \  $$$/  | $$_____/
 *    | $$  | $$| $$$$$$$/|  $$$$$$/   \  $/   |  $$$$$$$
 *    |__/  |__/|_______/  \______/     \_/     \_______/
 */
* {
  margin: 0;
  padding: 0;
  text-rendering: auto;
}

A {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  text-decoration: none;
  color: inherit;
}

IMG[src=""] {
  visibility: hidden;
  width: 0;
  height: 0;
}

IMG,
TABLE,
FIELDSET {
  border: 0;
}

OL,
UL {
  list-style-type: none;
}

LEGEND {
  display: none;
}

BUTTON,
INPUT {
  border-radius: 0;
}
BUTTON[type=search]::-webkit-search-decoration, BUTTON[type=search]::-webkit-search-cancel-button, BUTTON[type=search]::-webkit-search-results-button, BUTTON[type=search]::-webkit-search-results-decoration,
INPUT[type=search]::-webkit-search-decoration,
INPUT[type=search]::-webkit-search-cancel-button,
INPUT[type=search]::-webkit-search-results-button,
INPUT[type=search]::-webkit-search-results-decoration {
  display: none;
}
BUTTON[type=number],
INPUT[type=number] {
  -moz-appearance: textfield;
}
BUTTON[type=number]::-webkit-inner-spin-button, BUTTON[type=number]::-webkit-outer-spin-button,
INPUT[type=number]::-webkit-inner-spin-button,
INPUT[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

BUTTON {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  overflow: visible;
  cursor: pointer;
  border: 0 none;
}
BUTTON:focus {
  outline: 0 none;
}

TEXTAREA {
  resize: none;
}

HR {
  color: black;
  background-color: black;
  border: none;
}

MARK {
  color: inherit;
  background-color: transparent;
}

SECTION.blk-players FIGCAPTION {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

SECTION[class*=blk-]:before, SECTION[class*=blk-]:after {
  content: " ";
  display: table;
}
SECTION[class*=blk-]:after {
  clear: both;
}

SECTION[class*=blk-] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: 32px;
  margin-right: 32px;
  margin-bottom: 2rem;
  border-radius: 32px;
}
@media screen and (max-width: 1400px) {
  SECTION[class*=blk-] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 810px) {
  SECTION[class*=blk-] {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 2rem;
  }
}

SECTION.blk-promotion DIV.content, ARTICLE.receipt SECTION.receipt DIV.content, ARTICLE.profile SECTION > DIV.content, ARTICLE.dashboard NAV.subnav DIV.content, ARTICLE.dashboard ASIDE.introduction DIV.content, ARTICLE.dashboard DIV.content > * > * {
  box-sizing: border-box;
  max-width: 1400px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  SECTION.blk-promotion DIV.content, ARTICLE.receipt SECTION.receipt DIV.content, ARTICLE.profile SECTION > DIV.content, ARTICLE.dashboard NAV.subnav DIV.content, ARTICLE.dashboard ASIDE.introduction DIV.content, ARTICLE.dashboard DIV.content > * > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}

DIALOG H2, SECTION.blk-paragraph P.overline, TABLE.receipt H3, ARTICLE.receipt ASIDE.introduction H2, ARTICLE.profile H2, ARTICLE.dashboard P.overline,
ARTICLE.dashboard P.breadcrumb {
  font-family: Clash Display, serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #828491;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  margin-bottom: 0.25rem;
}

DIALOG H1, SECTION.blk-paragraph H1, ARTICLE.receipt H1, ARTICLE.dashboard H2, ARTICLE.dashboard H1 {
  font-family: Clash Display, serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 72px;
  color: #181C2C;
  line-height: 1em;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 810px) {
  DIALOG H1, SECTION.blk-paragraph H1, ARTICLE.receipt H1, ARTICLE.dashboard H2, ARTICLE.dashboard H1 {
    font-size: 10vw;
  }
}

SPAN.select2-container--open SPAN.select2-dropdown--below, FORM SPAN.select2-container--focus, FORM SELECT:focus,
FORM INPUT:focus,
FORM TEXTAREA:focus,
FORM SPAN.select2-container:focus {
  border-color: #0095FF;
  box-shadow: 0 0 6px 0 rgba(0, 149, 255, 0.6);
  outline: 0 none;
}

::-moz-selection {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}

::selection {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}

HTML {
  min-height: 100dvh;
}

:root {
  --red-logo-start: #FA0011;
  --red-logo-stop: #C8000E;
  --red-logo-back: #96000b;
  --black-logo-front: #181C2C;
  --black-logo-stop: #06080c;
  --black-logo-back: #5F6171;
  --white-logo-front: #FFF7F7;
  --white-logo-stop: #ffc5c5;
  --white-logo-back: #5F6171;
}

BODY {
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  position: relative;
  height: 100%;
  min-height: 100vh;
}
@media screen and (max-width: 810px) {
  BODY {
    font-size: 14px;
  }
}
BODY.loading {
  cursor: wait;
}

.hidden {
  display: none;
}

*[disabled] {
  pointer-events: none;
  cursor: default;
  user-select: none;
}

INPUT.toggle-navigation-x {
  display: none;
}
INPUT.toggle-navigation-x + LABEL {
  position: fixed;
  z-index: auto;
  top: 8px;
  left: auto;
  right: 10px;
  bottom: auto;
  height: 60px;
  width: 60px;
  cursor: pointer;
  z-index: 999;
  display: none;
}
@media screen and (max-width: 810px) {
  INPUT.toggle-navigation-x + LABEL {
    display: block !important;
    height: 48px;
    width: 48px;
  }
}
INPUT.toggle-navigation-x + LABEL SPAN, INPUT.toggle-navigation-x + LABEL:before, INPUT.toggle-navigation-x + LABEL:after {
  content: "";
  position: absolute;
  z-index: auto;
  top: 0;
  left: 25%;
  right: 25%;
  bottom: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
  display: block;
  border-top: 2.5px solid #000;
  width: auto;
  height: 0;
  margin: auto 0;
}
BODY.users INPUT.toggle-navigation-x + LABEL SPAN, BODY.users INPUT.toggle-navigation-x + LABEL:before, BODY.users INPUT.toggle-navigation-x + LABEL:after {
  border-top-color: #fff;
  color: #fff;
}
INPUT.toggle-navigation-x + LABEL:before {
  top: 25%;
  bottom: auto;
}
INPUT.toggle-navigation-x + LABEL:after {
  top: auto;
  bottom: 25%;
}
INPUT.toggle-navigation-x + LABEL SPAN {
  font-family: Clash Display, serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1em;
  letter-spacing: 0.016em;
  text-transform: uppercase;
  text-align: right;
}
INPUT.toggle-navigation-x + LABEL SPAN:before {
  position: absolute;
  z-index: auto;
  top: -0.5em;
  left: auto;
  right: 30px;
  bottom: auto;
  padding-right: 4px;
  content: attr(data-open);
}
INPUT.toggle-navigation-x:checked + LABEL SPAN {
  border-top-color: transparent;
}
INPUT.toggle-navigation-x:checked + LABEL SPAN:before {
  content: attr(data-close);
}
INPUT.toggle-navigation-x:checked + LABEL:before, INPUT.toggle-navigation-x:checked + LABEL:after {
  width: 66.6666666667%;
}
INPUT.toggle-navigation-x:checked + LABEL:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
INPUT.toggle-navigation-x:checked + LABEL:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
INPUT.toggle-navigation-x ~ * {
  -webkit-transition: transform 300ms;
  transition: transform 300ms;
}
@media screen and (max-width: 810px) {
  INPUT.toggle-navigation-x:checked ~ *:not(#hamburger) {
    -webkit-transform: translatey(calc(100dvh - 64px + 4px)) !important;
    transform: translatey(calc(100dvh - 64px + 4px)) !important;
  }
}

HEADER.main {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  height: 64px;
  width: 100%;
  box-sizing: border-box;
  background-color: #F1F1F3;
  transition: all 300ms;
}
BODY.users HEADER.main {
  background-color: transparent;
}
BODY.users HEADER.main A.black.bordered {
  --button-rounded-bd: #fff;
}
BODY.users.scrolling HEADER.main {
  background-color: rgba(24, 28, 44, 0.75);
  backdrop-filter: blur(16px) saturate(180%);
}
BODY.scrolling HEADER.main {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
BODY.homepage HEADER.main, BODY.dashboard HEADER.main {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(40px);
}
@media screen and (max-width: 1400px) {
  HEADER.main {
    padding-left: 16px;
    padding-right: 16px;
  }
}
HEADER.main A {
  text-decoration: none;
  margin-right: 1rem;
}
HEADER.main A.logo {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
HEADER.main NAV {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  scrollbar-width: thin;
  scrollbar-color: #000 transparent;
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
HEADER.main NAV::-webkit-scrollbar-track {
  background-color: transparent;
  border-color: transparent;
}
HEADER.main NAV::-webkit-scrollbar-thumb {
  background-color: #000;
}
@media screen and (max-width: 810px) {
  HEADER.main NAV {
    position: absolute;
    z-index: auto;
    top: auto;
    left: 0;
    right: 0;
    bottom: 100%;
    flex-direction: column;
    height: calc(100dvh - 64px);
    max-height: calc(100dvh - 64px);
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 0;
    background-color: #fff;
    margin: 0;
    overflow: visible;
    box-shadow: inset 0 -20px 10px -10px rgba(0, 0, 0, 0.04);
  }
}
HEADER.main NAV DIV.logo {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-item-align: auto;
  -webkit-align-self: auto;
  align-self: auto;
}
@media screen and (max-width: 810px) {
  HEADER.main NAV DIV.logo {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: auto;
    -webkit-align-self: auto;
    align-self: auto;
    order: 99;
    justify-content: center;
    padding-bottom: 5em;
  }
  HEADER.main NAV DIV.logo:after {
    position: absolute;
    z-index: auto;
    top: auto;
    left: 0;
    right: 0;
    bottom: 1em;
    content: "";
    filter: invert(100%);
    height: 24px;
    background-image: var(--background-logo);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
HEADER.main NAV A.add-match {
  min-width: fit-content;
}
HEADER.main NAV svg {
  max-width: 24px;
  max-height: 24px;
}
HEADER.main NAV svg path {
  transition: all 300ms;
  fill: #828491;
}
HEADER.main UL {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
@media screen and (max-width: 810px) {
  HEADER.main UL {
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    margin: auto;
    width: 100%;
    gap: 24px;
  }
}
HEADER.main LI {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  height: 100%;
}
@media screen and (max-width: 810px) {
  HEADER.main LI {
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: row;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    height: auto;
  }
}
HEADER.main LI A:not([role=button]) {
  font-family: Clash Display, serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875em;
  position: relative;
  border-bottom: 4px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 4px 1em;
  margin-left: 1rem;
  margin-right: 0;
}
@media screen and (max-width: 810px) {
  HEADER.main LI A:not([role=button]) {
    font-size: 1.5em;
    line-height: 24px;
  }
}
HEADER.main LI A.icon {
  padding: 0;
  border: 0;
}
HEADER.main LI A[role=button] {
  min-height: 0;
  margin-left: 1rem;
  margin-right: 0;
}
HEADER.main LI.active A {
  border-bottom-color: #FA0011;
}
HEADER.main SPAN.warning {
  position: absolute;
  z-index: 1;
  top: -0.5em;
  left: auto;
  right: -0.25em;
  bottom: auto;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  width: 1.1em;
  height: 1.1em;
  text-align: center;
  background-color: #FA0011;
  color: #fff;
  border-radius: 0.25em;
}

ASIDE.banner {
  margin-top: 64px;
}
ASIDE.banner > DIV {
  text-align: center;
  background-color: #FA0011;
  color: #fff;
  padding: 1rem;
}
BODY.users ASIDE.banner {
  margin-top: 0;
}

/*
@media (pointer: coarse) {
  [title] {
    position: relative;

    &:focus:after {
      content: attr(title);
      position: absolute;
      top: 90%;
      color: #000;
      background-color: #fff;
      border: 1px solid;
      width: fit-content;
      padding: $very-small-padding;
      border-radius: $site-default-border-radius;
    }
  }
}*/
svg.logo {
  height: 100%;
  width: 100%;
  max-width: 34px;
  max-height: 32px;
}
@media screen and (max-width: 810px) {
  svg.logo {
    position: absolute;
    z-index: 100;
    top: calc(100dvh - 64px + 16px);
    left: 16px;
    right: auto;
    bottom: auto;
    margin-left: 2px;
  }
}
svg.logo path#background {
  fill: var(--red-logo-back);
}
svg.logo path#foreground {
  fill: url(#svg_logo_gradient) #f00 !important;
}
svg.logo stop.color-start {
  stop-color: var(--red-logo-start);
}
svg.logo stop.color-end {
  stop-color: var(--red-logo-stop);
}
svg.logo.white path#background {
  fill: var(--white-logo-back);
}
svg.logo.white stop.color-start {
  stop-color: var(--white-logo-front);
}
svg.logo.white stop.color-end {
  stop-color: var(--white-logo-stop);
}

svg.black {
  --svg-color: #181C2C;
}
svg.cta {
  --svg-color: #FA0011;
}
svg.gray {
  --svg-color: #828491;
}
svg.large {
  width: 60px;
  height: 60px;
}
svg.xlarge {
  width: 80px;
  height: 80px;
}
svg path {
  fill: var(--svg-color, #828491);
}

A {
  text-decoration: underline;
}
A.warning {
  color: #FA0011;
}
A.help {
  cursor: help;
  color: #828491;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: #828491;
}

DIV.htmx-indicator {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
  width: 82px;
  height: 18px;
}
.htmx-request DIV.htmx-indicator.htmx-indicator,
DIV.htmx-indicator .htmx-request.htmx-indicator {
  display: block;
  opacity: 1;
}
DIV.htmx-indicator:before, DIV.htmx-indicator:after {
  position: absolute;
  z-index: auto;
  top: 0;
  left: 50%;
  right: auto;
  bottom: auto;
  content: "";
  transform: translate(-50%, 10%);
  background: #FA0011;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  animation: htmxJump 0.5s ease-in-out infinite alternate;
}
DIV.htmx-indicator:after {
  background: rgba(255, 255, 255, 0);
  color: #000;
  top: 100%;
  box-shadow: 32px -20px, -32px -20px;
  animation: htmxSplit 0.5s ease-in-out infinite alternate;
}

@-moz-keyframes htmxSplit {
  0% {
    box-shadow: 8px -20px, -8px -20px;
  }
  100% {
    box-shadow: 32px -20px, -32px -20px;
  }
}
@-webkit-keyframes htmxSplit {
  0% {
    box-shadow: 8px -20px, -8px -20px;
  }
  100% {
    box-shadow: 32px -20px, -32px -20px;
  }
}
@-ms-keyframes htmxSplit {
  0% {
    box-shadow: 8px -20px, -8px -20px;
  }
  100% {
    box-shadow: 32px -20px, -32px -20px;
  }
}
@keyframes htmxSplit {
  0% {
    box-shadow: 8px -20px, -8px -20px;
  }
  100% {
    box-shadow: 32px -20px, -32px -20px;
  }
}
@-moz-keyframes htmxJump {
  0% {
    transform: translate(-50%, -150%);
  }
  100% {
    transform: translate(-50%, 10%);
  }
}
@-webkit-keyframes htmxJump {
  0% {
    transform: translate(-50%, -150%);
  }
  100% {
    transform: translate(-50%, 10%);
  }
}
@-ms-keyframes htmxJump {
  0% {
    transform: translate(-50%, -150%);
  }
  100% {
    transform: translate(-50%, 10%);
  }
}
@keyframes htmxJump {
  0% {
    transform: translate(-50%, -150%);
  }
  100% {
    transform: translate(-50%, 10%);
  }
}
HR {
  border-top: 1px solid #D9D9D9;
  margin-top: 24px;
  margin-bottom: 24px;
}

FIGURE {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
FIGURE.avatar {
  --avatar-border-radius: 48px;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  height: 48px;
  color: #ff2d3b;
  margin-bottom: 0.5rem;
}
FIGURE.avatar IMG {
  width: 48px;
  height: 48px;
  border-radius: var(--avatar-border-radius, 0);
  margin-right: 0.75rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
FIGURE IMG {
  display: block;
}

SECTION.blk-homepage {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  box-sizing: border-box;
  padding: 0 64px;
  margin: 0;
  border-radius: 0;
  min-width: 100%;
  color: #fff;
  height: calc(95dvh - 64px);
  text-align: center;
}
SECTION.blk-homepage:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: -64px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 64px);
  background-color: rgba(24, 28, 44, 0.5);
}
SECTION.blk-homepage:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -64px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 64px);
  background-color: transparent;
  background-image: var(--featured-background);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
SECTION.blk-homepage.empty {
  color: #181C2C;
  height: auto;
  padding: 0;
}
SECTION.blk-homepage.empty DIV.content, SECTION.blk-homepage.empty:before, SECTION.blk-homepage.empty:after {
  display: none;
}
@media screen and (max-width: 810px) {
  SECTION.blk-homepage {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}
SECTION.blk-homepage DIV.videowrap {
  position: absolute;
  z-index: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
SECTION.blk-homepage DIV.videowrap IMG {
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
SECTION.blk-homepage DIV.videowrap VIDEO {
  position: absolute;
  z-index: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
SECTION.blk-homepage IFRAME {
  position: absolute;
  z-index: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0 none;
}
SECTION.blk-homepage DIV.content {
  z-index: 1;
  width: 100%;
  margin: auto;
  padding: 100px 0.5em;
  max-width: 1400px;
}
@media screen and (max-width: 810px) {
  SECTION.blk-homepage DIV.content {
    padding: 0 4px;
  }
}
SECTION.blk-homepage H1 {
  display: none;
}
SECTION.blk-homepage H2 {
  font-family: Clash Display, serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 4.5em;
  line-height: 1.1111111111em;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 810px) {
  SECTION.blk-homepage H2 {
    font-size: 8vw;
  }
}
SECTION.blk-homepage H3 {
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  margin-bottom: 0.5rem;
}
SECTION.blk-homepage P {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3333333333em;
}
SECTION.blk-homepage A.readmore {
  --button-rounded-bd: transparent;
  --button-rounded-hover: #FFBABA;
  min-width: fit-content;
  width: 104px;
  margin: 40px auto 0;
}
SECTION.blk-homepage BUTTON.next {
  position: absolute;
  z-index: 1;
  top: auto;
  left: 0;
  right: 0;
  bottom: 40px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 60px;
  margin-left: auto;
  margin-right: auto;
  text-indent: -1000vw;
}
SECTION.blk-homepage BUTTON.next:focus, SECTION.blk-homepage BUTTON.next:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
SECTION.blk-homepage BUTTON.next:focus:after, SECTION.blk-homepage BUTTON.next:hover:after {
  color: #000;
}
SECTION.blk-homepage BUTTON.next:after {
  position: absolute;
  z-index: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 50% 55%;
  transform-origin: 50% 55%;
  content: "›";
  width: 50%;
  height: 50%;
  margin: auto;
  font-size: 2em;
  font-weight: 100;
  text-indent: 0;
  color: rgba(255, 255, 255, 0.4);
}

ARTICLE.dashboard {
  *background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#F1F1F3", endColorstr="#fff 400px");
  background-image: -webkit-gradient(linear, 180deg, right bottom, from(#F1F1F3), to(#fff 400px));
  background-image: -webkit-linear-gradient(180deg, #F1F1F3, #fff 400px);
  background-image: linear-gradient(180deg, #F1F1F3, #fff 400px);
  padding-top: 64px;
  padding-bottom: 96px;
}
ARTICLE.dashboard ASIDE.introduction {
  padding-bottom: 4rem;
}
ARTICLE.dashboard ASIDE.introduction:has(> DIV.content:empty) {
  display: none;
}
ARTICLE.dashboard NAV.subnav {
  position: sticky;
  z-index: 5;
  top: 0;
  left: auto;
  right: auto;
  bottom: auto;
  padding-top: 24px;
  padding-bottom: 16px;
  background-color: #fff;
}
@media screen and (max-width: 810px) {
  ARTICLE.dashboard NAV.subnav {
    position: static;
  }
}
ARTICLE.dashboard NAV.subnav DIV.content {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
ARTICLE.dashboard NAV.subnav A {
  font-family: Clash Display, serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875em;
  line-height: 16px;
  letter-spacing: 0.16em;
  text-align: center;
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 300ms;
  border-bottom: 3px solid transparent;
  padding: 0.5rem 1rem;
}
ARTICLE.dashboard NAV.subnav A:hover {
  background-color: #F1F1F3;
  border-bottom-color: #ff616c;
}
ARTICLE.dashboard NAV.subnav A.active {
  border-bottom-color: #FA0011;
}
ARTICLE.dashboard H1 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
ARTICLE.dashboard H2 {
  font-size: 3.5em;
}
@media screen and (max-width: 810px) {
  ARTICLE.dashboard H2 {
    font-size: 6vw;
    max-width: 100dvw;
    overflow: hidden;
  }
}
ARTICLE.dashboard H2 SMALL {
  font-size: 0.25em;
  font-weight: 400;
}
ARTICLE.dashboard P.overline A,
ARTICLE.dashboard P.breadcrumb A {
  text-decoration: none;
}
ARTICLE.dashboard P.breadcrumb {
  padding: 1rem 0;
}
ARTICLE.dashboard SECTION {
  padding-top: 40px;
  padding-bottom: 96px;
}
ARTICLE.dashboard SECTION.filters {
  padding-bottom: 32px;
}
ARTICLE.dashboard SECTION.statistics {
  padding-bottom: 32px;
}
ARTICLE.dashboard DIV.list:has(> UL.list-item.expanded) {
  z-index: 2;
}

UL.information-boxes {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  gap: 1rem 2.5rem;
}
UL.information-boxes LI {
  -webkit-flex: 0 1 calc(33.3333333333% - 1.75rem);
  flex: 0 1 calc(33.3333333333% - 1.75rem);
  -ms-flex-item-align: auto;
  -webkit-align-self: auto;
  align-self: auto;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  box-sizing: border-box;
  font-weight: 600;
  text-align: center;
  border-radius: 12px;
  border: 2px solid #CBCCD3;
  padding: 2.25rem 0.5rem;
  color: #828491;
  background-color: #F1F1F3;
}
@media screen and (max-width: 810px) {
  UL.information-boxes LI {
    flex-basis: calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}
UL.information-boxes MARK {
  font-family: Clash Display, serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5em;
  color: #181C2C;
  line-height: 1.1em;
}
@media screen and (max-width: 810px) {
  UL.information-boxes MARK {
    font-size: 5.5vw;
  }
}

DIV.action-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 0 0.5rem;
  grid-template-areas: "overline overline" "title button";
  margin-bottom: 24px;
}
@media screen and (max-width: 810px) {
  DIV.action-grid {
    grid-template-areas: "overline overline" "title title" "button button";
  }
}
DIV.action-grid .button {
  justify-self: end;
  align-self: end;
  grid-area: button;
  width: 320px;
}
@media screen and (max-width: 810px) {
  DIV.action-grid .button {
    margin-top: 16px;
  }
}
DIV.action-grid .title {
  grid-area: title;
  margin-bottom: 0;
}
DIV.action-grid .overline {
  grid-area: overline;
}

@media screen and (max-width: 1024px) {
  DIV.table-wrapper {
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  DIV.table-wrapper::-webkit-scrollbar {
    height: 6px;
  }
  DIV.table-wrapper::-webkit-scrollbar-track {
    background: transparent;
  }
  DIV.table-wrapper::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 3px;
    transition: background 0.3s ease;
  }
  DIV.table-wrapper:hover::-webkit-scrollbar-thumb {
    background: #eeeef9;
  }
  DIV.table-wrapper::-webkit-scrollbar-thumb:hover {
    background: #d0d0ee;
  }
  DIV.table-wrapper:hover {
    scrollbar-color: #eeeef9 transparent;
  }
}

UL.table-container {
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1em;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: 1fr 0fr;
  grid-template-areas: "title type date time players status";
  grid-auto-columns: 1fr 140px 120px 100px 100px 200px;
  grid-auto-flow: row;
  overflow: hidden;
  gap: 0 0;
  align-items: center;
  margin-bottom: 1rem;
  border-radius: 12px;
  text-align: center;
  transition: all 300ms;
}
@media screen and (max-width: 1024px) {
  UL.table-container {
    font-size: 0.8em;
    display: table;
    table-layout: fixed;
    min-width: 200dvw;
    padding-bottom: 4px;
  }
}
UL.table-container.game {
  grid-template-rows: 1fr 0fr;
  grid-template-areas: "game minutes points assists rebounds blocks steals";
  grid-auto-columns: 1fr 120px 120px 120px 120px 120px 120px;
  grid-auto-flow: row;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top: 1px solid #F1F1F3;
  border-left: 1px solid #F1F1F3;
  border-right: 1px solid #F1F1F3;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  UL.table-container.game {
    grid-template-rows: 0 0fr;
    grid-template-columns: minmax(200px, 1fr) repeat(6, 80px);
  }
}
UL.table-container.receipt-list {
  grid-auto-columns: 1fr 120px 120px 100px 0.5fr 200px;
}
UL.table-container.receipt-list.profile {
  grid-auto-columns: 1fr 120px 120px 100px 120px 200px;
}
UL.table-container.header {
  --table-header-background-color: #CBCCD3;
  --table-header-divider-color: #5F6171;
  line-height: 1.5em;
  color: var(--table-header-divider-color, #5F6171);
  background-color: var(--table-header-background-color);
  padding: 32px 16px;
}
@media screen and (max-width: 1024px) {
  UL.table-container.header {
    display: none;
  }
}
SECTION.gray UL.table-container.header {
  --table-header-background-color: #fff;
}
UL.table-container.list-item {
  --table-header-divider-color: #D9D9D9;
  box-sizing: border-box;
  padding: 6px 14px;
  color: #000;
  background-color: #fff;
  border: 2px solid #CBCCD3;
  grid-template-rows: 80px 0fr;
}
@media screen and (max-width: 1024px) {
  UL.table-container.list-item {
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    padding: 8px;
    min-width: 0;
    font-size: 1em;
  }
}
UL.table-container.list-item > LI {
  min-height: 48px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  UL.table-container.list-item > LI[data-definition] {
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: row;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    width: auto;
    font-size: inherit;
    border-bottom: 1px solid #828491;
  }
  UL.table-container.list-item > LI[data-definition]:before {
    content: attr(data-definition);
    display: inline-block;
  }
}
UL.table-container.list-item .title {
  margin-left: -0.5rem;
}
@media screen and (max-width: 1024px) {
  UL.table-container.list-item .title {
    margin-left: 0;
  }
}
UL.table-container.game-list {
  color: #828491;
  grid-template-rows: 56px 0fr;
  padding: 0 16px;
  margin-bottom: 0;
  border-radius: 0;
  border-left: 1px solid #F1F1F3;
  border-right: 1px solid #F1F1F3;
}
@media screen and (max-width: 1024px) {
  UL.table-container.game-list {
    grid-template-rows: 3em 0fr;
    grid-template-columns: minmax(200px, 1fr) repeat(6, 80px);
  }
}
UL.table-container.game-list:nth-of-type(odd) {
  background-color: #F1F1F3;
}
UL.table-container.game-list:last-of-type {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #F1F1F3;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
UL.table-container.game-list > LI:not(:first-child) {
  text-align: center;
}
UL.table-container.expanded {
  overflow: visible;
}
UL.table-container.htmx-added {
  grid-template-rows: 0fr 0fr;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  border-width: 0;
}
UL.table-container.htmx-added > LI {
  min-height: 0;
}
UL.table-container > LI {
  transition: all 300ms;
}
UL.table-container > LI:not(:first-child) {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  border-left: 1px solid var(--table-header-divider-color);
  padding: 0 4px;
}
@media screen and (max-width: 1024px) {
  UL.table-container > LI:not(:first-child) {
    font-family: Archivo, sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 0.875em;
    border-left: 0 none transparent;
    padding: 0.5rem 0;
    min-height: 0;
    color: #828491;
    display: table-cell;
    vertical-align: middle;
    align-content: center;
    width: 190px;
  }
  UL.table-container > LI:not(:first-child)[data-text]:before {
    content: attr(data-text);
    color: #828491;
  }
}
@media screen and (max-width: 1024px) and (max-width: 500px) {
  UL.table-container > LI:not(:first-child)[data-text]:before {
    display: block;
    color: #19191a;
  }
}
@media screen and (max-width: 500px) {
  UL.table-container > LI:not(:first-child) {
    width: auto;
  }
}
UL.table-container > LI.links {
  flex-direction: column !important;
  font-weight: 400;
  line-height: 1.3;
}
UL.table-container .title {
  grid-area: title;
  text-align: left;
}
UL.table-container .game {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  position: relative;
  grid-area: game;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  UL.table-container .game {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    padding-right: 24px;
    min-width: 50dvw;
    max-width: 50dvw;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  UL.table-container .game A.png-icon {
    position: absolute;
    z-index: auto;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 1024px) {
  UL.table-container .game {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: initial;
    white-space: normal;
    min-height: 24px;
    line-height: 24px;
  }
}
UL.table-container .status {
  grid-area: status;
  gap: 0.5rem;
}
@media screen and (max-width: 1024px) {
  UL.table-container .status {
    flex-wrap: wrap !important;
    border-bottom-color: transparent !important;
  }
}
UL.table-container .status:empty {
  display: none !important;
}
UL.table-container .type {
  grid-area: type;
}
UL.table-container .date {
  grid-area: date;
}
UL.table-container .time {
  grid-area: time;
}
UL.table-container .players {
  grid-area: players;
  position: relative;
}
UL.table-container .minutes {
  grid-area: minutes;
}
UL.table-container .points {
  grid-area: points;
}
UL.table-container .assists {
  grid-area: assists;
}
UL.table-container .rebounds {
  grid-area: rebounds;
}
UL.table-container .blocks {
  grid-area: blocks;
}
UL.table-container .steals {
  grid-area: steals;
}
UL.table-container FIGURE {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  height: 80px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  UL.table-container FIGURE {
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    height: calc(80px + 4.25em);
  }
}
UL.table-container FIGURE SPAN.company {
  font-weight: 400;
}
UL.table-container FIGURE SPAN.missing {
  position: absolute;
  z-index: auto;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  font-weight: 400;
  font-size: 14px;
  user-select: none;
  line-height: 1;
  margin: auto;
  text-align: center;
  height: 1em;
  color: #828491;
  width: 120px;
}
UL.table-container IMG {
  width: 120px;
  height: 100%;
  border-radius: 6px;
  margin-right: 1rem;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1024px) {
  UL.table-container IMG {
    margin-right: 0;
    margin-bottom: 0.75rem;
    width: 100%;
  }
}
UL.table-container IMG.missing {
  background-color: #F1F1F3;
}
UL.table-container MARK {
  font-weight: 400;
}
UL.table-container MARK.empty {
  font-style: italic;
}
UL.table-container BUTTON {
  position: absolute;
  z-index: auto;
  top: auto;
  left: auto;
  right: 0;
  bottom: auto;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  transform: rotate(90deg);
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-color: #F1F1F3;
  transition: all 300ms;
  transform-origin: center center;
  color: #181C2C;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  UL.table-container BUTTON {
    font-family: Clash Display, serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 1em;
    position: relative;
    height: auto;
    transform: none;
    min-width: 100%;
    background-color: transparent;
    border: 2px solid #181C2C;
    margin-top: 16px;
    letter-spacing: 0.16em;
    text-align: center;
    text-transform: uppercase;
    text-indent: -1000cm;
    padding: 10px 0;
  }
  UL.table-container BUTTON:before {
    content: attr(data-text);
    text-indent: 0;
  }
}
UL.table-container BUTTON path {
  fill: #181C2C;
}
UL.table-container ABBR {
  display: block;
  width: 120px;
  height: 2em;
  text-decoration: none;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  UL.table-container ABBR {
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
  }
}
UL.table-container ABBR.status-1, UL.table-container ABBR.good {
  background-color: rgba(51, 166, 82, 0.1);
  color: #33a652;
}
UL.table-container ABBR.status-0, UL.table-container ABBR.status-4, UL.table-container ABBR.status-8, UL.table-container ABBR.status-16, UL.table-container ABBR.warning {
  cursor: help;
  background-color: rgba(255, 169, 89, 0.1);
  color: #FFA959;
}
UL.table-container ABBR.status-2, UL.table-container ABBR.status-32 {
  background-color: rgba(247, 55, 55, 0.1);
  color: #F73737;
}

ASIDE.popup {
  --popup-offset-right: 32px;
  --popup-width: 250px;
  position: absolute;
  z-index: 10;
  top: calc(80px / 2 - 32px / 2 + var(--popup-offset-top, 0));
  left: auto;
  right: var(--popup-offset-right);
  bottom: auto;
  -webkit-transform: scale(0);
  transform: scale(0);
  font-size: 0.875em;
  font-weight: 400;
  transition: all 300ms;
  text-align: left;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform-origin: right top;
  width: var(--popup-width, 250px);
  white-space: nowrap;
}
.actions ASIDE.popup {
  --popup-offset-right: 104px;
}
@media screen and (max-width: 810px) {
  .actions ASIDE.popup {
    --popup-offset-right: calc(100dvw - (var(--popup-width) + 32px + 104px));
    transform-origin: left top;
  }
}
@media screen and (max-width: 500px) {
  .actions ASIDE.popup {
    --popup-offset-top: 1rem;
    --popup-offset-right: 0;
  }
}
.expanded ASIDE.popup {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
ASIDE.popup LI:not(:last-of-type) {
  border-bottom: 2px solid #5F6171;
}
ASIDE.popup SPAN,
ASIDE.popup A {
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  display: block;
  text-decoration: none;
  padding: 20px 1.5rem;
  transition: all 300ms;
  color: #fff;
  background-color: #181C2C;
}
ASIDE.popup SPAN.icon,
ASIDE.popup A.icon {
  padding-left: calc(1.5rem + 24px + .5rem);
}
ASIDE.popup SPAN.disabled,
ASIDE.popup A.disabled {
  color: rgba(255, 255, 255, 0.5);
}
ASIDE.popup SPAN:hover,
ASIDE.popup A:hover {
  background-color: #19191a;
}

ARTICLE.profile {
  --color-font: #181C2C;
}
ARTICLE.profile SECTION {
  margin-bottom: 2rem;
  box-sizing: border-box;
}
ARTICLE.profile SECTION:last-of-type {
  margin-bottom: 0;
}
ARTICLE.profile SECTION.add-padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
ARTICLE.profile SECTION.intro {
  position: relative;
  box-sizing: border-box;
  padding-top: 6.5rem;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 810px) {
  ARTICLE.profile SECTION.intro {
    display: block;
    padding-left: 16px;
    padding-right: 16px;
  }
}
ARTICLE.profile SECTION.intro DIV.content {
  display: grid;
  grid-template-columns: 280px 1fr;
  grid-template-rows: min-content;
  gap: 24px 32px;
  grid-auto-flow: row;
  grid-template-areas: "avatar status" "avatar team";
  margin-bottom: 40px;
}
@media screen and (max-width: 810px) {
  ARTICLE.profile SECTION.intro DIV.content {
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
  }
}
ARTICLE.profile SECTION.intro HEADER {
  grid-area: team;
  align-self: end;
}
@media screen and (max-width: 810px) {
  ARTICLE.profile SECTION.intro HEADER {
    text-align: center;
  }
}
ARTICLE.profile SECTION.intro H2 {
  color: #FA0011;
  font-size: 2.5em;
  letter-spacing: normal;
  margin-bottom: 0;
}
ARTICLE.profile SECTION.intro SMALL {
  font-size: 0.35em;
  color: #ff2d3b;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  display: block;
}
@media screen and (max-width: 810px) {
  ARTICLE.profile SECTION.intro SMALL {
    font-size: 4vw;
  }
}
ARTICLE.profile SECTION.intro INPUT[type=text] {
  display: none;
}
ARTICLE.profile SECTION.intro FIGURE.avatar {
  grid-area: avatar;
  margin-right: 32px;
  margin-bottom: 0;
  width: 280px;
  height: 280px;
}
@media screen and (max-width: 810px) {
  ARTICLE.profile SECTION.intro FIGURE.avatar {
    width: 10rem;
    height: 10rem;
    margin-left: auto;
    margin-right: auto;
  }
}
ARTICLE.profile SECTION.intro FIGURE.avatar IMG {
  display: block;
  box-sizing: border-box;
  max-width: 280px;
  max-height: 280px;
  min-width: 100%;
  min-height: 100%;
  border-radius: 280px;
  border: 6px solid #fff;
  object-fit: cover;
}
ARTICLE.profile SECTION.intro FIGURE.avatar FIGCAPTION {
  position: absolute;
  z-index: auto;
  top: auto;
  left: 0;
  right: 0;
  bottom: -8px;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  justify-content: center;
  margin: auto;
  border-radius: 6px;
  background-color: #fff;
  font-weight: 700;
  font-size: 0.875em;
  width: 130px;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 16px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border: 1px solid #CBCCD3;
  color: #33a652;
}
ARTICLE.profile SECTION.intro FIGURE.avatar FIGCAPTION.verified {
  color: #0095FF;
  justify-content: space-between;
}
ARTICLE.profile SECTION.intro FIGURE.avatar svg path {
  fill: #0095FF;
}
ARTICLE.profile SECTION.biography > DIV.content {
  padding-right: 600px;
  padding-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  ARTICLE.profile SECTION.biography > DIV.content {
    padding-right: 16px;
  }
}
ARTICLE.profile SECTION.biography H1 {
  margin-bottom: 1.5rem;
}
ARTICLE.profile SECTION.biography P {
  max-width: 920px;
}
ARTICLE.profile SECTION.biography P.introduction {
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.3333333333em;
  color: #5F6171;
  margin-bottom: 32px;
}
ARTICLE.profile SECTION.biography P.placeholder {
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.4em;
  color: #A6A7B2;
  margin-bottom: 24px;
  user-select: none;
}
ARTICLE.profile SECTION.biography DIV.markdown {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 32px;
}
ARTICLE.profile SECTION.sessions {
  padding-top: 96px;
  padding-bottom: 96px;
  margin-bottom: 0;
}
ARTICLE.profile SECTION.full-width {
  margin-left: -16px;
}
ARTICLE.profile SECTION.dark {
  --color-font: #fff;
  background-color: #181C2C;
}
ARTICLE.profile SECTION.dark:has(+ SECTION) {
  margin-bottom: 0;
}
ARTICLE.profile SECTION.media {
  padding-top: 96px;
  padding-bottom: 96px;
}
ARTICLE.profile H1 {
  font-family: Clash Display, serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 4.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--color-font);
  line-height: 1;
}
@media screen and (max-width: 810px) {
  ARTICLE.profile H1 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 16px;
    font-size: 8vw;
    margin-bottom: 16px;
  }
  ARTICLE.profile H1 IMG {
    width: 32px;
    height: 32px;
    object-fit: contain;
  }
}
ARTICLE.profile H1 A {
  font-size: 12px;
}
ARTICLE.profile H2 {
  margin-bottom: 0.25rem;
}
ARTICLE.profile hgroup.statistics-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 500px) {
  ARTICLE.profile hgroup.statistics-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}
@media screen and (max-width: 400px) {
  ARTICLE.profile hgroup.statistics-header {
    gap: 0.5rem;
  }
}
@media screen and (max-width: 300px) {
  ARTICLE.profile hgroup.statistics-header {
    gap: 0.25rem;
  }
}
ARTICLE.profile DIV.season-buttons-wrapper {
  position: relative;
  max-width: 600px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  ARTICLE.profile DIV.season-buttons-wrapper {
    max-width: 100%;
    overflow: hidden;
  }
}
ARTICLE.profile DIV.season-buttons-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: calc(100% - 8px);
  background: linear-gradient(to right, transparent, white);
  pointer-events: none;
  opacity: 1;
}
ARTICLE.profile DIV.season-buttons {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  gap: 30px;
  font-size: 14px;
  color: #828491;
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-bottom: 8px;
  padding-right: 20px;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
@media screen and (max-width: 500px) {
  ARTICLE.profile DIV.season-buttons {
    gap: 20px;
    font-size: 13px;
    padding-right: 15px;
  }
}
ARTICLE.profile DIV.season-buttons::-webkit-scrollbar {
  height: 6px;
}
ARTICLE.profile DIV.season-buttons::-webkit-scrollbar-track {
  background: transparent;
}
ARTICLE.profile DIV.season-buttons::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 3px;
  transition: background 0.3s ease;
}
ARTICLE.profile DIV.season-buttons:hover::-webkit-scrollbar-thumb {
  background: #eeeef9;
}
ARTICLE.profile DIV.season-buttons::-webkit-scrollbar-thumb:hover {
  background: #d0d0ee;
}
ARTICLE.profile DIV.season-buttons:hover {
  scrollbar-color: #eeeef9 transparent;
}
@media screen and (max-width: 500px) {
  ARTICLE.profile DIV.season-buttons {
    scrollbar-color: #eeeef9 transparent;
    -webkit-overflow-scrolling: auto;
  }
  ARTICLE.profile DIV.season-buttons::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  ARTICLE.profile DIV.season-buttons::-webkit-scrollbar-thumb {
    background: #eeeef9;
  }
}
ARTICLE.profile DIV.season-buttons BUTTON.season-btn {
  white-space: nowrap;
  flex-shrink: 0;
  font-family: Clash Display, serif;
  font-size: 16px;
  font-weight: 400;
  color: #828491;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s ease;
  position: relative;
}
ARTICLE.profile DIV.season-buttons BUTTON.season-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #FA0011;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}
ARTICLE.profile DIV.season-buttons BUTTON.season-btn:hover {
  color: #181C2C;
}
ARTICLE.profile DIV.season-buttons BUTTON.season-btn.active {
  color: #181C2C;
  font-weight: 600;
}
ARTICLE.profile DIV.season-buttons BUTTON.season-btn.active::after {
  transform: scaleX(1);
}
ARTICLE.profile DIV.actions {
  margin-left: auto;
  position: relative;
  width: 160px;
}
ARTICLE.profile DIV.actions > BUTTON,
ARTICLE.profile DIV.actions > A {
  margin-bottom: 8px;
  margin-left: 8px;
}
ARTICLE.profile DIV.actions > BUTTON.active,
ARTICLE.profile DIV.actions > A.active {
  animation: shareButton 0.15s linear 3 alternate;
}
ARTICLE.profile A.status-container,
ARTICLE.profile ASIDE.status {
  grid-area: status;
  justify-self: end;
  align-self: center;
  text-decoration: none;
}
ARTICLE.profile ASIDE.status {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  font-family: Clash Display, serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 0.625em;
  letter-spacing: 0.06em;
  gap: 6px;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
  width: 72px;
  height: 72px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid #fff;
  border-radius: 0.5rem;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 810px) {
  ARTICLE.profile ASIDE.status {
    position: absolute;
    z-index: auto;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    order: -1;
  }
}
ARTICLE.profile ASIDE.status MARK {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  font-size: 1.2em;
  color: #000;
  box-sizing: border-box;
  min-width: 28px;
  min-height: 28px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius: 28px;
}

@-moz-keyframes shareButton {
  from {
    border-color: #181C2C;
    background-color: #181C2C;
    color: #FFF7F7;
  }
  to {
    border-color: #181C2C;
    background-color: #FFF7F7;
    color: #181C2C;
  }
}
@-webkit-keyframes shareButton {
  from {
    border-color: #181C2C;
    background-color: #181C2C;
    color: #FFF7F7;
  }
  to {
    border-color: #181C2C;
    background-color: #FFF7F7;
    color: #181C2C;
  }
}
@-ms-keyframes shareButton {
  from {
    border-color: #181C2C;
    background-color: #181C2C;
    color: #FFF7F7;
  }
  to {
    border-color: #181C2C;
    background-color: #FFF7F7;
    color: #181C2C;
  }
}
@keyframes shareButton {
  from {
    border-color: #181C2C;
    background-color: #181C2C;
    color: #FFF7F7;
  }
  to {
    border-color: #181C2C;
    background-color: #FFF7F7;
    color: #181C2C;
  }
}
UL.carousel {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  gap: 40px;
  padding: 1.5rem 0;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  width: calc(100% + (100dvw - 1400px) / 2 - 8px);
  margin-bottom: 0;
}
UL.carousel::-webkit-scrollbar-track {
  background-color: transparent;
  border-color: transparent;
}
UL.carousel::-webkit-scrollbar-thumb {
  background-color: transparent;
}
@media screen and (max-width: 810px) {
  UL.carousel {
    width: auto;
    gap: 20px;
  }
}
UL.carousel > LI {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 300ms;
  box-sizing: border-box;
  scroll-snap-align: start;
  min-width: 432px;
  width: 432px;
  height: 346px;
  max-width: 100%;
  position: relative;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 810px) {
  UL.carousel > LI {
    min-width: 75dvw;
  }
}
UL.carousel > LI:hover ASIDE.popup {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
UL.carousel > LI:empty {
  display: none;
  min-width: auto;
}
UL.carousel > LI:last-child {
  margin-right: calc((100dvw - 1400px) / 2);
}
@media screen and (max-width: 810px) {
  UL.carousel > LI:last-child {
    margin-right: inherit;
  }
}
UL.carousel > LI.htmx-swapping {
  -webkit-transform: scale(0);
  transform: scale(0);
  min-width: auto;
}
UL.carousel > LI.htmx-added {
  -webkit-transform: scale(0);
  transform: scale(0);
}
UL.carousel > LI.upload {
  order: -999;
}
@media screen and (max-width: 810px) {
  UL.carousel > LI.upload {
    order: 999;
  }
}
UL.carousel ASIDE.popup {
  --popup-width: auto;
  --popup-offset-right: 8px;
  top: 8px;
}
UL.carousel ASIDE.popup UL {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  background-color: #181C2C;
  border-radius: 0 0 6px 6px;
  padding: 0 0.5rem;
}
UL.carousel ASIDE.popup A {
  cursor: pointer;
  padding: 0.75rem;
}
UL.carousel FIGURE {
  display: block;
  width: 100%;
  height: 100%;
}
UL.carousel DL {
  position: absolute;
  z-index: 2;
  top: auto;
  left: 2px;
  right: 2px;
  bottom: 2px;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  transition: all 300ms;
  background-color: #181C2C;
  border-radius: 0 0 6px 6px;
  padding: 0 0.75rem;
}
UL.carousel DT,
UL.carousel DD {
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  -ms-flex-item-align: auto;
  -webkit-align-self: auto;
  align-self: auto;
  padding: 0.75rem 0;
  border-top: 1px solid #3B3E4F;
  color: #A6A7B2;
  font-size: 1rem;
  font-weight: 600;
}
UL.carousel DT:first-of-type,
UL.carousel DD:first-of-type {
  border-top: 0 none;
}
UL.carousel DD {
  color: #fff;
  text-align: right;
}
UL.carousel BUTTON.dz-button {
  height: 346px !important;
}
UL.carousel BUTTON.dz-button,
UL.carousel VIDEO,
UL.carousel IMG {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 2px solid #5F6171;
  box-sizing: border-box;
}
UL.carousel VIDEO.playing ~ DL {
  opacity: 0;
  transform: translateY(100%);
}
UL.carousel BUTTON[data-play] {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 346px;
  height: 346px;
}
UL.carousel A {
  cursor: zoom-in;
}
UL.carousel svg {
  width: 48px;
  height: 48px;
}
UL.carousel svg path {
  fill: #fff;
}

DIV.carousel-scroll {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
DIV.carousel-scroll[data-show-arrows] BUTTON {
  display: block;
}
DIV.carousel-scroll BUTTON {
  border: 2px solid #5F6171;
  border-radius: 0.5rem;
  width: 88px;
  height: 60px;
  display: none;
}
DIV.carousel-scroll BUTTON[data-scroll=left] {
  border-right-width: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
DIV.carousel-scroll BUTTON[data-scroll=left] svg {
  transform: scalex(-1);
}
DIV.carousel-scroll BUTTON[data-scroll=right] {
  border-left-width: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
DIV.carousel-scroll svg {
  width: 11px;
  height: 20px;
  line-height: 0;
}
DIV.carousel-scroll svg path {
  fill: #fff;
}

UL.table {
  --cell-data-color: #06080c;
  --header-data-color: #5F6171;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  border-spacing: 0;
  border-width: 2px;
  border-style: solid;
  border-color: #5F6171;
  text-align: center;
}
@media screen and (max-width: 810px) {
  UL.table {
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
  }
}
UL.table.dark {
  --cell-data-color: #FFF7F7;
  --header-data-color: #A6A7B2;
  border-color: #181C2C;
  background-color: #181C2C;
}
UL.table > LI {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  -ms-flex-item-align: auto;
  -webkit-align-self: auto;
  align-self: auto;
  box-sizing: border-box;
  min-height: 6rem;
}
@media screen and (max-width: 810px) {
  UL.table > LI {
    min-height: 5rem;
  }
}
UL.table > LI + LI {
  border-left: 2px solid #5F6171;
}
@media screen and (max-width: 810px) {
  UL.table > LI + LI {
    border-left: 0 none;
    border-top: 2px solid #5F6171;
  }
}
UL.table H3 {
  font-family: Clash Display, serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--header-data-color);
  padding-bottom: 0.25rem;
}
UL.table P {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--cell-data-color);
  line-height: 1;
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 810px) {
  UL.table P {
    overflow: visible;
    max-width: 95%;
  }
  UL.table P A {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
    padding-bottom: 2px;
  }
}

DL {
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.4em;
}
DL DT {
  font-weight: 700;
  margin-bottom: 8px;
}

ARTICLE.training DIV.siblings {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  gap: 0 2.5rem;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 810px) {
  ARTICLE.training DIV.siblings {
    flex-direction: column;
  }
}
ARTICLE.training SECTION.title {
  padding-top: 0;
  padding-bottom: 0;
}
ARTICLE.training SECTION.detail,
ARTICLE.training SECTION.intro {
  --image-solo-width: 904px;
  --image-multi-width: 840px;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  padding-top: 64px;
  margin-bottom: 2rem;
  gap: 2.5rem;
}
@media screen and (max-width: 80rem) {
  ARTICLE.training SECTION.detail,
  ARTICLE.training SECTION.intro {
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 0;
  }
}
ARTICLE.training SECTION.detail A,
ARTICLE.training SECTION.intro A {
  text-decoration: none;
}
ARTICLE.training UL.media {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.75) transparent;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  box-sizing: border-box;
  height: 440px;
  width: var(--image-solo-width);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
}
ARTICLE.training UL.media::-webkit-scrollbar-track {
  background-color: transparent;
  border-color: transparent;
}
ARTICLE.training UL.media::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 80rem) {
  ARTICLE.training UL.media {
    --image-solo-width: 100%;
    --image-multi-width: 90dvw;
  }
}
ARTICLE.training UL.media LI {
  scroll-snap-align: start;
  height: 440px;
}
ARTICLE.training UL.media LI:only-child IMG {
  width: var(--image-solo-width);
}
ARTICLE.training UL.media IMG {
  display: block;
  width: var(--image-multi-width);
  height: 100%;
  object-fit: cover;
  margin: 0;
}
ARTICLE.training FIGURE.hero {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 440px;
  min-width: 840px;
}
@media screen and (max-width: 1024px) {
  ARTICLE.training FIGURE.hero {
    min-width: 0;
  }
}
ARTICLE.training FIGURE.hero SPAN {
  border-radius: 6px;
}
ARTICLE.training ASIDE.card {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  box-sizing: border-box;
  gap: 1rem;
  width: 100%;
  max-width: 432px;
  background-color: #fff;
  border: 2px solid #CBCCD3;
  border-radius: 0.75rem;
  padding: 0.5rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  margin-bottom: 6px;
}
@media screen and (max-width: 80rem) {
  ARTICLE.training ASIDE.card {
    max-width: none;
  }
}
ARTICLE.training ASIDE.card MARK {
  background-color: transparent;
}
ARTICLE.training ASIDE.card A.medium,
ARTICLE.training ASIDE.card BUTTON.medium {
  --button-rounded-width-large: 50%;
}
@media screen and (max-width: 810px) {
  ARTICLE.training ASIDE.card A.medium,
  ARTICLE.training ASIDE.card BUTTON.medium {
    --button-rounded-width-large: 100%;
  }
}
ARTICLE.training ASIDE.card P.system-message {
  margin: auto;
  color: #5F6171;
  align-self: center;
}
ARTICLE.training H1 {
  font-family: Clash Display, serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 4.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--color-font);
  line-height: 1;
}
@media screen and (max-width: 810px) {
  ARTICLE.training H1 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 16px;
    font-size: 8vw;
    margin-bottom: 16px;
  }
}
ARTICLE.training H2 {
  font-family: Clash Display, serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #5F6171;
  margin-bottom: 0.75rem;
}

UL.search-results,
OL.search-results {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  gap: 2rem;
  padding-top: 2rem;
}
UL.search-results:after,
OL.search-results:after {
  content: "";
  flex: auto;
  -webkit-flex: 0 1 calc(33.3333333333% - 2rem);
  flex: 0 1 calc(33.3333333333% - 2rem);
  -ms-flex-item-align: auto;
  -webkit-align-self: auto;
  align-self: auto;
}
UL.search-results + A[role=button],
OL.search-results + A[role=button] {
  margin-bottom: 96px;
}
UL > LI.booking:not(.empty),
OL > LI.booking:not(.empty) {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  transition: all 250ms;
  box-sizing: border-box;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
  width: calc(33.3333333333% - 2rem);
  padding: 0.75rem 0.75rem 1rem;
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 2rem;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 810px) {
  UL > LI.booking:not(.empty),
  OL > LI.booking:not(.empty) {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 500px) {
  UL > LI.booking:not(.empty),
  OL > LI.booking:not(.empty) {
    width: 100%;
  }
}
UL > LI.booking:not(.empty):hover,
OL > LI.booking:not(.empty):hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.6);
}
UL > LI.booking:not(.empty) > *:last-child,
OL > LI.booking:not(.empty) > *:last-child {
  margin-top: auto;
}
UL > LI.booking MARK,
OL > LI.booking MARK {
  display: block;
  color: #5F6171;
  background-color: transparent;
  margin-bottom: 0.75rem;
}
UL > LI.empty,
OL > LI.empty {
  width: 100%;
  margin-bottom: 2rem;
  text-align: center;
}
UL UL.data,
OL UL.data {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  margin-bottom: 0.75rem;
}
UL UL.data LI,
OL UL.data LI {
  text-align: center;
  box-sizing: border-box;
  background-color: #F1F1F3;
  width: calc(33.3333333333% - 0.25rem);
  border-radius: 4px;
  padding: 0.5rem 0;
  color: #181C2C;
}
UL FIGURE.large,
OL FIGURE.large {
  background-color: #5F6171;
  background-size: cover;
  background-repeat: no-repeat;
  height: 210px;
  border-radius: 6px;
  margin-bottom: 0.25rem;
}
UL H3,
OL H3 {
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.4em;
}
UL A.button,
OL A.button {
  --button-rounded-bg: #181C2C;
  --button-rounded-fg: #fff;
  margin-top: auto;
}

DL.booking-data {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  box-sizing: border-box;
  padding: 0 1rem;
}
@media screen and (max-width: 810px) {
  DL.booking-data {
    padding-left: 4px;
  }
}
DL.booking-data SPAN.icon {
  padding-left: calc(32px + .75rem);
}
DL.booking-data DT,
DL.booking-data DD {
  padding: 1rem 0;
  border-bottom: 1px solid #F1F1F3;
}
DL.booking-data DT:last-of-type,
DL.booking-data DD:last-of-type {
  border-bottom-color: transparent;
}
DL.booking-data DT {
  width: 50%;
}
DL.booking-data DD {
  width: 50%;
  text-align: right;
  font-weight: 700;
}
DL.booking-data A {
  text-decoration: none;
}
DL.booking-data A:hover {
  text-decoration: underline;
}

ARTICLE.receipt ASIDE.introduction {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  background-color: #fff;
  text-align: center;
  padding: 64px 16px;
}
ARTICLE.receipt ASIDE.introduction H1 {
  margin-bottom: 1rem;
}
ARTICLE.receipt ASIDE.introduction A {
  min-width: 320px;
}
ARTICLE.receipt DIV.content {
  max-width: 100%;
}
ARTICLE.receipt svg {
  margin-bottom: 32px;
}
ARTICLE.receipt svg.logo {
  position: static;
  max-width: 104px;
  max-height: 96px;
}
@media screen and (max-width: 1024px) {
  ARTICLE.receipt svg.logo {
    max-width: 60px;
    max-height: 56px;
  }
}
ARTICLE.receipt svg.ok path {
  fill: #33a652;
}
ARTICLE.receipt svg.warning path {
  fill: #FA0011;
}
ARTICLE.receipt svg.arrow_back path {
  fill: #5EBCFF;
}
ARTICLE.receipt H1 {
  display: -webkit-box;
  -webkit-line-clamp: none;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  ARTICLE.receipt H1 {
    font-size: 10vw;
  }
}
ARTICLE.receipt P.session-information {
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.3333333333em;
  margin-bottom: 40px;
}
ARTICLE.receipt DIV.buttons {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  ARTICLE.receipt DIV.buttons {
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
  }
}
ARTICLE.receipt DIV.buttons A[role=button] {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
ARTICLE.receipt SECTION.receipt {
  background-color: #F1F1F3;
  padding: 96px 16px;
}
ARTICLE.receipt SECTION.receipt DIV.content {
  border-radius: 1rem;
  box-shadow: 32px 40px 112px 0 rgba(0, 0, 0, 0.32), 8px 8px 32px 0 rgba(0, 0, 0, 0.08);
  padding: 64px 64px 0;
}
@media screen and (max-width: 1024px) {
  ARTICLE.receipt SECTION.receipt DIV.content {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
ARTICLE.receipt SECTION.receipt H2 {
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
ARTICLE.receipt FOOTER {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.5em;
  color: #CBCCD3;
  box-sizing: border-box;
  padding: 64px;
  background-color: #181C2C;
  border-radius: 0 0 1rem 1rem;
  margin-left: -64px;
  margin-right: -64px;
}
@media screen and (max-width: 1024px) {
  ARTICLE.receipt FOOTER {
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    gap: 1rem;
    padding: 16px;
    text-align: center;
    margin-left: -24px;
    margin-right: -24px;
  }
}
ARTICLE.receipt FIGURE.support {
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8em;
}
ARTICLE.receipt FIGURE.support IMG {
  margin-bottom: 8px;
}

TABLE.receipt {
  table-layout: fixed;
  border-spacing: 1rem;
  border-collapse: separate;
  margin-left: -1rem;
  margin-bottom: 64px;
  width: calc(100% + 2rem);
}
@media screen and (max-width: 1024px) {
  TABLE.receipt {
    display: block;
    border-spacing: 0;
    margin-left: 0;
    gap: 1rem;
    width: 100%;
  }
}
TABLE.receipt TD {
  border: 1px solid #CBCCD3;
  border-radius: 8px;
  padding: 32px;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  TABLE.receipt TD {
    display: block;
    margin-bottom: 1rem;
  }
}
TABLE.receipt TD.status-1 {
  border-color: #33a652;
  background-color: #E5F9E7;
}
TABLE.receipt TD.status-16 {
  border-color: #0095FF;
  background-color: #E5F4FF;
}
TABLE.receipt TD.status-32 {
  border-color: #F73737;
  background-color: #FEEBEB;
}
TABLE.receipt TD.cancellation {
  text-align: center;
}
TABLE.receipt H3 {
  color: #828491;
  margin-bottom: 24px;
}
TABLE.receipt H4 {
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0.25rem;
  color: #828491;
}
TABLE.receipt P {
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.75em;
  margin-bottom: 24px;
}
TABLE.receipt IMG.psp_logo {
  margin-top: 1cm;
  max-width: 100%;
  height: auto;
}

MAIN {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  position: relative;
}
BODY.users MAIN {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
MAIN.dashboard {
  background-repeat: no-repeat;
  background-size: auto 200px;
  background-position: top center;
}
MAIN > H1 {
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  -ms-flex-item-align: auto;
  -webkit-align-self: auto;
  align-self: auto;
  display: none;
}

DIV.pagination {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  margin: 0 auto 20px;
}
DIV.pagination UL {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
DIV.pagination LI {
  padding: 4px;
}

DIV.types-label {
  position: absolute;
  z-index: auto;
  top: 0.25rem;
  left: 0.25rem;
  right: auto;
  bottom: auto;
  width: 1em;
  white-space: nowrap;
}
DIV.types-label.static {
  position: static;
  width: auto;
}
DIV.types-label SPAN {
  display: inline-block;
  background-color: #FA0011;
  color: #fff;
  border-radius: 6px;
  padding: 0.25rem 0.5rem;
  font-weight: 600;
}
DIV.types-label SPAN + SPAN {
  margin-top: 0.25rem;
}

A.skip-to-content {
  position: absolute;
  z-index: auto;
  top: 0;
  left: -1000vw;
  right: auto;
  bottom: auto;
}

DIV.center-actions {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}

SECTION[class*=blk-].slim {
  padding: 0;
  margin-bottom: 0;
}
SECTION.blk-custom {
  padding-left: 0;
  padding-right: 0;
}
SECTION.white {
  background-color: #fff;
}
SECTION.gray {
  background-color: #F1F1F3;
}

H1,
H2,
H3,
H4 {
  font-family: Clash Display, serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: revert;
}

HGROUP {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  margin-bottom: 0.75rem;
}
HGROUP > :is(h2, h3, h4) {
  margin-bottom: 0 !important;
}

TABLE {
  margin-bottom: 2rem;
}
TABLE:empty {
  margin-bottom: 0;
}

A.png-icon {
  display: inline-block;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  text-indent: -1000cm;
  position: relative;
  background-color: #828491;
  mask: none 50% 50%/contain;
}
A.png-icon.cancel {
  mask-image: url("/static/cms/img/icons/cancel.8b41fa832537.png");
}

SPAN.icon {
  box-sizing: border-box;
  width: 100%;
  color: #5F6171;
  display: block;
  padding-left: calc(32px + .5rem);
  min-height: 32px;
  font-weight: 600;
  background-position: 0.5rem center;
  background-repeat: no-repeat;
  line-height: 32px;
}
UL.data SPAN.icon {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
SPAN.icon.basketball {
  background-image: url("/static/training/img/icon_basketball.4a2ebfbc518a.png");
}
SPAN.icon.location {
  background-image: url("/static/training/img/icon_location.12d69473bd7e.png");
}
SPAN.icon.progress {
  background-image: url("/static/training/img/icon_progress.78fc530cca5f.png");
}
SPAN.icon.player {
  background-image: url("/static/training/img/icon_player.bfcf89504f70.png");
}
SPAN.icon.watch {
  background-image: url("/static/training/img/icon_watch.a0a944659f25.png");
}

DIV.markdown {
  margin-bottom: 1.25rem;
}

DIV.business-card {
  width: 100%;
  max-width: 432px;
  min-height: 272px;
  margin-bottom: 3rem;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  font-weight: 500;
  padding: 1rem;
  border-radius: 1rem;
  color: #181C2C;
}
DIV.business-card HEADER {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  border-bottom: 1px solid #F1F1F3;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
DIV.business-card SMALL {
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 0.6666666667em;
  display: block;
  color: #A6A7B2;
  line-height: 1.5em;
}
DIV.business-card FIGURE {
  width: 88px;
  height: 88px;
  border-radius: 88px;
  border: 0.25rem solid #A6A7B2;
  box-sizing: border-box;
  overflow: hidden;
  filter: drop-shadow(0 0px 18px rgba(0, 0, 0, 0.25));
  margin-right: 1rem;
}
DIV.business-card A {
  text-decoration: none;
}
DIV.business-card A:hover {
  text-decoration: underline;
}
DIV.business-card IMG.avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
DIV.business-card H4 {
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
}
DIV.business-card DL {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  gap: 0.5rem;
  font-size: inherit;
  line-height: inherit;
}
DIV.business-card DT {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  min-width: 32px;
  margin-bottom: 0;
}
DIV.business-card DD {
  -webkit-flex: 1 1 calc(100% - (32px + 0.5rem));
  flex: 1 1 calc(100% - (32px + 0.5rem));
  -ms-flex-item-align: auto;
  -webkit-align-self: auto;
  align-self: auto;
}

DIV.markdown {
  font-size: 1.25em;
  line-height: 1.4em;
}
DIV.markdown H1, DIV.markdown H2, DIV.markdown H3 {
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6em;
  display: block;
  margin-bottom: 0.5rem;
  line-height: inherit;
}
DIV.markdown H2 {
  font-size: 1.3em;
}
DIV.markdown H3 {
  font-size: 1em;
}
DIV.markdown UL, DIV.markdown OL {
  list-style-type: initial;
  padding-left: 1.25em;
  margin-bottom: 1.5rem;
}

UL.messages {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  box-sizing: border-box;
  transition: all 300ms;
}
DIALOG UL.messages {
  margin-top: -1rem;
  min-height: 48px;
}
SECTION.pad UL.messages {
  margin-top: -64px;
  margin-left: -24px;
  min-height: 64px;
  width: calc(100% + 24px * 2);
}
UL.messages LI {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  flex-grow: 1;
  padding-right: 120px;
  animation: messageAnim 200ms ease-in-out 3 alternate;
  color: white;
}
UL.messages LI.success {
  --modal-message-color: #33a652;
}
UL.messages LI.error {
  --modal-message-color: #F73737;
}

ASIDE.accordion .content {
  padding: 0 2rem;
  box-sizing: border-box;
  border-top: 1px solid #F1F1F3;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 80px 0fr;
  grid-auto-flow: row;
  grid-template-areas: "title status" "form form";
  gap: 0 0;
  transition: all 1s;
}
@media screen and (max-width: 500px) {
  ASIDE.accordion .content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
ASIDE.accordion .content:has(> INPUT.accordion:checked) {
  grid-template-rows: 80px 1fr;
  padding-bottom: 2rem;
}
ASIDE.accordion H2 {
  font-family: Clash Display, serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.1428571429em;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  grid-area: title;
  justify-self: start;
  align-self: center;
}
ASIDE.accordion DIV.status {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  grid-area: status;
  justify-self: end;
  align-self: center;
  text-align: right;
}
ASIDE.accordion ABBR {
  display: inline-block;
  border-radius: 0.25rem;
  margin-right: 1.5rem;
  padding: 6px 12px;
  text-decoration: none;
  white-space: nowrap;
}
ASIDE.accordion ABBR.completed {
  color: #5EBCFF;
  background-color: rgba(94, 188, 255, 0.1);
}
ASIDE.accordion ABBR.warning {
  color: #FFA959;
  background-color: rgba(255, 169, 89, 0.1);
}
ASIDE.accordion .form {
  grid-area: form;
  overflow: hidden;
}
ASIDE.accordion svg path {
  fill: #181C2C;
}
ASIDE.accordion INPUT.accordion {
  position: absolute;
  z-index: auto;
  top: 1rem;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
  cursor: pointer;
  margin: 0 auto;
  opacity: 0;
}
ASIDE.accordion INPUT.accordion:checked ~ DIV.status svg {
  transform: rotate(90deg);
}
ASIDE.accordion DIV.form-actions {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  box-shadow: none;
  padding: 2px;
  margin: 0;
}
ASIDE.accordion DIV.form-actions.multiple {
  justify-content: space-between;
  gap: 8px;
}
ASIDE.accordion DIV.form-actions BUTTON {
  --button-rounded-bg: #181C2C;
  --button-rounded-fg: #fff;
  background-image: none;
  width: auto;
  padding: 0.75rem 1.5rem;
}
ASIDE.accordion DIV.form-actions BUTTON:hover {
  --button-rounded-bg: #fff;
  --button-rounded-fg: #181C2C;
}

@-moz-keyframes messageAnim {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: var(--modal-message-color);
  }
}
@-webkit-keyframes messageAnim {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: var(--modal-message-color);
  }
}
@-ms-keyframes messageAnim {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: var(--modal-message-color);
  }
}
@keyframes messageAnim {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: var(--modal-message-color);
  }
}
SECTION.blk-promotion {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  overflow: hidden;
  padding-bottom: 40px;
  background-color: var(--custom-bg-color);
  color: var(--custom-fg-color);
}
BODY:not(.home) SECTION.blk-promotion {
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
SECTION.blk-promotion H2 {
  font-family: Clash Display, serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 3.5em;
  text-align: center;
  margin-bottom: 64px;
}
SECTION.blk-promotion H2 P:first-child {
  text-transform: uppercase;
  font-size: 0.25em;
  color: rgba(255, 255, 255, 0.75);
}
SECTION.blk-promotion UL {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: between;
  -webkit-align-items: space-between;
  align-items: space-between;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-transition: margin-left 500ms ease-in-out;
  transition: margin-left 500ms ease-in-out;
  width: 100%;
  max-width: 1384px;
  margin: 0 auto 64px;
  position: relative;
  gap: 40px;
}
@media screen and (max-width: 810px) {
  SECTION.blk-promotion UL {
    flex-direction: column;
    margin-bottom: 32px;
  }
}
SECTION.blk-promotion IMG {
  margin-bottom: 1rem;
  width: 32px;
  height: 32px;
  object-fit: contain;
}
@media screen and (max-width: 810px) {
  SECTION.blk-promotion IMG {
    margin-bottom: 0.5rem;
  }
}
SECTION.blk-promotion LI {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  flex-basis: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  scroll-snap-align: start;
  text-align: center;
}
@media screen and (max-width: 810px) {
  SECTION.blk-promotion LI {
    flex-basis: auto !important;
    display: list-item;
    margin: 0 1rem 1rem;
    overflow: visible;
  }
}
SECTION.blk-promotion LI P {
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.6em;
}
SECTION.blk-promotion LI P:has(+ P) {
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 810px) {
  SECTION.blk-promotion LI P:has(+ P) {
    margin-bottom: 0.5rem;
  }
}
SECTION.blk-promotion A.readmore {
  max-width: 33.33%;
  color: var(--custom-bg-color);
}
@media screen and (max-width: 810px) {
  SECTION.blk-promotion A.readmore {
    max-width: none;
  }
}

SECTION.blk-popularity {
  background-color: #F1F1F3;
  margin-bottom: 32px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
}
SECTION.blk-popularity:last-of-type {
  margin-bottom: 0;
}
SECTION.blk-popularity > * {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
SECTION.blk-popularity H1, SECTION.blk-popularity H2 {
  font-family: Clash Display, serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: 0.5em;
}
SECTION.blk-popularity H2 {
  color: #828491;
  font-size: 0.875em;
  line-height: 1.1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 0;
}
SECTION.blk-popularity A[role=button] {
  margin-top: 16px !important;
}

SECTION.blk-players {
  color: var(--custom-fg-color, #000);
  background-color: var(--custom-bg-color, #fff);
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 16px;
  padding: 40px 0 96px;
}
SECTION.blk-players H1 {
  font-family: Clash Display, serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 3.5em;
  line-height: 1;
  text-align: center;
  margin-bottom: 32px;
}
SECTION.blk-players H2 {
  font-family: Clash Display, serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875em;
  color: #828491;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4px;
}
SECTION.blk-players H3 {
  font-family: Clash Display, serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875em;
  color: var(--custom-fg-color, #000);
  line-height: 16px;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4px;
}
SECTION.blk-players UL.content {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  overflow-x: auto;
  overflow-y: visible;
  gap: min(5vw, 40px);
  padding: 0 40px;
}
SECTION.blk-players UL.content::-webkit-scrollbar-track {
  background-color: transparent;
  border-color: transparent;
}
SECTION.blk-players UL.content::-webkit-scrollbar-thumb {
  background-color: transparent;
}
SECTION.blk-players UL.content > LI {
  scroll-snap-align: start;
}
SECTION.blk-players FIGURE.avatar {
  overflow: hidden;
  height: auto;
  flex-direction: column;
  gap: 16px;
}
SECTION.blk-players FIGURE.avatar IMG {
  border: 8px solid var(--custom-fg-color, #000);
  border-radius: 184px;
  object-fit: cover;
  height: 184px;
  width: 184px;
  margin: 0;
}
SECTION.blk-players FIGCAPTION {
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
  color: #828491;
}

SECTION.blk-paragraph {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: calc(96px - 1.25em);
  margin-bottom: 0;
}
SECTION.blk-paragraph DIV.content {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
SECTION.blk-paragraph P.overline {
  text-align: center;
}
SECTION.blk-paragraph P.overline:empty {
  display: none;
}
SECTION.blk-paragraph H1 {
  text-align: center;
  margin-bottom: 64px;
}
SECTION.blk-paragraph H1:empty {
  display: none;
}
SECTION.blk-paragraph IMG {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}
SECTION.blk-paragraph DIV.rich-text {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
SECTION.blk-paragraph DIV.rich-text H3 {
  margin-bottom: 40px;
  font-size: 1.5em;
}
SECTION.blk-paragraph DIV.rich-text P {
  font-size: 1.25em;
  margin-bottom: 1em;
}

.loader {
  width: 82px;
  height: 18px;
  position: relative;
}
.loader:before, .loader:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10%);
  top: 0;
  background: #FF3D00;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  animation: jump 0.5s ease-in infinite alternate;
}
.loader:after {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  top: 100%;
  box-shadow: 32px -20px, -32px -20px;
  animation: split 0.5s ease-out infinite alternate;
}

@keyframes split {
  0% {
    box-shadow: 8px -20px, -8px -20px;
  }
  100% {
    box-shadow: 32px -20px, -32px -20px;
  }
}
@keyframes jump {
  0% {
    transform: translate(-50%, -150%);
  }
  100% {
    transform: translate(-50%, 10%);
  }
}
FORM {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  flex-grow: 1;
  width: 100%;
}
FORM::-webkit-input-placeholder {
  color: #828491;
}
FORM:-moz-placeholder {
  color: #828491;
}
FORM::-moz-placeholder {
  color: #828491;
}
FORM:-ms-input-placeholder {
  color: #828491;
}
FORM DIV.password-strength-meter {
  height: 6px !important;
  background-color: #76788c !important;
  margin-bottom: 2px;
}
FORM LABEL {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 4px;
  position: relative;
  padding: 2px;
}
FORM LABEL:has(input[name=toc_accept]) {
  display: block;
  font-weight: 500;
  font-size: 0.9em;
}
FORM LABEL.label-checkbox {
  display: block;
  cursor: pointer;
}
FORM SELECT,
FORM INPUT,
FORM TEXTAREA,
FORM SPAN.select2-container {
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  transition: all 300ms;
  color: initial;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 1rem;
  border: 2px solid #A6A7B2;
  border-radius: 12px;
  background-color: #fff;
  margin-bottom: 0.5rem;
  resize: vertical;
}
FORM SELECT.select2-search__field,
FORM INPUT.select2-search__field,
FORM TEXTAREA.select2-search__field,
FORM SPAN.select2-container.select2-search__field {
  margin: 0 !important;
}
BODY.users FORM SELECT,
BODY.users FORM INPUT,
BODY.users FORM TEXTAREA,
BODY.users FORM SPAN.select2-container {
  background-color: transparent;
  color: #fff;
}
FORM SELECT[readonly],
FORM INPUT[readonly],
FORM TEXTAREA[readonly],
FORM SPAN.select2-container[readonly] {
  background-color: #CBCCD3;
  color: #5F6171;
}
FORM SELECT[readonly] ~ SPAN.help-tooltip,
FORM INPUT[readonly] ~ SPAN.help-tooltip,
FORM TEXTAREA[readonly] ~ SPAN.help-tooltip,
FORM SPAN.select2-container[readonly] ~ SPAN.help-tooltip {
  color: #FA0011;
}
FORM SELECT::-webkit-input-placeholder,
FORM INPUT::-webkit-input-placeholder,
FORM TEXTAREA::-webkit-input-placeholder,
FORM SPAN.select2-container::-webkit-input-placeholder {
  color: #A6A7B2;
}
FORM SELECT:-moz-placeholder,
FORM INPUT:-moz-placeholder,
FORM TEXTAREA:-moz-placeholder,
FORM SPAN.select2-container:-moz-placeholder {
  color: #A6A7B2;
}
FORM SELECT::-moz-placeholder,
FORM INPUT::-moz-placeholder,
FORM TEXTAREA::-moz-placeholder,
FORM SPAN.select2-container::-moz-placeholder {
  color: #A6A7B2;
}
FORM SELECT:-ms-input-placeholder,
FORM INPUT:-ms-input-placeholder,
FORM TEXTAREA:-ms-input-placeholder,
FORM SPAN.select2-container:-ms-input-placeholder {
  color: #A6A7B2;
}
FORM SPAN.select2-container--focus {
  border-color: #0095FF;
  box-shadow: 0 0 6px 0 rgba(0, 149, 255, 0.6);
  outline: 0 none;
}
FORM SPAN.select2-container {
  width: auto !important;
  padding: 9px 0 0.5rem;
  margin-top: 2px;
}
FORM SPAN.select2-container SPAN.select2-selection__arrow {
  bottom: 1px;
  margin: auto;
}
FORM SPAN.select2-container.select2-container--open {
  border-radius: 12px 12px 0 0;
}
FORM SPAN.select2-container SPAN.select2-selection {
  border-color: transparent !important;
}
FORM TEXTAREA {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.75) transparent;
  height: 10em;
}
FORM TEXTAREA::-webkit-scrollbar-track {
  background-color: transparent;
  border-color: transparent;
}
FORM TEXTAREA::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.75);
}
FORM OPTION {
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1em;
  color: #19191a;
  background-color: #fff;
}
FORM OPTION[value=""] {
  font-weight: 400;
}
FORM SPAN.styling,
FORM INPUT[type=radio],
FORM INPUT[type=checkbox] {
  width: 24px;
  height: 24px;
  border-bottom: 0 none;
  opacity: 0;
  margin-left: 0;
  margin-right: 16px;
}
FORM SPAN.styling:checked ~ SPAN.styling,
FORM INPUT[type=radio]:checked ~ SPAN.styling,
FORM INPUT[type=checkbox]:checked ~ SPAN.styling {
  border-color: #FA0011;
}
FORM SPAN.styling:checked ~ SPAN.styling:after,
FORM INPUT[type=radio]:checked ~ SPAN.styling:after,
FORM INPUT[type=checkbox]:checked ~ SPAN.styling:after {
  opacity: 1;
}
FORM SPAN.styling {
  -webkit-transition: all 250ms;
  transition: all 250ms;
  position: absolute;
  z-index: auto;
  top: 4px;
  left: 0;
  right: auto;
  bottom: auto;
  display: block;
  box-sizing: border-box;
  opacity: 1;
  border: 2px solid #5F6171;
  background-color: #fff;
  border-radius: 4px;
}
FORM SPAN.styling:after {
  content: "";
  -webkit-transition: all 250ms;
  transition: all 250ms;
  position: absolute;
  z-index: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  margin: auto;
  display: block;
  background-color: #FA0011;
  width: 12px;
  height: 12px;
}
FORM INPUT[type=radio] + SPAN.styling {
  border-radius: 12px;
  position: relative;
  top: -24px;
  margin-bottom: -24px;
}
FORM INPUT[type=radio] + SPAN.styling:after {
  border-radius: 12px;
}
FORM SPAN.description {
  order: -1;
  margin-bottom: 4px;
}
FORM SPAN.description:empty {
  display: none;
}
FORM SPAN.description A {
  text-decoration: underline !important;
}
FORM SPAN.help-tooltip {
  position: absolute;
  z-index: auto;
  top: 1.75rem;
  left: auto;
  right: 1rem;
  bottom: auto;
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75em;
}
FORM DIV.purchase-fieldset {
  background-color: #F1F1F3;
}

DIV.purchase-fieldset {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  gap: 1rem;
  font-size: 1.5em;
  font-weight: 700;
  border-radius: 0.5rem;
  padding: 1rem;
}
DIV.purchase-fieldset + DIV.purchase-fieldset {
  border-top: 1px solid #F1F1F3;
}
DIV.purchase-fieldset SMALL {
  font-size: 0.5em;
  font-weight: 400;
}

UL.form {
  margin-bottom: 24px;
}
UL.form LI.accept-tc {
  padding-top: 16px;
}
UL.form LI.team-name SPAN.select2-container,
UL.form LI.opponent SPAN.select2-container {
  min-width: 100%;
}

UL.form.no-desc SPAN.description {
  display: none;
}
UL.form.no-desc SPAN.help-tooltip {
  top: 0.25rem;
}

UL.form.modal {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  color: #5F6171;
  margin-bottom: 24px;
}
UL.form.modal > LI {
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  -ms-flex-item-align: auto;
  -webkit-align-self: auto;
  align-self: auto;
}
UL.form.modal > LI.half-width {
  flex-basis: 49%;
}
@media screen and (max-width: 500px) {
  UL.form.modal > LI.half-width {
    flex-basis: 100%;
  }
}
UL.form.modal > LI.third-width {
  flex-basis: 31%;
}
@media screen and (max-width: 500px) {
  UL.form.modal > LI.third-width {
    flex-basis: 100%;
  }
}
UL.form.modal > LI.quarter-width {
  flex-basis: 24%;
}

UL.form.formset {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  gap: 8px;
  margin-bottom: 0;
}
UL.form.formset > LI:last-child SPAN.styling ~ * {
  display: none;
}

UL.form.search-filter P {
  color: #A6A7B2;
  margin-bottom: 0.75rem;
  font-weight: 500;
}
UL.form.search-filter INPUT[type=text] {
  font-size: 2em;
}
@media screen and (max-width: 810px) {
  UL.form.search-filter LI.list-checkboxselectmultiple:has(> UL:not(.children-0)) {
    overflow-x: auto;
  }
}
UL.form.search-filter UL.checkboxselectmultiple {
  --form-filter-responsive-width: 17dvw;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  box-sizing: border-box;
  border: 2px solid #CBCCD3;
  border-radius: 12px;
  margin-bottom: 2rem;
  gap: 2px;
  padding: 6px;
}
@media screen and (max-width: 810px) {
  UL.form.search-filter UL.checkboxselectmultiple.children-1 {
    min-width: calc(var(--form-filter-responsive-width) * 1 + 10px + 2px);
  }
}
@media screen and (max-width: 500px) {
  UL.form.search-filter UL.checkboxselectmultiple.children-1 {
    --form-filter-responsive-width: 24dvw;
  }
}
@media screen and (max-width: 810px) {
  UL.form.search-filter UL.checkboxselectmultiple.children-2 {
    min-width: calc(var(--form-filter-responsive-width) * 2 + 12px + 2px);
  }
}
@media screen and (max-width: 500px) {
  UL.form.search-filter UL.checkboxselectmultiple.children-2 {
    --form-filter-responsive-width: 24dvw;
  }
}
@media screen and (max-width: 810px) {
  UL.form.search-filter UL.checkboxselectmultiple.children-3 {
    min-width: calc(var(--form-filter-responsive-width) * 3 + 14px + 2px);
  }
}
@media screen and (max-width: 500px) {
  UL.form.search-filter UL.checkboxselectmultiple.children-3 {
    --form-filter-responsive-width: 24dvw;
  }
}
@media screen and (max-width: 810px) {
  UL.form.search-filter UL.checkboxselectmultiple.children-4 {
    min-width: calc(var(--form-filter-responsive-width) * 4 + 16px + 2px);
  }
}
@media screen and (max-width: 500px) {
  UL.form.search-filter UL.checkboxselectmultiple.children-4 {
    --form-filter-responsive-width: 24dvw;
  }
}
@media screen and (max-width: 810px) {
  UL.form.search-filter UL.checkboxselectmultiple.children-5 {
    min-width: calc(var(--form-filter-responsive-width) * 5 + 18px + 2px);
  }
}
@media screen and (max-width: 500px) {
  UL.form.search-filter UL.checkboxselectmultiple.children-5 {
    --form-filter-responsive-width: 24dvw;
  }
}
@media screen and (max-width: 810px) {
  UL.form.search-filter UL.checkboxselectmultiple.children-6 {
    min-width: calc(var(--form-filter-responsive-width) * 6 + 20px + 2px);
  }
}
@media screen and (max-width: 500px) {
  UL.form.search-filter UL.checkboxselectmultiple.children-6 {
    --form-filter-responsive-width: 24dvw;
  }
}
@media screen and (max-width: 810px) {
  UL.form.search-filter UL.checkboxselectmultiple.children-7 {
    min-width: calc(var(--form-filter-responsive-width) * 7 + 22px + 2px);
  }
}
@media screen and (max-width: 500px) {
  UL.form.search-filter UL.checkboxselectmultiple.children-7 {
    --form-filter-responsive-width: 24dvw;
  }
}
@media screen and (max-width: 810px) {
  UL.form.search-filter UL.checkboxselectmultiple.children-8 {
    min-width: calc(var(--form-filter-responsive-width) * 8 + 24px + 2px);
  }
}
@media screen and (max-width: 500px) {
  UL.form.search-filter UL.checkboxselectmultiple.children-8 {
    --form-filter-responsive-width: 24dvw;
  }
}
@media screen and (max-width: 810px) {
  UL.form.search-filter UL.checkboxselectmultiple.children-9 {
    min-width: calc(var(--form-filter-responsive-width) * 9 + 26px + 2px);
  }
}
@media screen and (max-width: 500px) {
  UL.form.search-filter UL.checkboxselectmultiple.children-9 {
    --form-filter-responsive-width: 24dvw;
  }
}
@media screen and (max-width: 810px) {
  UL.form.search-filter UL.checkboxselectmultiple {
    padding: 4px;
    margin-bottom: 1rem;
  }
}
UL.form.search-filter UL.checkboxselectmultiple > LI {
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  -ms-flex-item-align: auto;
  -webkit-align-self: auto;
  align-self: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 810px) {
  UL.form.search-filter UL.checkboxselectmultiple > LI {
    min-width: var(--form-filter-responsive-width);
  }
}
UL.form.search-filter UL.checkboxselectmultiple > LI.filtrera-per-vecka LABEL, UL.form.search-filter UL.checkboxselectmultiple > LI.filter-per-week LABEL {
  min-height: calc(64px + .5rem);
}
UL.form.search-filter UL.checkboxselectmultiple LABEL {
  min-height: 64px;
  cursor: pointer;
  margin: 0;
}
@media screen and (max-width: 810px) {
  UL.form.search-filter UL.checkboxselectmultiple LABEL {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 500px) {
  UL.form.search-filter UL.checkboxselectmultiple LABEL {
    font-size: 3.2vw;
  }
}
UL.form.search-filter UL.checkboxselectmultiple SPAN.styling {
  display: none;
}
UL.form.search-filter UL.checkboxselectmultiple SPAN.description {
  position: absolute;
  z-index: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  transition: all 250ms;
  background-color: transparent;
  text-align: center;
  border-radius: 6px;
  line-height: 1.6;
}
UL.form.search-filter UL.checkboxselectmultiple SPAN.description:hover {
  background-color: rgba(24, 28, 44, 0.15);
}
@media screen and (max-width: 810px) {
  UL.form.search-filter UL.checkboxselectmultiple SPAN.description {
    line-height: 1.4;
    margin-bottom: 0;
  }
}
UL.form.search-filter UL.checkboxselectmultiple TIME {
  display: block;
}
UL.form.search-filter UL.checkboxselectmultiple TIME.month {
  color: #A6A7B2;
}
UL.form.search-filter UL.checkboxselectmultiple INPUT:checked ~ SPAN.description {
  background-color: #181C2C;
  color: #fff;
}

UL.form.padding-x {
  padding-left: 32px;
  padding-right: 32px;
}

UL.form.purchase {
  margin-bottom: 0;
  width: 100%;
}
UL.form.purchase * {
  margin-bottom: 0;
}
UL.form.purchase LABEL {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  gap: 1rem;
}
UL.form.purchase LABEL.label-number {
  margin-bottom: 8px;
}
UL.form.purchase LABEL.label-number SPAN.description {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  flex-grow: 1;
}
UL.form.purchase EM {
  font-style: normal;
}
UL.form.purchase SELECT,
UL.form.purchase INPUT {
  background-color: #fff;
}
UL.form.purchase INPUT {
  text-align: center;
  width: 80px;
}

FORM.dropzone {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  margin-top: auto;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px dashed #FFBABA;
  border-radius: 0.5rem;
  transition: all 300ms;
  max-height: 200px;
  background-color: #FFF7F7;
}
FORM.dropzone:hover {
  border-color: #1d232b;
}
FORM.dropzone.carousel {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
}
FORM.dropzone.carousel UL, FORM.dropzone.carousel LI {
  box-sizing: border-box;
  min-width: 432px;
  height: 346px;
}
FORM.dropzone.carousel BUTTON.dz-button {
  background-color: #2a314d;
}
FORM.dropzone.button {
  border: 2px solid #000;
  height: 3em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 70%;
  border-radius: 3em;
}
FORM.dropzone.button BUTTON.dz-button {
  font-weight: 600;
  font-size: 0.875em;
  letter-spacing: 0.016em;
  text-transform: uppercase;
  color: #000;
  height: 100%;
  background-color: #fff;
}
FORM.dropzone BUTTON.dz-button {
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  height: 200px;
  color: #5F6171;
  width: 100%;
  display: block;
  transition: all 300ms;
}
FORM.dropzone DIV.dz-default.dz-message {
  flex-grow: 1;
}
FORM.dropzone DIV.dz-default.dz-message:has(+ DIV.dz-preview) {
  display: none;
}

DIV.dz-preview {
  position: relative;
  height: 200px;
}
DIV.dz-preview.dz-success DIV.dz-success-mark {
  display: block;
}
DIV.dz-preview.dz-error DIV.dz-error-mark {
  display: block;
}
DIV.dz-preview DIV.dz-details {
  position: absolute;
  z-index: 1;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 4px;
  font-size: 0.75em;
  font-weight: 500;
}
DIV.dz-preview DIV.dz-image {
  position: relative;
  z-index: 0;
  height: 200px;
  width: 200px;
}
DIV.dz-preview DIV.dz-image IMG {
  display: block;
  height: 100%;
  width: 100%;
}
DIV.dz-preview DIV.dz-error-mark,
DIV.dz-preview DIV.dz-success-mark {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto;
  width: 54px;
  height: 54px;
}

DIV.form-actions {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  margin-top: auto;
  padding-top: 16px;
}
UL.form ~ DIV.form-actions {
  padding-top: var(--form-action-padding, inherit);
}
DIV.form-actions BUTTON {
  width: auto;
  margin: 0;
}

SPAN.select2-container--open:has(> SPAN.select2-dropdown.select2-dropdown--below) {
  margin-top: -2px;
}
SPAN.select2-container--open SPAN.select2-search--dropdown {
  padding: 8px;
}
SPAN.select2-container--open SPAN.select2-dropdown--below {
  border-radius: 0 0 12px 12px;
  min-width: 100px;
  max-width: 95dvw;
  transform: scaleX(1);
  transform-origin: left top;
  border-top-color: #A6A7B2;
}

@starting-style {
  dialog[open]::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
DIALOG {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  scrollbar-width: thin;
  scrollbar-color: #181C2C transparent;
  transition: all 300ms !important;
  transition-behavior: allow-discrete;
  opacity: 0;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0 0 50px 50px rgba(0, 0, 0, 0.3);
  width: 600px;
  max-width: 95dvw;
  max-height: calc(95dvh - 128px);
  min-height: 320px;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
DIALOG::-webkit-scrollbar-track {
  background-color: transparent;
  border-color: transparent;
}
DIALOG::-webkit-scrollbar-thumb {
  background-color: #181C2C;
}
@media screen and (max-width: 1024px) {
  DIALOG {
    position: absolute;
    bottom: auto;
    top: 10dvh;
  }
}
DIALOG.visible {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
DIALOG BUTTON.close-modal {
  position: absolute;
  z-index: auto;
  top: 24px;
  left: auto;
  right: 24px;
  bottom: auto;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  padding: 0 16px;
  transition: all 300ms;
  box-sizing: border-box;
  background-color: #181C2C;
  width: 100vw;
  height: 100vh;
  max-width: 40px;
  max-height: 40px;
  line-height: 40px;
  border-radius: 40px;
  z-index: 3;
}
DIALOG BUTTON.close-modal svg path {
  fill: #FFF7F7;
}
DIALOG BUTTON.close-modal:hover {
  background-color: rgba(29, 35, 43, 0.5);
}
DIALOG::backdrop {
  background-color: rgba(0, 0, 0, 0.75);
  transition: all 300ms allow-discrete;
}
DIALOG.visible {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
DIALOG[open] {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
DIALOG[class*=before-close] {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  z-index: -1;
}
DIALOG SECTION {
  --form-action-x-margins: -24px;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  *background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#FFF7F7", endColorstr="#fff");
  background-image: -webkit-gradient(linear, to bottom, right bottom, from(#FFF7F7), to(#fff));
  background-image: -webkit-linear-gradient(to bottom, #FFF7F7, #fff);
  background-image: linear-gradient(to bottom, #FFF7F7, #fff);
  padding: 64px 24px 40px;
  flex-grow: 1;
}
DIALOG SECTION.no-padding {
  padding-left: 0;
  padding-right: 0;
  --form-action-x-margins: 0;
}
DIALOG SECTION.no-padding H1 {
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 500px) {
  DIALOG SECTION.no-padding H1 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
DIALOG FIGURE.edit-profile {
  margin-top: -64px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 160px;
  padding-top: 80px;
  margin-bottom: 24px;
}
DIALOG DIV.avatar {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  width: 160px;
  height: 160px;
  border: 6px solid #828491;
  border-radius: 160px;
  margin: 0 auto 16px;
  overflow: hidden;
  background-color: #fff;
}
DIALOG DIV.avatar IMG {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
DIALOG DIV.avatar path {
  fill: #fff;
  opacity: 0.5;
}
DIALOG DIV.avatar.none {
  *background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#FA0011", endColorstr="#C8000E");
  background-image: -webkit-gradient(linear, to bottom, right bottom, from(#FA0011), to(#C8000E));
  background-image: -webkit-linear-gradient(to bottom, #FA0011, #C8000E);
  background-image: linear-gradient(to bottom, #FA0011, #C8000E);
}
DIALOG H1 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 2em;
  margin-bottom: 1rem;
}
DIALOG H2 {
  text-align: center;
}
DIALOG H2.dark {
  color: #19191a;
}
DIALOG H2.left {
  text-align: left;
}
DIALOG H2 + H1 {
  text-align: center;
}
DIALOG P {
  text-align: center;
  margin-bottom: 1em;
}
DIALOG P A {
  color: #0095FF;
  text-decoration: none;
}
DIALOG DIV.phone-number {
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  padding: 24px;
  border: 1px solid #CBCCD3;
  border-radius: 6px;
  color: #828491;
  background-color: #F1F1F3;
  margin-bottom: 32px;
  text-align: center;
}
DIALOG DIV.phone-number EM {
  font-size: 2em;
  font-style: normal;
  line-height: 1.25em;
}
DIALOG DIV.phone-number P {
  margin-bottom: 0;
}
DIALOG DIV.phone-number P.description {
  text-align: center;
}
DIALOG TABLE.media {
  width: 100%;
  border-spacing: 8px;
}
DIALOG TABLE.media.empty {
  margin-bottom: 0;
}
DIALOG TABLE.media.empty TH {
  display: none;
}
DIALOG TABLE.media TD {
  padding-top: 0.5rem;
}
DIALOG TABLE.media IMG {
  border-radius: 6px;
}
DIALOG TABLE.list-parents {
  width: auto;
  margin-bottom: 0;
}
DIALOG TABLE.list-parents TD:first-of-type {
  font-weight: 700;
  color: #828491;
}
DIALOG TABLE.list-parents TD:last-of-type {
  font-weight: 700;
  color: #181C2C;
  text-align: left;
}
DIALOG TABLE.list-parents A[role=button] {
  margin-top: -16px;
  margin-left: -24px;
}
DIALOG TH {
  font-weight: 500;
  text-align: right;
}
DIALOG TH:first-of-type {
  width: max-content;
  text-align: left;
}
DIALOG TD {
  font-weight: 400;
  text-align: right;
  white-space: nowrap;
}
DIALOG TD:first-of-type {
  text-align: left;
}
DIALOG TD[colspan] {
  padding: 24px;
  text-align: center;
  white-space: normal;
}
DIALOG TD.left {
  text-align: left;
}
DIALOG EM.verified {
  font-style: normal;
}
DIALOG EM.verified.yes {
  color: #33a652;
}
DIALOG EM.verified.no {
  color: #0095FF;
}
DIALOG .align-center {
  display: block;
  margin: 0 auto 1.5rem;
}
DIALOG IMG.psp_logo {
  width: 220px;
  height: auto;
  display: block;
  margin: 1rem auto 0;
}
DIALOG P.description {
  color: #5F6171;
  text-align: left;
  font-style: italic;
  margin-bottom: 0;
}
DIALOG DIV.form-actions {
  --form-action-padding: 24px;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.15);
  padding-top: var(--form-action-padding);
  padding-bottom: var(--form-action-padding);
  margin-left: var(--form-action-x-margins);
  margin-right: var(--form-action-x-margins);
  margin-bottom: -40px;
}
DIALOG DIV.form-actions.multiple {
  padding-left: 24px;
  padding-right: 24px;
}
DIALOG DIV.form-actions BUTTON {
  width: 75%;
}
DIALOG DL.profile-information {
  --datatype-width: 10rem;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.4em;
  margin-bottom: 32px;
}
DIALOG DL.profile-information DT {
  min-width: var(--datatype-width);
  font-weight: 500;
  color: #5F6171;
}
@media screen and (max-width: 810px) {
  DIALOG DL.profile-information DT {
    --datatype-width: 7.25rem;
  }
}
DIALOG DL.profile-information DD {
  --datadef-padding: 4px;
  padding-left: var(--datadef-padding);
  min-width: calc(100% - (var(--datatype-width) + var(--datadef-padding)));
}
DIALOG DL.profile-information .spacing {
  margin-bottom: 24px;
}
DIALOG INPUT[type=url] {
  font-family: Archivo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  transition: all 300ms;
  color: initial;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 1rem;
  border: 2px solid #A6A7B2;
  border-radius: 12px;
  background-color: #fff;
  margin-bottom: 0.5rem;
}

ASIDE.cookie-banner {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  position: fixed;
  z-index: auto;
  top: auto;
  left: auto;
  right: 1em;
  bottom: 1em;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  max-width: 384px;
  min-height: 170px;
  z-index: 9998;
  font-family: Archivo, sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.5714285714em;
}
@media screen and (max-width: 810px) {
  ASIDE.cookie-banner {
    right: 0;
    bottom: 0;
  }
  ASIDE.cookie-banner + FOOTER {
    margin-bottom: 160px;
  }
}
ASIDE.cookie-banner.hide {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0;
}
ASIDE.cookie-banner P {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-item-align: auto;
  -webkit-align-self: auto;
  align-self: auto;
  padding: 24px;
  color: #fff;
  background-color: #1d232b;
}
ASIDE.cookie-banner A {
  color: #D19850;
  text-decoration: underline;
}
ASIDE.cookie-banner A:hover {
  text-decoration: none;
}
ASIDE.cookie-banner BUTTON {
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #D19850;
  border-width: 1px;
  border-style: solid;
  border-color: #ecd3b5;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  outline: 0 none;
  padding: 0.9em 1.9em;
  text-align: center;
  min-width: 100%;
  font-family: inherit;
  min-height: 40px;
  font-size: inherit;
  border-color: #D19850;
  color: #fff;
}
ASIDE.cookie-banner BUTTON:hover {
  background-color: #bc7f32;
  border-color: #D19850;
}

