/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;
@view-transition {
  navigation: auto;
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Urbanist", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --default-transition-duration: 0.4s;
    --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);
    --color-primary: #2f374f;
    --color-custom-blue-10: #0062f3;
    --color-custom-blue-20: #1c2ce8;
    --color-custom-light-blue-10: #c0d9ff;
    --color-custom-light-blue-20: #518de5;
    --color-custom-gray-10: #f2f5ff;
    --color-custom-gray-20: #c8d4e6;
    --ease-custom: cubic-bezier(0.18, 0.71, 0.11, 1);
  }
}
@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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         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;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
    }
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::-moz-placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
      ::placeholder {
        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;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/3 {
    top: calc(1/3 * 100%);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-\[35px\] {
    bottom: 35px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .z-10 {
    z-index: 10;
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .container {
    max-width: 1430px;
    padding-inline: 30px;
    margin-inline: auto;
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .-ms-7 {
    margin-inline-start: calc(var(--spacing) * -7);
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
  }
  .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
  }
  .prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
  }
  .prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  .prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }
  .prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }
  .prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }
  .prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }
  .prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }
  .prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }
  .prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }
  .prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }
  .prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
  }
  .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
  }
  .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
  }
  .prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
  }
  .prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1;
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
  }
  .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
  }
  .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
  }
  .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
  }
  .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
  .prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
  }
  .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
  }
  .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  .prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
  }
  .prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
  }
  .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
  }
  .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
  }
  .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
  }
  .prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
  }
  .prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
  }
  .prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
  }
  .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }
  .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
  }
  .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
  }
  .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }
  .prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }
  .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  .prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }
  .prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
  }
  .prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
  }
  .prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }
  .prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
  }
  .prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    text-align: start;
  }
  .prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  .prose {
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: NaN NaN NaN;
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
  }
  .prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
  }
  .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
  }
  .prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }
  .prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }
  .prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }
  .prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }
  .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
  }
  .prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }
  .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }
  .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }
  .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }
  .prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
  .prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  .prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  .prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start: 1em;
  }
  .prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  .prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }
  .prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
  }
  .prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
  }
  .prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8666667em;
  }
  .prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
  }
  .prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
  }
  .prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }
  .prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }
  .prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4444444em;
  }
  .prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4444444em;
  }
  .prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }
  .prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }
  .prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }
  .prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }
  .prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }
  .prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
  }
  .prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  .prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  .prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }
  .prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }
  .prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }
  .prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }
  .prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }
  .prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }
  .prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  .prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
  .-mr-\[30px\] {
    margin-right: calc(30px * -1);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-3\.5 {
    margin-bottom: calc(var(--spacing) * 3.5);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-4\.5 {
    margin-bottom: calc(var(--spacing) * 4.5);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-5\.5 {
    margin-bottom: calc(var(--spacing) * 5.5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-6\.5 {
    margin-bottom: calc(var(--spacing) * 6.5);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-11 {
    margin-bottom: calc(var(--spacing) * 11);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-12\.5 {
    margin-bottom: calc(var(--spacing) * 12.5);
  }
  .mb-13 {
    margin-bottom: calc(var(--spacing) * 13);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .mb-14\.5 {
    margin-bottom: calc(var(--spacing) * 14.5);
  }
  .mb-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-18 {
    margin-bottom: calc(var(--spacing) * 18);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-22 {
    margin-bottom: calc(var(--spacing) * 22);
  }
  .mb-26 {
    margin-bottom: calc(var(--spacing) * 26);
  }
  .mb-35 {
    margin-bottom: calc(var(--spacing) * 35);
  }
  .mb-37 {
    margin-bottom: calc(var(--spacing) * 37);
  }
  .mb-40 {
    margin-bottom: calc(var(--spacing) * 40);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-25 {
    height: calc(var(--spacing) * 25);
  }
  .h-36 {
    height: calc(var(--spacing) * 36);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .min-h-full {
    min-height: 100%;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-\[53\%\] {
    width: 53%;
  }
  .w-\[59px\] {
    width: 59px;
  }
  .w-\[163px\] {
    width: 163px;
  }
  .w-\[210px\] {
    width: 210px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[1300px\] {
    max-width: 1300px;
  }
  .max-w-\[1600px\] {
    max-width: 1600px;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .columns-2 {
    -moz-columns: 2;
         columns: 2;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8\.5 {
    gap: calc(var(--spacing) * 8.5);
  }
  .gap-9 {
    gap: calc(var(--spacing) * 9);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-11 {
    gap: calc(var(--spacing) * 11);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-12\.5 {
    gap: calc(var(--spacing) * 12.5);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-22 {
    gap: calc(var(--spacing) * 22);
  }
  .gap-24 {
    gap: calc(var(--spacing) * 24);
  }
  .gap-26 {
    gap: calc(var(--spacing) * 26);
  }
  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-6\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6.5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-7 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 7) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 7) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-10 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-30 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 30) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 30) * calc(1 - var(--tw-space-y-reverse)));
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-\[2em\] {
    border-radius: 2em;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-custom-gray-10 {
    border-color: var(--color-custom-gray-10);
  }
  .border-custom-light-blue-20 {
    border-color: var(--color-custom-light-blue-20);
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-19\.5 {
    padding-block: calc(var(--spacing) * 19.5);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-23\.5 {
    padding-block: calc(var(--spacing) * 23.5);
  }
  .ps-7 {
    padding-inline-start: calc(var(--spacing) * 7);
  }
  .pt-1\.5 {
    padding-top: calc(var(--spacing) * 1.5);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-22 {
    padding-top: calc(var(--spacing) * 22);
  }
  .pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }
  .pb-9 {
    padding-bottom: calc(var(--spacing) * 9);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-13 {
    padding-bottom: calc(var(--spacing) * 13);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-custom-blue-10 {
    color: var(--color-custom-blue-10);
  }
  .text-custom-blue-20 {
    color: var(--color-custom-blue-20);
  }
  .text-custom-gray-10 {
    color: var(--color-custom-gray-10);
  }
  .text-white {
    color: var(--color-white);
  }
  .not-italic {
    font-style: normal;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .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,);
  }
  .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));
  }
  .\[scrollbar-width\:none\] {
    scrollbar-width: none;
  }
  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
  @media (width >= 40rem) {
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 40rem) {
    .sm\:items-center {
      align-items: center;
    }
  }
  @media (width >= 40rem) {
    .sm\:justify-between {
      justify-content: space-between;
    }
  }
  @media (width >= 48rem) {
    .md\:w-1\/2 {
      width: calc(1/2 * 100%);
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 64rem) {
    .lg\:-right-\[8\%\] {
      right: calc(8% * -1);
    }
  }
  @media (width >= 64rem) {
    .lg\:mx-10 {
      margin-inline: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 64rem) {
    .lg\:mx-21 {
      margin-inline: calc(var(--spacing) * 21);
    }
  }
  @media (width >= 64rem) {
    .lg\:my-56 {
      margin-block: calc(var(--spacing) * 56);
    }
  }
  @media (width >= 64rem) {
    .lg\:my-auto {
      margin-block: auto;
    }
  }
  @media (width >= 64rem) {
    .lg\:ms-4 {
      margin-inline-start: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 64rem) {
    .lg\:-mt-8 {
      margin-top: calc(var(--spacing) * -8);
    }
  }
  @media (width >= 64rem) {
    .lg\:mr-0 {
      margin-right: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 64rem) {
    .lg\:mb-0 {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 64rem) {
    .lg\:mb-5 {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  @media (width >= 64rem) {
    .lg\:mb-6 {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 64rem) {
    .lg\:mb-8 {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 64rem) {
    .lg\:mb-9\.5 {
      margin-bottom: calc(var(--spacing) * 9.5);
    }
  }
  @media (width >= 64rem) {
    .lg\:mb-10 {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 64rem) {
    .lg\:mb-16 {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  @media (width >= 64rem) {
    .lg\:mb-18\.5 {
      margin-bottom: calc(var(--spacing) * 18.5);
    }
  }
  @media (width >= 64rem) {
    .lg\:mb-19 {
      margin-bottom: calc(var(--spacing) * 19);
    }
  }
  @media (width >= 64rem) {
    .lg\:mb-20 {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  @media (width >= 64rem) {
    .lg\:mb-22 {
      margin-bottom: calc(var(--spacing) * 22);
    }
  }
  @media (width >= 64rem) {
    .lg\:mb-25 {
      margin-bottom: calc(var(--spacing) * 25);
    }
  }
  @media (width >= 64rem) {
    .lg\:mb-26 {
      margin-bottom: calc(var(--spacing) * 26);
    }
  }
  @media (width >= 64rem) {
    .lg\:mb-29 {
      margin-bottom: calc(var(--spacing) * 29);
    }
  }
  @media (width >= 64rem) {
    .lg\:mb-42 {
      margin-bottom: calc(var(--spacing) * 42);
    }
  }
  @media (width >= 64rem) {
    .lg\:block {
      display: block;
    }
  }
  @media (width >= 64rem) {
    .lg\:flex {
      display: flex;
    }
  }
  @media (width >= 64rem) {
    .lg\:hidden {
      display: none;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-1\/2 {
      width: calc(1/2 * 100%);
    }
  }
  @media (width >= 64rem) {
    .lg\:w-2\/5 {
      width: calc(2/5 * 100%);
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[55\%\] {
      width: 55%;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[163px\] {
      width: 163px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[218px\] {
      width: 218px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[270px\] {
      width: 270px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[340px\] {
      width: 340px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[372px\] {
      width: 372px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[383px\] {
      width: 383px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[391px\] {
      width: 391px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[400px\] {
      width: 400px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[411px\] {
      width: 411px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[428px\] {
      width: 428px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[430px\] {
      width: 430px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[464px\] {
      width: 464px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[476px\] {
      width: 476px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[490px\] {
      width: 490px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[500px\] {
      width: 500px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[505px\] {
      width: 505px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[548px\] {
      width: 548px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[566px\] {
      width: 566px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[574px\] {
      width: 574px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[583px\] {
      width: 583px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[615px\] {
      width: 615px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-\[720px\] {
      width: 720px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-auto {
      width: auto;
    }
  }
  @media (width >= 64rem) {
    .lg\:max-w-\[1100px\] {
      max-width: 1100px;
    }
  }
  @media (width >= 64rem) {
    .lg\:-translate-y-\[54px\] {
      --tw-translate-y: calc(54px * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-6 {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 64rem) {
    .lg\:items-center {
      align-items: center;
    }
  }
  @media (width >= 64rem) {
    .lg\:items-end {
      align-items: flex-end;
    }
  }
  @media (width >= 64rem) {
    .lg\:items-start {
      align-items: flex-start;
    }
  }
  @media (width >= 64rem) {
    .lg\:justify-between {
      justify-content: space-between;
    }
  }
  @media (width >= 64rem) {
    .lg\:justify-center {
      justify-content: center;
    }
  }
  @media (width >= 64rem) {
    .lg\:justify-end {
      justify-content: flex-end;
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-0 {
      gap: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-50 {
      gap: calc(var(--spacing) * 50);
    }
  }
  @media (width >= 64rem) {
    .lg\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 64rem) {
    .lg\:py-20 {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  @media (width >= 64rem) {
    .lg\:py-23 {
      padding-block: calc(var(--spacing) * 23);
    }
  }
  @media (width >= 64rem) {
    .lg\:py-36 {
      padding-block: calc(var(--spacing) * 36);
    }
  }
  @media (width >= 64rem) {
    .lg\:py-40 {
      padding-block: calc(var(--spacing) * 40);
    }
  }
  @media (width >= 64rem) {
    .lg\:py-47 {
      padding-block: calc(var(--spacing) * 47);
    }
  }
  @media (width >= 64rem) {
    .lg\:pb-21 {
      padding-bottom: calc(var(--spacing) * 21);
    }
  }
  @media (width >= 64rem) {
    .lg\:text-center {
      text-align: center;
    }
  }
  @media (width >= 64rem) {
    .lg\:text-left {
      text-align: left;
    }
  }
  @media (width >= 64rem) {
    .lg\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  @media (width >= 80rem) {
    .xl\:flex {
      display: flex;
    }
  }
  @media (width >= 80rem) {
    .xl\:hidden {
      display: none;
    }
  }
  @media (width >= 80rem) {
    .xl\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 80rem) {
    .xl\:gap-45 {
      gap: calc(var(--spacing) * 45);
    }
  }
  .prose-headings\:text-2xl :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .prose-headings\:text-\[35px\] :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 35px;
  }
  .prose-headings\:font-bold :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .prose-p\:text-lg :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .prose-p\:leading-\[1\.5\] :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .prose-p\:font-medium :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .prose-strong\:text-\[var\(--theme\)\] :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    color: var(--theme);
  }
  .prose-ul\:text-lg :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .prose-ul\:font-medium :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .prose-img\:rounded-2xl :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    border-radius: var(--radius-2xl);
  }
  .\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
    display: none;
  }
}
@layer base {
  body {
    color: var(--color-primary);
  }
}
@layer components {
  .text-h0 {
    font-size: 32px;
  }
  @media (width >= 64rem) {
    .text-h0 {
      font-size: 65px;
    }
  }
  .text-h0 {
    line-height: 1.031;
  }
  .text-h1 {
    font-size: 32px;
  }
  @media (width >= 64rem) {
    .text-h1 {
      font-size: 45px;
    }
  }
  .text-h1 {
    font-weight: 700;
    line-height: 1.1;
  }
  .text-h2 {
    font-size: 18px;
  }
  .text-h3 {
    font-size: 15px;
    font-weight: 500;
  }
  .text-h4 {
    font-size: 23.3px;
    font-weight: 700;
    line-height: 1.028;
  }
  .text-h5 {
    font-size: 24px;
  }
  @media (width >= 64rem) {
    .text-h5 {
      font-size: 35px;
    }
  }
  .text-h5 {
    font-weight: 700;
    line-height: 1.1;
  }
  .text-bt {
    font-size: 16px;
  }
  .text-bt-2 {
    font-size: 16px;
  }
  .text-h2-post {
    font-size: 15px;
    font-weight: 700;
  }
  .text-h3-post {
    font-size: 15px;
  }
  .text-numbers {
    font-size: 70px;
  }
  .text-legend {
    font-size: 15px;
    font-weight: 500;
  }
  .split-line {
    will-change: transform;
  }
  .backdrop {
    position: fixed;
    inset: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 90;
  }
  .overflow-right {
    margin-right: var(--sidePageNegative);
  }
  .overflow-left {
    margin-left: var(--sidePageNegative);
  }
}
.btn {
  --color: var(--color-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-width: 163px;
  font-weight: 500;
  padding: 10px 24px;
  color: var(--color);
  background-color: var(--bg);
  box-shadow: inset 0 0 0 1px var(--border);
  border-radius: 2rem;
  cursor: pointer;
  transition: 0.4s var(--ease-custom);
}
.btn:hover {
  color: var(--color);
  background-color: var(--bg);
}
@supports (color: color-mix(in lab, red, red)) {
  .btn:hover {
    background-color: color-mix(in srgb, var(--bg), black 10%);
  }
}
.btn--primary {
  --color: #fff;
  --bg: var(--color-custom-blue-10);
  --border: var(--color-custom-blue-10);
}
.btn--outline {
  --color: var(--color-custom-blue-10);
  --bg: transparent;
  --border: var(--color-custom-blue-10);
}
.btn--outline-white {
  --color: #fff;
  --bg: transparent;
  --border: #fff;
}
.btn--sm {
  min-width: auto;
  font-size: 15px;
  padding: 3px 23px;
}
.btn--lg {
  padding: 13px 32px;
}
.btn--arrow:after {
  display: inline-flex;
  content: "";
  width: 18px;
  height: 15px;
  background-color: var(--color);
  -webkit-mask: url(../images/arrow-btn.svg) no-repeat;
          mask: url(../images/arrow-btn.svg) no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.control {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--color-custom-blue-10);
  border-radius: 50%;
  transition: 0.4s var(--ease-custom);
}
.control:hover {
  background-color: color-mix(in srgb, #0062f3, black 10%);
}
@supports (color: color-mix(in lab, red, red)) {
  .control:hover {
    background-color: color-mix(in srgb, var(--color-custom-blue-10), black 10%);
  }
}
.social {
  display: flex;
  gap: 10px;
}
.social__item {
  display: inline-flex;
}
.social__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  transition: 0.4s var(--ease-custom);
}
.social--sm {
  gap: 8px;
}
.social--sm .social__link {
  width: 32px;
}
.social:hover .social__link:not(:hover) {
  opacity: 0.5;
}
.form__label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 7px;
}
.form__input {
  display: block;
  width: 100%;
  font-size: 15px;
  border: 1px solid var(--color-custom-light-blue-10);
  border-radius: 10px;
  padding: 16px;
  outline: none;
}
.form__input::-moz-placeholder {
  color: var(--color-primary);
}
.form__input::placeholder {
  color: var(--color-primary);
}
.form__input:focus, .form__input:hover {
  border-color: var(--color-custom-light-blue-20);
}
.form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  font-size: 15px;
  background: url(../images/arrow-select.svg) no-repeat calc(100% - 16px) 50%;
  border: 1px solid var(--color-custom-light-blue-10);
  border-radius: 10px;
  padding: 16px;
  outline: none;
}
.form__select:focus, .form__select:hover {
  border-color: var(--color-custom-light-blue-20);
}
.fancybox__backdrop {
  --fancybox-bg: rgba(255, 255, 255, 0.5);
}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding: 30px;
}
.modal-experience {
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}
.modal-experience__btn {
  position: absolute;
  top: 35px;
  right: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  padding: 16px 32px;
  background-color: #fff;
  border-radius: 20px;
  transition: 0.4s var(--ease-custom);
}
.modal-experience__btn:hover {
  color: #fff;
  background-color: var(--color-primary);
}
.modal-awards {
  width: 440px;
  align-items: flex-start;
  padding: 48px;
  border-radius: 20px;
  border: 1px solid rgba(228, 231, 240, 0.2);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 18px 24px rgba(25, 28, 65, 0.04);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 60px 60px 60px 0px;
  overflow: hidden;
}
.modal-awards__close {
  position: absolute;
  top: 30px;
  right: 30px;
  transition: 0.4s var(--ease-custom);
}
.modal-awards__close:hover {
  opacity: 0.5;
}
@media (max-width: 40rem) {
  .modal-awards {
    width: 90%;
  }
}
.card-testimonial {
  --radius-lg: 60px 60px 60px 0;
  --radius: 34.4px 34.4px 34.4px 0;
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid #f2f5ff;
  border-radius: var(--radius);
  padding: 27.52px;
}
@media (width >= 64rem) {
  .card-testimonial {
    border-radius: var(--radius-lg);
  }
}
@media (width >= 64rem) {
  .card-testimonial {
    padding: 48px;
  }
}
.card-testimonial {
  box-shadow: 0 18px 24px rgba(25, 28, 65, 0.04);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  transition: 0.4s var(--ease-custom);
}
.card-testimonial__img {
  position: relative;
  width: 105.66px;
}
@media (width >= 64rem) {
  .card-testimonial__img {
    width: 158px;
  }
}
.card-testimonial__img:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 5px 24px rgba(12, 10, 33, 0.17);
  border-radius: 0 0 100px 100px;
  z-index: -1;
}
.card-testimonial__img img {
  display: block;
  padding: 7px;
  border-radius: 0 0 100px 100px;
}
.card-testimonial__content {
  display: flex;
  gap: 16px;
  padding-top: 50px;
}
.card-testimonial__content:before {
  display: inline-flex;
  flex-shrink: 0;
  content: "";
  width: 24px;
  background: url(../images/quote.svg) no-repeat;
  background-size: contain;
}
.card-testimonial__author {
  font-size: 14.33px;
}
@media (width >= 64rem) {
  .card-testimonial__author {
    font-size: 25px;
  }
}
.card-testimonial__author {
  font-weight: 700;
  color: var(--color-custom-blue-10);
}
.card-testimonial__role {
  font-size: 8.6px;
}
@media (width >= 64rem) {
  .card-testimonial__role {
    font-size: 15px;
  }
}
.card-testimonial__role {
  font-weight: 300;
  font-style: italic;
}
.card-testimonial:hover {
  box-shadow: 0 18px 24px rgba(25, 28, 65, 0.08);
}
.card-post {
  --radius-lg: 45.68px 45.68px 45.68px 0;
  --radius: 34.4px 34.4px 34.4px 0;
  display: block;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #f2f5ff;
  box-shadow: 0 18px 24px rgba(25, 28, 65, 0.04);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  width: 304.55px;
  border-radius: var(--radius);
  padding: 24.36px;
}
@media (width >= 64rem) {
  .card-post {
    width: 400px;
  }
}
@media (width >= 64rem) {
  .card-post {
    border-radius: var(--radius-lg);
  }
}
@media (width >= 64rem) {
  .card-post {
    padding: 32px;
  }
}
.card-post {
  transition: 0.4s var(--ease-custom);
}
.card-post__img {
  width: 100%;
  margin-bottom: 24px;
}
.card-post__img img {
  display: block;
  width: 100%;
  height: 127px;
  border-radius: 15.23px;
}
@media (width >= 64rem) {
  .card-post__img img {
    height: 167px;
  }
}
@media (width >= 64rem) {
  .card-post__img img {
    border-radius: 20px;
  }
}
.card-post__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.card-post__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--color-custom-blue-10);
  font-weight: 500;
  gap: 12px;
}
.card-post__link img {
  transition: 0.4s var(--ease-custom);
}
.card-post__link:hover img {
  transform: translateX(6px);
}
.card-post:hover {
  box-shadow: 0 18px 24px rgba(25, 28, 65, 0.08);
}
.card-project {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media (width >= 64rem) {
  .card-project {
    gap: 42px;
  }
}
.card-project__content {
  display: flex;
}
.card-project__link--text {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.1;
}
.card-project__link--icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  background: url(../images/arrow-project-link.svg) no-repeat 50%;
  background-size: cover;
  transition: 0.4s var(--ease-custom);
}
.card-project__link:hover .card-project__link--icon {
  transform: rotate(45deg);
  transform-origin: center;
}
.card-project__img {
  position: relative;
  margin-bottom: 0;
}
.card-project__img img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 500px 500px 0 500px;
}
.card-project__img--category {
  position: absolute;
  right: calc(var(--spacing) * 5);
  bottom: calc(var(--spacing) * 5);
}
@media (width >= 64rem) {
  .card-project__img--category {
    right: 50px;
  }
}
@media (width >= 64rem) {
  .card-project__img--category {
    bottom: 50px;
  }
}
.card-project__img--category {
  display: inline-flex;
  min-width: 163px;
  font-weight: 500;
  padding: 10px 24px;
  color: var(--color);
  background-color: var(--bg);
  border-radius: 2rem;
}
.card-project:nth-child(even) .card-project__img img {
  border-radius: 500px 500px 500px 0;
}
.card-project:nth-child(even) .card-project__img--category {
  right: auto;
  left: calc(var(--spacing) * 5);
}
@media (width >= 64rem) {
  .card-project:nth-child(even) .card-project__img--category {
    left: 50px;
  }
}
@media (min-width: 64rem) {
  .card-project:not(:first-child) {
    margin-top: -110px;
  }
  .card-project:nth-child(even) {
    flex-direction: row-reverse;
  }
  .card-project:nth-child(even) .card-project__content {
    justify-content: flex-end;
  }
}
@media (max-width: 64rem) {
  .card-project {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .card-project:not(:last-child) {
    margin-bottom: 60px;
  }
}
.card-project-feature {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (width >= 64rem) {
  .card-project-feature {
    gap: 42px;
  }
}
@media (min-width: 64rem) {
  .card-project-feature:not(:first-child) {
    margin-top: -110px;
  }
  .card-project-feature:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.card-project-feature-secondary {
  display: flex;
  gap: 60px;
}
@media (width >= 64rem) {
  .card-project-feature-secondary {
    gap: 42px;
  }
}
.card-post-featured {
  position: relative;
  width: 299px;
}
@media (width >= 64rem) {
  .card-post-featured {
    width: 362px;
  }
}
.card-post-featured {
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
}
.card-post-featured__img {
  margin-bottom: 0;
}
.card-post-featured__img img {
  display: block;
  width: 100%;
  height: 409px;
}
@media (width >= 64rem) {
  .card-post-featured__img img {
    height: 484px;
  }
}
.card-post-featured__img img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: 2s var(--ease-custom);
}
.card-post-featured__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  background: linear-gradient(180deg, rgba(10, 21, 37, 0) 59.53%, rgba(10, 21, 37, 0.9) 100%);
  border: 1px solid #ececec;
}
.card-post-featured__content--category {
  display: inline-flex;
  font-weight: 500;
  padding: 8px 24px;
  background-color: #fff;
  border-radius: 2rem;
}
.card-post-featured:hover .card-post-featured__img img {
  transform: scale(1.1, 1.1);
}
.card-product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 362px;
  min-height: 484px;
  flex-shrink: 0;
  padding: 40px;
  background-color: var(--color-custom-gray-10);
  border-radius: 20px;
}
.card-product__category {
  display: inline-flex;
  font-weight: 500;
  padding: 8px 24px;
  background-color: #fff;
  border-radius: 2rem;
}
.card-team {
  position: relative;
  border-radius: 10px 200px 10px 10px;
  overflow: hidden;
}
.card-team__image {
  margin-bottom: 0;
}
.card-team__image img {
  width: 100%;
  aspect-ratio: 0.91/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-team__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
}
.card-team__role {
  display: inline-flex;
  font-weight: 500;
  color: #fff;
  padding: 0.125em 1.313em;
  border: 1px solid #fff;
  border-radius: 2rem;
}
.card-team__name {
  display: block;
  width: 100%;
  background-color: rgba(98, 98, 109, 0.2);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 30px;
  padding: 24px;
}
.card-team__description {
  display: none;
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  padding: 24px;
}
.card-team:hover .card-team__name {
  display: none;
}
.card-team:hover .card-team__description {
  display: block;
  animation: fadeIn 0.4s var(--ease-custom) both;
}
@media (max-width: 40rem) {
  .card-team {
    border-radius: 7.78px 155.6px 7.78px 7.78px;
  }
  .card-team__content, .card-team__name, .card-team__description {
    padding: 18.67px;
  }
  .card-team__role {
    font-size: 12.45px;
  }
  .card-team__name, .card-team__description {
    border-radius: 23.34px;
  }
}
.section-base {
  --theme: var(--color-custom-blue-10);
  position: relative;
}
.section-base:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: var(--theme);
  -webkit-mask: url(../images/bg-section-base.svg) no-repeat 100% 0;
          mask: url(../images/bg-section-base.svg) no-repeat 100% 0;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: translateY(-50%);
  z-index: -1;
}
.section-base__logo {
  color: var(--theme);
}
.share__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--color-custom-gray-10);
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  transition: 0.4s var(--ease-custom);
}
.share__link:hover {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.navigation {
  position: fixed;
  inset: 0;
  background: var(--color-custom-blue-10) url(../images/bg-navigation.svg) no-repeat;
  background-size: cover;
  transform: translateX(100%);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 100;
}
.navigation::-webkit-scrollbar {
  display: none;
}
.navigation__translate select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 19.59px;
}
@media (width >= 64rem) {
  .navigation__translate select {
    font-size: 23.34px;
  }
}
.navigation__translate select {
  font-weight: 700;
  color: #fff;
  text-transform: lowercase;
  background: url(../images/arrow-select-white.svg) no-repeat 100% 50%;
  outline: none;
}
@media (max-width: 64rem) {
  .navigation__translate select {
    background-image: url(../images/arrow-select-white-sm.svg);
  }
}
.navigation__close-navigation {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: 0.4s var(--ease-custom);
}
.navigation__close-navigation:hover {
  opacity: 0.5;
}
@media (max-width: 64rem) {
  .navigation__close-navigation {
    width: 46px;
    height: 46px;
  }
}
.navigation__nav--link {
  display: block;
  font-size: 27.31px;
}
@media (width >= 64rem) {
  .navigation__nav--link {
    font-size: 40px;
  }
}
.navigation__nav--link {
  line-height: 1.87;
  font-weight: 600;
  color: var(--color);
  will-change: transform;
  transition: 0.4s var(--ease-custom);
}
.navigation__nav:hover .navigation__nav--link:not(:hover) {
  opacity: 0.5;
}
.contact {
  position: fixed;
  inset: 0;
  background-color: #fff;
  transform: translateX(100%);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 110;
}
.contact::-webkit-scrollbar {
  display: none;
}
.contact__success {
  min-height: 75dvh;
}
@media (width >= 64rem) {
  .contact__success {
    height: 100dvh;
  }
}
.contact__success {
  display: none;
  place-items: center;
  opacity: 0;
  visibility: hidden;
}
.contact__close-contact {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #fff;
  border-radius: 50%;
  transition: 0.4s var(--ease-custom);
}
.contact__close-contact:hover {
  opacity: 0.5;
}
@media (max-width: 64rem) {
  .contact__close-contact {
    width: 46px;
    height: 46px;
    background-color: #fff;
    color: var(--color-custom-blue-10);
  }
}
.contact__slider {
  height: 25dvh;
}
@media (width >= 64rem) {
  .contact__slider {
    height: 100dvh;
  }
}
.contact__slider {
  background: var(--color-custom-blue-10) url(../images/bg-contact.svg) no-repeat;
  background-size: cover;
}
.step-content {
  min-height: 75dvh;
}
@media (width >= 64rem) {
  .step-content {
    height: 100dvh;
  }
}
.step-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: calc(var(--spacing) * 8);
}
@media (width >= 64rem) {
  .step-content {
    padding: calc(var(--spacing) * 18);
  }
}
.step-content .uacf7-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.step-content .uacf7-buttons .uacf7-prev, .step-content .uacf7-buttons .uacf7-next {
  margin-top: 0 !important;
}
.step-content .submit-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header {
  --theme: var(--color-custom-blue-10);
  --theme-focus: var(--color-custom-blue-10);
  --text: var(--color-primary);
  --text-btn: var(--color-custom-gray-10);
}
.header--light {
  --theme: var(--color-custom-gray-10);
  --theme-focus: var(--color-custom-gray-20);
  --text: var(--color-custom-gray-10);
  --text-btn: var(--color-primary);
}
.header__logo {
  color: var(--theme);
}
.header__nav {
  display: flex;
  gap: 54px;
}
.header__nav--item {
  display: inline-flex;
}
.header__nav--link {
  position: relative;
  display: block;
  color: var(--text);
  font-weight: bold;
  transition: 0.4s var(--ease-custom);
}
.header__nav--link:hover {
  color: var(--color);
}
.header__nav--link:after {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: var(--color);
  border-radius: 2rem;
}
.header__link {
  display: inline-flex;
  font-weight: bold;
  color: var(--theme);
  transition: 0.4s var(--ease-custom);
}
.header__link:hover {
  text-decoration: underline;
}
.header__open-navigation {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 44px;
  height: 44px;
}
.header__open-navigation--line {
  display: inline-flex;
  width: 20px;
  height: 2px;
  background-color: var(--text);
  border-radius: 2rem;
  transition: 0.2s var(--ease-custom);
}
.header__open-navigation:hover .header__open-navigation--line {
  background-color: var(--theme-focus);
}
.header-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 4px 34px rgba(21, 21, 61, 0.05);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.header-scroll__open-navigation {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 44px;
  height: 44px;
}
.header-scroll__open-navigation--line {
  display: inline-flex;
  width: 20px;
  height: 2px;
  background-color: var(--color-primary);
  border-radius: 2rem;
  transition: 0.2s var(--ease-custom);
}
.header-scroll__open-navigation:hover .header-scroll__open-navigation--line {
  background-color: var(--color-custom-blue-10);
}
.footer {
  border-radius: 30px 30px 0 0;
  background-color: var(--color-custom-blue-10);
}
.footer__logo-5-anos {
  width: 90px;
  aspect-ratio: 1 / 1;
  background: url(../images/logo-5-anos.gif) no-repeat 50%;
}
.footer .menu {
  display: flex;
  justify-content: space-between;
}
.footer .menu .menu-item {
  display: block;
}
.footer .menu .menu-item > a {
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-custom-light-blue-10);
  margin-bottom: 11px;
}
.footer .menu .sub-menu .menu-item {
  display: block;
}
.footer .menu .sub-menu .menu-item:not(:last-child) {
  margin-bottom: 11px;
}
.footer .menu .sub-menu .menu-item a {
  display: inline-flex;
  font-weight: 700;
  color: #fff;
}
.footer .menu .sub-menu .menu-item a:hover {
  text-decoration: underline;
}
@media (max-width: 64rem) {
  .footer .menu {
    flex-direction: column;
    text-align: center;
    gap: 28px;
  }
}
.page-home .initial__experience--video {
  width: 100%;
  height: 388px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 20px;
}
.page-home .initial__experience--btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  padding: 16px 32px;
  background-color: #fff;
  border-radius: 20px;
  transition: 0.4s var(--ease-custom);
}
.page-home .initial__experience--btn img {
  transition: 0.4s var(--ease-custom);
}
.page-home .initial__experience--btn:hover {
  color: #fff;
  background-color: var(--color-primary);
}
.page-home .initial__experience--btn:hover img {
  filter: brightness(0) invert(1);
}
.page-home .initial__brands .swiper-wrapper {
  transition-timing-function: linear;
}
.page-home .initial__brands--item {
  width: -moz-max-content;
  width: max-content;
}
.page-home .big-numbers {
  background: url(../images/bg-big-numbers.svg) no-repeat 100% 0;
  background-size: contain;
}
.page-home .big-numbers__item {
  width: 100%;
  min-width: 300px;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100px 100px 0 100px;
  background: rgba(196, 196, 196, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: inset 0px 30.0211px 43.1072px -27.7118px rgba(255, 255, 255, 0.5), inset 0px 3.07909px 13.8559px rgba(146, 174, 210, 0.3), inset 0px 0.769772px 30.7909px rgba(222, 233, 255, 0.2);
  -webkit-backdrop-filter: blur(38.4886px);
          backdrop-filter: blur(38.4886px);
}
.page-home .big-numbers__item--title {
  position: relative;
  display: inline-flex;
  gap: 6px;
  font-size: 56.69px;
}
@media (width >= 64rem) {
  .page-home .big-numbers__item--title {
    font-size: 70px;
  }
}
.page-home .big-numbers__item--title {
  font-weight: 600;
}
.page-home .big-numbers__item--title:before, .page-home .big-numbers__item--title:after {
  display: inline-flex;
  font-size: 12.15px;
}
@media (width >= 64rem) {
  .page-home .big-numbers__item--title:before, .page-home .big-numbers__item--title:after {
    font-size: 15px;
  }
}
.page-home .big-numbers__item--title:before, .page-home .big-numbers__item--title:after {
  font-weight: 600;
}
.page-home .big-numbers__item--title:before {
  content: attr(data-prefix);
}
.page-home .big-numbers__item--title:after {
  content: attr(data-sufix);
}
.page-home .projects {
  background: url(../images/bg-projects.svg) no-repeat 50% 0;
  background-size: contain;
}
.page-home .projects__item {
  display: flex;
  align-items: center;
  gap: 110px;
}
.page-home .projects__item--image {
  position: relative;
  margin: 0 0 0 -70px;
}
.page-home .projects__item--image:before {
  --radius-lg: 0 226px 0 0;
  --radius: 0 101.24px 0 0;
  position: absolute;
  content: "";
  width: 83%;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--theme);
  transform: translate3d(1.93vw, -1.93vw, 0);
  border-radius: var(--radius);
}
@media (width >= 64rem) {
  .page-home .projects__item--image:before {
    border-radius: var(--radius-lg);
  }
}
.page-home .projects__item--image:before {
  z-index: -1;
}
.page-home .projects__item--image img {
  --radius-lg: 0 208.74px 0 0;
  --radius: 0 93.51px 0 0;
  display: block;
  min-height: 268px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--radius);
}
@media (width >= 64rem) {
  .page-home .projects__item--image img {
    border-radius: var(--radius-lg);
  }
}
.page-home .projects__item:not(:last-child) {
  margin-bottom: 120px;
}
@media (width >= 64rem) {
  .page-home .projects__item:not(:last-child) {
    margin-bottom: 200px;
  }
}
.page-home .projects__item:nth-child(even) {
  flex-direction: row-reverse;
}
.page-home .projects__item:nth-child(even) .projects__item--image {
  margin: 0 -70px 0 0;
}
.page-home .projects__item:nth-child(even) .projects__item--image:before {
  --radius-lg: 226px 0 0;
  --radius: 101.24px 0 0 0;
  right: auto;
  left: 0;
  transform: translate3d(-1.93vw, -1.93vw, 0);
  border-radius: var(--radius);
}
@media (width >= 64rem) {
  .page-home .projects__item:nth-child(even) .projects__item--image:before {
    border-radius: var(--radius-lg);
  }
}
.page-home .projects__item:nth-child(even) .projects__item--image img {
  --radius-lg: 208.74px 0 0 0;
  --radius: 93.51px 0 0 0;
  border-radius: var(--radius);
}
@media (width >= 64rem) {
  .page-home .projects__item:nth-child(even) .projects__item--image img {
    border-radius: var(--radius-lg);
  }
}
.page-home .projects__item:nth-child(even) .projects__item--description {
  text-align: right;
}
@media (max-width: 96rem) {
  .page-home .projects__item--image {
    margin: 0 0 0 -30px;
  }
  .page-home .projects__item:nth-child(even) .projects__item--image {
    margin: 0 -30px 0 0;
  }
}
@media (max-width: 64rem) {
  .page-home .projects__item {
    flex-direction: column;
  }
  .page-home .projects__item:nth-child(even) {
    flex-direction: column;
  }
}
.page-home .awards__map {
  position: relative;
}
.page-home .awards__map--link {
  position: absolute;
  top: var(--top);
  left: var(--left);
  width: 47px;
  height: 58px;
  background: url(../images/marker-awards.svg) no-repeat;
  background-size: cover;
  transition: 0.4s var(--ease-custom);
}
.page-home .awards__map--link:hover {
  transform: translateY(1px);
}
.page-home .office__img {
  display: block;
  width: 100%;
  height: 428px;
}
@media (width >= 64rem) {
  .page-home .office__img {
    height: 647px;
  }
}
.page-home .office__img {
  -o-object-fit: cover;
     object-fit: cover;
}
.page-home .testimonials__slider--item {
  width: 330px;
}
@media (width >= 64rem) {
  .page-home .testimonials__slider--item {
    width: 645px;
  }
}
.page-projects .initial {
  position: relative;
}
.page-projects .initial:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 256px);
  background: var(--theme) url(../images/bg-projects-initial.svg) no-repeat 50%;
  border-radius: 0 0 20px 20px;
  z-index: -1;
}
.page-projects .initial__img {
  display: block;
  width: 100%;
  height: 428px;
}
@media (width >= 64rem) {
  .page-projects .initial__img {
    height: 513px;
  }
}
.page-projects .initial__img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 64rem) {
  .page-projects .initial:before {
    height: calc(100% - 40px);
  }
}
.page-projects .initial-v2 {
  position: relative;
}
.page-projects .initial-v2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 256px);
  background: var(--theme) url(../images/bg-projects-initial.svg) no-repeat 50%;
  border-radius: 0 0 20px 20px;
  z-index: -1;
}
.page-projects .initial-v2__gallery {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  will-change: flex;
}
.page-projects .initial-v2__gallery img {
  display: block;
  width: 100%;
  height: 496px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 64rem) {
  .page-projects .initial-v2:before {
    height: calc(100% - 40px);
  }
}
.page-projects .data-v2__team {
  width: 80px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.page-projects .data-v2__team--image img {
  display: inline-flex;
  width: 68px;
  height: 68px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.page-projects .about__title {
  font-size: 32px;
}
@media (width >= 64rem) {
  .page-projects .about__title {
    font-size: 55px;
  }
}
.page-projects .about__title {
  line-height: 1.2;
  text-align: center;
  text-wrap: balance;
}
.page-projects .reasons {
  position: relative;
}
.page-projects .reasons:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: var(--theme);
  -webkit-mask: url(../images/bg-reasons.svg) no-repeat 100% 0;
          mask: url(../images/bg-reasons.svg) no-repeat 100% 0;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: translateY(-50%);
  z-index: -1;
}
.page-projects .reasons__tabs--link {
  display: inline-flex;
  justify-content: center;
  min-width: 181px;
  font-weight: 500;
  padding: 12px 39px;
  border: 1px solid var(--color-custom-light-blue-10);
  border-radius: 2rem;
  transition: 0.4s var(--ease-custom);
}
.page-projects .reasons__tabs--link[aria-selected="true"] {
  color: #fff;
  background-color: var(--theme);
  border-color: var(--theme);
}
.page-projects .reasons__content {
  counter-reset: reason;
  animation: fadeIn 0.4s var(--ease-custom) 0.1s both;
}
.page-projects .reasons__content--item {
  position: relative;
  min-height: 282px;
  flex: 1;
  text-align: center;
  padding-top: 118px;
  z-index: 0;
}
.page-projects .reasons__content--item:before {
  position: absolute;
  top: 0;
  left: 50%;
  counter-increment: reason;
  content: counter(reason, decimal-leading-zero);
  font-size: 150px;
  font-weight: 900;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.8px #eaebed;
  transform: translateX(-50%);
  z-index: -1;
}
.page-projects .reasons__content--item:not(:last-child):after {
  position: absolute;
  content: "";
  top: 50%;
  left: 100%;
  width: 42px;
  height: 1px;
  background-color: #d5d5d5;
  transform: translateX(-50%);
}
.page-projects .reasons__content--item:nth-child(even) .reasons__content--item--title {
  color: var(--theme);
}
@media (max-width: 64rem) {
  .page-projects .reasons .reasons__tabs--link {
    width: 100%;
  }
  .page-projects .reasons .reasons__content {
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.page-projects .fundamentals {
  position: relative;
}
.page-projects .fundamentals:before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: var(--theme);
  -webkit-mask: url(../images/bg-fundamentals.svg) no-repeat 0 100%;
          mask: url(../images/bg-fundamentals.svg) no-repeat 0 100%;
  z-index: -1;
}
.page-projects .fundamentals__logo {
  --radius-lg: 0 225px 0 0;
  --radius: 0 100.64px 0 0;
  height: 365px;
  border-radius: var(--radius);
}
@media (width >= 64rem) {
  .page-projects .fundamentals__logo {
    height: 816px;
  }
}
@media (width >= 64rem) {
  .page-projects .fundamentals__logo {
    border-radius: var(--radius-lg);
  }
}
.page-projects .fundamentals__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--theme);
}
.page-projects .fundamentals__logo img {
  display: inline-flex;
  width: 104.67px;
}
@media (width >= 64rem) {
  .page-projects .fundamentals__logo img {
    width: 234px;
  }
}
.page-projects .fundamentals__img {
  margin: calc(var(--spacing) * 0);
}
@media (width >= 64rem) {
  .page-projects .fundamentals__img {
    margin-top: calc(123px * -1);
  }
}
.page-projects .fundamentals__img img {
  display: block;
  width: 100%;
}
.page-projects .fundamentals__columns {
  margin-top: calc(var(--spacing) * 0);
}
@media (width >= 64rem) {
  .page-projects .fundamentals__columns {
    margin-top: calc(50px * -1);
  }
}
.page-projects .fundamentals__columns--item {
  display: flex;
}
.page-projects .fundamentals__columns--item--box {
  position: relative;
  padding: calc(var(--spacing) * 0);
  padding-block: 60px;
}
@media (width >= 64rem) {
  .page-projects .fundamentals__columns--item--box {
    padding: 100px;
  }
}
.page-projects .fundamentals__columns--item--box {
  z-index: 0;
}
.page-projects .fundamentals__columns--item--box:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: var(--sidePageNegative);
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 0 50px 50px 50px;
  background: radial-gradient(100% 100% at 0% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: inset -5px -5px 250px rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  z-index: -1;
}
.page-projects .fundamentals__columns--item:nth-child(even) {
  flex-direction: row-reverse;
}
.page-projects .fundamentals__columns--item:nth-child(even) .fundamentals__columns--item--box {
  border-radius: 50px 0 50px 50px;
}
.page-projects .fundamentals__columns--item:nth-child(even) .fundamentals__columns--item--box:before {
  right: var(--sidePageNegative);
  left: 0;
  border-radius: 50px 0 50px 50px;
}
.page-projects .fundamentals__base--img {
  display: block;
  width: 100%;
  min-height: 547px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-projects .features {
  position: relative;
}
.page-projects .features:before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: var(--theme);
  -webkit-mask: url(../images/bg-project-features.svg) no-repeat 100% 0;
          mask: url(../images/bg-project-features.svg) no-repeat 100% 0;
  -webkit-mask-size: contain;
          mask-size: contain;
  z-index: -1;
}
.page-projects .base__img {
  display: block;
  width: 100%;
  min-height: 547px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-urbilab .initial {
  position: relative;
}
.page-urbilab .initial:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 275px);
  background: linear-gradient( 225deg, #1c2ce8 14.65%, rgba(28, 44, 232, 0.93) 18.89%, rgba(28, 44, 232, 0.6) 37.27%, rgba(28, 44, 232, 0.34) 54.24%, rgba(28, 44, 232, 0.16) 67.68%, rgba(28, 44, 232, 0.04) 78.99%, rgba(28, 44, 232, 0) 85.35% ), var(--color-custom-blue-10);
  border-radius: 0 0 20px 20px;
  z-index: -1;
}
.page-urbilab .initial__post {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.page-urbilab .initial__post--img {
  margin-bottom: 0;
}
.page-urbilab .initial__post--img img {
  display: block;
  width: 100%;
  height: 443px;
}
@media (width >= 64rem) {
  .page-urbilab .initial__post--img img {
    height: 497px;
  }
}
.page-urbilab .initial__post--img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.page-urbilab .initial__post--content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-inline: 42px;
  padding-block: 44px;
}
@media (width >= 64rem) {
  .page-urbilab .initial__post--content {
    padding-inline: 72px;
  }
}
@media (width >= 64rem) {
  .page-urbilab .initial__post--content {
    padding-block: 64px;
  }
}
.page-urbilab .initial__post--content {
  background: linear-gradient(270deg, rgba(10, 21, 37, 0) 0%, #0a1525 100%);
}
.page-urbilab .posts__card-post {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 240px;
  padding: 32px;
  border: 1px solid var(--color-custom-gray-20);
  border-radius: 20px;
}
.page-urbilab .posts__card-post--btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  gap: 12px;
}
.page-urbilab .posts__card-post--btn img {
  transition: 0.4s var(--ease-custom);
}
.page-urbilab .posts__card-post--btn:hover img {
  transform: translateX(6px);
}
.page-urbilab .categories__card-category {
  display: block;
  width: 286px;
  min-height: 150px;
  flex-shrink: 0;
  padding: 32px;
  background-color: var(--color-primary);
  border-radius: 20px;
  transition: 0.4s var(--ease-custom);
}
.page-urbilab .categories__card-category:hover {
  background-color: color-mix(in srgb, #2f374f, black 10%);
}
@supports (color: color-mix(in lab, red, red)) {
  .page-urbilab .categories__card-category:hover {
    background-color: color-mix(in srgb, var(--color-primary), black 10%);
  }
}
.page-single .initial {
  position: relative;
  z-index: 0;
}
.page-single .initial:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 264px);
  background-color: var(--color-custom-gray-10);
  border-radius: 0 0 20px 20px;
  z-index: -1;
}
.page-single .initial__img {
  margin-bottom: 0;
}
.page-single .initial__img img {
  display: block;
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.page-archive .initial {
  padding-inline: 24px;
  padding-block: 32px;
}
@media (width >= 64rem) {
  .page-archive .initial {
    padding-inline: 72px;
  }
}
@media (width >= 64rem) {
  .page-archive .initial {
    padding-block: 56px;
  }
}
.page-archive .initial {
  background-color: var(--color-custom-blue-10);
  border-radius: 20px;
}
.page-archive .initial__breadcrumb {
  display: flex;
  gap: 15px;
}
.page-archive .initial__breadcrumb li {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
@media (width >= 64rem) {
  .page-archive .initial__breadcrumb li {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
.page-archive .initial__breadcrumb li {
  font-weight: 700;
  color: #fff;
}
.page-archive .initial__breadcrumb li a {
  display: flex;
  align-items: center;
  gap: 15px;
}
.page-archive .initial__breadcrumb li a:after {
  display: inline-flex;
  content: "";
  width: 8px;
  height: 13px;
  background: url(../images/arrow-breadcrumb.svg) no-repeat;
  background-size: cover;
}
.page-archive .initial__breadcrumb li a:hover {
  text-decoration: underline;
}
.page-archive .card-post {
  width: 100%;
}
.page-about .initial {
  width: 100%;
  min-height: 100dvh;
  aspect-ratio: 0.98/1;
  background: var(--bg) no-repeat 50% 100%;
  background-size: cover;
}
.page-about .info__title {
  font-size: 32px;
}
@media (width >= 64rem) {
  .page-about .info__title {
    font-size: 55px;
  }
}
.page-about .info__title {
  line-height: 1.2;
}
.page-about .solutions {
  position: relative;
}
.page-about .solutions:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 120%;
  background: url(../images/bg-solutions.svg) no-repeat 100% 0;
  background-size: contain;
  transform: translateY(-50%);
  z-index: -1;
}
.page-about .solutions__img {
  display: block;
  width: 100%;
  min-height: 547px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 40rem) {
  .page-about .solutions:before {
    height: 100%;
  }
}
.page-institutional .initial {
  display: flex;
  flex-direction: column;
  height: 210px;
  justify-content: flex-end;
  padding-inline: 24px;
  padding-block: 32px;
}
@media (width >= 64rem) {
  .page-institutional .initial {
    height: 400px;
  }
}
@media (width >= 64rem) {
  .page-institutional .initial {
    justify-content: center;
  }
}
@media (width >= 64rem) {
  .page-institutional .initial {
    padding-inline: 72px;
  }
}
@media (width >= 64rem) {
  .page-institutional .initial {
    padding-block: 56px;
  }
}
.page-institutional .initial {
  background-color: var(--color-custom-blue-10);
  border-radius: 20px;
}
.page-intelligence {
  --theme: var(--color-custom-blue-10);
}
.page-intelligence .initial {
  position: relative;
}
.page-intelligence .initial:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 256px);
  background: var(--theme) url(../images/bg-projects-initial.svg) no-repeat 50%;
  border-radius: 0 0 20px 20px;
  z-index: -1;
}
.page-intelligence .initial__img {
  display: block;
  width: 100%;
  height: 428px;
}
@media (width >= 64rem) {
  .page-intelligence .initial__img {
    height: 513px;
  }
}
.page-intelligence .initial__img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 64rem) {
  .page-intelligence .initial:before {
    height: calc(100% - 40px);
  }
}
.page-intelligence .diagnostic__title {
  font-size: 32px;
}
@media (width >= 64rem) {
  .page-intelligence .diagnostic__title {
    font-size: 55px;
  }
}
.page-intelligence .diagnostic__title {
  line-height: 1.2;
  text-align: center;
  text-wrap: balance;
}
.page-intelligence .differentials__side {
  position: relative;
  display: flex;
}
@media (width >= 64rem) {
  .page-intelligence .differentials__side {
    justify-content: flex-end;
  }
}
.page-intelligence .differentials__side {
  z-index: 0;
}
.page-intelligence .differentials__side:before {
  position: absolute;
  content: "";
  display: none;
}
@media (width >= 64rem) {
  .page-intelligence .differentials__side:before {
    display: block;
  }
}
.page-intelligence .differentials__side:before {
  top: 0;
  left: var(--sidePageNegative);
  right: 0;
  height: 459px;
  background-color: var(--color-custom-blue-10);
  border-radius: 0 225px 0 0;
  z-index: -1;
}
.page-intelligence .differentials__side--image {
  display: inline-flex;
  transform: translate3d(40px, 120px, 0);
}
@media (max-width: 64rem) {
  .page-intelligence .differentials__side--image {
    transform: translate3d(0, 0, 0);
  }
}
.page-intelligence .indicated__side {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  z-index: 0;
}
.page-intelligence .indicated__side:before {
  position: absolute;
  content: "";
  top: 0;
  left: var(--sidePageNegative);
  right: 0;
  height: 100%;
  background-color: var(--color-custom-blue-10);
  border-radius: 0 225px 0 0;
  z-index: -1;
}
.page-intelligence .indicated__side--image {
  display: inline-flex;
}
.page-intelligence .indicated ul li {
  display: flex;
  gap: 0.2em;
  font-size: 19.59px;
}
@media (width >= 64rem) {
  .page-intelligence .indicated ul li {
    font-size: 23.34px;
  }
}
.page-intelligence .indicated ul li {
  font-weight: 700;
}
.page-intelligence .indicated ul li:before {
  display: inline-flex;
  content: "/";
  color: var(--color-custom-blue-10);
}
.page-intelligence .timing__marker {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 0;
}
.page-intelligence .timing__marker:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  z-index: -1;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --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;
    }
  }
}
