/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
@layer properties;
@font-face {
  font-family: "ExpoArabic";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/ExpoArabicLight.ttf") format("truetype");
}
@font-face {
  font-family: "ExpoArabic";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ExpoArabicBook.ttf") format("truetype");
}
@font-face {
  font-family: "ExpoArabic";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/ExpoArabic-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "ExpoArabic";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ExpoArabicMedium.ttf") format("truetype");
}
body {
  font-family: 'ExpoArabic' !important;
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --leading-normal: 1.5;
    --radius-2xl: 1rem;
    --radius-4xl: 2rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-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 {
  .invisible {
    visibility: hidden;
  }
  .\!static {
    position: static !important;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .start-2 {
    inset-inline-start: calc(var(--spacing) * 2);
  }
  .-top-\[45px\] {
    top: calc(45px * -1);
  }
  .-top-\[200px\] {
    top: calc(200px * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .-right-\[150px\] {
    right: calc(150px * -1);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .-bottom-\[200px\] {
    bottom: calc(200px * -1);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[60px\] {
    bottom: 60px;
  }
  .-left-\[150px\] {
    left: calc(150px * -1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .-z-\[1\] {
    z-index: calc(1 * -1);
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .col-12 {
    grid-column: 12;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .ms-1 {
    margin-inline-start: calc(var(--spacing) * 1);
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .me-1 {
    margin-inline-end: calc(var(--spacing) * 1);
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[18px\] {
    margin-top: 18px;
  }
  .mt-\[52px\] {
    margin-top: 52px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[64px\] {
    margin-top: 64px;
  }
  .mt-\[87px\] {
    margin-top: 87px;
  }
  .mt-\[107px\] {
    margin-top: 107px;
  }
  .mt-\[120px\] {
    margin-top: 120px;
  }
  .mt-\[140px\] {
    margin-top: 140px;
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-\[14px\] {
    margin-bottom: 14px;
  }
  .mb-\[22px\] {
    margin-bottom: 22px;
  }
  .mb-\[31px\] {
    margin-bottom: 31px;
  }
  .mb-\[46px\] {
    margin-bottom: 46px;
  }
  .mb-\[140px\] {
    margin-bottom: 140px;
  }
  .scrollbar-hide {
    &::-webkit-scrollbar {
      display: none;
    }
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .\!h-\[56px\] {
    height: 56px !important;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-100 {
    height: calc(var(--spacing) * 100);
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[52px\] {
    height: 52px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[62px\] {
    height: 62px;
  }
  .h-\[415px\] {
    height: 415px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[617px\] {
    height: 617px;
  }
  .h-\[660px\] {
    height: 660px;
  }
  .h-\[680px\] {
    height: 680px;
  }
  .h-\[800px\] {
    height: 800px;
  }
  .h-\[860px\] {
    height: 860px;
  }
  .h-\[calc\(100vh-130px\)\] {
    height: calc(100vh - 130px);
  }
  .h-\[calc\(100vh-203px\)\] {
    height: calc(100vh - 203px);
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-\[204px\] {
    min-height: 204px;
  }
  .min-h-\[240px\] {
    min-height: 240px;
  }
  .\!w-\[60px\] {
    width: 60px !important;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[52px\] {
    width: 52px;
  }
  .w-\[55px\] {
    width: 55px;
  }
  .w-\[62px\] {
    width: 62px;
  }
  .w-\[64px\] {
    width: 64px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[340px\] {
    width: 340px;
  }
  .w-\[360px\] {
    width: 360px;
  }
  .w-\[380px\] {
    width: 380px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-\[420px\] {
    width: 420px;
  }
  .w-\[520px\] {
    width: 520px;
  }
  .w-\[680px\] {
    width: 680px;
  }
  .w-\[1000px\] {
    width: 1000px;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-\[1280px\] {
    max-width: 1280px;
  }
  .max-w-\[calc\(100\%-320px\)\] {
    max-width: calc(100% - 320px);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[717px\] {
    min-width: 717px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-1\/2 {
    flex: calc(1/2 * 100%);
  }
  .flex-1\/3 {
    flex: calc(1/3 * 100%);
  }
  .flex-2\/3 {
    flex: calc(2/3 * 100%);
  }
  .flex-2\/7 {
    flex: calc(2/7 * 100%);
  }
  .flex-3\/7 {
    flex: calc(3/7 * 100%);
  }
  .flex-4\/7 {
    flex: calc(4/7 * 100%);
  }
  .flex-5\/7 {
    flex: calc(5/7 * 100%);
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .origin-center {
    transform-origin: center;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-\[10\%\] {
    --tw-translate-x: calc(10% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-scale-100 {
    --tw-scale-x: calc(100% * -1);
    --tw-scale-y: calc(100% * -1);
    --tw-scale-z: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-\[14px\] {
    gap: 14px;
  }
  .gap-\[28px\] {
    gap: 28px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[52px\] {
    gap: 52px;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[18px\] {
    border-radius: 18px;
  }
  .rounded-\[22px\] {
    border-radius: 22px;
  }
  .rounded-\[28px\] {
    border-radius: 28px;
  }
  .rounded-\[32px\] {
    border-radius: 32px;
  }
  .rounded-\[46px\] {
    border-radius: 46px;
  }
  .rounded-\[48px\] {
    border-radius: 48px;
  }
  .rounded-\[50px\] {
    border-radius: 50px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-tr-4xl {
    border-top-right-radius: var(--radius-4xl);
  }
  .rounded-br-4xl {
    border-bottom-right-radius: var(--radius-4xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[\#03AB64\]\/30 {
    border-color: color-mix(in oklab, #03AB64 30%, transparent);
  }
  .border-\[\#03AB64\]\/70 {
    border-color: color-mix(in oklab, #03AB64 70%, transparent);
  }
  .border-\[\#B0BFDF\]\/30 {
    border-color: color-mix(in oklab, #B0BFDF 30%, transparent);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .border-white\/30 {
    border-color: color-mix(in srgb, #fff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .bg-\[\#03AB64\] {
    background-color: #03AB64;
  }
  .bg-\[\#0058FF\] {
    background-color: #0058FF;
  }
  .bg-\[\#00139F\]\/30 {
    background-color: color-mix(in oklab, #00139F 30%, transparent);
  }
  .bg-\[\#486AB5\]\/5 {
    background-color: color-mix(in oklab, #486AB5 5%, transparent);
  }
  .bg-\[\#D6EDFC\] {
    background-color: #D6EDFC;
  }
  .bg-\[\#E0EFF7\] {
    background-color: #E0EFF7;
  }
  .bg-\[\#E5EFFF\] {
    background-color: #E5EFFF;
  }
  .bg-\[\#E8EBFF\] {
    background-color: #E8EBFF;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-custom-gradient {
    background-image: linear-gradient(180deg, rgba(23, 23, 138, 0) 26.4%, #202050 100%);
  }
  .bg-custom-light-glass {
    background-image: linear-gradient(100.42deg, rgba(255, 255, 255, 0.018) 16.09%, rgba(255, 255, 255, 0.09) 105.27%);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-\[28px\] {
    padding: 28px;
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-\[14px\] {
    padding-inline: 14px;
  }
  .px-\[160px\] {
    padding-inline: 160px;
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-\[68px\] {
    padding-block: 68px;
  }
  .ps-\[43px\] {
    padding-inline-start: 43px;
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-\[3px\] {
    padding-top: 3px;
  }
  .pt-\[70px\] {
    padding-top: 70px;
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--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-\[14\.5px\] {
    font-size: 14.5px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .text-\[42px\] {
    font-size: 42px;
  }
  .text-\[44px\] {
    font-size: 44px;
  }
  .text-\[75px\] {
    font-size: 75px;
  }
  .leading-\[69px\] {
    --tw-leading: 69px;
    line-height: 69px;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\[\#5CAEFF\] {
    color: #5CAEFF;
  }
  .text-\[\#0058FF\] {
    color: #0058FF;
  }
  .text-\[\#486AB5\] {
    color: #486AB5;
  }
  .text-\[\#6091F6\]\/90 {
    color: color-mix(in oklab, #6091F6 90%, transparent);
  }
  .text-\[\#B3C6F0\] {
    color: #B3C6F0;
  }
  .text-\[\#CED2F0\] {
    color: #CED2F0;
  }
  .text-\[\#EBF2FF\] {
    color: #EBF2FF;
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/90 {
    color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .bg-blend-multiply {
    background-blend-mode: multiply;
  }
  .shadow-\[8px_8px_16px_-8px_\#17178A0F\] {
    --tw-shadow: 8px 8px 16px -8px var(--tw-shadow-color, #17178A0F);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[14px_24px_26px_0px_\#002B8E14\] {
    --tw-shadow: 14px 24px 26px 0px var(--tw-shadow-color, #002B8E14);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
  }
  .blur-\[300px\] {
    --tw-blur: blur(300px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .group-\[\.active\]\/item\:inline-block {
    &:is(:where(.group\/item):is(.active) *) {
      display: inline-block;
    }
  }
  .group-\[\.active\]\/item\:brightness-\[10\] {
    &:is(:where(.group\/item):is(.active) *) {
      --tw-brightness: brightness(10);
      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,);
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:top-0 {
    &::after {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .after\:left-\[0\] {
    &::after {
      content: var(--tw-content);
      left: 0;
    }
  }
  .after\:\!hidden {
    &::after {
      content: var(--tw-content);
      display: none !important;
    }
  }
  .after\:block {
    &::after {
      content: var(--tw-content);
      display: block;
    }
  }
  .after\:h-\[46px\] {
    &::after {
      content: var(--tw-content);
      height: 46px;
    }
  }
  .after\:w-2 {
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 2);
    }
  }
  .after\:w-\[calc\(100\%-40px\)\] {
    &::after {
      content: var(--tw-content);
      width: calc(100% - 40px);
    }
  }
  .after\:rounded-r-\[14px\] {
    &::after {
      content: var(--tw-content);
      border-top-right-radius: 14px;
      border-bottom-right-radius: 14px;
    }
  }
  .after\:rounded-br-\[14px\] {
    &::after {
      content: var(--tw-content);
      border-bottom-right-radius: 14px;
    }
  }
  .after\:border-b {
    &::after {
      content: var(--tw-content);
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .after\:border-\[\#486AB5\]\/30 {
    &::after {
      content: var(--tw-content);
      border-color: color-mix(in oklab, #486AB5 30%, transparent);
    }
  }
  .after\:bg-\[\#0058FF\] {
    &::after {
      content: var(--tw-content);
      background-color: #0058FF;
    }
  }
  .after\:pt-6 {
    &::after {
      content: var(--tw-content);
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .\[\.green\]\:after\:bg-\[\#03AB64\] {
    &:is(.green) {
      &::after {
        content: var(--tw-content);
        background-color: #03AB64;
      }
    }
  }
}
#slider {
  touch-action: pan-y;
}
.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #B0BFDF;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0058FF !important;
}
.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 120px;
  background: #fff;
  z-index: 99;
  transition: all 0.5s ease;
}
.sidebar li a {
  display: flex;
  border-radius: 16px;
  align-items: center;
  text-decoration: none;
  height: 46px;
  background-color: rgb(238 244 255 / 60%);
  color: #486AB5;
  float: inline-end;
  width: 100%;
  transition: 0.5s;
}
.sidebar li.active a {
  background: #0058FF;
  color: #fff;
  font-weight: 600;
  width: 120px;
  float: inline-end;
  margin-right: -50px;
  transition: 0.5s;
}
.sidebar.open li.active a {
  width: 488px;
  float: inline-end;
  margin-right: -90px;
}
.sidebar.open {
  width: 476px;
}
.sidebar li {
  padding: 0 26px 0 24px;
}
.sidebar.open .logo-details .icon {
  opacity: 1;
}
.logo-details {
  top: 32px;
  z-index: 99;
  transition: 0.1s;
  left: 166px;
  width: 135px;
}
#btn {
  padding: 0 26px 0 45px;
  transition: 0.1s;
}
.sidebar:not(.open) #btn {
  padding: 0 26px 0 45px;
}
.sidebar li a .links_name {
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  transition: max-width 0.5s ease, opacity 0.5s ease;
  white-space: nowrap;
}
.sidebar.open li a .links_name {
  max-width: 260px;
  opacity: 1;
}
.sidebar~.home-section {
  width: calc(100% - 120px);
  transition: 0.8s;
}
.home-section .scrollbar-hide {
  padding: 0 160px 0 90px;
}
.home-section .toolbar {
  padding: 32px 160px 0 90px;
}
.sidebar.open~.home-section {
  width: calc(100% - 470px);
  transition: 0.4s;
}
.focus-in-expand {
  visibility: visible !important;
  animation-name: focus-in-expand;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
@keyframes focus-in-expand {
  0% {
    letter-spacing: -.5em;
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
.text-focus-in {
  visibility: visible !important;
  animation-name: text-focus-in;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
.focus-in-contract {
  visibility: visible !important;
  animation-name: focus-in-contract;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
@keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
.shutter-in-right {
  visibility: visible !important;
  animation-name: shutter-in-right;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
@keyframes shutter-in-right {
  0% {
    transform: rotateY(80deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}
.slide-right {
  visibility: visible !important;
  animation-name: slide-right;
  animation-duration: 0.8s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
@keyframes slide-right {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.slide-in-blurred-bl {
  visibility: visible !important;
  animation-name: slide-in-blurred-bl;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
@keyframes slide-in-blurred-bl {
  0% {
    transform: translateY(500px);
    transform-origin: 50% 100%;
    filter: blur(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
.fade-in-top {
  visibility: visible !important;
  animation-name: fade-in-top;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
@keyframes fade-in-top {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.scale-in-hor-center {
  visibility: visible !important;
  animation-name: scale-in-hor-center;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
@keyframes scale-in-hor-center {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-left {
  visibility: visible !important;
  animation-name: fade-in-left;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-top {
  visibility: visible !important;
  animation-name: fade-in-top;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
@keyframes fade-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.slide-in-bottom {
  visibility: visible !important;
  animation-name: slide-in-bottom;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
@keyframes slide-in-bottom {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
.fade-in-left-small {
  visibility: visible !important;
  animation-name: fade-in-left-small;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
@keyframes fade-in-left-small {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
.slide-top {
  animation-name: slide-top;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  animation-fill-mode: both;
}
@keyframes slide-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-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-duration {
  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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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-duration: initial;
      --tw-content: "";
    }
  }
}
