/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Montserrat+Alternates:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Urbanist:wght@300;400;500;600;700;800&display=swap');
@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-yellow-400: oklch(85.2% 0.199 91.936);
    --color-gray-100: #5F6368;
    --color-gray-200: #9A9DA7;
    --color-gray-600: #EEEEF5;
    --color-gray-700: #F6F5FA;
    --color-black: #171C26;
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --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);
    --font-weight-extralight: 200;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-body: "Plus Jakarta Sans", sans-serif;
    --font-urban: "Urbanist", sans-serif;
    --font-dm: "DM Serif Display", serif;
    --color-orange: #FF7A41;
    --color-green: #5FC33B;
    --color-yellow: #FFAB0A;
    --color-yellow-2: #FFCE57;
    --color-blue: #0C9A12;
    --color-blue-2: #097A0E;
    --color-3: #14B21D;
    --color-blue-4: #097A0E;
    --color-red: #FF3C82;
    --color-primary: #0C9A12;
    --color-secondary: #A3E635;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-\[11\%\] {
    top: calc(11% * -1);
  }
  .-top-\[16\%\] {
    top: calc(16% * -1);
  }
  .-top-\[53px\] {
    top: calc(53px * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-\[-19\%\] {
    top: -19%;
  }
  .top-\[-41\%\] {
    top: -41%;
  }
  .top-\[-55px\] {
    top: -55px;
  }
  .top-\[-75px\] {
    top: -75px;
  }
  .top-\[2\%\] {
    top: 2%;
  }
  .top-\[4px\] {
    top: 4px;
  }
  .top-\[5px\] {
    top: 5px;
  }
  .top-\[6\%\] {
    top: 6%;
  }
  .top-\[9\%\] {
    top: 9%;
  }
  .top-\[10\%\] {
    top: 10%;
  }
  .top-\[12px\] {
    top: 12px;
  }
  .top-\[19\%\] {
    top: 19%;
  }
  .top-\[21\%\] {
    top: 21%;
  }
  .top-\[32\%\] {
    top: 32%;
  }
  .top-\[35px\] {
    top: 35px;
  }
  .-right-\[12\%\] {
    right: calc(12% * -1);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1 {
    right: calc(var(--spacing) * 1);
  }
  .right-\[-2\%\] {
    right: -2%;
  }
  .right-\[-5px\] {
    right: -5px;
  }
  .right-\[7\%\] {
    right: 7%;
  }
  .right-\[8\%\] {
    right: 8%;
  }
  .right-\[21\%\] {
    right: 21%;
  }
  .right-\[28px\] {
    right: 28px;
  }
  .right-\[36\%\] {
    right: 36%;
  }
  .right-\[50px\] {
    right: 50px;
  }
  .right-\[57px\] {
    right: 57px;
  }
  .-bottom-\[18\%\] {
    bottom: calc(18% * -1);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[-2px\] {
    bottom: -2px;
  }
  .bottom-\[-10\%\] {
    bottom: -10%;
  }
  .bottom-\[-27\%\] {
    bottom: -27%;
  }
  .bottom-\[-37\%\] {
    bottom: -37%;
  }
  .bottom-\[2px\] {
    bottom: 2px;
  }
  .bottom-\[14\%\] {
    bottom: 14%;
  }
  .bottom-\[25px\] {
    bottom: 25px;
  }
  .bottom-\[37\%\] {
    bottom: 37%;
  }
  .bottom-\[140\%\] {
    bottom: 140%;
  }
  .-left-\[16\%\] {
    left: calc(16% * -1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-5 {
    left: calc(var(--spacing) * 5);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .left-\[-10\%\] {
    left: -10%;
  }
  .left-\[-30px\] {
    left: -30px;
  }
  .left-\[4\%\] {
    left: 4%;
  }
  .left-\[5px\] {
    left: 5px;
  }
  .left-\[9\%\] {
    left: 9%;
  }
  .left-\[18\.5\%\] {
    left: 18.5%;
  }
  .left-\[25px\] {
    left: 25px;
  }
  .left-\[35px\] {
    left: 35px;
  }
  .left-\[38\%\] {
    left: 38%;
  }
  .left-\[42\%\] {
    left: 42%;
  }
  .left-\[45px\] {
    left: 45px;
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .-z-\[1\] {
    z-index: calc(1 * -1);
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[3\] {
    z-index: 3;
  }
  .z-\[5\] {
    z-index: 5;
  }
  .z-\[9\] {
    z-index: 9;
  }
  .z-\[30\] {
    z-index: 30;
  }
  .z-\[99\] {
    z-index: 99;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .z-\[999999\] {
    z-index: 999999;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-8 {
    grid-column: span 8 / span 8;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .float-left {
    float: left;
  }
  .clear-both {
    clear: both;
  }
  .container {
    width: 100%;
    @media (width >= 576px) {
      max-width: 576px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 992px) {
      max-width: 992px;
    }
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @media (width >= 1400px) {
      max-width: 1400px;
    }
    @media (width >= 1600px) {
      max-width: 1600px;
    }
    @media (width >= 1700px) {
      max-width: 1700px;
    }
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-\[225px\] {
    margin-top: calc(225px * -1);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-\[2px\] {
    margin-top: 2px;
  }
  .mt-\[4px\] {
    margin-top: 4px;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[26px\] {
    margin-top: 26px;
  }
  .mt-\[28px\] {
    margin-top: 28px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mr-\[-150px\] {
    margin-right: -150px;
  }
  .mr-\[5px\] {
    margin-right: 5px;
  }
  .mr-\[6px\] {
    margin-right: 6px;
  }
  .mr-\[10px\] {
    margin-right: 10px;
  }
  .mr-\[20px\] {
    margin-right: 20px;
  }
  .mr-\[25px\] {
    margin-right: 25px;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-\[-47px\] {
    margin-bottom: -47px;
  }
  .mb-\[1px\] {
    margin-bottom: 1px;
  }
  .mb-\[8px\] {
    margin-bottom: 8px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[13px\] {
    margin-bottom: 13px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[17px\] {
    margin-bottom: 17px;
  }
  .mb-\[18px\] {
    margin-bottom: 18px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[22px\] {
    margin-bottom: 22px;
  }
  .mb-\[23px\] {
    margin-bottom: 23px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .mb-\[28px\] {
    margin-bottom: 28px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .mb-\[34px\] {
    margin-bottom: 34px;
  }
  .mb-\[35px\] {
    margin-bottom: 35px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[45px\] {
    margin-bottom: 45px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .mb-\[55px\] {
    margin-bottom: 55px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .mb-\[80px\] {
    margin-bottom: 80px;
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-\[4px\] {
    margin-left: 4px;
  }
  .ml-\[5px\] {
    margin-left: 5px;
  }
  .ml-\[15px\] {
    margin-left: 15px;
  }
  .ml-\[40px\] {
    margin-left: 40px;
  }
  .ml-\[75px\] {
    margin-left: 75px;
  }
  .ml-\[100px\] {
    margin-left: 100px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .\!h-\[55px\] {
    height: 55px !important;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-15 {
    height: calc(var(--spacing) * 15);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[52px\] {
    height: 52px;
  }
  .h-\[54px\] {
    height: 54px;
  }
  .h-\[55px\] {
    height: 55px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[62px\] {
    height: 62px;
  }
  .h-\[65px\] {
    height: 65px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[72vw\] {
    height: 72vw;
  }
  .h-\[78vw\] {
    height: 78vw;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[104px\] {
    height: 104px;
  }
  .h-\[160px\] {
    height: 160px;
  }
  .h-\[170px\] {
    height: 170px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[230px\] {
    height: 230px;
  }
  .h-\[375px\] {
    height: 375px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[980px\] {
    height: 980px;
  }
  .h-\[calc\(100\%-8px\)\] {
    height: calc(100% - 8px);
  }
  .h-full {
    height: 100%;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-\[500px\] {
    max-height: 500px;
  }
  .max-h-\[560px\] {
    max-height: 560px;
  }
  .min-h-\[360px\] {
    min-height: 360px;
  }
  .min-h-full {
    min-height: 100%;
  }
  .\!w-auto {
    width: auto !important;
  }
  .\!w-full {
    width: 100% !important;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
  .w-1\/3 {
    width: calc(1 / 3 * 100%);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[28px\] {
    width: 28px;
  }
  .w-\[36px\] {
    width: 36px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[42px\] {
    width: 42px;
  }
  .w-\[44px\] {
    width: 44px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[54px\] {
    width: 54px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[72vw\] {
    width: 72vw;
  }
  .w-\[78vw\] {
    width: 78vw;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[115\%\] {
    width: 115%;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[170px\] {
    width: 170px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[270px\] {
    width: 270px;
  }
  .w-\[375px\] {
    width: 375px;
  }
  .w-\[1170px\] {
    width: 1170px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1320px\] {
    max-width: 1320px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-\[0_0_auto\] {
    flex: 0 0 auto;
  }
  .flex-none {
    flex: none;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .origin-bottom-right {
    transform-origin: 100% 100%;
  }
  .origin-top {
    transform-origin: top;
  }
  .origin-top-right {
    transform-origin: 100% 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-\[6px\] {
    --tw-translate-x: calc(6px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[3px\] {
    --tw-translate-x: 3px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[104px\] {
    --tw-translate-x: 104px;
    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);
  }
  .-translate-y-\[2px\] {
    --tw-translate-y: calc(2px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-1\/2 {
    --tw-translate-y: calc(1 / 2 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[24px\] {
    --tw-translate-y: 24px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[26px\] {
    --tw-translate-y: 26px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[150px\] {
    --tw-translate-y: 150px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-x-110 {
    --tw-scale-x: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-\[1\.03\] {
    scale: 1.03;
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-\[-45deg\] {
    rotate: -45deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-\[lineDash_90s_linear_infinite\] {
    animation: lineDash 90s linear infinite;
  }
  .animate-\[preloader_1\.3s_linear_infinite\] {
    animation: preloader 1.3s linear infinite;
  }
  .animate-\[stroke_2s_linear_forwards\] {
    animation: stroke 2s linear forwards;
  }
  .animate-\[tptranslateY_4s_forwards_infinite_alternate\] {
    animation: tptranslateY 4s forwards infinite alternate;
  }
  .animate-\[tpupdown_1s_infinite_alternate\] {
    animation: tpupdown 1s infinite alternate;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-start {
    align-content: flex-start;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-\[9px\] {
    gap: 9px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[14px\] {
    gap: 14px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[25px\] {
    gap: 25px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-\[30px\] {
    column-gap: 30px;
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[2px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(2px * var(--tw-space-x-reverse));
      margin-inline-end: calc(2px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[8px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(8px * var(--tw-space-x-reverse));
      margin-inline-end: calc(8px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .\!rounded-\[12px\] {
    border-radius: 12px !important;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[20px_0_0_20px\] {
    border-radius: 20px 0 0 20px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-\[36\%_64\%_43\%_57\%\/_34\%_45\%_55\%_66\%\] {
    border-radius: 36% 64% 43% 57%/ 34% 45% 55% 66%;
  }
  .rounded-\[40px\] {
    border-radius: 40px;
  }
  .rounded-\[60px\] {
    border-radius: 60px;
  }
  .rounded-\[100px\] {
    border-radius: 100px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-t-\[20px\] {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .rounded-t-\[40px\] {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .rounded-tl-\[20px\] {
    border-top-left-radius: 20px;
  }
  .rounded-tr-\[20px\] {
    border-top-right-radius: 20px;
  }
  .rounded-b-\[24px\] {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .\!border {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-\[1\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 1.5px;
  }
  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .\!border-\[\#E5E5E5\] {
    border-color: #E5E5E5 !important;
  }
  .border-\[\#0c9a12\] {
    border-color: #0c9a12;
  }
  .border-\[\#C0C2C8\] {
    border-color: #C0C2C8;
  }
  .border-\[\#DFDFEA\] {
    border-color: #DFDFEA;
  }
  .border-\[\#E5E5E5\] {
    border-color: #E5E5E5;
  }
  .border-\[\#E9EBF1\] {
    border-color: #E9EBF1;
  }
  .border-\[\#EBECF0\] {
    border-color: #EBECF0;
  }
  .border-\[\#EDEFF5\] {
    border-color: #EDEFF5;
  }
  .border-\[\#EFF1F7\] {
    border-color: #EFF1F7;
  }
  .border-\[rgba\(8\,8\,41\,0\.1\)\] {
    border-color: rgba(8,8,41,0.1);
  }
  .border-\[rgba\(32\,33\,36\,0\.1\)\] {
    border-color: rgba(32,33,36,0.1);
  }
  .border-\[rgba\(89\,91\,98\,0\.2\)\] {
    border-color: rgba(89,91,98,0.2);
  }
  .border-\[rgba\(255\,255\,255\,0\.14\)\] {
    border-color: rgba(255,255,255,0.14);
  }
  .border-\[rgba\(255\,255\,255\,0\.16\)\] {
    border-color: rgba(255,255,255,0.16);
  }
  .border-black\/\[0\.1\] {
    border-color: color-mix(in srgb, #171C26 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .border-black\/\[0\.07\] {
    border-color: color-mix(in srgb, #171C26 7.000000000000001%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 7.000000000000001%, transparent);
    }
  }
  .border-current\/20 {
    border-color: currentcolor;
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, currentcolor 20%, transparent);
    }
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #ffffff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-white\/15 {
    border-color: color-mix(in srgb, #ffffff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .border-white\/100 {
    border-color: var(--color-white);
  }
  .border-r-\[rgba\(8\,8\,41\,0\.1\)\] {
    border-right-color: rgba(8,8,41,0.1);
  }
  .bg-\[\#0c9a12\] {
    background-color: #0c9a12;
  }
  .bg-\[\#2bc436\] {
    background-color: #2bc436;
  }
  .bg-\[\#65CB7B\] {
    background-color: #65CB7B;
  }
  .bg-\[\#097a0d\] {
    background-color: #097a0d;
  }
  .bg-\[\#EAEAEA\] {
    background-color: #EAEAEA;
  }
  .bg-\[\#F0F2F5\] {
    background-color: #F0F2F5;
  }
  .bg-\[\#F6F7F9\] {
    background-color: #F6F7F9;
  }
  .bg-\[\#F7F9FB\] {
    background-color: #F7F9FB;
  }
  .bg-\[\#F7F9FC\] {
    background-color: #F7F9FC;
  }
  .bg-\[\#f7f7f7\] {
    background-color: #f7f7f7;
  }
  .bg-\[\#ffa8b8\] {
    background-color: #ffa8b8;
  }
  .bg-\[\#ffab0a\] {
    background-color: #ffab0a;
  }
  .bg-\[rgba\(20\,17\,37\,0\.08\)\] {
    background-color: rgba(20,17,37,0.08);
  }
  .bg-\[rgba\(24\,_24\,_24\,_0\.6\)\] {
    background-color: rgba(24, 24, 24, 0.6);
  }
  .bg-\[rgba\(89\,86\,233\,0\.05\)\] {
    background-color: rgba(89,86,233,0.05);
  }
  .bg-\[rgba\(96\,14\,228\,0\.06\)\] {
    background-color: rgba(96,14,228,0.06);
  }
  .bg-\[rgba\(107\,20\,250\,0\.06\)\] {
    background-color: rgba(107,20,250,0.06);
  }
  .bg-\[rgba\(217\,217\,217\,0\.1\)\] {
    background-color: rgba(217,217,217,0.1);
  }
  .bg-\[rgba\(255\,255\,255\,0\.24\)\] {
    background-color: rgba(255,255,255,0.24);
  }
  .bg-\[rgba\(255\,255\,255\,_0\.2\)\] {
    background-color: rgba(255,255,255, 0.2);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/\[0\.04\] {
    background-color: color-mix(in srgb, #171C26 4%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 4%, transparent);
    }
  }
  .bg-black\/\[0\.05\] {
    background-color: color-mix(in srgb, #171C26 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }
  .bg-blue {
    background-color: var(--color-blue);
  }
  .bg-blue-4 {
    background-color: var(--color-blue-4);
  }
  .bg-gray-600 {
    background-color: var(--color-gray-600);
  }
  .bg-green {
    background-color: var(--color-green);
  }
  .bg-orange {
    background-color: var(--color-orange);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-primary\/\[0\.10\] {
    background-color: color-mix(in srgb, #0C9A12 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
    }
  }
  .bg-red {
    background-color: var(--color-red);
  }
  .bg-secondary\/\[0\.09\] {
    background-color: color-mix(in srgb, #A3E635 9%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-secondary) 9%, transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/5 {
    background-color: color-mix(in srgb, #ffffff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #ffffff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-yellow-2 {
    background-color: var(--color-yellow-2);
  }
  .bg-\[linear-gradient\(108\.44deg\,rgba\(255\,255\,255\,0\.1\)_20\.99\%\,rgba\(255\,255\,255\,0\.025\)_84\.05\%\)\] {
    background-image: linear-gradient(108.44deg,rgba(255,255,255,0.1) 20.99%,rgba(255,255,255,0.025) 84.05%);
  }
  .bg-\[linear-gradient\(149deg\,\#FF4386_-12\.19\%\,\#413DFF_89\.78\%\)\] {
    background-image: linear-gradient(149deg,#FF4386 -12.19%,#413DFF 89.78%);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-current {
    fill: currentcolor;
  }
  .p-\[3px\] {
    padding: 3px;
  }
  .p-\[4px\] {
    padding: 4px;
  }
  .p-\[8px_12px\] {
    padding: 8px 12px;
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .p-\[25px\] {
    padding: 25px;
  }
  .p-\[26px_28px\] {
    padding: 26px 28px;
  }
  .p-\[30px_10px\] {
    padding: 30px 10px;
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .p-\[45px\] {
    padding: 45px;
  }
  .p-\[50px\] {
    padding: 50px;
  }
  .p-\[55px_30px\] {
    padding: 55px 30px;
  }
  .p-\[57px_40px_20px_40px\] {
    padding: 57px 40px 20px 40px;
  }
  .p-\[70px_40px\] {
    padding: 70px 40px;
  }
  .\!px-5 {
    padding-inline: calc(var(--spacing) * 5) !important;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[11px\] {
    padding-inline: 11px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[17px\] {
    padding-inline: 17px;
  }
  .px-\[18px\] {
    padding-inline: 18px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[22px\] {
    padding-inline: 22px;
  }
  .px-\[25px\] {
    padding-inline: 25px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .px-\[32px\] {
    padding-inline: 32px;
  }
  .px-\[35px\] {
    padding-inline: 35px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[17px\] {
    padding-block: 17px;
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[35px\] {
    padding-block: 35px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-\[1px\] {
    padding-top: 1px;
  }
  .pt-\[25px\] {
    padding-top: 25px;
  }
  .pt-\[26px\] {
    padding-top: 26px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[70px\] {
    padding-top: 70px;
  }
  .pt-\[90px\] {
    padding-top: 90px;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pt-\[105px\] {
    padding-top: 105px;
  }
  .pt-\[110px\] {
    padding-top: 110px;
  }
  .pt-\[115px\] {
    padding-top: 115px;
  }
  .pt-\[120px\] {
    padding-top: 120px;
  }
  .pt-\[130px\] {
    padding-top: 130px;
  }
  .pt-\[140px\] {
    padding-top: 140px;
  }
  .pt-\[170px\] {
    padding-top: 170px;
  }
  .pt-\[175px\] {
    padding-top: 175px;
  }
  .pt-\[200px\] {
    padding-top: 200px;
  }
  .pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
  .pr-20 {
    padding-right: calc(var(--spacing) * 20);
  }
  .pr-\[5px\] {
    padding-right: 5px;
  }
  .pr-\[20px\] {
    padding-right: 20px;
  }
  .pr-\[35px\] {
    padding-right: 35px;
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[13px\] {
    padding-bottom: 13px;
  }
  .pb-\[14px\] {
    padding-bottom: 14px;
  }
  .pb-\[15px\] {
    padding-bottom: 15px;
  }
  .pb-\[16px\] {
    padding-bottom: 16px;
  }
  .pb-\[18px\] {
    padding-bottom: 18px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[22px\] {
    padding-bottom: 22px;
  }
  .pb-\[23px\] {
    padding-bottom: 23px;
  }
  .pb-\[25px\] {
    padding-bottom: 25px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[33px\] {
    padding-bottom: 33px;
  }
  .pb-\[34px\] {
    padding-bottom: 34px;
  }
  .pb-\[35px\] {
    padding-bottom: 35px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[45px\] {
    padding-bottom: 45px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[70px\] {
    padding-bottom: 70px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pb-\[90px\] {
    padding-bottom: 90px;
  }
  .pb-\[100px\] {
    padding-bottom: 100px;
  }
  .pb-\[110px\] {
    padding-bottom: 110px;
  }
  .pb-\[115px\] {
    padding-bottom: 115px;
  }
  .pb-\[120px\] {
    padding-bottom: 120px;
  }
  .pb-\[130px\] {
    padding-bottom: 130px;
  }
  .pb-\[140px\] {
    padding-bottom: 140px;
  }
  .pb-\[170px\] {
    padding-bottom: 170px;
  }
  .pb-\[185px\] {
    padding-bottom: 185px;
  }
  .pb-\[305px\] {
    padding-bottom: 305px;
  }
  .pl-14 {
    padding-left: calc(var(--spacing) * 14);
  }
  .pl-\[19px\] {
    padding-left: 19px;
  }
  .pl-\[20px\] {
    padding-left: 20px;
  }
  .pl-\[30px\] {
    padding-left: 30px;
  }
  .pl-\[35px\] {
    padding-left: 35px;
  }
  .pl-\[40px\] {
    padding-left: 40px;
  }
  .pl-\[50px\] {
    padding-left: 50px;
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-left {
    text-align: left;
  }
  .text-start {
    text-align: start;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-dm {
    font-family: var(--font-dm);
  }
  .font-urban {
    font-family: var(--font-urban);
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .\!text-\[15px\] {
    font-size: 15px !important;
  }
  .text-\[8px\] {
    font-size: 8px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[19px\] {
    font-size: 19px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[44px\] {
    font-size: 44px;
  }
  .text-\[50px\] {
    font-size: 50px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .\!leading-\[20px\] {
    --tw-leading: 20px !important;
    line-height: 20px !important;
  }
  .\!leading-\[22px\] {
    --tw-leading: 22px !important;
    line-height: 22px !important;
  }
  .\!leading-\[24px\] {
    --tw-leading: 24px !important;
    line-height: 24px !important;
  }
  .\!leading-\[29px\] {
    --tw-leading: 29px !important;
    line-height: 29px !important;
  }
  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-9 {
    --tw-leading: calc(var(--spacing) * 9);
    line-height: calc(var(--spacing) * 9);
  }
  .leading-\[0\.88\] {
    --tw-leading: 0.88;
    line-height: 0.88;
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.06\] {
    --tw-leading: 1.06;
    line-height: 1.06;
  }
  .leading-\[12px\] {
    --tw-leading: 12px;
    line-height: 12px;
  }
  .leading-\[14px\] {
    --tw-leading: 14px;
    line-height: 14px;
  }
  .leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[20px\!important\] {
    --tw-leading: 20px!important;
    line-height: 20px!important;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[23px\] {
    --tw-leading: 23px;
    line-height: 23px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }
  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-\[44px\] {
    --tw-leading: 44px;
    line-height: 44px;
  }
  .leading-\[49px\] {
    --tw-leading: 49px;
    line-height: 49px;
  }
  .leading-\[50px\] {
    --tw-leading: 50px;
    line-height: 50px;
  }
  .leading-\[52px\] {
    --tw-leading: 52px;
    line-height: 52px;
  }
  .leading-\[55px\] {
    --tw-leading: 55px;
    line-height: 55px;
  }
  .leading-\[60px\] {
    --tw-leading: 60px;
    line-height: 60px;
  }
  .leading-\[65px\] {
    --tw-leading: 65px;
    line-height: 65px;
  }
  .leading-\[68px\] {
    --tw-leading: 68px;
    line-height: 68px;
  }
  .leading-\[70px\] {
    --tw-leading: 70px;
    line-height: 70px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .\!font-medium {
    --tw-font-weight: var(--font-weight-medium) !important;
    font-weight: var(--font-weight-medium) !important;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-extralight {
    --tw-font-weight: var(--font-weight-extralight);
    font-weight: var(--font-weight-extralight);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.01em\] {
    --tw-tracking: -0.01em;
    letter-spacing: -0.01em;
  }
  .tracking-\[-0\.02em\] {
    --tw-tracking: -0.02em;
    letter-spacing: -0.02em;
  }
  .tracking-\[-0\.03em\] {
    --tw-tracking: -0.03em;
    letter-spacing: -0.03em;
  }
  .tracking-\[0\.1em\] {
    --tw-tracking: 0.1em;
    letter-spacing: 0.1em;
  }
  .tracking-\[0\.02em\] {
    --tw-tracking: 0.02em;
    letter-spacing: 0.02em;
  }
  .tracking-\[0\.03em\] {
    --tw-tracking: 0.03em;
    letter-spacing: 0.03em;
  }
  .tracking-\[0\.04em\] {
    --tw-tracking: 0.04em;
    letter-spacing: 0.04em;
  }
  .tracking-\[0\.06em\] {
    --tw-tracking: 0.06em;
    letter-spacing: 0.06em;
  }
  .tracking-\[0\.12em\] {
    --tw-tracking: 0.12em;
    letter-spacing: 0.12em;
  }
  .tracking-\[0\.16em\] {
    --tw-tracking: 0.16em;
    letter-spacing: 0.16em;
  }
  .\!text-\[\#87888A\] {
    color: #87888A !important;
  }
  .text-3 {
    color: var(--color-3);
  }
  .text-\[\#0c9a12\] {
    color: #0c9a12;
  }
  .text-\[\#5F6168\] {
    color: #5F6168;
  }
  .text-\[\#5F6368\] {
    color: #5F6368;
  }
  .text-\[\#14b21d\] {
    color: #14b21d;
  }
  .text-\[\#171C26\] {
    color: #171C26;
  }
  .text-\[\#171C26\]\/55 {
    color: color-mix(in oklab, #171C26 55%, transparent);
  }
  .text-\[\#595B62\] {
    color: #595B62;
  }
  .text-\[\#080829\] {
    color: #080829;
  }
  .text-\[\#82868C\] {
    color: #82868C;
  }
  .text-\[\#87888A\] {
    color: #87888A;
  }
  .text-\[\#202124\] {
    color: #202124;
  }
  .text-\[\#848587\] {
    color: #848587;
  }
  .text-\[\#B2B2B8\] {
    color: #B2B2B8;
  }
  .text-\[\#F5F5FA\] {
    color: #F5F5FA;
  }
  .text-\[\#f5f5fa99\] {
    color: #f5f5fa99;
  }
  .text-\[\#ffab0a\] {
    color: #ffab0a;
  }
  .text-\[rgba\(245\,245\,250\,0\.6\)\] {
    color: rgba(245,245,250,0.6);
  }
  .text-\[rgba\(255\,255\,255\,0\.6\)\] {
    color: rgba(255,255,255,0.6);
  }
  .text-\[rgba\(255\,255\,255\,0\.7\)\] {
    color: rgba(255,255,255,0.7);
  }
  .text-\[rgba\(255\,_255\,_255\,0\.8\)\] {
    color: rgba(255, 255, 255,0.8);
  }
  .text-\[var\(--tp-text-body\)\] {
    color: var(--tp-text-body);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue {
    color: var(--color-blue);
  }
  .text-blue-4 {
    color: var(--color-blue-4);
  }
  .text-current\/55 {
    color: currentcolor;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, currentcolor 55%, transparent);
    }
  }
  .text-gray-100 {
    color: var(--color-gray-100);
  }
  .text-gray-200 {
    color: var(--color-gray-200);
  }
  .text-green {
    color: var(--color-green);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow {
    color: var(--color-yellow);
  }
  .text-yellow-400 {
    color: var(--color-yellow-400);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .\!shadow-none {
    --tw-shadow: 0 0 #0000 !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;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
  }
  .shadow-\[0_4px_12px_-4px_rgba\(3\,4\,28\,0\.12\)\] {
    --tw-shadow: 0 4px 12px -4px var(--tw-shadow-color, rgba(3,4,28,0.12));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_14px_-5px_rgba\(3\,4\,28\,0\.12\)\] {
    --tw-shadow: 0 4px 14px -5px var(--tw-shadow-color, rgba(3,4,28,0.12));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_10px_24px_-8px_rgba\(3\,4\,28\,0\.18\)\] {
    --tw-shadow: 0 10px 24px -8px var(--tw-shadow-color, rgba(3,4,28,0.18));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_12px_26px_-8px_rgba\(12\,154\,18\,0\.55\)\] {
    --tw-shadow: 0 12px 26px -8px var(--tw-shadow-color, rgba(12,154,18,0.55));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_16px_20px_10px_rgba\(1\,16\,61\,0\.1\)\] {
    --tw-shadow: 0 16px 20px 10px var(--tw-shadow-color, rgba(1,16,61,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);
  }
  .shadow-\[0_18px_36px_-12px_rgba\(12\,154\,18\,0\.6\)\] {
    --tw-shadow: 0 18px 36px -12px var(--tw-shadow-color, rgba(12,154,18,0.6));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_30px_70px_6px_rgba\(11\,6\,70\,0\.08\)\] {
    --tw-shadow: 0 30px 70px 6px var(--tw-shadow-color, rgba(11,6,70,0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_1px_2px_rgba\(1\,16\,61\,0\.14\)\] {
    --tw-shadow: 0px 1px 2px var(--tw-shadow-color, rgba(1,16,61,0.14));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_1px_2px_rgba\(32\,33\,36\,0\.14\)\] {
    --tw-shadow: 0px 1px 2px var(--tw-shadow-color, rgba(32,33,36,0.14));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_1px_3px_rgba\(3\,7\,22\,0\.1\)\] {
    --tw-shadow: 0px 1px 3px var(--tw-shadow-color, rgba(3,7,22,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);
  }
  .shadow-\[0px_1px_3px_rgba\(32\,33\,36\,0\.08\)\] {
    --tw-shadow: 0px 1px 3px var(--tw-shadow-color, rgba(32,33,36,0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_1px_3px_rgba\(75\,8\,69\,0\.3\)\] {
    --tw-shadow: 0px 1px 3px var(--tw-shadow-color, rgba(75,8,69,0.3));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_2px_2px_-1px_rgba\(89\,86\,233\,0\.15\)\,0px_0px_1px_rgba\(89\,86\,233\,0\.1\)\] {
    --tw-shadow: 0px 2px 2px -1px var(--tw-shadow-color, rgba(89,86,233,0.15)), 0px 0px 1px var(--tw-shadow-color, rgba(89,86,233,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);
  }
  .shadow-\[0px_2px_3px_rgba\(3\,22\,3\,0\.2\)\] {
    --tw-shadow: 0px 2px 3px var(--tw-shadow-color, rgba(3,22,3,0.2));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_7px_29px_0px_rgba\(100\,100\,111\,0\.2\)\] {
    --tw-shadow: 0px 7px 29px 0px var(--tw-shadow-color, rgba(100,100,111,0.2));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_16px_32px_rgba\(0\,0\,0\,0\.06\)\] {
    --tw-shadow: 0px 16px 32px var(--tw-shadow-color, rgba(0,0,0,0.06));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_20px_80px_rgba\(7\,13\,32\,0\.08\)\] {
    --tw-shadow: 0px 20px 80px var(--tw-shadow-color, rgba(7,13,32,0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_30px_60px_rgba\(0\,0\,0\,0\.5\)\] {
    --tw-shadow: 0px 30px 60px var(--tw-shadow-color, rgba(0,0,0,0.5));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[10px_40px_40px_rgba\(1\,16\,61\,0\.06\)\,_-20px_-20px_120px_rgba\(1\,16\,61\,0\.12\)\] {
    --tw-shadow: 10px 40px 40px var(--tw-shadow-color, rgba(1,16,61,0.06)), -20px -20px 120px var(--tw-shadow-color, rgba(1,16,61,0.12));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[inset_-2px_-2px_2px_rgba\(7\,13\,29\,0\.3\)\] {
    --tw-shadow: inset -2px -2px 2px var(--tw-shadow-color, rgba(7,13,29,0.3));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
  }
  .shadow-\[rgba\(18\,20\,32\,0\.14\)\] {
    --tw-shadow-color: rgba(18,20,32,0.14);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, rgba(18,20,32,0.14) var(--tw-shadow-alpha), transparent);
    }
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-\[90px\] {
    --tw-blur: blur(90px);
    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,);
  }
  .invert {
    --tw-invert: invert(100%);
    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,);
  }
  .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,);
  }
  .backdrop-blur-\[5px\] {
    --tw-backdrop-blur: blur(5px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-\[8px\] {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    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, -webkit-backdrop-filter, backdrop-filter, display, 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-\[0\.3s\] {
    transition-property: 0.3s;
    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));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .delay-100 {
    transition-delay: 100ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-400 {
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .duration-\[7s\] {
    --tw-duration: 7s;
    transition-duration: 7s;
  }
  .duration-\[15s\] {
    --tw-duration: 15s;
    transition-duration: 15s;
  }
  .duration-\[400ms\] {
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }
  .duration-\[450ms\] {
    --tw-duration: 450ms;
    transition-duration: 450ms;
  }
  .duration-\[600ms\] {
    --tw-duration: 600ms;
    transition-duration: 600ms;
  }
  .duration-\[650ms\] {
    --tw-duration: 650ms;
    transition-duration: 650ms;
  }
  .duration-\[700ms\] {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .ease-\[ease\] {
    --tw-ease: ease;
    transition-timing-function: ease;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .will-change-\[border-radius\,transform\,opacity\] {
    will-change: border-radius,transform,opacity;
  }
  .will-change-transform {
    will-change: transform;
  }
  .\!outline-none {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .\[animation-delay\:-0\.9s\] {
    animation-delay: -0.9s;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-hover\:visible {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        visibility: visible;
      }
    }
  }
  .group-hover\:bottom-\[45px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        bottom: 45px;
      }
    }
  }
  .group-hover\:mb-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        margin-bottom: calc(var(--spacing) * 0);
      }
    }
  }
  .group-hover\:h-\[400px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        height: 400px;
      }
    }
  }
  .group-hover\:w-\[45px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        width: 45px;
      }
    }
  }
  .group-hover\:w-\[400px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        width: 400px;
      }
    }
  }
  .group-hover\:translate-x-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(var(--spacing) * 0);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:rotate-90 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        rotate: 90deg;
      }
    }
  }
  .group-hover\:bg-primary {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-primary);
      }
    }
  }
  .group-hover\:text-3 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-3);
      }
    }
  }
  .group-hover\:text-\[\#0c9a12\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #0c9a12;
      }
    }
  }
  .group-hover\:text-black {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .group-hover\:text-primary {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-\[\.active\]\:max-h-\[500px\] {
    &:is(:where(.group):is(.active) *) {
      max-height: 500px;
    }
  }
  .group-\[\.active\]\:translate-y-\[-20px\] {
    &:is(:where(.group):is(.active) *) {
      --tw-translate-y: -20px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .group-\[\.active\]\:border-black {
    &:is(:where(.group):is(.active) *) {
      border-color: var(--color-black);
    }
  }
  .group-\[\.active\]\:opacity-100 {
    &:is(:where(.group):is(.active) *) {
      opacity: 100%;
    }
  }
  .group-\[\.back-to-top-btn-show\]\/show\:bottom-\[80px\] {
    &:is(:where(.group\/show):is(.back-to-top-btn-show) *) {
      bottom: 80px;
    }
  }
  .group-\[\.header-sticky\]\/sticky\:mt-\[16px\] {
    &:is(:where(.group\/sticky):is(.header-sticky) *) {
      margin-top: 16px;
    }
  }
  .group-\[\.header-sticky\]\/sticky\:hidden {
    &:is(:where(.group\/sticky):is(.header-sticky) *) {
      display: none;
    }
  }
  .group-\[\.header-sticky\]\/sticky\:inline-block {
    &:is(:where(.group\/sticky):is(.header-sticky) *) {
      display: inline-block;
    }
  }
  .group-\[\.header-sticky\]\/sticky\:h-\[82px\] {
    &:is(:where(.group\/sticky):is(.header-sticky) *) {
      height: 82px;
    }
  }
  .group-\[\.header-sticky\]\/sticky\:rounded-full {
    &:is(:where(.group\/sticky):is(.header-sticky) *) {
      border-radius: calc(infinity * 1px);
    }
  }
  .group-\[\.header-sticky\]\/sticky\:border-black\/\[0\.06\] {
    &:is(:where(.group\/sticky):is(.header-sticky) *) {
      border-color: color-mix(in srgb, #171C26 6%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-black) 6%, transparent);
      }
    }
  }
  .group-\[\.header-sticky\]\/sticky\:bg-black\/\[0\.05\] {
    &:is(:where(.group\/sticky):is(.header-sticky) *) {
      background-color: color-mix(in srgb, #171C26 5%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-black) 5%, transparent);
      }
    }
  }
  .group-\[\.header-sticky\]\/sticky\:bg-white\/70 {
    &:is(:where(.group\/sticky):is(.header-sticky) *) {
      background-color: color-mix(in srgb, #ffffff 70%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-white) 70%, transparent);
      }
    }
  }
  .group-\[\.header-sticky\]\/sticky\:pr-\[16px\] {
    &:is(:where(.group\/sticky):is(.header-sticky) *) {
      padding-right: 16px;
    }
  }
  .group-\[\.header-sticky\]\/sticky\:pl-\[38px\] {
    &:is(:where(.group\/sticky):is(.header-sticky) *) {
      padding-left: 38px;
    }
  }
  .group-\[\.header-sticky\]\/sticky\:text-black {
    &:is(:where(.group\/sticky):is(.header-sticky) *) {
      color: var(--color-black);
    }
  }
  .group-\[\.header-sticky\]\/sticky\:shadow-\[0_24px_50px_-24px_rgba\(3\,4\,28\,0\.3\)\] {
    &:is(:where(.group\/sticky):is(.header-sticky) *) {
      --tw-shadow: 0 24px 50px -24px var(--tw-shadow-color, rgba(3,4,28,0.3));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .group-\[\.header-sticky\]\/sticky\:backdrop-blur-\[24px\] {
    &:is(:where(.group\/sticky):is(.header-sticky) *) {
      --tw-backdrop-blur: blur(24px);
      -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
      backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    }
  }
  .peer-valid\:top-0 {
    &:is(:where(.peer):valid ~ *) {
      top: calc(var(--spacing) * 0);
    }
  }
  .peer-valid\:text-\[13px\] {
    &:is(:where(.peer):valid ~ *) {
      font-size: 13px;
    }
  }
  .peer-focus\:top-0 {
    &:is(:where(.peer):focus ~ *) {
      top: calc(var(--spacing) * 0);
    }
  }
  .peer-focus\:top-\[-4px\] {
    &:is(:where(.peer):focus ~ *) {
      top: -4px;
    }
  }
  .peer-focus\:text-\[13px\] {
    &:is(:where(.peer):focus ~ *) {
      font-size: 13px;
    }
  }
  .peer-focus\:text-\[\#097a0d\] {
    &:is(:where(.peer):focus ~ *) {
      color: #097a0d;
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-1\/2 {
    &::before {
      content: var(--tw-content);
      top: calc(1 / 2 * 100%);
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .before\:left-1\/2 {
    &::before {
      content: var(--tw-content);
      left: calc(1 / 2 * 100%);
    }
  }
  .before\:h-\[4px\] {
    &::before {
      content: var(--tw-content);
      height: 4px;
    }
  }
  .before\:h-\[12px\] {
    &::before {
      content: var(--tw-content);
      height: 12px;
    }
  }
  .before\:w-\[2px\] {
    &::before {
      content: var(--tw-content);
      width: 2px;
    }
  }
  .before\:w-\[4px\] {
    &::before {
      content: var(--tw-content);
      width: 4px;
    }
  }
  .before\:-translate-x-1\/2 {
    &::before {
      content: var(--tw-content);
      --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .before\:-translate-y-1\/2 {
    &::before {
      content: var(--tw-content);
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .before\:rounded-full {
    &::before {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .before\:bg-3 {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-3);
    }
  }
  .before\:bg-\[\#525258\] {
    &::before {
      content: var(--tw-content);
      background-color: #525258;
    }
  }
  .before\:bg-black {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-black);
    }
  }
  .before\:transition {
    &::before {
      content: var(--tw-content);
      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, -webkit-backdrop-filter, backdrop-filter, display, 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));
    }
  }
  .before\:transition-all {
    &::before {
      content: var(--tw-content);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .before\:duration-300 {
    &::before {
      content: var(--tw-content);
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .before\:content-\[\'\'\] {
    &::before {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .group-hover\:before\:bg-3 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          background-color: var(--color-3);
        }
      }
    }
  }
  .after\:invisible {
    &::after {
      content: var(--tw-content);
      visibility: hidden;
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:inset-0 {
    &::after {
      content: var(--tw-content);
      inset: calc(var(--spacing) * 0);
    }
  }
  .after\:inset-x-0 {
    &::after {
      content: var(--tw-content);
      inset-inline: calc(var(--spacing) * 0);
    }
  }
  .after\:top-0 {
    &::after {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .after\:top-1\/2 {
    &::after {
      content: var(--tw-content);
      top: calc(1 / 2 * 100%);
    }
  }
  .after\:-bottom-\[6px\] {
    &::after {
      content: var(--tw-content);
      bottom: calc(6px * -1);
    }
  }
  .after\:bottom-0 {
    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0);
    }
  }
  .after\:left-0 {
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .after\:left-1\/2 {
    &::after {
      content: var(--tw-content);
      left: calc(1 / 2 * 100%);
    }
  }
  .after\:-z-\[1\] {
    &::after {
      content: var(--tw-content);
      z-index: calc(1 * -1);
    }
  }
  .after\:h-\[2px\] {
    &::after {
      content: var(--tw-content);
      height: 2px;
    }
  }
  .after\:h-full {
    &::after {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .after\:h-px {
    &::after {
      content: var(--tw-content);
      height: 1px;
    }
  }
  .after\:w-0 {
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 0);
    }
  }
  .after\:w-\[12px\] {
    &::after {
      content: var(--tw-content);
      width: 12px;
    }
  }
  .after\:w-full {
    &::after {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .after\:-translate-x-1\/2 {
    &::after {
      content: var(--tw-content);
      --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:-translate-y-1\/2 {
    &::after {
      content: var(--tw-content);
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:scale-\[0\.3\] {
    &::after {
      content: var(--tw-content);
      scale: 0.3;
    }
  }
  .after\:rounded {
    &::after {
      content: var(--tw-content);
      border-radius: 0.25rem;
    }
  }
  .after\:rounded-\[30px\] {
    &::after {
      content: var(--tw-content);
      border-radius: 30px;
    }
  }
  .after\:rounded-full {
    &::after {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .after\:bg-\[\#525258\] {
    &::after {
      content: var(--tw-content);
      background-color: #525258;
    }
  }
  .after\:bg-current {
    &::after {
      content: var(--tw-content);
      background-color: currentcolor;
    }
  }
  .after\:bg-white {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-white);
    }
  }
  .after\:bg-\[linear-gradient\(90\.27deg\,\#14b21d_2\.18\%\,rgba\(98\,95\,251\,0\)_99\.77\%\)\] {
    &::after {
      content: var(--tw-content);
      background-image: linear-gradient(90.27deg,#14b21d 2.18%,rgba(98,95,251,0) 99.77%);
    }
  }
  .after\:bg-\[linear-gradient\(90\.27deg\,\#65CB7B_2\.18\%\,rgba\(101\,203\,123\,0\)_99\.77\%\)\] {
    &::after {
      content: var(--tw-content);
      background-image: linear-gradient(90.27deg,#65CB7B 2.18%,rgba(101,203,123,0) 99.77%);
    }
  }
  .after\:bg-\[linear-gradient\(90\.27deg\,\#FFB545_2\.18\%\,rgba\(255\,181\,69\,0\)_99\.77\%\)\] {
    &::after {
      content: var(--tw-content);
      background-image: linear-gradient(90.27deg,#FFB545 2.18%,rgba(255,181,69,0) 99.77%);
    }
  }
  .after\:bg-\[linear-gradient\(90deg\,rgba\(255\,255\,255\,0\)_0\%\,\#fff_48\.44\%\,rgba\(255\,255\,255\,0\.151515\)_99\.99\%\,rgba\(255\,255\,255\,0\)_100\%\)\] {
    &::after {
      content: var(--tw-content);
      background-image: linear-gradient(90deg,rgba(255,255,255,0) 0%,#fff 48.44%,rgba(255,255,255,0.151515) 99.99%,rgba(255,255,255,0) 100%);
    }
  }
  .after\:\!text-black {
    &::after {
      content: var(--tw-content);
      color: var(--color-black) !important;
    }
  }
  .after\:opacity-0 {
    &::after {
      content: var(--tw-content);
      opacity: 0%;
    }
  }
  .after\:opacity-20 {
    &::after {
      content: var(--tw-content);
      opacity: 20%;
    }
  }
  .after\:opacity-\[0\.2\] {
    &::after {
      content: var(--tw-content);
      opacity: 0.2;
    }
  }
  .after\:transition-all {
    &::after {
      content: var(--tw-content);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .after\:duration-300 {
    &::after {
      content: var(--tw-content);
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .after\:duration-\[300ms\] {
    &::after {
      content: var(--tw-content);
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .after\:ease-out {
    &::after {
      content: var(--tw-content);
      --tw-ease: var(--ease-out);
      transition-timing-function: var(--ease-out);
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .group-hover\/nav\:after\:w-full {
    &:is(:where(.group\/nav):hover *) {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          width: 100%;
        }
      }
    }
  }
  .last\:mb-0 {
    &:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .even\:bg-\[\#F7F9FC\] {
    &:nth-child(even) {
      background-color: #F7F9FC;
    }
  }
  .hover\:ml-1 {
    &:hover {
      @media (hover: hover) {
        margin-left: calc(var(--spacing) * 1);
      }
    }
  }
  .hover\:-translate-y-\[2px\] {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(2px * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:scale-110 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-x-110 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:transform-\[translateY\(-2px\)\] {
    &:hover {
      @media (hover: hover) {
        transform: translateY(-2px);
      }
    }
  }
  .hover\:cursor-\[url\(\'\.\.\/img\/cross-out\.png\'\)_16_16\,_pointer\] {
    &:hover {
      @media (hover: hover) {
        cursor: url('../img/cross-out.png') 16 16, pointer;
      }
    }
  }
  .hover\:border-\[\#097a0d\] {
    &:hover {
      @media (hover: hover) {
        border-color: #097a0d;
      }
    }
  }
  .hover\:border-black {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-black);
      }
    }
  }
  .hover\:border-blue-4 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-blue-4);
      }
    }
  }
  .hover\:border-primary {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-primary);
      }
    }
  }
  .hover\:border-white {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-white);
      }
    }
  }
  .hover\:bg-\[\#0c9a12\] {
    &:hover {
      @media (hover: hover) {
        background-color: #0c9a12;
      }
    }
  }
  .hover\:bg-\[\#097a0d\] {
    &:hover {
      @media (hover: hover) {
        background-color: #097a0d;
      }
    }
  }
  .hover\:bg-black {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
  }
  .hover\:bg-blue-4 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-4);
      }
    }
  }
  .hover\:bg-primary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary);
      }
    }
  }
  .hover\:text-3 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-3);
      }
    }
  }
  .hover\:text-\[\#171C26\] {
    &:hover {
      @media (hover: hover) {
        color: #171C26;
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:text-blue-2 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-2);
      }
    }
  }
  .hover\:text-current {
    &:hover {
      @media (hover: hover) {
        color: currentcolor;
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-red {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:text-white\/70 {
    &:hover {
      @media (hover: hover) {
        color: color-mix(in srgb, #ffffff 70%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-white) 70%, transparent);
        }
      }
    }
  }
  .hover\:shadow-\[0_8px_20px_rgba\(41\,93\,251\,0\.25\)\,inset_0_0_0_30px_\#0c9a12\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 8px 20px var(--tw-shadow-color, rgba(41,93,251,0.25)), inset 0 0 0 30px var(--tw-shadow-color, #0c9a12);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\[0_16px_34px_-8px_rgba\(12\,154\,18\,0\.65\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 16px 34px -8px var(--tw-shadow-color, rgba(12,154,18,0.65));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\[0px_8px_16px_-2px_rgba\(32\,33\,36\,0\.06\)\,0px_16px_32px_-2px_rgba\(32\,33\,36\,0\.1\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0px 8px 16px -2px var(--tw-shadow-color, rgba(32,33,36,0.06)), 0px 16px 32px -2px var(--tw-shadow-color, rgba(32,33,36,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);
      }
    }
  }
  .hover\:shadow-\[0px_8px_16px_-2px_rgba\(32\,33\,36\,0\.08\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0px 8px 16px -2px var(--tw-shadow-color, rgba(32,33,36,0.08));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\[0px_8px_24px_0px_rgba\(25\,118\,41\,0\.3\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0px 8px 24px 0px var(--tw-shadow-color, rgba(25,118,41,0.3));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\[inset_0_0_0_30px_\#000\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: inset 0 0 0 30px var(--tw-shadow-color, #000);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .group-\[\.header-sticky\]\/sticky\:hover\:text-primary {
    &:is(:where(.group\/sticky):is(.header-sticky) *) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-primary);
        }
      }
    }
  }
  .hover\:after\:visible {
    &:hover {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          visibility: visible;
        }
      }
    }
  }
  .hover\:after\:scale-\[1\.1\] {
    &:hover {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          scale: 1.1;
        }
      }
    }
  }
  .hover\:after\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          opacity: 100%;
        }
      }
    }
  }
  .focus\:border-\[\#097a0d\] {
    &:focus {
      border-color: #097a0d;
    }
  }
  .focus\:\!shadow-\[0px_1px_2px_1px_rgba\(32\,33\,36\,0\.06\)\] {
    &:focus {
      --tw-shadow: 0px 1px 2px 1px var(--tw-shadow-color, rgba(32,33,36,0.06)) !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;
    }
  }
  .focus\:shadow-\[0px_1px_2px_1px_rgba\(32\,33\,36\,0\.06\)\] {
    &:focus {
      --tw-shadow: 0px 1px 2px 1px var(--tw-shadow-color, rgba(32,33,36,0.06));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .max-3xl\:pr-0 {
    @media (width < 1700px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .max-2xl\:-mx-\[500px\] {
    @media (width < 1600px) {
      margin-inline: calc(500px * -1);
    }
  }
  .max-xxl\:pt-\[40px\] {
    @media (width < 1400px) {
      padding-top: 40px;
    }
  }
  .max-xxl\:pr-\[40px\] {
    @media (width < 1400px) {
      padding-right: 40px;
    }
  }
  .max-xxl\:pb-\[50px\] {
    @media (width < 1400px) {
      padding-bottom: 50px;
    }
  }
  .max-xxl\:pl-\[40px\] {
    @media (width < 1400px) {
      padding-left: 40px;
    }
  }
  .max-xl\:top-\[-12\%\] {
    @media (width < 1200px) {
      top: -12%;
    }
  }
  .max-xl\:right-\[0\.5\%\] {
    @media (width < 1200px) {
      right: 0.5%;
    }
  }
  .max-xl\:mx-0 {
    @media (width < 1200px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .max-xl\:mb-\[40px\] {
    @media (width < 1200px) {
      margin-bottom: 40px;
    }
  }
  .max-xl\:hidden {
    @media (width < 1200px) {
      display: none;
    }
  }
  .max-xl\:w-\[930px\] {
    @media (width < 1200px) {
      width: 930px;
    }
  }
  .max-xl\:\[scrollbar-color\:rgba\(255\,255\,255\,0\.559\)_rgba\(255\,255\,255\,0\.14\)\] {
    @media (width < 1200px) {
      scrollbar-color: rgba(255,255,255,0.559) rgba(255,255,255,0.14);
    }
  }
  .max-xl\:overflow-x-auto {
    @media (width < 1200px) {
      overflow-x: auto;
    }
  }
  .max-xl\:p-\[25px\] {
    @media (width < 1200px) {
      padding: 25px;
    }
  }
  .max-xl\:p-\[30px\] {
    @media (width < 1200px) {
      padding: 30px;
    }
  }
  .max-xl\:px-\[18px\] {
    @media (width < 1200px) {
      padding-inline: 18px;
    }
  }
  .max-xl\:px-\[25px\] {
    @media (width < 1200px) {
      padding-inline: 25px;
    }
  }
  .max-xl\:pr-0 {
    @media (width < 1200px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .max-xl\:pl-0 {
    @media (width < 1200px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:top-\[-5\%\] {
    @media (width < 992px) {
      top: -5%;
    }
  }
  .max-lg\:top-\[-24\%\] {
    @media (width < 992px) {
      top: -24%;
    }
  }
  .max-lg\:top-\[5\%\] {
    @media (width < 992px) {
      top: 5%;
    }
  }
  .max-lg\:top-\[48\%\] {
    @media (width < 992px) {
      top: 48%;
    }
  }
  .max-lg\:top-\[100px\] {
    @media (width < 992px) {
      top: 100px;
    }
  }
  .max-lg\:bottom-\[-37\%\] {
    @media (width < 992px) {
      bottom: -37%;
    }
  }
  .max-lg\:left-\[5\%\] {
    @media (width < 992px) {
      left: 5%;
    }
  }
  .max-lg\:left-\[22\%\] {
    @media (width < 992px) {
      left: 22%;
    }
  }
  .max-lg\:order-0 {
    @media (width < 992px) {
      order: 0;
    }
  }
  .max-lg\:order-1 {
    @media (width < 992px) {
      order: 1;
    }
  }
  .max-lg\:mr-0 {
    @media (width < 992px) {
      margin-right: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:mb-\[130px\] {
    @media (width < 992px) {
      margin-bottom: 130px;
    }
  }
  .max-lg\:ml-0 {
    @media (width < 992px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:hidden {
    @media (width < 992px) {
      display: none;
    }
  }
  .max-lg\:h-\[76px\] {
    @media (width < 992px) {
      height: 76px;
    }
  }
  .max-lg\:h-\[300px\] {
    @media (width < 992px) {
      height: 300px;
    }
  }
  .max-lg\:w-\[60\%\] {
    @media (width < 992px) {
      width: 60%;
    }
  }
  .max-lg\:w-\[330px\] {
    @media (width < 992px) {
      width: 330px;
    }
  }
  .max-lg\:p-\[50px\] {
    @media (width < 992px) {
      padding: 50px;
    }
  }
  .max-lg\:px-0 {
    @media (width < 992px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:pb-\[50px\] {
    @media (width < 992px) {
      padding-bottom: 50px;
    }
  }
  .max-lg\:pb-\[70px\] {
    @media (width < 992px) {
      padding-bottom: 70px;
    }
  }
  .max-lg\:pl-0 {
    @media (width < 992px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:text-center {
    @media (width < 992px) {
      text-align: center;
    }
  }
  .max-lg\:text-\[50px\] {
    @media (width < 992px) {
      font-size: 50px;
    }
  }
  .max-md\:top-\[55\%\] {
    @media (width < 768px) {
      top: 55%;
    }
  }
  .max-md\:left-\[100px\] {
    @media (width < 768px) {
      left: 100px;
    }
  }
  .max-md\:mx-0 {
    @media (width < 768px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .max-md\:mt-\[132px\] {
    @media (width < 768px) {
      margin-top: 132px;
    }
  }
  .max-md\:mb-\[10px\] {
    @media (width < 768px) {
      margin-bottom: 10px;
    }
  }
  .max-md\:mb-\[30px\] {
    @media (width < 768px) {
      margin-bottom: 30px;
    }
  }
  .max-md\:mb-\[35px\] {
    @media (width < 768px) {
      margin-bottom: 35px;
    }
  }
  .max-md\:mb-\[80px\] {
    @media (width < 768px) {
      margin-bottom: 80px;
    }
  }
  .max-md\:ml-\[50px\] {
    @media (width < 768px) {
      margin-left: 50px;
    }
  }
  .max-md\:hidden {
    @media (width < 768px) {
      display: none;
    }
  }
  .max-md\:h-\[200px\] {
    @media (width < 768px) {
      height: 200px;
    }
  }
  .max-md\:justify-start {
    @media (width < 768px) {
      justify-content: flex-start;
    }
  }
  .max-md\:border-none {
    @media (width < 768px) {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .max-md\:p-\[20px\] {
    @media (width < 768px) {
      padding: 20px;
    }
  }
  .max-md\:p-\[25px\] {
    @media (width < 768px) {
      padding: 25px;
    }
  }
  .max-md\:pt-\[40px\] {
    @media (width < 768px) {
      padding-top: 40px;
    }
  }
  .max-md\:pt-\[80px\] {
    @media (width < 768px) {
      padding-top: 80px;
    }
  }
  .max-md\:pr-0 {
    @media (width < 768px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .max-md\:pb-\[15px\] {
    @media (width < 768px) {
      padding-bottom: 15px;
    }
  }
  .max-md\:pb-\[100px\] {
    @media (width < 768px) {
      padding-bottom: 100px;
    }
  }
  .max-md\:text-\[14px\] {
    @media (width < 768px) {
      font-size: 14px;
    }
  }
  .max-md\:text-\[15px\] {
    @media (width < 768px) {
      font-size: 15px;
    }
  }
  .max-md\:text-\[16px\] {
    @media (width < 768px) {
      font-size: 16px;
    }
  }
  .max-md\:text-\[18px\] {
    @media (width < 768px) {
      font-size: 18px;
    }
  }
  .max-md\:text-\[22px\] {
    @media (width < 768px) {
      font-size: 22px;
    }
  }
  .max-md\:text-\[30px\] {
    @media (width < 768px) {
      font-size: 30px;
    }
  }
  .max-md\:text-\[32px\] {
    @media (width < 768px) {
      font-size: 32px;
    }
  }
  .max-md\:text-\[35px\] {
    @media (width < 768px) {
      font-size: 35px;
    }
  }
  .max-md\:text-\[37px\] {
    @media (width < 768px) {
      font-size: 37px;
    }
  }
  .max-md\:text-\[40px\] {
    @media (width < 768px) {
      font-size: 40px;
    }
  }
  .max-md\:text-\[50px\] {
    @media (width < 768px) {
      font-size: 50px;
    }
  }
  .max-md\:leading-\[1\.2\] {
    @media (width < 768px) {
      --tw-leading: 1.2;
      line-height: 1.2;
    }
  }
  .max-md\:leading-\[26px\] {
    @media (width < 768px) {
      --tw-leading: 26px;
      line-height: 26px;
    }
  }
  .max-md\:leading-\[28px\] {
    @media (width < 768px) {
      --tw-leading: 28px;
      line-height: 28px;
    }
  }
  .max-sm\:top-\[32\%\] {
    @media (width < 576px) {
      top: 32%;
    }
  }
  .max-sm\:right-\[-2\%\] {
    @media (width < 576px) {
      right: -2%;
    }
  }
  .max-sm\:mb-\[20px\] {
    @media (width < 576px) {
      margin-bottom: 20px;
    }
  }
  .max-sm\:mb-\[50px\] {
    @media (width < 576px) {
      margin-bottom: 50px;
    }
  }
  .max-sm\:hidden {
    @media (width < 576px) {
      display: none;
    }
  }
  .max-sm\:h-\[50px\] {
    @media (width < 576px) {
      height: 50px;
    }
  }
  .max-sm\:w-\[50px\] {
    @media (width < 576px) {
      width: 50px;
    }
  }
  .max-sm\:flex-wrap {
    @media (width < 576px) {
      flex-wrap: wrap;
    }
  }
  .max-sm\:border-r-0 {
    @media (width < 576px) {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
  .max-sm\:px-\[14px\] {
    @media (width < 576px) {
      padding-inline: 14px;
    }
  }
  .max-sm\:px-\[20px\] {
    @media (width < 576px) {
      padding-inline: 20px;
    }
  }
  .max-sm\:px-\[24px\] {
    @media (width < 576px) {
      padding-inline: 24px;
    }
  }
  .max-sm\:pt-\[120px\] {
    @media (width < 576px) {
      padding-top: 120px;
    }
  }
  .max-sm\:pb-0 {
    @media (width < 576px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .max-sm\:text-\[12px\] {
    @media (width < 576px) {
      font-size: 12px;
    }
  }
  .max-sm\:text-\[14px\] {
    @media (width < 576px) {
      font-size: 14px;
    }
  }
  .max-sm\:text-\[15px\] {
    @media (width < 576px) {
      font-size: 15px;
    }
  }
  .max-sm\:text-\[16px\] {
    @media (width < 576px) {
      font-size: 16px;
    }
  }
  .max-sm\:text-\[31px\] {
    @media (width < 576px) {
      font-size: 31px;
    }
  }
  .max-sm\:text-\[35px\] {
    @media (width < 576px) {
      font-size: 35px;
    }
  }
  .max-sm\:text-\[45px\] {
    @media (width < 576px) {
      font-size: 45px;
    }
  }
  .max-sm\:leading-\[22px\] {
    @media (width < 576px) {
      --tw-leading: 22px;
      line-height: 22px;
    }
  }
  .max-sm\:leading-\[55px\] {
    @media (width < 576px) {
      --tw-leading: 55px;
      line-height: 55px;
    }
  }
  .sm\:right-\[-17\%\] {
    @media (width >= 576px) {
      right: -17%;
    }
  }
  .sm\:right-\[-40\%\] {
    @media (width >= 576px) {
      right: -40%;
    }
  }
  .sm\:right-\[19\%\] {
    @media (width >= 576px) {
      right: 19%;
    }
  }
  .sm\:col-span-4 {
    @media (width >= 576px) {
      grid-column: span 4 / span 4;
    }
  }
  .sm\:col-span-6 {
    @media (width >= 576px) {
      grid-column: span 6 / span 6;
    }
  }
  .sm\:mb-\[100px\] {
    @media (width >= 576px) {
      margin-bottom: 100px;
    }
  }
  .sm\:mb-\[140px\] {
    @media (width >= 576px) {
      margin-bottom: 140px;
    }
  }
  .sm\:block {
    @media (width >= 576px) {
      display: block;
    }
  }
  .sm\:gap-\[16px\] {
    @media (width >= 576px) {
      gap: 16px;
    }
  }
  .sm\:border-r-\[rgba\(8\,8\,41\,0\.1\)\] {
    @media (width >= 576px) {
      border-right-color: rgba(8,8,41,0.1);
    }
  }
  .sm\:pb-\[100px\] {
    @media (width >= 576px) {
      padding-bottom: 100px;
    }
  }
  .sm\:pl-0 {
    @media (width >= 576px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .sm\:text-\[16px\] {
    @media (width >= 576px) {
      font-size: 16px;
    }
  }
  .sm\:text-\[20px\] {
    @media (width >= 576px) {
      font-size: 20px;
    }
  }
  .sm\:text-\[30px\] {
    @media (width >= 576px) {
      font-size: 30px;
    }
  }
  .sm\:text-\[33px\] {
    @media (width >= 576px) {
      font-size: 33px;
    }
  }
  .sm\:text-\[38px\] {
    @media (width >= 576px) {
      font-size: 38px;
    }
  }
  .sm\:text-\[60px\] {
    @media (width >= 576px) {
      font-size: 60px;
    }
  }
  .sm\:leading-\[30px\] {
    @media (width >= 576px) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .md\:top-\[43\%\] {
    @media (width >= 768px) {
      top: 43%;
    }
  }
  .md\:right-\[-4px\] {
    @media (width >= 768px) {
      right: -4px;
    }
  }
  .md\:right-\[-25\%\] {
    @media (width >= 768px) {
      right: -25%;
    }
  }
  .md\:right-\[-45\%\] {
    @media (width >= 768px) {
      right: -45%;
    }
  }
  .md\:bottom-\[4\%\] {
    @media (width >= 768px) {
      bottom: 4%;
    }
  }
  .md\:left-\[21\%\] {
    @media (width >= 768px) {
      left: 21%;
    }
  }
  .md\:left-\[54\%\] {
    @media (width >= 768px) {
      left: 54%;
    }
  }
  .md\:col-span-4 {
    @media (width >= 768px) {
      grid-column: span 4 / span 4;
    }
  }
  .md\:col-span-5 {
    @media (width >= 768px) {
      grid-column: span 5 / span 5;
    }
  }
  .md\:col-span-6 {
    @media (width >= 768px) {
      grid-column: span 6 / span 6;
    }
  }
  .md\:col-span-7 {
    @media (width >= 768px) {
      grid-column: span 7 / span 7;
    }
  }
  .md\:col-span-8 {
    @media (width >= 768px) {
      grid-column: span 8 / span 8;
    }
  }
  .md\:col-span-12 {
    @media (width >= 768px) {
      grid-column: span 12 / span 12;
    }
  }
  .md\:mt-\[150px\] {
    @media (width >= 768px) {
      margin-top: 150px;
    }
  }
  .md\:mb-0 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-\[40px\] {
    @media (width >= 768px) {
      margin-bottom: 40px;
    }
  }
  .md\:mb-\[45px\] {
    @media (width >= 768px) {
      margin-bottom: 45px;
    }
  }
  .md\:mb-\[80px\] {
    @media (width >= 768px) {
      margin-bottom: 80px;
    }
  }
  .md\:mb-\[150px\] {
    @media (width >= 768px) {
      margin-bottom: 150px;
    }
  }
  .md\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:inline-block {
    @media (width >= 768px) {
      display: inline-block;
    }
  }
  .md\:inline-flex {
    @media (width >= 768px) {
      display: inline-flex;
    }
  }
  .md\:h-\[380px\] {
    @media (width >= 768px) {
      height: 380px;
    }
  }
  .md\:max-w-full {
    @media (width >= 768px) {
      max-width: 100%;
    }
  }
  .md\:justify-center {
    @media (width >= 768px) {
      justify-content: center;
    }
  }
  .md\:justify-end {
    @media (width >= 768px) {
      justify-content: flex-end;
    }
  }
  .md\:pr-\[44px\] {
    @media (width >= 768px) {
      padding-right: 44px;
    }
  }
  .md\:pb-\[140px\] {
    @media (width >= 768px) {
      padding-bottom: 140px;
    }
  }
  .md\:pb-\[160px\] {
    @media (width >= 768px) {
      padding-bottom: 160px;
    }
  }
  .md\:pl-0 {
    @media (width >= 768px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .md\:pl-\[40px\] {
    @media (width >= 768px) {
      padding-left: 40px;
    }
  }
  .min-md\:pl-\[25px\] {
    @media (width >= 768px) {
      padding-left: 25px;
    }
  }
  .md\:text-center {
    @media (width >= 768px) {
      text-align: center;
    }
  }
  .md\:text-end {
    @media (width >= 768px) {
      text-align: end;
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 768px) {
      font-size: 16px;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 768px) {
      font-size: 20px;
    }
  }
  .md\:text-\[34px\] {
    @media (width >= 768px) {
      font-size: 34px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 768px) {
      font-size: 40px;
    }
  }
  .md\:text-\[44px\] {
    @media (width >= 768px) {
      font-size: 44px;
    }
  }
  .md\:text-\[53px\] {
    @media (width >= 768px) {
      font-size: 53px;
    }
  }
  .md\:text-\[55px\] {
    @media (width >= 768px) {
      font-size: 55px;
    }
  }
  .md\:text-\[60px\] {
    @media (width >= 768px) {
      font-size: 60px;
    }
  }
  .md\:text-\[90px\] {
    @media (width >= 768px) {
      font-size: 90px;
    }
  }
  .md\:leading-\[1\.1\] {
    @media (width >= 768px) {
      --tw-leading: 1.1;
      line-height: 1.1;
    }
  }
  .md\:leading-\[27px\] {
    @media (width >= 768px) {
      --tw-leading: 27px;
      line-height: 27px;
    }
  }
  .lg\:top-\[-35\%\] {
    @media (width >= 992px) {
      top: -35%;
    }
  }
  .lg\:top-\[22\%\] {
    @media (width >= 992px) {
      top: 22%;
    }
  }
  .lg\:top-\[62\%\] {
    @media (width >= 992px) {
      top: 62%;
    }
  }
  .lg\:top-\[70px\] {
    @media (width >= 992px) {
      top: 70px;
    }
  }
  .lg\:right-0 {
    @media (width >= 992px) {
      right: calc(var(--spacing) * 0);
    }
  }
  .lg\:right-\[-24px\] {
    @media (width >= 992px) {
      right: -24px;
    }
  }
  .lg\:right-\[-75px\] {
    @media (width >= 992px) {
      right: -75px;
    }
  }
  .lg\:bottom-\[-52\%\] {
    @media (width >= 992px) {
      bottom: -52%;
    }
  }
  .lg\:bottom-\[-57\%\] {
    @media (width >= 992px) {
      bottom: -57%;
    }
  }
  .lg\:left-0 {
    @media (width >= 992px) {
      left: calc(var(--spacing) * 0);
    }
  }
  .lg\:left-\[33\%\] {
    @media (width >= 992px) {
      left: 33%;
    }
  }
  .lg\:order-1 {
    @media (width >= 992px) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 992px) {
      order: 2;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 992px) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:col-span-3 {
    @media (width >= 992px) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:col-span-4 {
    @media (width >= 992px) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-5 {
    @media (width >= 992px) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:col-span-6 {
    @media (width >= 992px) {
      grid-column: span 6 / span 6;
    }
  }
  .lg\:col-span-7 {
    @media (width >= 992px) {
      grid-column: span 7 / span 7;
    }
  }
  .lg\:col-span-8 {
    @media (width >= 992px) {
      grid-column: span 8 / span 8;
    }
  }
  .lg\:col-span-12 {
    @media (width >= 992px) {
      grid-column: span 12 / span 12;
    }
  }
  .lg\:mt-\[190px\] {
    @media (width >= 992px) {
      margin-top: 190px;
    }
  }
  .lg\:-mr-\[800px\] {
    @media (width >= 992px) {
      margin-right: calc(800px * -1);
    }
  }
  .lg\:mb-0 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-\[45px\] {
    @media (width >= 992px) {
      margin-bottom: 45px;
    }
  }
  .lg\:-ml-\[800px\] {
    @media (width >= 992px) {
      margin-left: calc(800px * -1);
    }
  }
  .lg\:block {
    @media (width >= 992px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 992px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 992px) {
      display: none;
    }
  }
  .lg\:h-\[340px\] {
    @media (width >= 992px) {
      height: 340px;
    }
  }
  .lg\:h-\[500px\] {
    @media (width >= 992px) {
      height: 500px;
    }
  }
  .lg\:w-\[500px\] {
    @media (width >= 992px) {
      width: 500px;
    }
  }
  .lg\:max-w-full {
    @media (width >= 992px) {
      max-width: 100%;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 992px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:gap-\[14px\] {
    @media (width >= 992px) {
      gap: 14px;
    }
  }
  .lg\:p-\[30px\] {
    @media (width >= 992px) {
      padding: 30px;
    }
  }
  .lg\:px-\[35px\] {
    @media (width >= 992px) {
      padding-inline: 35px;
    }
  }
  .lg\:pr-0 {
    @media (width >= 992px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .lg\:pr-\[60px\] {
    @media (width >= 992px) {
      padding-right: 60px;
    }
  }
  .lg\:pl-\[20px\] {
    @media (width >= 992px) {
      padding-left: 20px;
    }
  }
  .lg\:pl-\[60px\] {
    @media (width >= 992px) {
      padding-left: 60px;
    }
  }
  .lg\:pl-\[65px\] {
    @media (width >= 992px) {
      padding-left: 65px;
    }
  }
  .lg\:text-right {
    @media (width >= 992px) {
      text-align: right;
    }
  }
  .lg\:text-\[15px\] {
    @media (width >= 992px) {
      font-size: 15px;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 992px) {
      font-size: 16px;
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 992px) {
      font-size: 18px;
    }
  }
  .lg\:text-\[24px\] {
    @media (width >= 992px) {
      font-size: 24px;
    }
  }
  .lg\:text-\[25px\] {
    @media (width >= 992px) {
      font-size: 25px;
    }
  }
  .lg\:text-\[26px\] {
    @media (width >= 992px) {
      font-size: 26px;
    }
  }
  .lg\:text-\[42px\] {
    @media (width >= 992px) {
      font-size: 42px;
    }
  }
  .lg\:text-\[45px\] {
    @media (width >= 992px) {
      font-size: 45px;
    }
  }
  .lg\:text-\[50px\] {
    @media (width >= 992px) {
      font-size: 50px;
    }
  }
  .lg\:text-\[60px\] {
    @media (width >= 992px) {
      font-size: 60px;
    }
  }
  .lg\:text-\[73px\] {
    @media (width >= 992px) {
      font-size: 73px;
    }
  }
  .lg\:text-\[110px\] {
    @media (width >= 992px) {
      font-size: 110px;
    }
  }
  .lg\:leading-\[30px\] {
    @media (width >= 992px) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .xl\:top-\[-24\%\] {
    @media (width >= 1200px) {
      top: -24%;
    }
  }
  .xl\:top-\[27\%\] {
    @media (width >= 1200px) {
      top: 27%;
    }
  }
  .xl\:top-\[132px\] {
    @media (width >= 1200px) {
      top: 132px;
    }
  }
  .xl\:right-\[-4px\] {
    @media (width >= 1200px) {
      right: -4px;
    }
  }
  .xl\:right-\[11\.5\%\] {
    @media (width >= 1200px) {
      right: 11.5%;
    }
  }
  .xl\:left-\[5\%\] {
    @media (width >= 1200px) {
      left: 5%;
    }
  }
  .xl\:left-\[60px\] {
    @media (width >= 1200px) {
      left: 60px;
    }
  }
  .xl\:col-span-1 {
    @media (width >= 1200px) {
      grid-column: span 1 / span 1;
    }
  }
  .xl\:col-span-2 {
    @media (width >= 1200px) {
      grid-column: span 2 / span 2;
    }
  }
  .xl\:col-span-3 {
    @media (width >= 1200px) {
      grid-column: span 3 / span 3;
    }
  }
  .xl\:col-span-4 {
    @media (width >= 1200px) {
      grid-column: span 4 / span 4;
    }
  }
  .xl\:col-span-5 {
    @media (width >= 1200px) {
      grid-column: span 5 / span 5;
    }
  }
  .xl\:col-span-6 {
    @media (width >= 1200px) {
      grid-column: span 6 / span 6;
    }
  }
  .xl\:col-span-7 {
    @media (width >= 1200px) {
      grid-column: span 7 / span 7;
    }
  }
  .xl\:col-span-8 {
    @media (width >= 1200px) {
      grid-column: span 8 / span 8;
    }
  }
  .xl\:col-span-9 {
    @media (width >= 1200px) {
      grid-column: span 9 / span 9;
    }
  }
  .xl\:col-span-10 {
    @media (width >= 1200px) {
      grid-column: span 10 / span 10;
    }
  }
  .xl\:col-span-12 {
    @media (width >= 1200px) {
      grid-column: span 12 / span 12;
    }
  }
  .xl\:mx-\[60px\] {
    @media (width >= 1200px) {
      margin-inline: 60px;
    }
  }
  .xl\:-mr-\[500px\] {
    @media (width >= 1200px) {
      margin-right: calc(500px * -1);
    }
  }
  .xl\:mb-\[95px\] {
    @media (width >= 1200px) {
      margin-bottom: 95px;
    }
  }
  .xl\:-ml-\[700px\] {
    @media (width >= 1200px) {
      margin-left: calc(700px * -1);
    }
  }
  .xl\:block {
    @media (width >= 1200px) {
      display: block;
    }
  }
  .xl\:inline-flex {
    @media (width >= 1200px) {
      display: inline-flex;
    }
  }
  .xl\:gap-\[32px\] {
    @media (width >= 1200px) {
      gap: 32px;
    }
  }
  .xl\:p-\[30px\] {
    @media (width >= 1200px) {
      padding: 30px;
    }
  }
  .xl\:px-\[30px\] {
    @media (width >= 1200px) {
      padding-inline: 30px;
    }
  }
  .xl\:px-\[32px\] {
    @media (width >= 1200px) {
      padding-inline: 32px;
    }
  }
  .xl\:px-\[70px\] {
    @media (width >= 1200px) {
      padding-inline: 70px;
    }
  }
  .xl\:px-\[100px\] {
    @media (width >= 1200px) {
      padding-inline: 100px;
    }
  }
  .xl\:pr-\[40px\] {
    @media (width >= 1200px) {
      padding-right: 40px;
    }
  }
  .xl\:pb-0 {
    @media (width >= 1200px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .xl\:pl-\[50px\] {
    @media (width >= 1200px) {
      padding-left: 50px;
    }
  }
  .xl\:pl-\[70px\] {
    @media (width >= 1200px) {
      padding-left: 70px;
    }
  }
  .xl\:text-\[17px\] {
    @media (width >= 1200px) {
      font-size: 17px;
    }
  }
  .xl\:text-\[21px\] {
    @media (width >= 1200px) {
      font-size: 21px;
    }
  }
  .xl\:text-\[30px\] {
    @media (width >= 1200px) {
      font-size: 30px;
    }
  }
  .xl\:text-\[40px\] {
    @media (width >= 1200px) {
      font-size: 40px;
    }
  }
  .xl\:text-\[45px\] {
    @media (width >= 1200px) {
      font-size: 45px;
    }
  }
  .xl\:text-\[50px\] {
    @media (width >= 1200px) {
      font-size: 50px;
    }
  }
  .xl\:text-\[58px\] {
    @media (width >= 1200px) {
      font-size: 58px;
    }
  }
  .xl\:text-\[70px\] {
    @media (width >= 1200px) {
      font-size: 70px;
    }
  }
  .xl\:text-\[86px\] {
    @media (width >= 1200px) {
      font-size: 86px;
    }
  }
  .xl\:leading-\[29px\] {
    @media (width >= 1200px) {
      --tw-leading: 29px;
      line-height: 29px;
    }
  }
  .xl\:leading-\[31px\] {
    @media (width >= 1200px) {
      --tw-leading: 31px;
      line-height: 31px;
    }
  }
  .xxl\:-mr-\[380px\] {
    @media (width >= 1400px) {
      margin-right: calc(380px * -1);
    }
  }
  .xxl\:-ml-\[645px\] {
    @media (width >= 1400px) {
      margin-left: calc(645px * -1);
    }
  }
  .xxl\:px-0 {
    @media (width >= 1400px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .xxl\:py-\[30px\] {
    @media (width >= 1400px) {
      padding-block: 30px;
    }
  }
  .xxl\:pt-\[40px\] {
    @media (width >= 1400px) {
      padding-top: 40px;
    }
  }
  .xxl\:pr-\[60px\] {
    @media (width >= 1400px) {
      padding-right: 60px;
    }
  }
  .xxl\:pr-\[70px\] {
    @media (width >= 1400px) {
      padding-right: 70px;
    }
  }
  .xxl\:pb-\[50px\] {
    @media (width >= 1400px) {
      padding-bottom: 50px;
    }
  }
  .xxl\:pl-\[60px\] {
    @media (width >= 1400px) {
      padding-left: 60px;
    }
  }
  .xxl\:pl-\[100px\] {
    @media (width >= 1400px) {
      padding-left: 100px;
    }
  }
  .xxl\:text-\[26px\] {
    @media (width >= 1400px) {
      font-size: 26px;
    }
  }
  .xxl\:text-\[50px\] {
    @media (width >= 1400px) {
      font-size: 50px;
    }
  }
  .xxl\:leading-\[36px\] {
    @media (width >= 1400px) {
      --tw-leading: 36px;
      line-height: 36px;
    }
  }
  .\32 xl\:right-\[12\.5\%\] {
    @media (width >= 1600px) {
      right: 12.5%;
    }
  }
  .\32 xl\:pl-\[70px\] {
    @media (width >= 1600px) {
      padding-left: 70px;
    }
  }
  .\32 xl\:text-\[18px\] {
    @media (width >= 1600px) {
      font-size: 18px;
    }
  }
  .\32 xl\:leading-\[29px\] {
    @media (width >= 1600px) {
      --tw-leading: 29px;
      line-height: 29px;
    }
  }
  .\33 xl\:-mx-\[420px\] {
    @media (width >= 1700px) {
      margin-inline: calc(420px * -1);
    }
  }
  .\33 xl\:pr-\[30px\] {
    @media (width >= 1700px) {
      padding-right: 30px;
    }
  }
  .\33 xl\:text-\[20px\] {
    @media (width >= 1700px) {
      font-size: 20px;
    }
  }
  .\33 xl\:leading-\[32px\] {
    @media (width >= 1700px) {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }
  .\[\&_\.swiper-scrollbar-drag\]\:bg-white\! {
    & .swiper-scrollbar-drag {
      background-color: var(--color-white) !important;
    }
  }
  .\[\&_br\]\:hidden {
    & br {
      display: none;
    }
  }
  .max-md\:\[\&_br\]\:hidden {
    @media (width < 768px) {
      & br {
        display: none;
      }
    }
  }
  .md\:\[\&_br\]\:hidden {
    @media (width >= 768px) {
      & br {
        display: none;
      }
    }
  }
  .\[\&\.active\]\:translate-x-\[-10px\] {
    &.active {
      --tw-translate-x: -10px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .\[\&\.active\]\:rounded-b-\[20px\] {
    &.active {
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;
    }
  }
  .\[\&\.active\]\:text-white {
    &.active {
      color: var(--color-white);
    }
  }
  .\[\&\.active\]\:shadow-\[0px_20px_20px_rgba\(3\,4\,28\,0\.08\)\] {
    &.active {
      --tw-shadow: 0px 20px 20px var(--tw-shadow-color, rgba(3,4,28,0.08));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .\[\&\.apply\]\:visible {
    &.apply {
      visibility: visible;
    }
  }
  .\[\&\.apply\]\:opacity-100 {
    &.apply {
      opacity: 100%;
    }
  }
  .\[\&\.header-sticky\]\:fixed {
    &.header-sticky {
      position: fixed;
    }
  }
  .\[\&\.header-sticky\]\:right-0 {
    &.header-sticky {
      right: calc(var(--spacing) * 0);
    }
  }
  .\[\&\.header-sticky\]\:left-0 {
    &.header-sticky {
      left: calc(var(--spacing) * 0);
    }
  }
  .\[\&\.header-sticky\]\:z-\[999\] {
    &.header-sticky {
      z-index: 999;
    }
  }
  .\[\&\.header-sticky\]\:animate-\[headerSlideDown_0\.95s_ease_0s_forwards_1\] {
    &.header-sticky {
      animation: headerSlideDown 0.95s ease 0s forwards 1;
    }
  }
  .\[\&\.open\]\:visible {
    &.open {
      visibility: visible;
    }
  }
  .\[\&\.open\]\:bottom-full {
    &.open {
      bottom: 100%;
    }
  }
  .\[\&\.open\]\:opacity-100 {
    &.open {
      opacity: 100%;
    }
  }
  .\[\&\.opened\]\:visible {
    &.opened {
      visibility: visible;
    }
  }
  .\[\&\.opened\]\:scale-100 {
    &.opened {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .\[\&\.opened\]\:opacity-100 {
    &.opened {
      opacity: 100%;
    }
  }
  .group-\[\.active\]\:\[\&\:\:before\]\:opacity-0 {
    &:is(:where(.group):is(.active) *) {
      &::before {
        opacity: 0%;
      }
    }
  }
  .max-lg\:\[\&\>br\]\:hidden {
    @media (width < 992px) {
      &>br {
        display: none;
      }
    }
  }
  .\[\.opened_\&\]\:translate-y-0 {
    .opened & {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .\[\.opened_\&\]\:opacity-100 {
    .opened & {
      opacity: 100%;
    }
  }
}
@layer base {
  html, body {
    font-family: var(--font-body);
    font-size: 15px;
    --tw-leading: 1.3;
    line-height: 1.3;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: #5F6368;
  }
  img, svg {
    display: inline-block;
  }
  h1, h2, h3, h4, h5, h6 {
    margin-top: calc(var(--spacing) * 0);
    font-family: var(--font-body);
    --tw-leading: 1.1;
    line-height: 1.1;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: #000229;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-family: var(--font-body);
    font-size: 16px;
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  ul {
    margin: calc(var(--spacing) * 0);
    padding: calc(var(--spacing) * 0);
  }
  a, .btn, p, button, input, select, textarea, li, img, .transition-3, h1, h2, h3, h4, h5, h6 {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  input[type="color"], input, textarea, select {
    height: 100%;
    width: 100%;
    cursor: text;
    appearance: none;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 0px;
    background-color: transparent;
    padding: calc(var(--spacing) * 0);
  }
  input:focus, input:focus-visible, textarea:focus, select:focus {
    border-color: transparent;
    --tw-shadow: 0 0 #0000;
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + 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);
    --tw-outline-style: none;
    outline-style: none;
  }
  ::selection {
    background-color: var(--color-blue);
    color: var(--color-white);
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  ::-moz-selection {
    background-color: var(--color-blue);
    color: var(--color-white);
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  ::placeholder {
    font-size: 14px;
    color: var(--color-gray-100);
    opacity: 100%;
  }
  *::-moz-placeholder {
    font-size: 14px;
    color: var(--color-gray-100);
    opacity: 100%;
  }
}
@layer components;
@layer utilities {
  .tp-testimonial-brand-slider-active .swiper-slide-thumb-active svg {
    color: var(--color-black);
  }
  .tp-testimonial-2-slider-active .tp-testimonial-2-pagination span {
    margin-inline: 6px;
    display: inline-block;
    height: 12px !important;
    width: 12px !important;
    cursor: pointer;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: rgba(255, 255, 255,0.4);
    background-color: transparent !important;
    opacity: 100% !important;
  }
  .tp-testimonial-2-slider-active .tp-testimonial-2-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-white) !important;
  }
  .tabs-wrapper .monthly.active ~ .test {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .tp-menu-close {
    position: absolute;
    top: 10px;
    right: calc(var(--spacing) * 0);
    display: inline-block;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: rgba(255,255,255,0.1);
    text-align: center;
    font-size: 16px;
    --tw-leading: 29px;
    line-height: 29px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
  }
  .animate-dash {
    animation: dash 2s linear both;
  }
  .animate-tpupdown {
    animation: tpupdown 0.8s infinite alternate;
  }
  .animate-moving {
    animation: moving 9s linear infinite;
  }
  .animate-scale-up-down {
    animation: scale_up_down 3s infinite alternate both;
  }
  .animate-tptranslate_X {
    animation: tptranslate_X 4s forwards infinite alternate;
  }
  .animate-icon-bounce {
    animation: icon-bounce 0.8s ease-in-out 1;
  }
  .animate-tp-Left-to-right {
    animation: tp-Left-to-right 0.5s forwards;
  }
  .animate-header-slide-down {
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  }
  .animate-scroll {
    animation: scroll 1s infinite ease-in-out alternate;
  }
  .animate-circle-animation {
    animation: circle-animation 30s linear infinite;
  }
  .animate-circle-animation-2 {
    animation: circle-animation-2 30s linear infinite;
  }
  .animate-jumpTwo {
    animation: jumpTwo 5s infinite linear;
  }
  .animate-sliderShape {
    animation: sliderShape 8s linear infinite;
  }
  .animate-rotate2 {
    animation: rotate2 10s linear infinite;
  }
  .animate-circle-animations {
    animation: circle-animations 3s ease-in-out 1s forwards infinite alternate;
  }
  .animate-tptranslatex {
    animation: tptranslateX2 5s forwards infinite alternate;
  }
  .animate-animationglob {
    animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
  }
  @keyframes dash {
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 3000;
    }
  }
  @keyframes tpupdown {
    0% {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-20px);
      -moz-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      -o-transform: translateY(-20px);
      transform: translateY(-20px);
    }
  }
  @keyframes moving {
    0% {
      transform: translatey(0px);
    }
    20% {
      transform: translateX(-50px);
    }
    50% {
      transform: translatey(-40px);
    }
    100% {
      transform: translatey(0px);
    }
  }
  @keyframes scale_up_down {
    0% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes tptranslateY {
    0% {
      -webkit-transform: translateY(-30px);
      -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      -o-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    100% {
      -webkit-transform: translateY(20px);
      -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
      -o-transform: translateY(20px);
      transform: translateY(20px);
    }
  }
  @keyframes tptranslate_X {
    0% {
      -webkit-transform: translateX(-30px);
      -moz-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
      -o-transform: translateX(-30px);
      transform: translateX(-30px);
    }
    100% {
      -webkit-transform: translateY(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
    }
  }
  @keyframes icon-bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-10px);
    }
    60% {
      transform: translateY(-5px);
    }
  }
  @keyframes tp-Left-to-right {
    49% {
      transform: translateX(30%);
    }
    50% {
      opacity: 0;
      transform: translateX(-30%);
    }
    51% {
      opacity: 1;
    }
  }
  @keyframes lineDash {
    0% {
      stroke-dashoffset: 0;
    }
    100% {
      stroke-dashoffset: 1000;
    }
  }
  @keyframes headerSlideDown {
    0% {
      margin-top: -150px;
    }
    100% {
      margin-top: 0;
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }
    100% {
      -webkit-transform: translateY(8px);
      -moz-transform: translateY(8px);
      -ms-transform: translateY(8px);
      -o-transform: translateY(8px);
      transform: translateY(8px);
    }
  }
  @keyframes circle-animation {
    0% {
      right: 0;
    }
    50% {
      right: 100%;
    }
    100% {
      right: 0%;
    }
  }
  @keyframes circle-animation-2 {
    0% {
      left: 0;
    }
    50% {
      left: 100%;
    }
    100% {
      left: 0%;
    }
  }
  @keyframes jumpTwo {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    40% {
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 40px, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes sliderShape {
    0%,100% {
      border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
      transform: translate3d(0,0,0) rotateZ(0.01deg);
    }
    34% {
      border-radius: 36% 64% 41% 59% / 54% 41% 59% 46%;
      transform: translate3d(1px,5px,2px) rotateZ(0.01deg);
    }
    50% {
      transform: translate3d(0,0,0) rotateZ(0.01deg);
    }
    67% {
      border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
      transform: translate3d(-1px,-3px,-2px) rotateZ(0.01deg);
    }
  }
  @keyframes rotate2 {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes circle-animations {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes tptranslateX2 {
    0% {
      -webkit-transform: translateX(-30px);
      -moz-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
      -o-transform: translateX(-30px);
      transform: translateX(-30px);
    }
    100% {
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
    }
  }
  @keyframes animationglob {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes scroll1 {
    0% {
      top: 0%;
    }
    50% {
      top: 95%;
    }
    100% {
      top: 0%;
    }
  }
  @keyframes bounceRight {
    0%, 20%, 50%, 80%, 100% {
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -ms-transform: translateY(-35px);
      transform: translateY(-35px);
    }
    60% {
      -ms-transform: translateY(-20px);
      transform: translateY(-20px);
    }
  }
  @keyframes movingleftright1 {
    0% {
      -webkit-transform: translateX(0) translateY(0);
      transform: translateX(0) translateY(0);
    }
    40% {
      -webkit-transform: translateX(50px) translateY(-50px);
      transform: translateX(50px) translateY(-50px);
    }
    75% {
      -webkit-transform: translateX(200px);
      transform: translateX(200px);
    }
    100% {
      -webkit-transform: translateY(0) translateX(0);
      transform: translateY(0) translateX(0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    }
    70% {
      -moz-box-shadow: 0 0 0 45px rgba(255,255,255, 0);
      box-shadow: 0 0 0 45px rgba(255,255,255, 0);
    }
    100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    }
  }
  @keyframes preloader {
    0% {
      transform: scale(0);
      opacity: 0.5;
    }
    100% {
      transform: scale(1);
      opacity: 0;
    }
  }
}
header a img[alt="Operativo"], footer a img[alt="Operativo"] {
  width: 190px;
  height: auto;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-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-space-x-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-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-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-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
