
@import url("frontend/web/css/normal.css");
:root {
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --color-white: #fff;
  --spacing: 0.25rem;
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: 1;
  --font-weight-light: 300;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
}

section {
  font-family: var(--font-sans);
}

.font-light {
  font-weight: var(--font-weight-light);
}
.font-medium {
  font-weight: var(--font-weight-medium);
}
.font-semibold {
  font-weight: var(--font-weight-semibold);
}
.font-bold {
  font-weight: var(--font-weight-bold);
}

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }

  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-full {
    top: 100%;
  }
  .right-2\.5 {
    right: calc(var(--spacing) * 2.5);
  }
  .right-\[25px\] {
    right: 25px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .mx-\[15px\] {
    margin-inline: 15px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-7 {
    margin-block: calc(var(--spacing) * 7);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[39px\] {
    margin-bottom: 39px;
  }
  .mb-\[45px\] {
    margin-bottom: 45px;
  }
  .mb-\[46px\] {
    margin-bottom: 46px;
  }
  .mb-\[70px\] {
    margin-bottom: 70px;
  }
  .mb-\[151px\] {
    margin-bottom: 151px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[23px\] {
    height: 23px;
  }
  .h-\[31px\] {
    height: 31px;
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[31px\] {
    width: 31px;
  }
  .w-\[135px\] {
    width: 135px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[182px\] {
    max-width: 182px;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-\[1240px\] {
    max-width: 1240px;
  }
  .min-w-\[150px\] {
    min-width: 150px;
  }
  .flex-1 {
    flex: 1;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-9 {
    gap: calc(var(--spacing) * 9);
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-\[21px\] {
    gap: 21px;
  }
  .gap-\[25px\] {
    gap: 25px;
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[5px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(5px * var(--tw-space-y-reverse));
      margin-block-end: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[9px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(9px * var(--tw-space-y-reverse));
      margin-block-end: calc(9px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[15px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(15px * var(--tw-space-y-reverse));
      margin-block-end: calc(15px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[30px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(30px * var(--tw-space-y-reverse));
      margin-block-end: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[35px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(35px * var(--tw-space-y-reverse));
      margin-block-end: calc(35px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-\[30px\] {
    column-gap: 30px;
  }
  .space-x-5 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 5) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-10 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 10) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[5px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(5px * var(--tw-space-x-reverse));
      margin-inline-end: calc(5px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[11px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(11px * var(--tw-space-x-reverse));
      margin-inline-end: calc(11px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[22px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(22px * var(--tw-space-x-reverse));
      margin-inline-end: calc(22px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[30px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(30px * var(--tw-space-x-reverse));
      margin-inline-end: calc(30px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[35px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(35px * var(--tw-space-x-reverse));
      margin-inline-end: calc(35px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .rounded-\[2px\] {
    border-radius: 2px;
  }
  .rounded-\[3px\] {
    border-radius: 3px;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#10284D\] {
    border-color: #10284D;
  }
  .border-\[\#A88C6D\] {
    border-color: #A88C6D;
  }
  .border-\[\#CCD4E1\] {
    border-color: #CCD4E1;
  }
  .border-\[\#DCDCDC\] {
    border-color: #DCDCDC;
  }
  .border-b-transparent {
    border-bottom-color: transparent;
  }
  .bg-\[\#17335D\] {
    background-color: #17335D;
  }
  .bg-\[\#A88C6D\] {
    background-color: #A88C6D;
  }
  .bg-\[\#E2E2E2\] {
    background-color: #E2E2E2;
  }
  .bg-\[\#F0F0F0\] {
    background-color: #F0F0F0;
  }
  .bg-\[\#F6F6F6\] {
    background-color: #F6F6F6;
  }
  .bg-\[rgba\(23\,51\,93\,0\.97\)\] {
    background-color: rgba(23,51,93,0.97);
  }
  .bg-\[rgba\(30\,57\,98\,0\.97\)\] {
    background-color: rgba(30,57,98,0.97);
  }
  .bg-\[rgba\(105\,105\,105\,0\.23\)\] {
    background-color: rgba(105,105,105,0.23);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .fill-\[\#17335D\] {
    fill: #17335D;
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }

  .winner-block-padding-x {
    padding-left: 5px;
    padding-right: 5px;
  }

  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-\[5px\] {
    padding: 5px;
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .p-\[25px\] {
    padding: 25px;
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-\[13px\] {
    padding-inline: 13px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[21px\] {
    padding-inline: 21px;
  }
  .px-\[35px\] {
    padding-inline: 35px;
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .py-\[7px\] {
    padding-block: 7px;
  }
  .py-\[25px\] {
    padding-block: 25px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-\[9px\] {
    padding-top: 9px;
  }
  .pt-\[17px\] {
    padding-top: 17px;
  }
  .pr-\[30px\] {
    padding-right: 30px;
  }
  .pr-\[35px\] {
    padding-right: 35px;
  }
  .pb-2\.5 {
    padding-bottom: calc(var(--spacing) * 2.5);
  }
  .pb-\[11px\] {
    padding-bottom: 11px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[44px\] {
    padding-bottom: 44px;
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-\[15px\] {
    padding-left: 15px;
  }
  .pl-\[18px\] {
    padding-left: 18px;
  }
  .pl-\[25px\] {
    padding-left: 25px;
  }
  .text-center {
    text-align: center;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[19px\] {
    font-size: 19px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-\[64px\] {
    font-size: 64px;
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-10 {
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(var(--spacing) * 10);
  }
  .leading-16 {
    --tw-leading: calc(var(--spacing) * 16);
    line-height: calc(var(--spacing) * 16);
  }
  .leading-\[15px\] {
    --tw-leading: 15px;
    line-height: 15px;
  }
  .leading-\[17px\] {
    --tw-leading: 17px;
    line-height: 17px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[23px\] {
    --tw-leading: 23px;
    line-height: 23px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[33px\] {
    --tw-leading: 33px;
    line-height: 33px;
  }
  .leading-\[35px\] {
    --tw-leading: 35px;
    line-height: 35px;
  }
  .leading-\[43px\] {
    --tw-leading: 43px;
    line-height: 43px;
  }
  .font-bold {
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    font-weight: var(--font-weight-semibold);
  }
  .text-\[\#4A5464\] {
    color: #4A5464;
  }
  .text-\[\#4a5464\] {
    color: #4a5464;
  }
  .text-\[\#007BFF\] {
    color: #007BFF;
  }
  .text-\[\#17335D\] {
    color: #17335D;
  }
  .text-\[\#474747\] {
    color: #474747;
  }
  .text-\[\#A9B1BE\] {
    color: #A9B1BE;
  }
  .text-\[\#A88C6D\] {
    color: #A88C6D;
  }
  .text-\[\#B5B5B5\] {
    color: #B5B5B5;
  }
  .text-\[\#D7B56D\] {
    color: #D7B56D;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .placeholder-\[\#A9B1BE\] {
    &::placeholder {
      color: #A9B1BE;
    }
  }
  .group-hover\:\!block {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: block !important;
      }
    }
  }
  .group-hover\:fill-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: var(--color-white);
      }
    }
  }
  .hover\:border-\[\#17335D\] {
    &:hover {
      @media (hover: hover) {
        border-color: #17335D;
      }
    }
  }
  .hover\:border-b-white {
    &:hover {
      @media (hover: hover) {
        border-bottom-color: var(--color-white);
      }
    }
  }
  .hover\:bg-\[\#17335D\] {
    &:hover {
      @media (hover: hover) {
        background-color: #17335D;
      }
    }
  }
  .hover\:bg-\[\#22477F\] {
    &:hover {
      @media (hover: hover) {
        background-color: #22477F;
      }
    }
  }
  .hover\:bg-\[\#C2A27E\] {
    &:hover {
      @media (hover: hover) {
        background-color: #C2A27E;
      }
    }
  }
  .hover\:bg-\[\#E5E5E5\] {
    &:hover {
      @media (hover: hover) {
        background-color: #E5E5E5;
      }
    }
  }
  .hover\:bg-\[\#F6F6F6\] {
    &:hover {
      @media (hover: hover) {
        background-color: #F6F6F6;
      }
    }
  }
  .hover\:text-\[\#0056B3\] {
    &:hover {
      @media (hover: hover) {
        color: #0056B3;
      }
    }
  }
  .hover\:text-\[\#17335D\] {
    &:hover {
      @media (hover: hover) {
        color: #17335D;
      }
    }
  }
  .hover\:text-\[\#A88C6D\] {
    &:hover {
      @media (hover: hover) {
        color: #A88C6D;
      }
    }
  }
  .max-xl\:flex-col {
    @media (width < 80rem) {
      flex-direction: column;
    }
  }
  .max-xl\:px-\[15px\] {
    @media (width < 80rem) {
      padding-inline: 15px;
    }
  }
  .max-lg\:w-\[210px\] {
    @media (width < 64rem) {
      width: 210px;
    }
  }
  .max-lg\:max-w-\[142px\] {
    @media (width < 64rem) {
      max-width: 142px;
    }
  }
  .max-lg\:max-w-\[720px\] {
    @media (width < 64rem) {
      max-width: 720px;
    }
  }
  .max-lg\:flex-col {
    @media (width < 64rem) {
      flex-direction: column;
    }
  }
  .max-lg\:space-x-0 {
    @media (width < 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 0) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .max-lg\:space-x-\[15px\] {
    @media (width < 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(15px * var(--tw-space-x-reverse));
        margin-inline-end: calc(15px * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .max-lg\:text-\[30px\] {
    @media (width < 64rem) {
      font-size: 30px;
    }
  }
  .max-lg\:text-\[40px\] {
    @media (width < 64rem) {
      font-size: 40px;
    }
  }
  .max-lg\:leading-10 {
    @media (width < 64rem) {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }
  .max-lg\:leading-12 {
    @media (width < 64rem) {
      --tw-leading: calc(var(--spacing) * 12);
      line-height: calc(var(--spacing) * 12);
    }
  }
  .max-md\:mb-\[15px\] {
    @media (width < 48rem) {
      margin-bottom: 15px;
    }
  }
  .max-md\:mb-\[35px\] {
    @media (width < 48rem) {
      margin-bottom: 35px;
    }
  }
  .max-md\:w-60 {
    @media (width < 48rem) {
      width: calc(var(--spacing) * 60);
    }
  }
  .max-md\:max-w-\[540px\] {
    @media (width < 48rem) {
      max-width: 540px;
    }
  }
  .max-md\:max-w-full {
    @media (width < 48rem) {
      max-width: 100%;
    }
  }
  .max-md\:items-center {
    @media (width < 48rem) {
      align-items: center;
    }
  }
  .max-md\:justify-center {
    @media (width < 48rem) {
      justify-content: center;
    }
  }
  .max-md\:text-center {
    @media (width < 48rem) {
      text-align: center;
    }
  }
  .max-md\:text-\[24px\] {
    @media (width < 48rem) {
      font-size: 24px;
    }
  }
  .max-md\:text-\[30px\] {
    @media (width < 48rem) {
      font-size: 30px;
    }
  }
  .max-md\:leading-8 {
    @media (width < 48rem) {
      --tw-leading: calc(var(--spacing) * 8);
      line-height: calc(var(--spacing) * 8);
    }
  }
  .max-md\:leading-10 {
    @media (width < 48rem) {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }
  .max-sm\:w-\[150px\] {
    @media (width < 40rem) {
      width: 150px;
    }
  }
  .max-sm\:flex-col {
    @media (width < 40rem) {
      flex-direction: column;
    }
  }
  .max-sm\:items-center {
    @media (width < 40rem) {
      align-items: center;
    }
  }
  .max-sm\:text-center {
    @media (width < 40rem) {
      text-align: center;
    }
  }
  .max-sm\:text-base {
    @media (width < 40rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .max-sm\:text-\[40px\] {
    @media (width < 40rem) {
      font-size: 40px;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:\!flex {
    @media (width >= 64rem) {
      display: flex !important;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
html {
  color: #000000;
  font-size: 1em;
  line-height: 1;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.hidden, [hidden] {
  display: none !important;
}
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
@media print {
  *, *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
body {
  font-family: SF Pro Display, sans-serif;
}
.lang-toggle:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  width: 5px;
}
.lang-toggle.open:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
