/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties;
@font-face {
  font-family: 'MyriadPro';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/MyriadPro-Regular.otf') format('opentype');
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --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-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-md: 12px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-myriad: 'MyriadPro', sans-serif;
    --color-primary: #0069dc;
    --color-default: #001e3d;
    --color-default-light: #4f6672;
    --color-default-very-light: #e1eaf9;
    --color-quartz-light: #fafbfd;
    --color-dark: #2b2b2b;
    --color-darker: #212121;
    --color-gray: #b4bdc2;
    --color-gray-light: #ececec;
    --color-success: #37e08c;
    --color-info: #30d1ff;
    --color-blue: #003877;
    --color-pink: #e693f9;
    --color-yellow: #fab648;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  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;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .-inset-0 {
    inset: calc(var(--spacing) * -0);
  }
  .-inset-0\.5 {
    inset: calc(var(--spacing) * -0.5);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[-23px\] {
    left: -23px;
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-50 {
    z-index: 50;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .row-span-2 {
    grid-row: span 2 / span 2;
  }
  .row-start-1 {
    grid-row-start: 1;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-auto {
    margin: auto;
  }
  .my-\[25px\] {
    margin-block: 25px;
  }
  .\!mt-\[25px\] {
    margin-top: 25px !important;
  }
  .mt-\[28px\] {
    margin-top: 28px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mr-\[-596px\] {
    margin-right: -596px;
  }
  .mr-\[20px\] {
    margin-right: 20px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[18px\] {
    margin-bottom: 18px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[34px\] {
    margin-bottom: 34px;
  }
  .mb-\[36px\] {
    margin-bottom: 36px;
  }
  .mb-\[48px\] {
    margin-bottom: 48px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .mb-\[69px\] {
    margin-bottom: 69px;
  }
  .mb-\[100px\] {
    margin-bottom: 100px;
  }
  .ml-\[-678px\] {
    margin-left: -678px;
  }
  .ml-\[5px\] {
    margin-left: 5px;
  }
  .ml-\[10px\] {
    margin-left: 10px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .h-\[11px\] {
    height: 11px;
  }
  .h-\[26\.5px\] {
    height: 26.5px;
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[182pxca\] {
    height: 182pxca;
  }
  .h-\[203px\] {
    height: 203px;
  }
  .h-\[225px\] {
    height: 225px;
  }
  .h-\[860px\] {
    height: 860px;
  }
  .h-\[975px\] {
    height: 975px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[165px\] {
    max-height: 165px;
  }
  .max-h-\[969px\] {
    max-height: 969px;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/4 {
    width: calc(1/4 * 100%);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\/4 {
    width: calc(3/4 * 100%);
  }
  .w-\[8px\] {
    width: 8px;
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[26\.5px\] {
    width: 26.5px;
  }
  .w-\[35px\] {
    width: 35px;
  }
  .w-\[58px\] {
    width: 58px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[61px\] {
    width: 61px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[117px\] {
    width: 117px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[242px\] {
    width: 242px;
  }
  .w-\[860px\] {
    width: 860px;
  }
  .w-\[975px\] {
    width: 975px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[445px\] {
    max-width: 445px;
  }
  .max-w-\[472px\] {
    max-width: 472px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-\[auto_auto_auto\] {
    grid-template-rows: auto auto auto;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[11px\] {
    gap: 11px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[33px\] {
    gap: 33px;
  }
  .gap-\[35px\] {
    gap: 35px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[28px\] {
    border-radius: 28px;
  }
  .rounded-\[35px\] {
    border-radius: 35px;
  }
  .rounded-\[50px\] {
    border-radius: 50px;
  }
  .rounded-\[56px\] {
    border-radius: 56px;
  }
  .rounded-\[75px\] {
    border-radius: 75px;
  }
  .rounded-\[130px\] {
    border-radius: 130px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-t-\[204px\] {
    border-top-left-radius: 204px;
    border-top-right-radius: 204px;
  }
  .rounded-b-\[0\] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-default {
    border-color: var(--color-default);
  }
  .border-gray-light {
    border-color: var(--color-gray-light);
  }
  .bg-\[\#414141\] {
    background-color: #414141;
  }
  .bg-\[\#796262\] {
    background-color: #796262;
  }
  .bg-\[\#f7f8fc\] {
    background-color: #f7f8fc;
  }
  .bg-dark {
    background-color: var(--color-dark);
  }
  .bg-darker {
    background-color: var(--color-darker);
  }
  .bg-default-very-light {
    background-color: var(--color-default-very-light);
  }
  .bg-gray {
    background-color: var(--color-gray);
  }
  .bg-info {
    background-color: var(--color-info);
  }
  .bg-info\/10 {
    background-color: color-mix(in srgb, #30d1ff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-info) 10%, transparent);
    }
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-quartz-light {
    background-color: var(--color-quartz-light);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/20 {
    background-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-yellow {
    background-color: var(--color-yellow);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .p-\[35px\] {
    padding: 35px;
  }
  .p-\[37px\] {
    padding: 37px;
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .p-\[54px\] {
    padding: 54px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .px-\[42px\] {
    padding-inline: 42px;
  }
  .px-\[47px\] {
    padding-inline: 47px;
  }
  .px-\[55px\] {
    padding-inline: 55px;
  }
  .px-\[70px\] {
    padding-inline: 70px;
  }
  .\!py-\[100px\] {
    padding-block: 100px !important;
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-\[13px\] {
    padding-block: 13px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .py-\[66px\] {
    padding-block: 66px;
  }
  .py-\[70px\] {
    padding-block: 70px;
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .\!pt-\[100px\] {
    padding-top: 100px !important;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pr-\[120px\] {
    padding-right: 120px;
  }
  .\!pb-\[100px\] {
    padding-bottom: 100px !important;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pl-\[15px\] {
    padding-left: 15px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .\!text-\[34px\] {
    font-size: 34px !important;
  }
  .\!text-\[47px\] {
    font-size: 47px !important;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[19px\] {
    font-size: 19px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[21px\] {
    font-size: 21px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[27px\] {
    font-size: 27px;
  }
  .text-\[29px\] {
    font-size: 29px;
  }
  .text-\[34px\] {
    font-size: 34px;
  }
  .text-\[47px\] {
    font-size: 47px;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .whitespace-normal {
    white-space: normal;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .text-\[\#b4bdc2\] {
    color: #b4bdc2;
  }
  .text-blue {
    color: var(--color-blue);
  }
  .text-default {
    color: var(--color-default);
  }
  .text-default-light {
    color: var(--color-default-light);
  }
  .text-default-very-light {
    color: var(--color-default-very-light);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-quartz-light {
    color: var(--color-quartz-light);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .not-in-aria-expanded\:hidden {
    &:not(:where(*[aria-expanded="true"]) *) {
      display: none;
    }
  }
  .after\:h-\[11px\] {
    &::after {
      content: var(--tw-content);
      height: 11px;
    }
  }
  .after\:w-\[61px\] {
    &::after {
      content: var(--tw-content);
      width: 61px;
    }
  }
  .after\:rounded-full {
    &::after {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .after\:bg-info {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-info);
    }
  }
  .after\:bg-pink {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-pink);
    }
  }
  .after\:bg-success {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-success);
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      content: var(--tw-content);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .hover\:bg-info\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #30d1ff 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-info) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-info\/80 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #30d1ff 80%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-info) 80%, transparent);
        }
      }
    }
  }
  .hover\:bg-info\/85 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #30d1ff 85%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-info) 85%, transparent);
        }
      }
    }
  }
  .hover\:bg-info\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #30d1ff 90%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-info) 90%, transparent);
        }
      }
    }
  }
  .hover\:bg-white\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 5%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
        }
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .focus\:w-\[300px\] {
    &:focus {
      width: 300px;
    }
  }
  .focus\:outline-2 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus\:-outline-offset-1 {
    &:focus {
      outline-offset: calc(1px * -1);
    }
  }
  .focus\:outline-primary {
    &:focus {
      outline-color: var(--color-primary);
    }
  }
  .in-aria-expanded\:hidden {
    :where(*[aria-expanded="true"]) & {
      display: none;
    }
  }
  .sm\:ml-\[15px\] {
    @media (width >= 40rem) {
      margin-left: 15px;
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:max-w-full {
    @media (width >= 64rem) {
      max-width: 100%;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-stretch {
    @media (width >= 64rem) {
      align-items: stretch;
    }
  }
  .xl\:m-0 {
    @media (width >= 80rem) {
      margin: calc(var(--spacing) * 0);
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:inline {
    @media (width >= 80rem) {
      display: inline;
    }
  }
  .xl\:max-w-full {
    @media (width >= 80rem) {
      max-width: 100%;
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:items-stretch {
    @media (width >= 80rem) {
      align-items: stretch;
    }
  }
  .xl\:text-left {
    @media (width >= 80rem) {
      text-align: left;
    }
  }
  .\32 xl\:hidden {
    @media (width >= 96rem) {
      display: none;
    }
  }
  .\32 xl\:whitespace-pre-line {
    @media (width >= 96rem) {
      white-space: pre-line;
    }
  }
}
@layer base {
  body {
    font-family: var(--font-myriad);
    --tw-leading: normal;
    line-height: normal;
  }
}
header {
  display: flex;
  width: 100%;
  align-items: center;
  background-color: var(--color-white);
  padding-inline: 15px;
  .container {
    a.logo {
      margin-right: 79px;
      img {
        width: 118px;
        max-width: unset;
      }
    }
    .nav-container {
      flex: 1;
      ul.nav {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 57px;
        li.menu-item {
          &.menu-item-has-children {
            a {
              position: relative;
              display: flex;
              align-items: center;
              padding-right: 26px;
              &::after {
                content: '';
                position: absolute;
                right: 1px;
                width: 7px;
                height: 7px;
                border-right: 2px solid #81939b;
                border-bottom: 2px solid #81939b;
                transform: translateY(-50%) rotate(45deg);
                transition: 300ms all ease-out;
              }
            }
            ul.sub-menu {
              display: none;
            }
          }
          &:last-child {
            margin-left: auto;
            a {
              border-radius: calc(infinity * 1px);
              background-color: var(--color-primary);
              padding-inline: 50px;
              padding-block: 16px;
              color: var(--color-white);
            }
          }
        }
      }
    }
    span.language {
      position: relative;
      display: flex;
      align-items: center;
      padding-right: 18px;
      font-size: 15px;
      &::after {
        content: '';
        position: absolute;
        right: 1px;
        width: 7px;
        height: 7px;
        border-right: 2px solid #81939b;
        border-bottom: 2px solid #81939b;
        transform: translateY(-50%) rotate(45deg);
        transition: transform 0.2s ease;
      }
    }
  }
}
h1, h2, h3, h4, h5, h6, h7 {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
h1, h2 {
  font-size: 66px;
}
section {
  position: relative;
  width: 100%;
  padding-block: 50px;
}
.container {
  margin: auto;
  width: 100%;
  max-width: 1536px;
  padding-inline: 30px;
  @media (width >= 96rem) {
    padding-inline: 15px;
  }
  &.narrow-container {
    padding-inline: 30px;
  }
}
.bg-white {
  color: var(--color-default);
}
.bg-primary, .bg-dark {
  color: var(--color-white);
}
.arrow-right {
  position: relative;
  &::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: inherit;
    aspect-ratio: 1 / 1;
    border-color: var(--color-primary);
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: translateY(100%) translateX(100%) rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.footer-menu-container {
  ul.footer-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 50px;
    li.menu-item {
      a {
        font-size: 22px;
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
        color: var(--color-white);
      }
      &.menu-item-has-children {
        display: flex;
        flex-direction: column;
        gap: 20px;
        ul.sub-menu {
          display: flex;
          flex-direction: column;
          gap: 5px;
          li.menu-item {
            a {
              font-size: 19px;
              --tw-font-weight: var(--font-weight-normal);
              font-weight: var(--font-weight-normal);
              color: #b4bdc2;
            }
          }
        }
      }
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-font-weight: initial;
    }
  }
}
