/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties;
@font-face {
  font-family: 'MyriadPro';
  font-style: normal;
  font-display: auto;
  font-weight: 400;
  src: url('./fonts/MyriadPro-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-display: auto;
  font-weight: 400;
  src: url('./fonts/Figtree-VariableFont_wght.ttf') 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;
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --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-figtree: 'Figtree', sans-serif;
    --color-primary: #0069dc;
    --color-default: #001e3d;
    --color-default-light: #4f6672;
    --color-default-very-light: #e1eaf9;
    --color-dark: #2b2b2b;
    --color-darker: #212121;
    --color-gray: #b4bdc2;
    --color-gray-light: #ececec;
    --color-gray-very-light: #fafbfd;
    --color-ghost-white: #f7f8fc;
    --color-success: #37e08c;
    --color-info: #30d1ff;
    --color-blue: #003877;
    --color-pink: #e693f9;
    --color-yellow: #fab648;
    --color-warning: #aaaaa;
    --color-danger: #aaaaa;
    --text-h1: 66px;
    --text-h2: 47px;
    --text-h3: 34px;
    --text-h4: 29px;
    --text-h5: 26px;
    --text-h6: 21px;
    --text-h7: 39px;
    --text-p1: 29px;
    --text-p2: 27px;
    --text-p8: 25px;
    --text-p3: 22px;
    --text-p4: 20px;
    --text-p5: 19px;
    --text-p6: 17px;
    --text-p7: 15px;
  }
}
@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 {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .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\.5 {
    inset: calc(var(--spacing) * -0.5);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-100px\] {
    top: -100px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .\!bottom-0 {
    bottom: calc(var(--spacing) * 0) !important;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[0\] {
    bottom: 0;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[-23px\] {
    left: -23px;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .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-0 {
    margin: calc(var(--spacing) * 0) !important;
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[25px\] {
    margin-block: 25px;
  }
  .my-\[30px\] {
    margin-block: 30px;
  }
  .my-\[80px\] {
    margin-block: 80px;
  }
  .\!mt-\[25px\] {
    margin-top: 25px !important;
  }
  .\!mt-\[50px\] {
    margin-top: 50px !important;
  }
  .\!mt-\[100px\] {
    margin-top: 100px !important;
  }
  .\!mt-\[170px\] {
    margin-top: 170px !important;
  }
  .\!mt-\[250px\] {
    margin-top: 250px !important;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-\[-50px\] {
    margin-top: -50px;
  }
  .mt-\[0\] {
    margin-top: 0;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mt-\[28px\] {
    margin-top: 28px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[36px\] {
    margin-top: 36px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mt-\[130px\] {
    margin-top: 130px;
  }
  .mt-\[140px\] {
    margin-top: 140px;
  }
  .mr-\[20px\] {
    margin-right: 20px;
  }
  .mr-\[50px\] {
    margin-right: 50px;
  }
  .mr-auto {
    margin-right: auto;
  }
  .\!mb-\[20px\] {
    margin-bottom: 20px !important;
  }
  .\!mb-\[24px\] {
    margin-bottom: 24px !important;
  }
  .\!mb-\[30px\] {
    margin-bottom: 30px !important;
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[18px\] {
    margin-bottom: 18px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .mb-\[28px\] {
    margin-bottom: 28px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[36px\] {
    margin-bottom: 36px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .mb-\[69px\] {
    margin-bottom: 69px;
  }
  .mb-\[76px\] {
    margin-bottom: 76px;
  }
  .mb-\[90px\] {
    margin-bottom: 90px;
  }
  .mb-\[100px\] {
    margin-bottom: 100px;
  }
  .ml-\[5px\] {
    margin-left: 5px;
  }
  .ml-\[8px\] {
    margin-left: 8px;
  }
  .ml-\[10px\] {
    margin-left: 10px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .\!flex {
    display: flex !important;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .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;
  }
  .table-cell {
    display: table-cell;
  }
  .table-row {
    display: table-row;
  }
  .aspect-\[3\/1\] {
    aspect-ratio: 3/1;
  }
  .aspect-\[570\.84\/241\.73\] {
    aspect-ratio: 570.84/241.73;
  }
  .aspect-\[28183\/13256\] {
    aspect-ratio: 28183/13256;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .h-\[0\] {
    height: 0;
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[11px\] {
    height: 11px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[26\.5px\] {
    height: 26.5px;
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[65px\] {
    height: 65px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[182px\] {
    height: 182px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[203px\] {
    height: 203px;
  }
  .h-\[225px\] {
    height: 225px;
  }
  .h-\[362px\] {
    height: 362px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[50\%\] {
    max-height: 50%;
  }
  .max-h-\[165px\] {
    max-height: 165px;
  }
  .max-h-\[311px\] {
    max-height: 311px;
  }
  .max-h-\[969px\] {
    max-height: 969px;
  }
  .max-h-full {
    max-height: 100%;
  }
  .max-h-screen {
    max-height: 100vh;
  }
  .min-h-\[110px\] {
    min-height: 110px;
  }
  .min-h-\[182px\] {
    min-height: 182px;
  }
  .min-h-\[200px\] {
    min-height: 200px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-\[8px\] {
    width: 8px;
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .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-\[82px\] {
    width: 82px;
  }
  .w-\[86px\] {
    width: 86px;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[112px\] {
    width: 112px;
  }
  .w-\[141px\] {
    width: 141px;
  }
  .w-\[147px\] {
    width: 147px;
  }
  .w-\[192px\] {
    width: 192px;
  }
  .w-\[205px\] {
    width: 205px;
  }
  .w-\[calc\(\(100\%-\(70px\*3\)\)\/1\)\] {
    width: calc((100% - (70px * 3)) / 1);
  }
  .w-\[calc\(33\.33\%-50px\)\] {
    width: calc(33.33% - 50px);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .\!max-w-\[523px\] {
    max-width: 523px !important;
  }
  .max-w-\[50\%\] {
    max-width: 50%;
  }
  .max-w-\[142px\] {
    max-width: 142px;
  }
  .max-w-\[188px\] {
    max-width: 188px;
  }
  .max-w-\[256px\] {
    max-width: 256px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[330px\] {
    max-width: 330px;
  }
  .max-w-\[338px\] {
    max-width: 338px;
  }
  .max-w-\[445px\] {
    max-width: 445px;
  }
  .max-w-\[447px\] {
    max-width: 447px;
  }
  .max-w-\[472px\] {
    max-width: 472px;
  }
  .max-w-\[509px\] {
    max-width: 509px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[630px\] {
    max-width: 630px;
  }
  .max-w-\[769px\] {
    max-width: 769px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[943px\] {
    max-width: 943px;
  }
  .max-w-\[970px\] {
    max-width: 970px;
  }
  .max-w-\[1036px\] {
    max-width: 1036px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .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-grab {
    cursor: grab;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-disc {
    list-style-type: disc;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-\[auto_auto_auto\] {
    grid-template-rows: auto auto auto;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .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-\[4px\] {
    gap: 4px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[14px\] {
    gap: 14px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[33px\] {
    gap: 33px;
  }
  .gap-\[37px\] {
    gap: 37px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-\[70px\] {
    gap: 70px;
  }
  .gap-\[100px\] {
    gap: 100px;
  }
  .gap-\[150px\] {
    gap: 150px;
  }
  .gap-x-\[20px\] {
    column-gap: 20px;
  }
  .gap-x-\[30px\] {
    column-gap: 30px;
  }
  .gap-x-\[50px\] {
    column-gap: 50px;
  }
  .gap-x-\[60px\] {
    column-gap: 60px;
  }
  .gap-y-\[10px\] {
    row-gap: 10px;
  }
  .gap-y-\[30px\] {
    row-gap: 30px;
  }
  .gap-y-\[50px\] {
    row-gap: 50px;
  }
  .gap-y-\[60px\] {
    row-gap: 60px;
  }
  .gap-y-\[100px\] {
    row-gap: 100px;
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[5\.71px\] {
    border-radius: 5.71px;
  }
  .rounded-\[16\.52px\] {
    border-radius: 16.52px;
  }
  .rounded-\[22px\] {
    border-radius: 22px;
  }
  .rounded-\[28\.57px\] {
    border-radius: 28.57px;
  }
  .rounded-\[28px\] {
    border-radius: 28px;
  }
  .rounded-\[31\.42px\] {
    border-radius: 31.42px;
  }
  .rounded-\[32\.07px\] {
    border-radius: 32.07px;
  }
  .rounded-\[42\.27px\] {
    border-radius: 42.27px;
  }
  .rounded-\[49px\] {
    border-radius: 49px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-t-\[70px\] {
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
  }
  .rounded-b-\[0\] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-3 {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-\[4px\] {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-b-\[2px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .\!border-black {
    border-color: var(--color-black) !important;
  }
  .border-\[\#b1c2d6\] {
    border-color: #b1c2d6;
  }
  .border-\[\#d3dfec\] {
    border-color: #d3dfec;
  }
  .border-\[\#e1e9f1\] {
    border-color: #e1e9f1;
  }
  .border-\[\#ececec\] {
    border-color: #ececec;
  }
  .border-default {
    border-color: var(--color-default);
  }
  .border-gray-light {
    border-color: var(--color-gray-light);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .\!bg-default-very-light {
    background-color: var(--color-default-very-light) !important;
  }
  .\!bg-white {
    background-color: var(--color-white) !important;
  }
  .bg-\[\#3dc2d2\] {
    background-color: #3dc2d2;
  }
  .bg-\[\#709cd1\] {
    background-color: #709cd1;
  }
  .bg-\[\#414141\] {
    background-color: #414141;
  }
  .bg-\[\#e1eaf9\] {
    background-color: #e1eaf9;
  }
  .bg-\[\#edf2f7\] {
    background-color: #edf2f7;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-danger {
    background-color: var(--color-danger);
  }
  .bg-dark {
    background-color: var(--color-dark);
  }
  .bg-default {
    background-color: var(--color-default);
  }
  .bg-default-very-light {
    background-color: var(--color-default-very-light);
  }
  .bg-ghost-white {
    background-color: var(--color-ghost-white);
  }
  .bg-gray {
    background-color: var(--color-gray);
  }
  .bg-gray-very-light {
    background-color: var(--color-gray-very-light);
  }
  .bg-info {
    background-color: var(--color-info);
  }
  .bg-pink {
    background-color: var(--color-pink);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-success {
    background-color: var(--color-success);
  }
  .bg-warning {
    background-color: var(--color-warning);
  }
  .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-bottom-right {
    background-position: right bottom;
  }
  .bg-center {
    background-position: center;
  }
  .bg-right {
    background-position: right;
  }
  .bg-top {
    background-position: top;
  }
  .\!bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  .\!p-0 {
    padding: calc(var(--spacing) * 0) !important;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[23px\] {
    padding: 23px;
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .p-\[37px\] {
    padding: 37px;
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .p-\[54px\] {
    padding: 54px;
  }
  .\!px-\[50px\] {
    padding-inline: 50px !important;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-\[18px\] {
    padding-inline: 18px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .px-\[32px\] {
    padding-inline: 32px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .px-\[47px\] {
    padding-inline: 47px;
  }
  .px-\[54px\] {
    padding-inline: 54px;
  }
  .px-\[55px\] {
    padding-inline: 55px;
  }
  .px-\[70px\] {
    padding-inline: 70px;
  }
  .px-\[80px\] {
    padding-inline: 80px;
  }
  .px-\[100px\] {
    padding-inline: 100px;
  }
  .\!py-0 {
    padding-block: calc(var(--spacing) * 0) !important;
  }
  .\!py-\[100px\] {
    padding-block: 100px !important;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[13px\] {
    padding-block: 13px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .py-\[66px\] {
    padding-block: 66px;
  }
  .py-\[70px\] {
    padding-block: 70px;
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .py-\[100px\] {
    padding-block: 100px;
  }
  .\!pt-\[100px\] {
    padding-top: 100px !important;
  }
  .\!pt-\[180px\] {
    padding-top: 180px !important;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[65px\] {
    padding-top: 65px;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .\!pb-\[0\] {
    padding-bottom: 0 !important;
  }
  .\!pb-\[100px\] {
    padding-bottom: 100px !important;
  }
  .\!pb-\[280px\] {
    padding-bottom: 280px !important;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pb-\[100px\] {
    padding-bottom: 100px;
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-\[15px\] {
    padding-left: 15px;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .\!text-h3 {
    font-size: var(--text-h3) !important;
  }
  .\!text-h4 {
    font-size: var(--text-h4) !important;
  }
  .text-h1 {
    font-size: var(--text-h1);
  }
  .text-h2 {
    font-size: var(--text-h2);
  }
  .text-h3 {
    font-size: var(--text-h3);
  }
  .text-h4 {
    font-size: var(--text-h4);
  }
  .text-h5 {
    font-size: var(--text-h5);
  }
  .text-h6 {
    font-size: var(--text-h6);
  }
  .text-p2 {
    font-size: var(--text-p2);
  }
  .text-p3 {
    font-size: var(--text-p3);
  }
  .text-p4 {
    font-size: var(--text-p4);
  }
  .text-p5 {
    font-size: var(--text-p5);
  }
  .text-p6 {
    font-size: var(--text-p6);
  }
  .text-p7 {
    font-size: var(--text-p7);
  }
  .text-p8 {
    font-size: var(--text-p8);
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .whitespace-normal {
    white-space: normal;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .\!text-\[\#3dc2d2\] {
    color: #3dc2d2 !important;
  }
  .\!text-default {
    color: var(--color-default) !important;
  }
  .\!text-gray {
    color: var(--color-gray) !important;
  }
  .text-\[\#d3dfec\] {
    color: #d3dfec;
  }
  .text-blue {
    color: var(--color-blue);
  }
  .text-danger {
    color: var(--color-danger);
  }
  .text-default {
    color: var(--color-default);
  }
  .text-default-light {
    color: var(--color-default-light);
  }
  .text-gray {
    color: var(--color-gray);
  }
  .text-info {
    color: var(--color-info);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-success {
    color: var(--color-success);
  }
  .text-warning {
    color: var(--color-warning);
  }
  .text-white {
    color: var(--color-white);
  }
  .\!capitalize {
    text-transform: capitalize !important;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
  }
  .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);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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,);
  }
  .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));
  }
  .transition-opacity {
    transition-property: opacity;
    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;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .not-in-aria-expanded\:hidden {
    &:not(:where(*[aria-expanded="true"]) *) {
      display: none;
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-0 {
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .before\:right-\[-34px\] {
    &::before {
      content: var(--tw-content);
      right: -34px;
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .before\:left-\[-34px\] {
    &::before {
      content: var(--tw-content);
      left: -34px;
    }
  }
  .before\:h-\[139px\] {
    &::before {
      content: var(--tw-content);
      height: 139px;
    }
  }
  .before\:h-full {
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .before\:w-\[19px\] {
    &::before {
      content: var(--tw-content);
      width: 19px;
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:bg-pink {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-pink);
    }
  }
  .before\:bg-primary {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-primary);
    }
  }
  .before\:bg-success {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-success);
    }
  }
  .before\:bg-white {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-white);
    }
  }
  .before\:bg-yellow {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-yellow);
    }
  }
  .before\:opacity-25 {
    &::before {
      content: var(--tw-content);
      opacity: 25%;
    }
  }
  .before\:opacity-50 {
    &::before {
      content: var(--tw-content);
      opacity: 50%;
    }
  }
  .before\:content-\[\'\'\] {
    &::before {
      content: var(--tw-content);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .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);
    }
  }
  .checked\:border-white {
    &:checked {
      border-color: var(--color-white);
    }
  }
  .checked\:bg-white {
    &:checked {
      background-color: var(--color-white);
    }
  }
  .hover\:border-primary {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-primary);
      }
    }
  }
  .hover\:border-primary\/50 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, #0069dc 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-primary) 50%, transparent);
        }
      }
    }
  }
  .hover\:bg-success\/85 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #37e08c 85%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-success) 85%, 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) !important;
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-75 {
    &:hover {
      @media (hover: hover) {
        opacity: 75%;
      }
    }
  }
  .focus\:w-\[150px\] {
    &:focus {
      width: 150px;
    }
  }
  .focus\:outline-white {
    &:focus {
      outline-color: var(--color-white);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .in-aria-expanded\:hidden {
    :where(*[aria-expanded="true"]) & {
      display: none;
    }
  }
  .min-\[1200px\]\:\!flex {
    @media (width >= 1200px) {
      display: flex !important;
    }
  }
  .min-\[1200px\]\:hidden {
    @media (width >= 1200px) {
      display: none;
    }
  }
  .min-\[1321px\]\:mr-\[79px\] {
    @media (width >= 1321px) {
      margin-right: 79px;
    }
  }
  .min-\[1321px\]\:gap-\[57px\] {
    @media (width >= 1321px) {
      gap: 57px;
    }
  }
  .sm\:container {
    @media (width >= 40rem) {
      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;
      }
    }
  }
  .sm\:mx-0 {
    @media (width >= 40rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:ml-\[15px\] {
    @media (width >= 40rem) {
      margin-left: 15px;
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:aspect-auto {
    @media (width >= 40rem) {
      aspect-ratio: auto;
    }
  }
  .sm\:h-\[362px\] {
    @media (width >= 40rem) {
      height: 362px;
    }
  }
  .sm\:min-h-\[100px\] {
    @media (width >= 40rem) {
      min-height: 100px;
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 40rem) {
      width: calc(1/2 * 100%);
    }
  }
  .sm\:w-\[200px\] {
    @media (width >= 40rem) {
      width: 200px;
    }
  }
  .sm\:w-\[calc\(\(100\%-\(70px\*1\)\)\/2\)\] {
    @media (width >= 40rem) {
      width: calc((100% - (70px * 1)) / 2);
    }
  }
  .sm\:w-\[calc\(50\%-16px\)\] {
    @media (width >= 40rem) {
      width: calc(50% - 16px);
    }
  }
  .sm\:max-w-\[509px\] {
    @media (width >= 40rem) {
      max-width: 509px;
    }
  }
  .sm\:max-w-\[calc\(147px\*4\.5\)\] {
    @media (width >= 40rem) {
      max-width: calc(147px * 4.5);
    }
  }
  .sm\:max-w-\[calc\(147px\*5\)\] {
    @media (width >= 40rem) {
      max-width: calc(147px * 5);
    }
  }
  .sm\:max-w-\[calc\(147px\*6\)\] {
    @media (width >= 40rem) {
      max-width: calc(147px * 6);
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:rounded-\[42\.93px\] {
    @media (width >= 40rem) {
      border-radius: 42.93px;
    }
  }
  .sm\:px-\[42px\] {
    @media (width >= 40rem) {
      padding-inline: 42px;
    }
  }
  .sm\:\!py-\[100px\] {
    @media (width >= 40rem) {
      padding-block: 100px !important;
    }
  }
  .sm\:py-\[18px\] {
    @media (width >= 40rem) {
      padding-block: 18px;
    }
  }
  .sm\:\!pt-\[100px\] {
    @media (width >= 40rem) {
      padding-top: 100px !important;
    }
  }
  .sm\:text-left {
    @media (width >= 40rem) {
      text-align: left;
    }
  }
  .sm\:text-\[32px\] {
    @media (width >= 40rem) {
      font-size: 32px;
    }
  }
  .sm\:text-h1 {
    @media (width >= 40rem) {
      font-size: var(--text-h1);
    }
  }
  .sm\:text-h2 {
    @media (width >= 40rem) {
      font-size: var(--text-h2);
    }
  }
  .sm\:text-h3 {
    @media (width >= 40rem) {
      font-size: var(--text-h3);
    }
  }
  .sm\:text-h4 {
    @media (width >= 40rem) {
      font-size: var(--text-h4);
    }
  }
  .sm\:text-p1 {
    @media (width >= 40rem) {
      font-size: var(--text-p1);
    }
  }
  .sm\:text-p2 {
    @media (width >= 40rem) {
      font-size: var(--text-p2);
    }
  }
  .sm\:text-p3 {
    @media (width >= 40rem) {
      font-size: var(--text-p3);
    }
  }
  .sm\:text-p4 {
    @media (width >= 40rem) {
      font-size: var(--text-p4);
    }
  }
  .sm\:text-p5 {
    @media (width >= 40rem) {
      font-size: var(--text-p5);
    }
  }
  .sm\:text-p8 {
    @media (width >= 40rem) {
      font-size: var(--text-p8);
    }
  }
  .sm\:whitespace-pre-line {
    @media (width >= 40rem) {
      white-space: pre-line;
    }
  }
  .sm\:focus\:w-\[300px\] {
    @media (width >= 40rem) {
      &:focus {
        width: 300px;
      }
    }
  }
  .md\:container {
    @media (width >= 48rem) {
      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;
      }
    }
  }
  .md\:h-\[969px\] {
    @media (width >= 48rem) {
      height: 969px;
    }
  }
  .md\:min-h-auto {
    @media (width >= 48rem) {
      min-height: auto;
    }
  }
  .md\:w-\[calc\(\(100\%-\(70px\*1\)\)\/2\)\] {
    @media (width >= 48rem) {
      width: calc((100% - (70px * 1)) / 2);
    }
  }
  .md\:w-\[calc\(\(100\%-\(70px\*2\)\)\/3\)\] {
    @media (width >= 48rem) {
      width: calc((100% - (70px * 2)) / 3);
    }
  }
  .md\:w-\[calc\(\(100\%-\(70px\*3\)\)\/2\)\] {
    @media (width >= 48rem) {
      width: calc((100% - (70px * 3)) / 2);
    }
  }
  .md\:w-\[calc\(33\%-16px\)\] {
    @media (width >= 48rem) {
      width: calc(33% - 16px);
    }
  }
  .md\:w-\[calc\(50\%-10px\)\] {
    @media (width >= 48rem) {
      width: calc(50% - 10px);
    }
  }
  .md\:w-\[calc\(50\%-50px\)\] {
    @media (width >= 48rem) {
      width: calc(50% - 50px);
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:rounded-\[28\.57px\] {
    @media (width >= 48rem) {
      border-radius: 28.57px;
    }
  }
  .md\:rounded-\[42\.93px\] {
    @media (width >= 48rem) {
      border-radius: 42.93px;
    }
  }
  .md\:\!px-\[30px\] {
    @media (width >= 48rem) {
      padding-inline: 30px !important;
    }
  }
  .md\:px-\[30px\] {
    @media (width >= 48rem) {
      padding-inline: 30px;
    }
  }
  .md\:px-\[70px\] {
    @media (width >= 48rem) {
      padding-inline: 70px;
    }
  }
  .md\:\!py-\[100px\] {
    @media (width >= 48rem) {
      padding-block: 100px !important;
    }
  }
  .md\:pr-\[120px\] {
    @media (width >= 48rem) {
      padding-right: 120px;
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:\!text-h1 {
    @media (width >= 48rem) {
      font-size: var(--text-h1) !important;
    }
  }
  .md\:text-h1 {
    @media (width >= 48rem) {
      font-size: var(--text-h1);
    }
  }
  .md\:text-h3 {
    @media (width >= 48rem) {
      font-size: var(--text-h3);
    }
  }
  .md\:text-h4 {
    @media (width >= 48rem) {
      font-size: var(--text-h4);
    }
  }
  .md\:text-h7 {
    @media (width >= 48rem) {
      font-size: var(--text-h7);
    }
  }
  .md\:text-p3 {
    @media (width >= 48rem) {
      font-size: var(--text-p3);
    }
  }
  .md\:text-p8 {
    @media (width >= 48rem) {
      font-size: var(--text-p8);
    }
  }
  .md\:whitespace-pre-line {
    @media (width >= 48rem) {
      white-space: pre-line;
    }
  }
  .lg\:container {
    @media (width >= 64rem) {
      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;
      }
    }
  }
  .lg\:mt-\[50px\] {
    @media (width >= 64rem) {
      margin-top: 50px;
    }
  }
  .lg\:\!flex {
    @media (width >= 64rem) {
      display: flex !important;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline {
    @media (width >= 64rem) {
      display: inline;
    }
  }
  .lg\:max-h-\[969px\] {
    @media (width >= 64rem) {
      max-height: 969px;
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 64rem) {
      width: calc(1/3 * 100%);
    }
  }
  .lg\:w-1\/4 {
    @media (width >= 64rem) {
      width: calc(1/4 * 100%);
    }
  }
  .lg\:w-3\/4 {
    @media (width >= 64rem) {
      width: calc(3/4 * 100%);
    }
  }
  .lg\:w-\[calc\(\(100\%-\(70px\*2\)\)\/3\)\] {
    @media (width >= 64rem) {
      width: calc((100% - (70px * 2)) / 3);
    }
  }
  .lg\:w-\[calc\(\(100\%-\(70px\*4\)\)\/5\)\] {
    @media (width >= 64rem) {
      width: calc((100% - (70px * 4)) / 5);
    }
  }
  .lg\:w-\[calc\(16\.66\%-50px\)\] {
    @media (width >= 64rem) {
      width: calc(16.66% - 50px);
    }
  }
  .lg\:w-\[calc\(25\%-16px\)\] {
    @media (width >= 64rem) {
      width: calc(25% - 16px);
    }
  }
  .lg\:w-\[calc\(50\%-25px\)\] {
    @media (width >= 64rem) {
      width: calc(50% - 25px);
    }
  }
  .lg\:max-w-\[800px\] {
    @media (width >= 64rem) {
      max-width: 800px;
    }
  }
  .lg\:max-w-full {
    @media (width >= 64rem) {
      max-width: 100%;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-row-reverse {
    @media (width >= 64rem) {
      flex-direction: row-reverse;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:items-stretch {
    @media (width >= 64rem) {
      align-items: stretch;
    }
  }
  .lg\:gap-\[100px\] {
    @media (width >= 64rem) {
      gap: 100px;
    }
  }
  .lg\:rounded-\[74\.35px\] {
    @media (width >= 64rem) {
      border-radius: 74.35px;
    }
  }
  .lg\:\!px-\[30px\] {
    @media (width >= 64rem) {
      padding-inline: 30px !important;
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-right {
    @media (width >= 64rem) {
      text-align: right;
    }
  }
  .lg\:text-h2 {
    @media (width >= 64rem) {
      font-size: var(--text-h2);
    }
  }
  .lg\:text-h3 {
    @media (width >= 64rem) {
      font-size: var(--text-h3);
    }
  }
  .lg\:text-p1 {
    @media (width >= 64rem) {
      font-size: var(--text-p1);
    }
  }
  .lg\:text-p5 {
    @media (width >= 64rem) {
      font-size: var(--text-p5);
    }
  }
  .lg\:text-p8 {
    @media (width >= 64rem) {
      font-size: var(--text-p8);
    }
  }
  .lg\:whitespace-pre-line {
    @media (width >= 64rem) {
      white-space: pre-line;
    }
  }
  .lg\:before\:opacity-0 {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        opacity: 0%;
      }
    }
  }
  .xl\:m-0 {
    @media (width >= 80rem) {
      margin: calc(var(--spacing) * 0);
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:inline {
    @media (width >= 80rem) {
      display: inline;
    }
  }
  .xl\:max-h-none {
    @media (width >= 80rem) {
      max-height: none;
    }
  }
  .xl\:w-1\/4 {
    @media (width >= 80rem) {
      width: calc(1/4 * 100%);
    }
  }
  .xl\:w-\[calc\(\(100\%-\(70px\*3\)\)\/4\)\] {
    @media (width >= 80rem) {
      width: calc((100% - (70px * 3)) / 4);
    }
  }
  .xl\:w-\[calc\(50\%-15px\)\] {
    @media (width >= 80rem) {
      width: calc(50% - 15px);
    }
  }
  .xl\:max-w-full {
    @media (width >= 80rem) {
      max-width: 100%;
    }
  }
  .xl\:max-w-none {
    @media (width >= 80rem) {
      max-width: none;
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:items-stretch {
    @media (width >= 80rem) {
      align-items: stretch;
    }
  }
  .xl\:gap-0 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .xl\:bg-center {
    @media (width >= 80rem) {
      background-position: center;
    }
  }
  .xl\:text-left {
    @media (width >= 80rem) {
      text-align: left;
    }
  }
  .xl\:whitespace-pre-line {
    @media (width >= 80rem) {
      white-space: pre-line;
    }
  }
  .\32 xl\:\!block {
    @media (width >= 96rem) {
      display: block !important;
    }
  }
  .\32 xl\:block {
    @media (width >= 96rem) {
      display: block;
    }
  }
  .\32 xl\:hidden {
    @media (width >= 96rem) {
      display: none;
    }
  }
  .\32 xl\:w-\[calc\(\(100\%-\(70px\*4\)\)\/5\)\] {
    @media (width >= 96rem) {
      width: calc((100% - (70px * 4)) / 5);
    }
  }
  .\32 xl\:w-\[calc\(20\%-16px\)\] {
    @media (width >= 96rem) {
      width: calc(20% - 16px);
    }
  }
  .\32 xl\:max-w-full {
    @media (width >= 96rem) {
      max-width: 100%;
    }
  }
  .\32 xl\:gap-0 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:rounded-t-\[116\.62px\] {
    @media (width >= 96rem) {
      border-top-left-radius: 116.62px;
      border-top-right-radius: 116.62px;
    }
  }
  .\32 xl\:\!px-\[30px\] {
    @media (width >= 96rem) {
      padding-inline: 30px !important;
    }
  }
  .\32 xl\:\!pt-\[0\] {
    @media (width >= 96rem) {
      padding-top: 0 !important;
    }
  }
  .\32 xl\:\!pb-\[200px\] {
    @media (width >= 96rem) {
      padding-bottom: 200px !important;
    }
  }
  .\32 xl\:whitespace-pre-line {
    @media (width >= 96rem) {
      white-space: pre-line;
    }
  }
  .\32 xl\:before\:opacity-0 {
    @media (width >= 96rem) {
      &::before {
        content: var(--tw-content);
        opacity: 0%;
      }
    }
  }
}
@layer base {
  body {
    font-family: var(--font-figtree);
    --tw-leading: normal;
    line-height: normal;
  }
}
header {
  position: relative;
  position: sticky;
  display: flex;
  width: 100%;
  align-items: center;
  background-color: var(--color-white);
  padding-inline: 15px;
  .container {
    a.logo {
      img {
        width: 118px;
        max-width: unset;
      }
    }
    .nav-container {
      flex: 1;
      ul.nav {
        > li.menu-item:last-child {
          margin-left: auto;
          a {
            border-radius: calc(infinity * 1px);
            background-color: var(--color-success);
            padding-inline: 45px;
            padding-block: 15px;
            color: var(--color-default) !important;
            transition-property: all;
            transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
            transition-duration: var(--tw-duration, var(--default-transition-duration));
            --tw-duration: 200ms;
            transition-duration: 200ms;
            --tw-ease: var(--ease-in-out);
            transition-timing-function: var(--ease-in-out);
            &:hover {
              @media (hover: hover) {
                background-color: color-mix(in srgb, #37e08c 90%, transparent);
                @supports (color: color-mix(in lab, red, red)) {
                  background-color: color-mix(in oklab, var(--color-success) 90%, transparent);
                }
              }
            }
          }
        }
        li.menu-item {
          position: relative;
          &:hover {
            > a:hover {
              color: var(--color-primary);
            }
            ul.sub-menu {
              pointer-events: auto;
              top: 23px;
              left: calc(var(--spacing) * 0);
              opacity: 100%;
            }
          }
        }
        > li.menu-item-has-children {
          transition: 300ms all ease-out;
          > a {
            position: relative;
            display: flex;
            align-items: center;
            padding-right: 16px;
            &::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);
            }
          }
          > ul.sub-menu {
            pointer-events: none;
            position: absolute;
            top: 18px;
            left: calc(var(--spacing) * 0);
            display: flex;
            flex-direction: column;
            background-color: var(--color-white);
            background-color: color-mix(in srgb, #fff 95%, transparent);
            @supports (color: color-mix(in lab, red, red)) {
              background-color: color-mix(in oklab, var(--color-white) 95%, transparent);
            }
            padding-block: 30px;
            opacity: 0%;
            --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);
            --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,);
            transition-property: all;
            transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
            transition-duration: var(--tw-duration, var(--default-transition-duration));
            --tw-duration: 200ms;
            transition-duration: 200ms;
            --tw-ease: var(--ease-in-out);
            transition-timing-function: var(--ease-in-out);
            li.menu-item {
              display: flex;
              width: 300px;
              flex-direction: column;
              > ul.sub-menu {
                padding-block: calc(var(--spacing) * 0);
                padding-left: 20px;
              }
              a {
                padding-inline: 30px;
                padding-block: 5px;
              }
            }
          }
        }
      }
    }
    span.language {
      position: relative;
      display: flex;
      align-items: center;
      padding-right: 18px;
      font-size: var(--text-p7);
      &::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;
      }
    }
  }
  .mobile-nav-container {
    position: fixed;
    top: 89.58px;
    right: calc(var(--spacing) * 0);
    z-index: 40;
    height: calc(100vh - 89.58px);
    width: 100%;
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    overflow-y: auto;
    background-color: var(--color-white);
    opacity: 0%;
    --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);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    @media (width >= 40rem) {
      width: auto;
    }
    &.active {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
      opacity: 100%;
    }
    ul.nav {
      display: flex;
      height: auto;
      flex-direction: column;
      padding: 30px;
      li.menu-item {
        display: flex;
        flex-direction: column;
        > a {
          padding-inline: 30px;
          padding-block: 8px;
          &:hover {
            @media (hover: hover) {
              color: var(--color-primary);
            }
          }
        }
        ul.sub-menu {
          display: flex;
          flex-direction: column;
          padding-left: 20px;
          li {
            a {
              padding-inline: 20px;
              padding-block: 6px;
              &:hover {
                @media (hover: hover) {
                  color: var(--color-primary);
                }
              }
            }
          }
        }
      }
    }
  }
}
h1, h2, h3, h4, h5, h6, h7 {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
section {
  position: relative;
  width: 100%;
  padding-block: 50px;
}
.container {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1536px;
  padding-inline: 30px;
  @media (width >= 96rem) {
    padding-inline: 15px;
  }
  &.narrow-container {
    padding-inline: 30px;
  }
  &.narrow-container-2 {
    padding-inline: 70px;
  }
}
button {
  cursor: pointer;
}
.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(1, minmax(0, 1fr));
    row-gap: 50px;
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    @media (width >= 64rem) {
      column-gap: 0;
    }
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    li.menu-item {
      display: flex;
      align-items: center;
      justify-content: center;
      @media (width >= 48rem) {
        align-items: flex-start;
      }
      @media (width >= 48rem) {
        justify-content: flex-start;
      }
      a {
        font-size: var(--text-p3);
        --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: var(--text-p5);
              --tw-font-weight: var(--font-weight-normal);
              font-weight: var(--font-weight-normal);
              color: var(--color-gray);
              &:hover {
                @media (hover: hover) {
                  color: var(--color-white);
                }
              }
              &[href^="mailto:"], &[href^="tel:"] {
                &:hover {
                  @media (hover: hover) {
                    text-decoration-line: underline;
                  }
                }
                &::before {
                  content: "";
                  display: inline-block;
                  width: 20px;
                  height: 20px;
                  background-size: contain;
                  background-repeat: no-repeat;
                  background-position: center;
                  margin-right: 10px;
                  vertical-align: middle;
                }
              }
            }
            &:first-child a[href^="mailto:"]::before {
              background-image: url("/wp-content/themes/oampi2/img/icons/email-icon.png");
            }
            &:nth-child(3) a[href^="tel:"]::before {
              background-image: url("/wp-content/themes/oampi2/img/icons/telephone-white-icon.png");
            }
          }
        }
      }
    }
  }
}
.zigzag-cards {
  margin-top: 250px !important;
  display: flex;
  flex-direction: column;
  gap: 150px;
  @media (width >= 64rem) {
    gap: 100px;
  }
  @media (width >= 96rem) {
    gap: calc(var(--spacing) * 0);
  }
  .zigzag-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    @media (width >= 64rem) {
      flex-direction: row;
    }
    @media (width >= 64rem) {
      gap: 100px;
    }
  }
  .zigzag-row-reverse {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    @media (width >= 64rem) {
      flex-direction: row-reverse;
    }
    @media (width >= 64rem) {
      gap: 100px;
    }
  }
  .zigzag-img {
    position: relative;
    height: 362px;
    width: 100%;
    max-width: 509px;
    border-radius: 28.57px;
    background-color: var(--color-black);
    background-size: cover;
    background-position: center;
    &.zigzag-img-success::before {
      position: absolute;
      top: calc(var(--spacing) * 0);
      left: -34px;
      height: 139px;
      width: 19px;
      background-color: var(--color-success);
      --tw-content: '';
      content: var(--tw-content);
    }
    &.zigzag-img-yellow::before {
      position: absolute;
      top: calc(var(--spacing) * 0);
      right: -34px;
      height: 139px;
      width: 19px;
      background-color: var(--color-yellow);
      --tw-content: '';
      content: var(--tw-content);
    }
    &.zigzag-img-pink::before {
      position: absolute;
      top: calc(var(--spacing) * 0);
      left: -34px;
      height: 139px;
      width: 19px;
      background-color: var(--color-pink);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .zigzag-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    @media (width >= 64rem) {
      align-items: flex-start;
    }
    .zigzag-title {
      margin-top: 10px;
      margin-bottom: 30px;
      font-size: var(--text-h4);
      color: var(--color-default);
    }
    .zigzag-list {
      list-style-type: disc;
      padding-left: calc(var(--spacing) * 6);
      font-size: var(--text-p5);
      color: var(--color-default-light);
    }
    .zigzag-text {
      font-size: var(--text-p5);
      color: var(--color-default-light);
    }
    .zigzag-bars {
      display: flex;
      gap: 4px;
      .zigzag-bar {
        height: 11px;
        width: 82px;
      }
    }
  }
}
.plain-zigzag-cards {
  display: flex;
  flex-direction: column;
  gap: 150px;
  @media (width >= 64rem) {
    gap: 100px;
  }
  @media (width >= 96rem) {
    gap: calc(var(--spacing) * 0);
  }
  > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    @media (width >= 64rem) {
      gap: 100px;
    }
    &:nth-child(odd) {
      @media (width >= 64rem) {
        flex-direction: row;
      }
    }
    &:nth-child(even) {
      @media (width >= 64rem) {
        flex-direction: row-reverse;
      }
    }
    .image {
      height: 362px;
      width: 100%;
      max-width: 509px;
      border-radius: 28.57px;
      background-color: var(--color-black);
      background-size: cover;
      background-position: center;
    }
    .content {
      display: flex;
      flex: 1;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      @media (width >= 64rem) {
        align-items: flex-start;
      }
      h3 {
        margin-top: 10px;
        margin-bottom: 30px;
        font-size: var(--text-h4);
        color: var(--color-default);
      }
      ul {
        list-style-type: disc;
        padding-left: calc(var(--spacing) * 6);
        font-size: var(--text-p5);
        color: var(--color-default-light);
        li p {
          font-size: var(--text-p5);
          color: var(--color-default-light);
        }
      }
      p {
        font-size: var(--text-p5);
        color: var(--color-default-light);
      }
      p b {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
      }
    }
  }
}
.carousel-label.active {
  opacity: 1 !important;
}
.location {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  border-radius: 28.57px;
  background-color: var(--color-darker);
  padding: 35px;
  text-align: center;
  @media (width >= 80rem) {
    flex-direction: row;
  }
  @media (width >= 80rem) {
    text-align: left;
  }
  .content {
    h3 {
      font-size: var(--text-h6);
      color: var(--color-gray-very-light);
      @media (width >= 40rem) {
        font-size: var(--text-h4);
      }
    }
    p {
      font-size: var(--text-p7);
      white-space: pre-line;
      color: var(--color-default-very-light);
      @media (width >= 40rem) {
        font-size: var(--text-p6);
      }
    }
  }
  .image {
    width: 100%;
    max-width: 117px;
    div {
      aspect-ratio: 1 / 1;
      width: 100%;
      border-radius: calc(infinity * 1px);
      border-style: var(--tw-border-style);
      border-width: 1px;
      border-color: var(--color-gray);
      background-color: var(--color-white);
      background-size: cover;
      background-position: center;
    }
  }
}
.oa_multilingual_photo svg {
  height: 100px;
  width: auto;
  @media (width >= 40rem) {
    height: 150px;
  }
  .st1 {
    fill: var(--color-primary) !important;
    stroke: var(--color-primary) !important;
  }
}
.multilingual-item {
  &.active {
    .multilingual-bg {
      border-color: var(--color-primary);
      background-color: var(--color-primary) !important;
    }
    .multilingual-content {
      height: auto !important;
    }
  }
}
.leader-item {
  &.active {
    .leader-bg {
      border-color: var(--color-primary);
    }
    .leader-content {
      margin-top: 50px !important;
      height: auto !important;
    }
  }
}
.leader-item:nth-child(11n + 1) {
  .leader-bg {
    &:hover {
      @media (hover: hover) {
        border-color: #ffc460;
      }
    }
  }
}
.leader-item:nth-child(11n + 2) {
  .leader-bg {
    &:hover {
      @media (hover: hover) {
        border-color: #30d1ff;
      }
    }
  }
}
.leader-item:nth-child(11n + 3) {
  .leader-bg {
    &:hover {
      @media (hover: hover) {
        border-color: #35baa4;
      }
    }
  }
}
.leader-item:nth-child(11n + 4) {
  .leader-bg {
    &:hover {
      @media (hover: hover) {
        border-color: #e8bbd6;
      }
    }
  }
}
.leader-item:nth-child(11n + 5) {
  .leader-bg {
    &:hover {
      @media (hover: hover) {
        border-color: #30d1ff;
      }
    }
  }
}
.leader-item:nth-child(11n + 6) {
  .leader-bg {
    &:hover {
      @media (hover: hover) {
        border-color: #e8bbd6;
      }
    }
  }
}
.leader-item:nth-child(11n + 7) {
  .leader-bg {
    &:hover {
      @media (hover: hover) {
        border-color: #ffc460;
      }
    }
  }
}
.leader-item:nth-child(11n + 8) {
  .leader-bg {
    &:hover {
      @media (hover: hover) {
        border-color: #35baa4;
      }
    }
  }
}
.leader-item:nth-child(11n + 9) {
  .leader-bg {
    &:hover {
      @media (hover: hover) {
        border-color: #35baa4;
      }
    }
  }
}
.leader-item:nth-child(11n + 10) {
  .leader-bg {
    &:hover {
      @media (hover: hover) {
        border-color: #30d1ff;
      }
    }
  }
}
.leader-item:nth-child(11n + 11) {
  .leader-bg {
    &:hover {
      @media (hover: hover) {
        border-color: #e8bbd6;
      }
    }
  }
}
.timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 170px;
  .timeline-line {
    position: absolute;
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    margin: auto;
    display: none;
    height: 100%;
    width: 5px;
    background-color: var(--color-default-very-light);
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .timeline-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    @media (width >= 64rem) {
      flex-direction: row;
    }
    @media (width >= 64rem) {
      gap: 160px;
    }
    &.reverse {
      flex-direction: column;
      @media (width >= 64rem) {
        flex-direction: row-reverse;
      }
    }
    .timeline-photo {
      width: 100%;
      @media (width >= 64rem) {
        width: calc(50% - 80px);
      }
      .photo-img {
        aspect-ratio: 1 / 1;
        width: 228px;
        border-radius: 41.79px;
        background-size: cover;
        background-position: center;
      }
    }
    &:not(.reverse) .photo-img {
      margin-right: auto;
      margin-left: auto;
      @media (width >= 64rem) {
        margin-right: calc(var(--spacing) * 0);
      }
    }
    &.reverse .photo-img {
      margin-right: auto;
      margin-left: auto;
      @media (width >= 64rem) {
        margin-left: calc(var(--spacing) * 0);
      }
    }
    .timeline-content {
      width: 100%;
      color: var(--color-default);
      @media (width >= 64rem) {
        width: calc(50% - 80px);
      }
    }
    .timeline-circle {
      position: absolute;
      top: calc(var(--spacing) * 0);
      right: calc(var(--spacing) * 0);
      left: calc(var(--spacing) * 0);
      margin: auto;
      display: flex;
      display: none;
      aspect-ratio: 1 / 1;
      width: 40px;
      align-items: center;
      justify-content: center;
      border-radius: calc(infinity * 1px);
      background-color: var(--color-ghost-white);
      @media (width >= 64rem) {
        display: flex;
      }
      .circle-inner {
        aspect-ratio: 1 / 1;
        width: 25px;
        border-radius: calc(infinity * 1px);
        border-style: var(--tw-border-style);
        border-width: 6px;
        border-color: var(--color-primary);
        background-color: var(--color-ghost-white);
      }
    }
    &:nth-child(2) {
      .timeline-circle {
        width: 80px;
        .circle-inner {
          width: 50px;
          border-style: var(--tw-border-style);
          border-width: 12px;
        }
      }
    }
  }
}
.careers {
  margin: auto;
  width: 100%;
  max-width: 970px;
  .career-item {
    width: 100%;
    &:last-child {
      .career-content {
        --tw-border-style: none;
        border-style: none;
      }
    }
    .career-content {
      display: flex;
      width: 100%;
      cursor: pointer;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 2px;
      border-color: color-mix(in srgb, #0069dc 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-primary) 30%, transparent);
      }
      padding-inline: 20px;
      padding-block: 20px;
      font-size: var(--text-p5);
      color: var(--color-default-light);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 200ms;
      transition-duration: 200ms;
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
      -webkit-user-select: none;
      user-select: none;
      &:hover {
        @media (hover: hover) {
          background-color: color-mix(in srgb, #0069dc 20%, transparent);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
          }
        }
      }
      @media (width >= 40rem) {
        font-size: var(--text-p8);
      }
      @media (width >= 48rem) {
        flex-direction: row;
      }
      @media (width >= 48rem) {
        align-items: center;
      }
      @media (width >= 48rem) {
        justify-content: space-between;
      }
      p {
        text-align: left;
      }
      p:last-child {
        position: relative;
        padding-right: 20px;
        &::after {
          content: var(--tw-content);
          position: absolute;
        }
        &::after {
          content: var(--tw-content);
          right: 0;
        }
        &::after {
          content: var(--tw-content);
          --tw-font-weight: var(--font-weight-bold);
          font-weight: var(--font-weight-bold);
        }
        &::after {
          content: var(--tw-content);
          --tw-content: '+';
          content: var(--tw-content);
        }
      }
    }
    &.active {
      .career-content {
        border-color: var(--color-primary) !important;
        p:last-child {
          &::after {
            content: var(--tw-content);
            --tw-content: '−';
            content: var(--tw-content);
          }
        }
      }
    }
    .career-list {
      width: 100%;
      .career-list-item {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 2px;
        border-color: color-mix(in srgb, #0069dc 30%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-primary) 30%, transparent);
        }
        background-color: color-mix(in srgb, #0069dc 5%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-primary) 5%, transparent);
        }
        padding-inline: 40px;
        padding-block: 20px;
        font-size: var(--text-p5);
        color: var(--color-default-light);
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        --tw-duration: 200ms;
        transition-duration: 200ms;
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out);
        &:hover {
          @media (hover: hover) {
            background-color: color-mix(in srgb, #0069dc 20%, transparent);
            @supports (color: color-mix(in lab, red, red)) {
              background-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
            }
          }
        }
        @media (width >= 48rem) {
          flex-direction: row;
        }
        @media (width >= 48rem) {
          align-items: center;
        }
        &:last-child {
          border-style: var(--tw-border-style);
          border-width: 0px;
        }
        .career-list-text {
          text-align: left;
          @media (width >= 48rem) {
            width: calc(3/4 * 100%);
          }
          @media (width >= 48rem) {
            padding-right: 30px;
          }
          .career-title {
            font-size: var(--text-p5);
            --tw-font-weight: var(--font-weight-bold);
            font-weight: var(--font-weight-bold);
            transition-property: all;
            transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
            transition-duration: var(--tw-duration, var(--default-transition-duration));
            --tw-duration: 200ms;
            transition-duration: 200ms;
            --tw-ease: var(--ease-in-out);
            transition-timing-function: var(--ease-in-out);
            &:hover {
              @media (hover: hover) {
                color: var(--color-primary);
              }
            }
            &:hover {
              @media (hover: hover) {
                text-decoration-line: underline;
              }
            }
            @media (width >= 40rem) {
              font-size: var(--text-p8);
            }
          }
          .career-salary {
            font-size: var(--text-p7);
            @media (width >= 40rem) {
              font-size: var(--text-p6);
            }
          }
        }
        .career-meta {
          margin-top: 10px;
          text-align: left;
          @media (width >= 48rem) {
            margin-top: calc(var(--spacing) * 0);
          }
          @media (width >= 48rem) {
            width: calc(1/4 * 100%);
          }
          @media (width >= 48rem) {
            text-align: right;
          }
          .career-location {
            font-size: var(--text-p7);
            --tw-font-weight: var(--font-weight-bold);
            font-weight: var(--font-weight-bold);
            text-transform: uppercase;
            @media (width >= 48rem) {
              font-size: var(--text-p8);
            }
          }
          .career-date {
            font-size: var(--text-p7);
          }
        }
      }
    }
  }
}
#privacy-statement {
  font-size: var(--text-p7);
  color: var(--color-default-light);
  @media (width >= 40rem) {
    font-size: var(--text-h6);
  }
  h4 {
    margin-bottom: 15px;
    font-size: var(--text-h5);
    color: var(--color-default);
    @media (width >= 40rem) {
      font-size: var(--text-h3);
    }
  }
  p {
    margin-bottom: 30px;
  }
  a {
    color: var(--color-primary);
    text-decoration-line: underline;
  }
  ul {
    margin-bottom: 30px;
    list-style-position: inside;
    list-style-type: disc;
    padding-left: 40px;
    li {
      ul {
        margin-bottom: 30px;
        list-style-position: inside;
        list-style-type: circle;
        padding-left: 40px;
      }
    }
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .pt-30 {
    padding-top: 30px !important;
  }
  table, tr, td, thead, tbody {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-default);
  }
  table, .table, .table table {
    width: 100%;
    thead {
      text-align: center;
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
    td {
      padding: 15px;
    }
  }
  .oa_br {
    height: 15px;
    width: 100%;
    &.oa_br_30 {
      height: 30px;
    }
  }
  .oa_cta.oa_cta_blue {
    margin: auto;
    margin-top: 30px;
    text-align: center;
    a {
      margin: auto;
      display: inline;
      border-radius: calc(infinity * 1px);
      background-color: var(--color-primary);
      padding-inline: 30px;
      padding-block: 15px;
      font-size: var(--text-p5) !important;
      color: var(--color-white) !important;
      text-decoration-line: none;
      @media (width >= 40rem) {
        font-size: var(--text-p3) !important;
      }
    }
  }
}
#legacy-content {
  h1, h2, h3, h4, h5, h6, b, strong {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
}
#legacy-content {
  .oa_description {
    ul {
      list-style-position: outside;
      list-style-type: disc;
      padding-left: calc(var(--spacing) * 5);
    }
  }
  .oa_wp_editor {
    h2 {
      font-size: var(--text-p8) !important;
    }
    p {
      font-size: var(--text-p5) !important;
    }
  }
}
@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-font-weight {
  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-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;
}
@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-font-weight: 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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
