/*! tailwindcss v4.1.17 | 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-white: #fff;
    --spacing: 0.25rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-extrabold: 800;
    --leading-relaxed: 1.625;
    --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);
  }
}
@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 {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-437px\] {
    top: -437px;
  }
  .top-\[0px\] {
    top: 0px;
  }
  .top-\[50px\] {
    top: 50px;
  }
  .top-\[80px\] {
    top: 80px;
  }
  .top-\[130px\] {
    top: 130px;
  }
  .top-\[137px\] {
    top: 137px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[-10px\] {
    right: -10px;
  }
  .right-\[-50px\] {
    right: -50px;
  }
  .right-\[32px\] {
    right: 32px;
  }
  .right-\[80px\] {
    right: 80px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[-70px\] {
    left: -70px;
  }
  .left-\[-150px\] {
    left: -150px;
  }
  .left-\[55px\] {
    left: 55px;
  }
  .left-\[80px\] {
    left: 80px;
  }
  .left-\[85px\] {
    left: 85px;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .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-auto {
    margin-inline: auto;
  }
  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-\[-90px\] {
    margin-top: -90px;
  }
  .mt-\[-400px\] {
    margin-top: -400px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[56px\] {
    margin-top: 56px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-\[84px\] {
    margin-top: 84px;
  }
  .mt-\[130px\] {
    margin-top: 130px;
  }
  .mr-\[-24px\] {
    margin-right: -24px;
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .mb-\[64px\] {
    margin-bottom: 64px;
  }
  .mb-\[160px\] {
    margin-bottom: 160px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .\!flex {
    display: flex !important;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }
  .\!h-auto {
    height: auto !important;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[1000px\] {
    height: 1000px;
  }
  .h-\[1050px\] {
    height: 1050px;
  }
  .\!w-\[133px\] {
    width: 133px !important;
  }
  .\!w-\[300px\] {
    width: 300px !important;
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[126px\] {
    width: 126px;
  }
  .w-\[213px\] {
    width: 213px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[360px\] {
    width: 360px;
  }
  .w-\[405px\] {
    width: 405px;
  }
  .w-\[499px\] {
    width: 499px;
  }
  .w-\[683px\] {
    width: 683px;
  }
  .w-\[697px\] {
    width: 697px;
  }
  .w-\[800px\] {
    width: 800px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[644px\] {
    max-width: 644px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .rotate-\[-3deg\] {
    rotate: -3deg;
  }
  .rotate-\[-7\.1deg\] {
    rotate: -7.1deg;
  }
  .rotate-\[3deg\] {
    rotate: 3deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-\[11px\] {
    gap: 11px;
  }
  .gap-\[59px\] {
    gap: 59px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .gap-\[100px\] {
    gap: 100px;
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .self-end {
    align-self: flex-end;
  }
  .\!overflow-visible {
    overflow: visible !important;
  }
  .overflow-x-clip {
    overflow-x: clip;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-\[2px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#0B3C5E\] {
    background-color: #0B3C5E;
  }
  .bg-\[\#182431\] {
    background-color: #182431;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-\[24px\] {
    padding: 24px;
  }
  .p-\[80px\] {
    padding: 80px;
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-\[48px\] {
    padding-top: 48px;
  }
  .pt-\[140px\] {
    padding-top: 140px;
  }
  .pb-\[500px\] {
    padding-bottom: 500px;
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[50px\] {
    font-size: 50px;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .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);
  }
  .text-\[\#C21724\] {
    color: #C21724;
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .mix-blend-darken {
    mix-blend-mode: darken;
  }
  .mix-blend-overlay {
    mix-blend-mode: overlay;
  }
  .filter {
    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-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-70 {
    &:hover {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .max-xl\:top-\[-10px\] {
    @media (width < 80rem) {
      top: -10px;
    }
  }
  .max-xl\:top-\[-252px\] {
    @media (width < 80rem) {
      top: -252px;
    }
  }
  .max-xl\:top-\[60px\] {
    @media (width < 80rem) {
      top: 60px;
    }
  }
  .max-xl\:left-\[-100px\] {
    @media (width < 80rem) {
      left: -100px;
    }
  }
  .max-xl\:left-\[31px\] {
    @media (width < 80rem) {
      left: 31px;
    }
  }
  .max-xl\:left-\[56px\] {
    @media (width < 80rem) {
      left: 56px;
    }
  }
  .max-xl\:mt-\[-60px\] {
    @media (width < 80rem) {
      margin-top: -60px;
    }
  }
  .max-xl\:mt-\[24px\] {
    @media (width < 80rem) {
      margin-top: 24px;
    }
  }
  .max-xl\:mt-\[30px\] {
    @media (width < 80rem) {
      margin-top: 30px;
    }
  }
  .max-xl\:mt-\[40px\] {
    @media (width < 80rem) {
      margin-top: 40px;
    }
  }
  .max-xl\:mb-\[24px\] {
    @media (width < 80rem) {
      margin-bottom: 24px;
    }
  }
  .max-xl\:mb-\[30px\] {
    @media (width < 80rem) {
      margin-bottom: 30px;
    }
  }
  .max-xl\:mb-\[100px\] {
    @media (width < 80rem) {
      margin-bottom: 100px;
    }
  }
  .max-xl\:flex {
    @media (width < 80rem) {
      display: flex;
    }
  }
  .max-xl\:hidden {
    @media (width < 80rem) {
      display: none;
    }
  }
  .max-xl\:h-\[29px\] {
    @media (width < 80rem) {
      height: 29px;
    }
  }
  .max-xl\:h-\[48px\] {
    @media (width < 80rem) {
      height: 48px;
    }
  }
  .max-xl\:h-\[500px\] {
    @media (width < 80rem) {
      height: 500px;
    }
  }
  .max-xl\:h-\[900px\] {
    @media (width < 80rem) {
      height: 900px;
    }
  }
  .max-xl\:\!w-\[77px\] {
    @media (width < 80rem) {
      width: 77px !important;
    }
  }
  .max-xl\:\!w-\[200px\] {
    @media (width < 80rem) {
      width: 200px !important;
    }
  }
  .max-xl\:w-\[48px\] {
    @media (width < 80rem) {
      width: 48px;
    }
  }
  .max-xl\:w-\[76px\] {
    @media (width < 80rem) {
      width: 76px;
    }
  }
  .max-xl\:w-\[124px\] {
    @media (width < 80rem) {
      width: 124px;
    }
  }
  .max-xl\:w-\[350px\] {
    @media (width < 80rem) {
      width: 350px;
    }
  }
  .max-xl\:w-\[430px\] {
    @media (width < 80rem) {
      width: 430px;
    }
  }
  .max-xl\:w-full {
    @media (width < 80rem) {
      width: 100%;
    }
  }
  .max-xl\:max-w-\[75\%\] {
    @media (width < 80rem) {
      max-width: 75%;
    }
  }
  .max-xl\:max-w-\[90\%\] {
    @media (width < 80rem) {
      max-width: 90%;
    }
  }
  .max-xl\:max-w-\[500px\] {
    @media (width < 80rem) {
      max-width: 500px;
    }
  }
  .max-xl\:flex-col {
    @media (width < 80rem) {
      flex-direction: column;
    }
  }
  .max-xl\:flex-col-reverse {
    @media (width < 80rem) {
      flex-direction: column-reverse;
    }
  }
  .max-xl\:gap-\[30px\] {
    @media (width < 80rem) {
      gap: 30px;
    }
  }
  .max-xl\:gap-\[34px\] {
    @media (width < 80rem) {
      gap: 34px;
    }
  }
  .max-xl\:gap-\[80px\] {
    @media (width < 80rem) {
      gap: 80px;
    }
  }
  .max-xl\:p-\[24px\] {
    @media (width < 80rem) {
      padding: 24px;
    }
  }
  .max-xl\:p-\[40px\] {
    @media (width < 80rem) {
      padding: 40px;
    }
  }
  .max-xl\:px-\[24px\] {
    @media (width < 80rem) {
      padding-inline: 24px;
    }
  }
  .max-xl\:py-\[48px\] {
    @media (width < 80rem) {
      padding-block: 48px;
    }
  }
  .max-xl\:pt-\[50px\] {
    @media (width < 80rem) {
      padding-top: 50px;
    }
  }
  .max-xl\:pt-\[80px\] {
    @media (width < 80rem) {
      padding-top: 80px;
    }
  }
  .max-xl\:pb-\[80px\] {
    @media (width < 80rem) {
      padding-bottom: 80px;
    }
  }
  .max-xl\:pb-\[450px\] {
    @media (width < 80rem) {
      padding-bottom: 450px;
    }
  }
  .max-xl\:text-base {
    @media (width < 80rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .max-xl\:text-lg {
    @media (width < 80rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .max-xl\:text-sm {
    @media (width < 80rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .max-lg\:top-2 {
    @media (width < 64rem) {
      top: calc(var(--spacing) * 2);
    }
  }
  .max-lg\:block {
    @media (width < 64rem) {
      display: block;
    }
  }
  .max-lg\:hidden {
    @media (width < 64rem) {
      display: none;
    }
  }
  .max-lg\:w-\[100px\] {
    @media (width < 64rem) {
      width: 100px;
    }
  }
  .max-lg\:w-\[150px\] {
    @media (width < 64rem) {
      width: 150px;
    }
  }
  .max-lg\:w-\[270px\] {
    @media (width < 64rem) {
      width: 270px;
    }
  }
  .max-lg\:w-\[390px\] {
    @media (width < 64rem) {
      width: 390px;
    }
  }
  .max-md\:top-\[160px\] {
    @media (width < 48rem) {
      top: 160px;
    }
  }
  .max-md\:mt-\[30px\] {
    @media (width < 48rem) {
      margin-top: 30px;
    }
  }
  .max-md\:mb-\[50px\] {
    @media (width < 48rem) {
      margin-bottom: 50px;
    }
  }
  .max-md\:hidden {
    @media (width < 48rem) {
      display: none;
    }
  }
  .max-md\:text-lg {
    @media (width < 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .max-md\:text-\[15px\] {
    @media (width < 48rem) {
      font-size: 15px;
    }
  }
  .max-md\:text-\[30px\] {
    @media (width < 48rem) {
      font-size: 30px;
    }
  }
  .max-sm\:right-0 {
    @media (width < 40rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .max-sm\:left-2 {
    @media (width < 40rem) {
      left: calc(var(--spacing) * 2);
    }
  }
  .max-sm\:mt-\[20px\] {
    @media (width < 40rem) {
      margin-top: 20px;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .xl\:ml-auto {
    @media (width >= 80rem) {
      margin-left: auto;
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:grid {
    @media (width >= 80rem) {
      display: grid;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}
@font-face {
  font-family: 'Refonti';
  src: url('assets/fonts/Refonti-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ardela';
  src: url('assets/fonts/ardela.ttf') format('truetype');
}
@font-face {
  font-family: 'Satoshi';
  src: url('assets/fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GreycliffCF';
  src: url('assets/fonts/Greycliff CF/Fontspring-DEMO-greycliffcf-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'GreycliffCF';
  src: url('assets/fonts/Greycliff CF/Fontspring-DEMO-greycliffcf-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'GreycliffCF';
  src: url('assets/fonts/Greycliff CF/Fontspring-DEMO-greycliffcf-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'GreycliffCF';
  src: url('assets/fonts/Greycliff CF/Fontspring-DEMO-greycliffcf-heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
.boxed-container {
  margin-inline: auto;
  width: 100%;
  max-width: 1440px;
}
.font-greycliff {
  font-family: 'GreycliffCF', sans-serif;
}
.font-refonti {
  font-family: 'Refonti', sans-serif;
}
.font-aderla {
  font-family: 'Ardela', sans-serif;
}
.font-satoshi {
  font-family: 'Satoshi', sans-serif;
}
.font-poppins {
  font-family: "Poppins", sans-serif;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-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;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: 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;
    }
  }
}
