/*! 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-red-800: oklch(44.4% 0.177 26.899);
    --color-sky-700: oklch(50% 0.134 242.749);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wider: 0.05em;
    --leading-normal: 1.5;
    --radius-md: 0.375rem;
    --drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.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-beige: #c09872;
    --color-blue: #001f51;
    --color-blue-light: #3b5893;
    --color-review-text: #231f20;
    --color-review-author: #377692;
    --color-beige-dark: #bd7c37;
    --font-mirage: "MADE mirage", sans-serif;
    --font-raleway: "Raleway", sans-serif;
    --font-heart: "Hearth Stone", sans-serif;
  }
}
@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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         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;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::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 {
    -webkit-appearance: button;
       -moz-appearance: 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;
  }
  .sticky {
    position: sticky;
  }
  .-top-3 {
    top: calc(var(--spacing) * -3);
  }
  .-top-4 {
    top: calc(var(--spacing) * -4);
  }
  .-top-5 {
    top: calc(var(--spacing) * -5);
  }
  .-top-7 {
    top: calc(var(--spacing) * -7);
  }
  .-top-44 {
    top: calc(var(--spacing) * -44);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-\[43\%\] {
    top: 43%;
  }
  .-right-2 {
    right: calc(var(--spacing) * -2);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .-bottom-4 {
    bottom: calc(var(--spacing) * -4);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .-left-4 {
    left: calc(var(--spacing) * -4);
  }
  .-left-5 {
    left: calc(var(--spacing) * -5);
  }
  .-left-10 {
    left: calc(var(--spacing) * -10);
  }
  .-left-12 {
    left: calc(var(--spacing) * -12);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-12 {
    left: calc(var(--spacing) * 12);
  }
  .left-\[-20px\] {
    left: -20px;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .-mx-4 {
    margin-inline: calc(var(--spacing) * -4);
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
  .-ms-7 {
    margin-inline-start: calc(var(--spacing) * -7);
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .ms-7 {
    margin-inline-start: calc(var(--spacing) * 7);
  }
  .ms-10 {
    margin-inline-start: calc(var(--spacing) * 10);
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .me-3 {
    margin-inline-end: calc(var(--spacing) * 3);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .\!h-\[24px\] {
    height: 24px !important;
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-22 {
    height: calc(var(--spacing) * 22);
  }
  .h-\[25px\] {
    height: 25px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[120\%\] {
    height: 120%;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[170\%\] {
    height: 170%;
  }
  .h-\[275px\] {
    height: 275px;
  }
  .h-\[calc\(100vh-46px\)\] {
    height: calc(100vh - 46px);
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[600px\] {
    max-height: 600px;
  }
  .min-h-\[0px\] {
    min-height: 0px;
  }
  .min-h-\[100vh\] {
    min-height: 100vh;
  }
  .min-h-\[400px\] {
    min-height: 400px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .\!w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[35px\] {
    width: 35px;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[120\%\] {
    width: 120%;
  }
  .w-\[125\%\] {
    width: 125%;
  }
  .w-\[130\%\] {
    width: 130%;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[150\%\] {
    width: 150%;
  }
  .w-\[350px\] {
    width: 350px;
  }
  .w-\[calc\(100\%-24px\)\] {
    width: calc(100% - 24px);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[315px\] {
    max-width: 315px;
  }
  .max-w-\[450px\] {
    max-width: 450px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[1300px\] {
    max-width: 1300px;
  }
  .max-w-\[1500px\] {
    max-width: 1500px;
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .flex-grow-1 {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .basis-\[66\.66\%\] {
    flex-basis: 66.66%;
  }
  .basis-\[175px\] {
    flex-basis: 175px;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-\[-8deg\] {
    rotate: -8deg;
  }
  .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-flow-row {
    grid-auto-flow: row;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-18 {
    gap: calc(var(--spacing) * 18);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border-b-18 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 18px;
  }
  .border-b-\[1px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-beige {
    border-color: var(--color-beige);
  }
  .bg-beige {
    background-color: var(--color-beige);
  }
  .bg-blue {
    background-color: var(--color-blue);
  }
  .bg-red-700 {
    background-color: var(--color-red-700);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-size-\[100\%_100\%\] {
    background-size: 100% 100%;
  }
  .bg-top {
    background-position: top;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }
  .object-left {
    -o-object-position: left;
       object-position: left;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .ps-\[6px\] {
    padding-inline-start: 6px;
  }
  .ps-\[13vw\] {
    padding-inline-start: 13vw;
  }
  .pe-\[3px\] {
    padding-inline-end: 3px;
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-18 {
    padding-top: calc(var(--spacing) * 18);
  }
  .pt-28 {
    padding-top: calc(var(--spacing) * 28);
  }
  .pt-\[2px\] {
    padding-top: 2px;
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .pb-\[3px\] {
    padding-bottom: 3px;
  }
  .\!text-start {
    text-align: start !important;
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-justify {
    text-align: justify;
  }
  .font-\[Lato\] {
    font-family: Lato;
  }
  .font-heart {
    font-family: var(--font-heart);
  }
  .font-mirage {
    font-family: var(--font-mirage);
  }
  .font-raleway {
    font-family: var(--font-raleway);
  }
  .\!text-base {
    font-size: var(--text-base) !important;
    line-height: var(--tw-leading, var(--text-base--line-height)) !important;
  }
  .\!text-lg {
    font-size: var(--text-lg) !important;
    line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .\!text-\[24px\] {
    font-size: 24px !important;
  }
  .text-\[2\.6vw\] {
    font-size: 2.6vw;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .\!leading-\[0\] {
    --tw-leading: 0 !important;
    line-height: 0 !important;
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .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);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-\[\#231f20\] {
    color: #231f20;
  }
  .text-beige {
    color: var(--color-beige);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue {
    color: var(--color-blue);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-review-text {
    color: var(--color-review-text);
  }
  .text-sky-700 {
    color: var(--color-sky-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .\!no-underline {
    text-decoration-line: none !important;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .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,);
  }
  .brightness-125 {
    --tw-brightness: brightness(125%);
    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,);
  }
  .drop-shadow-\[10px_10px_10px_\#00000061\] {
    --tw-drop-shadow-size: drop-shadow(10px 10px 10px var(--tw-drop-shadow-color, #00000061));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    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,);
  }
  .drop-shadow-xl {
    --tw-drop-shadow-size: drop-shadow(0 9px 7px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-xl));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .hover\:bg-blue-light {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-light);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-blue {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue);
      }
    }
  }
  .focus\:ring {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-blue-50 {
    &:focus {
      --tw-ring-color: var(--color-blue-50);
    }
  }
  .focus\:outline-1 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .max-\[767px\]\:\!mx-0 {
    @media (width < 767px) {
      margin-inline: calc(var(--spacing) * 0) !important;
    }
  }
  .xs\:mb-2 {
    @media (width >= 0px) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .sm\:mb-0 {
    @media (width >= 576px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:block {
    @media (width >= 576px) {
      display: block;
    }
  }
  .sm\:hidden {
    @media (width >= 576px) {
      display: none;
    }
  }
  .sm\:basis-\[350px\] {
    @media (width >= 576px) {
      flex-basis: 350px;
    }
  }
  .sm\:justify-between {
    @media (width >= 576px) {
      justify-content: space-between;
    }
  }
  .sm\:gap-14 {
    @media (width >= 576px) {
      gap: calc(var(--spacing) * 14);
    }
  }
  .sm\:px-8 {
    @media (width >= 576px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:ps-\[30\%\] {
    @media (width >= 576px) {
      padding-inline-start: 30%;
    }
  }
  .sm\:pb-6 {
    @media (width >= 576px) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .sm\:text-xl {
    @media (width >= 576px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .sm\:text-\[1\.8vw\] {
    @media (width >= 576px) {
      font-size: 1.8vw;
    }
  }
  .md\:-top-40 {
    @media (width >= 768px) {
      top: calc(var(--spacing) * -40);
    }
  }
  .md\:left-4 {
    @media (width >= 768px) {
      left: calc(var(--spacing) * 4);
    }
  }
  .md\:left-18 {
    @media (width >= 768px) {
      left: calc(var(--spacing) * 18);
    }
  }
  .md\:left-\[-20px\] {
    @media (width >= 768px) {
      left: -20px;
    }
  }
  .md\:ms-\[100px\] {
    @media (width >= 768px) {
      margin-inline-start: 100px;
    }
  }
  .md\:h-\[40px\] {
    @media (width >= 768px) {
      height: 40px;
    }
  }
  .md\:h-\[200px\] {
    @media (width >= 768px) {
      height: 200px;
    }
  }
  .md\:h-\[350px\] {
    @media (width >= 768px) {
      height: 350px;
    }
  }
  .md\:max-h-none {
    @media (width >= 768px) {
      max-height: none;
    }
  }
  .md\:w-3\/5 {
    @media (width >= 768px) {
      width: calc(3/5 * 100%);
    }
  }
  .md\:w-\[220px\] {
    @media (width >= 768px) {
      width: 220px;
    }
  }
  .md\:w-\[450px\] {
    @media (width >= 768px) {
      width: 450px;
    }
  }
  .md\:w-\[500px\] {
    @media (width >= 768px) {
      width: 500px;
    }
  }
  .md\:max-w-\[380px\] {
    @media (width >= 768px) {
      max-width: 380px;
    }
  }
  .md\:max-w-full {
    @media (width >= 768px) {
      max-width: 100%;
    }
  }
  .md\:\!min-w-\[485px\] {
    @media (width >= 768px) {
      min-width: 485px !important;
    }
  }
  .md\:min-w-\[500px\] {
    @media (width >= 768px) {
      min-width: 500px;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 768px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .md\:px-0 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-14 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .md\:ps-6 {
    @media (width >= 768px) {
      padding-inline-start: calc(var(--spacing) * 6);
    }
  }
  .md\:ps-\[14\.5vh\] {
    @media (width >= 768px) {
      padding-inline-start: 14.5vh;
    }
  }
  .md\:pb-\[3\.7vh\] {
    @media (width >= 768px) {
      padding-bottom: 3.7vh;
    }
  }
  .md\:text-2xl {
    @media (width >= 768px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 768px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 768px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 768px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 768px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 768px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-\[2vh\] {
    @media (width >= 768px) {
      font-size: 2vh;
    }
  }
  .md\:drop-shadow-\[20px_20px_10px_\#00000061\] {
    @media (width >= 768px) {
      --tw-drop-shadow-size: drop-shadow(20px 20px 10px var(--tw-drop-shadow-color, #00000061));
      --tw-drop-shadow: var(--tw-drop-shadow-size);
      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,);
    }
  }
  .lg\:-top-1 {
    @media (width >= 1024px) {
      top: calc(var(--spacing) * -1);
    }
  }
  .lg\:-top-2 {
    @media (width >= 1024px) {
      top: calc(var(--spacing) * -2);
    }
  }
  .lg\:-top-55 {
    @media (width >= 1024px) {
      top: calc(var(--spacing) * -55);
    }
  }
  .lg\:top-\[-4px\] {
    @media (width >= 1024px) {
      top: -4px;
    }
  }
  .lg\:top-\[-10px\] {
    @media (width >= 1024px) {
      top: -10px;
    }
  }
  .lg\:top-\[-20px\] {
    @media (width >= 1024px) {
      top: -20px;
    }
  }
  .lg\:right-0 {
    @media (width >= 1024px) {
      right: calc(var(--spacing) * 0);
    }
  }
  .lg\:right-2 {
    @media (width >= 1024px) {
      right: calc(var(--spacing) * 2);
    }
  }
  .lg\:right-5 {
    @media (width >= 1024px) {
      right: calc(var(--spacing) * 5);
    }
  }
  .lg\:-bottom-2 {
    @media (width >= 1024px) {
      bottom: calc(var(--spacing) * -2);
    }
  }
  .lg\:left-0 {
    @media (width >= 1024px) {
      left: calc(var(--spacing) * 0);
    }
  }
  .lg\:left-2 {
    @media (width >= 1024px) {
      left: calc(var(--spacing) * 2);
    }
  }
  .lg\:left-4 {
    @media (width >= 1024px) {
      left: calc(var(--spacing) * 4);
    }
  }
  .lg\:left-28 {
    @media (width >= 1024px) {
      left: calc(var(--spacing) * 28);
    }
  }
  .lg\:left-\[-40px\] {
    @media (width >= 1024px) {
      left: -40px;
    }
  }
  .lg\:left-\[-80px\] {
    @media (width >= 1024px) {
      left: -80px;
    }
  }
  .lg\:left-\[20px\] {
    @media (width >= 1024px) {
      left: 20px;
    }
  }
  .lg\:order-1 {
    @media (width >= 1024px) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 1024px) {
      order: 2;
    }
  }
  .lg\:mt-10 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:mt-18 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 18);
    }
  }
  .lg\:mb-14 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 14);
    }
  }
  .lg\:mb-16 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .lg\:mb-24 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 24);
    }
  }
  .lg\:block {
    @media (width >= 1024px) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:h-12 {
    @media (width >= 1024px) {
      height: calc(var(--spacing) * 12);
    }
  }
  .lg\:h-\[50px\] {
    @media (width >= 1024px) {
      height: 50px;
    }
  }
  .lg\:h-\[55px\] {
    @media (width >= 1024px) {
      height: 55px;
    }
  }
  .lg\:h-\[70px\] {
    @media (width >= 1024px) {
      height: 70px;
    }
  }
  .lg\:h-\[135\%\] {
    @media (width >= 1024px) {
      height: 135%;
    }
  }
  .lg\:h-\[250px\] {
    @media (width >= 1024px) {
      height: 250px;
    }
  }
  .lg\:h-\[540px\] {
    @media (width >= 1024px) {
      height: 540px;
    }
  }
  .lg\:h-\[calc\(100vh-107px\)\] {
    @media (width >= 1024px) {
      height: calc(100vh - 107px);
    }
  }
  .lg\:h-auto {
    @media (width >= 1024px) {
      height: auto;
    }
  }
  .lg\:max-h-full {
    @media (width >= 1024px) {
      max-height: 100%;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 1024px) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 1024px) {
      width: calc(1/3 * 100%);
    }
  }
  .lg\:w-2\/3 {
    @media (width >= 1024px) {
      width: calc(2/3 * 100%);
    }
  }
  .lg\:w-2\/5 {
    @media (width >= 1024px) {
      width: calc(2/5 * 100%);
    }
  }
  .lg\:w-3\/5 {
    @media (width >= 1024px) {
      width: calc(3/5 * 100%);
    }
  }
  .lg\:w-10 {
    @media (width >= 1024px) {
      width: calc(var(--spacing) * 10);
    }
  }
  .lg\:w-\[100\%\] {
    @media (width >= 1024px) {
      width: 100%;
    }
  }
  .lg\:w-\[110\%\] {
    @media (width >= 1024px) {
      width: 110%;
    }
  }
  .lg\:w-\[120\%\] {
    @media (width >= 1024px) {
      width: 120%;
    }
  }
  .lg\:w-\[130\%\] {
    @media (width >= 1024px) {
      width: 130%;
    }
  }
  .lg\:w-\[140\%\] {
    @media (width >= 1024px) {
      width: 140%;
    }
  }
  .lg\:w-\[150\%\] {
    @media (width >= 1024px) {
      width: 150%;
    }
  }
  .lg\:w-\[290px\] {
    @media (width >= 1024px) {
      width: 290px;
    }
  }
  .lg\:w-\[320px\] {
    @media (width >= 1024px) {
      width: 320px;
    }
  }
  .lg\:w-auto {
    @media (width >= 1024px) {
      width: auto;
    }
  }
  .lg\:w-full {
    @media (width >= 1024px) {
      width: 100%;
    }
  }
  .lg\:max-w-none {
    @media (width >= 1024px) {
      max-width: none;
    }
  }
  .lg\:translate-x-\[none\] {
    @media (width >= 1024px) {
      --tw-translate-x: none;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:grid-flow-col {
    @media (width >= 1024px) {
      grid-auto-flow: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .lg\:items-start {
    @media (width >= 1024px) {
      align-items: flex-start;
    }
  }
  .lg\:gap-0 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-4 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-8 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-x-20 {
    @media (width >= 1024px) {
      -moz-column-gap: calc(var(--spacing) * 20);
           column-gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:px-0 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-8 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-20 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .lg\:ps-12 {
    @media (width >= 1024px) {
      padding-inline-start: calc(var(--spacing) * 12);
    }
  }
  .lg\:ps-\[7\.7vw\] {
    @media (width >= 1024px) {
      padding-inline-start: 7.7vw;
    }
  }
  .lg\:pt-2 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 2);
    }
  }
  .lg\:pt-24 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .lg\:pb-28 {
    @media (width >= 1024px) {
      padding-bottom: calc(var(--spacing) * 28);
    }
  }
  .lg\:pb-\[3\.7vw\] {
    @media (width >= 1024px) {
      padding-bottom: 3.7vw;
    }
  }
  .lg\:text-start {
    @media (width >= 1024px) {
      text-align: start;
    }
  }
  .lg\:text-2xl {
    @media (width >= 1024px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-3xl {
    @media (width >= 1024px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:text-4xl {
    @media (width >= 1024px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:text-5xl {
    @media (width >= 1024px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-lg {
    @media (width >= 1024px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 1024px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:text-\[1\.6vw\] {
    @media (width >= 1024px) {
      font-size: 1.6vw;
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 1024px) {
      font-size: 18px;
    }
  }
  .lg\:text-wrap {
    @media (width >= 1024px) {
      text-wrap: wrap;
    }
  }
  .lg\:drop-shadow-\[30px_30px_10px_\#00000061\] {
    @media (width >= 1024px) {
      --tw-drop-shadow-size: drop-shadow(30px 30px 10px var(--tw-drop-shadow-color, #00000061));
      --tw-drop-shadow: var(--tw-drop-shadow-size);
      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,);
    }
  }
  .xl\:-top-4 {
    @media (width >= 1200px) {
      top: calc(var(--spacing) * -4);
    }
  }
  .xl\:-top-55 {
    @media (width >= 1200px) {
      top: calc(var(--spacing) * -55);
    }
  }
  .xl\:top-\[-4px\] {
    @media (width >= 1200px) {
      top: -4px;
    }
  }
  .xl\:top-\[-10px\] {
    @media (width >= 1200px) {
      top: -10px;
    }
  }
  .xl\:top-\[10px\] {
    @media (width >= 1200px) {
      top: 10px;
    }
  }
  .xl\:right-10 {
    @media (width >= 1200px) {
      right: calc(var(--spacing) * 10);
    }
  }
  .xl\:-left-4 {
    @media (width >= 1200px) {
      left: calc(var(--spacing) * -4);
    }
  }
  .xl\:left-8 {
    @media (width >= 1200px) {
      left: calc(var(--spacing) * 8);
    }
  }
  .xl\:left-18 {
    @media (width >= 1200px) {
      left: calc(var(--spacing) * 18);
    }
  }
  .xl\:left-\[-40px\] {
    @media (width >= 1200px) {
      left: -40px;
    }
  }
  .xl\:left-\[-100px\] {
    @media (width >= 1200px) {
      left: -100px;
    }
  }
  .xl\:left-\[-110px\] {
    @media (width >= 1200px) {
      left: -110px;
    }
  }
  .xl\:left-\[-120px\] {
    @media (width >= 1200px) {
      left: -120px;
    }
  }
  .xl\:ms-0 {
    @media (width >= 1200px) {
      margin-inline-start: calc(var(--spacing) * 0);
    }
  }
  .xl\:ms-12 {
    @media (width >= 1200px) {
      margin-inline-start: calc(var(--spacing) * 12);
    }
  }
  .xl\:me-2 {
    @media (width >= 1200px) {
      margin-inline-end: calc(var(--spacing) * 2);
    }
  }
  .xl\:mt-3 {
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * 3);
    }
  }
  .xl\:mb-12 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .xl\:mb-20 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .xl\:mb-26 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 26);
    }
  }
  .xl\:mb-38 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 38);
    }
  }
  .xl\:block {
    @media (width >= 1200px) {
      display: block;
    }
  }
  .xl\:h-13 {
    @media (width >= 1200px) {
      height: calc(var(--spacing) * 13);
    }
  }
  .xl\:h-16 {
    @media (width >= 1200px) {
      height: calc(var(--spacing) * 16);
    }
  }
  .xl\:h-28 {
    @media (width >= 1200px) {
      height: calc(var(--spacing) * 28);
    }
  }
  .xl\:h-32 {
    @media (width >= 1200px) {
      height: calc(var(--spacing) * 32);
    }
  }
  .xl\:h-\[60px\] {
    @media (width >= 1200px) {
      height: 60px;
    }
  }
  .xl\:h-\[70px\] {
    @media (width >= 1200px) {
      height: 70px;
    }
  }
  .xl\:h-\[135\%\] {
    @media (width >= 1200px) {
      height: 135%;
    }
  }
  .xl\:h-\[400px\] {
    @media (width >= 1200px) {
      height: 400px;
    }
  }
  .xl\:h-\[calc\(100vh-100px\)\] {
    @media (width >= 1200px) {
      height: calc(100vh - 100px);
    }
  }
  .xl\:w-1\/2 {
    @media (width >= 1200px) {
      width: calc(1/2 * 100%);
    }
  }
  .xl\:w-2\/3 {
    @media (width >= 1200px) {
      width: calc(2/3 * 100%);
    }
  }
  .xl\:w-3\/5 {
    @media (width >= 1200px) {
      width: calc(3/5 * 100%);
    }
  }
  .xl\:w-6 {
    @media (width >= 1200px) {
      width: calc(var(--spacing) * 6);
    }
  }
  .xl\:w-11 {
    @media (width >= 1200px) {
      width: calc(var(--spacing) * 11);
    }
  }
  .xl\:w-16 {
    @media (width >= 1200px) {
      width: calc(var(--spacing) * 16);
    }
  }
  .xl\:w-\[110\%\] {
    @media (width >= 1200px) {
      width: 110%;
    }
  }
  .xl\:w-\[130\%\] {
    @media (width >= 1200px) {
      width: 130%;
    }
  }
  .xl\:w-\[140\%\] {
    @media (width >= 1200px) {
      width: 140%;
    }
  }
  .xl\:w-\[150\%\] {
    @media (width >= 1200px) {
      width: 150%;
    }
  }
  .xl\:w-\[470px\] {
    @media (width >= 1200px) {
      width: 470px;
    }
  }
  .xl\:w-\[540px\] {
    @media (width >= 1200px) {
      width: 540px;
    }
  }
  .xl\:w-full {
    @media (width >= 1200px) {
      width: 100%;
    }
  }
  .xl\:max-w-none {
    @media (width >= 1200px) {
      max-width: none;
    }
  }
  .xl\:min-w-\[350px\] {
    @media (width >= 1200px) {
      min-width: 350px;
    }
  }
  .xl\:basis-\[150px\] {
    @media (width >= 1200px) {
      flex-basis: 150px;
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 1200px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:flex-row {
    @media (width >= 1200px) {
      flex-direction: row;
    }
  }
  .xl\:gap-8 {
    @media (width >= 1200px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .xl\:gap-10 {
    @media (width >= 1200px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .xl\:gap-12 {
    @media (width >= 1200px) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .xl\:gap-20 {
    @media (width >= 1200px) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .xl\:gap-24 {
    @media (width >= 1200px) {
      gap: calc(var(--spacing) * 24);
    }
  }
  .xl\:gap-y-4 {
    @media (width >= 1200px) {
      row-gap: calc(var(--spacing) * 4);
    }
  }
  .xl\:self-start {
    @media (width >= 1200px) {
      align-self: flex-start;
    }
  }
  .xl\:px-6 {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .xl\:ps-12 {
    @media (width >= 1200px) {
      padding-inline-start: calc(var(--spacing) * 12);
    }
  }
  .xl\:pe-12 {
    @media (width >= 1200px) {
      padding-inline-end: calc(var(--spacing) * 12);
    }
  }
  .xl\:pt-8 {
    @media (width >= 1200px) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .xl\:pt-24 {
    @media (width >= 1200px) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .xl\:pb-0 {
    @media (width >= 1200px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .xl\:pb-8 {
    @media (width >= 1200px) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .xl\:pb-18 {
    @media (width >= 1200px) {
      padding-bottom: calc(var(--spacing) * 18);
    }
  }
  .xl\:pb-28 {
    @media (width >= 1200px) {
      padding-bottom: calc(var(--spacing) * 28);
    }
  }
  .xl\:text-start {
    @media (width >= 1200px) {
      text-align: start;
    }
  }
  .xl\:text-2xl {
    @media (width >= 1200px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .xl\:text-3xl {
    @media (width >= 1200px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .xl\:text-4xl {
    @media (width >= 1200px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .xl\:text-5xl {
    @media (width >= 1200px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .xl\:text-xl {
    @media (width >= 1200px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .xl\:\!text-\[36px\] {
    @media (width >= 1200px) {
      font-size: 36px !important;
    }
  }
  .xl\:text-\[2\.9vw\] {
    @media (width >= 1200px) {
      font-size: 2.9vw;
    }
  }
  .xl\:text-\[20px\] {
    @media (width >= 1200px) {
      font-size: 20px;
    }
  }
  .xl\:text-nowrap {
    @media (width >= 1200px) {
      text-wrap: nowrap;
    }
  }
  .\32 xl\:-top-55 {
    @media (width >= 1600px) {
      top: calc(var(--spacing) * -55);
    }
  }
  .\32 xl\:left-28 {
    @media (width >= 1600px) {
      left: calc(var(--spacing) * 28);
    }
  }
  .\32 xl\:h-\[8vw\] {
    @media (width >= 1600px) {
      height: 8vw;
    }
  }
  .\32 xl\:h-\[500px\] {
    @media (width >= 1600px) {
      height: 500px;
    }
  }
  .\32 xl\:h-\[calc\(100vh-111px\)\] {
    @media (width >= 1600px) {
      height: calc(100vh - 111px);
    }
  }
  .\32 xl\:gap-32 {
    @media (width >= 1600px) {
      gap: calc(var(--spacing) * 32);
    }
  }
  .\32 xl\:gap-36 {
    @media (width >= 1600px) {
      gap: calc(var(--spacing) * 36);
    }
  }
  .\32 xl\:gap-40 {
    @media (width >= 1600px) {
      gap: calc(var(--spacing) * 40);
    }
  }
  .\32 xl\:gap-x-40 {
    @media (width >= 1600px) {
      -moz-column-gap: calc(var(--spacing) * 40);
           column-gap: calc(var(--spacing) * 40);
    }
  }
  .\32 xl\:px-4 {
    @media (width >= 1600px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .\32 xl\:ps-4 {
    @media (width >= 1600px) {
      padding-inline-start: calc(var(--spacing) * 4);
    }
  }
  .\32 xl\:ps-32 {
    @media (width >= 1600px) {
      padding-inline-start: calc(var(--spacing) * 32);
    }
  }
  .\32 xl\:pb-16 {
    @media (width >= 1600px) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .\32 xl\:text-2xl {
    @media (width >= 1600px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .\32 xl\:text-5xl {
    @media (width >= 1600px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .\32 xl\:text-\[22px\] {
    @media (width >= 1600px) {
      font-size: 22px;
    }
  }
  .\32 xl\:text-\[32px\] {
    @media (width >= 1600px) {
      font-size: 32px;
    }
  }
  .\[\@media\(min-width\:1280px\)_and_\(max-height\:820px\)\]\:gap-6 {
    @media (min-width:1280px) and (max-height:820px) {
      gap: calc(var(--spacing) * 6);
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --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-outline-style: solid;
    }
  }
}

body.woocommerce-cart {
  background-color: #fafafa;
  font-family: "Raleway", serif;
  .attachment-woocommerce_thumbnail {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
    width: 100%;
  }
  .woocommerce-notices-wrapper {
    display: none;
  }
  p {
    font-size: 20px;
  }

  h1 {
    font-family: "MADE Mirage", serif;
  }
  .woocommerce-Price-amount.amount {
    font-weight: 600;
  }
}

body.woocommerce-checkout {
  background-color: #fafafa;
  font-family: "Raleway", serif;

  p {
    font-size: 20px;
  }

  .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    @media (max-width: 575px) {
      flex-direction: column;
    }
  }

  @media (max-width: 575px) {
    .form-row textarea {
      min-height: 150px;
    }
  }

  .form-row {
    width: 50%;
    padding: 0px 14px 14px 0px;
    margin: 0;
    &:nth-child(2n) {
      padding-right: 0px;
    }
    @media (max-width: 575px) {
      padding-right: 0px;
      width: 100%;
    }
    label {
      display: none;
    }
    input,
    textarea {
      border: 1px solid #99999966 !important;
      padding: 10px 16px;
      border-radius: 6px;
      font-weight: 600;
      &:focus::-moz-placeholder {
        opacity: 1 !important;
        color: grey !important;
      }
      &:focus::placeholder {
        opacity: 1 !important;
        color: grey !important;
      }
      &:hover {
        border-color: #999999 !important;
      }
      &:focus {
        border-color: #25375c !important;
      }
    }
  }

  .woocommerce-additional-fields__field-wrapper {
    .form-row {
      width: 100%;
      padding-right: 0px;
    }
  }

  .woocommerce form .form-row .input-text {
    color: #25375c;
  }

  main a {
    text-decoration: underline;
    text-decoration-color: #486399;
    text-underline-offset: 2px;
    color: lighten(#25375c, 15%);
  }

  .checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    input[type="checkbox"] {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }

    &:hover input ~ .checkmark {
      background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    input:checked ~ .checkmark {
      background-color: #25375c;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
      content: "";
      position: absolute;
      display: none;
    }

    /* Show the checkmark when checked */
    input:checked ~ .checkmark:after {
      display: block;
    }

    .checkmark:after {
      left: 9px;
      top: 5px;
      width: 7px;
      height: 12px;
      border: solid white;
      border-width: 0 3px 3px 0;
      transform: rotate(45deg);
    }
    .checkmark {
      position: absolute;
      border-radius: 6px;
      top: 4px;
      left: 0;
      height: 25px;
      width: 25px;
      background-color: #eee;
    }

    .woocommerce-Price-amount.amount {
      font-weight: 600;
    }
  }

  .woocommerce-error {
    font-size: 20px;
  }

  .montonio-bank-payments-form .montonio-bank-items .montonio-bank-item.active {
    border-color: #25375c;
  }

  #billing_country_field {
    display: none;
  }
}

.wpcf7 {
  input:not([type="submit"]),
  textarea {
    padding: 9px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    width: 100%;
    &:focus {
      outline: 0px;
    }
  }

  input[type="submit"] {
    cursor: pointer;
    background-color: var(--color-blue);
    background: linear-gradient(
      45deg,
      rgba(0, 26, 79, 1) 0%,
      rgba(10, 42, 111, 1) 50%,
      rgba(19, 55, 138, 1) 70%,
      rgba(28, 68, 164, 1) 100%
    );

    color: #fff;
    border-radius: 4px;
    padding: 4px 20px;
    transition: background-color 0.3s;
    &:hover {
      background: linear-gradient(
        45deg,
        rgba(28, 68, 164, 1) 0%,
        rgba(19, 55, 138, 1) 50%,
        rgba(10, 42, 111, 1) 70%,
        rgba(0, 26, 79, 1) 100%
      );
    }
  }
}

.wpcf7-response-output {
  margin-left: 0px !important;
  margin-right: 0px !important;
  font-size: 18px;
}

#contact-page-content {
  @media (max-width: 767px) {
    &::before {
      background: unset;
    }
    #contact-form {
      padding-left: 0;
      padding-right: 0;
    }
  }
}

.cky-title {
  font-size: 24px !important;
}
.cky-notice-des * {
  font-size: 18px !important;
}

.cky-btn {
  border-radius: 4px !important;
  font-size: 20px !important;
}

footer {
  background: #001a4f;
  background: linear-gradient(
    180deg,
    rgba(0, 26, 79, 1) 0%,
    rgba(0, 26, 79, 1) 50%,
    rgb(6, 42, 116) 80%,
    rgba(28, 68, 164, 1) 100%
  );
}

.landing-page {
  .hero {
    background: #001a4f;
    background: linear-gradient(
      180deg,
      rgba(0, 26, 79, 1) 0%,
      rgba(0, 26, 79, 1) 60%,
      rgba(10, 42, 111, 1) 80%,
      rgba(19, 55, 138, 1) 90%,
      rgba(28, 68, 164, 1) 100%
    );

    button.primary {
      box-shadow: 0px 0px 20px #2fa0f3;
      transition:
        background-color 0.2s ease-in-out,
        box-shadow 0.2s ease-in-out;
      &:hover {
        box-shadow: 0px 0px 30px #2fa0f3;
      }
    }
  }

  button.primary-gradient {
    box-shadow: 0px 0px 20px #196399;
  }

  .grey-bg {
    background-blend-mode: lighten;
    background-color: rgb(255 255 255 / 76%);

    @media (max-width: 1200px) {
      background-position: 30% center;
    }
  }

  .comment-box {
    .comment {
      .author {
        margin-top: 10px;
        color: var(--color-review-author);
        display: block;
        font-weight: 600;
      }
    }
    .comment-arrow {
      cursor: pointer;
      transition: opacity 0.2s ease-in-out;
      &:hover {
        filter: drop-shadow(0px 0px 8px #022c49)
          drop-shadow(0px 0px 18px #2fa0f3);
        opacity: 1;
      }
    }
  }

  ul.beige-arrow li {
    list-style: none;
    position: relative;
    padding-left: 30px;

    &::before {
      left: 0px;
      top: 3px;
      position: absolute;
      content: "";
      margin-inline-end: 6px;
      background-size: 100% 100%;
      display: inline-block;
      height: 20px;
      width: 23px;
    }

    @media (width >= 1200px) {
      &::before {
        top: 10px;
      }
    }
  }
}

body:not(.landing-page) {
  color: #25375c;

  .entry-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 6px;

    @media (min-width: 0px) {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
    @media (min-width: 576px) {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
    @media (min-width: 768px) {
      font-size: 3rem;
      line-height: 2.5rem;
    }
    @media (min-width: 992px) {
    }
  }

  .entry-subtitle {
    margin-bottom: 28px;
    text-align: center;
    @media (min-width: 0px) {
      font-size: 1rem;
      line-height: 1.5rem;
    }
  }

  h2 {
    font-weight: 700;
  }

  h3 {
    font-size: 24px;
    font-weight: 700;
  }
}

html {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-family: "Raleway", serif;
}

@font-face {
  font-family: "MADE mirage";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/wp-content/themes/aitab-draamast-2/dist/assets/MADE Mirage Regular.otf")
    format("opentype");
}
@font-face {
  font-family: "MADE mirage";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/wp-content/themes/aitab-draamast-2/dist/assets/MADE Mirage Medium.otf")
    format("opentype");
}
@font-face {
  font-family: "MADE mirage";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url("/wp-content/themes/aitab-draamast-2/dist/assets/MADE Mirage Thin.otf")
    format("opentype");
}
@font-face {
  font-family: "MADE mirage";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/wp-content/themes/aitab-draamast-2/dist/assets/MADE Mirage Bold.otf")
    format("opentype");
}
@font-face {
  font-family: "Hearth Stone";
  src: url("/wp-content/themes/aitab-draamast-2/dist/assets/Hearth Stone.ttf")
    format("truetype");
}

body {
  margin: 0;
  line-height: inherit;
}

header {
  background-color: #001a4f;
  & > div {
    border-bottom: 2px solid #2e4879;
  }
}

.hover-glow {
  transition: filter 300ms;
  &:hover {
    filter: drop-shadow(0px 0px 2px #25375c) brightness(1.4);
  }
}

body:not(.landing-page) {
  background: linear-gradient(
    90deg,
    rgb(0, 26, 79) calc(0%),
    rgba(48, 98, 199, 0.7) calc(40% - 800px),
    rgb(255, 255, 255) calc(50% - 600px),
    rgb(255, 255, 255) calc(50% + 600px),
    rgba(48, 98, 199, 0.7) calc(60% + 800px),
    rgb(0, 26, 79) calc(100%)
  );

  main {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
}

footer .social-media {
  transition:
    filter 0.2s ease-in-out,
    scale 0.2s ease-in-out;
  &:hover {
    filter: brightness(0.8);
    scale: 1.2;
  }
}

body.home header ul li.home-menu-item {
  display: none;
}

/* Hide border at home */
body.home header ul li:nth-child(2) {
  border-left: 0;
}

body header ul li.home-menu-item {
  line-height: 1.8;
}

body.cart-empty header {
  .shopping-cart-quantity {
    display: none !important;
  }
}

header li.cart-menu-item {
  position: relative;
  a {
    padding: 6px 16px !important;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 24px;
    border-radius: 8px;
    background-color: var(--color-beige);
    transition:
      background-color 0.3s,
      box-shadow 0.3s;
    &:hover {
      background-color: var(--color-beige-dark) !important;
      box-shadow: 0px 0px 20px #2fa0f3;
    }
  }
  &:has(.shopping-cart-quantity:hover) a {
    background: var(--color-beige-dark) !important;
  }
}

.hover-btn-glow {
  transition: filter 300ms;
  &:hover {
    filter: drop-shadow(0px 0px 8px #25375c);
  }
}

.custom-divider,
.media-divider {
  height: 3px;
  background: rgb(234, 234, 236);
  background: linear-gradient(
    90deg,
    rgba(234, 234, 236, 0) 0%,
    rgb(234, 234, 236) 15%,
    rgb(234, 234, 236) 85%,
    rgba(234, 234, 236, 0) 100%
  );
}

header ul.styled-menu {
  list-style: none;
  margin: inherit;
  padding: inherit;
  justify-content: center;
  font-weight: 200;
  letter-spacing: 3px;

  a {
    text-decoration: none;
    color: #fff;
  }

  .shopping-cart-quantity {
    cursor: pointer;
  }

  @media (min-width: 768px) and (max-width: 1100px) {
    li {
      padding: 0px 6px !important;
    }
  }

  li {
    padding: 0px 20px;
  }

  li:not(.cart-menu-item) a {
    border-radius: 10px;
    padding: 10px;
    transition: background 0.3s ease-in-out;
    &:hover {
      text-shadow:
        0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #0095ff,
        0 0 30px #0095ff,
        4px 5px 20px #0095ff;
    }
  }

  @media (min-width: 1023px) {
    li + li {
      border-left: 2px solid #2e4879;
    }
  }

  @media (max-width: 1023px) {
    li {
      padding: 0;
      height: 28px;
    }

    text-align: center;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
      max-height 0.3s 0.3s,
      opacity 0.3s,
      padding 0.3s 0.3s;
    &.active {
      padding-top: 40px;
      max-height: 280px;
      opacity: 1;
      overflow: visible;
      transition:
        max-height 0.3s,
        opacity 0.3s 0.1s,
        padding 0.3s 0.1s;
    }
  }
}

footer ul li a {
  border-radius: 10px;
  padding: 8px 10px;
  transition: text-shadow 0.3s ease-in-out;
  &:hover {
    text-shadow:
      0 0 5px #fff,
      0 0 10px #fff,
      0 0 15px #fff,
      0 0 20px #0095ff,
      0 0 30px #0095ff,
      4px 5px 20px #0095ff;
  }
}

button.primary {
  cursor: pointer;
  background-color: #b98c5b;
  padding: 10px 32px;
  border-radius: 14px;
  transition: background-color 0.2s ease-in-out;
  &:hover {
    background-color: #bd7c37;
  }
}

button.primary-gradient {
  background-color: #001a4f;
  background: linear-gradient(
    45deg,
    rgba(0, 26, 79, 1) 0%,
    rgba(10, 42, 111, 1) 50%,
    rgba(19, 55, 138, 1) 70%,
    rgba(28, 68, 164, 1) 100%
  );

  cursor: pointer;
  padding: 10px 32px;
  border-radius: 14px;
  transition: background 0.2s ease-in-out;
  &:hover {
    background: linear-gradient(
      45deg,
      rgba(28, 68, 164, 1) 0%,
      rgba(19, 55, 138, 1) 50%,
      rgba(10, 42, 111, 1) 70%,
      rgba(0, 26, 79, 1) 100%
    );
  }
}
