:root{--page-bg: var(--content-page-bg, hsl(311, 6%, 95%));
--surface-bg: var(--content-surface-bg, #ffffff);
--primary-color: hsl(311, 69%, 50%);
--secondary-color: hsl(349, 55%, 50%);
--text-main: var(--content-text, hsl(220, 10%, 11%));
--text-muted: var(--content-text-muted, rgba(31, 35, 40, 0.72));
--accent-text: var(--content-accent-text, hsl(311, 69%, 40%));
--border-color: var(--content-border, rgba(0, 0, 0, 0.08));
--max-width: clamp(1080px, 86vw, 1260px);
--hero-text-width: clamp(813px, 78vw, 1033px);
--radius-lg: 24px;
--radius-md: 12px;
--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
--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(311, 69%, 28%);
--brand-primary: hsl(311, 69%, 50%);
--brand-secondary: hsl(349, 55%, 50%);
--reading-width: 814px;
--shadow-sm: 0 4px 20px rgba(0, 0, 0, 0.04);
--content-heading: hsl(220, 10%, 11%);
--content-accent-ui: hsl(311, 69%, 50%);
--content-link-color: hsl(311, 69%, 28%);
--content-link-hover: hsl(349, 55%, 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(311, 69%, 28%)));
--page-link-hover-color: var(--content-link-hover, hsl(349, 55%, 28%));
--page-muted-color: var(--content-text-muted, rgba(31, 35, 40, 0.72));
--page-accent-soft: rgba(215, 39, 183, 0.12);
--page-accent-glow: rgba(215, 39, 183, 0.42);
--primary-accent: var(--content-accent-ui, var(--primary-color, hsl(311, 69%, 50%)));
--secondary-accent: var(--secondary-color, hsl(349, 55%, 50%));}
main.g56a23__481e8{font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
background-color: var(--page-bg);
color: var(--text-main);
line-height: 1.6;
overflow-x: hidden;}
main.g56a23__481e8 .tz126n5yp{max-width: var(--max-width);
margin: 0 auto;
padding: 0 40px;}
main.g56a23__481e8 .d75b__75c{text-align: left;
display: flex;
flex-direction: column;
align-items: flex-start;}
main.g56a23__481e8 .m7154c__e8b{padding: 120px 0 80px;
background: linear-gradient(135deg, rgba(255,255,255,0.4) 0%, rgba(245,231,243,0.4) 100%);
position: relative;
color: hsl(220, 10%, 11%);}
main.g56a23__481e8 .p26c__032{max-width: var(--hero-text-width);}
main.g56a23__481e8 .m7154c__e8b h1{font-size: clamp(2.5rem, 5vw, 4rem);
font-weight: 800;
color: var(--text-main);
margin-bottom: 24px;
line-height: 1.1;
letter-spacing: -0.02em;}
main.g56a23__481e8 .l75y0o9x{font-size: 1.25rem;
color: var(--text-muted);
margin-bottom: 40px;
max-width: 700px;}
main.g56a23__481e8 .k99e8150_c2{display: flex;
gap: 16px;}
main.g56a23__481e8 .g0fdcd_4n{background-color: var(--primary-color);
color: #ffffff;
padding: 16px 36px;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
box-shadow: 0 10px 20px rgba(212, 40, 184, 0.2);
transition: var(--transition);}
main.g56a23__481e8 .g0fdcd_4n:hover{transform: translateY(-2px);
box-shadow: 0 15px 30px rgba(212, 40, 184, 0.3);
filter: brightness(1.1);}
main.g56a23__481e8 .e88ac6d{padding: 100px 0;}
main.g56a23__481e8 .w3f22f_txm{margin-bottom: 60px;}
main.g56a23__481e8 .w3f22f_txm h2{font-size: 2.5rem;
font-weight: 700;
margin-bottom: 16px;}
main.g56a23__481e8 .g23454ca39{display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 30px;}
main.g56a23__481e8 .u11a4eab{grid-column: span 6;
background: var(--surface-bg);
border-radius: var(--radius-lg);
padding: 40px;
border: 1px solid var(--border-color);
transition: var(--transition);
display: flex;
flex-direction: column;
justify-content: space-between;
color: hsl(220, 10%, 11%);}
main.g56a23__481e8 .u11a4eab:hover{border-color: var(--primary-color);
box-shadow: 0 20px 40px rgba(0,0,0,0.05);}
main.g56a23__481e8 .u11a4eab h3{font-size: 1.75rem;
margin-bottom: 20px;
color: var(--primary-color);}
main.g56a23__481e8 .u11a4eab p{color: var(--text-muted);
margin-bottom: 24px;
font-size: 1.1rem;}
main.g56a23__481e8 .xca90737cc4{display: flex;
flex-wrap: wrap;
gap: 10px;}
main.g56a23__481e8 .da5b1rnlqfq{background: rgba(212, 40, 184, 0.08);
color: hsl(0, 18%, 96%);
padding: 6px 14px;
border-radius: 6px;
font-size: 0.875rem;
font-weight: 500;}
main.g56a23__481e8 .l839844db{background-color: #ffffff;
padding: 100px 0;
border-top: 1px solid var(--border-color);
border-bottom: 1px solid var(--border-color);
color: hsl(220, 10%, 11%);}
main.g56a23__481e8 .e70bd540ca6{width: 100%;
border-collapse: separate;
border-spacing: 0;
margin-top: 40px;
border: 1px solid var(--border-color);
border-radius: var(--radius-md);
overflow: hidden;}
main.g56a23__481e8 .e70bd540ca6 th{background: var(--page-bg);
padding: 24px;
text-align: left;
font-weight: 700;
border-bottom: 2px solid var(--border-color);
color: hsl(220, 10%, 11%);}
main.g56a23__481e8 .e70bd540ca6 td{padding: 24px;
border-bottom: 1px solid var(--border-color);
vertical-align: top;}
main.g56a23__481e8 .e70bd540ca6 tr:last-child td{border-bottom: none;}
main.g56a23__481e8 .k667__5e81{color: #2da44e;
margin-right: 8px;
font-weight: bold;}
main.g56a23__481e8 .cp0f0e4c{padding: 100px 0;}
main.g56a23__481e8 .m293211_ev4w{margin-bottom: 32px;
max-width: 900px;}
main.g56a23__481e8 .m293211_ev4w h3{font-size: 1.25rem;
margin-bottom: 12px;
display: flex;
align-items: center;}
main.g56a23__481e8 .m293211_ev4w h3::before{content: "Q";
display: inline-block;
width: 28px;
height: 28px;
background: var(--primary-color);
color: #fff;
border-radius: 50%;
text-align: center;
line-height: 28px;
font-size: 0.9rem;
margin-right: 12px;
flex-shrink: 0;}
main.g56a23__481e8 .obb755c_z72b{padding-left: 40px;
color: var(--text-muted);}
main.g56a23__481e8 .cbba1_096{color: var(--primary-color);
text-decoration: none;
border-bottom: 1px solid transparent;
transition: var(--transition);}
main.g56a23__481e8 .cbba1_096:hover{border-bottom-color: var(--primary-color);}
main.g56a23__481e8 .copyright{border-top: 1px solid rgba(255,255,255,0.1);
padding-top: 30px;
font-size: 0.875rem;}
@media (max-width: 1024px) {main.g56a23__481e8 .u11a4eab{grid-column: span 12;}}
@media (max-width: 768px) {main.g56a23__481e8 .tz126n5yp{padding: 0 24px;}
main.g56a23__481e8 .m7154c__e8b{padding: 80px 0 60px;}}
html, body{margin: 0;
padding: 0;}
body *, body *::before, body *::after{box-sizing: border-box;}
main img.a3f2ec_267c{display: block;
max-width: 100%;
width: 100%;
height: auto;
object-fit: cover;
object-position: center;}
main img.a3f2ec_267c.j25ed0_87c4{aspect-ratio: 16 / 9;}
main img.a3f2ec_267c.i30a77_d9fb{aspect-ratio: 16 / 10;}
main img.a3f2ec_267c.m9330d312{aspect-ratio: 4 / 3;}
main img.a3f2ec_267c.hda19482ba7{aspect-ratio: 1 / 1;}
main .xb65bf_cdf0.j25ed0_87c4{aspect-ratio: 16 / 9;}
main .xb65bf_cdf0.i30a77_d9fb{aspect-ratio: 16 / 10;}
main .xb65bf_cdf0.m9330d312{aspect-ratio: 4 / 3;}
main .xb65bf_cdf0.hda19482ba7{aspect-ratio: 1 / 1;}
@media (min-width: 769px) {div.u11a4eab > *{min-width: 0   !important;}
div.u11a4eab > :nth-child(1){min-width: 0   !important;flex: 1 1 0   !important;max-width: 100%   !important;}
div.u11a4eab > :nth-child(2){min-width: 0   !important;flex: 1 1 0   !important;max-width: 100%   !important;}
div.u11a4eab > :nth-child(2) :where(img, picture, video, canvas, svg), div.u11a4eab > :nth-child(2) picture > img{display: block   !important;width: 100%   !important;max-width: 100%   !important;height: auto   !important;}}
:root{--primary-color: hsl(311, 69%, 50%);
--secondary-color: hsl(349, 55%, 50%);
--bg-color: hsl(311, 6%, 95%);
--text-color: hsl(311, 10%, 11%);
--text-muted: rgba(24,33,47,0.72);
--content-page-bg: hsl(311, 6%, 95%);
--content-surface-bg: rgba(255,255,255,0.88);
--content-text: hsl(311, 10%, 11%);
--content-text-muted: rgba(24,33,47,0.72);
--content-accent-ui: hsl(311, 69%, 50%);
--content-accent-text: hsl(0, 18%, 28%);
--content-link-color: hsl(0, 18%, 28%);
--content-link-hover: hsl(349, 55%, 28%);}
body{background: var(--bg-color, hsl(311, 6%, 95%))   !important;
color: var(--text-color, hsl(311, 10%, 11%))   !important;}
:is(main, .x4300c_caf1){color: var(--content-text, hsl(311, 10%, 11%))   !important;}
div.p26c__032{text-align: left   !important;
align-items: flex-start   !important;}
div.p26c__032 > :is(h1, h2, p){text-align: left   !important;
max-width: min(100%, 814px)   !important;
margin-left: 0   !important;
margin-right: auto   !important;}
div.p26c__032 > :is(div, nav, ul, ol){margin-left: 0   !important;
margin-right: auto   !important;}
div.m7154c__e8b{--i97b4340f31: hsl(0, 18%, 28%);
--e5647800abf: rgba(84, 58, 58, 0.78);
--n598aae70: hsl(311, 69%, 28%);
--td67__663e: dark;}
div.m7154c__e8b div.p26c__032{--i97b4340f31: hsl(0, 18%, 28%);
--e5647800abf: rgba(84, 58, 58, 0.78);
--n598aae70: hsl(311, 69%, 28%);
--td67__663e: dark;
color: var(--i97b4340f31, hsl(0, 18%, 28%))   !important;}
div.m7154c__e8b div.p26c__032 :is(h1, h2, h3, h4, h5, h6, strong, b, em){color: var(--i97b4340f31, hsl(0, 18%, 28%))   !important;}
div.m7154c__e8b div.p26c__032 a:not([class]):not([data-track]):not([role="button"]), div.m7154c__e8b div.p26c__032 a[class=""]:not([data-track]):not([role="button"]){color: var(--n598aae70, hsl(311, 69%, 28%))   !important;}
div.m7154c__e8b div.p26c__032 :is(p, li, small, blockquote, figcaption, dd, dt, label){color: var(--e5647800abf, rgba(84, 58, 58, 0.78))   !important;}
div.m293211_ev4w{--i97b4340f31: hsl(0, 18%, 28%);
--e5647800abf: rgba(84, 58, 58, 0.78);
--n598aae70: hsl(311, 69%, 28%);
--td67__663e: dark;}
div.m293211_ev4w{--i97b4340f31: hsl(0, 18%, 28%);
--e5647800abf: rgba(84, 58, 58, 0.78);
--n598aae70: hsl(311, 69%, 28%);
--td67__663e: dark;
color: var(--i97b4340f31, hsl(0, 18%, 28%))   !important;}
div.m293211_ev4w :is(h1, h2, h3, h4, h5, h6, strong, b, em){color: var(--i97b4340f31, hsl(0, 18%, 28%))   !important;}
div.m293211_ev4w a:not([class]):not([data-track]):not([role="button"]), div.m293211_ev4w a[class=""]:not([data-track]):not([role="button"]){color: var(--n598aae70, hsl(311, 69%, 28%))   !important;}
div.m293211_ev4w :is(p, li, small, blockquote, figcaption, dd, dt, label){color: var(--e5647800abf, rgba(84, 58, 58, 0.78))   !important;}
a.g0fdcd_4n{--c0b41aaac: hsl(311, 69%, 12%);
color: var(--c0b41aaac, hsl(311, 69%, 12%))   !important;}
a.g0fdcd_4n:is(:hover, :focus-visible, :active){color: var(--oad379_2e93, hsl(311, 70%, 12%))   !important;}
[data-fp-block="2febdbb602"] > :nth-child(1) > :nth-child(2) > :nth-child(1) > :nth-child(2) > :nth-child(1){--c0b41aaac: hsl(311, 69%, 28%);
color: var(--c0b41aaac, hsl(311, 69%, 28%))   !important;}
[data-fp-block="2febdbb602"] > :nth-child(1) > :nth-child(2) > :nth-child(1) > :nth-child(2) > :nth-child(1):is(:hover, :focus-visible, :active){color: var(--oad379_2e93, hsl(311, 69%, 28%))   !important;}
[data-fp-block="2febdbb602"] > :nth-child(1) > :nth-child(2) > :nth-child(2) > :nth-child(2) > :nth-child(1){--c0b41aaac: hsl(311, 69%, 28%);
color: var(--c0b41aaac, hsl(311, 69%, 28%))   !important;}
[data-fp-block="2febdbb602"] > :nth-child(1) > :nth-child(2) > :nth-child(2) > :nth-child(2) > :nth-child(1):is(:hover, :focus-visible, :active){color: var(--oad379_2e93, hsl(311, 69%, 28%))   !important;}
[data-fp-block="2febdbb602"] > :nth-child(1) > :nth-child(2) > :nth-child(3) > :nth-child(1) > :nth-child(3) > :nth-child(1){--c0b41aaac: hsl(311, 69%, 28%);
color: var(--c0b41aaac, hsl(311, 69%, 28%))   !important;}
[data-fp-block="2febdbb602"] > :nth-child(1) > :nth-child(2) > :nth-child(3) > :nth-child(1) > :nth-child(3) > :nth-child(1):is(:hover, :focus-visible, :active){color: var(--oad379_2e93, hsl(311, 69%, 28%))   !important;}
div.l839844db a.cbba1_096{--c0b41aaac: hsl(311, 69%, 28%);
color: var(--c0b41aaac, hsl(311, 69%, 28%))   !important;}
div.l839844db a.cbba1_096:is(:hover, :focus-visible, :active){color: var(--oad379_2e93, hsl(311, 69%, 28%))   !important;}
a.g0fdcd_4n{color: hsl(311, 69%, 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.g0fdcd_4n :is(strong, b, em, small, mark){color: inherit   !important;}
a.g0fdcd_4n:hover, a.g0fdcd_4n:focus-visible, a.g0fdcd_4n:active{color: hsl(311, 69%, 12%)   !important;}
a.g0fdcd_4n:hover, a.g0fdcd_4n:focus-visible, a.g0fdcd_4n:active{text-decoration-color: currentColor   !important;}
div.cp0f0e4c > :nth-child(1) > :nth-child(2) > :nth-child(1){color: hsl(0, 18%, 12%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.cp0f0e4c > :nth-child(1) > :nth-child(2) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
div.cp0f0e4c > :nth-child(1) > :nth-child(3) > :nth-child(1){color: hsl(0, 18%, 12%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.cp0f0e4c > :nth-child(1) > :nth-child(3) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
div.cp0f0e4c > :nth-child(1) > :nth-child(4) > :nth-child(1){color: hsl(0, 18%, 12%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.cp0f0e4c > :nth-child(1) > :nth-child(4) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
div.cp0f0e4c > :nth-child(1) > :nth-child(5) > :nth-child(1){color: hsl(0, 18%, 12%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.cp0f0e4c > :nth-child(1) > :nth-child(5) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}
div.cp0f0e4c > :nth-child(1) > :nth-child(6) > :nth-child(1){color: hsl(0, 18%, 12%)   !important;
text-shadow: 0 1px 2px rgba(15, 23, 42, 0.22), 0 10px 28px rgba(15, 23, 42, 0.28)   !important;}
div.cp0f0e4c > :nth-child(1) > :nth-child(6) > :nth-child(1) :is(strong, b, em, small, mark){color: inherit   !important;}

/* sbv2-interactive-text-autofix-start */
  a.g0fdcd_4n { --c0b41aaac: hsl(311, 69%, 12%); color: var(--c0b41aaac, hsl(311, 69%, 12%)) !important; }
  a.g0fdcd_4n:is(:hover, :focus-visible, :active) { color: var(--oad379_2e93, hsl(311, 70%, 12%)) !important; }
/* sbv2-interactive-text-autofix-end */
