:root{--spec-primary: var(--primary-color, hsl(248, 59%, 64%));
--spec-accent: var(--secondary-color, hsl(18, 47%, 64%));
--spec-bg: var(--content-page-bg, #f5f7fb);
--spec-surface: var(--content-surface-bg, #ffffff);
--spec-text: var(--content-text, #1f2328);
--spec-text-muted: var(--content-text-muted, rgba(31, 35, 40, 0.72));
--spec-border: var(--content-border, rgba(0, 0, 0, 0.08));
--spec-accent-text: var(--content-accent-text, hsl(22, 78%, 38%));
--max-width-content: 1640px;
--max-width-hero: 805px;
--radius-lg: 16px;
--shadow-sm: 0 2px 8px rgba(0,0,0,0.05);
--primary-color: hsl(248, 59%, 64%);
--primary-hover: hsl(248, 59%, 54%);
--accent-color: hsl(18, 47%, 64%);
--accent-hover: hsl(18, 47%, 54%);
--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(248, 59%, 28%);
--max-width: clamp(1220px, 90vw, 1420px);
--hero-text-width: clamp(746px, 76vw, 966px);
--section-spacing: 120px;
--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(248, 59%, 64%);
--content-link-color: hsl(248, 59%, 28%);
--content-link-hover: hsl(248, 59%, 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(248, 59%, 28%)));
--page-link-hover-color: var(--content-link-hover, hsl(248, 59%, 28%));
--page-muted-color: var(--content-text-muted, rgba(31, 35, 40, 0.72));
--page-accent-soft: rgba(123, 109, 217, 0.12);
--page-accent-glow: rgba(123, 109, 217, 0.42);
--primary-accent: var(--content-accent-ui, var(--primary-color, hsl(248, 59%, 64%)));
--secondary-accent: var(--secondary-color, hsl(248, 59%, 64%));}
main.xf5e9334{font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
background-color: var(--spec-bg);
color: var(--spec-text);
line-height: 1.6;
overflow-x: hidden;
text-align: left;}
main.xf5e9334 .c3ro30x18j2{max-width: var(--max-width-content);
margin: 0 auto;
padding: 0 40px;}
main.xf5e9334 .m762e0__d707{padding: 100px 0 80px;
background: linear-gradient(135deg, #ffffff 0%, #f0f2f9 100%);
border-bottom: 1px solid var(--spec-border);
color: hsl(220, 10%, 11%);}
main.xf5e9334 .ref5c__ab76{display: flex;
align-items: center;
gap: 60px;
max-width: var(--max-width-content);
margin: 0 auto;}
main.xf5e9334 .ki7330ddon6{max-width: var(--max-width-hero);}
main.xf5e9334 .ki7330ddon6 h1{font-size: 3.5rem;
font-weight: 800;
line-height: 1.1;
margin-bottom: 24px;
color: var(--spec-text);
letter-spacing: -0.02em;}
main.xf5e9334 .ki7330ddon6 p{font-size: 1.25rem;
color: var(--spec-text-muted);
margin-bottom: 40px;
max-width: 720px;}
main.xf5e9334 .jc581b_sv{flex: 1;
display: block;}
main.xf5e9334 .jc581b_sv img{width: 100%;
height: auto;
border-radius: var(--radius-lg);
box-shadow: 0 20px 40px rgba(0,0,0,0.1);
object-fit: cover;
aspect-ratio: 16 / 10;}
main.xf5e9334 .sjy0mazuq0m{display: inline-flex;
align-items: center;
padding: 16px 36px;
background-color: var(--spec-primary);
color: #ffffff                        !important;
border-radius: 50px;
font-weight: 600;
font-size: 1.1rem;
text-decoration: none;
transition: transform 0.2s, box-shadow 0.2s;
box-shadow: 0 8px 20px rgba(108, 99, 255, 0.3);}
main.xf5e9334 .sjy0mazuq0m:hover{transform: translateY(-2px);
box-shadow: 0 12px 24px rgba(108, 99, 255, 0.4);}
main.xf5e9334 .ab0d7f_5e{padding: 80px 0;}
main.xf5e9334 .xxtbz8pcb{max-width: var(--max-width-hero);
margin-bottom: 48px;}
main.xf5e9334 .xxtbz8pcb h2{font-size: 2.25rem;
margin-bottom: 16px;}
main.xf5e9334 .t8k1rrd55k{display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;}
main.xf5e9334 .oeb9e91_af{background: var(--spec-surface);
padding: 40px;
border-radius: var(--radius-lg);
border: 1px solid var(--spec-border);
transition: border-color 0.3s;
color: hsl(220, 10%, 11%);}
main.xf5e9334 .oeb9e91_af:hover{border-color: var(--spec-primary);}
main.xf5e9334 .oeb9e91_af h3{font-size: 1.5rem;
margin-bottom: 16px;
display: flex;
align-items: center;
gap: 12px;}
main.xf5e9334 .oeb9e91_af ul{list-style: none;
padding: 0;
margin: 0;}
main.xf5e9334 .oeb9e91_af li{padding: 8px 0;
color: var(--spec-text-muted);
border-bottom: 1px dashed var(--spec-border);}
main.xf5e9334 .oeb9e91_af li:last-child{border-bottom: none;}
main.xf5e9334 .ia2abde9_0w{padding: 80px 0;
background-color: #ffffff;
color: hsl(220, 10%, 11%);}
main.xf5e9334 .fm8evfyek4xm{background: var(--spec-bg);
padding: 48px;
border-radius: 24px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: start;
color: hsl(220, 10%, 11%);}
main.xf5e9334 .qff5fb_94{margin-bottom: 32px;}
main.xf5e9334 .qff5fb_94 h4{font-size: 1.25rem;
color: var(--spec-primary);
margin-bottom: 12px;}
main.xf5e9334 .dilnns728{padding: 100px 0;}
main.xf5e9334 .i1a2c2_1951{max-width: 1000px;
margin-bottom: 24px;
background: var(--spec-surface);
border-radius: 12px;
border: 1px solid var(--spec-border);
overflow: hidden;
color: hsl(220, 10%, 11%);}
main.xf5e9334 .k893__25d4d{padding: 24px 32px;
font-weight: 600;
font-size: 1.15rem;
cursor: pointer;
background: rgba(0,0,0,0.02);
display: block;
color: #ffffff;}
main.xf5e9334 .tp1rpg1n94en{padding: 24px 32px;
color: var(--spec-text-muted);
border-top: 1px solid var(--spec-border);}
main.xf5e9334 .ygdmirj7{color: var(--spec-primary);
text-decoration: none;
font-weight: 500;
border-bottom: 1px solid transparent;
transition: border-color 0.2s;}
main.xf5e9334 .ygdmirj7:hover{border-bottom-color: var(--spec-primary);}
main.xf5e9334 .j9d3034a7ea{display: grid;
grid-template-columns: 2fr 1fr 1fr;
gap: 80px;}
main.xf5e9334 .q07ae8682 h2{color: #fff;
margin-bottom: 16px;}
main.xf5e9334 .f61b__8c2f h4{color: #fff;
margin-bottom: 20px;}
main.xf5e9334 .f61b__8c2f a{color: rgba(255,255,255,0.6);
text-decoration: none;
display: block;
margin-bottom: 12px;}
main.xf5e9334 .f61b__8c2f a:hover{color: #fff;}
main.xf5e9334 .e8058b_45ae{margin-top: 60px;
padding-top: 30px;
border-top: 1px solid rgba(255,255,255,0.1);
font-size: 0.9rem;}
@media (max-width: 1200px) {main.xf5e9334 .t8k1rrd55k{grid-template-columns: repeat(2, 1fr);}
main.xf5e9334 .ref5c__ab76{flex-direction: column;align-items: flex-start;}
main.xf5e9334 .jc581b_sv{width: 100%;}
main.xf5e9334 .fm8evfyek4xm{grid-template-columns: 1fr;}}
@media (max-width: 768px) {main.xf5e9334 .t8k1rrd55k{grid-template-columns: 1fr;}
main.xf5e9334 .ki7330ddon6 h1{font-size: 2.5rem;}
main.xf5e9334 .c3ro30x18j2{padding: 0 20px;}}
html, body{margin: 0;
padding: 0;}
body *, body *::before, body *::after{box-sizing: border-box;}
main img.w4953a_6220{display: block;
max-width: 100%;
width: 100%;
height: auto;
object-fit: cover;
object-position: center;}
main img.w4953a_6220.kddc24_d3c1{aspect-ratio: 16 / 9;}
main img.w4953a_6220.d95516143e0{aspect-ratio: 16 / 10;}
main img.w4953a_6220.m217__8489{aspect-ratio: 4 / 3;}
main img.w4953a_6220.addb__7875{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 .p4c3fcd9d{overflow: hidden;
box-sizing: border-box        !important;
max-width: 100%;
padding: 0        !important;
min-height: 0;}
main .p4c3fcd9d.kddc24_d3c1{aspect-ratio: 16 / 9;}
main .p4c3fcd9d.d95516143e0{aspect-ratio: 16 / 10;}
main .p4c3fcd9d.m217__8489{aspect-ratio: 4 / 3;}
main .p4c3fcd9d.addb__7875{aspect-ratio: 1 / 1;}
main .p4c3fcd9d > img.w4953a_6220, main .p4c3fcd9d > picture > img.w4953a_6220{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.ref5c__ab76 > *{min-width: 0   !important;}
div.ki7330ddon6{min-width: 0   !important;flex: 1 1 0   !important;max-width: 100%   !important;}
div.jc581b_sv{min-width: 0   !important;flex: 1 1 0   !important;max-width: 100%   !important;}
div.jc581b_sv :where(img, picture, video, canvas, svg), div.jc581b_sv picture > img{display: block   !important;width: 100%   !important;max-width: 100%   !important;height: auto   !important;}}
:root{--primary-color: hsl(248, 59%, 64%);
--secondary-color: hsl(18, 47%, 64%);
--bg-color: hsl(248, 5%, 95%);
--text-color: hsl(248, 10%, 12%);
--text-muted: rgba(24,33,47,0.72);
--content-page-bg: hsl(248, 5%, 95%);
--content-surface-bg: rgba(255,255,255,0.88);
--content-text: hsl(248, 10%, 12%);
--content-text-muted: rgba(24,33,47,0.72);
--content-accent-ui: hsl(248, 59%, 64%);
--content-accent-text: hsl(0, 18%, 28%);
--content-link-color: hsl(0, 18%, 28%);
--content-link-hover: hsl(17, 47%, 28%);}
body{background: var(--bg-color, hsl(248, 5%, 95%))   !important;
color: var(--text-color, hsl(248, 10%, 12%))   !important;}
:is(main, .b430ebc06f0){color: var(--content-text, hsl(248, 10%, 12%))   !important;}
div.ki7330ddon6{text-align: left   !important;
align-items: flex-start   !important;}
div.ki7330ddon6 > :is(h1, h2, p){text-align: left   !important;
max-width: min(100%, 805px)   !important;
margin-left: 0   !important;
margin-right: auto   !important;}
div.ki7330ddon6 > :is(div, nav, ul, ol){margin-left: 0   !important;
margin-right: auto   !important;}
div.m762e0__d707{--af6f47_cc32: hsl(0, 18%, 28%);
--uda7531f485: rgba(84, 58, 58, 0.78);
--s857b4f65b5: hsl(248, 59%, 28%);
--z4b60a013bf: dark;}
div.m762e0__d707 div.ki7330ddon6{--af6f47_cc32: hsl(0, 18%, 28%);
--uda7531f485: rgba(84, 58, 58, 0.78);
--s857b4f65b5: hsl(248, 59%, 28%);
--z4b60a013bf: dark;
color: var(--af6f47_cc32, hsl(0, 18%, 28%))   !important;}
div.m762e0__d707 div.ki7330ddon6 :is(h1, h2, h3, h4, h5, h6, strong, b, em){color: var(--af6f47_cc32, hsl(0, 18%, 28%))   !important;}
div.m762e0__d707 div.ki7330ddon6 a:not([class]):not([data-track]):not([role="button"]), div.m762e0__d707 div.ki7330ddon6 a[class=""]:not([data-track]):not([role="button"]){color: var(--s857b4f65b5, hsl(248, 59%, 28%))   !important;}
div.m762e0__d707 div.ki7330ddon6 :is(p, li, small, blockquote, figcaption, dd, dt, label){color: var(--uda7531f485, rgba(84, 58, 58, 0.78))   !important;}
div.fm8evfyek4xm{--af6f47_cc32: hsl(248, 59%, 28%);
--uda7531f485: rgba(40, 29, 113, 0.78);
--s857b4f65b5: hsl(248, 59%, 28%);
--z4b60a013bf: dark;}
div.fm8evfyek4xm div.qff5fb_94{--af6f47_cc32: hsl(248, 59%, 28%);
--uda7531f485: rgba(40, 29, 113, 0.78);
--s857b4f65b5: hsl(248, 59%, 28%);
--z4b60a013bf: dark;
color: var(--af6f47_cc32, hsl(248, 59%, 28%))   !important;}
div.fm8evfyek4xm div.qff5fb_94 :is(h1, h2, h3, h4, h5, h6, strong, b, em){color: var(--af6f47_cc32, hsl(248, 59%, 28%))   !important;}
div.fm8evfyek4xm div.qff5fb_94 a:not([class]):not([data-track]):not([role="button"]), div.fm8evfyek4xm div.qff5fb_94 a[class=""]:not([data-track]):not([role="button"]){color: var(--s857b4f65b5, hsl(248, 59%, 28%))   !important;}
div.fm8evfyek4xm div.qff5fb_94 :is(p, li, small, blockquote, figcaption, dd, dt, label){color: var(--uda7531f485, rgba(40, 29, 113, 0.78))   !important;}
@media (max-width: 768px) {main.xf5e9334 .fm8evfyek4xm{padding-left: 20px   !important;padding-right: 20px   !important;width: 100%   !important;max-width: 100%   !important;box-sizing: border-box   !important;}}
a.sjy0mazuq0m{--ga093a454: hsl(248, 59%, 12%);
color: var(--ga093a454, hsl(248, 59%, 12%))   !important;}
a.sjy0mazuq0m:is(:hover, :focus-visible, :active){color: var(--j96d7c_3223, hsl(248, 60%, 12%))   !important;}
[data-fp-block="26b9ecb504"] > :nth-child(1) > :nth-child(3) > :nth-child(2) > :nth-child(1){--ga093a454: hsl(248, 59%, 28%);
color: var(--ga093a454, hsl(248, 59%, 28%))   !important;}
[data-fp-block="26b9ecb504"] > :nth-child(1) > :nth-child(3) > :nth-child(2) > :nth-child(1):is(:hover, :focus-visible, :active){color: var(--j96d7c_3223, hsl(248, 59%, 28%))   !important;}
[data-fp-block="26b9ecb504"] > :nth-child(1) > :nth-child(4) > :nth-child(2) > :nth-child(1){--ga093a454: hsl(248, 59%, 28%);
color: var(--ga093a454, hsl(248, 59%, 28%))   !important;}
[data-fp-block="26b9ecb504"] > :nth-child(1) > :nth-child(4) > :nth-child(2) > :nth-child(1):is(:hover, :focus-visible, :active){color: var(--j96d7c_3223, hsl(248, 59%, 28%))   !important;}
[data-fp-block="26b9ecb504"] > :nth-child(1) > :nth-child(6) > :nth-child(2) > :nth-child(1){--ga093a454: hsl(248, 59%, 28%);
color: var(--ga093a454, hsl(248, 59%, 28%))   !important;}
[data-fp-block="26b9ecb504"] > :nth-child(1) > :nth-child(6) > :nth-child(2) > :nth-child(1):is(:hover, :focus-visible, :active){color: var(--j96d7c_3223, hsl(248, 59%, 28%))   !important;}
[data-fp-block="26b9ecb504"] > :nth-child(1) > :nth-child(6) > :nth-child(2) > :nth-child(2){--ga093a454: hsl(248, 59%, 28%);
color: var(--ga093a454, hsl(248, 59%, 28%))   !important;}
[data-fp-block="26b9ecb504"] > :nth-child(1) > :nth-child(6) > :nth-child(2) > :nth-child(2):is(:hover, :focus-visible, :active){color: var(--j96d7c_3223, hsl(248, 59%, 28%))   !important;}
a.sjy0mazuq0m{color: hsl(248, 59%, 12%)   !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;}
a.sjy0mazuq0m :is(strong, b, em, small, mark){color: inherit   !important;}
a.sjy0mazuq0m:hover, a.sjy0mazuq0m:focus-visible, a.sjy0mazuq0m:active{color: hsl(248, 59%, 12%)   !important;}
a.sjy0mazuq0m:hover, a.sjy0mazuq0m:focus-visible, a.sjy0mazuq0m:active{text-decoration-color: currentColor   !important;}

/* sbv2-interactive-text-autofix-start */
  a.sjy0mazuq0m { --ga093a454: hsl(248, 59%, 12%); color: var(--ga093a454, hsl(248, 59%, 12%)) !important; }
  a.sjy0mazuq0m:is(:hover, :focus-visible, :active) { color: var(--j96d7c_3223, hsl(248, 60%, 12%)) !important; }
/* sbv2-interactive-text-autofix-end */

/* sbv2-compact-label-text-autofix-start */
  [data-fp-block="26b9ecb504"] > :nth-child(1) { color: hsl(0, 18%, 28%) !important; }
  div.c3ro30x18j2 > :nth-child(3) { color: hsl(0, 18%, 28%) !important; }
  div.c3ro30x18j2 > :nth-child(4) { color: hsl(0, 18%, 28%) !important; }
  div.c3ro30x18j2 > :nth-child(5) { color: hsl(0, 18%, 28%) !important; }
  div.c3ro30x18j2 > :nth-child(6) { color: hsl(0, 18%, 28%) !important; }
/* sbv2-compact-label-text-autofix-end */
