/*! tailwindcss v4.1.12 | 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-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --tracking-wide: 0.0001em;
    --radius-4xl: 2rem;
    --aspect-video: 16 / 9;
    --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-accent: #fff400;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .-top-10 {
    top: calc(var(--spacing) * -10);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-\[20\%\] {
    top: 20%;
  }
  .top-\[26\%\] {
    top: 26%;
  }
  .top-\[47\%\] {
    top: 47%;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .top-\[52\%\] {
    top: 52%;
  }
  .top-\[60\%\] {
    top: 60%;
  }
  .top-\[61\%\] {
    top: 61%;
  }
  .top-\[75\%\] {
    top: 75%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-10 {
    right: calc(var(--spacing) * 10);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-40 {
    left: calc(var(--spacing) * 40);
  }
  .left-\[26\%\] {
    left: 26%;
  }
  .left-\[30\%\] {
    left: 30%;
  }
  .left-\[43\%\] {
    left: 43%;
  }
  .left-\[49\%\] {
    left: 49%;
  }
  .left-\[55\%\] {
    left: 55%;
  }
  .left-\[59\%\] {
    left: 59%;
  }
  .left-\[64\%\] {
    left: 64%;
  }
  .left-\[73\%\] {
    left: 73%;
  }
  .left-\[76\%\] {
    left: 76%;
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-10 {
    z-index: 10;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }
  .size-32 {
    width: calc(var(--spacing) * 32);
    height: calc(var(--spacing) * 32);
  }
  .h-30 {
    height: calc(var(--spacing) * 30);
  }
  .h-\[105px\] {
    height: 105px;
  }
  .h-\[140px\] {
    height: 140px;
  }
  .h-\[185px\] {
    height: 185px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[100dvh\] {
    max-height: 100dvh;
  }
  .min-h-20 {
    min-height: calc(var(--spacing) * 20);
  }
  .min-h-\[13px\] {
    min-height: 13px;
  }
  .min-h-\[100dvh\] {
    min-height: 100dvh;
  }
  .w-\[105px\] {
    width: 105px;
  }
  .w-\[110px\] {
    width: 110px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[170px\] {
    width: 170px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[860px\] {
    max-width: 860px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1365px\] {
    max-width: 1365px;
  }
  .max-w-\[1465px\] {
    max-width: 1465px;
  }
  .min-w-\[21px\] {
    min-width: 21px;
  }
  .-translate-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-10\/12 {
    --tw-translate-y: calc(calc(10/12 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .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;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[17px\] {
    border-radius: 17px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-b-4xl {
    border-bottom-right-radius: var(--radius-4xl);
    border-bottom-left-radius: var(--radius-4xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-accent {
    border-color: var(--color-accent);
  }
  .bg-accent {
    background-color: var(--color-accent);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-\[100px\] {
    padding-block: 100px;
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-\[104px\] {
    padding-top: 104px;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[140px\] {
    --tw-leading: 140px;
    line-height: 140px;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-accent {
    color: var(--color-accent);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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,);
  }
  .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));
  }
  .group-hover\:bg-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:border-white {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-white);
      }
    }
  }
  .hover\:bg-accent {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-accent);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-accent {
    &:hover {
      @media (hover: hover) {
        color: var(--color-accent);
      }
    }
  }
  .focus\:top-0 {
    &:focus {
      top: calc(var(--spacing) * 0);
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:text-left {
    @media (width >= 40rem) {
      text-align: left;
    }
  }
  .sm\:text-2xl {
    @media (width >= 40rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:bottom-30 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 30);
    }
  }
  .md\:left-0 {
    @media (width >= 48rem) {
      left: calc(var(--spacing) * 0);
    }
  }
  .md\:min-h-\[26px\] {
    @media (width >= 48rem) {
      min-height: 26px;
    }
  }
  .md\:min-h-\[100dvh\] {
    @media (width >= 48rem) {
      min-height: 100dvh;
    }
  }
  .md\:min-h-screen {
    @media (width >= 48rem) {
      min-height: 100vh;
    }
  }
  .md\:w-8\/12 {
    @media (width >= 48rem) {
      width: calc(8/12 * 100%);
    }
  }
  .md\:w-\[287px\] {
    @media (width >= 48rem) {
      width: 287px;
    }
  }
  .md\:min-w-\[42px\] {
    @media (width >= 48rem) {
      min-width: 42px;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-3 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .md\:overflow-auto {
    @media (width >= 48rem) {
      overflow: auto;
    }
  }
  .md\:px-20 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .md\:pt-4 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  .md\:pt-30 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 30);
    }
  }
  .md\:pb-3 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 3);
    }
  }
  .md\:text-justify {
    @media (width >= 48rem) {
      text-align: justify;
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-\[37px\] {
    @media (width >= 48rem) {
      font-size: 37px;
    }
  }
  .md\:leading-\[30px\] {
    @media (width >= 48rem) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:right-30 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 30);
    }
  }
  .lg\:left-30 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * 30);
    }
  }
  .lg\:left-auto {
    @media (width >= 64rem) {
      left: auto;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:-mb-40 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * -40);
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:aspect-\[9\/16\] {
    @media (width >= 64rem) {
      aspect-ratio: 9/16;
    }
  }
  .lg\:h-\[210px\] {
    @media (width >= 64rem) {
      height: 210px;
    }
  }
  .lg\:h-\[280px\] {
    @media (width >= 64rem) {
      height: 280px;
    }
  }
  .lg\:h-\[375px\] {
    @media (width >= 64rem) {
      height: 375px;
    }
  }
  .lg\:w-\[210px\] {
    @media (width >= 64rem) {
      width: 210px;
    }
  }
  .lg\:w-\[220px\] {
    @media (width >= 64rem) {
      width: 220px;
    }
  }
  .lg\:w-\[300px\] {
    @media (width >= 64rem) {
      width: 300px;
    }
  }
  .lg\:w-\[340px\] {
    @media (width >= 64rem) {
      width: 340px;
    }
  }
  .lg\:max-w-\[630px\] {
    @media (width >= 64rem) {
      max-width: 630px;
    }
  }
  .lg\:-translate-y-60 {
    @media (width >= 64rem) {
      --tw-translate-y: calc(var(--spacing) * -60);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:px-30 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 30);
    }
  }
  .lg\:py-\[60px\] {
    @media (width >= 64rem) {
      padding-block: 60px;
    }
  }
  .lg\:pt-20 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:text-justify {
    @media (width >= 64rem) {
      text-align: justify;
    }
  }
  .lg\:text-3xl {
    @media (width >= 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:text-6xl {
    @media (width >= 64rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .lg\:text-\[30px\] {
    @media (width >= 64rem) {
      font-size: 30px;
    }
  }
  .lg\:text-\[54px\] {
    @media (width >= 64rem) {
      font-size: 54px;
    }
  }
  .lg\:leading-\[54px\] {
    @media (width >= 64rem) {
      --tw-leading: 54px;
      line-height: 54px;
    }
  }
}
.container {
  margin: 0 auto;
}
section {
  position: relative;
  overflow: hidden auto;
}
.marquee {
  overflow: hidden;
  position: relative;
  height: 80px;
}
@media (max-width: 768px) {
  .marquee {
    height: 50px;
  }
}
.marquee .marquee-container {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: center;
  -moz-animation: scroll-left 2s linear infinite;
  -webkit-animation: scroll-left 2s linear infinite;
  animation: scroll-left 20s linear infinite;
}
.marquee .marquee-container span {
  margin-top: 8px;
}
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  0% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.gallery img {
  border-radius: 20px;
}
@font-face {
  font-family: 'defonte';
  src: url(/assets/fonts/DeFontePlus-Normale.ttf);
  font-weight: 100 900;
}
* {
  font-family: 'defonte';
  letter-spacing: 0.00001em;
}
.container {
  width: 95%;
  @media (width >=40rem) {
    max-width: 95%;
  }
  @media (width >=48rem) {
    max-width: 95%;
  }
  @media (width >=64rem) {
    max-width: 95%;
  }
  @media (width >=80rem) {
    max-width: 95%;
  }
  @media (width >=96rem) {
    max-width: 95%;
  }
}
a:focus, button:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.header {
  background-color: transparent;
  transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
.header-hidden {
  transform: translateY(-100%);
}
.header-solid {
  background-color: var(--color-black);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.icon-arrow {
  mask-image: url(/assets/images/icon-arrow.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.icon-plus {
  mask-image: url(/assets/images/icon-plus.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.icon-play {
  mask-image: url(/assets/images/icon-play.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.icon-fb {
  mask-image: url(/assets/images/icon-fb.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.icon-ig {
  mask-image: url(/assets/images/icon-ig.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.icon-x {
  mask-image: url(/assets/images/icon-x.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.icon-yt {
  mask-image: url(/assets/images/icon-yt.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.factores-title {
  max-width: 90%;
  font-size: 145px;
  line-height: 140px;
}
.factores-subtitle {
  max-width: 90%;
}
.slider-factores .slick-slide div {
  width: 100%;
}
.hero-title span.subrayado {
  text-decoration: underline;
  text-decoration-color: var(--color-accent);
  text-underline-offset: 12px;
  text-decoration-thickness: 6px;
  transition: text-decoration-thickness 0.1s ease, text-decoration-color 0.1s ease, text-underline-offset 0.1s ease;
}
.hero-title span {
  transition: text-decoration-thickness 0.1s ease, text-decoration-color 0.1s ease, text-underline-offset 0.1s ease;
  text-decoration-thickness: 0;
  text-decoration-color: transparent;
  text-underline-offset: 0;
}
.hero-title span.subrayado {
  text-decoration: underline;
  text-decoration-color: var(--color-accent);
  text-underline-offset: 12px;
  text-decoration-thickness: 6px;
  animation: underline-fadein 1s forwards;
}
.hero-title span.subrayado * {
  text-decoration: underline;
  text-decoration-color: var(--color-accent);
  text-underline-offset: 12px;
  text-decoration-thickness: 6px;
  animation: underline-fadein 1s forwards;
}
@keyframes underline-fadein {
  from {
    text-decoration-color: transparent;
    text-decoration-thickness: 0;
    text-underline-offset: 0;
  }
  to {
    text-decoration-color: var(--color-accent);
    text-decoration-thickness: 6px;
    text-underline-offset: 12px;
  }
}
@media (max-width: 1023px) {
  @keyframes underline-fadein {
    from {
      text-decoration-color: transparent;
      text-decoration-thickness: 0;
      text-underline-offset: 0;
    }
    to {
      text-decoration-color: var(--color-accent);
      text-decoration-thickness: 3px;
      text-underline-offset: 6px;
    }
  }
}
@media (max-width: 1440px) {
  .factores-title {
    font-size: 120px;
    line-height: 120px;
  }
}
@media (max-width: 1220px) {
  .factores-title {
    font-size: 82px;
    line-height: 75px;
  }
}
@media (max-width: 768px) {
  .factores-title {
    font-size: 42px;
    line-height: 40px;
  }
}
.datos-card {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.47);
}
.datos-card-bg {
  position: absolute;
  z-index: 0;
  top: 2.5%;
  left: 2.5%;
  width: 95%;
  height: 95%;
}
.datos-card-img--mobile {
  display: none;
}
.datos-card-img--dsk {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.datos-card-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: nowrap;
  will-change: transform;
  backface-visibility: hidden;
}
.datos-icon {
  min-width: 65px;
  max-width: 65px;
  height: auto;
  aspect-ratio: 1;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background-color: var(--color-accent);
  transform: rotate(45deg);
}
.datos-icon:hover {
  background-color: var(--color-white);
}
.datos-text-container {
  background-color: rgba(0, 0, 0, 0.50);
  backdrop-filter: blur(1px);
  border-radius: 12px;
  padding: 8px;
}
.datos-title {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: var(--color-accent);
  margin-bottom: 12px;
}
.datos-description {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: var(--color-white);
}
@media (max-width: 1024px) {
  .datos-card {
    position: relative;
    aspect-ratio: 9 / 16;
    height: auto;
    max-height: 100dvh;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .datos-card-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 2.5%;
    width: 95%;
    height: 100%;
  }
  .datos-card-img--mobile {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }
  .datos-card-text {
    display: flex;
    position: relative;
    width: 100%;
    gap: 24px;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    transform: none;
    height: 100%;
  }
  .datos-icon {
    pointer-events: none;
    width: 48px;
    height: 48px;
    transform: none;
    background-color: var(--color-accent);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
  .datos-card-img--dsk {
    display: none;
  }
  .datos-title {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: var(--color-accent);
    margin-bottom: 12px;
  }
  .datos-description {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: var(--color-white);
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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;
}
@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-border-style: solid;
      --tw-leading: initial;
      --tw-tracking: 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;
    }
  }
}
