@layer properties;
@layer theme, base, components, utilities;
@layer theme {
:root, :host {
--color-zinc-50: oklch(98.5% 0 0);
--color-zinc-300: oklch(87.1% 0.006 286.286);
--color-zinc-400: oklch(70.5% 0.015 286.067);
--color-black: #000;
--color-white: #fff;
--spacing: 0.25rem;
--container-lg: 32rem;
--text-xs: 0.75rem;
--text-xs--line-height: calc(1 / 0.75);
--text-sm: 0.875rem;
--text-sm--line-height: calc(1.25 / 0.875);
--text-base: 1rem;
--text-base--line-height: calc(1.5 / 1);
--text-lg: 1.125rem;
--text-lg--line-height: calc(1.75 / 1.125);
--text-2xl: 1.5rem;
--text-2xl--line-height: calc(2 / 1.5);
--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);
--text-5xl: 3rem;
--text-5xl--line-height: 1;
--font-weight-normal: 400;
--font-weight-medium: 500;
--font-weight-semibold: 600;
--font-weight-bold: 700;
--tracking-tight: -0.025em;
--tracking-wide: 0.025em;
--leading-tight: 1.25;
--leading-relaxed: 1.625;
--radius-sm: 0.25rem;
--radius-xl: 0.75rem;
--radius-2xl: 1rem;
--ease-out: cubic-bezier(0, 0, 0.2, 1);
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
--blur-sm: 8px;
--default-transition-duration: 150ms;
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
--default-font-family: var(--font-inter), ui-sans-serif, system-ui, sans-serif;
--default-mono-font-family: ui-monospace, monospace;
--color-primary: var(--color-primary);
--color-primary-green: var(--color-primary-green);
--color-text-muted: var(--color-text-muted);
--color-section-bg: var(--color-section-bg);
--color-accent: var(--color-accent);
--color-badge-green-bg: var(--color-badge-green-bg);
--color-stories-active: var(--color-stories-active);
--color-stories-inactive: var(--color-stories-inactive);
--color-stories-text-active: var(--color-stories-text-active);
--color-stories-text-inactive: var(--color-stories-text-inactive);
--color-wwffyj-badge-bg: var(--color-wwffyj-badge-bg);
--color-wwffyj-badge-text: var(--color-wwffyj-badge-text);
--color-wwffyj-cta: var(--color-wwffyj-cta);
--color-wwffyj-frame: var(--color-wwffyj-frame);
}
}
@layer base {
*, ::after, ::before, ::backdrop, ::file-selector-button {
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0 solid;
}
html, :host {
line-height: 1.5;
-webkit-text-size-adjust: 100%;
tab-size: 4;
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
font-feature-settings: var(--default-font-feature-settings, normal);
font-variation-settings: var(--default-font-variation-settings, normal);
-webkit-tap-highlight-color: transparent;
}
hr {
height: 0;
color: inherit;
border-top-width: 1px;
}
abbr:where([title]) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
font-size: inherit;
font-weight: inherit;
}
a {
color: inherit;
-webkit-text-decoration: inherit;
text-decoration: inherit;
}
b, strong {
font-weight: bolder;
}
code, kbd, samp, pre {
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
font-feature-settings: var(--default-mono-font-feature-settings, normal);
font-variation-settings: var(--default-mono-font-variation-settings, normal);
font-size: 1em;
}
small {
font-size: 80%;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
table {
text-indent: 0;
border-color: inherit;
border-collapse: collapse;
}
:-moz-focusring {
outline: auto;
}
progress {
vertical-align: baseline;
}
summary {
display: list-item;
}
ol, ul, menu {
list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
display: block;
vertical-align: middle;
}
img, video {
max-width: 100%;
height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
font: inherit;
font-feature-settings: inherit;
font-variation-settings: inherit;
letter-spacing: inherit;
color: inherit;
border-radius: 0;
background-color: transparent;
opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
padding-inline-start: 20px;
}
::file-selector-button {
margin-inline-end: 4px;
}
::placeholder {
opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
::placeholder {
color: currentcolor;
@supports (color: color-mix(in lab, red, red)) {
color: color-mix(in oklab, currentcolor 50%, transparent);
}
}
}
textarea {
resize: vertical;
}
::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-date-and-time-value {
min-height: 1lh;
text-align: inherit;
}
::-webkit-datetime-edit {
display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
padding-block: 0;
}
::-webkit-calendar-picker-indicator {
line-height: 1;
}
:-moz-ui-invalid {
box-shadow: none;
}
button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
height: auto;
}
[hidden]:where(:not([hidden="until-found"])) {
display: none !important;
}
}
@layer utilities {
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip-path: inset(50%);
white-space: nowrap;
border-width: 0;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.static {
position: static;
}
.sticky {
position: sticky;
}
.inset-0 {
inset: calc(var(--spacing) * 0);
}
.start {
inset-inline-start: var(--spacing);
}
.end {
inset-inline-end: var(--spacing);
}
.top-0 {
top: calc(var(--spacing) * 0);
}
.top-8 {
top: calc(var(--spacing) * 8);
}
.right-4 {
right: calc(var(--spacing) * 4);
}
.bottom-6 {
bottom: calc(var(--spacing) * 6);
}
.left-4 {
left: calc(var(--spacing) * 4);
}
.z-5 {
z-index: 5;
}
.z-10 {
z-index: 10;
}
.z-50 {
z-index: 50;
}
.m-0 {
margin: calc(var(--spacing) * 0);
}
.mx-auto {
margin-inline: auto;
}
.mt-0\.5 {
margin-top: calc(var(--spacing) * 0.5);
}
.mt-1 {
margin-top: calc(var(--spacing) * 1);
}
.mt-4 {
margin-top: calc(var(--spacing) * 4);
}
.mt-6 {
margin-top: calc(var(--spacing) * 6);
}
.mt-8 {
margin-top: calc(var(--spacing) * 8);
}
.mt-10 {
margin-top: calc(var(--spacing) * 10);
}
.mt-12 {
margin-top: calc(var(--spacing) * 12);
}
.mt-\[18px\] {
margin-top: 18px;
}
.mb-4 {
margin-bottom: calc(var(--spacing) * 4);
}
.line-clamp-3 {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.flex {
display: flex;
}
.grid {
display: grid;
}
.hidden {
display: none;
}
.inline-block {
display: inline-block;
}
.inline-flex {
display: inline-flex;
}
.aspect-\[4\/3\] {
aspect-ratio: 4/3;
}
.size-\[18px\] {
width: 18px;
height: 18px;
}
.h-2 {
height: calc(var(--spacing) * 2);
}
.h-6 {
height: calc(var(--spacing) * 6);
}
.h-8 {
height: calc(var(--spacing) * 8);
}
.h-12 {
height: calc(var(--spacing) * 12);
}
.h-14 {
height: calc(var(--spacing) * 14);
}
.h-16 {
height: calc(var(--spacing) * 16);
}
.h-\[18px\] {
height: 18px;
}
.h-\[180px\] {
height: 180px;
}
.h-full {
height: 100%;
}
.min-h-0 {
min-height: calc(var(--spacing) * 0);
}
.min-h-\[18px\] {
min-height: 18px;
}
.min-h-\[440px\] {
min-height: 440px;
}
.min-h-full {
min-height: 100%;
}
.min-h-screen {
min-height: 100vh;
}
.w-2 {
width: calc(var(--spacing) * 2);
}
.w-6 {
width: calc(var(--spacing) * 6);
}
.w-8 {
width: calc(var(--spacing) * 8);
}
.w-14 {
width: calc(var(--spacing) * 14);
}
.w-16 {
width: calc(var(--spacing) * 16);
}
.w-\[21px\] {
width: 21px;
}
.w-auto {
width: auto;
}
.w-fit {
width: fit-content;
}
.w-full {
width: 100%;
}
.max-w-\[20rem\] {
max-width: 20rem;
}
.max-w-\[240px\] {
max-width: 240px;
}
.max-w-\[340px\] {
max-width: 340px;
}
.max-w-\[720px\] {
max-width: 720px;
}
.max-w-\[768px\] {
max-width: 768px;
}
.max-w-\[1200px\] {
max-width: 1200px;
}
.max-w-full {
max-width: 100%;
}
.max-w-lg {
max-width: var(--container-lg);
}
.min-w-0 {
min-width: calc(var(--spacing) * 0);
}
.flex-1 {
flex: 1;
}
.flex-\[0_0_90\%\] {
flex: 0 0 90%;
}
.shrink-0 {
flex-shrink: 0;
}
.rotate-0 {
rotate: 0deg;
}
.rotate-180 {
rotate: 180deg;
}
.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;
}
.touch-pan-y {
--tw-pan-y: pan-y;
touch-action: var(--tw-pan-x,) var(--tw-pan-y,) var(--tw-pinch-zoom,);
}
.resize {
resize: both;
}
.scroll-mt-24 {
scroll-margin-top: calc(var(--spacing) * 24);
}
.grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-rows-\[0fr\] {
grid-template-rows: 0fr;
}
.grid-rows-\[1fr\] {
grid-template-rows: 1fr;
}
.flex-col {
flex-direction: column;
}
.flex-wrap {
flex-wrap: wrap;
}
.items-center {
align-items: center;
}
.items-start {
align-items: flex-start;
}
.items-stretch {
align-items: stretch;
}
.justify-between {
justify-content: space-between;
}
.justify-center {
justify-content: center;
}
.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-12 {
gap: calc(var(--spacing) * 12);
}
.gap-\[30px\] {
gap: 30px;
}
.overflow-hidden {
overflow: hidden;
}
.rounded-2xl {
border-radius: var(--radius-2xl);
}
.rounded-\[6px\] {
border-radius: 6px;
}
.rounded-\[12px\] {
border-radius: 12px;
}
.rounded-full {
border-radius: calc(infinity * 1px);
}
.rounded-sm {
border-radius: var(--radius-sm);
}
.rounded-xl {
border-radius: var(--radius-xl);
}
.rounded-t-\[12px\] {
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}
.border {
border-style: var(--tw-border-style);
border-width: 1px;
}
.border-0 {
border-style: var(--tw-border-style);
border-width: 0px;
}
.border-\[6px\] {
border-style: var(--tw-border-style);
border-width: 6px;
}
.border-\[\#889fd671\] {
border-color: #889fd671;
}
.border-\[\#DDE6FF\] {
border-color: #DDE6FF;
}
.border-\[\#E2E8F0\] {
border-color: #E2E8F0;
}
.border-white\/40 {
border-color: color-mix(in srgb, #fff 40%, transparent);
@supports (color: color-mix(in lab, red, red)) {
border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
}
}
.border-zinc-300 {
border-color: var(--color-zinc-300);
}
.bg-\[\#0F105F\] {
background-color: #0F105F;
}
.bg-\[\#2D2E7C\] {
background-color: #2D2E7C;
}
.bg-\[\#D5F8D4\] {
background-color: #D5F8D4;
}
.bg-\[\#E7EBEF\] {
background-color: #E7EBEF;
}
.bg-\[\#EFEFFF\] {
background-color: #EFEFFF;
}
.bg-badge-green-bg {
background-color: var(--color-badge-green-bg);
}
.bg-primary {
background-color: var(--color-primary);
}
.bg-primary-green {
background-color: var(--color-primary-green);
}
.bg-section-bg {
background-color: var(--color-section-bg);
}
.bg-transparent {
background-color: transparent;
}
.bg-white {
background-color: var(--color-white);
}
.bg-white\/90 {
background-color: color-mix(in srgb, #fff 90%, transparent);
@supports (color: color-mix(in lab, red, red)) {
background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
}
}
.bg-gradient-to-br {
--tw-gradient-position: to bottom right in oklab;
background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-none {
background-image: none;
}
.from-\[\#5B4B9E\] {
--tw-gradient-from: #5B4B9E;
--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-\[\#0a1052\] {
--tw-gradient-to: #0a1052;
--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-size-\[auto_56\%\] {
background-size: auto 56%;
}
.bg-bottom-right {
background-position: right bottom;
}
.bg-no-repeat {
background-repeat: no-repeat;
}
.object-contain {
object-fit: contain;
}
.object-cover {
object-fit: cover;
}
.p-\[30px\] {
padding: 30px;
}
.px-2 {
padding-inline: calc(var(--spacing) * 2);
}
.px-4 {
padding-inline: calc(var(--spacing) * 4);
}
.px-5 {
padding-inline: calc(var(--spacing) * 5);
}
.px-6 {
padding-inline: calc(var(--spacing) * 6);
}
.px-8 {
padding-inline: calc(var(--spacing) * 8);
}
.\!py-0 {
padding-block: calc(var(--spacing) * 0) !important;
}
.py-1 {
padding-block: calc(var(--spacing) * 1);
}
.py-1\.5 {
padding-block: calc(var(--spacing) * 1.5);
}
.py-4 {
padding-block: calc(var(--spacing) * 4);
}
.py-5 {
padding-block: calc(var(--spacing) * 5);
}
.py-6 {
padding-block: calc(var(--spacing) * 6);
}
.py-\[40px\] {
padding-block: 40px;
}
.pt-3 {
padding-top: calc(var(--spacing) * 3);
}
.pt-6 {
padding-top: calc(var(--spacing) * 6);
}
.pt-12 {
padding-top: calc(var(--spacing) * 12);
}
.pt-\[90px\] {
padding-top: 90px;
}
.pr-5 {
padding-right: calc(var(--spacing) * 5);
}
.pb-32 {
padding-bottom: calc(var(--spacing) * 32);
}
.pl-5 {
padding-left: calc(var(--spacing) * 5);
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.font-sans {
font-family: var(--font-inter), ui-sans-serif, system-ui, sans-serif;
}
.text-3xl {
font-size: var(--text-3xl);
line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-base {
font-size: var(--text-base);
line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-lg {
font-size: var(--text-lg);
line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-sm {
font-size: var(--text-sm);
line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xs {
font-size: var(--text-xs);
line-height: var(--tw-leading, var(--text-xs--line-height));
}
.text-\[10px\] {
font-size: 10px;
}
.text-\[11px\] {
font-size: 11px;
}
.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-\[30px\] {
font-size: 30px;
}
.text-\[32px\] {
font-size: 32px;
}
.text-\[36px\] {
font-size: 36px;
}
.leading-6 {
--tw-leading: calc(var(--spacing) * 6);
line-height: calc(var(--spacing) * 6);
}
.leading-\[20px\] {
--tw-leading: 20px;
line-height: 20px;
}
.leading-\[21px\] {
--tw-leading: 21px;
line-height: 21px;
}
.leading-\[26px\] {
--tw-leading: 26px;
line-height: 26px;
}
.leading-\[28px\] {
--tw-leading: 28px;
line-height: 28px;
}
.leading-\[32px\] {
--tw-leading: 32px;
line-height: 32px;
}
.leading-none {
--tw-leading: 1;
line-height: 1;
}
.leading-relaxed {
--tw-leading: var(--leading-relaxed);
line-height: var(--leading-relaxed);
}
.leading-tight {
--tw-leading: var(--leading-tight);
line-height: var(--leading-tight);
}
.font-bold {
--tw-font-weight: var(--font-weight-bold);
font-weight: var(--font-weight-bold);
}
.font-medium {
--tw-font-weight: var(--font-weight-medium);
font-weight: var(--font-weight-medium);
}
.font-normal {
--tw-font-weight: var(--font-weight-normal);
font-weight: var(--font-weight-normal);
}
.font-semibold {
--tw-font-weight: var(--font-weight-semibold);
font-weight: var(--font-weight-semibold);
}
.tracking-tight {
--tw-tracking: var(--tracking-tight);
letter-spacing: var(--tracking-tight);
}
.tracking-wide {
--tw-tracking: var(--tracking-wide);
letter-spacing: var(--tracking-wide);
}
.text-\[\#0A3182\] {
color: #0A3182;
}
.text-\[\#0E1629\] {
color: #0E1629;
}
.text-\[\#0F105F\] {
color: #0F105F;
}
.text-\[\#6D6D6D\] {
color: #6D6D6D;
}
.text-\[\#696AB7\] {
color: #696AB7;
}
.text-\[\#465469\] {
color: #465469;
}
.text-\[\#E7EBEF\] {
color: #E7EBEF;
}
.text-accent {
color: var(--color-accent);
}
.text-black {
color: var(--color-black);
}
.text-primary {
color: var(--color-primary);
}
.text-primary-green {
color: var(--color-primary-green);
}
.text-stories-text-active {
color: var(--color-stories-text-active);
}
.text-stories-text-inactive {
color: var(--color-stories-text-inactive);
}
.text-text-muted {
color: var(--color-text-muted);
}
.text-white {
color: var(--color-white);
}
.text-white\! {
color: var(--color-white) !important;
}
.text-white\/90 {
color: color-mix(in srgb, #fff 90%, transparent);
@supports (color: color-mix(in lab, red, red)) {
color: color-mix(in oklab, var(--color-white) 90%, transparent);
}
}
.uppercase {
text-transform: uppercase;
}
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.opacity-50 {
opacity: 50%;
}
.opacity-90 {
opacity: 90%;
}
.opacity-100 {
opacity: 100%;
}
.shadow-\[0_4px_14px_rgba\(15\,16\,95\,0\.25\)\] {
--tw-shadow: 0 4px 14px var(--tw-shadow-color, rgba(15,16,95,0.25));
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, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-none {
--tw-shadow: 0 0 #0000;
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.backdrop-blur-sm {
--tw-backdrop-blur: blur(var(--blur-sm));
-webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.transition-\[grid-template-rows\] {
transition-property: grid-template-rows;
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-all {
transition-property: all;
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-colors {
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-transform {
transition-property: transform, translate, scale, rotate;
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-300 {
--tw-duration: 300ms;
transition-duration: 300ms;
}
.duration-500 {
--tw-duration: 500ms;
transition-duration: 500ms;
}
.ease-in-out {
--tw-ease: var(--ease-in-out);
transition-timing-function: var(--ease-in-out);
}
.ease-out {
--tw-ease: var(--ease-out);
transition-timing-function: var(--ease-out);
}
.group-hover\:text-white {
&:is(:where(.group):hover *) {
@media (hover: hover) {
color: var(--color-white);
}
}
}
.group-hover\:text-white\/90 {
&:is(:where(.group):hover *) {
@media (hover: hover) {
color: color-mix(in srgb, #fff 90%, transparent);
@supports (color: color-mix(in lab, red, red)) {
color: color-mix(in oklab, var(--color-white) 90%, transparent);
}
}
}
}
.hover\:border-zinc-400 {
&:hover {
@media (hover: hover) {
border-color: var(--color-zinc-400);
}
}
}
.hover\:bg-\[\#0F105F\] {
&:hover {
@media (hover: hover) {
background-color: #0F105F;
}
}
}
.hover\:bg-primary-green\/90 {
&:hover {
@media (hover: hover) {
background-color: var(--color-primary-green);
@supports (color: color-mix(in lab, red, red)) {
background-color: color-mix(in oklab, var(--color-primary-green) 90%, transparent);
}
}
}
}
.hover\:bg-primary\/90 {
&:hover {
@media (hover: hover) {
background-color: var(--color-primary);
@supports (color: color-mix(in lab, red, red)) {
background-color: color-mix(in oklab, var(--color-primary) 90%, transparent);
}
}
}
}
.hover\:bg-zinc-50 {
&:hover {
@media (hover: hover) {
background-color: var(--color-zinc-50);
}
}
}
.hover\:opacity-80 {
&:hover {
@media (hover: hover) {
opacity: 80%;
}
}
}
.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-primary {
&:focus {
--tw-ring-color: var(--color-primary);
}
}
.focus\:ring-primary-green {
&:focus {
--tw-ring-color: var(--color-primary-green);
}
}
.focus\:ring-zinc-400 {
&:focus {
--tw-ring-color: var(--color-zinc-400);
}
}
.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-none {
&:focus {
--tw-outline-style: none;
outline-style: none;
}
}
.sm\:flex-row {
@media (width >= 40rem) {
flex-direction: row;
}
}
.sm\:items-center {
@media (width >= 40rem) {
align-items: center;
}
}
.sm\:text-4xl {
@media (width >= 40rem) {
font-size: var(--text-4xl);
line-height: var(--tw-leading, var(--text-4xl--line-height));
}
}
.md\:size-5 {
@media (width >= 48rem) {
width: calc(var(--spacing) * 5);
height: calc(var(--spacing) * 5);
}
}
.md\:h-5 {
@media (width >= 48rem) {
height: calc(var(--spacing) * 5);
}
}
.md\:h-10 {
@media (width >= 48rem) {
height: calc(var(--spacing) * 10);
}
}
.md\:w-6 {
@media (width >= 48rem) {
width: calc(var(--spacing) * 6);
}
}
.md\:w-10 {
@media (width >= 48rem) {
width: calc(var(--spacing) * 10);
}
}
.md\:rounded-xl {
@media (width >= 48rem) {
border-radius: var(--radius-xl);
}
}
.md\:py-10 {
@media (width >= 48rem) {
padding-block: calc(var(--spacing) * 10);
}
}
.md\:py-\[40px\] {
@media (width >= 48rem) {
padding-block: 40px;
}
}
.md\:py-\[70px\] {
@media (width >= 48rem) {
padding-block: 70px;
}
}
.md\:pt-\[110px\] {
@media (width >= 48rem) {
padding-top: 110px;
}
}
.md\:text-5xl {
@media (width >= 48rem) {
font-size: var(--text-5xl);
line-height: var(--tw-leading, var(--text-5xl--line-height));
}
}
.md\:text-base {
@media (width >= 48rem) {
font-size: var(--text-base);
line-height: var(--tw-leading, var(--text-base--line-height));
}
}
.md\:text-\[32px\] {
@media (width >= 48rem) {
font-size: 32px;
}
}
.lg\:-right-2 {
@media (width >= 64rem) {
right: calc(var(--spacing) * -2);
}
}
.lg\:-left-\[100px\] {
@media (width >= 64rem) {
left: calc(100px * -1);
}
}
.lg\:mt-2 {
@media (width >= 64rem) {
margin-top: calc(var(--spacing) * 2);
}
}
.lg\:mt-5 {
@media (width >= 64rem) {
margin-top: calc(var(--spacing) * 5);
}
}
.lg\:mt-10 {
@media (width >= 64rem) {
margin-top: calc(var(--spacing) * 10);
}
}
.lg\:mt-12 {
@media (width >= 64rem) {
margin-top: calc(var(--spacing) * 12);
}
}
.lg\:mt-16 {
@media (width >= 64rem) {
margin-top: calc(var(--spacing) * 16);
}
}
.lg\:block {
@media (width >= 64rem) {
display: block;
}
}
.lg\:aspect-auto {
@media (width >= 64rem) {
aspect-ratio: auto;
}
}
.lg\:h-\[200px\] {
@media (width >= 64rem) {
height: 200px;
}
}
.lg\:h-\[400px\] {
@media (width >= 64rem) {
height: 400px;
}
}
.lg\:h-\[524px\] {
@media (width >= 64rem) {
height: 524px;
}
}
.lg\:min-h-\[320px\] {
@media (width >= 64rem) {
min-height: 320px;
}
}
.lg\:w-\[488px\] {
@media (width >= 64rem) {
width: 488px;
}
}
.lg\:max-w-\[940px\] {
@media (width >= 64rem) {
max-width: 940px;
}
}
.lg\:max-w-\[min\(100\%\,26rem\)\] {
@media (width >= 64rem) {
max-width: min(100%, 26rem);
}
}
.lg\:flex-\[0_0_890px\] {
@media (width >= 64rem) {
flex: 0 0 890px;
}
}
.lg\:grid-cols-4 {
@media (width >= 64rem) {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
}
.lg\:flex-row {
@media (width >= 64rem) {
flex-direction: row;
}
}
.lg\:items-center {
@media (width >= 64rem) {
align-items: center;
}
}
.lg\:items-start {
@media (width >= 64rem) {
align-items: flex-start;
}
}
.lg\:gap-3 {
@media (width >= 64rem) {
gap: calc(var(--spacing) * 3);
}
}
.lg\:gap-4 {
@media (width >= 64rem) {
gap: calc(var(--spacing) * 4);
}
}
.lg\:gap-6 {
@media (width >= 64rem) {
gap: calc(var(--spacing) * 6);
}
}
.lg\:gap-8 {
@media (width >= 64rem) {
gap: calc(var(--spacing) * 8);
}
}
.lg\:gap-12 {
@media (width >= 64rem) {
gap: calc(var(--spacing) * 12);
}
}
.lg\:gap-16 {
@media (width >= 64rem) {
gap: calc(var(--spacing) * 16);
}
}
.lg\:bg-size-\[auto_min\(92\%\,420px\)\] {
@media (width >= 64rem) {
background-size: auto min(92%, 420px);
}
}
.lg\:px-4 {
@media (width >= 64rem) {
padding-inline: calc(var(--spacing) * 4);
}
}
.lg\:px-6 {
@media (width >= 64rem) {
padding-inline: calc(var(--spacing) * 6);
}
}
.lg\:px-12 {
@media (width >= 64rem) {
padding-inline: calc(var(--spacing) * 12);
}
}
.lg\:px-\[30px\] {
@media (width >= 64rem) {
padding-inline: 30px;
}
}
.lg\:px-\[72px\] {
@media (width >= 64rem) {
padding-inline: 72px;
}
}
.lg\:\!py-6 {
@media (width >= 64rem) {
padding-block: calc(var(--spacing) * 6) !important;
}
}
.lg\:py-3 {
@media (width >= 64rem) {
padding-block: calc(var(--spacing) * 3);
}
}
.lg\:py-5 {
@media (width >= 64rem) {
padding-block: calc(var(--spacing) * 5);
}
}
.lg\:py-8 {
@media (width >= 64rem) {
padding-block: calc(var(--spacing) * 8);
}
}
.lg\:py-10 {
@media (width >= 64rem) {
padding-block: calc(var(--spacing) * 10);
}
}
.lg\:py-14 {
@media (width >= 64rem) {
padding-block: calc(var(--spacing) * 14);
}
}
.lg\:pt-4 {
@media (width >= 64rem) {
padding-top: calc(var(--spacing) * 4);
}
}
.lg\:pt-\[30px\] {
@media (width >= 64rem) {
padding-top: 30px;
}
}
.lg\:text-2xl {
@media (width >= 64rem) {
font-size: var(--text-2xl);
line-height: var(--tw-leading, var(--text-2xl--line-height));
}
}
.lg\:text-\[16px\] {
@media (width >= 64rem) {
font-size: 16px;
}
}
.lg\:text-\[18px\] {
@media (width >= 64rem) {
font-size: 18px;
}
}
.lg\:text-\[20px\] {
@media (width >= 64rem) {
font-size: 20px;
}
}
.lg\:text-\[30px\] {
@media (width >= 64rem) {
font-size: 30px;
}
}
.lg\:text-\[48px\] {
@media (width >= 64rem) {
font-size: 48px;
}
}
.lg\:leading-\[21px\] {
@media (width >= 64rem) {
--tw-leading: 21px;
line-height: 21px;
}
}
.lg\:leading-\[27px\] {
@media (width >= 64rem) {
--tw-leading: 27px;
line-height: 27px;
}
}
.lg\:leading-\[28px\] {
@media (width >= 64rem) {
--tw-leading: 28px;
line-height: 28px;
}
}
.lg\:leading-\[36px\] {
@media (width >= 64rem) {
--tw-leading: 36px;
line-height: 36px;
}
}
.lg\:leading-none {
@media (width >= 64rem) {
--tw-leading: 1;
line-height: 1;
}
}
}
html {
scroll-behavior: smooth;
}
:root {
--background: #efefff;
--foreground: #171717;
--color-primary: #0f105f;
--color-primary-green: #2d8a2e;
--color-text-muted: #4b5563;
--color-section-bg: #f5f7ff;
--color-accent: #3b82f6;
--color-badge-green-bg: #e8f5e9;
--color-stories-active: #d5f8d4;
--color-stories-inactive: #e7ebef;
--color-stories-text-active: #0f105f;
--color-stories-text-inactive: #0e1629;
--color-wwffyj-badge-bg: #fce8e8;
--color-wwffyj-badge-text: #9b1c1c;
--color-wwffyj-cta: #dc2626;
--color-wwffyj-frame: #f5b5bc;
}
body {
background: var(--background);
color: var(--foreground);
}
@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-pan-x {
syntax: "*";
inherits: false;
}
@property --tw-pan-y {
syntax: "*";
inherits: false;
}
@property --tw-pinch-zoom {
syntax: "*";
inherits: false;
}
@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-tracking {
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-backdrop-blur {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-brightness {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-contrast {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-grayscale {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-hue-rotate {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-invert {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-opacity {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-saturate {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-sepia {
syntax: "*";
inherits: false;
}
@property --tw-duration {
syntax: "*";
inherits: false;
}
@property --tw-ease {
syntax: "*";
inherits: false;
}
@layer properties {
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
*, ::before, ::after, ::backdrop {
--tw-rotate-x: initial;
--tw-rotate-y: initial;
--tw-rotate-z: initial;
--tw-skew-x: initial;
--tw-skew-y: initial;
--tw-pan-x: initial;
--tw-pan-y: initial;
--tw-pinch-zoom: initial;
--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-tracking: 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-backdrop-blur: initial;
--tw-backdrop-brightness: initial;
--tw-backdrop-contrast: initial;
--tw-backdrop-grayscale: initial;
--tw-backdrop-hue-rotate: initial;
--tw-backdrop-invert: initial;
--tw-backdrop-opacity: initial;
--tw-backdrop-saturate: initial;
--tw-backdrop-sepia: initial;
--tw-duration: initial;
--tw-ease: initial;
}
}
}