/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-widest: 0.1em;
    --radius-lg: 0.5rem;
    --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-chili-pepper: var(--color-chili-pepper);
    --color-ironside-grey: var(--color-ironside-grey);
    --color-black-russian: var(--color-black-russian);
    --color-dune: var(--color-dune);
    --color-rosso-corsa: var(--color-rosso-corsa);
    --color-lemon-grass: var(--color-lemon-grass);
    --color-soft-peach: var(--color-soft-peach);
    --color-monsoon: var(--color-monsoon);
    --color-butterfly-blue: var(--color-butterfly-blue);
    --color-steel: var(--color-steel);
    --color-scarlet: var(--color-scarlet);
  }
}
@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 {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .-top-\[70px\] {
    top: calc(70px * -1);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .top-full {
    top: 100%;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[20px\] {
    left: 20px;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-4 {
    z-index: 4;
  }
  .z-5 {
    z-index: 5;
  }
  .z-10 {
    z-index: 10;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 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;
    }
  }
  .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }
  .container {
    margin-inline: auto;
    padding-inline: 20px;
    max-width: 1200px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .ms-5 {
    margin-inline-start: calc(var(--spacing) * 5);
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .me-5 {
    margin-inline-end: calc(var(--spacing) * 5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[34px\] {
    margin-top: 34px;
  }
  .mt-\[39px\] {
    margin-top: 39px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[49px\] {
    margin-top: 49px;
  }
  .mt-\[55px\] {
    margin-top: 55px;
  }
  .mt-\[57px\] {
    margin-top: 57px;
  }
  .mt-\[70px\] {
    margin-top: 70px;
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-\[18px\] {
    margin-bottom: 18px;
  }
  .mb-\[29px\] {
    margin-bottom: 29px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-full {
    height: 100%;
  }
  .h-svh {
    height: 100svh;
  }
  .max-h-\[500px\] {
    max-height: 500px;
  }
  .min-h-\[180px\] {
    min-height: 180px;
  }
  .min-h-\[250px\] {
    min-height: 250px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[163px\] {
    max-width: 163px;
  }
  .max-w-\[270px\] {
    max-width: 270px;
  }
  .max-w-\[320px\] {
    max-width: 320px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1340px\] {
    max-width: 1340px;
  }
  .max-w-\[1680px\] {
    max-width: 1680px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-max {
    min-width: max-content;
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .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-\[10px\] {
    gap: 10px;
  }
  .gap-\[19px\] {
    gap: 19px;
  }
  .gap-\[21px\] {
    gap: 21px;
  }
  .gap-\[29px\] {
    gap: 29px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[80px\] {
    gap: 80px;
  }
  .gap-x-\[50px\] {
    column-gap: 50px;
  }
  .gap-y-5 {
    row-gap: calc(var(--spacing) * 5);
  }
  .self-center {
    align-self: center;
  }
  .overflow-auto {
    overflow: auto;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border-s-\[7px\] {
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 7px;
  }
  .border-t-\[1px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r-\[4px\] {
    border-right-style: var(--tw-border-style);
    border-right-width: 4px;
  }
  .border-b-\[4px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 4px;
  }
  .border-s-red-700 {
    border-inline-start-color: var(--color-red-700);
  }
  .border-t-white {
    border-top-color: var(--color-white);
  }
  .border-r-white {
    border-right-color: var(--color-white);
  }
  .border-b-white {
    border-bottom-color: var(--color-white);
  }
  .bg-black-russian {
    background-color: var(--color-black-russian);
  }
  .bg-chili-pepper {
    background-color: var(--color-chili-pepper);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-linear-to-r {
    --tw-gradient-position: to right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to right in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#D31F30\] {
    --tw-gradient-from: #D31F30;
    --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-\[\#9D0916\] {
    --tw-gradient-to: #9D0916;
    --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));
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .object-right {
    object-position: right;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-\[25px\] {
    padding-inline: 25px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .py-\[26px\] {
    padding-block: 26px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .ps-3 {
    padding-inline-start: calc(var(--spacing) * 3);
  }
  .ps-5 {
    padding-inline-start: calc(var(--spacing) * 5);
  }
  .ps-\[30px\] {
    padding-inline-start: 30px;
  }
  .ps-\[40px\] {
    padding-inline-start: 40px;
  }
  .pe-\[30px\] {
    padding-inline-end: 30px;
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-\[22px\] {
    padding-top: 22px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[51px\] {
    padding-top: 51px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[39px\] {
    padding-bottom: 39px;
  }
  .pb-\[45px\] {
    padding-bottom: 45px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--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-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-\[15px\] {
    font-size: 15px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[150px\] {
    font-size: 150px;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .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-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-\[\#FFF4EF\] {
    color: #FFF4EF;
  }
  .text-chili-pepper {
    color: var(--color-chili-pepper);
  }
  .text-ironside-grey {
    color: var(--color-ironside-grey);
  }
  .text-lemon-grass {
    color: var(--color-lemon-grass);
  }
  .text-monsoon {
    color: var(--color-monsoon);
  }
  .text-rosso-corsa {
    color: var(--color-rosso-corsa);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .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-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .group-hover\:fill-black-russian {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: var(--color-black-russian);
      }
    }
  }
  .hover\:text-black-russian {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black-russian);
      }
    }
  }
  .sm\:left-\[50px\] {
    @media (width >= 40rem) {
      left: 50px;
    }
  }
  .sm\:mt-\[70px\] {
    @media (width >= 40rem) {
      margin-top: 70px;
    }
  }
  .sm\:mt-\[100px\] {
    @media (width >= 40rem) {
      margin-top: 100px;
    }
  }
  .sm\:mb-\[110px\] {
    @media (width >= 40rem) {
      margin-bottom: 110px;
    }
  }
  .sm\:mb-\[120px\] {
    @media (width >= 40rem) {
      margin-bottom: 120px;
    }
  }
  .sm\:min-h-\[300px\] {
    @media (width >= 40rem) {
      min-height: 300px;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:gap-\[46px\] {
    @media (width >= 40rem) {
      gap: 46px;
    }
  }
  .sm\:gap-\[123px\] {
    @media (width >= 40rem) {
      gap: 123px;
    }
  }
  .sm\:gap-y-\[50px\] {
    @media (width >= 40rem) {
      row-gap: 50px;
    }
  }
  .sm\:ps-\[40px\] {
    @media (width >= 40rem) {
      padding-inline-start: 40px;
    }
  }
  .sm\:text-2xl {
    @media (width >= 40rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .sm\:text-base {
    @media (width >= 40rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .sm\:text-lg {
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .sm\:text-\[26px\] {
    @media (width >= 40rem) {
      font-size: 26px;
    }
  }
  .sm\:text-\[28px\] {
    @media (width >= 40rem) {
      font-size: 28px;
    }
  }
  .sm\:text-\[38px\] {
    @media (width >= 40rem) {
      font-size: 38px;
    }
  }
  .sm\:text-\[42px\] {
    @media (width >= 40rem) {
      font-size: 42px;
    }
  }
  .md\:text-\[250px\] {
    @media (width >= 48rem) {
      font-size: 250px;
    }
  }
  .lg\:left-\[120px\] {
    @media (width >= 64rem) {
      left: 120px;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:gap-\[28px\] {
    @media (width >= 64rem) {
      gap: 28px;
    }
  }
  .lg\:gap-x-\[100px\] {
    @media (width >= 64rem) {
      column-gap: 100px;
    }
  }
  .lg\:text-start {
    @media (width >= 64rem) {
      text-align: start;
    }
  }
  .xl\:absolute {
    @media (width >= 80rem) {
      position: absolute;
    }
  }
  .xl\:left-1\/2 {
    @media (width >= 80rem) {
      left: calc(1/2 * 100%);
    }
  }
  .xl\:left-\[120px\] {
    @media (width >= 80rem) {
      left: 120px;
    }
  }
  .xl\:order-1 {
    @media (width >= 80rem) {
      order: 1;
    }
  }
  .xl\:order-2 {
    @media (width >= 80rem) {
      order: 2;
    }
  }
  .xl\:ms-\[49px\] {
    @media (width >= 80rem) {
      margin-inline-start: 49px;
    }
  }
  .xl\:mb-0 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .xl\:max-h-fit {
    @media (width >= 80rem) {
      max-height: fit-content;
    }
  }
  .xl\:w-max {
    @media (width >= 80rem) {
      width: max-content;
    }
  }
  .xl\:max-w-\[1300px\] {
    @media (width >= 80rem) {
      max-width: 1300px;
    }
  }
  .xl\:max-w-\[1340px\] {
    @media (width >= 80rem) {
      max-width: 1340px;
    }
  }
  .xl\:min-w-max {
    @media (width >= 80rem) {
      min-width: max-content;
    }
  }
  .xl\:-translate-x-1\/2 {
    @media (width >= 80rem) {
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .xl\:translate-y-1\/2 {
    @media (width >= 80rem) {
      --tw-translate-y: calc(1/2 * 100%);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:justify-between {
    @media (width >= 80rem) {
      justify-content: space-between;
    }
  }
  .xl\:justify-start {
    @media (width >= 80rem) {
      justify-content: flex-start;
    }
  }
  .xl\:gap-\[80px\] {
    @media (width >= 80rem) {
      gap: 80px;
    }
  }
  .xl\:overflow-visible {
    @media (width >= 80rem) {
      overflow: visible;
    }
  }
  .xl\:rounded-\[20px\] {
    @media (width >= 80rem) {
      border-radius: 20px;
    }
  }
  .xl\:px-\[190px\] {
    @media (width >= 80rem) {
      padding-inline: 190px;
    }
  }
  .xl\:pt-\[103px\] {
    @media (width >= 80rem) {
      padding-top: 103px;
    }
  }
  .xl\:pt-\[215px\] {
    @media (width >= 80rem) {
      padding-top: 215px;
    }
  }
  .xl\:pb-\[235px\] {
    @media (width >= 80rem) {
      padding-bottom: 235px;
    }
  }
  .xl\:pb-\[280px\] {
    @media (width >= 80rem) {
      padding-bottom: 280px;
    }
  }
  .xl\:text-\[300px\] {
    @media (width >= 80rem) {
      font-size: 300px;
    }
  }
  .\32 xl\:absolute {
    @media (width >= 96rem) {
      position: absolute;
    }
  }
  .\32 xl\:relative {
    @media (width >= 96rem) {
      position: relative;
    }
  }
  .\32 xl\:right-1\/2 {
    @media (width >= 96rem) {
      right: calc(1/2 * 100%);
    }
  }
  .\32 xl\:ms-0 {
    @media (width >= 96rem) {
      margin-inline-start: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:me-0 {
    @media (width >= 96rem) {
      margin-inline-end: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:mt-0 {
    @media (width >= 96rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:hidden {
    @media (width >= 96rem) {
      display: none;
    }
  }
  .\32 xl\:h-fit {
    @media (width >= 96rem) {
      height: fit-content;
    }
  }
  .\32 xl\:w-fit {
    @media (width >= 96rem) {
      width: fit-content;
    }
  }
  .\32 xl\:max-w-\[1680px\] {
    @media (width >= 96rem) {
      max-width: 1680px;
    }
  }
  .\32 xl\:-translate-x-0 {
    @media (width >= 96rem) {
      --tw-translate-x: calc(var(--spacing) * -0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .\32 xl\:translate-x-1\/2 {
    @media (width >= 96rem) {
      --tw-translate-x: calc(1/2 * 100%);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .\32 xl\:-translate-y-\[120px\] {
    @media (width >= 96rem) {
      --tw-translate-y: calc(120px * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .\32 xl\:translate-y-full {
    @media (width >= 96rem) {
      --tw-translate-y: 100%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .\32 xl\:grid-cols-4 {
    @media (width >= 96rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .\32 xl\:flex-row {
    @media (width >= 96rem) {
      flex-direction: row;
    }
  }
  .\32 xl\:gap-0 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:rounded-\[20px\] {
    @media (width >= 96rem) {
      border-radius: 20px;
    }
  }
  .\32 xl\:border-r-\[4px\] {
    @media (width >= 96rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 4px;
    }
  }
  .\32 xl\:border-b-0 {
    @media (width >= 96rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .\32 xl\:border-r-white {
    @media (width >= 96rem) {
      border-right-color: var(--color-white);
    }
  }
  .\32 xl\:px-5 {
    @media (width >= 96rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .\32 xl\:ps-0 {
    @media (width >= 96rem) {
      padding-inline-start: calc(var(--spacing) * 0);
    }
  }
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: url("../assets/fonts/roboto/roboto-v48-cyrillic_cyrillic-ext_latin_latin-ext-200.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  src: url("../assets/fonts/roboto/roboto-v48-cyrillic_cyrillic-ext_latin_latin-ext-200italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../assets/fonts/roboto/roboto-v48-cyrillic_cyrillic-ext_latin_latin-ext-300.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("../assets/fonts/roboto/roboto-v48-cyrillic_cyrillic-ext_latin_latin-ext-300italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/roboto/roboto-v48-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../assets/fonts/roboto/roboto-v48-cyrillic_cyrillic-ext_latin_latin-ext-italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/roboto/roboto-v48-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url("../assets/fonts/roboto/roboto-v48-cyrillic_cyrillic-ext_latin_latin-ext-500italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("../assets/fonts/roboto/roboto-v48-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  src: url("../assets/fonts/roboto/roboto-v48-cyrillic_cyrillic-ext_latin_latin-ext-600italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/fonts/roboto/roboto-v48-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url("../assets/fonts/roboto/roboto-v48-cyrillic_cyrillic-ext_latin_latin-ext-700italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  src: url("../assets/fonts/roboto/roboto-v48-cyrillic_cyrillic-ext_latin_latin-ext-800.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  src: url("../assets/fonts/roboto/roboto-v48-cyrillic_cyrillic-ext_latin_latin-ext-800italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../assets/fonts/roboto/roboto-v48-cyrillic_cyrillic-ext_latin_latin-ext-900.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url("../assets/fonts/roboto/roboto-v48-cyrillic_cyrillic-ext_latin_latin-ext-900italic.woff2") format("woff2");
}
:root {
  --blood-percentage: 0;
  --delay-timer: 0;
  --color-chili-pepper: #be1928;
  --color-ironside-grey: #666666;
  --color-black-russian: #030222;
  --color-dune: #333333;
  --color-rosso-corsa: #e40108;
  --color-lemon-grass: #999999;
  --color-soft-peach: #eeeeee;
  --color-monsoon: #888888;
  --color-butterfly-blue: #3cafff;
  --color-steel: #7e8299;
  --color-scarlet: #b50818;
}
body {
  font-family: "Roboto", "sans-serif";
}
.rstr-script-selector.active {
  color: black;
}
header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
  nav {
    .js-nav li:has(li.current-menu-item) {
      border-bottom: 4px solid var(--color-chili-pepper);
    }
    li {
      display: flex;
      border-bottom: 4px solid transparent;
      &:has(.sub-menu) {
        position: relative;
      }
      &:has(.sub-menu):hover {
        .sub-menu {
          display: block;
        }
      }
      &:has(.sub-menu) {
        position: relative;
      }
      &:has(.sub-menu):hover {
        .sub-menu {
          display: block;
        }
      }
      a {
        color: var(--color-scarlet);
        font-size: 16px;
        text-transform: uppercase;
        padding: 40px 18px;
        &:has(svg) {
          display: flex;
          gap: 8px;
          align-items: center;
        }
      }
    }
    li .sub-menu {
      overflow: hidden;
      li {
        display: flex;
        a {
          width: 100%;
          padding: 9px 38px;
          color: var(--color-ironside-grey);
          text-transform: none;
        }
        &:hover {
          background-color: var(--color-chili-pepper);
          transition: background-color ease-in-out 0.2s;
          a {
            color: white;
          }
        }
      }
    }
    li:last-child {
      a {
        padding-right: 0;
      }
    }
  }
  .header-shadow {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  }
  .submenu-shadow {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  }
}
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hamRotate.active {
  transform: rotate(45deg);
}
.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: var(--color-chili-pepper);
  stroke-width: 5.5;
  stroke-linecap: round;
}
.ham4 .top {
  stroke-dasharray: 40 121;
}
.ham4 .bottom {
  stroke-dasharray: 40 121;
}
.ham4.active .top {
  stroke-dashoffset: -68px;
}
.ham4.active .bottom {
  stroke-dashoffset: -68px;
}
.hero-section {
  position: relative;
  .hero-gradient {
    position: absolute;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: #1e77b5;
    background: linear-gradient(90deg, rgba(30, 119, 181, 1) 0%, rgba(255, 255, 255, 0) 80%);
  }
  h1 {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    max-width: 825px;
    font-size: 56px;
    font-weight: 700;
    color: white;
  }
  img:not(.heart-image) {
    width: 100%;
  }
}
.hero-box {
  background: #d31f30;
  background: linear-gradient(90deg, rgba(211, 31, 48, 1) 0%, rgba(157, 9, 22, 1) 100%);
}
.blood-reserve-section {
  .dropdown {
    position: relative;
    display: inline-block;
    align-self: center;
    margin-left: 30px;
  }
  .dropdown-button {
    color: var(--color-rosso-corsa);
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    cursor: pointer;
    border-radius: 4px;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    background-color: #f9f9f9;
    min-width: 160px;
    width: 100%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 5;
    border-radius: 4px;
  }
  .dropdown-content a {
    color: var(--color-monsoon);
    padding: 12px 2px;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    &:hover {
      color: var(--color-rosso-corsa);
    }
  }
  .dropdown-content.show {
    display: block;
  }
  .blood-reserve-swiper {
    .swiper-button-next::after, .swiper-button-prev::after {
      content: none;
    }
    .swiper-button-next, .swiper-button-prev {
      width: unset;
    }
  }
}
.home-notifications-section {
  background-color: #e3f3fe;
  position: relative;
  &::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: RGBA(227, 243, 254, 1);
    background: linear-gradient(180deg, rgba(227, 243, 254, 0) 70%, rgba(110, 167, 206, 1) 100%);
  }
  h3 {
    position: relative;
    &::before {
      position: absolute;
      top: 50%;
      left: 0;
      content: "";
      height: 7px;
      width: 390px;
      background-color: var(--color-rosso-corsa);
    }
    &::after {
      position: absolute;
      top: 50%;
      right: 0;
      content: "";
      height: 7px;
      width: 390px;
      background-color: var(--color-rosso-corsa);
    }
  }
}
.home-news {
  p {
    font-size: 18px;
    line-height: 28px;
    color: var(--color-dune);
  }
  p:first-of-type {
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 23px;
  }
  a {
    background: #d31f30;
    background: linear-gradient(90deg, rgba(211, 31, 48, 1) 0%, rgba(157, 9, 22, 1) 100%);
  }
}
.home-notifications-swiper {
  margin-top: 90px;
  .swiper-wrapper {
    align-items: stretch !important;
  }
  .swiper-pagination {
    position: relative;
    margin-top: 40px;
    .swiper-pagination-bullet {
      width: 20px;
      height: 20px;
      color: var(--color-soft-peach);
    }
    .swiper-pagination-bullet-active {
      background: var(--color-rosso-corsa);
    }
  }
}
.blog-card {
  border: 4px solid var(--color-lemon-grass);
  border-radius: 20px;
  transition: border-color 0.2s ease-in-out;
  overflow: hidden;
  img {
    width: 100%;
  }
  &:hover {
    border-color: var(--color-rosso-corsa);
    transition: border-color 0.2s ease-in-out;
    .card-content {
      h2 {
        color: var(--color-rosso-corsa);
        transition: color 0.2s ease-in-out;
      }
    }
  }
  .card-content {
    padding-inline: 30px;
    padding-block: 23px;
    h2 {
      font-size: 23px;
      font-weight: 700;
      color: var(--color-dune);
      margin-bottom: 17px;
      transition: color 0.2s ease-in-out;
      line-height: normal;
    }
    p {
      font-size: 18px;
      line-height: 24px;
      color: var(--color-dune);
    }
    img {
      width: 100%;
      border-radius: 20px 20px 0 0;
    }
  }
}
.blog-pagination {
  li {
    cursor: pointer;
    padding: 11px 15px;
    background-color: white;
    border-radius: 6px;
    line-height: 18px;
    color: var(--color-steel);
  }
  li:has([aria-current="page"]) {
    color: white;
    background-color: var(--color-rosso-corsa);
  }
}
.single-page {
  .single-page-content {
    h2 {
      font-size: 36px;
      font-weight: 600;
      color: var(--color-dune);
      margin-bottom: 25px;
      line-height: normal;
    }
    h3 {
      font-size: 30px;
      font-weight: 600;
      color: var(--color-dune);
      margin-bottom: 22px;
    }
    p {
      margin-bottom: 32px;
      font-size: 18px;
      line-height: 24px;
      color: var(--color-dune);
    }
    img {
      margin-block: 33px;
    }
    ul {
      padding-left: 30px;
      margin-block: 23px;
      font-size: 18px;
      line-height: 28px;
      color: var(--color-dune);
      list-style: disc;
    }
    .single-post-date {
      p {
        color: #999999;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 0px;
      }
    }
    blockquote {
      background: #d31f30;
      background: linear-gradient(90deg, rgba(211, 31, 48, 1) 0%, rgba(157, 9, 22, 1) 100%);
      padding: 27px;
      border-radius: 10px;
      margin-block: 25px;
      h2 {
        margin-bottom: 0px;
        font-size: 28px;
        color: white;
        text-transform: uppercase;
        padding-left: 22px;
        border-left: 7px solid white;
        padding-bottom: 10px;
      }
      p {
        color: white;
        font-size: 19px;
        margin-bottom: 0;
        border-left: 7px solid white;
        padding-left: 22px;
      }
    }
    .wp-block-file {
      a {
        text-transform: uppercase;
        color: var(--color-chili-pepper);
        font-weight: 700;
        font-size: 18px;
        position: relative;
        padding-left: 40px;
        &::before {
          position: absolute;
          content: url("../assets/images/download-icon.svg");
          left: 0;
        }
      }
      a.wp-block-file__button {
        display: none;
      }
    }
    .steps {
      background: #d31f30;
      background: linear-gradient(90deg, rgba(211, 31, 48, 1) 0%, rgba(157, 9, 22, 1) 100%);
      padding: 5px 20px;
      color: white;
      font-weight: 700;
      border-radius: 4px;
      margin-top: 15px;
      display: inline-block;
    }
    .wp-block-embed__wrapper {
      iframe {
        width: 100%;
      }
    }
  }
  .single-page-aside {
    ul {
      display: flex;
      flex-direction: column;
      gap: 18px;
      color: white;
      font-size: 18px;
    }
  }
  .association-members {
    p:nth-of-type(2n) {
      font-weight: bold;
      margin: 0;
    }
  }
}
.blue-gradient {
  position: relative;
  &::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: RGBA(227, 243, 254, 1);
    background: linear-gradient(180deg, rgba(227, 243, 254, 0) 80%, rgba(110, 167, 206, 1) 100%);
    z-index: -1;
  }
}
footer {
  .footer-list {
    color: white;
    max-width: max-content;
    h3 {
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 700;
    }
    ul {
      color: white;
      display: flex;
      flex-direction: column;
      gap: 21px;
      transition: color 0.2s ease-in-out;
      a:hover {
        color: var(--color-butterfly-blue);
        transition: color 0.2s ease-in-out;
      }
    }
  }
}
.accordion-section {
  .accordion-container {
    border: 1px solid var(--color-chili-pepper);
    border-radius: 10px;
    margin-bottom: 25px;
    .accordion {
      cursor: pointer;
      border-radius: 10px;
      display: flex;
      gap: 19px;
      align-items: center;
      text-transform: uppercase;
      color: var(--color-chili-pepper);
      font-size: 20px;
      text-align: left;
      font-weight: 600;
      line-height: 28px;
      backdrop-filter: blur(20px);
      padding: 15px 45px 15px 22px;
      width: 100%;
      transition: 0.4s;
      position: relative;
      img {
        margin: 0;
      }
    }
  }
  .active::after {
    transform: translateY(-50%) rotate(-180deg) !important;
    transition: transform ease-in-out 0.2s;
  }
  .accordion::after {
    content: "\25BC";
    font-size: 16px;
    position: absolute;
    color: var(--color-crystal-blue);
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform ease-in-out 0.2s;
  }
  .panel {
    padding-inline: 30px;
    font-size: 20px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    p {
      margin-bottom: 20px;
    }
  }
}
.choices {
  width: 300px;
  z-index: 10;
}
.kapljica {
  position: relative;
  img {
    width: 100%;
  }
  &::after {
    position: absolute;
    background-color: #e40108;
    width: 95%;
    left: 2px;
    transform-origin: bottom;
    height: 100%;
    content: "";
    bottom: 10px;
    z-index: -1;
    transform: scaleY(0);
    animation: scaling 1500ms calc(var(--delay-timer) * 100ms) linear forwards;
  }
  &::before {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    content: attr(type);
    background-color: #444444;
    text-align: center;
    align-content: center;
    font-size: 30px;
    font-weight: 900;
    color: white;
    bottom: 50%;
    left: 5%;
    outline: 7px solid white;
  }
}
.loader {
  width: 45px;
  height: 45px;
  border: 5px solid var(--color-chili-pepper);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.choices {
  z-index: 6;
  width: unset;
  min-width: 300px;
  .choices__list--single {
    padding: 4px 30px 4px 4px;
  }
  .choices__inner {
    background-color: transparent;
    border: none;
  }
  .choices__item--selectable {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color-rosso-corsa);
    .choices__button {
      display: none;
    }
  }
  .choices__item--choice {
    padding: 10px !important;
    font-size: 22px !important;
    color: var(--color-monsoon);
    background-color: transparent !important;
    &::after {
      display: none;
    }
    &:hover {
      color: var(--color-rosso-corsa);
    }
  }
}
.choices[data-type*="select-one"]::after {
  border-width: 8px !important;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scaling {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(var(--blood-percentage));
  }
}
@media screen and (max-width: 1536px) {
  .hide {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all ease-in-out 0.5s;
  }
  .show {
    max-height: 400px;
    visibility: visible;
    transition: all ease-in-out 0.5s;
  }
  .active-category svg {
    transform: rotate(-180deg);
  }
  header {
    nav {
      .js-nav li:has(li.current-menu-item) {
        border-bottom: none;
      }
      .js-nav li > a {
        border-left: 4px solid transparent;
        padding-left: 4px;
      }
      .js-nav li:has(.current-menu-item) > a {
        padding-left: 4px;
        border-left: 4px solid var(--color-chili-pepper);
        border-bottom: none;
      }
      li {
        display: list-item;
        a {
          padding: 0;
        }
        .sub-menu {
          backdrop-filter: none;
          border-radius: 0;
          li {
            a {
              color: var(--color-scarlet);
              padding: 9px 39px;
            }
          }
        }
      }
    }
  }
  .submenu-shadow {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none;
  }
}
@media screen and (max-width: 1280px) {
  .home-notifications-section {
    h3 {
      &::after {
        width: 0;
      }
      &::before {
        width: 0;
      }
    }
  }
  .hero-section {
    h1 {
      font-size: 40px;
    }
  }
}
@media screen and (max-width: 640px) {
  .hero-section {
    h1 {
      font-size: 30px;
    }
  }
  .choices {
    .choices__item--selectable {
      font-size: 20px;
    }
    .choices__item--choice {
      font-size: 16px !important;
    }
  }
  .choices[data-type*="select-one"]::after {
    border-width: 6px !important;
  }
  .single-page {
    .single-page-content {
      h2 {
        font-size: 24px;
        margin-bottom: 6px;
      }
      .single-post-date {
        p {
          font-size: 14px;
        }
      }
      img {
        margin-block: 22px;
      }
      p {
        margin-bottom: 25px;
        font-size: 16px;
      }
      ul {
        font-size: 16px;
        margin-block: 12px;
      }
    }
  }
  .blog-card {
    .card-content {
      h2 {
        font-size: 20px;
      }
      p {
        font-size: 16px;
      }
    }
  }
  .home-notifications-swiper {
    margin-top: 33px;
    .swiper-pagination {
      .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
      }
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-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-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-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-font-weight: initial;
      --tw-tracking: initial;
      --tw-duration: initial;
    }
  }
}
