/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?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');
 @layer properties {
     @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
         *, :before, :after, ::backdrop {
             --tw-translate-x: 0;
             --tw-translate-y: 0;
             --tw-translate-z: 0;
             --tw-space-y-reverse: 0;
             --tw-border-style: solid;
             --tw-gradient-position: initial;
             --tw-gradient-from: #0000;
             --tw-gradient-via: #0000;
             --tw-gradient-to: #0000;
             --tw-gradient-stops: initial;
             --tw-gradient-via-stops: initial;
             --tw-gradient-from-position: 0%;
             --tw-gradient-via-position: 50%;
             --tw-gradient-to-position: 100%;
             --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-ease: initial;
             --tw-duration: initial;
        }
    }
}
 @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-50: oklch(.985 .002 247.839);
         --color-black: #000;
         --color-white: #fff;
         --spacing: .25rem;
         --container-xs: 20rem;
         --container-sm: 24rem;
         --container-md: 28rem;
         --container-2xl: 42rem;
         --container-3xl: 48rem;
         --container-4xl: 56rem;
         --container-5xl: 64rem;
         --container-6xl: 72rem;
         --text-sm: .875rem;
         --text-sm--line-height: calc(1.25 / .875);
         --text-base: 1rem;
         --text-lg: 1.125rem;
         --text-xl: 1.25rem;
         --text-2xl: 1.5rem;
         --font-weight-normal: 400;
         --font-weight-medium: 500;
         --font-weight-semibold: 600;
         --radius-xs: .125rem;
         --ease-in-out: cubic-bezier(.4, 0, .2, 1);
         --default-transition-duration: .15s;
         --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
         --default-font-family: var(--font-sans);
         --default-font-feature-settings: var(--font-sans--font-feature-settings);
         --default-font-variation-settings: var(--font-sans--font-variation-settings);
         --default-mono-font-family: var(--font-mono);
         --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
         --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
		     --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    }
}
 @layer base {
     *, :after, :before, ::backdrop {
         box-sizing: border-box;
         border: 0 solid;
         margin: 0;
         padding: 0;
    }
     ::file-selector-button {
         box-sizing: border-box;
         border: 0 solid;
         margin: 0;
         padding: 0;
    }
     html, :host {
         -webkit-text-size-adjust: 100%;
         tab-size: 4;
         line-height: 1.5;
         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;
    }
     body {
         line-height: inherit;
		 font-family: "Poppins", sans-serif !important;
    }
     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;
         -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 {
         vertical-align: baseline;
         font-size: 75%;
         line-height: 0;
         position: relative;
    }
     sub {
         bottom: -.25em;
    }
     sup {
         top: -.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 {
         vertical-align: middle;
         display: block;
    }
     img, video {
         max-width: 100%;
         height: auto;
    }
     button, input, select, optgroup, textarea {
         font: inherit;
         font-feature-settings: inherit;
         font-variation-settings: inherit;
         letter-spacing: inherit;
         color: inherit;
         opacity: 1;
         background-color: #0000;
         border-radius: 0;
    }
     ::file-selector-button {
         font: inherit;
         font-feature-settings: inherit;
         font-variation-settings: inherit;
         letter-spacing: inherit;
         color: inherit;
         opacity: 1;
         background-color: #0000;
         border-radius: 0;
    }
     :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;
         color: currentColor;
    }
     @supports (color: color-mix(in lab, red, red)) {
         ::placeholder {
             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 {
         padding-block: 0;
    }
     ::-webkit-datetime-edit-year-field {
         padding-block: 0;
    }
     ::-webkit-datetime-edit-month-field {
         padding-block: 0;
    }
     ::-webkit-datetime-edit-day-field {
         padding-block: 0;
    }
     ::-webkit-datetime-edit-hour-field {
         padding-block: 0;
    }
     ::-webkit-datetime-edit-minute-field {
         padding-block: 0;
    }
     ::-webkit-datetime-edit-second-field {
         padding-block: 0;
    }
     ::-webkit-datetime-edit-millisecond-field {
         padding-block: 0;
    }
     ::-webkit-datetime-edit-meridiem-field {
         padding-block: 0;
    }
     :-moz-ui-invalid {
         box-shadow: none;
    }
     button, input:where([type="button"], [type="reset"], [type="submit"]) {
         appearance: button;
    }
     ::file-selector-button {
         appearance: button;
    }
     ::-webkit-inner-spin-button {
         height: auto;
    }
     ::-webkit-outer-spin-button {
         height: auto;
    }
     [hidden]:where(:not([hidden="until-found"])) {
         display: none !important;
    }
     * {
         border-color: var(--border);
         outline-color: var(--ring);
    }
     @supports (color: color-mix(in lab, red, red)) {
         * {
             outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
        }
    }
     * {
         border-color: var(--border);
         outline-color: var(--ring);
    }
     @supports (color: color-mix(in lab, red, red)) {
         * {
             outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
        }
    }
     body {
         background-color: var(--background);
         color: var(--foreground);
    }
     :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
         font-size: var(--text-2xl);
         font-weight: var(--font-weight-medium);
         line-height: 1.5;
    }
     :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
         font-size: var(--text-xl);
         font-weight: var(--font-weight-medium);
         line-height: 1.5;
    }
     :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
         font-size: var(--text-lg);
         font-weight: var(--font-weight-medium);
         line-height: 1.5;
    }
     :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
         font-size: var(--text-base);
         font-weight: var(--font-weight-medium);
         line-height: 1.5;
    }
     :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
         font-size: var(--text-base);
         font-weight: var(--font-weight-normal);
         line-height: 1.5;
    }
     :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
         font-size: var(--text-base);
         font-weight: var(--font-weight-medium);
         line-height: 1.5;
    }
     :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
         font-size: var(--text-base);
         font-weight: var(--font-weight-normal);
         line-height: 1.5;
    }
}
 @layer utilities {
     .sr-only {
         clip: rect(0, 0, 0, 0);
         white-space: nowrap;
         border-width: 0;
         width: 1px;
         height: 1px;
         margin: -1px;
         padding: 0;
         position: absolute;
         overflow: hidden;
    }
     .absolute {
         position: absolute;
    }
     .fixed {
         position: fixed;
    }
     .relative {
         position: relative;
    }
     .sticky {
         position: sticky;
    }
     .inset-0 {
         inset: calc(var(--spacing) * 0);
    }
     .inset-x-0 {
         inset-inline: calc(var(--spacing) * 0);
    }
     .inset-y-0 {
         inset-block: calc(var(--spacing) * 0);
    }
     .-top-10 {
         top: calc(var(--spacing) * -10);
    }
     .top-0 {
         top: calc(var(--spacing) * 0);
    }
     .top-4 {
         top: calc(var(--spacing) * 4);
    }
     .right-0 {
         right: calc(var(--spacing) * 0);
    }
     .right-4 {
         right: calc(var(--spacing) * 4);
    }
     .bottom-0 {
         bottom: calc(var(--spacing) * 0);
    }
     .left-0 {
         left: calc(var(--spacing) * 0);
    }
     .left-1\/2 {
         left: 50%;
    }
     .z-10 {
         z-index: 10;
    }
     .z-50 {
         z-index: 50;
    }
     .container {
         width: 100%;
    }
     @media (width >= 40rem) {
         .container {
             max-width: 40rem;
        }
    }
     @media (width >= 48rem) {
         .container {
             max-width: 48rem;
        }
    }
     @media (width >= 64rem) {
         .container {
             max-width: 64rem;
        }
    }
     @media (width >= 80rem) {
         .container {
             max-width: 80rem;
        }
    }
     @media (width >= 96rem) {
         .container {
             max-width: 96rem;
        }
    }
     .mx-auto {
         margin-inline: auto;
    }
     .mt-1 {
         margin-top: calc(var(--spacing) * 1);
    }
     .mt-4 {
         margin-top: calc(var(--spacing) * 4);
    }
     .mt-8 {
         margin-top: calc(var(--spacing) * 8);
    }
     .mt-12 {
         margin-top: calc(var(--spacing) * 12);
    }
     .mt-auto {
         margin-top: auto;
    }
     .mb-0 {
         margin-bottom: calc(var(--spacing) * 0);
    }
     .mb-2 {
         margin-bottom: calc(var(--spacing) * 2);
    }
     .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-7 {
         margin-bottom: calc(var(--spacing) * 7);
    }
     .mb-8 {
         margin-bottom: calc(var(--spacing) * 8);
    }
     .mt-\[-100px\] {
         margin-top: -110px;
    }
     .mt-\[50px\] {
         margin-top: 50px;
    }
     .block {
         display: block;
    }
     .flex {
         display: flex;
    }
     .grid {
         display: grid;
    }
     .hidden {
         display: none;
    }
     .size-4 {
         width: calc(var(--spacing) * 4);
         height: calc(var(--spacing) * 4);
    }
     .size-\[16px\] {
         width: 16px;
         height: 16px;
    }
     .size-\[18px\] {
         width: 18px;
         height: 18px;
    }
     .size-\[20px\] {
         width: 20px;
         height: 20px;
    }
     .size-\[30px\] {
         width: 30px;
         height: 30px;
    }
     .size-full {
         width: 100%;
         height: 100%;
    }
     .h-1 {
         height: calc(var(--spacing) * 1);
    }
     .h-6 {
         height: calc(var(--spacing) * 6);
    }
     .h-8 {
         height: calc(var(--spacing) * 8);
    }
     .h-10 {
         height: calc(var(--spacing) * 10);
    }
     .h-12 {
         height: calc(var(--spacing) * 12);
    }
     .h-16 {
         height: calc(var(--spacing) * 16);
    }
     .h-20 {
         height: calc(var(--spacing) * 20);
    }
     .h-24 {
         height: calc(var(--spacing) * 24);
    }
     .h-auto {
         height: auto;
    }
     .h-full {
         height: 100%;
    }
     .min-h-screen {
         min-height: 100vh;
    }
     .w-1 {
         width: calc(var(--spacing) * 1);
    }
     .w-3\/4 {
         width: 75%;
    }
     .w-6 {
         width: calc(var(--spacing) * 6);
    }
     .w-10 {
         width: calc(var(--spacing) * 10);
    }
     .w-12 {
         width: calc(var(--spacing) * 12);
    }
     .w-16 {
         width: calc(var(--spacing) * 16);
    }
     .w-20 {
         width: calc(var(--spacing) * 20);
    }
     .w-24 {
         width: calc(var(--spacing) * 24);
    }
     .w-\[300px\] {
         width: 300px;
    }
     .w-auto {
         width: auto;
    }
     .w-full {
         width: 100%;
    }
     .max-w-2xl {
         max-width: var(--container-2xl);
    }
     .max-w-3xl {
         max-width: var(--container-3xl);
    }
     .max-w-4xl {
         max-width: var(--container-4xl);
    }
     .max-w-5xl {
         max-width: var(--container-5xl);
    }
     .max-w-6xl {
         max-width: var(--container-6xl);
    }
     .max-w-\[1440px\] {
         max-width: 1440px;
    }
     .max-w-xs {
         max-width: var(--container-xs);
    }
     .flex-shrink-0, .shrink-0 {
         flex-shrink: 0;
    }
     .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);
    }
     .grid-cols-1 {
         grid-template-columns: repeat(1, minmax(0, 1fr));
    }
     .grid-cols-2 {
         grid-template-columns: repeat(2, minmax(0, 1fr));
    }
     .flex-col {
         flex-direction: column;
    }
     .items-center {
         align-items: center;
    }
     .items-start {
         align-items: flex-start;
    }
     .justify-between {
         justify-content: space-between;
    }
     .justify-center {
         justify-content: center;
    }
     .gap-1\.5 {
         gap: calc(var(--spacing) * 1.5);
    }
     .gap-2 {
         gap: calc(var(--spacing) * 2);
    }
     .gap-3 {
         gap: calc(var(--spacing) * 3);
    }
     .gap-4 {
         gap: calc(var(--spacing) * 4);
    }
     .gap-6 {
         gap: calc(var(--spacing) * 6);
    }
     .gap-8 {
         gap: calc(var(--spacing) * 8);
    }
     :where(.space-y-2 > :not(:last-child)) {
         --tw-space-y-reverse: 0;
         margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
         margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
     .overflow-x-hidden {
         overflow-x: hidden;
    }
     .rounded-\[5px\] {
         border-radius: 5px;
    }
     .rounded-\[10px\] {
         border-radius: 10px;
    }
     .rounded-full {
         border-radius: 3.40282e38px;
    }
     .rounded-lg {
         border-radius: var(--radius);
    }
     .rounded-xs {
         border-radius: var(--radius-xs);
    }
     .border-t {
         border-top-style: var(--tw-border-style);
         border-top-width: 1px;
    }
     .border-t-4 {
         border-top-style: var(--tw-border-style);
         border-top-width: 4px;
    }
     .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-l {
         border-left-style: var(--tw-border-style);
         border-left-width: 1px;
    }
     .border-l-4 {
         border-left-style: var(--tw-border-style);
         border-left-width: 4px;
    }
     .border-\[\#275f9b\] {
         border-color: #275f9b;
    }
     .border-white {
         border-color: var(--color-white);
    }
     .bg-\[\#72a43a\] {
         background-color: #72a43a;
    }
     .bg-\[\#275f9b\] {
         background-color: #275f9b;
    }
     .bg-\[\#A7D5E8\] {
         background-color: #a7d5e8;
    }
     .bg-\[\#e8f8ff\] {
         background-color: #e8f8ff;
    }
     .bg-background {
         background-color: var(--background);
    }
     .bg-black\/50 {
         background-color: #00000080;
    }
     @supports (color: color-mix(in lab, red, red)) {
         .bg-black\/50 {
             background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
        }
    }
     .bg-gray-50 {
         background-color: var(--color-gray-50);
    }
     .bg-white {
         background-color: var(--color-white);
    }
     .bg-gradient-to-b {
         --tw-gradient-position: to bottom in oklab;
         background-image: linear-gradient(var(--tw-gradient-stops));
    }
     .from-\[\#e8f8ff\] {
         --tw-gradient-from: #e8f8ff;
         --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
     .to-white {
         --tw-gradient-to: var(--color-white);
         --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
     .object-contain {
         object-fit: contain;
    }
     .p-2 {
         padding: calc(var(--spacing) * 2);
    }
     .p-4 {
         padding: calc(var(--spacing) * 4);
    }
     .p-6 {
         padding: calc(var(--spacing) * 6);
    }
     .px-4 {
         padding-inline: calc(var(--spacing) * 4);
    }
     .px-6 {
         padding-inline: calc(var(--spacing) * 6);
    }
     .px-8 {
         padding-inline: calc(var(--spacing) * 8);
    }
     .px-10 {
         padding-inline: calc(var(--spacing) * 10);
    }
     .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-12 {
         padding-block: calc(var(--spacing) * 12);
    }
     .pt-6 {
         padding-top: calc(var(--spacing) * 6);
    }
     .pt-16 {
         padding-top: calc(var(--spacing) * 16);
    }
	 .pb-\[120px\]{
		padding-bottom: 120px !important; 
	 }
	 .mt-\[30px\]{
		 margin-top: 30px;
	 }
     .text-center {
         text-align: center;
    }
     .font-\[\'Baloo_2\:Medium\'\,sans-serif\] {
         font-family: "Baloo 2:Medium", sans-serif;
    }
     .font-\[\'Poppins\:Medium\'\,sans-serif\] {
         font-family: Poppins\:Medium, sans-serif;
    }
     .font-\[\'Poppins\:Regular\'\,sans-serif\] {
         font-family: Poppins\:Regular, sans-serif;
    }
     .font-\[\'Poppins\:SemiBold\'\,sans-serif\] {
         font-family: Poppins\:SemiBold, sans-serif;
    }
     .text-sm {
         font-size: var(--text-sm);
         line-height: var(--tw-leading, var(--text-sm--line-height));
    }
     .text-\[8px\] {
         font-size: 8px;
    }
     .text-\[9\.9px\] {
         font-size: 9.9px;
    }
.text-\[18px\] {
    font-size: 18px;
}
     .leading-\[18px\] {
         --tw-leading: 18px;
         line-height: 18px;
    }
     .leading-\[22px\] {
         --tw-leading: 22px;
         line-height: 22px;
    }
     .leading-\[28px\] {
         --tw-leading: 28px;
         line-height: 28px;
    }
     .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);
    }
     .whitespace-nowrap {
         white-space: nowrap;
    }
     .text-\[\#044d87\] {
         color: #044d87;
    }
     .text-\[\#074d84\] {
         color: #074d84;
    }
     .text-\[\#1064a4\] {
         color: #1064a4;
    }
     .text-\[\#333333\] {
         color: #333;
    }
     .text-black {
         color: var(--color-black);
    }
     .text-foreground {
         color: var(--foreground);
    }
     .text-muted-foreground {
         color: var(--muted-foreground);
    }
     .text-white {
         color: var(--color-white);
    }
     .opacity-70 {
         opacity: .7;
    }
     .shadow-\[0px_0px_20px_0px_rgba\(0\,0\,0\,0\.25\)\] {
         --tw-shadow: 0px 0px 20px 0px var(--tw-shadow-color, #00000040);
         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_0px_20px_0px_rgba\(66\,66\,66\,0\.25\)\] {
         --tw-shadow: 0px 0px 20px 0px var(--tw-shadow-color, #42424240);
         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_0px_50px_0px_inset_rgba\(0\,0\,0\,0\.25\)\] {
         --tw-shadow: 0px 0px 50px 0px inset var(--tw-shadow-color, #00000040);
         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_4px_10px_0px_rgba\(45\,99\,161\,0\.25\)\] {
         --tw-shadow: 0px 4px 10px 0px var(--tw-shadow-color, #2d63a140);
         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_4px_20px_0px_rgba\(0\,0\,0\,0\.25\)\] {
         --tw-shadow: 0px 4px 20px 0px var(--tw-shadow-color, #00000040);
         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_4px_20px_0px_rgba\(97\,97\,97\,0\.25\)\] {
         --tw-shadow: 0px 4px 20px 0px var(--tw-shadow-color, #61616140);
         box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
     .shadow-lg {
         --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
         box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
     .ring-offset-background {
         --tw-ring-offset-color: var(--background);
    }
     .filter {
         filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
    }
     .transition {
         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;
         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-opacity {
         transition-property: opacity;
         transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
         transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
     .ease-in-out {
         --tw-ease: var(--ease-in-out);
         transition-timing-function: var(--ease-in-out);
    }
     @media (hover: hover) {
         .hover\:bg-\[\#1e4a7a\]:hover {
             background-color: #1e4a7a;
        }
    }
     @media (hover: hover) {
         .hover\:bg-\[\#5d8a2e\]:hover {
             background-color: #5d8a2e;
        }
    }
     @media (hover: hover) {
         .hover\:text-\[\#1064a4\]:hover {
             color: #1064a4;
        }
    }
     @media (hover: hover) {
         .hover\:opacity-100:hover {
             opacity: 1;
        }
    }

@media (width >= 40rem) {
  .sm\:justify-center {
    justify-content: center;
  }
}
     .focus\:ring-2:focus {
         --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + 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);
    }
     .focus\:ring-ring:focus {
         --tw-ring-color: var(--ring);
    }
     .focus\:ring-offset-2:focus {
         --tw-ring-offset-width: 2px;
         --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
     .focus\:outline-hidden:focus {
         --tw-outline-style: none;
         outline-style: none;
    }
     @media (forced-colors: active) {
         .focus\:outline-hidden:focus {
             outline-offset: 2px;
             outline: 2px solid #0000;
        }
    }
     .disabled\:pointer-events-none:disabled {
         pointer-events: none;
    }
     .data-\[state\=closed\]\:animate-out[data-state="closed"] {
         animation: exit var(--tw-duration, .15s) var(--tw-ease, ease);
    }
     .data-\[state\=closed\]\:duration-300[data-state="closed"] {
         --tw-duration: .3s;
         transition-duration: .3s;
    }
     .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
         --tw-exit-opacity: 0;
    }
     .data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
         --tw-exit-translate-y: 100%;
    }
     .data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
         --tw-exit-translate-x: -100%;
    }
     .data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
         --tw-exit-translate-x: 100%;
    }
     .data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
         --tw-exit-translate-y: -100%;
    }
     .data-\[state\=open\]\:animate-in[data-state="open"] {
         animation: enter var(--tw-duration, .15s) var(--tw-ease, ease);
    }
     .data-\[state\=open\]\:bg-secondary[data-state="open"] {
         background-color: var(--secondary);
    }
     .data-\[state\=open\]\:duration-500[data-state="open"] {
         --tw-duration: .5s;
         transition-duration: .5s;
    }
     .data-\[state\=open\]\:fade-in-0[data-state="open"] {
         --tw-enter-opacity: 0;
    }
     .data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
         --tw-enter-translate-y: 100%;
    }
     .data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
         --tw-enter-translate-x: -100%;
    }
     .data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
         --tw-enter-translate-x: 100%;
    }
     .data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
         --tw-enter-translate-y: -100%;
    }
/* Font Weight Utilities (like Tailwind CSS) */
.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}
.h-\[45px\] {
             height: 45px;
        }


     @media (width >= 40rem) {
         .sm\:w-\[400px\] {
             width: 400px;
        }
    }
     @media (width >= 40rem) {
         .sm\:max-w-sm {
             max-width: var(--container-sm);
        }
    }
     @media (width >= 40rem) {
         .sm\:grid-cols-2 {
             grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }
     @media (width >= 40rem) {
         .sm\:flex-row {
             flex-direction: row;
        }
    }

     @media (width >= 40rem) {

    .sm\:w-\[20\%\] {
    width: 20%;
    }
    }

     @media (width >= 40rem) {

    .sm\:w-\[33\%\] {
    width: 33%;
    }

     @media (width >= 40rem) {

    .sm\:w-\[45\%\] {
    width: 45%;
    }
    }
     @media (width >= 40rem) {

    .sm\:w-\[40\%\] {
    width: 40%;
    }
    }
     @media (width >= 40rem) {

    .sm\:mt-\[-80px\] {
    margin-top: -80px;
}
    }
     @media (width >= 48rem) {
         .md\:grid-cols-2 {
             grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }
     @media (width >= 48rem) {
         .md\:grid-cols-3 {
             grid-template-columns: repeat(3, minmax(0, 1fr));
        }
    }
     @media (width >= 48rem) {
         .md\:grid-cols-4 {
             grid-template-columns: repeat(4, minmax(0, 1fr));
        }
    }
     @media (width >= 48rem) {
         .md\:flex-row {
             flex-direction: row;
        }
    }
     @media (width >= 48rem) {
         .md\:text-left {
             text-align: left;
        }
    }
     @media (width >= 48rem) {
         .md\:w-50 {
             width: 50%;
        }
    }
@media (width >= 48rem) {
    .md\:w-\[33\%\] {
    width: 33%;
    }
}
@media (width >= 48rem) {
    .md\:w-\[30\%\] {
    width: 30%;
    }
}
@media (width >= 48rem) {
    .md\:w-\[20\%\] {
    width: 20%;
    }
}
@media (width >= 48rem) {
    .md\:w-\[18\%\] {
    width: 18%;
    }
}
@media (width >= 48rem) {
    .md\:w-\[10\%\] {
    width: 10%;
    }
}
	
     @media (width >= 48rem) {
         .md\:hidden {
             display: none;
        }
    }
@media (width >= 48rem) {
    .lg\:mt-\[-70px\] {
    margin-top: -70px;
}
		 }
     @media (width >= 64rem) {
         .lg\:-top-12 {
             top: calc(var(--spacing) * -12);
        }
    }
     @media (width >= 64rem) {
         .lg\:col-span-1 {
             grid-column: span 1 / span 1;
        }
    }
     @media (width >= 64rem) {
         .lg\:mb-12 {
             margin-bottom: calc(var(--spacing) * 12);
        }
    }
     @media (width >= 64rem) {
         .lg\:flex {
             display: flex;
        }
    }
     @media (width >= 64rem) {
         .lg\:hidden {
             display: none;
        }
    }
     @media (width >= 64rem) {
         .lg\:h-10 {
             height: calc(var(--spacing) * 10);
        }
    }
     @media (width >= 64rem) {
         .lg\:h-\[50px\] {
             height: 50px;
        }
    }
     @media (width >= 64rem) {
         .lg\:h-\[60px\] {
             height: 60px;
        }
    }
     @media (width >= 64rem) {
         .lg\:h-\[100px\] {
             height: 100px;
        }
    }
     @media (width >= 64rem) {
         .lg\:h-\[120px\] {
             height: 120px;
        }
    }
     @media (width >= 64rem) {
         .lg\:h-\[160px\] {
             height: 160px;
        }
    }
     @media (width >= 64rem) {
         .lg\:w-\[50px\] {
             width: 50px;
        }
    }
     @media (width >= 64rem) {
         .lg\:w-\[60px\] {
             width: 60px;
        }
    }
     @media (width >= 64rem) {
         .lg\:w-\[100px\] {
             width: 100px;
        }
    }
     @media (width >= 64rem) {
         .lg\:w-\[120px\] {
             width: 120px;
        }
    }
     @media (width >= 64rem) {
         .lg\:w-\[160px\] {
             width: 160px;
        }
    }
     @media (width >= 64rem) {
         .lg\:max-w-md {
             max-width: var(--container-md);
        }
    }
     @media (width >= 64rem) {
         .lg\:grid-cols-3 {
             grid-template-columns: repeat(3, minmax(0, 1fr));
        }
    }
     @media (width >= 64rem) {
         .lg\:grid-cols-4 {
             grid-template-columns: repeat(4, minmax(0, 1fr));
        }
    }
     @media (width >= 64rem) {
         .lg\:grid-cols-5 {
             grid-template-columns: repeat(5, minmax(0, 1fr));
        }
    }
     @media (width >= 64rem) {
         .lg\:gap-8 {
             gap: calc(var(--spacing) * 8);
        }
    }
     @media (width >= 64rem) {
         .lg\:gap-10 {
             gap: calc(var(--spacing) * 10);
        }
    }
     @media (width >= 64rem) {
         .lg\:gap-12 {
             gap: calc(var(--spacing) * 12);
        }
    }
     @media (width >= 64rem) {
         .lg\:border-l-\[5px\] {
             border-left-style: var(--tw-border-style);
             border-left-width: 5px;
        }
    }
     @media (width >= 64rem) {
         .lg\:p-8 {
             padding: calc(var(--spacing) * 8);
        }
    }
     @media (width >= 64rem) {
         .lg\:px-10 {
             padding-inline: calc(var(--spacing) * 10);
        }
    }
     @media (width >= 64rem) {
         .lg\:py-6 {
             padding-block: calc(var(--spacing) * 6);
        }
    }
     @media (width >= 64rem) {
         .lg\:py-16 {
             padding-block: calc(var(--spacing) * 16);
        }
    }
     @media (width >= 64rem) {
         .lg\:py-20 {
             padding-block: calc(var(--spacing) * 20);
        }
    }
     @media (width >= 64rem) {
         .lg\:pt-20 {
             padding-top: calc(var(--spacing) * 20);
        }
    }
     @media (width >= 64rem) {
         .lg\:text-\[9\.9px\] {
             font-size: 9.9px;
        }
    }
     @media (width >= 80rem) {
         .xl\:gap-\[60px\] {
             gap: 60px;
        }
    }
     @media (width >= 80rem) {
         .xl\:px-10 {
             padding-inline: calc(var(--spacing) * 10);
        }
    }
@media (width >= 64rem) {
    .lg\:text-\[35px\] {
        font-size: 35px;
    }
}
@media (width >= 64rem) {
    .lg\:w-50 {
        width: 50%;
    }
}
@media (width >= 64rem) {
    .lg\:w-full {
        width: 100%;
    }
}
@media (width >= 64rem) {
    .lg\:w-\[20\%\] {
    width: 20%;
    }
}
@media (width >= 64rem) {
    .lg\:w-auto {
    width: auto;
    }
}
@media (width >= 64rem) {
    .lg\:w-\[33\%\] {
    width: 33%;
    }
}
	
@media (width >= 64rem) {
    .lg\:mt-\[-120px\] {
    margin-top: -120px;
}
		 }	 

}
 :root {
     --font-size: 16px;
     --background: #fff;
     --foreground: oklch(.145 0 0);
     --card: #fff;
     --card-foreground: oklch(.145 0 0);
     --popover: oklch(1 0 0);
     --popover-foreground: oklch(.145 0 0);
     --primary: #030213;
     --primary-foreground: oklch(1 0 0);
     --secondary: oklch(.95 .0058 264.53);
     --secondary-foreground: #030213;
     --muted: #ececf0;
     --muted-foreground: #717182;
     --accent: #e9ebef;
     --accent-foreground: #030213;
     --destructive: #d4183d;
     --destructive-foreground: #fff;
     --border: #0000001a;
     --input: transparent;
     --input-background: #f3f3f5;
     --switch-background: #cbced4;
     --font-weight-medium: 500;
     --font-weight-normal: 400;
     --ring: oklch(.708 0 0);
     --chart-1: oklch(.646 .222 41.116);
     --chart-2: oklch(.6 .118 184.704);
     --chart-3: oklch(.398 .07 227.392);
     --chart-4: oklch(.828 .189 84.429);
     --chart-5: oklch(.769 .188 70.08);
     --radius: .625rem;
     --sidebar: oklch(.985 0 0);
     --sidebar-foreground: oklch(.145 0 0);
     --sidebar-primary: #030213;
     --sidebar-primary-foreground: oklch(.985 0 0);
     --sidebar-accent: oklch(.97 0 0);
     --sidebar-accent-foreground: oklch(.205 0 0);
     --sidebar-border: oklch(.922 0 0);
     --sidebar-ring: oklch(.708 0 0);
}
 .dark {
     --background: oklch(.145 0 0);
     --foreground: oklch(.985 0 0);
     --card: oklch(.145 0 0);
     --card-foreground: oklch(.985 0 0);
     --popover: oklch(.145 0 0);
     --popover-foreground: oklch(.985 0 0);
     --primary: oklch(.985 0 0);
     --primary-foreground: oklch(.205 0 0);
     --secondary: oklch(.269 0 0);
     --secondary-foreground: oklch(.985 0 0);
     --muted: oklch(.269 0 0);
     --muted-foreground: oklch(.708 0 0);
     --accent: oklch(.269 0 0);
     --accent-foreground: oklch(.985 0 0);
     --destructive: oklch(.396 .141 25.723);
     --destructive-foreground: oklch(.637 .237 25.331);
     --border: oklch(.269 0 0);
     --input: oklch(.269 0 0);
     --ring: oklch(.439 0 0);
     --font-weight-medium: 500;
     --font-weight-normal: 400;
     --chart-1: oklch(.488 .243 264.376);
     --chart-2: oklch(.696 .17 162.48);
     --chart-3: oklch(.769 .188 70.08);
     --chart-4: oklch(.627 .265 303.9);
     --chart-5: oklch(.645 .246 16.439);
     --sidebar: oklch(.205 0 0);
     --sidebar-foreground: oklch(.985 0 0);
     --sidebar-primary: oklch(.488 .243 264.376);
     --sidebar-primary-foreground: oklch(.985 0 0);
     --sidebar-accent: oklch(.269 0 0);
     --sidebar-accent-foreground: oklch(.985 0 0);
     --sidebar-border: oklch(.269 0 0);
     --sidebar-ring: oklch(.439 0 0);
}
 html {
     font-size: var(--font-size);
}
 @property --tw-translate-x {
     syntax: "*";
     inherits: false;
     initial-value: 0;
}
 @property --tw-translate-y {
     syntax: "*";
     inherits: false;
     initial-value: 0;
}
 @property --tw-translate-z {
     syntax: "*";
     inherits: false;
     initial-value: 0;
}
 @property --tw-space-y-reverse {
     syntax: "*";
     inherits: false;
     initial-value: 0;
}
 @property --tw-border-style {
     syntax: "*";
     inherits: false;
     initial-value: solid;
}
 @property --tw-gradient-position {
     syntax: "*";
     inherits: false 
}
 @property --tw-gradient-from {
     syntax: "<color>";
     inherits: false;
     initial-value: #0000;
}
 @property --tw-gradient-via {
     syntax: "<color>";
     inherits: false;
     initial-value: #0000;
}
 @property --tw-gradient-to {
     syntax: "<color>";
     inherits: false;
     initial-value: #0000;
}
 @property --tw-gradient-stops {
     syntax: "*";
     inherits: false 
}
 @property --tw-gradient-via-stops {
     syntax: "*";
     inherits: false 
}
 @property --tw-gradient-from-position {
     syntax: "<length-percentage>";
     inherits: false;
     initial-value: 0%;
}
 @property --tw-gradient-via-position {
     syntax: "<length-percentage>";
     inherits: false;
     initial-value: 50%;
}
 @property --tw-gradient-to-position {
     syntax: "<length-percentage>";
     inherits: false;
     initial-value: 100%;
}
 @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: 0;
}
 @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-ease {
     syntax: "*";
     inherits: false 
}
 @property --tw-duration {
     syntax: "*";
     inherits: false 
}
 @keyframes enter {
     from {
         opacity: var(--tw-enter-opacity, 1);
         transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
    }
}
 @keyframes exit {
     to {
         opacity: var(--tw-exit-opacity, 1);
         transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
    }
}
 @font-face {
     font-family: "Poppins:Regular";
     font-style: normal;
     src: url("https://static.figma.com/font/Poppins-Regular_6");
     font-display: block;
}
 @font-face {
     font-family: "Poppins";
     font-style: Regular;
     src: url("https://static.figma.com/font/Poppins-Regular_6");
     font-display: block;
}
 @font-face {
     font-family: "Kumbh Sans:Light";
     font-style: normal;
     src: url("https://static.figma.com/font/KumbhSans_YOPQ_wght__1");
     font-display: block;
}
 @font-face {
     font-family: "Kumbh Sans";
     font-style: Light;
     src: url("https://static.figma.com/font/KumbhSans_YOPQ_wght__1");
     font-display: block;
}
 @font-face {
     font-family: "Reddit Mono:ExtraBold";
     font-style: normal;
     src: url("https://static.figma.com/font/RedditMono_wght__1");
     font-display: block;
}
 @font-face {
     font-family: "Reddit Mono";
     font-style: ExtraBold;
     src: url("https://static.figma.com/font/RedditMono_wght__1");
     font-display: block;
}
 @font-face {
     font-family: "Kumbh Sans:Medium";
     font-style: normal;
     src: url("https://static.figma.com/font/KumbhSans_YOPQ_wght__1");
     font-display: block;
}
 @font-face {
     font-family: "Kumbh Sans";
     font-style: Medium;
     src: url("https://static.figma.com/font/KumbhSans_YOPQ_wght__1");
     font-display: block;
}
 @font-face {
     font-family: "Instrument Sans:Bold";
     font-style: normal;
     src: url("https://static.figma.com/font/InstrumentSans_wdth_wght__1");
     font-display: block;
}
 @font-face {
     font-family: "Instrument Sans";
     font-style: Bold;
     src: url("https://static.figma.com/font/InstrumentSans_wdth_wght__1");
     font-display: block;
}
 @font-face {
     font-family: "Kumbh Sans:Bold";
     font-style: normal;
     src: url("https://static.figma.com/font/KumbhSans_YOPQ_wght__1");
     font-display: block;
}
 @font-face {
     font-family: "Kumbh Sans";
     font-style: Bold;
     src: url("https://static.figma.com/font/KumbhSans_YOPQ_wght__1");
     font-display: block;
}
 @font-face {
     font-family: "Rethink Sans:Bold";
     font-style: normal;
     src: url("https://static.figma.com/font/RethinkSans_wght__1");
     font-display: block;
}
 @font-face {
     font-family: "Rethink Sans";
     font-style: Bold;
     src: url("https://static.figma.com/font/RethinkSans_wght__1");
     font-display: block;
}
 @font-face {
     font-family: "Baloo 2:Medium";
     font-style: normal;
     src: url("https://static.figma.com/font/Baloo2_wght__1");
     font-display: block;
}
 @font-face {
     font-family: "Baloo 2";
     font-style: Medium;
     src: url("https://static.figma.com/font/Baloo2_wght__1");
     font-display: block;
}
 @font-face {
     font-family: "Poppins:SemiBold";
     font-style: normal;
     src: url("https://static.figma.com/font/Poppins-SemiBold_6");
     font-display: block;
}
 @font-face {
     font-family: "Poppins";
     font-style: SemiBold;
     src: url("https://static.figma.com/font/Poppins-SemiBold_6");
     font-display: block;
}
 @font-face {
     font-family: "Poppins:Medium";
     font-style: normal;
     src: url("https://static.figma.com/font/Poppins-Medium_6");
     font-display: block;
}
 @font-face {
     font-family: "Poppins";
     font-style: Medium;
     src: url("https://static.figma.com/font/Poppins-Medium_6");
     font-display: block;
}
 html, body, #container, #container > div {
     height: 100%;
}
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --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;
    }
  }
}

@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-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --leading-tight: 1.25;
    --blur-sm: 8px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
  }

  body {
    line-height: inherit;
  }

  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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

@layer utilities {
  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .-top-8 {
    top: calc(var(--spacing) * -8);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-32 {
    top: calc(var(--spacing) * 32);
  }

  .-right-24 {
    right: calc(var(--spacing) * -24);
  }

  .-bottom-1 {
    bottom: calc(var(--spacing) * -1);
  }

  .bottom-32 {
    bottom: calc(var(--spacing) * 32);
  }

  .-top-60 {
    top: -60px;
  }

  .-left-60 {
    left: -60px;
  }

  .-right-60 {
    right: -60px;
  }

  .-bottom-60 {
    bottom: -60px;
  }

  .-left-24 {
    left: calc(var(--spacing) * -24);
  }

  .left-1\/2 {
    left: 50%;
  }

  .left-6 {
    left: calc(var(--spacing) * 6);
  }

  .left-\[25px\] {
    left: 25px;
  }

  .z-50 {
    z-index: 50;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
.mb-\[50px\]{
    margin-bottom: 50px;
}
  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .h-1 {
    height: calc(var(--spacing) * 1);
  }

  .h-4 {
    height: calc(var(--spacing) * 4);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-\[18px\] {
    height: 18px;
  }

  .h-\[30px\] {
    height: 30px;
  }

  .h-\[38px\] {
    height: 38px;
  }

  .h-\[39px\] {
    height: 39px;
  }

  .h-\[50px\] {
    height: 50px;
  }

  .h-\[60px\] {
    height: 60px;
  }

  .h-\[65px\] {
    height: 65px;
  }

  .h-\[91px\] {
    height: 91px;
  }

  .h-\[100px\] {
    height: 100px;
  }

  .h-\[120px\] {
    height: 120px;
  }

  .h-\[241px\] {
    height: 241px;
  }

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-1 {
    width: calc(var(--spacing) * 1);
  }

  .w-4 {
    width: calc(var(--spacing) * 4);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-16 {
    width: calc(var(--spacing) * 16);
  }

  .w-50 {
    width: 50%;
  }

 .w-\[20\%\] {
    width: 20%;
}

  .w-\[18px\] {
    width: 18px;
  }

  .w-\[30px\] {
    width: 30px;
  }

  .w-\[50px\] {
    width: 50px;
  }

  .w-\[60px\] {
    width: 60px;
  }

  .w-\[65px\] {
    width: 65px;
  }

  .w-\[67px\] {
    width: 67px;
  }

  .w-\[100px\] {
    width: 100px;
  }

  .w-\[120px\] {
    width: 120px;
  }

  .w-\[241px\] {
    width: 241px;
  }

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

  .max-w-\[1440px\] {
    max-width: 1440px;
  }

  .min-w-\[200px\] {
    min-width: 200px;
  }

  .flex-1 {
    flex: 1;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .flex-grow, .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);
  }

  .rotate-90 {
    rotate: 90deg;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .gap-\[60px\] {
    gap: 60px;
  }

  .gap-\[120px\] {
    gap: 120px;
  }

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-\[5px\] {
    border-radius: 5px;
  }

  .rounded-\[10px\] {
    border-radius: 10px;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius);
  }

  .border-8 {
    border-style: var(--tw-border-style);
    border-width: 8px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-t-4 {
    border-top-style: var(--tw-border-style);
    border-top-width: 4px;
  }

  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }

  .border-\[\#265d97\] {
    border-color: #265d97;
  }

  .border-\[\#275f9b\] {
    border-color: #275f9b;
  }

  .border-white {
    border-color: var(--color-white);
  }

  .bg-\[\#72a43a\] {
    background-color: #72a43a;
  }

  .bg-\[\#265d97\] {
    background-color: #265d97;
  }

  .bg-\[\#275f9b\] {
    background-color: #275f9b;
  }

  .bg-\[\#4981B7\] {
    background-color: #4981b7;
  }

  .bg-\[\#A7D5E8\] {
    background-color: #a7d5e8;
  }

  .bg-\[\#e8f8ff\] {
    background-color: #e8f8ff;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-white\/90 {
    --tw-gradient-from: #ffffffe6;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-white\/90 {
      --tw-gradient-from: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }

  .via-white\/70 {
    --tw-gradient-via: #ffffffb3;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .via-white\/70 {
      --tw-gradient-via: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }

  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .bg-cover {
    background-size: cover;
  }

  .bg-center {
    background-position: center;
  }

  .object-contain {
    object-fit: contain;
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-\[40px\] {
    padding-inline: 40px;
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }

  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }

  .py-\[7px\] {
    padding-block: 7px;
  }

  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }

  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .text-justify {
    text-align: justify;
  }

  .font-\[\'Baloo_2\:Medium\'\,sans-serif\] {
    font-family: "Baloo 2:Medium", sans-serif;
  }

  .font-\[\'Poppins\:Medium\'\,sans-serif\] {
    font-family: Poppins\:Medium, sans-serif;
  }

  .font-\[\'Poppins\:Regular\'\,sans-serif\] {
    font-family: Poppins\:Regular, sans-serif;
  }

  .font-\[\'Poppins\:SemiBold\'\,sans-serif\] {
    font-family: Poppins\:SemiBold, sans-serif;
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-\[9\.9px\] {
    font-size: 9.9px;
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[18px\] {
    font-size: 18px;
  }

  .text-\[20px\] {
    font-size: 20px;
  }

  .text-\[24px\] {
    font-size: 24px;
  }

  .text-\[26px\] {
    font-size: 26px;
  }

  .text-\[30px\] {
    font-size: 30px;
  }

  .text-\[45px\] {
    font-size: 45px;
  }

  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }

  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }

  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }

  .leading-\[45px\] {
    --tw-leading: 45px;
    line-height: 45px;
  }

  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-\[\#044d87\] {
    color: #044d87;
  }

  .text-\[\#074D84\], .text-\[\#074d84\] {
    color: #074d84;
  }

  .text-\[\#265d97\] {
    color: #265d97;
  }

  .text-\[\#1064a4\] {
    color: #1064a4;
  }

  .text-\[\#333333\] {
    color: #333;
  }

  .text-black {
    color: var(--color-black);
  }

  .text-white {
    color: var(--color-white);
  }

  .opacity-80 {
    opacity: .8;
  }
.mt-\[-80px\]
 {
    margin-top: -80px;
}
.text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
}
  .shadow-\[0px_0px_20px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 0px 20px 0px var(--tw-shadow-color, #00000040);
    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_0px_20px_0px_rgba\(66\,66\,66\,0\.25\)\] {
    --tw-shadow: 0px 0px 20px 0px var(--tw-shadow-color, #42424240);
    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_0px_50px_0px_inset_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 0px 50px 0px inset var(--tw-shadow-color, #00000040);
    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_4px_10px_0px_rgba\(45\,99\,161\,0\.25\)\] {
    --tw-shadow: 0px 4px 10px 0px var(--tw-shadow-color, #2d63a140);
    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_4px_20px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 4px 20px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, #0000000d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .blur-sm {
    --tw-blur: blur(var(--blur-sm));
    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-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));
  }

  @media (hover: hover) {
    .hover\:bg-\[\#1e4a7a\]:hover {
      background-color: #1e4a7a;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#5d8630\]:hover {
      background-color: #5d8630;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#275f9b\]:hover {
      color: #275f9b;
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (width >= 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 40rem) {
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 40rem) {
    .sm\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }

  @media (width >= 40rem) {
    .sm\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
@media (width >= 40rem) {
    .sm\:text-3xl {
        font-size: var(--text-3xl);
        line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
}
	
@media (width >= 40rem) {
  .sm\:justify-center {
    justify-content: center;
  }
}
@media (width >= 40rem) {
    .sm\:mt-\[-80px\]
 {
    margin-top: -80px;
}
	@media (width >= 40rem) {
    .sm\:text-3xl {
        font-size: var(--text-3xl);
        line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
}

  @media (width >= 48rem) {
    .md\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 48rem) {
    .md\:justify-between {
      justify-content: space-between !important;
    }
  }

  @media (width >= 64rem) {
    .lg\:col-span-1 {
      grid-column: span 1 / span 1;
    }
  }

  @media (width >= 64rem) {
    .lg\:block {
      display: block;
    }
  }

  @media (width >= 64rem) {
    .lg\:flex {
      display: flex;
    }
  }

  @media (width >= 64rem) {
    .lg\:hidden {
      display: none;
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .lg\:justify-start {
      justify-content: flex-start;
    }
  }

  @media (width >= 64rem) {
    .lg\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 64rem) {
    .lg\:py-24 {
      padding-block: calc(var(--spacing) * 24);
    }
  }

  @media (width >= 64rem) {
    .lg\:text-left {
      text-align: left;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[35px\] {
      font-size: 35px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[40px\] {
      font-size: 40px;
    }
  }

  @media (width >= 64rem) {
    .lg\:justify-between {
      justify-content: space-between !important;
    }
  }
}

:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@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: 0;
}

@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
}


  @font-face {
    font-family: "Poppins:Regular";
    font-style: normal;
    src: url("https://static.figma.com/font/Poppins-Regular_6");
    font-display: block;
    
  }


  @font-face {
    font-family: "Poppins";
    font-style: Regular;
    src: url("https://static.figma.com/font/Poppins-Regular_6");
    font-display: block;
    
  }


  @font-face {
    font-family: "Kumbh Sans:Light";
    font-style: normal;
    src: url("https://static.figma.com/font/KumbhSans_YOPQ_wght__1");
    font-display: block;
    
  }


  @font-face {
    font-family: "Kumbh Sans";
    font-style: Light;
    src: url("https://static.figma.com/font/KumbhSans_YOPQ_wght__1");
    font-display: block;
    
  }


  @font-face {
    font-family: "Kumbh Sans:Medium";
    font-style: normal;
    src: url("https://static.figma.com/font/KumbhSans_YOPQ_wght__1");
    font-display: block;
    
  }


  @font-face {
    font-family: "Kumbh Sans";
    font-style: Medium;
    src: url("https://static.figma.com/font/KumbhSans_YOPQ_wght__1");
    font-display: block;
    
  }


  @font-face {
    font-family: "Kumbh Sans:Bold";
    font-style: normal;
    src: url("https://static.figma.com/font/KumbhSans_YOPQ_wght__1");
    font-display: block;
    
  }


  @font-face {
    font-family: "Kumbh Sans";
    font-style: Bold;
    src: url("https://static.figma.com/font/KumbhSans_YOPQ_wght__1");
    font-display: block;
    
  }


  @font-face {
    font-family: "Poppins:SemiBold";
    font-style: normal;
    src: url("https://static.figma.com/font/Poppins-SemiBold_6");
    font-display: block;
    
  }


  @font-face {
    font-family: "Poppins";
    font-style: SemiBold;
    src: url("https://static.figma.com/font/Poppins-SemiBold_6");
    font-display: block;
    
  }


  @font-face {
    font-family: "Reddit Mono:ExtraBold";
    font-style: normal;
    src: url("https://static.figma.com/font/RedditMono_wght__1");
    font-display: block;
    
  }


  @font-face {
    font-family: "Reddit Mono";
    font-style: ExtraBold;
    src: url("https://static.figma.com/font/RedditMono_wght__1");
    font-display: block;
    
  }


  @font-face {
    font-family: "Instrument Sans:Bold";
    font-style: normal;
    src: url("https://static.figma.com/font/InstrumentSans_wdth_wght__1");
    font-display: block;
    
  }


  @font-face {
    font-family: "Instrument Sans";
    font-style: Bold;
    src: url("https://static.figma.com/font/InstrumentSans_wdth_wght__1");
    font-display: block;
    
  }


  @font-face {
    font-family: "Baloo 2:Medium";
    font-style: normal;
    src: url("https://static.figma.com/font/Baloo2_wght__1");
    font-display: block;
    
  }


  @font-face {
    font-family: "Baloo 2";
    font-style: Medium;
    src: url("https://static.figma.com/font/Baloo2_wght__1");
    font-display: block;
    
  }


  @font-face {
    font-family: "Rethink Sans:Bold";
    font-style: normal;
    src: url("https://static.figma.com/font/RethinkSans_wght__1");
    font-display: block;
    
  }


  @font-face {
    font-family: "Rethink Sans";
    font-style: Bold;
    src: url("https://static.figma.com/font/RethinkSans_wght__1");
    font-display: block;
    
  }


  @font-face {
    font-family: "Poppins:Medium";
    font-style: normal;
    src: url("https://static.figma.com/font/Poppins-Medium_6");
    font-display: block;
    
  }


  @font-face {
    font-family: "Poppins";
    font-style: Medium;
    src: url("https://static.figma.com/font/Poppins-Medium_6");
    font-display: block;
    
  }

  html, body, #container, #container > div {
    height: 100%;
  }
    /* The white moving dot */
    .dot {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    offset-path: path("M120,0 H953 A124,124 0 0 1 1070,124 V151 A124,124 0 0 1 929,283 H122 A123,122 0 0 1 0,160 V120 A124,124 0 0 1 124,0 Z");
    offset-rotate: 0deg;
    animation: moveDot 8s 
linear infinite;
    top: 40px;
    left: 170px;
    }

    @keyframes moveDot {
      0% { offset-distance: 100%; }
      100% { offset-distance: 0%; }
    }


.video-overlay-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #275F9B;
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 1);
    transition: background 0.2s, opacity 0.3s;
    opacity: 1;
}
.video-overlay-play.hide
 {
    opacity: 0;
    pointer-events: none;
}
/* Custom Controls */
.custom-controls, .custom-controls2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(34,46,58,0.7);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    box-sizing: border-box;
    z-index: 3;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    opacity: 1;
    transition: opacity 0.3s;
}

    .custom-controls.hide {
        opacity: 0;
        pointer-events: none;
    }

    .custom-controls2.hide {
        opacity: 0;
        pointer-events: none;
    }

.control-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background 0.2s;
}

    .control-btn:focus {
            outline: 2px solid #275F9B;
    background: #275F9B;
    color: #fff;
    }

.progress-bar-wrap, .progress-bar-wrap2 {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    position: relative;
    height: 18px;
    margin: 0 8px;
    cursor: pointer;
}

.progress-bar-bg {
    width: 100%;
    height: 6px;
    background: #7998ba;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.progress-bar-fill {
    width: 0;
    height: 100%;
    background: #275F9B;
    border-radius: 4px;
    transition: width 0.1s linear;
}

.progress-bar-hover {
    position: absolute;
    top: -28px;
    left: 0;
    background: #275F9B;
    color: #fff;
    padding: 2px 7px;
    font-size: 0.95rem;
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    z-index: 10;
    transition: opacity 0.2s;
}

.progress-bar-wrap:hover .progress-bar-hover,
.progress-bar-wrap:focus .progress-bar-hover {
    opacity: 1;
}


.progress-bar-wrap2:hover .progress-bar-hover,
.progress-bar-wrap2:focus .progress-bar-hover {
    opacity: 1;
}

.time-label {
    color: #fff;
    font-size: 1rem;
    min-width: 48px;
    text-align: center;
    font-family: 'Poppins', monospace;
    letter-spacing: 1px;
}
/* Prevent right click on video */
.custom-video {
    pointer-events: auto;
}




