/*! 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-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --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);
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-5rem\] {
    top: -5rem;
  }
  .top-\[-57\%\] {
    top: -57%;
  }
  .top-\[1\%\] {
    top: 1%;
  }
  .top-\[20\%\] {
    top: 20%;
  }
  .top-\[100\%\] {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[-28\%\] {
    right: -28%;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[-0\.2rem\] {
    left: -0.2rem;
  }
  .left-\[-58\%\] {
    left: -58%;
  }
  .left-\[46\%\] {
    left: 46%;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-10 {
    z-index: 10;
  }
  .z-99 {
    z-index: 99;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .-mx-2 {
    margin-inline: calc(var(--spacing) * -2);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-\[-1rem\] {
    margin-top: -1rem;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-\[3\.4rem\] {
    height: 3.4rem;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-60 {
    max-height: calc(var(--spacing) * 60);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-\[4\.3rem\] {
    width: 4.3rem;
  }
  .w-\[8rem\] {
    width: 8rem;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[50rem\] {
    width: 50rem;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[85\%\] {
    max-width: 85%;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    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);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .space-y-\[1rem\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(1rem * var(--tw-space-y-reverse));
      margin-block-end: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[2\.5rem\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(2.5rem * var(--tw-space-y-reverse));
      margin-block-end: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-\[0\.5rem\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(0.5rem * var(--tw-space-x-reverse));
      margin-inline-end: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[0\.6rem\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(0.6rem * var(--tw-space-x-reverse));
      margin-inline-end: calc(0.6rem * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[0\.8rem\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(0.8rem * var(--tw-space-x-reverse));
      margin-inline-end: calc(0.8rem * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[1\.25rem\] {
    border-radius: 1.25rem;
  }
  .rounded-tl-4xl {
    border-top-left-radius: var(--radius-4xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t-\[0\.07rem\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 0.07rem;
  }
  .border-b-\[0\.07rem\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0.07rem;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-t-\[\#47484D\] {
    border-top-color: #47484D;
  }
  .border-b-\[\#3C3636\] {
    border-bottom-color: #3C3636;
  }
  .bg-\[\#3F3B3B\] {
    background-color: #3F3B3B;
  }
  .bg-\[\#121212\] {
    background-color: #121212;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-\[10rem\] {
    padding-block: 10rem;
  }
  .ps-6 {
    padding-inline-start: calc(var(--spacing) * 6);
  }
  .ps-\[1rem\] {
    padding-inline-start: 1rem;
  }
  .pe-\[1\.2rem\] {
    padding-inline-end: 1.2rem;
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pt-\[3rem\] {
    padding-top: 3rem;
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-\[1rem\] {
    padding-bottom: 1rem;
  }
  .text-center {
    text-align: center;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[0\.93rem\] {
    font-size: 0.93rem;
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\[\#121212\] {
    color: #121212;
  }
  .text-\[\#B5B7B9\] {
    color: #B5B7B9;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .md\:left-\[-10\%\] {
    @media (width >= 48rem) {
      left: -10%;
    }
  }
  .md\:w-\[9\%\] {
    @media (width >= 48rem) {
      width: 9%;
    }
  }
  .md\:w-\[60rem\] {
    @media (width >= 48rem) {
      width: 60rem;
    }
  }
  .md\:w-\[70rem\] {
    @media (width >= 48rem) {
      width: 70rem;
    }
  }
  .md\:w-\[80rem\] {
    @media (width >= 48rem) {
      width: 80rem;
    }
  }
  .md\:w-\[91\%\] {
    @media (width >= 48rem) {
      width: 91%;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:p-2 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 2);
    }
  }
  .md\:px-\[2\.2rem\] {
    @media (width >= 48rem) {
      padding-inline: 2.2rem;
    }
  }
  .md\:py-5 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .md\:py-15 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 15);
    }
  }
  .md\:pt-15 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 15);
    }
  }
  .md\:pt-\[4rem\] {
    @media (width >= 48rem) {
      padding-top: 4rem;
    }
  }
  .md\:pb-\[3rem\] {
    @media (width >= 48rem) {
      padding-bottom: 3rem;
    }
  }
  .md\:opacity-100 {
    @media (width >= 48rem) {
      opacity: 100%;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-nowrap {
    @media (width >= 64rem) {
      flex-wrap: nowrap;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:space-x-\[0\.35rem\] {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(0.35rem * var(--tw-space-x-reverse));
        margin-inline-end: calc(0.35rem * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .lg\:rounded-4xl {
    @media (width >= 64rem) {
      border-radius: var(--radius-4xl);
    }
  }
  .lg\:bg-none {
    @media (width >= 64rem) {
      background-image: none;
    }
  }
  .lg\:py-\[1\.75rem\] {
    @media (width >= 64rem) {
      padding-block: 1.75rem;
    }
  }
  .lg\:text-right {
    @media (width >= 64rem) {
      text-align: right;
    }
  }
  .lg\:text-\[1rem\] {
    @media (width >= 64rem) {
      font-size: 1rem;
    }
  }
  .\[\&_button\]\:flex {
    & button {
      display: flex;
    }
  }
  .\[\&_button\]\:h-full {
    & button {
      height: 100%;
    }
  }
  .\[\&_button\]\:w-full {
    & button {
      width: 100%;
    }
  }
  .\[\&_button\]\:items-center {
    & button {
      align-items: center;
    }
  }
  .\[\&_button\]\:justify-center {
    & button {
      justify-content: center;
    }
  }
  .\[\&_em\]\:mb-4 {
    & em {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .\[\&_em\]\:block {
    & em {
      display: block;
    }
  }
  .\[\&_em\]\:text-\[\#EA4335\] {
    & em {
      color: #EA4335;
    }
  }
  .\[\&_h2\]\:mb-2 {
    & h2 {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .\[\&_h2\]\:text-\[2\.5rem\] {
    & h2 {
      font-size: 2.5rem;
    }
  }
  .\[\&_h2\]\:font-bold {
    & h2 {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .\[\&_h2\]\:uppercase {
    & h2 {
      text-transform: uppercase;
    }
  }
  .\[\&_h3\]\:mb-0 {
    & h3 {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .\[\&_h3\]\:text-2xl {
    & h3 {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .\[\&_h3\]\:font-bold {
    & h3 {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .md\:\[\&_h3\]\:text-base {
    @media (width >= 48rem) {
      & h3 {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
      }
    }
  }
  .\[\&_li\]\:cursor-pointer {
    & li {
      cursor: pointer;
    }
  }
  .\[\&_li\]\:px-4 {
    & li {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .\[\&_li\]\:py-2 {
    & li {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .\[\&_li\]\:text-start {
    & li {
      text-align: start;
    }
  }
  .\[\&_li\]\:hover\:bg-gray-100 {
    & li {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-gray-100);
        }
      }
    }
  }
  .\[\&_ul\]\:flex {
    & ul {
      display: flex;
    }
  }
  .\[\&_ul\]\:flex-wrap {
    & ul {
      flex-wrap: wrap;
    }
  }
  .\[\&_ul\]\:items-center {
    & ul {
      align-items: center;
    }
  }
  .\[\&_ul\]\:justify-center {
    & ul {
      justify-content: center;
    }
  }
  .\[\&_ul\]\:space-x-\[1\.2rem\] {
    & ul {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(1.2rem * var(--tw-space-x-reverse));
        margin-inline-end: calc(1.2rem * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .\[\&_ul\]\:space-x-\[1rem\] {
    & ul {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(1rem * var(--tw-space-x-reverse));
        margin-inline-end: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
}
:root {
  --lexend-font: "Lexend", sans-serif;
  --barlow-font: "Barlow", sans-serif;
  --worksans-font: "Work Sans", sans-serif;
  --color-body: #121212;
  --primary-color: #EA4335;
  --color-white: #ffffff;
  --color-darkgray: #373738;
}
@layer components {
  body {
    background-color: var(--color-body);
    color: var(--color-white);
  }
  .bg-white {
    color: var(--color-body);
  }
  h1,h2,h3,h4,h5,h6 {
    font-family: var(--lexend-font);
  }
  h1 {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
    --tw-leading: 100%;
    line-height: 100%;
    @media (width >= 48rem) {
      font-size: 2.5rem;
    }
  }
  h2 {
    margin-bottom: calc(var(--spacing) * 3);
    font-size: 2rem;
    --tw-leading: 115%;
    line-height: 115%;
    @media (width >= 48rem) {
      font-size: 2rem;
    }
  }
  h3 {
    margin-bottom: calc(var(--spacing) * 4);
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    --tw-leading: 116%;
    line-height: 116%;
    @media (width >= 48rem) {
      font-size: 1.5rem;
    }
  }
  h4 {
    margin-bottom: calc(var(--spacing) * 4);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    @media (width >= 48rem) {
      font-size: 1.37rem;
    }
  }
  p {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .text-white p {
    color: var(--color-white);
  }
  .text-yellow {
    color: var(--color-yellow);
  }
  .worksans-font {
    font-family: var(--worksans-font);
  }
  .section-title span {
    position: relative;
    display: block;
    padding-bottom: calc(var(--spacing) * 1);
    text-transform: uppercase;
  }
  input[type=text],input[type=email],input[type=tel],input[type=password] {
    width: 100%;
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 0.07rem;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    color: var(--color-white);
  }
  .bg-white input[type=text],.bg-white input[type=email],.bg-white input[type=tel],.bg-white input[type=password] {
    color: #121212;
  }
}
@layer base {
  html {
    font-size: 16px;
    background-color: #00263A;
  }
  html.disablescroll {
    overflow: hidden;
  }
  body {
    font-size: 1rem;
    color: #fff;
    font-family: var(--proxima-reg-font);
  }
  .site-wrapper {
    overflow: hidden;
  }
  input:focus,textarea:focus {
    outline: none;
    box-shadow: none;
  }
  ::placeholder {
    color: #fff;
    opacity: 1;
  }
  :-ms-input-placeholder {
    color: #fff;
  }
  ::-ms-input-placeholder {
    color: #fff;
  }
  ::-webkit-input-placeholder {
    color: #fff;
  }
  :-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  ::-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  em {
    font-style: normal;
  }
  .bg-white ::placeholder {
    color: #121212;
    opacity: 1;
  }
  .bg-white :-ms-input-placeholder {
    color: #121212;
  }
  .bg-white ::-ms-input-placeholder {
    color: #121212;
  }
  .bg-white ::-webkit-input-placeholder {
    color: #121212;
  }
  .bg-white :-moz-placeholder {
    color: #121212;
    opacity: 1;
  }
  .bg-white ::-moz-placeholder {
    color: #121212;
    opacity: 1;
  }
  input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 1.24rem;
    height: 1.24rem;
    border-radius: 0.3rem;
    border: 0.07rem solid #fff;
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    position: relative;
  }
  input[type=checkbox]:checked {
    background-color: var(--color-yellow);
    box-shadow: 0 0 0 0.1rem #fff inset;
  }
  label {
    cursor: pointer;
  }
  .accordion-content label {
    font-family: var(--proxima-reg-font);
  }
  @-webkit-keyframes moveDown {
    0% {
      transform: translateY(-2.5rem);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes moveDown {
    0% {
      transform: translateY(-2.5rem);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  header.fixed-header {
    position: fixed !important;
    -webkit-animation: moveDown 1.2s ease-in-out;
    animation: moveDown 1.2s ease-in-out;
    background-color: rgba(234, 67, 53,0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  header .main-navigation.active {
    pointer-events: all;
  }
  header .logo img {
    max-width: 6rem;
  }
  .li-btn a,.btn {
    padding: 0.67rem 3.2rem 0.67rem 1.6rem !important;
    display: inline-block;
    font-size: 1.06rem;
    border-radius: 3rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    background-color: var(--primary-color);
  }
  .li-btn a,.btn {
    color: #fff !important;
  }
  .li-btn a:hover,.li-btn a:focus,.btn:hover,.btn:focus {
    background-color: var(--color-darkgray);
  }
  .li-btn a:after,.btn:after {
    content: '';
    background: no-repeat center/contain url('https://api.iconify.design/ic:outline-arrow-forward.svg?color=%23EA4335');
    width: 1.6rem;
    height: 1.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: inline-block;
    filter: brightness(0) invert(1);
  }
  .main-navigation ul.submenu {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: rgba(0, 38, 58, 1);
    padding: 1.3rem 1.2rem;
    border-radius: 0.5rem;
    min-width: 14.62rem;
    text-align: left;
    color: #fff;
    transform: translateY(1rem);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.4s ease-in-out;
    font-size: 1.125rem;
    border: 0.07rem solid #4886BE;
  }
  .main-navigation .submenu li a {
    padding: 0.5rem 1rem;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-transform: none;
    border: 0.12rem solid transparent;
    border-radius: 0.5rem;
    font-family: var(--proxima-reg-font);
    transition: all 0.3s ease 0s;
  }
  .main-navigation .submenu li:hover a {
    border-color: var(--color-yellow);
  }
  .main-navigation li:hover ul.submenu {
    display: block;
    transform: translateY(0);
    pointer-events: all;
    opacity: 1;
  }
  .main-navigation ul.navbar > li > a {
    padding: 0.4rem 0.68rem;
    display: inline-block;
    vertical-align: top;
    transition: all 0.3s ease 0s;
  }
  .main-navigation .parent-li {
    position: relative;
  }
  .main-navigation ul.navbar .parent-li > a {
    position: relative;
    padding-right: 1.8rem;
  }
  .main-navigation li.li-btn {
    margin-left: 1rem;
  }
  .main-navigation .parent-li .caret {
    position: absolute;
    right: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-navigation .parent-li .caret:after {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background: no-repeat center/contain url('https://api.iconify.design/ep:arrow-down-bold.svg?color=%23FFFFFF');
    vertical-align: middle;
    margin-left: 0.2rem;
    transition: all 0.3s ease 0s;
    pointer-events: none;
  }
  .header-main-listing .filters-pane {
    width: 34rem;
  }
  .header-main-listing .filter-pane-content .fields {
    width: calc(100% - 2.8rem);
  }
  .header-main-listing .filter-pane-content .cta-btn {
    width: 2.8rem;
    height: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: var(--color-white);
    border-radius: 100%;
    font-size: 1.5rem;
    transition: all 0.3s ease 0s;
  }
  .header-main-listing .filter-pane-content .cta-btn button {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .header-main-listing .filter-pane-content .cta-btn:hover {
    background: var(--color-darkgray);
  }
  .header-main-listing .navigation-holder {
    width: calc(100% - 34rem);
  }
  .filter-pane-content .event-date-picker {
    width: 9rem;
  }
  .header-main-listing .filters-pane input {
    padding: 0.2rem !important;
  }
  .header-main-listing .filter-pane-content input {
    border: none !important;
  }
  .bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.54;
  }
  .bg-image.has-overlay {
    background-color: rgba(234,67,53,1);
  }
  .main-slider-section h2 {
    font-size: 2.5rem;
  }
  .main-slider-section .slide-content {
    min-height: calc(100vh - 1rem);
  }
  .responsive-feature {
    padding: 52% 0;
    position: relative;
  }
  .responsive-feature img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cards-listing-slider .card-item {
    height: unset !important;
  }
  .landscape-view {
    padding: 30% 0;
    position: relative;
  }
  .landscape-view img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card-item .text-content {
    min-height: 5.6rem;
    padding-right: 0.6rem !important;
  }
  .card-item .text-content h3 {
    font-family: var(--worksans-font) !important;
  }
  .tabs-navigation li a {
    padding: 0.38rem 0;
    display: inline-block;
    vertical-align: top;
    border-bottom: 0.08rem solid rgba(0,0,0,0);
  }
  .tabs-navigation li.active a {
    border-bottom: 0.07rem solid var(--primary-color);
  }
  .views-cta button {
    background-color: var(--color-darkgray);
    border-radius: 0.62rem;
    font-size: 1.5rem;
  }
  .views-cta .view-item.active button {
    background-color: var(--primary-color);
  }
  .ellipse-pattern img {
    width: 100%;
  }
  footer .social-links img {
    max-width: 1.25rem;
    transition: all 0.3s ease 0s;
  }
  footer .social-links a:hover img {
    opacity: 0.68;
    transform: translateY(-0.08rem);
  }
  .footer-navigation li a {
    transition: all 0.3s ease 0s;
    padding: 0.2rem;
  }
  .footer-navigation li a:hover {
    color: var(--primary-color);
  }
  .litepicker .container__days .day-item:hover {
    color: var(--primary-color) !important;
    box-shadow: inset 0 0 0 1px var(--primary-color) !important;
  }
  body .litepicker .container__days .day-item.is-end-date {
    background-color: var(--primary-color) !important;
  }
  body .litepicker .container__months .month-item-header .button-next-month:hover>svg,body .litepicker .container__months .month-item-header .button-previous-month:hover>svg {
    fill: var(--primary-color) !important;
  }
  .cards-block.grid-view .card-item,.cards-block .card-item {
    width: 25%;
  }
  .cards-block.list-view .card-item {
    width: 100%;
  }
  .cards-block.list-view .card-item .card-content {
    display: flex;
    flex-wrap: wrap;
    padding: 0.3rem;
    background-color: rgba(0,0,0,0.3);
    border: 0.06rem solid var(--primary-color);
    border-radius: 1.2rem;
  }
  .cards-block.list-view .card-item .feature-image {
    width: 8rem;
    padding: 0;
  }
  .cards-block.list-view .card-item {
    margin-bottom: 0.5rem !important;
  }
  .cards-block.list-view .card-item .text-content {
    margin-top: 0 !important;
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem !important;
    width: calc(100% - 10rem);
    min-height: 4.6rem;
    background-color: rgba(0,0,0,0) !important;
  }
  .cards-block.list-view .card-item .content {
    width: calc(100% - 8rem) !important;
    margin-top: 0 !important;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
  }
  .cards-block.list-view .card-item .timing {
    width: 10rem;
  }
  .litepicker .container__months.columns-2,.litepicker .container__months {
    border-radius: 1.25rem !important;
    padding: 0.2rem 0.4rem 0.4rem;
    border: 1px solid var(--color-gray-200) !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }
  .litepicker {
    margin-top: 0.7rem !important;
  }
  @media (max-width: 1401px) {
    html {
      font-size: 15.5556px;
    }
    .main-navigation ul.navbar > li > a {
      padding: 0.4rem 0.55rem;
    }
  }
  @media (max-width: 1380px) {
    html {
      font-size: 15.33px;
    }
  }
  @media (max-width: 1301px) {
    html {
      font-size: 14.4556px;
    }
  }
  @media (max-width: 1281px) {
    html {
      font-size: 14.2222px;
    }
    .main-navigation ul.navbar > li > a {
      padding: 0.4rem 0.45rem;
    }
    .main-navigation li.li-btn {
      margin-left: 0.5rem;
    }
  }
  @media (max-width: 1201px) {
    html {
      font-size: 13.3444px;
    }
    .main-navigation ul.navbar > li > a {
      padding: 0.4rem;
    }
  }
  @media (max-width: 1101px) {
    html {
      font-size: 12.2333px;
    }
  }
  @media (max-width: 1023px) {
    html {
      font-size: 11.3px;
    }
    body {
      padding-top: 6.5rem;
    }
    .btn {
      font-size: 1.4rem;
    }
    header {
      background-color: rgba(234, 67, 53,0.8);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
    }
    header .logo img {
      max-width: 5rem;
    }
    .navbar-toggle-btn {
      background: rgba(0,0,0,0);
      position: relative;
      cursor: pointer;
      width: 1.8rem;
      height: 1.8rem;
      margin-left: 1rem;
      top: 0.7rem;
      margin-right: 0.5rem;
    }
    .navbar-toggle-btn .line {
      height: 0.2rem;
      width: 100%;
      border-radius: 0.1rem;
      background-color: var(--color-white);
      display: block;
      margin-bottom: 0.4rem;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
    }
    .header-main-listing .navigation-holder {
      width: auto;
    }
    header .main-navigation {
      position: fixed !important;
      right: -40rem;
      top: 0;
      height: 100vh;
      width: 30rem;
      transition: all 0.4s ease;
      transform: scale(0, 1);
      opacity: 0;
      z-index: 6;
      overflow: hidden;
      background: linear-gradient(45deg, #eb2b1a 0%, #ea5c35 60%, #f55a4c 100%);
      border-left: 0.1rem solid #eb6e1a;
    }
    .main-navigation ul.navbar.flex-col {
      flex-direction: column !important;
    }
    .main-navigation ul.navbar.flex-col li {
      width: 100%;
    }
    header .main-navigation.in {
      right: 0;
      opacity: 1;
      transform: scale(1, 1);
    }
    .main-navigation li a {
      transform: translateX(130%) !important;
      transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96), color 0.3s ease 0s, padding 0.3s ease 0s !important;
    }
    .main-navigation.in li a {
      transform: translateX(0%) !important;
    }
    .main-navigation ul.navbar > li > a {
      font-size: 1.75rem;
      padding-top: 0.85rem;
      padding-bottom: 0.85rem;
      padding-left: 1.5rem;
      width: 100%;
    }
    .main-navigation ul.navbar .parent-li > a {
      padding-right: 4rem;
    }
    .main-navigation li.li-btn {
      margin-left: 0;
    }
    .main-navigation .parent-li .caret {
      width: 3rem;
      height: 3rem;
    }
    .main-navigation .navigation-content {
      max-height: calc(100vh - 2rem);
      overflow-y: auto;
      overflow-x: hidden;
    }
    .main-navigation ul li:hover ul.submenu {
      display: none;
    }
    .main-navigation ul.submenu {
      position: static;
      background-color: rgba(0,0,0,0.15);
      display: none;
      transform: none;
      opacity: 1;
      pointer-events: all;
      box-shadow: none;
      border: 0;
      font-size: 1.9rem;
    }
    .main-navigation ul.navbar > li {
      border-bottom: 0.1rem solid rgba(226, 204, 38,0.4);
      border-bottom: 0.1rem solid rgba(255,255,255,0.1);
    }
    .main-navigation ul.navbar > li > a,.main-navigation ul.navbar > li > a:hover {
      border: none;
      border-radius: 0;
    }
    .main-navigation ul.navbar > li.active > a,.main-navigation ul.navbar > li.current-menu-item > a {
      background: var(--color-yellow);
      color: #00263A;
    }
    .main-navigation ul.navbar > li.active > a .caret:after,.main-navigation ul.navbar > li.current-menu-item > a .caret:after {
      filter: brightness(0);
    }
    .main-navigation ul.navbar > li.li-btn {
      border: 0.14rem solid var(--color-yellow);
      padding: 0;
      border-left: 0;
      border-right: 0;
      border-radius: 0;
    }
    .main-navigation ul.navbar > li.li-btn a {
      padding: 0.85rem 1.5rem;
    }
    .main-navigation > li.li-btn:after {
      right: 1.5rem;
    }
    header .filters-pane {
      position: fixed;
      width: 100% !important;
      height: 100vh;
      top: 0;
      left: 0;
    }
    header .filters-pane .filter-pane-content {
      height: 100%;
      width: 100%;
      align-items: center;
      padding: 1.5rem !important;
    }
    .header-main-listing .filter-pane-content .fields {
      width: 100%;
    }
    .header-main-listing .filter-pane-content .cta-btn {
      width: 100%;
    }
    .filter-pane-content input {
      height: 4rem;
    }
    .filter-pane-content .field-item {
      border-radius: 1rem;
      margin-bottom: 1rem;
      padding: 0.4rem 1rem;
      background-color: rgba(0,0,0,0.03);
      box-shadow: 0 0.06rem 0.12rem rgba(0,0,0,0.08),0 0.24rem 0.3rem rgba(0,0,0,0.05);
    }
    .header-main-listing .filter-pane-content .cta-btn {
      border-radius: 1rem;
      height: 4rem;
    }
    .header-main-listing .filter-pane-content .cta-btn button {
      text-transform: uppercase !important;
    }
    .filter-pane-content .cta-btn button iconify-icon {
      margin-right: 0.5rem;
      font-size: 2rem;
    }
    .filter-pane-content .filterclose {
      position: absolute;
      right: 0;
      top: 0;
    }
    header .toggle-filter-btn {
      width: 2.8rem;
      height: 2.8rem;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--color-darkgray);
      color: var(--color-white);
      border-radius: 100%;
      font-size: 1.5rem;
      transition: all 0.3s ease 0s;
      margin-right: 1rem;
    }
    header .toggle-filter-btn a {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
    header .toggle-filter-btn:hover {
      background: var(--color-body);
    }
  }
  @media (max-width: 992px) {
    html {
      font-size: 11.0222px;
    }
  }
  @media (max-width: 901px) {
    html {
      font-size: 10.0111px;
    }
  }
  @media (max-width: 861px) {
    html {
      font-size: 9.55556px;
    }
  }
  @media (max-width: 801px) {
    html {
      font-size: 8.9px;
    }
    body {
      font-size: 1.1rem;
    }
  }
  @media (max-width: 767px) {
    html {
      font-size: 20px;
    }
    body {
      font-size: 1.2rem;
      padding-top: 5.4rem;
    }
    .cards-block.grid-view .card-item,.cards-block .card-item {
      width: 100%;
    }
    .cards-block.list-view .card-item .text-content {
      padding: 0.5rem !important;
    }
    .cards-block.list-view .card-item h3 {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .cards-block.list-view .card-item .timing {
      padding-right: 0 !important;
    }
    .main-slider-section .slide-content {
      min-height: calc(100vh - 13rem);
    }
  }
  @media (max-width: 700px) {
    html {
      font-size: 18.2529px;
    }
  }
  @media (max-width: 641px) {
    html {
      font-size: 16.7145px;
    }
  }
  @media (max-width: 601px) {
    html {
      font-size: 15.6714px;
    }
  }
  @media (max-width: 560px) {
    html {
      font-size: 14.6023px;
    }
    .banner-navigation .group a {
      font-size: 1.6rem;
    }
  }
  @media (max-width: 480px) {
    html {
      font-size: 12.5163px;
    }
    body {
      font-size: 1.4rem;
    }
  }
  @media (max-width: 460px) {
    html {
      font-size: 9.59583px;
    }
  }
  @media (max-width: 421px) {
    html {
      font-size: 10.9778px;
    }
  }
  @media (max-width: 401px) {
    html {
      font-size: 10.4563px;
    }
  }
  @media (max-width: 376px) {
    html {
      font-size: 9.77836px;
    }
  }
}
.container {
  max-width: 81rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.main-slider-section .swiper-navigation {
  height: 4.5rem;
  width: 12rem;
}
.swiper-navigation {
  height: 2.6rem;
}
.swiper-navigation::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -0.1rem;
  z-index: 0;
  left: -1.7rem;
  transform: scaleX(-1);
  background-image: url("../assets/images/icons/right-reverse-curve-dark.svg");
}
.swiper-navigation::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -1.7rem;
  z-index: 0;
  right: 0;
  transform: scaleX(-1);
  background-image: url("../assets/images/icons/right-reverse-curve-dark.svg");
}
.swiper-navigation .swiper-nav {
  width: 2.37rem;
  height: 2.37rem;
  background: var(--color-darkgray);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  top: 55%;
  transform: translateY(-50%);
  left: auto;
  border-radius: 100%;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.swiper-navigation .swiper-nav:hover {
  background: var(--primary-color);
}
.swiper-navigation .swiper-nav:after {
  content: '' !important;
  width: 1.4rem;
  height: 1.4rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.swiper-navigation .swiper-nav.swiper-button-prev {
  right: 3.2rem;
  transform: translateY(-50%) scaleX(-1);
}
.swiper-navigation .swiper-nav.swiper-button-next {
  left: auto;
  right: 0.2rem;
}
.main-slider-section .swiper-navigation .swiper-nav.swiper-button-prev {
  right: 6.4rem;
  transform: translateY(-50%) scaleX(-1);
}
.main-slider-section .swiper-navigation .swiper-nav.swiper-button-next {
  left: auto;
  right: 3.4rem;
}
.swiper-navigation .swiper-nav.swiper-button-prev:after {
  background: no-repeat center/contain url('https://api.iconify.design/ic:outline-arrow-forward.svg?color=%23FFFFFF');
}
.swiper-navigation .swiper-nav.swiper-button-next:after {
  background: no-repeat center/contain url('https://api.iconify.design/ic:outline-arrow-forward.svg?color=%23FFFFFF');
}
@media (max-width: 767px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  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-leading {
  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-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: 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-leading: initial;
    }
  }
}


.modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 50;
}

.modal-content {
    background-color: white;
    padding: 1.5rem;
    border-radius: 1.25rem;
    max-width: 1280px;
    width: 100%;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.modal-content .btn {
    background-color: #EA4335;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 500;
}

.modal-content .btn:hover {
    background-color: #d32f2f;
}

#modalClose {
    cursor: pointer;
    font-size: 1.5rem;
    color: #333;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

#modalClose:hover {
    color: #000;
}

.hidden {
    display: none;
}

/* Responsive adjustments */
@media (max-width: 640px) {
    .modal-content {
        margin: 1rem;
        padding: 1rem;
    }
}

body.overflow-hidden {
  overflow: hidden;
}
