/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Gilroy', 'Helvetica Neue', Arial, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --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-secondary: #e63000;
    --color-bg: #000000;
    --color-text: #333333;
  }
}
@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;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .inset-x-\[5px\] {
    inset-inline: 5px;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-\[-4\.69\%\] {
    top: -4.69%;
  }
  .top-\[-5\.07\%\] {
    top: -5.07%;
  }
  .top-\[-160px\] {
    top: -160px;
  }
  .top-\[80px\] {
    top: 80px;
  }
  .top-\[180px\] {
    top: 180px;
  }
  .top-\[239px\] {
    top: 239px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .right-\[-60px\] {
    right: -60px;
  }
  .right-\[-155px\] {
    right: -155px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[5px\] {
    bottom: 5px;
  }
  .bottom-\[70px\] {
    bottom: 70px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .z-\[1100\] {
    z-index: 1100;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .container {
    width: 100%;
    max-width: 1300px;
    margin-inline: auto;
    padding-inline: 20px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-\[3px\] {
    margin-top: 3px;
  }
  .mt-\[52px\] {
    margin-top: 52px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-11\.25 {
    margin-bottom: calc(var(--spacing) * 11.25);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .ml-auto {
    margin-left: auto;
  }
  .\!block {
    display: block !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[353\/232\] {
    aspect-ratio: 353/232;
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-\[14px\] {
    width: 14px;
    height: 14px;
  }
  .size-\[18px\] {
    width: 18px;
    height: 18px;
  }
  .size-\[42px\] {
    width: 42px;
    height: 42px;
  }
  .size-\[54px\] {
    width: 54px;
    height: 54px;
  }
  .size-\[58px\] {
    width: 58px;
    height: 58px;
  }
  .size-\[420px\] {
    width: 420px;
    height: 420px;
  }
  .\!h-auto {
    height: auto !important;
  }
  .\!h-full {
    height: 100% !important;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-\[8px\] {
    height: 8px;
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[47px\] {
    height: 47px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[54px\] {
    height: 54px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[74px\] {
    height: 74px;
  }
  .h-\[96\.93\%\] {
    height: 96.93%;
  }
  .h-\[99px\] {
    height: 99px;
  }
  .h-\[104\.92\%\] {
    height: 104.92%;
  }
  .h-\[220px\] {
    height: 220px;
  }
  .h-\[232px\] {
    height: 232px;
  }
  .h-\[240px\] {
    height: 240px;
  }
  .h-\[265px\] {
    height: 265px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[303px\] {
    height: 303px;
  }
  .h-\[328px\] {
    height: 328px;
  }
  .h-\[391px\] {
    height: 391px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-\[34px\] {
    max-height: 34px;
  }
  .min-h-\[265px\] {
    min-height: 265px;
  }
  .min-h-\[363px\] {
    min-height: 363px;
  }
  .min-h-\[482px\] {
    min-height: 482px;
  }
  .min-h-\[499px\] {
    min-height: 499px;
  }
  .min-h-\[calc\(100svh-60px\)\] {
    min-height: calc(100svh - 60px);
  }
  .min-h-dvh {
    min-height: 100dvh;
  }
  .\!w-\[308px\] {
    width: 308px !important;
  }
  .\!w-\[353px\] {
    width: 353px !important;
  }
  .\!w-full {
    width: 100% !important;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[34px\] {
    width: 34px;
  }
  .w-\[58px\] {
    width: 58px;
  }
  .w-\[125px\] {
    width: 125px;
  }
  .w-\[220px\] {
    width: 220px;
  }
  .w-\[227px\] {
    width: 227px;
  }
  .w-\[299px\] {
    width: 299px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[353px\] {
    width: 353px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[567px\] {
    width: 567px;
  }
  .w-\[609px\] {
    width: 609px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\[190px\] {
    max-width: 190px;
  }
  .max-w-\[313px\] {
    max-width: 313px;
  }
  .max-w-\[353px\] {
    max-width: 353px;
  }
  .max-w-\[374px\] {
    max-width: 374px;
  }
  .max-w-\[390px\] {
    max-width: 390px;
  }
  .max-w-\[403px\] {
    max-width: 403px;
  }
  .max-w-\[489px\] {
    max-width: 489px;
  }
  .max-w-\[520px\] {
    max-width: 520px;
  }
  .max-w-\[529px\] {
    max-width: 529px;
  }
  .max-w-\[540px\] {
    max-width: 540px;
  }
  .max-w-\[589px\] {
    max-width: 589px;
  }
  .max-w-\[603px\] {
    max-width: 603px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-\[748px\] {
    max-width: 748px;
  }
  .max-w-\[898px\] {
    max-width: 898px;
  }
  .max-w-\[920px\] {
    max-width: 920px;
  }
  .max-w-\[1260px\] {
    max-width: 1260px;
  }
  .max-w-\[1262px\] {
    max-width: 1262px;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .max-w-\[calc\(100vw-40px\)\] {
    max-width: calc(100vw - 40px);
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[7px\] {
    --tw-translate-y: calc(7px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[7px\] {
    --tw-translate-y: 7px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-\[0\.96\] {
    scale: 0.96;
  }
  .-rotate-45 {
    rotate: calc(45deg * -1);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-\[54px_1fr\] {
    grid-template-columns: 54px 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .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;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[14px\] {
    gap: 14px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-y-2\.5 {
    row-gap: calc(var(--spacing) * 2.5);
  }
  .self-center {
    align-self: center;
  }
  .self-start {
    align-self: flex-start;
  }
  .\!overflow-visible {
    overflow: visible !important;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-\[19px\] {
    border-radius: 19px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[25px\] {
    border-radius: 25px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-tl-\[30px\] {
    border-top-left-radius: 30px;
  }
  .rounded-tr-\[30px\] {
    border-top-right-radius: 30px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#2f2f2f\] {
    border-color: #2f2f2f;
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-white\/12 {
    border-color: color-mix(in srgb, #fff 12%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 12%, transparent);
    }
  }
  .border-white\/15 {
    border-color: color-mix(in srgb, #fff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .border-white\/\[0\.19\] {
    border-color: color-mix(in srgb, #fff 19%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 19%, transparent);
    }
  }
  .bg-\[\#0f0f0f\] {
    background-color: #0f0f0f;
  }
  .bg-\[\#1a1a1a\] {
    background-color: #1a1a1a;
  }
  .bg-\[\#1c1c1c\]\/50 {
    background-color: color-mix(in oklab, #1c1c1c 50%, transparent);
  }
  .bg-\[\#2d2d2e\]\/50 {
    background-color: color-mix(in oklab, #2d2d2e 50%, transparent);
  }
  .bg-\[\#2f2f2f\] {
    background-color: #2f2f2f;
  }
  .bg-\[\#080808\]\/95 {
    background-color: color-mix(in oklab, #080808 95%, transparent);
  }
  .bg-\[\#090909\] {
    background-color: #090909;
  }
  .bg-\[\#121212\] {
    background-color: #121212;
  }
  .bg-\[\#121212\]\/70 {
    background-color: color-mix(in oklab, #121212 70%, transparent);
  }
  .bg-\[\#141414\] {
    background-color: #141414;
  }
  .bg-\[\#171717\] {
    background-color: #171717;
  }
  .bg-\[\#232323\] {
    background-color: #232323;
  }
  .bg-\[\#ec2323\]\/20 {
    background-color: color-mix(in oklab, #ec2323 20%, transparent);
  }
  .bg-\[rgba\(45\,45\,46\,0\.3\)\] {
    background-color: rgba(45,45,46,0.3);
  }
  .bg-\[rgba\(45\,45\,46\,0\.5\)\] {
    background-color: rgba(45,45,46,0.5);
  }
  .bg-black\/10 {
    background-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .bg-black\/70 {
    background-color: color-mix(in srgb, #000 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }
  .bg-black\/90 {
    background-color: color-mix(in srgb, #000 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 90%, transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/5 {
    background-color: color-mix(in srgb, #fff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .bg-white\/\[0\.04\] {
    background-color: color-mix(in srgb, #fff 4%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 4%, transparent);
    }
  }
  .bg-white\/\[0\.05\] {
    background-color: color-mix(in srgb, #fff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .bg-white\/\[0\.06\] {
    background-color: color-mix(in srgb, #fff 6%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 6%, transparent);
    }
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[linear-gradient\(91deg\,\#a9080e_0\%\,\#c52329_52\%\,\#a9080e_101\%\)\] {
    background-image: linear-gradient(91deg,#a9080e 0%,#c52329 52%,#a9080e 101%);
  }
  .bg-\[linear-gradient\(91deg\,\#ff4747_0\%\,\#c80e0e_65\%\)\] {
    background-image: linear-gradient(91deg,#ff4747 0%,#c80e0e 65%);
  }
  .bg-\[linear-gradient\(95deg\,\#ec2323_0\%\,\#c80e0e_65\%\)\] {
    background-image: linear-gradient(95deg,#ec2323 0%,#c80e0e 65%);
  }
  .bg-\[linear-gradient\(99deg\,\#ff2a2a_0\%\,\#c80e0e_65\%\)\] {
    background-image: linear-gradient(99deg,#ff2a2a 0%,#c80e0e 65%);
  }
  .bg-\[linear-gradient\(100\.16deg\,\#ec2323_0\%\,\#c80e0e_65\%\)\] {
    background-image: linear-gradient(100.16deg,#ec2323 0%,#c80e0e 65%);
  }
  .bg-\[linear-gradient\(101deg\,\#ec2323_0\%\,\#c80e0e_65\%\)\] {
    background-image: linear-gradient(101deg,#ec2323 0%,#c80e0e 65%);
  }
  .bg-\[linear-gradient\(102deg\,\#ec2323_0\%\,\#c80e0e_65\%\)\] {
    background-image: linear-gradient(102deg,#ec2323 0%,#c80e0e 65%);
  }
  .bg-\[linear-gradient\(180deg\,rgba\(0\,0\,0\,0\.08\)_0\%\,rgba\(0\,0\,0\,0\.22\)_42\%\,rgba\(0\,0\,0\,0\.88\)_100\%\)\] {
    background-image: linear-gradient(180deg,rgba(0,0,0,0.08) 0%,rgba(0,0,0,0.22) 42%,rgba(0,0,0,0.88) 100%);
  }
  .bg-\[radial-gradient\(circle\,rgba\(200\,14\,14\,0\.68\)_0\%\,rgba\(200\,14\,14\,0\)_68\%\)\] {
    background-image: radial-gradient(circle,rgba(200,14,14,0.68) 0%,rgba(200,14,14,0) 68%);
  }
  .from-\[\#090909\]\/95 {
    --tw-gradient-from: color-mix(in oklab, #090909 95%, transparent);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[rgba\(9\,9\,9\,0\.3\)\] {
    --tw-gradient-from: rgba(9,9,9,0.3);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-\[\#090909\]\/20 {
    --tw-gradient-via: color-mix(in oklab, #090909 20%, transparent);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-\[\#090909\] {
    --tw-gradient-to: #090909;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-clip-text {
    background-clip: text;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-\[90\%_center\] {
    object-position: 90% center;
  }
  .object-center {
    object-position: center;
  }
  .object-left {
    object-position: left;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-3\.75 {
    padding: calc(var(--spacing) * 3.75);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6\.25 {
    padding: calc(var(--spacing) * 6.25);
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[14px\] {
    padding: 14px;
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .p-\[19px\] {
    padding: 19px;
  }
  .p-px {
    padding: 1px;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-\[27px\] {
    padding-inline: 27px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-\[25px\] {
    padding-block: 25px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .pt-1\.25 {
    padding-top: calc(var(--spacing) * 1.25);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-\[26px\] {
    padding-top: 26px;
  }
  .pt-\[52px\] {
    padding-top: 52px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pt-\[90px\] {
    padding-top: 90px;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pt-\[110px\] {
    padding-top: 110px;
  }
  .pt-\[120px\] {
    padding-top: 120px;
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-\[48px\] {
    padding-bottom: 48px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pl-6\.25 {
    padding-left: calc(var(--spacing) * 6.25);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[45px\] {
    font-size: 45px;
  }
  .leading-\[0\.85\] {
    --tw-leading: 0.85;
    line-height: 0.85;
  }
  .leading-\[0\.95\] {
    --tw-leading: 0.95;
    line-height: 0.95;
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.55\] {
    --tw-leading: 1.55;
    line-height: 1.55;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-\[0\.16em\] {
    --tw-tracking: 0.16em;
    letter-spacing: 0.16em;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#8a8a8a\] {
    color: #8a8a8a;
  }
  .text-\[\#8f8f8f\] {
    color: #8f8f8f;
  }
  .text-\[\#888\] {
    color: #888;
  }
  .text-\[\#171717\] {
    color: #171717;
  }
  .text-\[\#676767\] {
    color: #676767;
  }
  .text-\[\#989898\] {
    color: #989898;
  }
  .text-\[\#cdcdcd\] {
    color: #cdcdcd;
  }
  .text-\[\#d0d0d0\] {
    color: #d0d0d0;
  }
  .text-\[\#d6d6d6\] {
    color: #d6d6d6;
  }
  .text-\[\#d7d7d7\] {
    color: #d7d7d7;
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/50 {
    color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .mix-blend-overlay {
    mix-blend-mode: overlay;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[-24px_0_60px_rgba\(0\,0\,0\,0\.45\)\] {
    --tw-shadow: -24px 0 60px var(--tw-shadow-color, rgba(0,0,0,0.45));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_24px_80px_rgba\(0\,0\,0\,0\.35\)\] {
    --tw-shadow: 0 24px 80px var(--tw-shadow-color, rgba(0,0,0,0.35));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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,);
  }
  .blur-\[110px\] {
    --tw-blur: blur(110px);
    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,);
  }
  .blur-\[120px\] {
    --tw-blur: blur(120px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-\[2px\] {
    --tw-backdrop-blur: blur(2px);
    -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,);
  }
  .backdrop-blur-\[4px\] {
    --tw-backdrop-blur: blur(4px);
    -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,);
  }
  .backdrop-blur-\[5px\] {
    --tw-backdrop-blur: blur(5px);
    -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,);
  }
  .backdrop-blur-\[7\.5px\] {
    --tw-backdrop-blur: blur(7.5px);
    -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,);
  }
  .backdrop-blur-\[15px\] {
    --tw-backdrop-blur: blur(15px);
    -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,);
  }
  .backdrop-blur-\[16px\] {
    --tw-backdrop-blur: blur(16px);
    -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;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .sg-btn-red {
    background: linear-gradient(92.78deg, #ec2323 0%, #c80e0e 65%);
  }
  .sg-why-icon-bg {
    background: linear-gradient(91.05deg, #ff4747 0%, #c80e0e 65%);
  }
  .group-hover\:border-transparent {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-color: transparent;
      }
    }
  }
  .group-hover\:bg-\[linear-gradient\(96deg\,\#ec2323_0\%\,\#c80e0e_65\%\)\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-image: linear-gradient(96deg,#ec2323 0%,#c80e0e 65%);
      }
    }
  }
  .group-hover\:text-\[\#ec2323\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #ec2323;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .placeholder\:text-\[\#444\] {
    &::placeholder {
      color: #444;
    }
  }
  .hover\:scale-105 {
    &: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);
      }
    }
  }
  .hover\:border-transparent {
    &:hover {
      @media (hover: hover) {
        border-color: transparent;
      }
    }
  }
  .hover\:border-white\/10 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, #fff 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
        }
      }
    }
  }
  .hover\:border-white\/30 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, #fff 30%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
        }
      }
    }
  }
  .hover\:border-white\/40 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, #fff 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
        }
      }
    }
  }
  .hover\:bg-\[\#1c1c1c\] {
    &:hover {
      @media (hover: hover) {
        background-color: #1c1c1c;
      }
    }
  }
  .hover\:bg-\[\#2d2d2e\]\/70 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #2d2d2e 70%, transparent);
      }
    }
  }
  .hover\:bg-\[\#232323\] {
    &:hover {
      @media (hover: hover) {
        background-color: #232323;
      }
    }
  }
  .hover\:bg-\[\#252525\] {
    &:hover {
      @media (hover: hover) {
        background-color: #252525;
      }
    }
  }
  .hover\:bg-white\/\[0\.04\] {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 4%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 4%, transparent);
        }
      }
    }
  }
  .hover\:bg-\[linear-gradient\(96deg\,\#ec2323_0\%\,\#c80e0e_65\%\)\] {
    &:hover {
      @media (hover: hover) {
        background-image: linear-gradient(96deg,#ec2323 0%,#c80e0e 65%);
      }
    }
  }
  .hover\:bg-\[linear-gradient\(135deg\,\#5e1212_0\%\,\#c80e0e_100\%\)\] {
    &:hover {
      @media (hover: hover) {
        background-image: linear-gradient(135deg,#5e1212 0%,#c80e0e 100%);
      }
    }
  }
  .hover\:text-\[\#ec2323\] {
    &:hover {
      @media (hover: hover) {
        color: #ec2323;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:opacity-70 {
    &:hover {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:grid-cols-4 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:inset-x-2\.5 {
    @media (width >= 64rem) {
      inset-inline: calc(var(--spacing) * 2.5);
    }
  }
  .lg\:top-\[110px\] {
    @media (width >= 64rem) {
      top: 110px;
    }
  }
  .lg\:top-\[220px\] {
    @media (width >= 64rem) {
      top: 220px;
    }
  }
  .lg\:right-\[40px\] {
    @media (width >= 64rem) {
      right: 40px;
    }
  }
  .lg\:bottom-2\.5 {
    @media (width >= 64rem) {
      bottom: calc(var(--spacing) * 2.5);
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:order-3 {
    @media (width >= 64rem) {
      order: 3;
    }
  }
  .lg\:col-span-1 {
    @media (width >= 64rem) {
      grid-column: span 1 / span 1;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:row-span-2 {
    @media (width >= 64rem) {
      grid-row: span 2 / span 2;
    }
  }
  .lg\:mx-auto {
    @media (width >= 64rem) {
      margin-inline: auto;
    }
  }
  .lg\:mt-6 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .lg\:mt-7 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 7);
    }
  }
  .lg\:mt-10 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:mt-\[34px\] {
    @media (width >= 64rem) {
      margin-top: 34px;
    }
  }
  .lg\:mt-\[35px\] {
    @media (width >= 64rem) {
      margin-top: 35px;
    }
  }
  .lg\:mt-\[80px\] {
    @media (width >= 64rem) {
      margin-top: 80px;
    }
  }
  .lg\:mb-5 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .lg\:mb-10 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:mb-12 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:mb-14 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 14);
    }
  }
  .lg\:mb-\[40px\] {
    @media (width >= 64rem) {
      margin-bottom: 40px;
    }
  }
  .lg\:mb-\[70px\] {
    @media (width >= 64rem) {
      margin-bottom: 70px;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline {
    @media (width >= 64rem) {
      display: inline;
    }
  }
  .lg\:aspect-\[1439\/771\] {
    @media (width >= 64rem) {
      aspect-ratio: 1439/771;
    }
  }
  .lg\:aspect-auto {
    @media (width >= 64rem) {
      aspect-ratio: auto;
    }
  }
  .lg\:size-10 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 10);
      height: calc(var(--spacing) * 10);
    }
  }
  .lg\:size-\[72px\] {
    @media (width >= 64rem) {
      width: 72px;
      height: 72px;
    }
  }
  .lg\:h-\[52px\] {
    @media (width >= 64rem) {
      height: 52px;
    }
  }
  .lg\:h-\[78px\] {
    @media (width >= 64rem) {
      height: 78px;
    }
  }
  .lg\:h-\[104px\] {
    @media (width >= 64rem) {
      height: 104px;
    }
  }
  .lg\:h-\[107px\] {
    @media (width >= 64rem) {
      height: 107px;
    }
  }
  .lg\:h-\[280px\] {
    @media (width >= 64rem) {
      height: 280px;
    }
  }
  .lg\:h-\[304px\] {
    @media (width >= 64rem) {
      height: 304px;
    }
  }
  .lg\:h-\[350px\] {
    @media (width >= 64rem) {
      height: 350px;
    }
  }
  .lg\:h-\[420px\] {
    @media (width >= 64rem) {
      height: 420px;
    }
  }
  .lg\:h-\[455px\] {
    @media (width >= 64rem) {
      height: 455px;
    }
  }
  .lg\:h-\[460px\] {
    @media (width >= 64rem) {
      height: 460px;
    }
  }
  .lg\:h-\[501px\] {
    @media (width >= 64rem) {
      height: 501px;
    }
  }
  .lg\:h-auto {
    @media (width >= 64rem) {
      height: auto;
    }
  }
  .lg\:max-h-\[46px\] {
    @media (width >= 64rem) {
      max-height: 46px;
    }
  }
  .lg\:min-h-0 {
    @media (width >= 64rem) {
      min-height: calc(var(--spacing) * 0);
    }
  }
  .lg\:min-h-\[292px\] {
    @media (width >= 64rem) {
      min-height: 292px;
    }
  }
  .lg\:min-h-\[304px\] {
    @media (width >= 64rem) {
      min-height: 304px;
    }
  }
  .lg\:min-h-\[490px\] {
    @media (width >= 64rem) {
      min-height: 490px;
    }
  }
  .lg\:min-h-\[524px\] {
    @media (width >= 64rem) {
      min-height: 524px;
    }
  }
  .lg\:min-h-\[594px\] {
    @media (width >= 64rem) {
      min-height: 594px;
    }
  }
  .lg\:min-h-\[706px\] {
    @media (width >= 64rem) {
      min-height: 706px;
    }
  }
  .lg\:min-h-\[calc\(100svh-107px\)\] {
    @media (width >= 64rem) {
      min-height: calc(100svh - 107px);
    }
  }
  .lg\:\!w-\[724px\] {
    @media (width >= 64rem) {
      width: 724px !important;
    }
  }
  .lg\:\!w-\[741px\] {
    @media (width >= 64rem) {
      width: 741px !important;
    }
  }
  .lg\:w-\[280px\] {
    @media (width >= 64rem) {
      width: 280px;
    }
  }
  .lg\:w-\[409px\] {
    @media (width >= 64rem) {
      width: 409px;
    }
  }
  .lg\:w-\[412px\] {
    @media (width >= 64rem) {
      width: 412px;
    }
  }
  .lg\:w-\[414px\] {
    @media (width >= 64rem) {
      width: 414px;
    }
  }
  .lg\:w-\[420px\] {
    @media (width >= 64rem) {
      width: 420px;
    }
  }
  .lg\:w-\[442px\] {
    @media (width >= 64rem) {
      width: 442px;
    }
  }
  .lg\:w-\[489px\] {
    @media (width >= 64rem) {
      width: 489px;
    }
  }
  .lg\:w-\[741px\] {
    @media (width >= 64rem) {
      width: 741px;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:max-w-\[287px\] {
    @media (width >= 64rem) {
      max-width: 287px;
    }
  }
  .lg\:max-w-\[484px\] {
    @media (width >= 64rem) {
      max-width: 484px;
    }
  }
  .lg\:max-w-\[504px\] {
    @media (width >= 64rem) {
      max-width: 504px;
    }
  }
  .lg\:max-w-\[559px\] {
    @media (width >= 64rem) {
      max-width: 559px;
    }
  }
  .lg\:max-w-\[644px\] {
    @media (width >= 64rem) {
      max-width: 644px;
    }
  }
  .lg\:max-w-\[741px\] {
    @media (width >= 64rem) {
      max-width: 741px;
    }
  }
  .lg\:max-w-\[748px\] {
    @media (width >= 64rem) {
      max-width: 748px;
    }
  }
  .lg\:max-w-none {
    @media (width >= 64rem) {
      max-width: none;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-7 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(7, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[40px_72px_540px_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 40px 72px 540px 1fr;
    }
  }
  .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\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-2 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .lg\:gap-2\.5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 2.5);
    }
  }
  .lg\:gap-3 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .lg\:gap-5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-10 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:gap-\[15px\] {
    @media (width >= 64rem) {
      gap: 15px;
    }
  }
  .lg\:gap-\[25px\] {
    @media (width >= 64rem) {
      gap: 25px;
    }
  }
  .lg\:gap-\[30px\] {
    @media (width >= 64rem) {
      gap: 30px;
    }
  }
  .lg\:gap-x-\[37px\] {
    @media (width >= 64rem) {
      column-gap: 37px;
    }
  }
  .lg\:self-start {
    @media (width >= 64rem) {
      align-self: flex-start;
    }
  }
  .lg\:rounded-\[17px\] {
    @media (width >= 64rem) {
      border-radius: 17px;
    }
  }
  .lg\:rounded-\[40px\] {
    @media (width >= 64rem) {
      border-radius: 40px;
    }
  }
  .lg\:rounded-tl-\[60px\] {
    @media (width >= 64rem) {
      border-top-left-radius: 60px;
    }
  }
  .lg\:rounded-tr-\[60px\] {
    @media (width >= 64rem) {
      border-top-right-radius: 60px;
    }
  }
  .lg\:object-center {
    @media (width >= 64rem) {
      object-position: center;
    }
  }
  .lg\:p-4 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .lg\:p-5 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .lg\:p-10 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .lg\:p-\[16px\] {
    @media (width >= 64rem) {
      padding: 16px;
    }
  }
  .lg\:p-\[20px\] {
    @media (width >= 64rem) {
      padding: 20px;
    }
  }
  .lg\:p-\[50px\] {
    @media (width >= 64rem) {
      padding: 50px;
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-5 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .lg\:px-10 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .lg\:px-\[37px\] {
    @media (width >= 64rem) {
      padding-inline: 37px;
    }
  }
  .lg\:px-\[47px\] {
    @media (width >= 64rem) {
      padding-inline: 47px;
    }
  }
  .lg\:px-\[50px\] {
    @media (width >= 64rem) {
      padding-inline: 50px;
    }
  }
  .lg\:px-\[70px\] {
    @media (width >= 64rem) {
      padding-inline: 70px;
    }
  }
  .lg\:px-\[90px\] {
    @media (width >= 64rem) {
      padding-inline: 90px;
    }
  }
  .lg\:py-10 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .lg\:py-\[30px\] {
    @media (width >= 64rem) {
      padding-block: 30px;
    }
  }
  .lg\:py-\[47px\] {
    @media (width >= 64rem) {
      padding-block: 47px;
    }
  }
  .lg\:py-\[50px\] {
    @media (width >= 64rem) {
      padding-block: 50px;
    }
  }
  .lg\:py-\[72px\] {
    @media (width >= 64rem) {
      padding-block: 72px;
    }
  }
  .lg\:py-\[100px\] {
    @media (width >= 64rem) {
      padding-block: 100px;
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-\[11px\] {
    @media (width >= 64rem) {
      padding-top: 11px;
    }
  }
  .lg\:pt-\[50px\] {
    @media (width >= 64rem) {
      padding-top: 50px;
    }
  }
  .lg\:pt-\[72px\] {
    @media (width >= 64rem) {
      padding-top: 72px;
    }
  }
  .lg\:pt-\[150px\] {
    @media (width >= 64rem) {
      padding-top: 150px;
    }
  }
  .lg\:pt-\[177px\] {
    @media (width >= 64rem) {
      padding-top: 177px;
    }
  }
  .lg\:pt-\[231px\] {
    @media (width >= 64rem) {
      padding-top: 231px;
    }
  }
  .lg\:pt-px {
    @media (width >= 64rem) {
      padding-top: 1px;
    }
  }
  .lg\:pr-5 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 5);
    }
  }
  .lg\:pb-0 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:pb-5 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 5);
    }
  }
  .lg\:pb-24 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }
  .lg\:pb-\[100px\] {
    @media (width >= 64rem) {
      padding-bottom: 100px;
    }
  }
  .lg\:pl-8\.75 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 8.75);
    }
  }
  .lg\:pl-\[35px\] {
    @media (width >= 64rem) {
      padding-left: 35px;
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-\[13px\] {
    @media (width >= 64rem) {
      font-size: 13px;
    }
  }
  .lg\:text-\[15px\] {
    @media (width >= 64rem) {
      font-size: 15px;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 64rem) {
      font-size: 16px;
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 64rem) {
      font-size: 18px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 64rem) {
      font-size: 20px;
    }
  }
  .lg\:text-\[22px\] {
    @media (width >= 64rem) {
      font-size: 22px;
    }
  }
  .lg\:text-\[25px\] {
    @media (width >= 64rem) {
      font-size: 25px;
    }
  }
  .lg\:text-\[28px\] {
    @media (width >= 64rem) {
      font-size: 28px;
    }
  }
  .lg\:text-\[34px\] {
    @media (width >= 64rem) {
      font-size: 34px;
    }
  }
  .lg\:text-\[42px\] {
    @media (width >= 64rem) {
      font-size: 42px;
    }
  }
  .lg\:text-\[45px\] {
    @media (width >= 64rem) {
      font-size: 45px;
    }
  }
  .lg\:text-\[64px\] {
    @media (width >= 64rem) {
      font-size: 64px;
    }
  }
  .lg\:text-\[69px\] {
    @media (width >= 64rem) {
      font-size: 69px;
    }
  }
  .lg\:leading-\[1\.45\] {
    @media (width >= 64rem) {
      --tw-leading: 1.45;
      line-height: 1.45;
    }
  }
  .lg\:font-semibold {
    @media (width >= 64rem) {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .\[\&\>\*\:last-child\]\:mb-0 {
    &>*:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.woff') format('woff'), url('../fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ThinItalic.woff') format('woff'), url('../fonts/Gilroy-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.woff') format('woff'), url('../fonts/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLightItalic.woff') format('woff'), url('../fonts/Gilroy-UltraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.woff') format('woff'), url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-LightItalic.woff') format('woff'), url('../fonts/Gilroy-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-RegularItalic.woff') format('woff'), url('../fonts/Gilroy-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.woff') format('woff'), url('../fonts/Gilroy-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.woff') format('woff'), url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBoldItalic.woff') format('woff'), url('../fonts/Gilroy-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BoldItalic.woff') format('woff'), url('../fonts/Gilroy-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.woff') format('woff'), url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBoldItalic.woff') format('woff'), url('../fonts/Gilroy-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Heavy.woff') format('woff'), url('../fonts/Gilroy-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-HeavyItalic.woff') format('woff'), url('../fonts/Gilroy-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.woff') format('woff'), url('../fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BlackItalic.woff') format('woff'), url('../fonts/Gilroy-BlackItalic.ttf') format('truetype');
  font-weight: 950;
  font-style: italic;
  font-display: swap;
}
@layer base {
  *, *::before, *::after {
    box-sizing: border-box;
  }
  html, body {
    max-width: 100%;
    overflow-x: hidden;
  }
  body {
    font-family: var(--font-sans);
    color: var(--color-text);
    background: var(--color-bg);
  }
  a {
    color: var(--color-secondary);
    text-decoration: none;
  }
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}
@layer components {
  .sg-footer-logo img, .sg-footer-logo .custom-logo {
    height: 22px;
    width: auto;
  }
  .sg-footer-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .sg-footer-nav .menu-item {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .sg-footer-nav .menu-item a {
    color: #434343;
    font-size: 12px;
    line-height: 1.5;
    text-decoration: underline;
    transition: color 0.2s;
  }
  .sg-footer-nav .menu-item a:hover {
    color: #676767;
  }
  @media (min-width: 1024px) {
    .sg-footer-nav {
      flex-direction: row;
      gap: 20px;
    }
  }
}
@layer components {
  .sg-contact-form, .sg-contact-form .wpcf7, .sg-contact-form .wpcf7-form {
    width: 100%;
  }
  .sg-contact-form .wpcf7-form {
    display: flex;
    min-height: 204px;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    justify-content: center;
    margin: 0;
  }
  .sg-contact-form .wpcf7-form > p {
    display: contents;
    margin: 0;
  }
  .sg-contact-form br, .sg-contact-form .wpcf7-spinner {
    display: none;
  }
  .sg-contact-form-copy {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }
  .sg-contact-form-title {
    width: 100%;
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
  }
  .sg-contact-form-description {
    width: 100%;
    max-width: 403px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
  }
  .sg-contact-form-phone {
    position: relative;
    display: flex;
    height: 47px;
    width: 100%;
    max-width: 374px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: rgba(45, 45, 46, 0.3);
    padding: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }
  .sg-contact-form-prefix {
    flex-shrink: 0;
    color: #ffffff;
  }
  .sg-contact-form-phone .wpcf7-form-control-wrap {
    display: flex;
    min-width: 0;
    flex: 1;
    position: static !important;
  }
  .sg-contact-form-service .wpcf7-form-control-wrap {
    position: static !important;
  }
  .sg-contact-form-phone-input {
    min-width: 0;
    flex: 1;
    border: 0;
    background: transparent;
    padding: 0;
    color: #d6d6d6;
    outline: none;
  }
  .sg-contact-form-phone-input::placeholder {
    color: #444444;
    opacity: 1;
  }
  .sg-contact-form-service {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 374px;
    flex-direction: column;
  }
  .sg-contact-form-service .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
  }
  .sg-contact-form-select {
    height: 47px;
    width: 100%;
    cursor: pointer;
    appearance: none;
    border: 0;
    border-radius: 10px;
    background-color: rgba(45, 45, 46, 0.3);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5l5-5' stroke='%23d6d6d6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding: 10px 36px 10px 10px;
    color: #d6d6d6;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    outline: none;
    text-overflow: ellipsis;
  }
  .sg-contact-form-select:focus {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  }
  .sg-contact-form-select option {
    background: #121212;
    color: #ffffff;
  }
  .sg-contact-form--inline .wpcf7-form {
    min-height: 0;
  }
  .sg-contact-form--inline .sg-contact-form-copy {
    display: none;
  }
  .sg-contact-form-submit {
    display: flex;
    height: 47px;
    width: 100%;
    max-width: 374px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #2f2f2f;
    background: transparent;
    padding: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    transition: border-color 0.2s, background-color 0.2s;
    appearance: none;
  }
  .sg-contact-form-submit:hover {
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.04);
  }
  .sg-contact-form .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    right: auto;
    top: calc(100% + 4px);
    width: 100%;
    color: #ec2323;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }
  .sg-contact-form-service:has(.wpcf7-not-valid-tip), .sg-contact-form-phone:has(.wpcf7-not-valid-tip) {
    margin-bottom: 19px;
  }
  .sg-contact-form-select[aria-invalid="true"], .sg-contact-form-phone-input[aria-invalid="true"] {
    box-shadow: inset 0 0 0 1px rgba(236, 35, 35, 0.55);
  }
  .sg-contact-form-phone:has(.wpcf7-not-valid-tip) {
    box-shadow: inset 0 0 0 1px rgba(236, 35, 35, 0.55);
  }
  .sg-contact-form-phone .wpcf7-form-control-wrap, .sg-contact-form-phone-input[aria-invalid="true"] {
    box-shadow: none;
  }
  .sg-contact-form .wpcf7-response-output {
    width: 100% !important;
    max-width: 374px !important;
    margin: 5px 0 0 !important;
    border: 1px solid rgba(236, 35, 35, 0.5) !important;
    border-radius: 10px !important;
    background: linear-gradient(100deg, rgba(236, 35, 35, 0.14) 0%, rgba(200, 14, 14, 0.04) 65%), rgba(18, 18, 18, 0.95) !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.04) !important;
    padding: 11px 14px !important;
    color: #ffffff !important;
    text-align: center !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
  }
  .sg-contact-form .wpcf7-form.init .wpcf7-response-output, .sg-contact-form .wpcf7-form.submitting .wpcf7-response-output {
    display: none !important;
  }
  .sg-contact-form .wpcf7-form.sent .wpcf7-response-output {
    border-color: rgba(236, 35, 35, 0.65) !important;
  }
  .sg-contact-form .wpcf7-form.failed .wpcf7-response-output, .sg-contact-form .wpcf7-form.aborted .wpcf7-response-output, .sg-contact-form .wpcf7-form.spam .wpcf7-response-output, .sg-contact-form .wpcf7-form.invalid .wpcf7-response-output, .sg-contact-form .wpcf7-form.unaccepted .wpcf7-response-output {
    border-color: rgba(236, 35, 35, 0.75) !important;
    background: linear-gradient(100deg, rgba(236, 35, 35, 0.18) 0%, rgba(200, 14, 14, 0.07) 65%), rgba(18, 18, 18, 0.95) !important;
  }
  @media (min-width: 1024px) {
    .sg-contact-form-title {
      font-size: 28px;
    }
  }
  .sg-brand-intro-text > * + * {
    margin-top: 12px;
  }
  .sg-brand-intro-text strong {
    color: #ffffff;
    font-weight: 600;
  }
  .sg-brand-intro-text ul {
    list-style: disc;
    padding-left: 20px;
  }
  .sg-brand-intro-text a {
    color: #ffffff;
    text-decoration: underline;
  }
}
@layer base {
  .admin-bar .sg-header-wrap {
    top: 32px;
  }
  @media screen and (max-width: 782px) {
    .admin-bar .sg-header-wrap {
      top: 46px;
    }
  }
}
@layer components {
  .sg-logo-link img, .sg-logo-link .custom-logo {
    height: 20px;
    width: auto;
  }
  @media (min-width: 1024px) {
    .sg-logo-link img, .sg-logo-link .custom-logo {
      height: 31px;
      width: auto;
    }
  }
  .sg-header-nav {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 50px;
  }
  .sg-header-nav .menu-item {
    list-style: none;
  }
  .sg-header-nav .menu-item a {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.5;
    white-space: nowrap;
    transition: color 0.2s;
  }
  .sg-header-nav .menu-item a:hover {
    color: #ec2323;
  }
  .sg-mobile-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .sg-mobile-nav .menu-item {
    list-style: none;
    width: 100%;
    text-align: center;
  }
  .sg-mobile-nav .menu-item a {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.5;
    display: block;
    padding: 8px 0;
    transition: color 0.2s;
  }
  .sg-mobile-nav .menu-item a:hover {
    color: #ec2323;
  }
}
@layer components {
  .sg-faq-title-accent {
    background-image: linear-gradient(100.16deg, #ec2323 0%, #c80e0e 65%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }
  .wp-block-acf-faq.alignfull, .wp-block-acf-why-us.alignfull, .wp-block-acf-testimonials.alignfull, .wp-block-acf-work-gallery.alignfull, .wp-block-acf-services.alignfull, .wp-block-acf-pricing.alignfull, .wp-block-acf-work-process.alignfull, .wp-block-acf-repair-cta.alignfull, .wp-block-acf-about-cards.alignfull, .wp-block-acf-hero-service.alignfull {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}
@layer components {
  .sg-page-main {
    background: #000000;
    color: #d6d6d6;
  }
  .sg-page-shell {
    width: 100%;
    max-width: 1120px;
    margin-inline: auto;
  }
  .sg-prose {
    color: #d6d6d6;
    font-size: 16px;
    line-height: 1.7;
    overflow-wrap: break-word;
  }
  .sg-prose :where(div, section, article, form, fieldset, figure) {
    max-width: 100%;
    min-width: 0;
  }
  @media (min-width: 1024px) {
    .sg-prose {
      font-size: 18px;
    }
  }
  .sg-prose h1, .sg-prose h2, .sg-prose h3, .sg-prose h4, .sg-prose h5, .sg-prose h6 {
    color: #ffffff;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 2em;
    margin-bottom: 0.75em;
  }
  .sg-prose h1 {
    font-size: 2em;
  }
  .sg-prose h2 {
    font-size: 1.6em;
  }
  .sg-prose h3 {
    font-size: 1.3em;
  }
  .sg-prose h4 {
    font-size: 1.1em;
  }
  .sg-prose h1:first-child, .sg-prose h2:first-child, .sg-prose h3:first-child {
    margin-top: 0;
  }
  .sg-prose p {
    margin-bottom: 1.25em;
  }
  .sg-prose a {
    color: #ec2323;
    text-decoration: underline;
    transition: color 0.2s;
  }
  .sg-prose a:hover {
    color: #ff4747;
  }
  .sg-prose strong, .sg-prose b {
    color: #ffffff;
    font-weight: 600;
  }
  .sg-prose figure, .sg-prose iframe, .sg-prose embed, .sg-prose object, .sg-prose video {
    max-width: 100%;
  }
  .sg-prose ul, .sg-prose ol {
    margin-bottom: 1.25em;
    padding-left: 1.5em;
  }
  .sg-prose ul {
    list-style-type: disc;
  }
  .sg-prose ol {
    list-style-type: decimal;
  }
  .sg-prose li {
    margin-bottom: 0.5em;
  }
  .sg-prose li::marker {
    color: #ec2323;
  }
  .sg-prose blockquote {
    border-left: 3px solid #ec2323;
    margin: 1.5em 0;
    padding: 0.75em 1.25em;
    color: #aaaaaa;
    font-style: italic;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 0 8px 8px 0;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  }
  .sg-prose img {
    border-radius: 8px;
    margin: 1.5em 0;
  }
  .sg-prose .wp-block-table {
    max-width: 100%;
    overflow-x: auto;
  }
  .sg-prose table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    margin-bottom: 1.5em;
    background: #121212;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
  }
  .sg-prose th, .sg-prose td {
    border: 1px solid #2a2a2a;
    padding: 0.6em 1em;
    text-align: left;
    vertical-align: top;
  }
  .sg-prose th {
    background: #1a1a1a;
    color: #ffffff;
    font-weight: 600;
  }
  .sg-prose hr {
    border: none;
    border-top: 1px solid #2a2a2a;
    margin: 2em 0;
  }
  .sg-prose pre {
    background: #121212;
    border-radius: 8px;
    padding: 1.25em;
    color: #ffffff;
    overflow-x: auto;
    margin-bottom: 1.5em;
    font-size: 0.9em;
  }
  .sg-prose code {
    background: #1a1a1a;
    padding: 0.15em 0.4em;
    border-radius: 4px;
    font-size: 0.9em;
  }
  .sg-prose pre code {
    background: none;
    padding: 0;
    border-radius: 0;
    color: inherit;
  }
  .sg-prose :where(.alignwide, .alignfull) {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .sg-prose :where(input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]), select, textarea) {
    width: 100%;
    max-width: 100%;
    min-height: 46px;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    background: #121212;
    padding: 10px 14px;
    color: #ffffff;
    font: inherit;
  }
  .sg-prose :where(input, select, textarea)::placeholder {
    color: #777777;
    opacity: 1;
  }
  .sg-prose textarea {
    min-height: 120px;
  }
  .sg-prose :where(input[type="checkbox"], input[type="radio"]) {
    accent-color: #ec2323;
  }
  .sg-prose :where(button, input[type="submit"], input[type="button"], input[type="reset"], .wp-element-button) {
    display: inline-flex;
    min-height: 46px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(92.78deg, #ec2323 0%, #c80e0e 65%);
    padding: 10px 18px;
    color: #ffffff;
    font: inherit;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s, transform 0.2s;
  }
  .sg-prose :where(button, input[type="submit"], input[type="button"], input[type="reset"], .wp-element-button):hover {
    background: linear-gradient(92.78deg, #ff4747 0%, #c80e0e 65%);
  }
}
@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-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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
