@font-face{font-family:__Inter_1b85de;font-style:normal;font-weight:100 900;font-display:swap;src:url(https://startco.ro/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_1b85de;font-style:normal;font-weight:100 900;font-display:swap;src:url(https://startco.ro/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_1b85de;font-style:normal;font-weight:100 900;font-display:swap;src:url(https://startco.ro/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_1b85de;font-style:normal;font-weight:100 900;font-display:swap;src:url(https://startco.ro/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_1b85de;font-style:normal;font-weight:100 900;font-display:swap;src:url(https://startco.ro/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_1b85de;font-style:normal;font-weight:100 900;font-display:swap;src:url(https://startco.ro/_next/static/media/8e9860b6e62d6359-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_1b85de;font-style:normal;font-weight:100 900;font-display:swap;src:url(https://startco.ro/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--font-inter:__Inter_1b85de}/* The slice of Preflight the chrome depends on, scoped to its own wrapper so a
   host page's typography is left exactly as its theme wrote it.

   Two deliberate choices. It lives outside the Tailwind entry because Tailwind
   tree-shakes custom @layer rules against the content scan, and .startco-chrome
   appears in none of the scanned components — the whole block was being
   dropped. And the weights are picked to sit between two things: above a host
   theme's bare element rules, which would otherwise restyle the chrome from a
   stylesheet printed after this one, and below the chrome's own utilities,
   which Tailwind gives the wrapper as a prefix so they carry two classes. */
.startco-chrome,
.startco-chrome *,
.startco-chrome *::before,
.startco-chrome *::after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}
.startco-chrome {
  font-family: var(--font-inter), ui-sans-serif, system-ui, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  /* On startco.ro the chrome sits inside the layout's max-w-screen-xl, which is
     outside the components and so never made it into the fragment. One blog
     happened to constrain it anyway and the other did not, stretching the
     header the full width of the viewport. Carrying the constraint here is the
     difference between a fragment that works where it is dropped and one that
     needs the host to know about it; a host that already constrains it is
     unaffected, since the same width applied twice is the same width.
     The explicit width is not redundant: auto inline margins cancel the
     stretch a flex parent would otherwise give, and both blogs wrap this in
     one, which left the header sized to its own content. */
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}
/* On startco.ro nothing sets line-height except the utilities in the markup and
   Preflight's value on body, so everything else inherits. A host theme that
   styles `p` or `li` directly reaches past the wrapper otherwise and stretches
   the chrome's type.

   :is() takes the weight of its heaviest argument, so with the wrapper in front
   this comes to one class and one element — above a bare `p {}` wherever it is
   printed, below any leading-* utility in the markup. */
.startco-chrome
  :is(p, li, a, span, div, h1, h2, h3, h4, h5, h6, button, small, strong, em, figcaption) {
  line-height: inherit;
}
.startco-chrome h1,
.startco-chrome h2,
.startco-chrome h3,
.startco-chrome h4,
.startco-chrome p,
.startco-chrome figure,
.startco-chrome blockquote {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.startco-chrome ul,
.startco-chrome ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.startco-chrome a {
  color: inherit;
  text-decoration: inherit;
}
.startco-chrome button,
.startco-chrome input {
  font: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  background: transparent;
}
.startco-chrome button {
  cursor: pointer;
  text-transform: none;
}
.startco-chrome img,
.startco-chrome svg {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
:root{--inherit:inherit;--current:currentColor;--transparent:#0000;--black:#000;--white:#fff;--slate-50:#f8fafc;--slate-100:#f1f5f9;--slate-200:#e2e8f0;--slate-300:#cbd5e1;--slate-400:#94a3b8;--slate-500:#64748b;--slate-600:#475569;--slate-700:#334155;--slate-800:#1e293b;--slate-900:#0f172a;--slate-950:#020617;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--gray-950:#030712;--zinc-50:#fafafa;--zinc-100:#f4f4f5;--zinc-200:#e4e4e7;--zinc-300:#d4d4d8;--zinc-400:#a1a1aa;--zinc-500:#71717a;--zinc-600:#52525b;--zinc-700:#3f3f46;--zinc-800:#27272a;--zinc-900:#18181b;--zinc-950:#09090b;--neutral-50:#fafafa;--neutral-100:#f5f5f5;--neutral-200:#e5e5e5;--neutral-300:#d4d4d4;--neutral-400:#a3a3a3;--neutral-500:#737373;--neutral-600:#525252;--neutral-700:#404040;--neutral-800:#262626;--neutral-900:#171717;--neutral-950:#0a0a0a;--stone-50:#fafaf9;--stone-100:#f5f5f4;--stone-200:#e7e5e4;--stone-300:#d6d3d1;--stone-400:#a8a29e;--stone-500:#78716c;--stone-600:#57534e;--stone-700:#44403c;--stone-800:#292524;--stone-900:#1c1917;--stone-950:#0c0a09;--red-50:#fef2f2;--red-100:#fee2e2;--red-200:#fecaca;--red-300:#fca5a5;--red-400:#f87171;--red-500:#ef4444;--red-600:#dc2626;--red-700:#b91c1c;--red-800:#991b1b;--red-900:#7f1d1d;--red-950:#450a0a;--orange-50:#fff7ed;--orange-100:#ffedd5;--orange-200:#fed7aa;--orange-300:#fdba74;--orange-400:#fb923c;--orange-500:#f97316;--orange-600:#ea580c;--orange-700:#c2410c;--orange-800:#9a3412;--orange-900:#7c2d12;--orange-950:#431407;--orange:#ed9305;--orange-dark:#d38304;--orange-deep:#ed5205;--orange-light:#fff6e8;--orange-border:#fad7a8;--orange-text:#9c5a03;--amber-50:#fffbeb;--amber-100:#fef3c7;--amber-200:#fde68a;--amber-300:#fcd34d;--amber-400:#fbbf24;--amber-500:#f59e0b;--amber-600:#d97706;--amber-700:#b45309;--amber-800:#92400e;--amber-900:#78350f;--amber-950:#451a03;--yellow-50:#fefce8;--yellow-100:#fef9c3;--yellow-200:#fef08a;--yellow-300:#fde047;--yellow-400:#facc15;--yellow-500:#eab308;--yellow-600:#ca8a04;--yellow-700:#a16207;--yellow-800:#854d0e;--yellow-900:#713f12;--yellow-950:#422006;--lime-50:#f7fee7;--lime-100:#ecfccb;--lime-200:#d9f99d;--lime-300:#bef264;--lime-400:#a3e635;--lime-500:#84cc16;--lime-600:#65a30d;--lime-700:#4d7c0f;--lime-800:#3f6212;--lime-900:#365314;--lime-950:#1a2e05;--green-50:#f0fdf4;--green-100:#dcfce7;--green-200:#bbf7d0;--green-300:#86efac;--green-400:#4ade80;--green-500:#22c55e;--green-600:#16a34a;--green-700:#15803d;--green-800:#166534;--green-900:#14532d;--green-950:#052e16;--emerald-50:#ecfdf5;--emerald-100:#d1fae5;--emerald-200:#a7f3d0;--emerald-300:#6ee7b7;--emerald-400:#34d399;--emerald-500:#10b981;--emerald-600:#059669;--emerald-700:#047857;--emerald-800:#065f46;--emerald-900:#064e3b;--emerald-950:#022c22;--teal-50:#f0fdfa;--teal-100:#ccfbf1;--teal-200:#99f6e4;--teal-300:#5eead4;--teal-400:#2dd4bf;--teal-500:#14b8a6;--teal-600:#0d9488;--teal-700:#0f766e;--teal-800:#115e59;--teal-900:#134e4a;--teal-950:#042f2e;--cyan-50:#ecfeff;--cyan-100:#cffafe;--cyan-200:#a5f3fc;--cyan-300:#67e8f9;--cyan-400:#22d3ee;--cyan-500:#06b6d4;--cyan-600:#0891b2;--cyan-700:#0e7490;--cyan-800:#155e75;--cyan-900:#164e63;--cyan-950:#083344;--sky-50:#f0f9ff;--sky-100:#e0f2fe;--sky-200:#bae6fd;--sky-300:#7dd3fc;--sky-400:#38bdf8;--sky-500:#0ea5e9;--sky-600:#0284c7;--sky-700:#0369a1;--sky-800:#075985;--sky-900:#0c4a6e;--sky-950:#082f49;--blue-50:#eff6ff;--blue-100:#dbeafe;--blue-200:#bfdbfe;--blue-300:#93c5fd;--blue-400:#60a5fa;--blue-500:#3b82f6;--blue-600:#2563eb;--blue-700:#1d4ed8;--blue-800:#1e40af;--blue-900:#1e3a8a;--blue-950:#172554;--indigo-50:#eef2ff;--indigo-100:#e0e7ff;--indigo-200:#c7d2fe;--indigo-300:#a5b4fc;--indigo-400:#818cf8;--indigo-500:#6366f1;--indigo-600:#4f46e5;--indigo-700:#4338ca;--indigo-800:#3730a3;--indigo-900:#312e81;--indigo-950:#1e1b4b;--violet-50:#f5f3ff;--violet-100:#ede9fe;--violet-200:#ddd6fe;--violet-300:#c4b5fd;--violet-400:#a78bfa;--violet-500:#8b5cf6;--violet-600:#7c3aed;--violet-700:#6d28d9;--violet-800:#5b21b6;--violet-900:#4c1d95;--violet-950:#2e1065;--purple-50:#faf5ff;--purple-100:#f3e8ff;--purple-200:#e9d5ff;--purple-300:#d8b4fe;--purple-400:#c084fc;--purple-500:#a855f7;--purple-600:#9333ea;--purple-700:#7e22ce;--purple-800:#6b21a8;--purple-900:#581c87;--purple-950:#3b0764;--fuchsia-50:#fdf4ff;--fuchsia-100:#fae8ff;--fuchsia-200:#f5d0fe;--fuchsia-300:#f0abfc;--fuchsia-400:#e879f9;--fuchsia-500:#d946ef;--fuchsia-600:#c026d3;--fuchsia-700:#a21caf;--fuchsia-800:#86198f;--fuchsia-900:#701a75;--fuchsia-950:#4a044e;--pink-50:#fdf2f8;--pink-100:#fce7f3;--pink-200:#fbcfe8;--pink-300:#f9a8d4;--pink-400:#f472b6;--pink-500:#ec4899;--pink-600:#db2777;--pink-700:#be185d;--pink-800:#9d174d;--pink-900:#831843;--pink-950:#500724;--rose-50:#fff1f2;--rose-100:#ffe4e6;--rose-200:#fecdd3;--rose-300:#fda4af;--rose-400:#fb7185;--rose-500:#f43f5e;--rose-600:#e11d48;--rose-700:#be123c;--rose-800:#9f1239;--rose-900:#881337;--rose-950:#4c0519;--certsign:#d9291b;--libra:#ec1c24;--libraGreen:#0dae6b;--primary:#1038e0;--bl:#121316;--secondary:#5d5c5c;--lightBg:#f9f8f8;--lightBgBlue:#f6f6fb;--faqBg:#f4f8fb;--turquoise:#05d5ed;--turquoise-dark:#04bfd4;--turquoise-light:#e6fafd;--turquoise-border:#b3eff7;--turquoise-text:#0a6f7e}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.startco-chrome :is(.sr-only){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.startco-chrome :is(.static){position:static}.startco-chrome :is(.fixed){position:fixed}.startco-chrome :is(.absolute){position:absolute}.startco-chrome :is(.relative){position:relative}.startco-chrome :is(.inset-0){inset:0}.startco-chrome :is(.-top-4){top:-1rem}.startco-chrome :is(.bottom-0){bottom:0}.startco-chrome :is(.end-2){inset-inline-end:.5rem}.startco-chrome :is(.end-2\.5){inset-inline-end:.625rem}.startco-chrome :is(.left-0){left:0}.startco-chrome :is(.left-1\/2){left:50%}.startco-chrome :is(.left-3){left:.75rem}.startco-chrome :is(.start-0){inset-inline-start:0}.startco-chrome :is(.top-0){top:0}.startco-chrome :is(.top-10){top:2.5rem}.startco-chrome :is(.top-2){top:.5rem}.startco-chrome :is(.top-2\.5){top:.625rem}.startco-chrome :is(.top-3){top:.75rem}.startco-chrome :is(.top-3\.5){top:.875rem}.startco-chrome :is(.z-10){z-index:10}.startco-chrome :is(.z-40){z-index:40}.startco-chrome :is(.z-50){z-index:50}.startco-chrome :is(.col-span-2){grid-column:span 2/span 2}.startco-chrome :is(.mx-auto){margin-left:auto;margin-right:auto}.startco-chrome :is(.mb-0){margin-bottom:0}.startco-chrome :is(.mb-2){margin-bottom:.5rem}.startco-chrome :is(.mb-4){margin-bottom:1rem}.startco-chrome :is(.mb-5){margin-bottom:1.25rem}.startco-chrome :is(.me-2){margin-inline-end:.5rem}.startco-chrome :is(.me-7){margin-inline-end:1.75rem}.startco-chrome :is(.ms-4){margin-inline-start:1rem}.startco-chrome :is(.mt-1){margin-top:.25rem}.startco-chrome :is(.mt-10){margin-top:2.5rem}.startco-chrome :is(.mt-4){margin-top:1rem}.startco-chrome :is(.mt-5){margin-top:1.25rem}.startco-chrome :is(.mt-6){margin-top:1.5rem}.startco-chrome :is(.block){display:block}.startco-chrome :is(.flex){display:flex}.startco-chrome :is(.inline-flex){display:inline-flex}.startco-chrome :is(.grid){display:grid}.startco-chrome :is(.\!hidden){display:none!important}.startco-chrome :is(.hidden){display:none}.startco-chrome :is(.h-11){height:2.75rem}.startco-chrome :is(.h-3){height:.75rem}.startco-chrome :is(.h-4){height:1rem}.startco-chrome :is(.h-5){height:1.25rem}.startco-chrome :is(.h-6){height:1.5rem}.startco-chrome :is(.h-7){height:1.75rem}.startco-chrome :is(.h-8){height:2rem}.startco-chrome :is(.h-full){height:100%}.startco-chrome :is(.h-svh){height:100svh}.startco-chrome :is(.max-h-svh){max-height:100svh}.startco-chrome :is(.w-11){width:2.75rem}.startco-chrome :is(.w-3){width:.75rem}.startco-chrome :is(.w-5){width:1.25rem}.startco-chrome :is(.w-6){width:1.5rem}.startco-chrome :is(.w-7){width:1.75rem}.startco-chrome :is(.w-8){width:2rem}.startco-chrome :is(.w-80){width:20rem}.startco-chrome :is(.w-\[208px\]){width:208px}.startco-chrome :is(.w-full){width:100%}.startco-chrome :is(.max-w-max){max-width:-moz-max-content;max-width:max-content}.startco-chrome :is(.flex-1){flex:1 1 0%}.startco-chrome :is(.flex-none){flex:none}.startco-chrome :is(.flex-shrink-0){flex-shrink:0}.startco-chrome :is(.origin-bottom-right){transform-origin:bottom right}.startco-chrome :is(.-translate-x-1\/2){--tw-translate-x:-50%}.startco-chrome :is(.-translate-x-1\/2),.startco-chrome :is(.-translate-x-full){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.startco-chrome :is(.-translate-x-full){--tw-translate-x:-100%}.startco-chrome :is(.rotate-45){--tw-rotate:45deg}.startco-chrome :is(.rotate-45),.startco-chrome :is(.scale-0){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.startco-chrome :is(.scale-0){--tw-scale-x:0;--tw-scale-y:0}.startco-chrome :is(.transform){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.startco-chrome :is(.animate-pulse){animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.startco-chrome :is(.cursor-pointer){cursor:pointer}.startco-chrome :is(.grid-cols-1){grid-template-columns:repeat(1,minmax(0,1fr))}.startco-chrome :is(.flex-row){flex-direction:row}.startco-chrome :is(.flex-col){flex-direction:column}.startco-chrome :is(.items-center){align-items:center}.startco-chrome :is(.justify-start){justify-content:flex-start}.startco-chrome :is(.justify-center){justify-content:center}.startco-chrome :is(.justify-between){justify-content:space-between}.startco-chrome :is(.gap-0){gap:0}.startco-chrome :is(.gap-16){gap:4rem}.startco-chrome :is(.gap-2){gap:.5rem}.startco-chrome :is(.gap-3){gap:.75rem}.startco-chrome :is(.gap-4){gap:1rem}.startco-chrome :is(.gap-5){gap:1.25rem}.startco-chrome :is(.gap-x-3){-moz-column-gap:.75rem;column-gap:.75rem}.startco-chrome :is(.gap-x-4){-moz-column-gap:1rem;column-gap:1rem}.startco-chrome :is(.gap-x-6){-moz-column-gap:1.5rem;column-gap:1.5rem}.startco-chrome :is(.overflow-hidden){overflow:hidden}.startco-chrome :is(.overflow-y-auto){overflow-y:auto}.startco-chrome :is(.whitespace-nowrap){white-space:nowrap}.startco-chrome :is(.rounded){border-radius:.25rem}.startco-chrome :is(.rounded-3xl){border-radius:1.5rem}.startco-chrome :is(.rounded-full){border-radius:9999px}.startco-chrome :is(.rounded-lg){border-radius:.5rem}.startco-chrome :is(.rounded-md){border-radius:.375rem}.startco-chrome :is(.rounded-sm){border-radius:.125rem}.startco-chrome :is(.border-0){border-width:0}.startco-chrome :is(.border-b){border-bottom-width:1px}.startco-chrome :is(.border-t){border-top-width:1px}.startco-chrome :is(.bg-black){--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.startco-chrome :is(.bg-gray-50){--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.startco-chrome :is(.bg-primary){--tw-bg-opacity:1;background-color:rgb(16 56 224/var(--tw-bg-opacity))}.startco-chrome :is(.bg-slate-100){--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity))}.startco-chrome :is(.bg-slate-50){--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity))}.startco-chrome :is(.bg-transparent){background-color:initial}.startco-chrome :is(.bg-white){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.startco-chrome :is(.bg-yellow-50){--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}.startco-chrome :is(.p-0){padding:0}.startco-chrome :is(.p-1){padding:.25rem}.startco-chrome :is(.p-1\.5){padding:.375rem}.startco-chrome :is(.p-2){padding:.5rem}.startco-chrome :is(.p-4){padding:1rem}.startco-chrome :is(.px-16){padding-left:4rem;padding-right:4rem}.startco-chrome :is(.px-2){padding-left:.5rem;padding-right:.5rem}.startco-chrome :is(.px-2\.5){padding-left:.625rem;padding-right:.625rem}.startco-chrome :is(.px-3){padding-left:.75rem;padding-right:.75rem}.startco-chrome :is(.px-4){padding-left:1rem;padding-right:1rem}.startco-chrome :is(.px-5){padding-left:1.25rem;padding-right:1.25rem}.startco-chrome :is(.px-8){padding-left:2rem;padding-right:2rem}.startco-chrome :is(.py-1){padding-top:.25rem;padding-bottom:.25rem}.startco-chrome :is(.py-1\.5){padding-top:.375rem;padding-bottom:.375rem}.startco-chrome :is(.py-2){padding-top:.5rem;padding-bottom:.5rem}.startco-chrome :is(.py-2\.5){padding-top:.625rem;padding-bottom:.625rem}.startco-chrome :is(.py-3){padding-top:.75rem;padding-bottom:.75rem}.startco-chrome :is(.py-6){padding-top:1.5rem;padding-bottom:1.5rem}.startco-chrome :is(.pb-3){padding-bottom:.75rem}.startco-chrome :is(.pb-5){padding-bottom:1.25rem}.startco-chrome :is(.pl-10){padding-left:2.5rem}.startco-chrome :is(.pl-9){padding-left:2.25rem}.startco-chrome :is(.pr-2){padding-right:.5rem}.startco-chrome :is(.ps-5){padding-inline-start:1.25rem}.startco-chrome :is(.pt-10){padding-top:2.5rem}.startco-chrome :is(.pt-5){padding-top:1.25rem}.startco-chrome :is(.text-left){text-align:left}.startco-chrome :is(.text-center){text-align:center}.startco-chrome :is(.text-start){text-align:start}.startco-chrome :is(.align-middle){vertical-align:middle}.startco-chrome :is(.text-\[13px\]){font-size:13px}.startco-chrome :is(.text-sm){font-size:.875rem;line-height:1.25rem}.startco-chrome :is(.text-xs){font-size:.75rem;line-height:1rem}.startco-chrome :is(.font-bold){font-weight:700}.startco-chrome :is(.font-medium){font-weight:500}.startco-chrome :is(.font-normal){font-weight:400}.startco-chrome :is(.font-semibold){font-weight:600}.startco-chrome :is(.leading-6){line-height:1.5rem}.startco-chrome :is(.text-\[\#636C78\]){--tw-text-opacity:1;color:rgb(99 108 120/var(--tw-text-opacity))}.startco-chrome :is(.text-black){--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.startco-chrome :is(.text-gray-400){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.startco-chrome :is(.text-gray-600){--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.startco-chrome :is(.text-gray-800){--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.startco-chrome :is(.text-gray-900){--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.startco-chrome :is(.text-neutral-800){--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity))}.startco-chrome :is(.text-primary){--tw-text-opacity:1;color:rgb(16 56 224/var(--tw-text-opacity))}.startco-chrome :is(.text-red-600){--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.startco-chrome :is(.text-white){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.startco-chrome :is(.text-yellow-500){--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity))}.startco-chrome :is(.text-yellow-800){--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity))}.startco-chrome :is(.opacity-0){opacity:0}.startco-chrome :is(.opacity-20){opacity:.2}.startco-chrome :is(.shadow-lg){--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.startco-chrome :is(.ring-1){--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.startco-chrome :is(.ring-gray-900\/5){--tw-ring-color:#1118270d}.startco-chrome :is(.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)}.startco-chrome :is(.transition-colors){transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.startco-chrome :is(.transition-opacity){transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.startco-chrome :is(.transition-transform){transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.startco-chrome :is(.duration-200){transition-duration:.2s}.startco-chrome :is(.ease-in){transition-timing-function:cubic-bezier(.4,0,1,1)}@keyframes enter{0%{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))}}.startco-chrome :is(.duration-200){animation-duration:.2s}.startco-chrome :is(.ease-in){animation-timing-function:cubic-bezier(.4,0,1,1)}.startco-chrome :is(.hover\:bg-gray-100:hover){--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.startco-chrome :is(.hover\:bg-gray-200:hover){--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.startco-chrome :is(.hover\:bg-gray-50:hover){--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.startco-chrome :is(.hover\:bg-gray-800:hover){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.startco-chrome :is(.hover\:bg-yellow-200:hover){--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity))}.startco-chrome :is(.hover\:text-gray-900:hover){--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.startco-chrome :is(.hover\:text-primary:hover){--tw-text-opacity:1;color:rgb(16 56 224/var(--tw-text-opacity))}.startco-chrome :is(.focus\:outline-none:focus){outline:2px solid #0000;outline-offset:2px}.startco-chrome :is(.focus\:ring-4:focus){--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.startco-chrome :is(.focus\:ring-gray-300:focus){--tw-ring-opacity:1;--tw-ring-color:rgb(209 213 219/var(--tw-ring-opacity))}.startco-chrome :is(.group:hover .group-hover\:scale-100){--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.startco-chrome :is(.group:hover .group-hover\:opacity-100){opacity:1}@media (min-width:768px){.startco-chrome :is(.md\:mb-5){margin-bottom:1.25rem}.startco-chrome :is(.md\:flex){display:flex}.startco-chrome :is(.md\:hidden){display:none}.startco-chrome :is(.md\:grid-cols-3){grid-template-columns:repeat(3,minmax(0,1fr))}.startco-chrome :is(.md\:border-0){border-width:0}.startco-chrome :is(.md\:pb-0){padding-bottom:0}.startco-chrome :is(.md\:pt-0){padding-top:0}}@media (min-width:1024px){.startco-chrome :is(.lg\:col-span-2){grid-column:span 2/span 2}.startco-chrome :is(.lg\:mb-0){margin-bottom:0}.startco-chrome :is(.lg\:block){display:block}.startco-chrome :is(.lg\:flex){display:flex}.startco-chrome :is(.lg\:hidden){display:none}.startco-chrome :is(.lg\:grid-cols-6){grid-template-columns:repeat(6,minmax(0,1fr))}.startco-chrome :is(.lg\:pt-20){padding-top:5rem}}