* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

:root {
  font-size: 16px;
}

html {
  font-family: Poppins;
  font-size: 16px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-size: unset;
  font-weight: unset;
}

button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}

img {
  display: block;
}

a {
  color: inherit;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

a[href^="mailto:"],
a[href^="tel:"],
a[href^="fax:"] {
  white-space: nowrap;
}

ul {
  list-style: none;
}

svg:empty {
  width: 1rem;
  height: 1rem;
}

label,
select {
  cursor: pointer;
}

select {
  appearance: none;
  background: none;
}

fieldset {
  border: 0;
}

input[type=submit], input[type=file] {
  cursor: pointer;
}

input[type=password]:not(:placeholder-shown) {
  font-family: Verdana;
  letter-spacing: 0;
}
input[type=password]::-ms-reveal {
  display: none;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}
input[type=search]::-ms-clear {
  display: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
iframe:focus,
[tabindex]:focus,
[contentEditable=true]:focus {
  outline: 0;
}

[popover] {
  inset: unset;
  border: 0;
}

@font-face {
  font-family: Comfortaa;
  src: local(Comfortaa), url("/static/core/fonts/comfortaa/comfortaa_300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  ascent-override: 100%;
  descent-override: 30%;
  line-gap-override: normal;
}
@font-face {
  font-family: Comfortaa;
  src: local(Comfortaa), url("/static/core/fonts/comfortaa/comfortaa_400.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  ascent-override: 100%;
  descent-override: 30%;
  line-gap-override: normal;
}
@font-face {
  font-family: Comfortaa;
  src: local(Comfortaa), url("/static/core/fonts/comfortaa/comfortaa_700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  ascent-override: 100%;
  descent-override: 30%;
  line-gap-override: normal;
}
@font-face {
  font-family: Poppins;
  src: local(Poppins), url("/static/core/fonts/poppins/poppins_300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  ascent-override: 100%;
  descent-override: 30%;
  line-gap-override: normal;
}
@font-face {
  font-family: Poppins;
  src: local(Poppins), url("/static/core/fonts/poppins/poppins_500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  ascent-override: 100%;
  descent-override: 30%;
  line-gap-override: normal;
}
@font-face {
  font-family: Poppins;
  src: local(Poppins), url("/static/core/fonts/poppins/poppins_700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  ascent-override: 100%;
  descent-override: 30%;
  line-gap-override: normal;
}
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  color: inherit;
}

.scroll-lock {
  overflow: hidden !important;
  width: auto;
}

.p-xl {
  padding: 1.5rem;
}

.px-xl {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-xl {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.p-lg {
  padding: 1.25rem;
}

.px-lg {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-lg {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p-md {
  padding: 1rem;
}

.px-md {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-md {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p-sm {
  padding: 0.75rem;
}

.px-sm {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-sm {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.p-xs {
  padding: 0.5rem;
}

.px-xs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-xs {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.x-restrict-lg {
  width: 100%;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 835px) {
  .x-restrict-lg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 835px) {
  .x-restrict-lg {
    max-width: 78rem;
  }
}

.x-restrict-md {
  width: 100%;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 835px) {
  .x-restrict-md {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 835px) {
  .x-restrict-md {
    max-width: 73.5rem;
  }
}

.x-restrict-sm {
  width: 100%;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 835px) {
  .x-restrict-sm {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 835px) {
  .x-restrict-sm {
    max-width: 62.25rem;
  }
}

.x-restrict-xs {
  width: 100%;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 835px) {
  .x-restrict-xs {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 835px) {
  .x-restrict-xs {
    max-width: 30rem;
  }
}

.x-row {
  display: flex;
}

.x-col {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.x-auto {
  flex-direction: column;
}
@media screen and (min-width: 835px) {
  .x-auto {
    flex-direction: row;
  }
  .x-auto > * {
    flex: 1 0 0;
  }
}

.x-center {
  align-items: center;
}

.x-space-between {
  justify-content: space-between;
}

.x-gap-xl {
  gap: 1.5rem;
}

.x-gap-lg {
  gap: 1.25rem;
}

.x-gap-md {
  gap: 1rem;
}

.x-gap-sm {
  gap: 0.75rem;
}

.x-gap-xs {
  gap: 0.5rem;
}

.x-buttons {
  display: flex;
  flex-direction: column;
}
.x-buttons > * {
  flex: 1 0 0;
}
.x-buttons[justify=start] {
  justify-content: start;
}
.x-buttons[justify=center] {
  justify-content: center;
}
.x-buttons[justify=end] {
  justify-content: end;
}
@media screen and (min-width: 835px) {
  .x-buttons {
    flex-direction: row;
  }
  .x-buttons > * {
    flex: initial;
  }
}

.h-xxl-bold {
  font-family: Comfortaa, Helvetica, Arial, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (min-width: 835px) {
  .h-xxl-bold {
    font-size: 3rem;
    line-height: 1.2;
  }
}
.h-xxl-bold {
  font-weight: 700;
  letter-spacing: 0;
}

.h-xxl-regular {
  font-family: Comfortaa, Helvetica, Arial, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (min-width: 835px) {
  .h-xxl-regular {
    font-size: 3rem;
    line-height: 1.2;
  }
}
.h-xxl-regular {
  font-weight: 500;
  letter-spacing: 0;
}

.h-xxl-light {
  font-family: Comfortaa, Helvetica, Arial, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (min-width: 835px) {
  .h-xxl-light {
    font-size: 3rem;
    line-height: 1.2;
  }
}
.h-xxl-light {
  font-weight: 300;
  letter-spacing: 0;
}

.h-xl-bold {
  font-family: Comfortaa, Helvetica, Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (min-width: 835px) {
  .h-xl-bold {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}
.h-xl-bold {
  font-weight: 700;
  letter-spacing: 0;
}

.h-xl-regular {
  font-family: Comfortaa, Helvetica, Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (min-width: 835px) {
  .h-xl-regular {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}
.h-xl-regular {
  font-weight: 500;
  letter-spacing: 0;
}

.h-xl-light {
  font-family: Comfortaa, Helvetica, Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (min-width: 835px) {
  .h-xl-light {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}
.h-xl-light {
  font-weight: 300;
  letter-spacing: 0;
}

.h-lg-bold {
  font-family: Comfortaa, Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (min-width: 835px) {
  .h-lg-bold {
    font-size: 1.75rem;
    line-height: 1.2;
  }
}
.h-lg-bold {
  font-weight: 700;
  letter-spacing: 0;
}

.h-lg-regular {
  font-family: Comfortaa, Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (min-width: 835px) {
  .h-lg-regular {
    font-size: 1.75rem;
    line-height: 1.2;
  }
}
.h-lg-regular {
  font-weight: 500;
  letter-spacing: 0;
}

.h-lg-light {
  font-family: Comfortaa, Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (min-width: 835px) {
  .h-lg-light {
    font-size: 1.75rem;
    line-height: 1.2;
  }
}
.h-lg-light {
  font-weight: 300;
  letter-spacing: 0;
}

.h-md-bold {
  font-family: Comfortaa, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (min-width: 835px) {
  .h-md-bold {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.h-md-bold {
  font-weight: 700;
  letter-spacing: 0;
}

.h-md-regular {
  font-family: Comfortaa, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (min-width: 835px) {
  .h-md-regular {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.h-md-regular {
  font-weight: 500;
  letter-spacing: 0;
}

.h-md-light {
  font-family: Comfortaa, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (min-width: 835px) {
  .h-md-light {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.h-md-light {
  font-weight: 300;
  letter-spacing: 0;
}

.h-sm-bold {
  font-family: Comfortaa, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (min-width: 835px) {
  .h-sm-bold {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
.h-sm-bold {
  font-weight: 700;
  letter-spacing: 0;
}

.h-sm-regular {
  font-family: Comfortaa, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (min-width: 835px) {
  .h-sm-regular {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
.h-sm-regular {
  font-weight: 500;
  letter-spacing: 0;
}

.h-sm-light {
  font-family: Comfortaa, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (min-width: 835px) {
  .h-sm-light {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
.h-sm-light {
  font-weight: 300;
  letter-spacing: 0;
}

.h-xs-bold {
  font-family: Comfortaa, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (min-width: 835px) {
  .h-xs-bold {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.h-xs-bold {
  font-weight: 700;
  letter-spacing: 0;
}

.h-xs-regular {
  font-family: Comfortaa, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (min-width: 835px) {
  .h-xs-regular {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.h-xs-regular {
  font-weight: 500;
  letter-spacing: 0;
}

.h-xs-light {
  font-family: Comfortaa, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (min-width: 835px) {
  .h-xs-light {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.h-xs-light {
  font-weight: 300;
  letter-spacing: 0;
}

.h-xxs-bold {
  font-family: Comfortaa, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (min-width: 835px) {
  .h-xxs-bold {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
.h-xxs-bold {
  font-weight: 700;
  letter-spacing: 0;
}

.h-xxs-regular {
  font-family: Comfortaa, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (min-width: 835px) {
  .h-xxs-regular {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
.h-xxs-regular {
  font-weight: 500;
  letter-spacing: 0;
}

.h-xxs-light {
  font-family: Comfortaa, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (min-width: 835px) {
  .h-xxs-light {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
.h-xxs-light {
  font-weight: 300;
  letter-spacing: 0;
}

.t-xxl-bold {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .t-xxl-bold {
    font-size: 1.375rem;
    line-height: 1.2;
  }
}
.t-xxl-bold {
  font-weight: 700;
  letter-spacing: 0;
}

.t-xxl-regular {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .t-xxl-regular {
    font-size: 1.375rem;
    line-height: 1.2;
  }
}
.t-xxl-regular {
  font-weight: 500;
  letter-spacing: 0;
}

.t-xxl-light {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .t-xxl-light {
    font-size: 1.375rem;
    line-height: 1.2;
  }
}
.t-xxl-light {
  font-weight: 300;
  letter-spacing: 0;
}

.t-xl-bold {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .t-xl-bold {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.t-xl-bold {
  font-weight: 700;
  letter-spacing: 0;
}

.t-xl-regular {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .t-xl-regular {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.t-xl-regular {
  font-weight: 500;
  letter-spacing: 0;
}

.t-xl-light {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .t-xl-light {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.t-xl-light {
  font-weight: 300;
  letter-spacing: 0;
}

.t-lg-bold {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .t-lg-bold {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
.t-lg-bold {
  font-weight: 700;
  letter-spacing: 0;
}

.t-lg-regular {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .t-lg-regular {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
.t-lg-regular {
  font-weight: 500;
  letter-spacing: 0;
}

.t-lg-light {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .t-lg-light {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
.t-lg-light {
  font-weight: 300;
  letter-spacing: 0;
}

.t-md-bold {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .t-md-bold {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.t-md-bold {
  font-weight: 700;
  letter-spacing: 0;
}

.t-md-regular {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .t-md-regular {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.t-md-regular {
  font-weight: 500;
  letter-spacing: 0;
}

.t-md-light {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .t-md-light {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.t-md-light {
  font-weight: 300;
  letter-spacing: 0;
}

.t-sm-bold {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .t-sm-bold {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
.t-sm-bold {
  font-weight: 700;
  letter-spacing: 0;
}

.t-sm-regular {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .t-sm-regular {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
.t-sm-regular {
  font-weight: 500;
  letter-spacing: 0;
}

.t-sm-light {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .t-sm-light {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
.t-sm-light {
  font-weight: 300;
  letter-spacing: 0;
}

.t-xs-bold {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .t-xs-bold {
    font-size: 0.75rem;
    line-height: 1.2;
  }
}
.t-xs-bold {
  font-weight: 700;
  letter-spacing: 0;
}

.t-xs-regular {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .t-xs-regular {
    font-size: 0.75rem;
    line-height: 1.2;
  }
}
.t-xs-regular {
  font-weight: 500;
  letter-spacing: 0;
}

.t-xs-light {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .t-xs-light {
    font-size: 0.75rem;
    line-height: 1.2;
  }
}
.t-xs-light {
  font-weight: 300;
  letter-spacing: 0;
}

.t-xxs-bold {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 0.625rem;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .t-xxs-bold {
    font-size: 0.625rem;
    line-height: 1.2;
  }
}
.t-xxs-bold {
  font-weight: 700;
  letter-spacing: 0;
}

.t-xxs-regular {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 0.625rem;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .t-xxs-regular {
    font-size: 0.625rem;
    line-height: 1.2;
  }
}
.t-xxs-regular {
  font-weight: 500;
  letter-spacing: 0;
}

.t-xxs-light {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 0.625rem;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .t-xxs-light {
    font-size: 0.625rem;
    line-height: 1.2;
  }
}
.t-xxs-light {
  font-weight: 300;
  letter-spacing: 0;
}

.x-btn {
  width: 100%;
  min-height: 3rem;
  padding: 0.25rem;
  gap: 0.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease-in-out;
  transition-property: background, color, box-shadow;
}
.x-btn span {
  display: block;
}
.x-btn:focus-visible {
  box-shadow: 0 0 0px 0.1875rem #0ACAFF;
}
.x-btn:disabled, .x-btn[aria-disabled] {
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(1);
}
.x-btn {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  border-radius: 2rem;
}
.x-btn span {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .x-btn span {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.x-btn span {
  font-weight: 500;
  letter-spacing: 0;
}

.x-btn-primary {
  color: #FFF;
  background-image: linear-gradient(to right, #CC006A 0%, #FD873D 100%);
}
@media (hover: hover) {
  .x-btn-primary:hover {
    box-shadow: 0 0 0.5rem #CC006A, inset 0 0 31.25rem rgba(0, 0, 0, 0.1);
  }
}

.x-btn-secondary {
  color: #FFF;
  background: transparent;
  border: 1px solid #FFF;
}
@media (hover: hover) {
  .x-btn-secondary:hover {
    background: #99004F;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5);
  }
}

.x-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
}
.x-btn-icon .x-icon {
  filter: invert(1);
  width: 2rem;
  height: 2rem;
}
.x-btn-icon .x-logo {
  display: none;
  width: 2rem;
  height: 2rem;
}
.isHome .x-btn-icon .x-icon {
  display: none;
}
.isHome .x-btn-icon .x-logo {
  display: block;
}

.x-link {
  width: 100%;
  min-height: 3rem;
  padding: 0.25rem;
  gap: 0.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease-in-out;
  transition-property: background, color, box-shadow;
}
.x-link span {
  display: block;
}
.x-link:focus-visible {
  box-shadow: 0 0 0px 0.1875rem #0ACAFF;
}
.x-link:disabled, .x-link[aria-disabled] {
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(1);
}
.x-link {
  color: currentColor;
  border-radius: 0.5rem;
  width: 100%;
  text-underline-offset: 2px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: auto;
}
.x-link span {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .x-link span {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.x-link span {
  font-weight: 500;
  letter-spacing: 0;
}
.x-link:hover {
  text-decoration: underline;
}

.x-link-primary {
  color: #CC006A;
}
.x-link-primary:hover {
  color: #99004F;
}

.x-field {
  background: #2E1B32;
  padding: 0.5rem;
  border-radius: 0.5rem;
  transition: 0.25s ease-in-out;
  transition-property: background-color, color, box-shadow;
  border: 1px solid #EBDEED;
}
.x-field label {
  display: block;
  color: #BFBFBF;
}
.x-field input {
  border: none;
  background: none;
  width: 100%;
  color: #FFF;
}
.x-field:has(input:focus-visible) {
  box-shadow: 0 0 0px 0.1875rem #0ACAFF;
}

.x-burger {
  position: relative;
  display: flex;
  flex-direction: column;
}
.x-burger i {
  display: block;
  height: 0.1875rem;
  width: 1.25rem;
  background: currentColor;
  border-radius: 0.09375rem;
  transition: 0.25s ease-in-out;
  transition-property: background, visibility, opacity, transform;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.x-burger i:nth-of-type(1) {
  transform: translate(-50%, calc(-50% - 0.5rem));
}
.x-burger i:nth-of-type(2) {
  transform: translate(-50%, -50%);
}
.x-burger i:nth-of-type(3) {
  transform: translate(-50%, calc(-50% + 0.5rem));
}
.x-burger[aria-expanded=true] i:nth-of-type(1) {
  transform: translate(-50%, 0) rotate(45deg);
}
.x-burger[aria-expanded=true] i:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}
.x-burger[aria-expanded=true] i:nth-of-type(3) {
  transform: translate(-50%, 0) rotate(-45deg);
}

.x-page-login {
  color: #FFF;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.x-section-login {
  z-index: 1;
  height: 100%;
  padding: 1rem !important;
  border-radius: 1rem;
  border: 1px solid rgba(136, 115, 140, 0.5);
  background-color: rgba(34, 13, 38, 0.75);
  box-shadow: inset 0 0 1.25rem #2E1B32, 0 0 0.625rem rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2px);
}
.x-section-login header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.x-logo {
  position: relative;
  z-index: 1;
  width: 10rem;
}
.x-logo img {
  width: 100%;
}

.x-lang-selector .x-link {
  text-decoration: none;
  min-width: 2rem;
}
.x-lang-selector .x-link.is-active {
  font-weight: 700;
}

.x-banner {
  display: block;
  position: fixed;
  z-index: 104;
  bottom: 0;
  width: 100vw;
  background: rgba(46, 27, 50, 0.8);
  backdrop-filter: blur(5px);
  color: #FFF;
  padding: 1rem;
}

.x-header {
  position: relative;
  z-index: 11;
  width: 100vw;
  color: #FFF;
  background: rgba(46, 27, 50, 0.8);
  border-bottom: 1px solid #3D2442;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.x-header .x-left {
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: start;
}
.x-header .x-left .x-logo-desktop {
  padding: 0 1rem;
  opacity: 0.9;
  transition: 0.1s ease-in-out;
  transition-property: opacity;
}
@media (hover: hover) {
  .x-header .x-left .x-logo-desktop:hover {
    opacity: 1;
  }
}
.x-header .x-left h1 {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.x-header .x-left h1 span {
  font-family: Comfortaa, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (min-width: 835px) {
  .x-header .x-left h1 span {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
.x-header .x-left h1 span {
  font-weight: 700;
  letter-spacing: 0;
}
.x-header .x-left h1 small {
  font-family: Comfortaa, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (min-width: 835px) {
  .x-header .x-left h1 small {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
.x-header .x-left h1 small {
  font-weight: 300;
  letter-spacing: 0;
}
.x-header .x-center {
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.x-header .x-right {
  display: flex;
  flex-direction: row;
  width: 15rem;
  justify-content: end;
}
.x-header .x-right .x-btn-nav {
  border-left: 1px solid #3D2442;
}

@media screen and (max-width: 834px) {
  .x-header .x-logo-desktop {
    display: none;
  }
  .x-btn-user div {
    display: none !important;
  }
}
@media screen and (min-width: 835px) {
  .x-header .x-left h1 {
    display: none;
  }
  .x-header .x-logo-mobile {
    display: none;
  }
  .x-header .x-btn-back {
    display: none;
  }
  .x-header .x-burger {
    display: none;
  }
}
.x-btn-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  height: 3.5rem;
  min-width: 3.5rem;
  padding: 0.5rem 0.75rem;
  transition: 0.1s ease-in-out;
  transition-property: background, color;
}
.x-btn-nav i {
  font-size: 1.5rem;
}
@media (hover: hover) {
  .x-btn-nav:hover {
    background-color: rgba(61, 36, 66, 0.5);
  }
}

.x-btn-notif {
  position: relative;
}
.x-btn-notif .x-bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background-image: linear-gradient(to bottom right, #CC006A 0%, #FD873D 100%);
  height: 1.25rem;
  min-width: 1.25rem;
  border-radius: 0.75rem;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-0.5rem, 0.5rem);
}

.x-btn-user div {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.x-btn-user div .x-username {
  text-transform: capitalize;
}

@media screen and (max-width: 834px) {
  .x-menu {
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background: #220D26;
    color: #EBDEED;
  }
  .x-menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
  }
  .x-menu ul li {
    flex: 1 0 0;
    width: 20vw;
  }
  .x-menu ul li a {
    flex: 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem;
    height: auto;
    border-right: 1px solid #3D2442;
    border-top: 4px solid #2E1B32;
    transition: 0.1s ease-in-out;
    transition-property: border, color;
  }
  .x-menu ul li a.active {
    color: #FFF;
    border-top-color: #CC006A;
  }
  .x-menu ul li a span {
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-size: 0.625rem;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 834px) and (min-width: 835px) {
  .x-menu ul li a span {
    font-size: 0.625rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 834px) {
  .x-menu ul li a i {
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (min-width: 835px) {
  .x-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .x-menu .x-btn-nav i {
    display: none;
  }
}
.x-sidebar {
  z-index: 102;
  position: absolute;
  right: 0;
  top: 3.5625rem;
  width: 19.9375rem;
  height: calc(100vh - 3.5625rem);
  display: flex;
  flex-direction: column;
  color: #FFF;
  background: rgba(46, 27, 50, 0.8);
  backdrop-filter: blur(5px);
  transform: translate(100%, 0);
  transition: 0.3s ease-out;
  transition-property: transform;
  border-left: 1px solid #3D2442;
}
.x-sidebar[aria-expanded=true] {
  transform: translate(0, 0);
}
.x-sidebar h2 {
  margin: 0;
  padding: 1rem 1rem 0;
  display: flex;
  flex-direction: column;
}
.x-sidebar h2 .x-username {
  text-transform: capitalize;
}
.x-sidebar ul {
  margin: 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.x-sidebar ul li a, .x-sidebar ul li button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 0.75rem;
  background: rgba(34, 13, 38, 0.5);
  border: 1px solid #3D2442;
  transition: 0.1s ease-in-out;
  transition-property: background, color, border;
}
.x-sidebar ul li a i, .x-sidebar ul li button i {
  font-size: 1.25rem;
}
.x-sidebar ul li a i.bi-check2, .x-sidebar ul li button i.bi-check2 {
  position: absolute;
  right: 1rem;
}
.x-sidebar ul li a span, .x-sidebar ul li button span {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .x-sidebar ul li a span, .x-sidebar ul li button span {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
.x-sidebar ul li a span, .x-sidebar ul li button span {
  font-weight: 500;
  letter-spacing: 0;
}
@media (hover: hover) {
  .x-sidebar ul li a:hover, .x-sidebar ul li button:hover {
    background-color: rgba(61, 36, 66, 0.5);
    border-color: #88738C;
  }
}
.x-sidebar ul li a.active, .x-sidebar ul li button.active {
  border-color: #88738C;
}
.x-sidebar hr {
  border-top: 1px solid #3D2442;
  margin: 0;
}

.x-breadcrumb {
  position: relative;
  z-index: 1;
}
.x-breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.x-breadcrumb a, .x-breadcrumb span {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
}
.x-breadcrumb a {
  text-decoration: underline;
}
.x-breadcrumb a:after {
  content: ">";
  position: absolute;
  right: -4px;
}

html {
  height: 100vh;
  overflow: hidden;
}

body {
  height: 100vh;
  overflow: hidden;
  background-image: url("img/app-bg.jpg") !important;
  background-size: cover;
  background-position: center;
}

.x-lines {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("img/pulsing-lines.svg");
  position: fixed;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  opacity: 0.05;
  transform: translate(-50%, -50%) scale(2);
}
@media screen and (min-width: 835px) {
  .x-lines {
    transform: translate(-45%, -50%) scale(2.25) rotate(90deg);
  }
}

main {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  width: 100% !important;
  height: calc(100vh - 3.5rem);
  padding: 1rem 0 !important;
  padding-bottom: 5rem !important;
  overflow-y: auto;
  scrollbar-color: #CC006A transparent;
  scrollbar-width: thin;
  scroll-margin-right: 0.25rem;
}
main::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #2E1B32;
}
main::-webkit-scrollbar-thumb {
  background-color: #CC006A;
  border-radius: 0.25rem;
}
main::-webkit-scrollbar-corner {
  background-color: #2E1B32;
}
main .x-restrict-md {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main .eleve-timeline-hero__school {
  max-width: 4rem;
  max-height: 4rem;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #3D2442;
}
main .eleve-timeline-hero__school img {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=app-relook.css.map */
