:root{--brand-primary: hsl(125, 88%, 48%);
--brand-secondary: hsl(220, 70%, 48%);
--page-bg: hsl(125, 8%, 6%);
--content-page-bg: hsl(220, 7%, 96%);
--content-surface-bg: #ffffff;
--content-text: hsl(220, 10%, 11%);
--content-text-muted: rgba(31, 35, 40, 0.72);
--content-border: rgba(0, 0, 0, 0.08);
--max-width: 1640px;
--reading-width: 838px;
--section-padding: 100px 24px;
--primary-color: var(--nav-primary, hsl(125, 88%, 48%));
--secondary-color: var(--nav-secondary, hsl(220, 70%, 48%));
--bg-dark: hsl(125, 8%, 6%);
--text-light: hsl(125, 10%, 96%);
--content-accent-text: hsl(125, 82%, 28%);
--hero-content-width: 838px;
--border-radius: 16px;
--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
--content-heading: hsl(220, 10%, 11%);
--content-accent-ui: hsl(125, 88%, 48%);
--content-link-color: hsl(125, 82%, 28%);
--content-link-hover: hsl(220, 70%, 28%);
--page-text-color: var(--content-text, hsl(220, 10%, 11%));
--page-heading-color: var(--content-heading, var(--content-text, hsl(220, 10%, 11%)));
--page-link-color: var(--content-link-color, var(--content-accent-text, hsl(125, 82%, 28%)));
--page-link-hover-color: var(--content-link-hover, hsl(220, 70%, 28%));
--page-muted-color: var(--content-text-muted, rgba(31, 35, 40, 0.72));
--page-accent-soft: rgba(14, 230, 32, 0.12);
--page-accent-glow: rgba(14, 230, 32, 0.42);
--primary-accent: var(--content-accent-ui, var(--primary-color, hsl(125, 88%, 48%)));
--secondary-accent: var(--secondary-color, hsl(220, 70%, 48%));}
main.v9289e447e1{font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
background-color: var(--content-page-bg);
color: var(--content-text);
line-height: 1.6;
overflow-x: hidden;}
main.v9289e447e1 > div{width: 100%;
max-width: var(--max-width);
margin: 0 auto;
padding: var(--section-padding);
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: flex-start;
text-align: left;}
main.v9289e447e1 h1, main.v9289e447e1 h2, main.v9289e447e1 h3{margin: 0 0 1.5rem 0;
font-weight: 700;
line-height: 1.2;
text-align: left;}
main.v9289e447e1 h1{font-size: clamp(2.5rem, 5vw, 4rem);
max-width: var(--reading-width);}
main.v9289e447e1 h2{font-size: clamp(1.8rem, 3vw, 2.5rem);
margin-top: 2rem;}
main.v9289e447e1 h3{font-size: 1.4rem;
color: var(--brand-secondary);}
main.v9289e447e1 p{max-width: var(--reading-width);
margin-bottom: 1.5rem;
color: var(--content-text-muted);
font-size: 1.1rem;}
main.v9289e447e1 .k7akkrfzca3{background: var(--page-bg);
color: #ffffff;
min-height: 70vh;
display: grid;
grid-template-columns: 1.2fr 1fr;
gap: 40px;
align-items: center;
position: relative;}
main.v9289e447e1 .v68095f66{z-index: 2;}
main.v9289e447e1 .v68095f66 h1{color: #ffffff;}
main.v9289e447e1 .v68095f66 p{color: rgba(255, 255, 255, 0.85);}
main.v9289e447e1 .k56osxqcg{position: relative;
width: 100%;
height: 100%;
border-radius: 24px;
overflow: hidden;
isolation: isolate;}
main.v9289e447e1 .k56osxqcg img{width: 100%;
height: 100%;
object-fit: cover;
aspect-ratio: 4/3;}
main.v9289e447e1 .k91501__5e9{display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 30px;
width: 100%;
margin-top: 40px;}
main.v9289e447e1 .j512cc56_m0{background: var(--content-surface-bg);
padding: 40px;
border-radius: 16px;
border: 1px solid var(--content-border);
transition: transform 0.3s ease, box-shadow 0.3s ease;
display: flex;
flex-direction: column;
justify-content: space-between;
color: #ffffff;}
main.v9289e447e1 .j512cc56_m0:hover{transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(0,0,0,0.08);}
main.v9289e447e1 .j512cc56_m0 ul{padding-left: 1.2rem;
margin: 1.5rem 0;
color: var(--content-text-muted);}
main.v9289e447e1 .j512cc56_m0 li{margin-bottom: 0.8rem;}
main.v9289e447e1 .ctdktetf62{background: #ffffff;
border-radius: 32px;
margin: 40px auto;
padding: 80px;
box-shadow: 0 4px 24px rgba(0,0,0,0.02);
color: hsl(220, 10%, 11%);}
main.v9289e447e1 .k0j50k0nkcl{counter-reset: step-counter;
list-style: none;
padding: 0;
width: 100%;}
main.v9289e447e1 .r0599_4b9{display: flex;
gap: 24px;
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px dashed var(--content-border);}
main.v9289e447e1 .r0599_4b9::before{counter-increment: step-counter;
content: counter(step-counter);
width: 48px;
height: 48px;
background: var(--brand-primary);
color: hsl(0, 18%, 24%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
flex-shrink: 0;}
main.v9289e447e1 .k1130_0c{width: 100%;
max-width: var(--reading-width);}
main.v9289e447e1 .r1cf55_c90{margin-bottom: 2rem;
padding-bottom: 1.5rem;
border-bottom: 1px solid var(--content-border);}
main.v9289e447e1 .r1cf55_c90 h4{font-size: 1.2rem;
margin-bottom: 0.8rem;
color: var(--content-text);}
main.v9289e447e1 .yb207b48{display: inline-flex;
align-items: center;
padding: 16px 32px;
background: var(--brand-primary);
color: hsl(0, 18%, 24%);
text-decoration: none;
font-weight: 600;
border-radius: 8px;
transition: filter 0.2s;
box-shadow: 0 4px 14px rgba(0, 200, 83, 0.3);
margin-top: 1rem;}
main.v9289e447e1 .yb207b48:hover{filter: brightness(1.1);}
main.v9289e447e1 .bzgohkt2{color: var(--brand-secondary);
text-decoration: none;
font-weight: 500;
border-bottom: 1px solid transparent;}
main.v9289e447e1 .bzgohkt2:hover{border-bottom-color: currentColor;}
@media (max-width: 1024px) {main.v9289e447e1 .k7akkrfzca3{grid-template-columns: 1fr;}
main.v9289e447e1 .k56osxqcg{display: none;}
main.v9289e447e1 .ctdktetf62{padding: 40px 20px;}}
html, body{margin: 0;
padding: 0;}
body *, body *::before, body *::after{box-sizing: border-box;}
main img.gdb63c819{display: block;
max-width: 100%;
width: 100%;
height: auto;
object-fit: cover;
object-position: center;}
main img.gdb63c819.ac6dbb1ac4e{aspect-ratio: 16 / 9;}
main img.gdb63c819.d12d__80f2{aspect-ratio: 16 / 10;}
main img.gdb63c819.tb62__4716{aspect-ratio: 4 / 3;}
main img.gdb63c819.z13d19190e1{aspect-ratio: 1 / 1;}
main .n37f4922991.ac6dbb1ac4e{aspect-ratio: 16 / 9;}
main .n37f4922991.d12d__80f2{aspect-ratio: 16 / 10;}
main .n37f4922991.tb62__4716{aspect-ratio: 4 / 3;}
main .n37f4922991.z13d19190e1{aspect-ratio: 1 / 1;}
@media (min-width: 769px) {div.k7akkrfzca3 > *{min-width: 0   !important;}
div.v68095f66{min-width: 0   !important;flex: 1 1 0   !important;max-width: 100%   !important;}
div.k56osxqcg{min-width: 0   !important;flex: 1 1 0   !important;max-width: 100%   !important;}
div.k56osxqcg :where(img, picture, video, canvas, svg), div.k56osxqcg picture > img{display: block   !important;width: 100%   !important;max-width: 100%   !important;height: auto   !important;}}
@media (min-width: 1025px) {div.k7akkrfzca3{position: relative   !important;display: grid   !important;grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr)   !important;align-items: center   !important;gap: clamp(28px, 5vw, 76px)   !important;}
div.k7akkrfzca3 > *{min-width: 0   !important;}
div.v68095f66{width: 100%   !important;max-width: min(100%, var(--page-hero-reading-width, 760px))   !important;margin: 0   !important;align-self: center   !important;z-index: 2   !important;}
div.k56osxqcg{position: relative   !important;width: 100%   !important;max-width: 100%   !important;margin: 0   !important;justify-self: stretch   !important;align-self: center   !important;height: auto   !important;min-height: 0   !important;overflow: hidden   !important;border-radius: clamp(22px, 2.6vw, 32px)   !important;box-shadow: 0 24px 60px rgba(15,23,42,0.14)   !important;}
div.k56osxqcg :where(img, video), div.k56osxqcg picture > img{display: block   !important;width: 100%   !important;max-width: 100%   !important;height: auto   !important;aspect-ratio: 16 / 10   !important;object-fit: cover   !important;object-position: center   !important;}}
@media (max-width: 1024px) {div.k7akkrfzca3{position: relative   !important;display: flex   !important;flex-direction: column   !important;align-items: stretch   !important;gap: 24px   !important;min-height: auto   !important;}
div.v68095f66{width: 100%   !important;max-width: 100%   !important;margin: 0   !important;}
div.k56osxqcg{width: 100%   !important;max-width: 100%   !important;margin-top: 12px   !important;}}
:root{--primary-color: hsl(125, 88%, 48%);
--secondary-color: hsl(220, 70%, 48%);
--bg-color: hsl(125, 8%, 6%);
--text-color: hsl(125, 10%, 96%);
--text-muted: rgba(255,255,255,0.72);
--content-page-bg: hsl(125, 8%, 6%);
--content-surface-bg: rgba(15,23,42,0.72);
--content-text: hsl(125, 10%, 96%);
--content-text-muted: rgba(255,255,255,0.72);
--content-accent-ui: hsl(125, 88%, 48%);
--content-accent-text: hsl(210, 40%, 92%);
--content-link-color: hsl(210, 40%, 92%);
--content-link-hover: hsl(220, 70%, 92%);}
body{background: var(--bg-color, hsl(125, 8%, 6%))   !important;
color: var(--text-color, hsl(125, 10%, 96%))   !important;}
:is(main, .y1a7a4ee2){color: var(--content-text, hsl(125, 10%, 96%))   !important;}
div.v68095f66{text-align: left   !important;
align-items: flex-start   !important;}
div.v68095f66 > :is(h1, h2, p){text-align: left   !important;
max-width: min(100%, 838px)   !important;
margin-left: 0   !important;
margin-right: auto   !important;}
div.v68095f66 > :is(div, nav, ul, ol){margin-left: 0   !important;
margin-right: auto   !important;}
[data-fp-block="756e37a703"] > :is(h1, h2, p){text-align: left   !important;
max-width: min(100%, 838px)   !important;
margin-left: 0   !important;
margin-right: auto   !important;}
[data-fp-block="756e37a703"]{--te8f7cf0fa6: hsl(0, 18%, 28%);
--efed__d517: rgba(84, 58, 58, 0.78);
--v1c6__08d1: hsl(125, 82%, 28%);
--s745a7_1bfa: dark;}
[data-fp-block="756e37a703"]{--te8f7cf0fa6: hsl(0, 18%, 28%);
--efed__d517: rgba(84, 58, 58, 0.78);
--v1c6__08d1: hsl(125, 82%, 28%);
--s745a7_1bfa: dark;
color: var(--te8f7cf0fa6, hsl(0, 18%, 28%))   !important;}
[data-fp-block="756e37a703"] :is(h1, h2, h3, h4, h5, h6, strong, b, em){color: var(--te8f7cf0fa6, hsl(0, 18%, 28%))   !important;}
[data-fp-block="756e37a703"] a:not([class]):not([data-track]):not([role="button"]), [data-fp-block="756e37a703"] a[class=""]:not([data-track]):not([role="button"]){color: var(--v1c6__08d1, hsl(125, 82%, 28%))   !important;}
[data-fp-block="756e37a703"] :is(p, li, small, blockquote, figcaption, dd, dt, label){color: var(--efed__d517, rgba(84, 58, 58, 0.78))   !important;}
div.r1cf55_c90{--te8f7cf0fa6: hsl(220, 70%, 92%);
--efed__d517: rgba(220, 229, 248, 0.84);
--v1c6__08d1: hsl(125, 82%, 92%);
--s745a7_1bfa: light;}
div.r1cf55_c90{--te8f7cf0fa6: hsl(220, 70%, 92%);
--efed__d517: rgba(220, 229, 248, 0.84);
--v1c6__08d1: hsl(125, 82%, 92%);
--s745a7_1bfa: light;
color: var(--te8f7cf0fa6, hsl(220, 70%, 92%))   !important;}
div.r1cf55_c90 :is(h1, h2, h3, h4, h5, h6, strong, b, em){color: var(--te8f7cf0fa6, hsl(220, 70%, 92%))   !important;}
div.r1cf55_c90 a:not([class]):not([data-track]):not([role="button"]), div.r1cf55_c90 a[class=""]:not([data-track]):not([role="button"]){color: var(--v1c6__08d1, hsl(125, 82%, 92%))   !important;}
div.r1cf55_c90 :is(p, li, small, blockquote, figcaption, dd, dt, label){color: var(--efed__d517, rgba(220, 229, 248, 0.84))   !important;}
div.v68095f66 a.yb207b48{--j13969_0ba0: hsl(0, 18%, 24%);
color: var(--j13969_0ba0, hsl(0, 18%, 24%))   !important;}
div.v68095f66 a.yb207b48:is(:hover, :focus-visible, :active){color: var(--l5a8__0091, hsl(0, 18%, 24%))   !important;}
div.k91501__5e9 > :nth-child(1) > :nth-child(2){--j13969_0ba0: hsl(220, 70%, 92%);
color: var(--j13969_0ba0, hsl(220, 70%, 92%))   !important;}
div.k91501__5e9 > :nth-child(1) > :nth-child(2):is(:hover, :focus-visible, :active){color: var(--l5a8__0091, hsl(221, 67%, 92%))   !important;}
div.k91501__5e9 > :nth-child(2) > :nth-child(2){--j13969_0ba0: hsl(220, 70%, 92%);
color: var(--j13969_0ba0, hsl(220, 70%, 92%))   !important;}
div.k91501__5e9 > :nth-child(2) > :nth-child(2):is(:hover, :focus-visible, :active){color: var(--l5a8__0091, hsl(221, 67%, 92%))   !important;}
div.k91501__5e9 > :nth-child(3) > :nth-child(2){--j13969_0ba0: hsl(220, 70%, 92%);
color: var(--j13969_0ba0, hsl(220, 70%, 92%))   !important;}
div.k91501__5e9 > :nth-child(3) > :nth-child(2):is(:hover, :focus-visible, :active){color: var(--l5a8__0091, hsl(221, 67%, 92%))   !important;}
div.k0j50k0nkcl > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(1){--j13969_0ba0: hsl(125, 82%, 18%);
color: var(--j13969_0ba0, hsl(125, 82%, 18%))   !important;}
div.k0j50k0nkcl > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(1):is(:hover, :focus-visible, :active){color: var(--l5a8__0091, hsl(125, 82%, 18%))   !important;}
div.k0j50k0nkcl > :nth-child(2) > :nth-child(1) > :nth-child(2) > :nth-child(1){--j13969_0ba0: hsl(125, 82%, 18%);
color: var(--j13969_0ba0, hsl(125, 82%, 18%))   !important;}
div.k0j50k0nkcl > :nth-child(2) > :nth-child(1) > :nth-child(2) > :nth-child(1):is(:hover, :focus-visible, :active){color: var(--l5a8__0091, hsl(125, 82%, 18%))   !important;}
main.v9289e447e1 > :nth-child(4) > :nth-child(3) > :nth-child(2){--j13969_0ba0: hsl(0, 18%, 24%);
color: var(--j13969_0ba0, hsl(0, 18%, 24%))   !important;}
main.v9289e447e1 > :nth-child(4) > :nth-child(3) > :nth-child(2):is(:hover, :focus-visible, :active){color: var(--l5a8__0091, hsl(0, 18%, 24%))   !important;}
div.k91501__5e9 > :nth-child(3){color: hsl(0, 18%, 92%)   !important;}
main.v9289e447e1 > :nth-child(4){color: hsl(0, 18%, 92%)   !important;}
[data-fp-block="756e37a703"] h2{color: hsl(0, 19%, 28%)   !important;}
[data-fp-block="756e37a703"] h2 :is(strong, b, em, small, mark){color: inherit   !important;}
[data-fp-block="756e37a703"] > :nth-child(2){color: hsl(0, 19%, 28%)   !important;}
[data-fp-block="756e37a703"] > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k91501__5e9 > :nth-child(1) > :nth-child(1) > :nth-child(1){color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.k91501__5e9 > :nth-child(1) > :nth-child(1) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k91501__5e9 > :nth-child(1) > :nth-child(1) > :nth-child(2){color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.k91501__5e9 > :nth-child(1) > :nth-child(1) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k91501__5e9 > :nth-child(1) > :nth-child(1) > :nth-child(3) > :nth-child(1){color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.k91501__5e9 > :nth-child(1) > :nth-child(1) > :nth-child(3) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k91501__5e9 > :nth-child(1) > :nth-child(1) > :nth-child(3) > :nth-child(2){color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.k91501__5e9 > :nth-child(1) > :nth-child(1) > :nth-child(3) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k91501__5e9 > :nth-child(1) > :nth-child(1) > :nth-child(3) > :nth-child(3){color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.k91501__5e9 > :nth-child(1) > :nth-child(1) > :nth-child(3) > :nth-child(3) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k91501__5e9 > :nth-child(1) > :nth-child(2){color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;
text-decoration-color: currentColor   !important;}
div.k91501__5e9 > :nth-child(1) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k91501__5e9 > :nth-child(1) > :nth-child(2):hover, div.k91501__5e9 > :nth-child(1) > :nth-child(2):focus-visible, div.k91501__5e9 > :nth-child(1) > :nth-child(2):active{color: hsl(0, 18%, 92%)   !important;}
div.k91501__5e9 > :nth-child(1) > :nth-child(2):hover, div.k91501__5e9 > :nth-child(1) > :nth-child(2):focus-visible, div.k91501__5e9 > :nth-child(1) > :nth-child(2):active{text-decoration-color: currentColor   !important;}
div.k91501__5e9 > :nth-child(2) > :nth-child(1) > :nth-child(1){color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.k91501__5e9 > :nth-child(2) > :nth-child(1) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k91501__5e9 > :nth-child(2) > :nth-child(1) > :nth-child(2){color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.k91501__5e9 > :nth-child(2) > :nth-child(1) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k91501__5e9 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(1){color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.k91501__5e9 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k91501__5e9 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(2){color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.k91501__5e9 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k91501__5e9 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3){color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.k91501__5e9 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k91501__5e9 > :nth-child(2) > :nth-child(2){color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;
text-decoration-color: currentColor   !important;}
div.k91501__5e9 > :nth-child(2) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k91501__5e9 > :nth-child(2) > :nth-child(2):hover, div.k91501__5e9 > :nth-child(2) > :nth-child(2):focus-visible, div.k91501__5e9 > :nth-child(2) > :nth-child(2):active{color: hsl(0, 18%, 92%)   !important;}
div.k91501__5e9 > :nth-child(2) > :nth-child(2):hover, div.k91501__5e9 > :nth-child(2) > :nth-child(2):focus-visible, div.k91501__5e9 > :nth-child(2) > :nth-child(2):active{text-decoration-color: currentColor   !important;}
div.k91501__5e9 > :nth-child(3) > :nth-child(1) > :nth-child(1){color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.k91501__5e9 > :nth-child(3) > :nth-child(1) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k91501__5e9 > :nth-child(3) > :nth-child(1) > :nth-child(2){color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.k91501__5e9 > :nth-child(3) > :nth-child(1) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k91501__5e9 > :nth-child(3) > :nth-child(1) > :nth-child(3) > :nth-child(1){color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.k91501__5e9 > :nth-child(3) > :nth-child(1) > :nth-child(3) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k91501__5e9 > :nth-child(3) > :nth-child(1) > :nth-child(3) > :nth-child(2){color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.k91501__5e9 > :nth-child(3) > :nth-child(1) > :nth-child(3) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k91501__5e9 > :nth-child(3) > :nth-child(1) > :nth-child(3) > :nth-child(3){color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.k91501__5e9 > :nth-child(3) > :nth-child(1) > :nth-child(3) > :nth-child(3) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k91501__5e9 > :nth-child(3) > :nth-child(2){color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;
text-decoration-color: currentColor   !important;}
div.k91501__5e9 > :nth-child(3) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k91501__5e9 > :nth-child(3) > :nth-child(2):hover, div.k91501__5e9 > :nth-child(3) > :nth-child(2):focus-visible, div.k91501__5e9 > :nth-child(3) > :nth-child(2):active{color: hsl(0, 18%, 92%)   !important;}
div.k91501__5e9 > :nth-child(3) > :nth-child(2):hover, div.k91501__5e9 > :nth-child(3) > :nth-child(2):focus-visible, div.k91501__5e9 > :nth-child(3) > :nth-child(2):active{text-decoration-color: currentColor   !important;}
h1#main-title{color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
h1#main-title :is(strong, b, em, small, mark){color: inherit   !important;}
div.k7akkrfzca3 p{color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.k7akkrfzca3 p :is(strong, b, em, small, mark){color: inherit   !important;}
div.r1cf55_c90 h3{color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.r1cf55_c90 h3 :is(strong, b, em, small, mark){color: inherit   !important;}
div.k1130_0c > :nth-child(1) > :nth-child(2){color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.k1130_0c > :nth-child(1) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k1130_0c > :nth-child(2) > :nth-child(1){color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.k1130_0c > :nth-child(2) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k1130_0c > :nth-child(3) > :nth-child(1){color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.k1130_0c > :nth-child(3) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k1130_0c > :nth-child(3) > :nth-child(2){color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.k1130_0c > :nth-child(3) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k1130_0c > :nth-child(4) > :nth-child(1){color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.k1130_0c > :nth-child(4) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k1130_0c > :nth-child(5) > :nth-child(1){color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.k1130_0c > :nth-child(5) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k1130_0c > :nth-child(5) > :nth-child(2){color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.k1130_0c > :nth-child(5) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
main.v9289e447e1 > :nth-child(4) > :nth-child(3) > :nth-child(1){color: hsl(0, 18%, 92%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
main.v9289e447e1 > :nth-child(4) > :nth-child(3) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k0j50k0nkcl > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(1){color: hsl(125, 82%, 20%)   !important;
text-decoration-color: currentColor   !important;}
div.k0j50k0nkcl > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k0j50k0nkcl > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(1):hover, div.k0j50k0nkcl > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(1):focus-visible, div.k0j50k0nkcl > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(1):active{color: hsl(125, 82%, 20%)   !important;}
div.k0j50k0nkcl > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(1):hover, div.k0j50k0nkcl > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(1):focus-visible, div.k0j50k0nkcl > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(1):active{text-decoration-color: currentColor   !important;}
div.k0j50k0nkcl > :nth-child(2) > :nth-child(1) > :nth-child(2) > :nth-child(1){color: hsl(125, 82%, 20%)   !important;
text-decoration-color: currentColor   !important;}
div.k0j50k0nkcl > :nth-child(2) > :nth-child(1) > :nth-child(2) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
div.k0j50k0nkcl > :nth-child(2) > :nth-child(1) > :nth-child(2) > :nth-child(1):hover, div.k0j50k0nkcl > :nth-child(2) > :nth-child(1) > :nth-child(2) > :nth-child(1):focus-visible, div.k0j50k0nkcl > :nth-child(2) > :nth-child(1) > :nth-child(2) > :nth-child(1):active{color: hsl(125, 82%, 20%)   !important;}
div.k0j50k0nkcl > :nth-child(2) > :nth-child(1) > :nth-child(2) > :nth-child(1):hover, div.k0j50k0nkcl > :nth-child(2) > :nth-child(1) > :nth-child(2) > :nth-child(1):focus-visible, div.k0j50k0nkcl > :nth-child(2) > :nth-child(1) > :nth-child(2) > :nth-child(1):active{text-decoration-color: currentColor   !important;}