@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --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);
  }
}
@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;
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-10 {
  top: calc(var(--spacing) * 10);
}
.top-\[-1px\] {
  top: -1px;
}
.top-\[85\%\] {
  top: 85%;
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-10 {
  right: calc(var(--spacing) * 10);
}
.right-\[5\%\] {
  right: 5%;
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.left-1\/2 {
  left: calc(1/2 * 100%);
}
.left-\[5\%\] {
  left: 5%;
}
.z-50 {
  z-index: 50;
}
.z-\[0\] {
  z-index: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.m-\[-200px\] {
  margin: -200px;
}
.mx-auto {
  margin-inline: auto;
}
.my-5 {
  margin-block: calc(var(--spacing) * 5);
}
.ms-2 {
  margin-inline-start: calc(var(--spacing) * 2);
}
.mt-1 {
  margin-top: calc(var(--spacing) * 1);
}
.mb-1 {
  margin-bottom: calc(var(--spacing) * 1);
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.size-\[100px\] {
  width: 100px;
  height: 100px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[92px\] {
  height: 92px;
}
.h-\[400px\] {
  height: 400px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: calc(var(--spacing) * 0);
}
.max-h-\[60px\] {
  max-height: 60px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.w-5 {
  width: calc(var(--spacing) * 5);
}
.w-8\/12 {
  width: calc(8/12 * 100%);
}
.w-\[0px\] {
  width: 0px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[147px\] {
  width: 147px;
}
.w-\[526px\] {
  width: 526px;
}
.w-full {
  width: 100%;
}
.max-w-\[40px\] {
  max-width: 40px;
}
.max-w-\[60px\] {
  max-width: 60px;
}
.min-w-\[60px\] {
  min-width: 60px;
}
.grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-pointer {
  cursor: pointer;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-md {
  border-radius: var(--radius-md);
}
.rounded-l-\[8px\] {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-\[\#E0E0E0\] {
  border-color: #E0E0E0;
}
.bg-\[\#5DA7D3\] {
  background-color: #5DA7D3;
}
.bg-\[\#EFF6FB\] {
  background-color: #EFF6FB;
}
.bg-\[\#F5F5F5\] {
  background-color: #F5F5F5;
}
.bg-gray-800 {
  background-color: var(--color-gray-800);
}
.bg-white {
  background-color: var(--color-white);
}
.object-cover {
  object-fit: cover;
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-5 {
  padding-inline: calc(var(--spacing) * 5);
}
.px-8 {
  padding-inline: calc(var(--spacing) * 8);
}
.py-1 {
  padding-block: calc(var(--spacing) * 1);
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-5 {
  padding-block: calc(var(--spacing) * 5);
}
.py-10 {
  padding-block: calc(var(--spacing) * 10);
}
.py-12 {
  padding-block: calc(var(--spacing) * 12);
}
.py-14 {
  padding-block: calc(var(--spacing) * 14);
}
.py-22 {
  padding-block: calc(var(--spacing) * 22);
}
.ps-2 {
  padding-inline-start: calc(var(--spacing) * 2);
}
.ps-3 {
  padding-inline-start: calc(var(--spacing) * 3);
}
.ps-4 {
  padding-inline-start: calc(var(--spacing) * 4);
}
.ps-8 {
  padding-inline-start: calc(var(--spacing) * 8);
}
.ps-\[48px\] {
  padding-inline-start: 48px;
}
.pe-2 {
  padding-inline-end: calc(var(--spacing) * 2);
}
.pt-2 {
  padding-top: calc(var(--spacing) * 2);
}
.pt-3 {
  padding-top: calc(var(--spacing) * 3);
}
.pt-4 {
  padding-top: calc(var(--spacing) * 4);
}
.pt-5 {
  padding-top: calc(var(--spacing) * 5);
}
.pt-6 {
  padding-top: calc(var(--spacing) * 6);
}
.pt-8 {
  padding-top: calc(var(--spacing) * 8);
}
.pt-10 {
  padding-top: calc(var(--spacing) * 10);
}
.pt-12 {
  padding-top: calc(var(--spacing) * 12);
}
.pt-14 {
  padding-top: calc(var(--spacing) * 14);
}
.pt-16 {
  padding-top: calc(var(--spacing) * 16);
}
.pb-0 {
  padding-bottom: calc(var(--spacing) * 0);
}
.pb-1 {
  padding-bottom: calc(var(--spacing) * 1);
}
.pb-2 {
  padding-bottom: calc(var(--spacing) * 2);
}
.pb-3 {
  padding-bottom: calc(var(--spacing) * 3);
}
.pb-4 {
  padding-bottom: calc(var(--spacing) * 4);
}
.pb-5 {
  padding-bottom: calc(var(--spacing) * 5);
}
.pb-8 {
  padding-bottom: calc(var(--spacing) * 8);
}
.pb-14 {
  padding-bottom: calc(var(--spacing) * 14);
}
.pb-16 {
  padding-bottom: calc(var(--spacing) * 16);
}
.text-center {
  text-align: center;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[32px\] {
  font-size: 32px;
}
.leading-6 {
  --tw-leading: calc(var(--spacing) * 6);
  line-height: calc(var(--spacing) * 6);
}
.leading-9 {
  --tw-leading: calc(var(--spacing) * 9);
  line-height: calc(var(--spacing) * 9);
}
.font-\[400\] {
  --tw-font-weight: 400;
  font-weight: 400;
}
.font-\[500\] {
  --tw-font-weight: 500;
  font-weight: 500;
}
.font-\[600\] {
  --tw-font-weight: 600;
  font-weight: 600;
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-\[\#2F80ED\] {
  color: #2F80ED;
}
.text-\[\#4F4F4F\] {
  color: #4F4F4F;
}
.text-black {
  color: var(--color-black);
}
.text-white {
  color: var(--color-white);
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.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);
}
.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));
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.sm\:flex {
  @media (width >= 40rem) {
    display: flex;
  }
}
.sm\:hidden {
  @media (width >= 40rem) {
    display: none;
  }
}
.md\:right-\[10\%\] {
  @media (width >= 48rem) {
    right: 10%;
  }
}
.md\:left-\[10\%\] {
  @media (width >= 48rem) {
    left: 10%;
  }
}
.md\:order-1 {
  @media (width >= 48rem) {
    order: 1;
  }
}
.md\:order-2 {
  @media (width >= 48rem) {
    order: 2;
  }
}
.md\:mb-0 {
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
.md\:mb-4 {
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 4);
  }
}
.md\:ml-\[45px\] {
  @media (width >= 48rem) {
    margin-left: 45px;
  }
}
.md\:ml-auto {
  @media (width >= 48rem) {
    margin-left: auto;
  }
}
.md\:block {
  @media (width >= 48rem) {
    display: block;
  }
}
.md\:flex {
  @media (width >= 48rem) {
    display: flex;
  }
}
.md\:hidden {
  @media (width >= 48rem) {
    display: none;
  }
}
.md\:h-auto {
  @media (width >= 48rem) {
    height: auto;
  }
}
.md\:max-h-full {
  @media (width >= 48rem) {
    max-height: 100%;
  }
}
.md\:w-6\/12 {
  @media (width >= 48rem) {
    width: calc(6/12 * 100%);
  }
}
.md\:w-8\/12 {
  @media (width >= 48rem) {
    width: calc(8/12 * 100%);
  }
}
.md\:w-9\/12 {
  @media (width >= 48rem) {
    width: calc(9/12 * 100%);
  }
}
.md\:max-w-\[1280px\] {
  @media (width >= 48rem) {
    max-width: 1280px;
  }
}
.md\:grid-cols-2 {
  @media (width >= 48rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.md\:grid-cols-3 {
  @media (width >= 48rem) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.md\:justify-between {
  @media (width >= 48rem) {
    justify-content: space-between;
  }
}
.md\:justify-start {
  @media (width >= 48rem) {
    justify-content: flex-start;
  }
}
.md\:overflow-auto {
  @media (width >= 48rem) {
    overflow: auto;
  }
}
.md\:rounded-r-none {
  @media (width >= 48rem) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.md\:border-r {
  @media (width >= 48rem) {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
}
.md\:border-r-2 {
  @media (width >= 48rem) {
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
  }
}
.md\:border-b-0 {
  @media (width >= 48rem) {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
}
.md\:border-l-2 {
  @media (width >= 48rem) {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
}
.md\:p-10 {
  @media (width >= 48rem) {
    padding: calc(var(--spacing) * 10);
  }
}
.md\:px-3 {
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 3);
  }
}
.md\:px-8 {
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 8);
  }
}
.md\:px-10 {
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 10);
  }
}
.md\:py-0 {
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 0);
  }
}
.md\:py-10 {
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 10);
  }
}
.md\:py-12 {
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 12);
  }
}
.md\:py-14 {
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 14);
  }
}
.md\:py-15 {
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 15);
  }
}
.md\:py-20 {
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 20);
  }
}
.md\:ps-0 {
  @media (width >= 48rem) {
    padding-inline-start: calc(var(--spacing) * 0);
  }
}
.md\:ps-4 {
  @media (width >= 48rem) {
    padding-inline-start: calc(var(--spacing) * 4);
  }
}
.md\:pe-4 {
  @media (width >= 48rem) {
    padding-inline-end: calc(var(--spacing) * 4);
  }
}
.md\:pe-20 {
  @media (width >= 48rem) {
    padding-inline-end: calc(var(--spacing) * 20);
  }
}
.md\:pt-0 {
  @media (width >= 48rem) {
    padding-top: calc(var(--spacing) * 0);
  }
}
.md\:pt-3 {
  @media (width >= 48rem) {
    padding-top: calc(var(--spacing) * 3);
  }
}
.md\:pt-4 {
  @media (width >= 48rem) {
    padding-top: calc(var(--spacing) * 4);
  }
}
.md\:pt-5 {
  @media (width >= 48rem) {
    padding-top: calc(var(--spacing) * 5);
  }
}
.md\:pt-20 {
  @media (width >= 48rem) {
    padding-top: calc(var(--spacing) * 20);
  }
}
.md\:pb-0 {
  @media (width >= 48rem) {
    padding-bottom: calc(var(--spacing) * 0);
  }
}
.md\:pb-2 {
  @media (width >= 48rem) {
    padding-bottom: calc(var(--spacing) * 2);
  }
}
.md\:pb-8 {
  @media (width >= 48rem) {
    padding-bottom: calc(var(--spacing) * 8);
  }
}
.md\:pb-10 {
  @media (width >= 48rem) {
    padding-bottom: calc(var(--spacing) * 10);
  }
}
.md\:pb-20 {
  @media (width >= 48rem) {
    padding-bottom: calc(var(--spacing) * 20);
  }
}
.md\:pb-26 {
  @media (width >= 48rem) {
    padding-bottom: calc(var(--spacing) * 26);
  }
}
.md\:text-left {
  @media (width >= 48rem) {
    text-align: left;
  }
}
.md\:text-start {
  @media (width >= 48rem) {
    text-align: start;
  }
}
.md\:text-\[20px\] {
  @media (width >= 48rem) {
    font-size: 20px;
  }
}
.md\:text-\[24px\] {
  @media (width >= 48rem) {
    font-size: 24px;
  }
}
.md\:text-\[32px\] {
  @media (width >= 48rem) {
    font-size: 32px;
  }
}
.lg\:w-8\/12 {
  @media (width >= 64rem) {
    width: calc(8/12 * 100%);
  }
}
.lg\:w-10\/12 {
  @media (width >= 64rem) {
    width: calc(10/12 * 100%);
  }
}
.lg\:gap-30 {
  @media (width >= 64rem) {
    gap: calc(var(--spacing) * 30);
  }
}
.lg\:pe-26 {
  @media (width >= 64rem) {
    padding-inline-end: calc(var(--spacing) * 26);
  }
}
.xl\:px-20 {
  @media (width >= 80rem) {
    padding-inline: calc(var(--spacing) * 20);
  }
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --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);
  }
}
@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: 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;
#sideMenu.open, .bg-side-bar {
  position: fixed;
  overflow: hidden;
}
.side-nav, button {
  position: relative;
}
.bg-ready-to-transform::after, .bg-ready-to-transform::before {
  content: '';
  width: 100%;
  height: 72px;
  background-repeat: repeat;
  right: 0;
  left: 0;
}
:root {
  --primary-color: #0c2756;
  --secondary-color: #ff5733;
  --color-danger: #c12032;
  --background-color: #f4f4f4;
  --text-light-blue: #5da7d3;
  --text-gray: #333333;
  --text-black: #616162;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans', serif;
}
.poppins-thin {
  font-family: Poppins, serif;
  font-weight: 100;
  font-style: normal;
}
button {
  cursor: pointer !important;
  z-index: 9;
}
.text-primary {
  color: var(--primary-color);
}
.text-secondary {
  color: var(--secondary-color);
}
.text-blue {
  color: var(--text-light-blue);
}
.text-black {
  color: var(--text-black);
}
#sideMenu.open, .text-gray-dark {
  color: var(--text-gray);
}
.bg-primary {
  background-color: var(--primary-color);
}
.bg-secondary {
  background-color: var(--secondary-color);
}
.bg-light {
  background-color: var(--background-color);
}
.font-20 {
  font-size: 20px;
}
.font-56 {
  font-size: 56px;
}
.btn {
  border-radius: 100px;
}
.btn-primary {
  color: #fff;
  background-color: #0c2756;
}
#sideMenu {
  width: 0;
  transition: 0.2s ease-in-out;
  z-index: 999;
  background-color: #fff;
}
.bg-side-bar {
  z-index: 9999;
}
#sideMenu.open, .side-nav {
  z-index: 99999999;
}
#sideMenu.open {
  width: 100%;
  text-align: center;
  background: linear-gradient(180deg, #fff 0, #e1f2f9 100%);
}
.bg-side-bar button {
  display: none;
}
.bg-side-bar.open button {
  display: block;
}
.side-nav ul li a, .top-navbar ul li a {
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 500;
}
.section-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}
.section-paragraph, p {
  color: var(--text-black);
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
}
.accessibility .info-title, .items-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: var(--text-gray);
}
.accessibility .info-subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: var(--text-gray);
}
.items-paragraph {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.text-danger {
  color: var(--color-danger);
}
.font-weight-semibold {
  font-weight: 600;
}
.text-white p {
  color: #fff;
}
.blue-gradient {
  background: linear-gradient(180deg, #5ca5d1 0, #315970 100%);
}
.hero-banner {
  background: linear-gradient(155.97deg, #030a1a 15.42%, #06142f 84.58%);
}
.bg-ready-to-transform, .bg-ready-to-transform-second {
  background-color: var(--primary-color);
  position: relative;
}
.hero-banner .banner-title h1 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 37px;
}
.hero-banner p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 26px;
  text-align: center;
}
.hero-banner img {
  max-height: 641px;
}
.partnership-higlight-title {
  font-size: 24px;
}
.section-left-main-title {
  font-size: 24px;
  color: var(--text-gray);
  line-height: 36px;
  font-weight: 600;
}
.bg-ready-to-transform-second {
  width: 100%;
}
.bg-ready-to-transform::after {
  background-image: url(../img/lines-icon/bottom-lines.png);
  z-index: 1;
  position: absolute;
  bottom: 0;
}
.bg-ready-to-transform::before {
  background-image: url(../img/lines-icon/top-lines.png);
  position: absolute;
  top: 0;
}
.bg-ready-to-transform-second::after, .bg-ready-to-transform-second::before {
  content: '';
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
}
.bg-ready-to-transform-second::before {
  background-image: url(../img/lines-icon/left-lines.svg);
  left: 0;
  background-position: left;
}
.bg-ready-to-transform-second::after {
  background-image: url(../img/lines-icon/right-lines.svg);
  right: 0 !important;
  background-position: right;
}
.bg-ready-to-transform h2, .bg-ready-to-transform-second h2 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  line-height: 28px;
}
footer .copyright-text, footer .nav-links {
  font-size: 14px;
  font-weight: 400;
}
.about-us .items-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  color: var(--text-gray);
}
footer .social-links li {
  width: 24px;
  height: 24px;
  margin: 4px;
}
footer .nav-links {
  color: #4f4f4f;
}
@media (max-width: 640px) {
  .section-paragraph.text-20 {
    color: var(--text-black);
    line-height: 25px;
    font-size: 20px;
    font-weight: 400;
  }
  .side-nav ul li a, .top-navbar ul li a {
    color: #4f4f4f;
    font-size: 20px;
    font-weight: 500;
  }
  .margin-top {
    margin-top: -280px;
  }
  .about-us .items-title, .partnership-higlight-title {
    font-size: 20px;
  }
  .bg-ready-to-transform-second::after {
    width: 33%;
    background-position: left;
    background-repeat: repeat;
    background-image: url(../img/lines-icon/right-lines-mobile.svg);
  }
  .bg-ready-to-transform-second::before {
    background-position: right;
    background-repeat: repeat;
    width: 33%;
    background-image: url(../img/lines-icon/left-lines-mobile.svg);
  }
}
.accessibility .info-paragraph, .accessibility ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--text-black);
}
.footer-top-border {
  background: linear-gradient(180deg, #fff 1.1%, #3da9d7 44.23%, #277cac 66.92%, #002859 110.78%), linear-gradient(180deg, color(display-p3 1 1 1) 1.1%, color(display-p3 .365 .655 .827) 44.23%, color(display-p3 .255 .478 .655) 66.92%, color(display-p3 .047 .153 .337) 110.78%);
}
@media (min-width: 640px) {
  .hero-banner {
    background: linear-gradient(180deg, #020611 15.54%, #0d2857 69.74%);
  }
  .section-paragraph, p {
    line-height: 30px;
    font-size: 20px;
  }
  .accessibility .info-title, .items-title {
    line-height: 30px;
  }
  .section-title {
    font-size: 48px;
    line-height: 54px;
  }
  .section-paragraph {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: var(--text-black);
  }
  .items-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }
  .items-paragraph {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }
  .hero-banner .banner-title h1 {
    font-size: 53px;
    line-height: 58px;
  }
  .hero-banner p {
    text-align: left;
  }
  .section-inter-main-title {
    font-size: 36px;
  }
  .bg-ready-to-transform h2, .bg-ready-to-transform-second h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .accessibility .info-title {
    font-size: 32px;
  }
  .accessibility .info-subtitle {
    font-size: 24px;
    line-height: 30px;
    padding-top: 10px;
  }
  .accessibility .info-paragraph, .accessibility ul li {
    font-size: 20px;
    line-height: 30px;
  }
  .section-left-main-title {
    font-size: 40px;
    line-height: 52px;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-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-duration: initial;
      --tw-ease: initial;
    }
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-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-duration: initial;
      --tw-ease: initial;
    }
  }
}