/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-md: 12px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-blue: #232960;
    --color-soft-green: #75a496;
    --color-light-blue: #c7d6ee;
    --color-soft-white: #f7f7f7;
    --color-light-grey: #d3dade;
    --color-soft-grey: #eceeef;
    --padding-padding: 40px;
    --font-thesans: "TheSans", sans-serif;
    --gap: 20px;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-\[10px\] {
    right: 10px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-50 {
    z-index: 50;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[45px\] {
    margin-bottom: 45px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .mb-\[55px\] {
    margin-bottom: 55px;
  }
  .mb-\[80px\] {
    margin-bottom: 80px;
  }
  .mb-\[100px\] {
    margin-bottom: 100px;
  }
  .mb-\[115px\] {
    margin-bottom: 115px;
  }
  .mb-\[130px\] {
    margin-bottom: 130px;
  }
  .mb-\[150px\] {
    margin-bottom: 150px;
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-3\/2 {
    aspect-ratio: 3/2;
  }
  .aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-\[23px\] {
    height: 23px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-\[23px\] {
    width: 23px;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[840px\] {
    max-width: 840px;
  }
  .max-w-\[880px\] {
    max-width: 880px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .origin-right {
    transform-origin: right;
  }
  .origin-top-left {
    transform-origin: top left;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-\[10\%\] {
    gap: 10%;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[25px\] {
    gap: 25px;
  }
  .gap-\[35px\] {
    gap: 35px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-\[var\(--gap\)\] {
    gap: var(--gap);
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-\[10\%\] {
    column-gap: 10%;
  }
  .gap-x-\[20px\] {
    column-gap: 20px;
  }
  .gap-x-\[40px\] {
    column-gap: 40px;
  }
  .gap-x-\[50px\] {
    column-gap: 50px;
  }
  .gap-x-\[var\(--gap\)\] {
    column-gap: var(--gap);
  }
  .gap-y-\[10px\] {
    row-gap: 10px;
  }
  .gap-y-\[15px\] {
    row-gap: 15px;
  }
  .gap-y-\[20px\] {
    row-gap: 20px;
  }
  .gap-y-\[25px\] {
    row-gap: 25px;
  }
  .gap-y-\[30px\] {
    row-gap: 30px;
  }
  .gap-y-\[60px\] {
    row-gap: 60px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-\[2px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-soft-white {
    border-color: var(--color-soft-white);
  }
  .border-l-transparent {
    border-left-color: transparent;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-blue {
    background-color: var(--color-blue);
  }
  .bg-light-blue {
    background-color: var(--color-light-blue);
  }
  .bg-light-grey {
    background-color: var(--color-light-grey);
  }
  .bg-soft-green {
    background-color: var(--color-soft-green);
  }
  .bg-soft-grey {
    background-color: var(--color-soft-grey);
  }
  .bg-soft-white {
    background-color: var(--color-soft-white);
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-light-grey\/60 {
    --tw-gradient-from: color-mix(in srgb, #d3dade 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-light-grey) 60%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .\[mask-image\:linear-gradient\(to_bottom\,white\,transparent\)\] {
    mask-image: linear-gradient(to bottom,white,transparent);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .\[mask-size\:100\%_100\%\] {
    mask-size: 100% 100%;
  }
  .\[mask-repeat\:no-repeat\] {
    mask-repeat: no-repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .px-padding {
    padding-inline: var(--padding-padding);
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .pt-\[15px\] {
    padding-top: 15px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .pt-\[150px\] {
    padding-top: 150px;
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-\[5px\] {
    padding-bottom: 5px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[65px\] {
    padding-bottom: 65px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pb-\[100px\] {
    padding-bottom: 100px;
  }
  .pb-\[115px\] {
    padding-bottom: 115px;
  }
  .pb-\[130px\] {
    padding-bottom: 130px;
  }
  .pb-\[150px\] {
    padding-bottom: 150px;
  }
  .pb-\[250px\] {
    padding-bottom: 250px;
  }
  .pb-padding {
    padding-bottom: var(--padding-padding);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-left {
    text-align: left;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.14\] {
    --tw-leading: 1.14;
    line-height: 1.14;
  }
  .leading-\[1\.35\] {
    --tw-leading: 1.35;
    line-height: 1.35;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-soft-white {
    color: var(--color-soft-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-350 {
    --tw-duration: 350ms;
    transition-duration: 350ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-650 {
    --tw-duration: 650ms;
    transition-duration: 650ms;
  }
  .duration-800 {
    --tw-duration: 800ms;
    transition-duration: 800ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .\*\:transition-transform {
    :is(& > *) {
      transition-property: transform, translate, scale, rotate;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:scale-\[0\.6\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 0.6;
      }
    }
  }
  .group-hover\:scale-\[1\.1\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.1;
      }
    }
  }
  .group-hover\:scale-\[1\.9\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.9;
      }
    }
  }
  .group-hover\:opacity-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 0%;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .first\:border-t {
    &:first-child {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .hover\:border-l-blue {
    &:hover {
      @media (hover: hover) {
        border-left-color: var(--color-blue);
      }
    }
  }
  .hover\:bg-soft-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-soft-white);
      }
    }
  }
  .hover\:font-bold {
    &:hover {
      @media (hover: hover) {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
      }
    }
  }
  .sm\:order-1 {
    @media (width >= 40rem) {
      order: 1;
    }
  }
  .sm\:order-2 {
    @media (width >= 40rem) {
      order: 2;
    }
  }
  .sm\:order-first {
    @media (width >= 40rem) {
      order: -9999;
    }
  }
  .sm\:order-last {
    @media (width >= 40rem) {
      order: 9999;
    }
  }
  .sm\:mt-\[100px\] {
    @media (width >= 40rem) {
      margin-top: 100px;
    }
  }
  .sm\:mb-\[80px\] {
    @media (width >= 40rem) {
      margin-bottom: 80px;
    }
  }
  .sm\:mb-\[150px\] {
    @media (width >= 40rem) {
      margin-bottom: 150px;
    }
  }
  .sm\:mb-\[200px\] {
    @media (width >= 40rem) {
      margin-bottom: 200px;
    }
  }
  .sm\:mb-\[250px\] {
    @media (width >= 40rem) {
      margin-bottom: 250px;
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:h-\[200px\] {
    @media (width >= 40rem) {
      height: 200px;
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 40rem) {
      width: calc(1/2 * 100%);
    }
  }
  .sm\:w-2\/5 {
    @media (width >= 40rem) {
      width: calc(2/5 * 100%);
    }
  }
  .sm\:w-\[50\%\] {
    @media (width >= 40rem) {
      width: 50%;
    }
  }
  .sm\:w-\[122px\] {
    @media (width >= 40rem) {
      width: 122px;
    }
  }
  .sm\:w-\[145px\] {
    @media (width >= 40rem) {
      width: 145px;
    }
  }
  .sm\:w-\[176px\] {
    @media (width >= 40rem) {
      width: 176px;
    }
  }
  .sm\:w-\[450px\] {
    @media (width >= 40rem) {
      width: 450px;
    }
  }
  .sm\:w-\[530px\] {
    @media (width >= 40rem) {
      width: 530px;
    }
  }
  .sm\:w-full {
    @media (width >= 40rem) {
      width: 100%;
    }
  }
  .sm\:max-w-1\/2 {
    @media (width >= 40rem) {
      max-width: calc(1/2 * 100%);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-4 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:flex-row-reverse {
    @media (width >= 40rem) {
      flex-direction: row-reverse;
    }
  }
  .sm\:justify-between {
    @media (width >= 40rem) {
      justify-content: space-between;
    }
  }
  .sm\:gap-\[17px\] {
    @media (width >= 40rem) {
      gap: 17px;
    }
  }
  .sm\:self-end {
    @media (width >= 40rem) {
      align-self: flex-end;
    }
  }
  .sm\:p-\[20px\] {
    @media (width >= 40rem) {
      padding: 20px;
    }
  }
  .sm\:px-\[50px\] {
    @media (width >= 40rem) {
      padding-inline: 50px;
    }
  }
  .sm\:pt-\[80px\] {
    @media (width >= 40rem) {
      padding-top: 80px;
    }
  }
  .sm\:pt-\[200px\] {
    @media (width >= 40rem) {
      padding-top: 200px;
    }
  }
  .sm\:pt-\[250px\] {
    @media (width >= 40rem) {
      padding-top: 250px;
    }
  }
  .sm\:pt-\[260px\] {
    @media (width >= 40rem) {
      padding-top: 260px;
    }
  }
  .sm\:pt-\[300px\] {
    @media (width >= 40rem) {
      padding-top: 300px;
    }
  }
  .sm\:pb-\[50px\] {
    @media (width >= 40rem) {
      padding-bottom: 50px;
    }
  }
  .sm\:pb-\[150px\] {
    @media (width >= 40rem) {
      padding-bottom: 150px;
    }
  }
  .sm\:pb-\[250px\] {
    @media (width >= 40rem) {
      padding-bottom: 250px;
    }
  }
  .sm\:pb-\[280px\] {
    @media (width >= 40rem) {
      padding-bottom: 280px;
    }
  }
  .sm\:text-\[22px\] {
    @media (width >= 40rem) {
      font-size: 22px;
    }
  }
  .sm\:text-\[30px\] {
    @media (width >= 40rem) {
      font-size: 30px;
    }
  }
  .sm\:text-\[36px\] {
    @media (width >= 40rem) {
      font-size: 36px;
    }
  }
  .sm\:text-\[50px\] {
    @media (width >= 40rem) {
      font-size: 50px;
    }
  }
  .sm\:text-\[70px\] {
    @media (width >= 40rem) {
      font-size: 70px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:w-2\/5 {
    @media (width >= 64rem) {
      width: calc(2/5 * 100%);
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
}
@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/inter/Inter-VariableFont.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TheSans";
  src: url("../assets/fonts/TheSansC5/TheSansC5-4_SemiLight.woff2") format("woff2");
  font-weight: 350;
  font-style: normal;
}
@font-face {
  font-family: "TheSans";
  src: url("../assets/fonts/TheSansC5/TheSansC5-4_SemiLightItalic.woff2") format("woff2");
  font-weight: 350;
  font-style: italic;
}
@font-face {
  font-family: "TheSans";
  src: url("../assets/fonts/TheSansC5/TheSansC5-7_Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "TheSans";
  src: url("../assets/fonts/TheSansC5/TheSansC5-7_BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@layer base {
  body {
    font-family: var(--font-thesans);
    --tw-leading: 1.1;
    line-height: 1.1;
    color: var(--color-blue);
  }
  @media (max-width: 640px) {
    :root {
      --padding-padding: 20px;
    }
  }
  button, a {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  p {
    margin-block-start: 0;
    margin-block-end: 0;
  }
  .home-h2 {
    margin-bottom: 15px;
    font-size: 22px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    @media (width >= 40rem) {
      margin-bottom: 25px;
    }
  }
  .single h1 {
    --tw-tracking: -0.04em;
    letter-spacing: -0.04em;
  }
  .page-legal h1 {
    margin-bottom: 45px;
    font-size: 26px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    @media (width >= 40rem) {
      font-size: 36px;
    }
  }
  .page-legal p {
    margin-bottom: 15px;
    font-size: 20px;
    --tw-leading: 1.4;
    line-height: 1.4;
    @media (width >= 40rem) {
      margin-bottom: 25px;
    }
  }
}
@layer components {
  header {
    pointer-events: none;
    position: fixed;
    right: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: var(--padding-padding);
    color: var(--color-blue);
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 500ms;
    transition-duration: 500ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .header--hidden {
    transform: translateY(-100%);
  }
  header.header-white {
    color: var(--color-white);
  }
  header.header-white path {
    fill: var(--color-white);
  }
  .menu-main .current-menu-item, .menu-main .current-menu-ancestor {
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color-blue);
  }
  header.header-white .menu-main .current-menu-item, header.header-white .menu-main .current-menu-ancestor {
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color-soft-white);
  }
  .menu-main > li {
    padding-inline: 20px;
  }
  .menu-main a:hover {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .menu-main .sub-menu {
    display: none;
    font-size: 12px;
    max-width: 130px;
  }
  .menu-main .sub-menu li {
    line-height: 1.6;
    margin-bottom: 8px;
  }
  .menu-main .current-menu-ancestor > .sub-menu, .menu-main .current-menu-item > .sub-menu {
    display: block;
    position: absolute;
    margin-top: 25px;
  }
  .menu-main .current-menu-ancestor > .sub-menu.sub-menu--hidden, .menu-main .current-menu-item > .sub-menu.sub-menu--hidden {
    display: none;
  }
  #mobile-menu {
    position: fixed;
    inset: calc(var(--spacing) * 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--color-blue);
    text-align: center;
    vertical-align: middle;
    color: var(--color-soft-white);
  }
  .wpml-ls-sub-menu {
    display: none;
  }
  .footer-menu li:hover, .contact:hover {
    text-decoration-line: underline;
  }
  .footer-legal-menu li:hover {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .button-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--spacing) * 2);
    align-self: flex-start;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-blue);
    padding: 10px;
    font-size: 15px;
    color: var(--color-blue);
    text-transform: uppercase;
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-soft-white);
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-soft-white);
      }
    }
  }
  .button-link--inverted {
    border-color: var(--color-soft-white);
    color: var(--color-soft-white);
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-blue);
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-light-blue);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue);
      }
    }
  }
  .button-link--large {
    width: 255px;
  }
  .button-link--small {
    padding: 8px;
    font-size: 12px;
  }
  .arrow-link {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: transparent;
    color: var(--color-blue);
    &:hover {
      @media (hover: hover) {
        border-color: currentcolor;
      }
    }
  }
  .hero-image {
    margin-bottom: 20px;
    aspect-ratio: 4/3;
    width: 100%;
    overflow: hidden;
    @media (width >= 40rem) {
      margin-bottom: 60px;
    }
    @media (width >= 48rem) {
      aspect-ratio: 17/7;
    }
  }
  .hero-image-100vh {
    height: 100vh;
    width: 100%;
    overflow: hidden;
  }
  .img-cover {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .hero-text {
    padding: var(--padding-padding);
    font-size: 25px;
    --tw-leading: 1.10;
    line-height: 1.10;
    color: var(--color-soft-white);
    @media (width >= 40rem) {
      padding-bottom: 50px;
    }
    @media (width >= 40rem) {
      font-size: 50px;
    }
    @media (width >= 80rem) {
      width: 60%;
    }
  }
  .page-que-hacemos .hero-text {
    color: var(--color-blue);
  }
  .news-text-container {
    width: 100%;
    font-size: 18px;
    --tw-leading: 1.3;
    line-height: 1.3;
    @media (width >= 40rem) {
      max-width: 90%;
    }
    @media (width >= 40rem) {
      font-size: 25px;
    }
    @media (width >= 64rem) {
      max-width: 70%;
    }
  }
  .news-text-container p {
    margin-block-end: 1em;
  }
  .single-text-cont-small {
    margin-bottom: 50px;
    width: 100%;
    font-size: 18px;
    --tw-leading: 1.3;
    line-height: 1.3;
    @media (width >= 40rem) {
      margin-bottom: 150px;
    }
    @media (width >= 40rem) {
      max-width: 90%;
    }
    @media (width >= 40rem) {
      font-size: 25px;
    }
    @media (width >= 64rem) {
      max-width: 60%;
    }
  }
  .single-text-cont-large {
    margin-bottom: 50px;
    margin-left: auto;
    width: 100%;
    font-size: 30px;
    @media (width >= 40rem) {
      margin-bottom: 150px;
    }
    @media (width >= 40rem) {
      max-width: 90%;
    }
    @media (width >= 40rem) {
      font-size: 40px;
    }
    @media (width >= 64rem) {
      max-width: 70%;
    }
  }
  .single-grid {
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: var(--gap);
    row-gap: 50px;
    @media (width >= 40rem) {
      margin-bottom: 150px;
    }
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .single-grid h2, .single-grid h3, .single-grid h5, .single-grid strong {
    margin-bottom: 30px;
    font-size: 30px;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    text-transform: capitalize;
    @media (width >= 40rem) {
      font-size: 36px;
    }
  }
  .single-grid p {
    margin-bottom: 20px;
    font-size: 20px;
    --tw-leading: 1.35;
    line-height: 1.35;
  }
  .pdf-card {
    margin-bottom: 25px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-blue);
    padding: 15px;
  }
  .project-card {
    margin-bottom: 25px;
    display: flex;
    width: 100%;
    flex-direction: row;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-blue);
    padding: 15px;
    & .group {
      display: flex;
    }
    & .group {
      width: 100%;
    }
    & .group {
      flex-direction: column-reverse;
    }
    & .group {
      justify-content: space-between;
    }
    & .group {
      gap: 15px;
    }
    & h3 {
      margin-bottom: 25px;
    }
    & h3 {
      font-size: 36px;
    }
    & p {
      font-size: 20px;
    }
  }
  .image-horizontal {
    aspect-ratio: 4/3;
    width: 100%;
    object-fit: cover;
    @media (width >= 40rem) {
      height: 100%;
    }
    @media (width >= 40rem) {
      width: 240px;
    }
  }
  .image-vertical {
    aspect-ratio: 4/3;
    width: 100%;
    object-fit: cover;
  }
  .js-wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu {
    display: block;
  }
  .que-hacemos-text h3 {
    margin-bottom: calc(var(--spacing) * 5);
    font-size: 26px;
    @media (width >= 40rem) {
      font-size: 36px;
    }
  }
  .que-hacemos-text p {
    font-size: 18px;
    @media (width >= 40rem) {
      font-size: 20px;
    }
  }
}
@layer utilities {
  .flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .max-width {
    margin-inline: auto;
    max-width: 1920px;
  }
  .top-padding {
    padding-top: 160px;
    @media (width >= 40rem) {
      padding-top: 260px;
    }
  }
  .entry-title {
    margin-bottom: 20px;
    width: 100%;
    font-size: 30px;
    @media (width >= 40rem) {
      margin-bottom: 100px;
    }
    @media (width >= 40rem) {
      max-width: 70%;
    }
    @media (width >= 40rem) {
      font-size: 70px;
    }
  }
  .entry-title--single {
    @media (width >= 40rem) {
      margin-bottom: 50px;
    }
  }
  .entry-title--family {
    @media (width >= 40rem) {
      font-size: 36px;
    }
  }
  .section-title {
    margin-bottom: 25px;
    font-size: 30px;
    @media (width >= 40rem) {
      font-size: 50px;
    }
  }
  .section-intro-text {
    font-size: 20px;
    @media (width >= 40rem) {
      font-size: 35px;
    }
  }
  .section-pt {
    padding-top: calc(var(--spacing) * 20);
    @media (width >= 40rem) {
      padding-top: 200px;
    }
  }
  .toggle-icon {
    position: relative;
    height: 40px;
    width: 40px;
    cursor: pointer;
  }
  .toggle-icon::before, .toggle-icon::after {
    position: absolute;
    top: calc(1/2 * 100%);
    left: calc(1/2 * 100%);
    background-color: var(--color-blue);
    content: "";
    width: 40px;
    height: 1px;
    transform: translate(-50%, -50%);
  }
  .toggle-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .toggle-icon.open::after {
    display: none;
  }
}
@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-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@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;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --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;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-tracking: initial;
    }
  }
}
