/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer legacy;
@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-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --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-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --blur-sm: 8px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-inter-display: 'Inter Display', ui-sans-serif, system-ui, sans-serif;
    --font-barlow-condensed: 'Barlow Condensed', ui-sans-serif, system-ui, sans-serif;
    --Publicum-Void: color(display-p3 0 0 0);
    --color-void: var(--Publicum-Void, color(display-p3 0 0 0));
    --Publicum-Ember: color(display-p3 0.929 0.275 0.251);
    --color-ember: var(--Publicum-Ember, #ED4640);
    --Publicum-Iris-Green: color(display-p3 0.5529 0.8275 0.5333);
    --color-iris-green: var(--Publicum-Iris-Green, #8DD388);
    --Publicum-Obsidian: color(display-p3 0.0863 0.1098 0.1098);
    --Publicum-Puma-Red: color(display-p3 0.769 0.133 0.075);
    --color-puma-red: var(--Publicum-Puma-Red, #C42213);
    --Publicum-Ash: #D1D1D1;
    --Publicum-Chalk: color(display-p3 0.95 0.95 0.95);
    --color-chalk: var(--Publicum-Chalk, #F2F2F2);
    --Prestige-Midnight-Forest: #01150B;
    --color-midnight-forest: var(--Prestige-Midnight-Forest, #01150B);
  }
}
@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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .-mt-6 {
    margin-top: calc(var(--spacing) * -6);
  }
  .-mt-19 {
    margin-top: calc(var(--spacing) * -19);
  }
  .-mt-28 {
    margin-top: calc(var(--spacing) * -28);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[3\.75rem\] {
    margin-top: 3.75rem;
  }
  .mt-auto {
    margin-top: auto;
  }
  .-mr-2 {
    margin-right: calc(var(--spacing) * -2);
  }
  .-mr-3 {
    margin-right: calc(var(--spacing) * -3);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-13 {
    margin-bottom: calc(var(--spacing) * 13);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-3\.5 {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-1\.75 {
    height: calc(var(--spacing) * 1.75);
  }
  .h-2\.75 {
    height: calc(var(--spacing) * 2.75);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-13\.5 {
    height: calc(var(--spacing) * 13.5);
  }
  .h-18 {
    height: calc(var(--spacing) * 18);
  }
  .h-19 {
    height: calc(var(--spacing) * 19);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-50 {
    height: calc(var(--spacing) * 50);
  }
  .h-55 {
    height: calc(var(--spacing) * 55);
  }
  .h-132\.5 {
    height: calc(var(--spacing) * 132.5);
  }
  .h-\[18rem\] {
    height: 18rem;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .min-h-120 {
    min-height: calc(var(--spacing) * 120);
  }
  .min-h-130 {
    min-height: calc(var(--spacing) * 130);
  }
  .w-1\.75 {
    width: calc(var(--spacing) * 1.75);
  }
  .w-2\.75 {
    width: calc(var(--spacing) * 2.75);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-127 {
    width: calc(var(--spacing) * 127);
  }
  .w-\[calc\(100vw-3rem\)\] {
    width: calc(100vw - 3rem);
  }
  .w-\[calc\(100vw-5\.5rem\)\] {
    width: calc(100vw - 5.5rem);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-38 {
    max-width: calc(var(--spacing) * 38);
  }
  .max-w-62 {
    max-width: calc(var(--spacing) * 62);
  }
  .max-w-78 {
    max-width: calc(var(--spacing) * 78);
  }
  .max-w-300 {
    max-width: calc(var(--spacing) * 300);
  }
  .max-w-304 {
    max-width: calc(var(--spacing) * 304);
  }
  .max-w-355\.75 {
    max-width: calc(var(--spacing) * 355.75);
  }
  .max-w-360 {
    max-width: calc(var(--spacing) * 360);
  }
  .max-w-\[5\.625rem\] {
    max-width: 5.625rem;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-40 {
    min-width: calc(var(--spacing) * 40);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .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;
  }
  .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }
  .snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
  }
  .snap-center {
    scroll-snap-align: center;
  }
  .scrollbar-none {
    scrollbar-width: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .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-3 {
    gap: calc(var(--spacing) * 3);
  }
  .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 {
    gap: calc(var(--spacing) * 8);
  }
  .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-13 {
    gap: calc(var(--spacing) * 13);
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-\[\#D1D1D1\] {
    :where(& > :not(:last-child)) {
      border-color: #D1D1D1;
    }
  }
  .divide-white {
    :where(& > :not(:last-child)) {
      border-color: var(--color-white);
    }
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .self-stretch {
    align-self: stretch;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[1\.5rem\] {
    border-radius: 1.5rem;
  }
  .rounded-\[1\.25rem\] {
    border-radius: 1.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-3xl {
    border-top-left-radius: var(--radius-3xl);
    border-top-right-radius: var(--radius-3xl);
  }
  .rounded-l-3xl {
    border-top-left-radius: var(--radius-3xl);
    border-bottom-left-radius: var(--radius-3xl);
  }
  .rounded-r-3xl {
    border-top-right-radius: var(--radius-3xl);
    border-bottom-right-radius: var(--radius-3xl);
  }
  .rounded-b-3xl {
    border-bottom-right-radius: var(--radius-3xl);
    border-bottom-left-radius: var(--radius-3xl);
  }
  .rounded-b-xl {
    border-bottom-right-radius: var(--radius-xl);
    border-bottom-left-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-\[\#C42213\] {
    border-color: #C42213;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-black\/15 {
    border-color: color-mix(in srgb, #000 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 15%, transparent);
    }
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#171C1C\] {
    background-color: #171C1C;
  }
  .bg-\[\#05140C\] {
    background-color: #05140C;
  }
  .bg-\[\#C42213\] {
    background-color: #C42213;
  }
  .bg-\[\#ED4640\] {
    background-color: #ED4640;
  }
  .bg-\[\#F2F2F2\] {
    background-color: #F2F2F2;
  }
  .bg-\[rgba\(0\,0\,0\,0\.85\)\] {
    background-color: rgba(0,0,0,0.85);
  }
  .bg-\[rgba\(24\,38\,19\,0\.2\)\] {
    background-color: rgba(24,38,19,0.2);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-ember {
    background-color: var(--color-ember);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .px-30 {
    padding-inline: calc(var(--spacing) * 30);
  }
  .px-\[12\.6875rem\] {
    padding-inline: 12.6875rem;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-15 {
    padding-block: calc(var(--spacing) * 15);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-7\.5 {
    padding-top: calc(var(--spacing) * 7.5);
  }
  .pt-9 {
    padding-top: calc(var(--spacing) * 9);
  }
  .pt-13 {
    padding-top: calc(var(--spacing) * 13);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-32 {
    padding-top: calc(var(--spacing) * 32);
  }
  .pt-36 {
    padding-top: calc(var(--spacing) * 36);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-13 {
    padding-bottom: calc(var(--spacing) * 13);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-barlow-condensed {
    font-family: var(--font-barlow-condensed);
  }
  .font-inter-display {
    font-family: var(--font-inter-display);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[0\.8125rem\] {
    font-size: 0.8125rem;
  }
  .text-\[1\.5rem\] {
    font-size: 1.5rem;
  }
  .text-\[1\.75rem\] {
    font-size: 1.75rem;
  }
  .text-\[1\.125rem\] {
    font-size: 1.125rem;
  }
  .text-\[1\.375rem\] {
    font-size: 1.375rem;
  }
  .text-\[1\.0625rem\] {
    font-size: 1.0625rem;
  }
  .text-\[1\.875rem\] {
    font-size: 1.875rem;
  }
  .text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
  .text-\[2\.25rem\] {
    font-size: 2.25rem;
  }
  .text-\[3\.5rem\] {
    font-size: 3.5rem;
  }
  .leading-\[100\%\] {
    --tw-leading: 100%;
    line-height: 100%;
  }
  .leading-\[120\%\] {
    --tw-leading: 120%;
    line-height: 120%;
  }
  .leading-\[140\%\] {
    --tw-leading: 140%;
    line-height: 140%;
  }
  .leading-\[145\%\] {
    --tw-leading: 145%;
    line-height: 145%;
  }
  .leading-\[150\%\] {
    --tw-leading: 150%;
    line-height: 150%;
  }
  .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);
  }
  .tracking-\[-0\.0625rem\] {
    --tw-tracking: -0.0625rem;
    letter-spacing: -0.0625rem;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#05140C\] {
    color: #05140C;
  }
  .text-\[\#C42213\] {
    color: #C42213;
  }
  .text-\[\#D1D1D1\] {
    color: #D1D1D1;
  }
  .text-\[\#ED4640\] {
    color: #ED4640;
  }
  .text-chalk {
    color: var(--color-chalk);
  }
  .text-ember {
    color: var(--color-ember);
  }
  .text-iris-green {
    color: var(--color-iris-green);
  }
  .text-midnight-forest {
    color: var(--color-midnight-forest);
  }
  .text-void {
    color: var(--color-void);
  }
  .text-void\/65 {
    color: color-mix(in srgb, color(display-p3 0 0 0) 65%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-void) 65%, transparent);
    }
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-10 {
    opacity: 10%;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-65 {
    opacity: 65%;
  }
  .opacity-85 {
    opacity: 85%;
  }
  .mix-blend-plus-lighter {
    mix-blend-mode: plus-lighter;
  }
  .mix-blend-screen {
    mix-blend-mode: screen;
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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-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-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .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\:bg-\[\#F2F2F2\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #F2F2F2;
      }
    }
  }
  .first\:pt-0 {
    &:first-child {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .last\:pb-0 {
    &:last-child {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .hover\:bg-\[\#D43A34\] {
    &:hover {
      @media (hover: hover) {
        background-color: #D43A34;
      }
    }
  }
  .hover\:text-\[\#C42213\] {
    &:hover {
      @media (hover: hover) {
        color: #C42213;
      }
    }
  }
  .hover\:text-void {
    &:hover {
      @media (hover: hover) {
        color: var(--color-void);
      }
    }
  }
  .hover\:text-void\/65 {
    &:hover {
      @media (hover: hover) {
        color: color-mix(in srgb, color(display-p3 0 0 0) 65%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-void) 65%, transparent);
        }
      }
    }
  }
  .hover\:opacity-75 {
    &:hover {
      @media (hover: hover) {
        opacity: 75%;
      }
    }
  }
  .lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:my-5 {
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 5);
    }
  }
  .lg\:-mt-10 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * -10);
    }
  }
  .lg\:-mt-22 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * -22);
    }
  }
  .lg\:-mt-44 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * -44);
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-5 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .lg\:mb-24 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 24);
    }
  }
  .lg\:ml-0 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline {
    @media (width >= 64rem) {
      display: inline;
    }
  }
  .lg\:size-4\.5 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 4.5);
      height: calc(var(--spacing) * 4.5);
    }
  }
  .lg\:h-12 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 12);
    }
  }
  .lg\:h-20 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 20);
    }
  }
  .lg\:h-22 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 22);
    }
  }
  .lg\:h-39 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 39);
    }
  }
  .lg\:h-90 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 90);
    }
  }
  .lg\:h-107\.5 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 107.5);
    }
  }
  .lg\:h-140 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 140);
    }
  }
  .lg\:h-150 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 150);
    }
  }
  .lg\:h-225 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 225);
    }
  }
  .lg\:h-full {
    @media (width >= 64rem) {
      height: 100%;
    }
  }
  .lg\:min-h-0 {
    @media (width >= 64rem) {
      min-height: calc(var(--spacing) * 0);
    }
  }
  .lg\:w-70 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 70);
    }
  }
  .lg\:w-71\.25 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 71.25);
    }
  }
  .lg\:w-95 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 95);
    }
  }
  .lg\:w-96\.75 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 96.75);
    }
  }
  .lg\:w-122 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 122);
    }
  }
  .lg\:w-131\.5 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 131.5);
    }
  }
  .lg\:w-173 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 173);
    }
  }
  .lg\:w-\[24\.1875rem\] {
    @media (width >= 64rem) {
      width: 24.1875rem;
    }
  }
  .lg\:w-\[36\.875rem\] {
    @media (width >= 64rem) {
      width: 36.875rem;
    }
  }
  .lg\:w-\[40\.667\%\] {
    @media (width >= 64rem) {
      width: 40.667%;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:max-w-60 {
    @media (width >= 64rem) {
      max-width: calc(var(--spacing) * 60);
    }
  }
  .lg\:max-w-\[43\.25rem\] {
    @media (width >= 64rem) {
      max-width: 43.25rem;
    }
  }
  .lg\:max-w-full {
    @media (width >= 64rem) {
      max-width: 100%;
    }
  }
  .lg\:flex-1 {
    @media (width >= 64rem) {
      flex: 1;
    }
  }
  .lg\:shrink-0 {
    @media (width >= 64rem) {
      flex-shrink: 0;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-wrap {
    @media (width >= 64rem) {
      flex-wrap: wrap;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:items-stretch {
    @media (width >= 64rem) {
      align-items: stretch;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-0 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-2 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .lg\:gap-4 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-6 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-10 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:gap-12 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:gap-24 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 24);
    }
  }
  .lg\:gap-30\.25 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 30.25);
    }
  }
  .lg\:gap-\[7\.5rem\] {
    @media (width >= 64rem) {
      gap: 7.5rem;
    }
  }
  .lg\:gap-x-2 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 2);
    }
  }
  .lg\:divide-x {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-divide-x-reverse: 0;
        border-inline-style: var(--tw-border-style);
        border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
        border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
      }
    }
  }
  .lg\:divide-\[\#D1D1D1\] {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        border-color: #D1D1D1;
      }
    }
  }
  .lg\:overflow-hidden {
    @media (width >= 64rem) {
      overflow: hidden;
    }
  }
  .lg\:overflow-visible {
    @media (width >= 64rem) {
      overflow: visible;
    }
  }
  .lg\:rounded-2xl {
    @media (width >= 64rem) {
      border-radius: var(--radius-2xl);
    }
  }
  .lg\:rounded-3xl {
    @media (width >= 64rem) {
      border-radius: var(--radius-3xl);
    }
  }
  .lg\:rounded-\[2\.5rem\] {
    @media (width >= 64rem) {
      border-radius: 2.5rem;
    }
  }
  .lg\:rounded-t-\[2\.5rem\] {
    @media (width >= 64rem) {
      border-top-left-radius: 2.5rem;
      border-top-right-radius: 2.5rem;
    }
  }
  .lg\:border {
    @media (width >= 64rem) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .lg\:border-0 {
    @media (width >= 64rem) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .lg\:border-t-0 {
    @media (width >= 64rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
  }
  .lg\:border-b-0 {
    @media (width >= 64rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .lg\:border-\[\#D1D1D1\] {
    @media (width >= 64rem) {
      border-color: #D1D1D1;
    }
  }
  .lg\:border-\[\#ED4640\] {
    @media (width >= 64rem) {
      border-color: #ED4640;
    }
  }
  .lg\:p-6 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .lg\:p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-2 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .lg\:px-2\.5 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 2.5);
    }
  }
  .lg\:px-4 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .lg\:px-5 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .lg\:px-30 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 30);
    }
  }
  .lg\:px-50\.75 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 50.75);
    }
  }
  .lg\:py-16 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .lg\:py-24 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .lg\:py-36 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 36);
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-2 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 2);
    }
  }
  .lg\:pt-5 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 5);
    }
  }
  .lg\:pt-16 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .lg\:pt-36 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 36);
    }
  }
  .lg\:pt-40 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 40);
    }
  }
  .lg\:pt-\[9\.8rem\] {
    @media (width >= 64rem) {
      padding-top: 9.8rem;
    }
  }
  .lg\:pr-2 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 2);
    }
  }
  .lg\:pr-5 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 5);
    }
  }
  .lg\:pr-6 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 6);
    }
  }
  .lg\:pr-36 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 36);
    }
  }
  .lg\:pb-0 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:pb-4 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 4);
    }
  }
  .lg\:pb-16 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .lg\:pb-24 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }
  .lg\:pb-25 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 25);
    }
  }
  .lg\:pb-46 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 46);
    }
  }
  .lg\:pl-4 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 4);
    }
  }
  .lg\:pl-16 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 16);
    }
  }
  .lg\:pl-25\.5 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 25.5);
    }
  }
  .lg\:pl-30 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 30);
    }
  }
  .lg\:pl-127 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 127);
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-right {
    @media (width >= 64rem) {
      text-align: right;
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-8xl {
    @media (width >= 64rem) {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:text-\[1\.0625rem\] {
    @media (width >= 64rem) {
      font-size: 1.0625rem;
    }
  }
  .lg\:text-\[2\.125rem\] {
    @media (width >= 64rem) {
      font-size: 2.125rem;
    }
  }
  .lg\:text-\[4\.25rem\] {
    @media (width >= 64rem) {
      font-size: 4.25rem;
    }
  }
  .\[\&_img\]\:h-\[0\.875rem\] {
    & img {
      height: 0.875rem;
    }
  }
  .\[\&_img\]\:w-\[0\.875rem\] {
    & img {
      width: 0.875rem;
    }
  }
  .\[\&_p\]\:mb-0 {
    & p {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .\[\&_p\]\:mb-3 {
    & p {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .\[\&_p\]\:mb-4 {
    & p {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .\[\&_p\:last-child\]\:mb-0 {
    & p:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .\[\&_svg\]\:block {
    & svg {
      display: block;
    }
  }
  .\[\&_svg\]\:h-\[0\.875rem\] {
    & svg {
      height: 0.875rem;
    }
  }
  .\[\&_svg\]\:h-full {
    & svg {
      height: 100%;
    }
  }
  .\[\&_svg\]\:w-\[0\.875rem\] {
    & svg {
      width: 0.875rem;
    }
  }
  .\[\&_svg\]\:w-full {
    & svg {
      width: 100%;
    }
  }
  .\[\&_ul\]\:mt-4 {
    & ul {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .lg\:\[\&_ul\]\:grid {
    @media (width >= 64rem) {
      & ul {
        display: grid;
      }
    }
  }
  .lg\:\[\&_ul\]\:grid-cols-2 {
    @media (width >= 64rem) {
      & ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
  }
  .lg\:\[\&_ul\]\:gap-x-6 {
    @media (width >= 64rem) {
      & ul {
        column-gap: calc(var(--spacing) * 6);
      }
    }
  }
  .\[\&\:\:-webkit-scrollbar\]\:hidden {
    &::-webkit-scrollbar {
      display: none;
    }
  }
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/inter-display/InterVariable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Display';
  src: url('../fonts/inter-display/InterVariable-Italic.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/Barlow_Condensed/BarlowCondensed-Thin.woff2') format('woff2'), url('../fonts/Barlow_Condensed/BarlowCondensed-Thin.woff') format('woff'), url('../fonts/Barlow_Condensed/BarlowCondensed-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/Barlow_Condensed/BarlowCondensed-ThinItalic.woff2') format('woff2'), url('../fonts/Barlow_Condensed/BarlowCondensed-ThinItalic.woff') format('woff'), url('../fonts/Barlow_Condensed/BarlowCondensed-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/Barlow_Condensed/BarlowCondensed-ExtraLight.woff2') format('woff2'), url('../fonts/Barlow_Condensed/BarlowCondensed-ExtraLight.woff') format('woff'), url('../fonts/Barlow_Condensed/BarlowCondensed-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/Barlow_Condensed/BarlowCondensed-ExtraLightItalic.woff2') format('woff2'), url('../fonts/Barlow_Condensed/BarlowCondensed-ExtraLightItalic.woff') format('woff'), url('../fonts/Barlow_Condensed/BarlowCondensed-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/Barlow_Condensed/BarlowCondensed-Light.woff2') format('woff2'), url('../fonts/Barlow_Condensed/BarlowCondensed-Light.woff') format('woff'), url('../fonts/Barlow_Condensed/BarlowCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/Barlow_Condensed/BarlowCondensed-LightItalic.woff2') format('woff2'), url('../fonts/Barlow_Condensed/BarlowCondensed-LightItalic.woff') format('woff'), url('../fonts/Barlow_Condensed/BarlowCondensed-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/Barlow_Condensed/BarlowCondensed-Regular.woff2') format('woff2'), url('../fonts/Barlow_Condensed/BarlowCondensed-Regular.woff') format('woff'), url('../fonts/Barlow_Condensed/BarlowCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/Barlow_Condensed/BarlowCondensed-Italic.woff2') format('woff2'), url('../fonts/Barlow_Condensed/BarlowCondensed-Italic.woff') format('woff'), url('../fonts/Barlow_Condensed/BarlowCondensed-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/Barlow_Condensed/BarlowCondensed-Medium.woff2') format('woff2'), url('../fonts/Barlow_Condensed/BarlowCondensed-Medium.woff') format('woff'), url('../fonts/Barlow_Condensed/BarlowCondensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/Barlow_Condensed/BarlowCondensed-MediumItalic.woff2') format('woff2'), url('../fonts/Barlow_Condensed/BarlowCondensed-MediumItalic.woff') format('woff'), url('../fonts/Barlow_Condensed/BarlowCondensed-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/Barlow_Condensed/BarlowCondensed-SemiBold.woff2') format('woff2'), url('../fonts/Barlow_Condensed/BarlowCondensed-SemiBold.woff') format('woff'), url('../fonts/Barlow_Condensed/BarlowCondensed-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/Barlow_Condensed/BarlowCondensed-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Barlow_Condensed/BarlowCondensed-SemiBoldItalic.woff') format('woff'), url('../fonts/Barlow_Condensed/BarlowCondensed-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/Barlow_Condensed/BarlowCondensed-Bold.woff2') format('woff2'), url('../fonts/Barlow_Condensed/BarlowCondensed-Bold.woff') format('woff'), url('../fonts/Barlow_Condensed/BarlowCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/Barlow_Condensed/BarlowCondensed-BoldItalic.woff2') format('woff2'), url('../fonts/Barlow_Condensed/BarlowCondensed-BoldItalic.woff') format('woff'), url('../fonts/Barlow_Condensed/BarlowCondensed-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/Barlow_Condensed/BarlowCondensed-ExtraBold.woff2') format('woff2'), url('../fonts/Barlow_Condensed/BarlowCondensed-ExtraBold.woff') format('woff'), url('../fonts/Barlow_Condensed/BarlowCondensed-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/Barlow_Condensed/BarlowCondensed-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/Barlow_Condensed/BarlowCondensed-ExtraBoldItalic.woff') format('woff'), url('../fonts/Barlow_Condensed/BarlowCondensed-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/Barlow_Condensed/BarlowCondensed-Black.woff2') format('woff2'), url('../fonts/Barlow_Condensed/BarlowCondensed-Black.woff') format('woff'), url('../fonts/Barlow_Condensed/BarlowCondensed-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/Barlow_Condensed/BarlowCondensed-BlackItalic.woff2') format('woff2'), url('../fonts/Barlow_Condensed/BarlowCondensed-BlackItalic.woff') format('woff'), url('../fonts/Barlow_Condensed/BarlowCondensed-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@layer base {
  body {
    font-family: var(--font-inter-display);
  }
}
@layer components {
  .btn {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 10);
    padding: calc(var(--spacing) * 3) calc(var(--spacing) * 5);
    border-radius: calc(infinity * 1px);
    background-color: transparent;
    border: none;
    font-family: var(--font-inter-display);
    font-weight: 700;
    font-size: 1.0625rem;
    line-height: 145%;
    color: #fff;
    letter-spacing: 0;
    white-space: nowrap;
    text-decoration: none;
    text-transform: none;
    transition: opacity 150ms ease;
    cursor: pointer;
  }
  .btn:hover {
    opacity: 0.85;
    text-decoration: none;
  }
  .btn-primary {
    background-color: var(--color-ember);
  }
  .btn-secondary {
    border: 1px solid var(--color-ember);
  }
  .btn-secondary .btn-icon {
    color: var(--color-ember);
  }
  .btn-dark {
    background-color: var(--color-void);
  }
  .btn-dark .btn-icon {
    color: var(--color-iris-green);
  }
  .btn-white {
    background-color: #fff;
    color: var(--color-void);
  }
  .btn-white .btn-icon {
    color: var(--color-iris-green);
  }
  .btn-chalk {
    background-color: #F2F2F2;
    color: var(--color-void);
  }
  .btn-chalk .btn-icon {
    color: var(--color-iris-green);
  }
  #masthead {
    transition: transform 300ms ease;
  }
  #masthead.header-hidden {
    transform: translateY(-110%);
  }
  #mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: calc(calc(var(--spacing) * 19) - var(--radius-xl));
    left: calc(var(--spacing) * 1);
    right: calc(var(--spacing) * 1);
    max-height: calc(100dvh - (calc(var(--spacing) * 19) - var(--radius-xl)));
    overflow-y: auto;
    z-index: 60;
    background-color: #F2F2F2;
    border-radius: 0 0 var(--radius-xl) var(--radius-xl);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.75rem);
    transition: opacity 250ms ease, visibility 250ms ease, transform 250ms ease;
    pointer-events: none;
  }
  #mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  #mobile-menu-toggle .hamburger-icon, #mobile-menu-toggle .close-icon {
    transition: opacity 250ms ease;
  }
  #mobile-menu-toggle .close-icon {
    opacity: 0;
    pointer-events: none;
  }
  #mobile-menu-toggle.menu-open .hamburger-icon {
    opacity: 0;
    pointer-events: none;
  }
  #mobile-menu-toggle.menu-open .close-icon {
    opacity: 1;
    pointer-events: auto;
  }
}
@layer utilities {
  .split-item-overlay {
    background: linear-gradient(to top, #171C1C 0%, color-mix(in srgb, #171C1C 60%, transparent) 60%, transparent 100%);
  }
}
@layer utilities {
  .checkmark-list ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .checkmark-list ul li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .checkmark-list ul li::before {
    content: '';
    display: block;
    width: 0.875rem;
    height: 0.875rem;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M2 7.5L5.5 11L12 3' stroke='%23C42213' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@layer utilities {
  .nav-dropdown {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.375rem);
    transition: opacity 200ms ease, visibility 200ms ease, transform 200ms ease;
    pointer-events: none;
  }
  .is-open > .nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .is-open .nav-dropdown-toggle svg {
    transform: rotate(180deg);
  }
}
@layer utilities {
  .faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 250ms ease;
  }
  .faq-answer > div {
    overflow: hidden;
    min-height: 0;
  }
  .faq-item.is-open .faq-answer {
    grid-template-rows: 1fr;
  }
  .faq-item .faq-icon-close {
    display: none;
  }
  .faq-item.is-open .faq-icon-plus {
    display: none;
  }
  .faq-item.is-open .faq-icon-close {
    display: flex;
  }
}
@layer components {
  .post-body {
    & p, & li {
      font-family: var(--font-inter-display);
      font-weight: 500;
      font-size: 1rem;
      line-height: 1.65;
      color: #000;
      opacity: 0.8;
    }
    & p {
      margin-bottom: 0;
    }
    & p + p {
      margin-top: 1em;
    }
    & h2, & h3 {
      font-family: var(--font-barlow-condensed);
      font-weight: 500;
      font-size: 1.875rem;
      line-height: 1;
      text-transform: uppercase;
      color: #000;
      opacity: 1;
      margin-top: 3.25rem;
      margin-bottom: 1.75rem;
    }
    & h4, & h5, & h6 {
      font-family: var(--font-inter-display);
      font-weight: 700;
      font-size: 1rem;
      line-height: 1.45;
      color: #000;
    }
    & ul, & ol {
      list-style: disc;
      padding-left: 1.875rem;
    }
    & ol {
      list-style: decimal;
    }
    & a {
      color: var(--color-puma-red);
    }
    & a:hover {
      opacity: 0.75;
    }
    & img {
      border-radius: 1rem;
      width: 100%;
      height: auto;
      display: block;
    }
    & figcaption, & .wp-caption-text {
      font-family: var(--font-inter-display);
      font-weight: 500;
      font-size: 0.9375rem;
      line-height: 1.4;
      opacity: 0.6;
      margin-top: 0.75rem;
    }
    & blockquote {
      border-left: 3px solid var(--color-puma-red);
      padding-left: 1.25rem;
      opacity: 0.8;
    }
    & figure {
      width: 100% !important;
      margin-top: 3.25rem !important;
    }
    @media (min-width: 64rem) {
      & p, & li {
        font-size: 1.25rem;
      }
      & h2, & h3 {
        font-size: 3rem;
        margin-top: 6rem;
        margin-bottom: 2.5rem;
      }
      & h4, & h5, & h6 {
        font-size: 1.0625rem;
      }
      & img {
        border-radius: 1.5rem;
      }
      & figcaption, & .wp-caption-text {
        font-size: 1.0625rem;
      }
      & figure {
        margin-top: 6rem !important;
      }
    }
  }
}
@layer components {
  .contact-section-form .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .contact-section-form p {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .contact-section-form label {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 0.25rem;
    row-gap: 0.75rem;
    font-family: var(--font-inter-display);
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 1.45;
    color: black;
  }
  @media (min-width: 64rem) {
    .contact-section-form label {
      row-gap: 1rem;
    }
  }
  .contact-section-form .wpcf7-form-control-wrap {
    flex: 0 0 100%;
  }
  .contact-section-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .contact-section-form select {
    width: 100%;
    height: 3.9375rem;
    padding: 0 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    font-family: var(--font-inter-display);
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.4;
    color: black;
    background: white;
    outline: none;
    transition: border-color 200ms ease;
    appearance: none;
  }
  .contact-section-form select {
    padding-right: 3rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M2 4l3.5 3.5L9 4' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.25rem center;
    background-size: 0.6875rem;
    cursor: pointer;
  }
  .contact-section-form textarea {
    width: 100%;
    min-height: 15rem;
    padding: 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    font-family: var(--font-inter-display);
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.4;
    color: black;
    background: white;
    resize: vertical;
    outline: none;
    transition: border-color 200ms ease;
  }
  .contact-section-form input:focus:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .contact-section-form select:focus, .contact-section-form textarea:focus {
    border-color: rgba(0, 0, 0, 0.6);
  }
  .contact-section-form input::placeholder, .contact-section-form textarea::placeholder {
    opacity: 0.5;
  }
  .contact-section-form .wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    font-size: 0.9375rem;
    opacity: 0.65;
    cursor: pointer;
  }
  .contact-section-form .wpcf7-acceptance input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    margin-top: 0.125rem;
    flex-shrink: 0;
    accent-color: var(--color-puma-red);
    cursor: pointer;
  }
  .contact-section-form .cf7-optional {
    color: rgba(0, 0, 0, 0.65);
    font-weight: 500;
  }
  .contact-section-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
  }
  @media (max-width: 63.9375rem) {
    .contact-section-form .codedropz-upload-wrapper {
      padding: 1.25rem !important;
      border-radius: 0.75rem !important;
    }
    .contact-section-form .codedropz-upload-container {
      border: none !important;
      padding: 0 !important;
      background: none !important;
    }
    .contact-section-form .codedropz-upload-inner::before, .contact-section-form .codedropz-upload-inner h3, .contact-section-form .codedropz-upload-inner > span {
      display: none !important;
    }
    .contact-section-form .codedropz-upload-inner {
      gap: 0 !important;
    }
    .contact-section-form .codedropz-btn-wrap {
      width: 100% !important;
    }
    .contact-section-form .cd-upload-btn {
      width: 100% !important;
      justify-content: center !important;
      font-size: 1rem !important;
    }
  }
  .contact-section-form .codedropz-upload-wrapper {
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.02);
    padding: 1.5rem;
    border-radius: 1rem;
  }
  .contact-section-form .codedropz-upload-handler {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    border: none !important;
    padding: 0 !important;
    background: none !important;
    border-radius: 0 !important;
  }
  .contact-section-form .codedropz-upload-container {
    border: 1px dashed rgba(0, 0, 0, 0.3);
    border-radius: 0.5rem;
    padding: 1.5rem !important;
  }
  .contact-section-form .codedropz-upload-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    text-align: center;
  }
  .contact-section-form .codedropz-upload-inner::before {
    content: '';
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 0.65;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 39' fill='none'%3E%3Cpath d='M32 35a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3h18l10 10V35z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 17.9L16.5 12.2 11 17.9' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5 12.2v15.7' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .contact-section-form .codedropz-upload-inner h3 {
    font-family: var(--font-inter-display);
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.4;
    color: black;
    opacity: 0.65;
    text-align: center;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
  }
  .contact-section-form .codedropz-upload-inner > span {
    font-family: var(--font-inter-display);
    font-weight: 500;
    font-size: 0.8125rem;
    color: black;
    opacity: 0.65;
  }
  .contact-section-form .cd-upload-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid var(--color-puma-red);
    border-radius: 9999px;
    padding: 0.75rem 1.25rem;
    font-family: var(--font-inter-display);
    font-weight: 700;
    font-size: 1.0625rem;
    line-height: 1.45;
    color: var(--color-puma-red) !important;
    text-decoration: none;
    transition: opacity 150ms ease;
    white-space: nowrap;
  }
  .contact-section-form .cd-upload-btn::before {
    content: '';
    display: block;
    width: 0.875rem;
    height: 0.875rem;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M7.5 1v13M1 7.5h13' stroke='%23C42213' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .contact-section-form .cd-upload-btn:hover {
    opacity: 0.75;
  }
  .contact-section-form .codedropz-upload-wrapper:not(:has(.dnd-upload-status)) .dnd-upload-counter {
    display: none !important;
  }
  .contact-section-form .dnd-upload-counter {
    display: flex !important;
    align-items: center !important;
    gap: 0.25rem !important;
    font-family: var(--font-inter-display) !important;
    font-weight: 500 !important;
    font-size: 0.8125rem !important;
    color: black !important;
    opacity: 0.65 !important;
    white-space: nowrap !important;
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    margin: 0.75rem 0 0 !important;
    width: 100% !important;
  }
  .contact-section-form .codedropz-upload-handler + .dnd-upload-status {
    margin-top: 0.5rem !important;
  }
  .contact-section-form .dnd-upload-counter::before {
    content: '';
    flex: 1;
    height: 1px;
    background: black;
    opacity: 0.2;
    margin-right: 0.75rem;
  }
  .contact-section-form .dnd-upload-counter::after {
    content: '';
    flex: 1;
    height: 1px;
    background: black;
    opacity: 0.2;
    margin-left: 0.75rem;
  }
  .contact-section-form .dnd-upload-status {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 0.5rem !important;
    width: 100% !important;
    padding: 0.625rem 0 !important;
    margin: 0 !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  .contact-section-form .dnd-upload-image {
    flex-shrink: 0 !important;
    width: 0.875rem !important;
    height: 0.875rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin-right: 0.5rem !important;
  }
  .contact-section-form .dnd-upload-image .file {
    display: block !important;
    width: 0.875rem !important;
    height: 0.75rem !important;
    border: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 12' fill='none'%3E%3Cpath d='M0.5 7.5L3.23 11.01C3.32212 11.1297 3.44016 11.2269 3.57525 11.2945C3.71034 11.362 3.85898 11.3982 4.01 11.4C4.15859 11.4018 4.3057 11.3703 4.44063 11.3081C4.57555 11.2458 4.6949 11.1542 4.79 11.04L13.5 0.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transform: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
  }
  .contact-section-form .dnd-upload-status:not(.complete) .dnd-upload-image {
    display: none !important;
  }
  .contact-section-form .dnd-upload-details {
    flex: 1 !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    gap: 0 0.5rem !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
  }
  .contact-section-form .dnd-upload-details .name {
    grid-column: 1 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-family: var(--font-inter-display) !important;
    font-weight: 500 !important;
    font-size: 1.0625rem !important;
    color: #515151 !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .contact-section-form .dnd-upload-details .name > span {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
  .contact-section-form .dnd-upload-details .name em {
    display: none !important;
  }
  .contact-section-form .dnd-upload-details > span:has(input[type="hidden"]) {
    display: none !important;
  }
  .contact-section-form .dnd-upload-details .remove-file {
    grid-column: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 0.875rem !important;
    height: 0.875rem !important;
    text-decoration: none !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    transition: opacity 150ms ease;
  }
  .contact-section-form .dnd-upload-details .remove-file:hover {
    opacity: 0.6;
  }
  .contact-section-form .dnd-icon-remove {
    display: block !important;
    position: relative !important;
    width: 0.875rem !important;
    height: 0.875rem !important;
    background: none !important;
  }
  .contact-section-form .dnd-icon-remove::before, .contact-section-form .dnd-icon-remove::after {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    width: 100% !important;
    height: 1.5px !important;
    background: var(--color-puma-red) !important;
  }
  .contact-section-form .dnd-icon-remove::before {
    transform: translateY(-50%) rotate(45deg) !important;
  }
  .contact-section-form .dnd-icon-remove::after {
    transform: translateY(-50%) rotate(-45deg) !important;
  }
  .contact-section-form .dnd-upload-details > span:not(.name):not(.dnd-progress-bar):not(:has(input)) {
    grid-column: 1 !important;
    font-family: var(--font-inter-display) !important;
    font-weight: 500 !important;
    font-size: 0.8125rem !important;
    color: black !important;
    opacity: 0.65 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .contact-section-form .dnd-progress-bar {
    grid-column: 1 / -1 !important;
    height: 2px !important;
    background: rgba(0, 0, 0, 0.08) !important;
    border-radius: 9999px !important;
    overflow: hidden !important;
    margin-top: 0.3rem !important;
    border: none !important;
  }
  .contact-section-form .dnd-progress-bar > span {
    display: block !important;
    height: 100% !important;
    background: var(--color-puma-red) !important;
    border-radius: 9999px !important;
    font-size: 0 !important;
    line-height: 0 !important;
    transition: width 300ms ease;
  }
  .contact-section-form .dnd-upload-status.complete .dnd-progress-bar {
    display: none !important;
  }
  .contact-section-form p.submit-row {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    position: relative;
  }
  .contact-section-form p.submit-row .wpcf7-spinner {
    position: absolute !important;
    top: calc(100% + 0.5rem);
    left: 50%;
    transform: translateX(-50%);
  }
  .contact-section-form input[type="submit"] {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    height: auto;
    padding: 0.75rem 1.25rem 0.75rem 1.25rem;
    padding-right: 3rem;
    background-color: black;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M1.5 8L14.5 8' stroke='%238DD388' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 11.5L14.5 8L11 4.5' stroke='%238DD388' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.125rem center;
    background-size: 1rem;
    color: white;
    border: none;
    border-radius: 9999px;
    font-family: var(--font-inter-display);
    font-weight: 700;
    font-size: 1.0625rem;
    line-height: 1.45;
    cursor: pointer;
    transition: opacity 150ms ease;
  }
  .contact-section-form input[type="submit"]:hover {
    opacity: 0.85;
  }
  .contact-section-form .wpcf7-not-valid {
    border-color: var(--color-puma-red) !important;
  }
  .contact-section-form .wpcf7-not-valid-tip {
    font-family: var(--font-inter-display);
    font-size: 0.8125rem;
    color: var(--color-puma-red);
    margin-top: 0.25rem;
    display: block;
  }
  .contact-section-form .wpcf7-response-output {
    font-family: var(--font-inter-display);
    font-size: 0.9375rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid currentColor;
  }
  @media (min-width: 64rem) {
    .contact-section-form .wpcf7-form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2.5rem 2.5rem;
    }
    .contact-section-form .wpcf7-form > p.full, .contact-section-form .wpcf7-form > p.submit-row, .contact-section-form .wpcf7-form > .wpcf7-response-output, .contact-section-form .wpcf7-form > p:has(textarea), .contact-section-form .wpcf7-form > p:has(input[type="submit"]) {
      grid-column: 1 / -1;
    }
  }
}
@layer utilities {
  .home-hero__overlay {
    background-image: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.17) 60%, rgba(0,0,0,0.85) 100%), linear-gradient(90deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.42) 50%, rgba(0,0,0,0.77) 100%);
  }
  @media (min-width: 64rem) {
    .home-hero__overlay {
      background-image: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.17) 60%, rgba(0,0,0,0.85) 100%), linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0.63) 100%);
    }
  }
}
@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-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@property --tw-divide-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-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-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-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-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-scroll-snap-strictness: proximity;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-divide-x-reverse: 0;
    }
  }
}
