:root{--content-page-bg: hsl(220, 7%, 96%);
--content-surface-bg: rgba(255, 255, 255, 0.88);
--content-text: hsl(220, 10%, 11%);
--content-text-muted: rgba(31, 35, 40, 0.72);
--content-border: rgba(0, 0, 0, 0.08);
--content-accent-text: hsl(22, 78%, 28%);
--primary-main: hsl(261, 70%, 58%);
--secondary-main: hsl(27, 56%, 58%);
--max-width: 1518px;
--reading-width: 939px;
--border-radius-lg: 24px;
--border-radius-md: 12px;
--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
--primary-brand: var(--bg-color, hsl(261, 70%, 58%));
--secondary-brand: var(--accent-color, hsl(27, 56%, 58%));
--content-bg: var(--content-page-bg, hsl(261, 7%, 96%));
--surface-bg: var(--content-surface-bg, #ffffff);
--text-deep: var(--content-text, #1f2328);
--text-soft: var(--content-text-muted, rgba(31, 35, 40, 0.72));
--text-accent: var(--content-accent-text, hsl(22, 78%, 38%));
--border-light: var(--content-border, rgba(0, 0, 0, 0.08));
--shadow-subtle: 0 4px 24px rgba(0, 0, 0, 0.04);
--max-width-site: 1518px;
--max-width-reading: 939px;
--radius-lg: 16px;
--radius-md: 8px;
--content-heading: hsl(220, 10%, 11%);
--content-accent-ui: hsl(22, 78%, 38%);
--content-link-color: hsl(22, 78%, 28%);
--content-link-hover: hsl(22, 78%, 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(22, 78%, 28%)));
--page-link-hover-color: var(--content-link-hover, hsl(22, 78%, 28%));
--page-muted-color: var(--content-text-muted, rgba(31, 35, 40, 0.72));
--page-accent-soft: rgba(172, 76, 21, 0.12);
--page-accent-glow: rgba(172, 76, 21, 0.42);
--primary-accent: var(--content-accent-ui, var(--primary-color, hsl(22, 78%, 38%)));
--secondary-accent: var(--secondary-color, hsl(22, 78%, 38%));
--accent-color: var(--content-accent-ui, var(--primary-color, hsl(22, 78%, 38%)));}
main.s8c9a445.f8d127__9a128{background-color: var(--content-page-bg);
color: var(--content-text);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
line-height: 1.6;
overflow-x: hidden;
display: flex;
flex-direction: column;
align-items: flex-start;}
main.s8c9a445 .nf1a4_f311{width: 100%;
max-width: var(--max-width);
margin: 0 auto;
padding: 80px 40px;
box-sizing: border-box;}
main.s8c9a445 .gc1336_98b{text-align: left;
max-width: var(--reading-width);}
main.s8c9a445 h1{font-size: clamp(2.5rem, 5vw, 3.5rem);
font-weight: 800;
margin-bottom: 24px;
letter-spacing: -0.02em;
color: var(--content-text);}
main.s8c9a445 h2{font-size: 2.25rem;
font-weight: 700;
margin-bottom: 32px;
color: var(--content-text);}
main.s8c9a445 h3{font-size: 1.5rem;
font-weight: 600;
margin-bottom: 16px;}
main.s8c9a445 .h35b6__d3783{padding-top: 120px;
padding-bottom: 100px;
position: relative;
background: linear-gradient(135deg, #fdfdff 0%, #f5f7fb 100%);
width: 100%;
color: hsl(220, 10%, 11%);}
main.s8c9a445 .zyio5dkpjg3{display: flex;
flex-direction: column;
gap: 32px;}
main.s8c9a445 .q850e4__0c2{font-size: 1.25rem;
color: var(--content-text-muted);
margin-bottom: 16px;}
main.s8c9a445 .b3fbb__671{display: flex;
gap: 20px;
flex-wrap: wrap;}
main.s8c9a445 .cd06c8c9{background-color: var(--primary-main);
color: #ffffff;
padding: 18px 48px;
border-radius: var(--border-radius-md);
font-size: 1.125rem;
font-weight: 600;
text-decoration: none;
box-shadow: 0 8px 24px rgba(108, 71, 235, 0.25);
transition: var(--transition);
display: inline-flex;
align-items: center;
gap: 12px;}
main.s8c9a445 .cd06c8c9:hover{transform: translateY(-3px);
box-shadow: 0 12px 32px rgba(108, 71, 235, 0.35);
background-color: hsl(261, 70%, 52%);
color: #ffffff;}
main.s8c9a445 .p503aefb7{background-color: var(--content-surface-bg);
color: var(--content-text);
padding: 18px 48px;
border-radius: var(--border-radius-md);
font-size: 1.125rem;
font-weight: 600;
text-decoration: none;
border: 1px solid var(--content-border);
transition: var(--transition);}
main.s8c9a445 .p503aefb7:hover{background-color: #fff;
border-color: var(--primary-main);
color: hsl(220, 10%, 11%);}
main.s8c9a445 .vc1krxg4823y{display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 32px;
margin-top: 48px;}
main.s8c9a445 .t0169__17c12{background: var(--content-surface-bg);
border: 1px solid var(--content-border);
border-radius: var(--border-radius-lg);
padding: 40px;
transition: var(--transition);
display: flex;
flex-direction: column;
justify-content: space-between;
backdrop-filter: blur(10px);
color: hsl(220, 10%, 11%);}
main.s8c9a445 .t0169__17c12:hover{transform: translateY(-8px);
border-color: var(--primary-main);
box-shadow: 0 20px 40px rgba(0,0,0,0.05);}
main.s8c9a445 .oa3bf_54{width: 64px;
height: 64px;
margin-bottom: 24px;}
main.s8c9a445 .l2cdb301{display: inline-block;
padding: 4px 12px;
background: rgba(108, 71, 235, 0.1);
color: hsl(261, 69%, 96%);
border-radius: 6px;
font-size: 0.875rem;
font-weight: 600;
margin-bottom: 16px;}
main.s8c9a445 .cv6qm3yj5{width: 100%;}
main.s8c9a445 .cv6qm3yj5.vgnqvb1fw{background-color: #ffffff;
color: hsl(220, 10%, 11%);}
main.s8c9a445 .a6d3a__e67e{display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: center;}
main.s8c9a445 .t38a0__9ee{width: 100%;
border-radius: var(--border-radius-lg);
box-shadow: 0 32px 64px rgba(0,0,0,0.1);
object-fit: cover;
aspect-ratio: 16/10;}
main.s8c9a445 .ra94__a58b{display: flex;
flex-direction: column;
gap: 24px;
margin-top: 40px;}
main.s8c9a445 .baea841c6{display: flex;
gap: 24px;
padding: 24px;
background: var(--content-page-bg);
border-radius: var(--border-radius-md);
border-left: 4px solid var(--primary-main);
color: hsl(220, 10%, 11%);}
main.s8c9a445 .b5e7c4aa{font-size: 2rem;
font-weight: 800;
color: var(--primary-main);
opacity: 0.3;}
main.s8c9a445 .fa0b752_aa{display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;}
main.s8c9a445 .y12d7d30db{padding: 32px;
border-bottom: 1px solid var(--content-border);}
main.s8c9a445 .x5496f34892{font-weight: 700;
font-size: 1.25rem;
margin-bottom: 12px;
color: var(--content-text);}
main.s8c9a445 .ncd617_6t{color: var(--content-text-muted);}
main.s8c9a445 .s05381_fbab{width: 100%;
background: #1a1a1a;
color: rgba(255,255,255,0.6);
padding: 60px 0;
margin-top: 80px;}
main.s8c9a445 .v89c__e05b{max-width: var(--max-width);
margin: 0 auto;
padding: 0 40px;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 32px;}
main.s8c9a445 .e7302fa83{display: flex;
gap: 32px;}
main.s8c9a445 .e7302fa83 a{color: rgba(255,255,255,0.8);
text-decoration: none;
transition: var(--transition);}
main.s8c9a445 .e7302fa83 a:hover{color: var(--secondary-main);}
@media (max-width: 1024px) {main.s8c9a445 .a6d3a__e67e, main.s8c9a445 .fa0b752_aa{grid-template-columns: 1fr;}
main.s8c9a445 .nf1a4_f311{padding: 60px 24px;}}
html, body{margin: 0;
padding: 0;}
body *, body *::before, body *::after{box-sizing: border-box;}
main img.v85bf9a4d5f{display: block;
max-width: 100%;
width: 100%;
height: auto;
object-fit: cover;
object-position: center;}
main img.v85bf9a4d5f.aa768d747{aspect-ratio: 16 / 9;}
main img.v85bf9a4d5f.c0fb41_1778{aspect-ratio: 16 / 10;}
main img.v85bf9a4d5f.j237__4960{aspect-ratio: 4 / 3;}
main img.v85bf9a4d5f.ua5584_7227{aspect-ratio: 1 / 1;}
main :is(div, div, div, div, ul, ol, li, figure, picture, table, form, fieldset, pre, blockquote){box-sizing: border-box        !important;
min-width: 0;
max-width: 100%;}
main .g9557d1cf6d{overflow: hidden;
box-sizing: border-box        !important;
max-width: 100%;
padding: 0        !important;
min-height: 0;}
main .g9557d1cf6d.aa768d747{aspect-ratio: 16 / 9;}
main .g9557d1cf6d.c0fb41_1778{aspect-ratio: 16 / 10;}
main .g9557d1cf6d.j237__4960{aspect-ratio: 4 / 3;}
main .g9557d1cf6d.ua5584_7227{aspect-ratio: 1 / 1;}
main .g9557d1cf6d > img.v85bf9a4d5f, main .g9557d1cf6d > picture > img.v85bf9a4d5f{width: 100%;
max-width: 100%;
height: 100%;
object-fit: cover;
object-position: center;}
main [data-layout-collapse-single="1"]{display: block        !important;
grid-template-columns: minmax(0, 1fr)        !important;
flex-direction: column        !important;
align-items: stretch        !important;
justify-content: flex-start        !important;}
main [data-layout-collapse-single="1"] > *{width: 100%        !important;
max-width: 100%        !important;
margin-left: 0        !important;
margin-right: 0        !important;}
main [data-flow-list="1"]{margin: 1rem 0;
padding-left: 1.25rem;}
main [data-flow-list="1"] > li{margin-bottom: 0.65rem;}
@media (min-width: 769px) {div.a6d3a__e67e > *{min-width: 0   !important;}
div.a6d3a__e67e > :nth-child(1){min-width: 0   !important;flex: 1 1 0   !important;max-width: 100%   !important;}
div.a6d3a__e67e > :nth-child(2){min-width: 0   !important;flex: 1 1 0   !important;max-width: 100%   !important;}
div.a6d3a__e67e > :nth-child(2) :where(img, picture, video, canvas, svg), div.a6d3a__e67e > :nth-child(2) picture > img{display: block   !important;width: 100%   !important;max-width: 100%   !important;height: auto   !important;}
div.a6d3a__e67e > *{min-width: 0   !important;}
div.a6d3a__e67e > :nth-child(2){min-width: 0   !important;flex: 1 1 0   !important;max-width: 100%   !important;}
div.a6d3a__e67e > :nth-child(1){min-width: 0   !important;flex: 1 1 0   !important;max-width: 100%   !important;}
div.a6d3a__e67e > :nth-child(1) :where(img, picture, video, canvas, svg), div.a6d3a__e67e > :nth-child(1) picture > img{display: block   !important;width: 100%   !important;max-width: 100%   !important;height: auto   !important;}}
:root{--primary-color: hsl(261, 70%, 58%);
--secondary-color: hsl(27, 56%, 58%);
--bg-color: hsl(261, 7%, 96%);
--text-color: hsl(261, 10%, 10%);
--text-muted: rgba(24,33,47,0.72);
--content-page-bg: hsl(261, 7%, 96%);
--content-surface-bg: rgba(255,255,255,0.88);
--content-text: hsl(261, 10%, 10%);
--content-text-muted: rgba(24,33,47,0.72);
--content-accent-ui: hsl(261, 70%, 58%);
--content-accent-text: hsl(0, 18%, 28%);
--content-link-color: hsl(0, 18%, 28%);
--content-link-hover: hsl(27, 56%, 28%);}
body{background: var(--bg-color, hsl(261, 7%, 96%))   !important;
color: var(--text-color, hsl(261, 10%, 10%))   !important;}
:is(main, .ta4b06_37d5){color: var(--content-text, hsl(261, 10%, 10%))   !important;}
div.zyio5dkpjg3.gc1336_98b{text-align: left   !important;
align-items: flex-start   !important;}
div.zyio5dkpjg3.gc1336_98b > :is(h1, h2, p){text-align: left   !important;
max-width: min(100%, 939px)   !important;
margin-left: 0   !important;
margin-right: auto   !important;}
div.zyio5dkpjg3.gc1336_98b > :is(div, nav, ul, ol){margin-left: 0   !important;
margin-right: auto   !important;}
div.h35b6__d3783{--kd28e1_ceb7: hsl(0, 18%, 28%);
--ub14bd88437: rgba(84, 58, 58, 0.78);
--vb38__e4b7: hsl(261, 69%, 28%);
--e08496a4d25: dark;}
div.h35b6__d3783 div.zyio5dkpjg3.gc1336_98b{--kd28e1_ceb7: hsl(0, 18%, 28%);
--ub14bd88437: rgba(84, 58, 58, 0.78);
--vb38__e4b7: hsl(261, 69%, 28%);
--e08496a4d25: dark;
color: var(--kd28e1_ceb7, hsl(0, 18%, 28%))   !important;}
div.h35b6__d3783 div.zyio5dkpjg3.gc1336_98b :is(h1, h2, h3, h4, h5, h6, strong, b, em){color: var(--kd28e1_ceb7, hsl(0, 18%, 28%))   !important;}
div.h35b6__d3783 div.zyio5dkpjg3.gc1336_98b a:not([class]):not([data-track]):not([role="button"]), div.h35b6__d3783 div.zyio5dkpjg3.gc1336_98b a[class=""]:not([data-track]):not([role="button"]){color: var(--vb38__e4b7, hsl(261, 69%, 28%))   !important;}
div.h35b6__d3783 div.zyio5dkpjg3.gc1336_98b :is(p, li, small, blockquote, figcaption, dd, dt, label){color: var(--ub14bd88437, rgba(84, 58, 58, 0.78))   !important;}
div.nf1a4_f311{--kd28e1_ceb7: hsl(0, 18%, 28%);
--ub14bd88437: rgba(84, 58, 58, 0.78);
--vb38__e4b7: hsl(261, 69%, 28%);
--e08496a4d25: dark;}
div.nf1a4_f311{--kd28e1_ceb7: hsl(0, 18%, 28%);
--ub14bd88437: rgba(84, 58, 58, 0.78);
--vb38__e4b7: hsl(261, 69%, 28%);
--e08496a4d25: dark;
color: var(--kd28e1_ceb7, hsl(0, 18%, 28%))   !important;}
div.nf1a4_f311 :is(h1, h2, h3, h4, h5, h6, strong, b, em){color: var(--kd28e1_ceb7, hsl(0, 18%, 28%))   !important;}
div.nf1a4_f311 a:not([class]):not([data-track]):not([role="button"]), div.nf1a4_f311 a[class=""]:not([data-track]):not([role="button"]){color: var(--vb38__e4b7, hsl(261, 69%, 28%))   !important;}
div.nf1a4_f311 :is(p, li, small, blockquote, figcaption, dd, dt, label){color: var(--ub14bd88437, rgba(84, 58, 58, 0.78))   !important;}
@media (max-width: 768px) {main.s8c9a445 .v89c__e05b{flex-direction: column   !important;align-items: stretch   !important;gap: 24px   !important;padding: 48px 20px   !important;width: 100%   !important;max-width: 100%   !important;box-sizing: border-box   !important;}
main.s8c9a445 .v89c__e05b > *{width: 100%   !important;max-width: 100%   !important;min-width: 0   !important;}
main.s8c9a445 .v89c__e05b{flex-direction: column   !important;align-items: flex-start   !important;justify-content: flex-start   !important;gap: 14px   !important;padding: 20px   !important;width: 100%   !important;max-width: 100%   !important;box-sizing: border-box   !important;}}
div.zyio5dkpjg3.gc1336_98b a.cd06c8c9{--o247e76bb62: hsl(261, 69%, 92%);
color: var(--o247e76bb62, hsl(261, 69%, 92%))   !important;}
div.zyio5dkpjg3.gc1336_98b a.cd06c8c9:is(:hover, :focus-visible, :active){color: var(--r906__934f, hsl(261, 67%, 92%))   !important;}
div.t0169__17c12 a.cd06c8c9{--o247e76bb62: hsl(261, 69%, 92%);
color: var(--o247e76bb62, hsl(261, 69%, 92%))   !important;}
div.t0169__17c12 a.cd06c8c9:is(:hover, :focus-visible, :active){color: var(--r906__934f, hsl(261, 67%, 92%))   !important;}
main.f8d127__9a128.s8c9a445 a:not([class]):not([data-track]):not([role="button"]), main.f8d127__9a128.s8c9a445 a[class=""]:not([data-track]):not([role="button"]){color:var(--page-link-color, var(--content-link-color, var(--content-accent-text, var(--primary-color, #2563eb))));
text-decoration:underline;
text-decoration-color:currentColor;
text-decoration-thickness:1.5px;
text-underline-offset:.16em;
text-decoration-skip-ink:auto;}
main.f8d127__9a128.s8c9a445 a:not([class]):not([data-track]):not([role="button"]), main.f8d127__9a128.s8c9a445 a[class=""]:not([data-track]):not([role="button"]):visited{color:var(--page-link-color, var(--content-link-color, var(--content-accent-text, var(--primary-color, #2563eb))));}
main.f8d127__9a128.s8c9a445 a:not([class]):not([data-track]):not([role="button"]), main.f8d127__9a128.s8c9a445 a[class=""]:not([data-track]):not([role="button"]):is(:hover,:focus-visible,:active){color:var(--page-link-hover-color, var(--content-link-hover, var(--page-link-color, var(--content-link-color, var(--content-accent-text, var(--primary-color, #2563eb))))));}
main.f8d127__9a128.s8c9a445 > :nth-child(7){color: hsl(0, 18%, 96%)   !important;}
h2.gc1336_98b{color: hsl(0, 18%, 28%)   !important;}
h2.gc1336_98b :is(strong, b, em, small, mark){color: inherit   !important;}
p.gc1336_98b{color: hsl(0, 18%, 28%)   !important;}
p.gc1336_98b :is(strong, b, em, small, mark){color: inherit   !important;}
div.baea841c6 h3{color: hsl(0, 18%, 28%)   !important;}
div.baea841c6 h3 :is(strong, b, em, small, mark){color: inherit   !important;}
div.ra94__a58b > :nth-child(1) > :nth-child(2) > :nth-child(2){color: hsl(0, 18%, 28%)   !important;}
div.ra94__a58b > :nth-child(1) > :nth-child(2) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
div.ra94__a58b > :nth-child(2) > :nth-child(2) > :nth-child(1){color: hsl(0, 18%, 28%)   !important;}
div.ra94__a58b > :nth-child(2) > :nth-child(2) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
div.ra94__a58b > :nth-child(2) > :nth-child(2) > :nth-child(2){color: hsl(0, 18%, 28%)   !important;}
div.ra94__a58b > :nth-child(2) > :nth-child(2) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
div.ra94__a58b > :nth-child(3) > :nth-child(2) > :nth-child(1){color: hsl(0, 18%, 28%)   !important;}
div.ra94__a58b > :nth-child(3) > :nth-child(2) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
div.baea841c6 a{color: hsl(0, 18%, 28%)   !important;
text-decoration-color: currentColor   !important;}
div.baea841c6 a :is(strong, b, em, small, mark){color: inherit   !important;}
div.baea841c6 a:hover, div.baea841c6 a:focus-visible, div.baea841c6 a:active{color: hsl(0, 18%, 28%)   !important;}
div.baea841c6 a:hover, div.baea841c6 a:focus-visible, div.baea841c6 a:active{text-decoration-color: currentColor   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(1){color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(2) > :nth-child(1){color: hsl(0, 18%, 28%)   !important;
text-decoration-color: currentColor   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(2) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(2) > :nth-child(1):hover, main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(2) > :nth-child(1):focus-visible, main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(2) > :nth-child(1):active{color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(2) > :nth-child(1):hover, main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(2) > :nth-child(1):focus-visible, main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(2) > :nth-child(1):active{text-decoration-color: currentColor   !important;}
[data-fp-block="aa23f4ca06"] h2{color: hsl(0, 18%, 28%)   !important;}
[data-fp-block="aa23f4ca06"] h2 :is(strong, b, em, small, mark){color: inherit   !important;}
div.fa0b752_aa > :nth-child(2) > :nth-child(2) > :nth-child(1){color: hsl(0, 18%, 28%)   !important;
text-decoration-color: currentColor   !important;}
div.fa0b752_aa > :nth-child(2) > :nth-child(2) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
div.fa0b752_aa > :nth-child(2) > :nth-child(2) > :nth-child(1):hover, div.fa0b752_aa > :nth-child(2) > :nth-child(2) > :nth-child(1):focus-visible, div.fa0b752_aa > :nth-child(2) > :nth-child(2) > :nth-child(1):active{color: hsl(0, 18%, 28%)   !important;}
div.fa0b752_aa > :nth-child(2) > :nth-child(2) > :nth-child(1):hover, div.fa0b752_aa > :nth-child(2) > :nth-child(2) > :nth-child(1):focus-visible, div.fa0b752_aa > :nth-child(2) > :nth-child(2) > :nth-child(1):active{text-decoration-color: currentColor   !important;}
div.fa0b752_aa > :nth-child(4) > :nth-child(2) > :nth-child(1){color: hsl(0, 18%, 28%)   !important;
text-decoration-color: currentColor   !important;}
div.fa0b752_aa > :nth-child(4) > :nth-child(2) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
div.fa0b752_aa > :nth-child(4) > :nth-child(2) > :nth-child(1):hover, div.fa0b752_aa > :nth-child(4) > :nth-child(2) > :nth-child(1):focus-visible, div.fa0b752_aa > :nth-child(4) > :nth-child(2) > :nth-child(1):active{color: hsl(0, 18%, 28%)   !important;}
div.fa0b752_aa > :nth-child(4) > :nth-child(2) > :nth-child(1):hover, div.fa0b752_aa > :nth-child(4) > :nth-child(2) > :nth-child(1):focus-visible, div.fa0b752_aa > :nth-child(4) > :nth-child(2) > :nth-child(1):active{text-decoration-color: currentColor   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(1) > :nth-child(1) > :nth-child(2){color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(1) > :nth-child(1) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(1) > :nth-child(1) > :nth-child(3){color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(1) > :nth-child(1) > :nth-child(3) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(1) > :nth-child(1) > :nth-child(4) > :nth-child(1){color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(1) > :nth-child(1) > :nth-child(4) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(1) > :nth-child(1) > :nth-child(4) > :nth-child(2){color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(1) > :nth-child(1) > :nth-child(4) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(1) > :nth-child(1) > :nth-child(4) > :nth-child(3){color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(1) > :nth-child(1) > :nth-child(4) > :nth-child(3) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(2) > :nth-child(1) > :nth-child(2){color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(2) > :nth-child(1) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(2) > :nth-child(1) > :nth-child(3){color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(2) > :nth-child(1) > :nth-child(3) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(2) > :nth-child(1) > :nth-child(4) > :nth-child(1){color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(2) > :nth-child(1) > :nth-child(4) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(2) > :nth-child(1) > :nth-child(4) > :nth-child(2){color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(2) > :nth-child(1) > :nth-child(4) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(2) > :nth-child(1) > :nth-child(4) > :nth-child(3){color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(2) > :nth-child(1) > :nth-child(4) > :nth-child(3) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(2) > :nth-child(2){color: hsl(0, 18%, 28%)   !important;
text-decoration-color: currentColor   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(2) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(2) > :nth-child(2):hover, main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(2) > :nth-child(2):focus-visible, main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(2) > :nth-child(2):active{color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(2) > :nth-child(2):hover, main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(2) > :nth-child(2):focus-visible, main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(2) > :nth-child(2):active{text-decoration-color: currentColor   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(1) > :nth-child(2){color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(1) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(1) > :nth-child(3){color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(1) > :nth-child(3) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(1) > :nth-child(4) > :nth-child(1){color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(1) > :nth-child(4) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(1) > :nth-child(4) > :nth-child(2){color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(1) > :nth-child(4) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(1) > :nth-child(4) > :nth-child(3){color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(1) > :nth-child(4) > :nth-child(3) :is(strong, b, em, small, mark){color: inherit   !important;}
[data-fp-block="aa23f4ca03"] h2{color: hsl(0, 18%, 28%)   !important;}
[data-fp-block="aa23f4ca03"] h2 :is(strong, b, em, small, mark){color: inherit   !important;}
p.q850e4__0c2 a{color: hsl(0, 18%, 28%)   !important;
text-decoration-color: currentColor   !important;}
p.q850e4__0c2 a :is(strong, b, em, small, mark){color: inherit   !important;}
p.q850e4__0c2 a:hover, p.q850e4__0c2 a:focus-visible, p.q850e4__0c2 a:active{color: hsl(0, 18%, 28%)   !important;}
p.q850e4__0c2 a:hover, p.q850e4__0c2 a:focus-visible, p.q850e4__0c2 a:active{text-decoration-color: currentColor   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(1) > :nth-child(2){color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(1) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(1) > :nth-child(3){color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(1) > :nth-child(3) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(2) > :nth-child(2){color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(2) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(2) > :nth-child(3){color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(2) > :nth-child(3) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(2){color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(3) > :nth-child(1){color: hsl(0, 18%, 28%)   !important;
text-decoration-color: currentColor   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(3) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(3) > :nth-child(1):hover, main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(3) > :nth-child(1):focus-visible, main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(3) > :nth-child(1):active{color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(3) > :nth-child(1):hover, main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(3) > :nth-child(1):focus-visible, main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(3) > :nth-child(1):active{text-decoration-color: currentColor   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(4) > :nth-child(2){color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(4) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(4) > :nth-child(3) > :nth-child(1){color: hsl(0, 18%, 28%)   !important;
text-decoration-color: currentColor   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(4) > :nth-child(3) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(4) > :nth-child(3) > :nth-child(1):hover, main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(4) > :nth-child(3) > :nth-child(1):focus-visible, main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(4) > :nth-child(3) > :nth-child(1):active{color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(4) > :nth-child(3) > :nth-child(1):hover, main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(4) > :nth-child(3) > :nth-child(1):focus-visible, main.f8d127__9a128.s8c9a445 > :nth-child(4) > :nth-child(1) > :nth-child(3) > :nth-child(4) > :nth-child(3) > :nth-child(1):active{text-decoration-color: currentColor   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(1){color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(2) > :nth-child(1){color: hsl(0, 18%, 28%)   !important;
text-decoration-color: currentColor   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(2) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(2) > :nth-child(1):hover, main.f8d127__9a128.s8c9a445 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(2) > :nth-child(1):focus-visible, main.f8d127__9a128.s8c9a445 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(2) > :nth-child(1):active{color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(2) > :nth-child(1):hover, main.f8d127__9a128.s8c9a445 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(2) > :nth-child(1):focus-visible, main.f8d127__9a128.s8c9a445 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(2) > :nth-child(1):active{text-decoration-color: currentColor   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(3) > :nth-child(1){color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(3) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(3) > :nth-child(2){color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(3) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(3) > :nth-child(3){color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(3) > :nth-child(3) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(4) > :nth-child(1){color: hsl(0, 18%, 28%)   !important;
text-decoration-color: currentColor   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(4) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(4) > :nth-child(1):hover, main.f8d127__9a128.s8c9a445 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(4) > :nth-child(1):focus-visible, main.f8d127__9a128.s8c9a445 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(4) > :nth-child(1):active{color: hsl(0, 18%, 28%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(4) > :nth-child(1):hover, main.f8d127__9a128.s8c9a445 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(4) > :nth-child(1):focus-visible, main.f8d127__9a128.s8c9a445 > :nth-child(5) > :nth-child(1) > :nth-child(1) > :nth-child(2) > :nth-child(4) > :nth-child(1):active{text-decoration-color: currentColor   !important;}
div.nf1a4_f311.gc1336_98b a.cd06c8c9{color: hsl(0, 18%, 28%)   !important;
text-decoration-color: currentColor   !important;}
div.nf1a4_f311.gc1336_98b a.cd06c8c9 :is(strong, b, em, small, mark){color: inherit   !important;}
div.nf1a4_f311.gc1336_98b a.cd06c8c9:hover, div.nf1a4_f311.gc1336_98b a.cd06c8c9:focus-visible, div.nf1a4_f311.gc1336_98b a.cd06c8c9:active{color: hsl(0, 18%, 28%)   !important;}
div.nf1a4_f311.gc1336_98b a.cd06c8c9:hover, div.nf1a4_f311.gc1336_98b a.cd06c8c9:focus-visible, div.nf1a4_f311.gc1336_98b a.cd06c8c9:active{text-decoration-color: currentColor   !important;}
div.nf1a4_f311.gc1336_98b a.p503aefb7{color: hsl(0, 18%, 28%)   !important;
text-decoration-color: currentColor   !important;}
div.nf1a4_f311.gc1336_98b a.p503aefb7 :is(strong, b, em, small, mark){color: inherit   !important;}
div.nf1a4_f311.gc1336_98b a.p503aefb7:hover, div.nf1a4_f311.gc1336_98b a.p503aefb7:focus-visible, div.nf1a4_f311.gc1336_98b a.p503aefb7:active{color: hsl(0, 18%, 28%)   !important;}
div.nf1a4_f311.gc1336_98b a.p503aefb7:hover, div.nf1a4_f311.gc1336_98b a.p503aefb7:focus-visible, div.nf1a4_f311.gc1336_98b a.p503aefb7:active{text-decoration-color: currentColor   !important;}
div.zyio5dkpjg3.gc1336_98b a.cd06c8c9{color: hsl(261, 69%, 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.zyio5dkpjg3.gc1336_98b a.cd06c8c9 :is(strong, b, em, small, mark){color: inherit   !important;}
div.zyio5dkpjg3.gc1336_98b a.cd06c8c9:hover, div.zyio5dkpjg3.gc1336_98b a.cd06c8c9:focus-visible, div.zyio5dkpjg3.gc1336_98b a.cd06c8c9:active{color: hsl(261, 69%, 92%)   !important;}
div.zyio5dkpjg3.gc1336_98b a.cd06c8c9:hover, div.zyio5dkpjg3.gc1336_98b a.cd06c8c9:focus-visible, div.zyio5dkpjg3.gc1336_98b a.cd06c8c9:active{text-decoration-color: currentColor   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(2){color: hsl(0, 18%, 20%)   !important;
text-decoration-color: currentColor   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(2) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(2):hover, main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(2):focus-visible, main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(2):active{color: hsl(0, 18%, 20%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(2):hover, main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(2):focus-visible, main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(2):active{text-decoration-color: currentColor   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(3){color: hsl(0, 18%, 20%)   !important;
text-decoration-color: currentColor   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(3) :is(strong, b, em, small, mark){color: inherit   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(3):hover, main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(3):focus-visible, main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(3):active{color: hsl(0, 18%, 20%)   !important;}
main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(3):hover, main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(3):focus-visible, main.f8d127__9a128.s8c9a445 > :nth-child(2) > :nth-child(1) > :nth-child(3) > :nth-child(3) > :nth-child(3):active{text-decoration-color: currentColor   !important;}