:root{--primary-color: var(--nav-primary, hsl(149, 76%, 60%));
--secondary-color: var(--nav-secondary, hsl(256, 61%, 60%));
--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);
--content-accent-text: hsl(149, 76%, 28%);
--max-width: 1576px;
--hero-content-width: 929px;
--radius-lg: 16px;
--radius-md: 8px;
--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
--v2-primary: hsl(149, 76%, 60%);
--v2-secondary: hsl(256, 61%, 60%);
--v2-bg: hsl(149, 7%, 95%);
--v2-card-bg: rgba(255, 255, 255, 0.9);
--v2-text: hsl(149, 10%, 13%);
--v2-text-muted: rgba(24, 33, 47, 0.72);
--v2-border: rgba(0, 0, 0, 0.08);
--v2-max-width: 1576px;
--v2-hero-text-width: 929px;
--v2-radius: 16px;
--v2-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
--content-heading: hsl(220, 10%, 11%);
--content-accent-ui: hsl(149, 76%, 60%);
--content-link-color: hsl(149, 76%, 28%);
--content-link-hover: hsl(256, 61%, 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(149, 76%, 28%)));
--page-link-hover-color: var(--content-link-hover, hsl(256, 61%, 28%));
--page-muted-color: var(--content-text-muted, rgba(31, 35, 40, 0.72));
--page-accent-soft: rgba(75, 230, 150, 0.12);
--page-accent-glow: rgba(75, 230, 150, 0.42);
--primary-accent: var(--content-accent-ui, var(--primary-color, hsl(149, 76%, 60%)));
--secondary-accent: var(--secondary-color, hsl(256, 61%, 60%));}
main.uwtupmau{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;}
main.uwtupmau .tfef6c__9f3f{max-width: var(--max-width);
margin: 0 auto;
padding: 0 24px;}
main.uwtupmau .a770ddaf5{text-align: center;}
main.uwtupmau .q49b74_v8{display: flex;
justify-content: center;
align-items: center;}
main.uwtupmau h1{font-size: clamp(2.5rem, 5vw, 3.5rem);
font-weight: 800;
line-height: 1.1;
margin-bottom: 24px;
color: var(--content-text);}
main.uwtupmau h2{font-size: clamp(1.8rem, 3vw, 2.2rem);
font-weight: 700;
margin-bottom: 40px;
text-align: center;}
main.uwtupmau h3{font-size: 1.4rem;
font-weight: 600;
margin-bottom: 16px;}
main.uwtupmau .b80d75__ea2{padding: 120px 0 80px;
background: radial-gradient(circle at top right, hsla(149, 76%, 60%, 0.1), transparent),
    radial-gradient(circle at bottom left, hsla(256, 61%, 60%, 0.1), transparent);
color: hsl(220, 10%, 11%);}
main.uwtupmau .x26e7__b53d{max-width: var(--hero-content-width);
margin: 0 auto;}
main.uwtupmau .t5dbbfa4{font-size: 1.25rem;
color: var(--content-text-muted);
margin-bottom: 40px;}
main.uwtupmau .c04f3ae_p9k{margin-top: 60px;
border-radius: var(--radius-lg);
overflow: hidden;
box-shadow: 0 20px 50px rgba(0,0,0,0.1);
background: var(--content-surface-bg);
border: 1px solid var(--content-border);
color: hsl(220, 10%, 11%);}
main.uwtupmau .c04f3ae_p9k img{width: 100%;
height: auto;
display: block;
object-fit: cover;}
main.uwtupmau .r4826951_ce{display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 32px;
margin: 60px 0;}
main.uwtupmau .y3652__edcf{background: var(--content-surface-bg);
padding: 40px;
border-radius: var(--radius-lg);
border: 1px solid var(--content-border);
transition: var(--transition);
display: flex;
flex-direction: column;
color: hsl(220, 10%, 11%);}
main.uwtupmau .y3652__edcf:hover{transform: translateY(-8px);
box-shadow: 0 12px 30px rgba(0,0,0,0.05);
border-color: var(--primary-color);}
main.uwtupmau .pa9x9okb5uxw{width: 64px;
height: 64px;
margin-bottom: 24px;
color: var(--primary-color);}
main.uwtupmau .y3652__edcf ul{list-style: none;
padding: 0;
margin: 20px 0 32px;
flex-grow: 1;}
main.uwtupmau .y3652__edcf li{padding: 8px 0;
color: var(--content-text-muted);
display: flex;
align-items: center;}
main.uwtupmau .y3652__edcf li::before{content: "✓";
margin-right: 12px;
color: var(--primary-color);
font-weight: bold;}
main.uwtupmau .s26037c{display: inline-flex;
align-items: center;
justify-content: center;
padding: 16px 32px;
background: var(--primary-color);
color: hsl(0, 18%, 24%);
font-weight: 600;
border-radius: var(--radius-md);
text-decoration: none;
transition: var(--transition);
box-shadow: 0 4px 14px 0 hsla(149, 76%, 60%, 0.39);}
main.uwtupmau .s26037c:hover{filter: brightness(1.1);
transform: scale(1.02);}
main.uwtupmau .y223__4b4{display: inline-flex;
align-items: center;
justify-content: center;
padding: 16px 32px;
background: transparent;
color: var(--content-text);
border: 2px solid var(--content-border);
font-weight: 600;
border-radius: var(--radius-md);
text-decoration: none;
transition: var(--transition);}
main.uwtupmau .y223__4b4:hover{border-color: var(--secondary-color);
color: var(--secondary-color);}
main.uwtupmau .k83960__b916e{background-color: var(--content-surface-bg);
padding: 100px 0;
color: hsl(220, 10%, 11%);}
main.uwtupmau .v4fc46_cl{padding: 100px 0;}
main.uwtupmau .k0b58a7b1{background: rgba(255,255,255,0.6);
border-left: 4px solid var(--secondary-color);
padding: 24px;
margin: 32px 0;
border-radius: 0 var(--radius-md) var(--radius-md) 0;
color: hsl(220, 10%, 11%);}
@media (max-width: 992px) {main.uwtupmau .r4826951_ce{grid-template-columns: 1fr;}}
html, body{margin: 0;
padding: 0;}
body *, body *::before, body *::after{box-sizing: border-box;}
main img.b9bf__c893{display: block;
max-width: 100%;
width: 100%;
height: auto;
object-fit: cover;
object-position: center;}
main img.b9bf__c893.v7a6cd29363{aspect-ratio: 16 / 9;}
main img.b9bf__c893.e484__fbb7{aspect-ratio: 16 / 10;}
main img.b9bf__c893.q3ad321459e{aspect-ratio: 4 / 3;}
main img.b9bf__c893.f1c398_500e{aspect-ratio: 1 / 1;}
main .hb97e1_ad0f.v7a6cd29363{aspect-ratio: 16 / 9;}
main .hb97e1_ad0f.e484__fbb7{aspect-ratio: 16 / 10;}
main .hb97e1_ad0f.q3ad321459e{aspect-ratio: 4 / 3;}
main .hb97e1_ad0f.f1c398_500e{aspect-ratio: 1 / 1;}
@media (min-width: 769px) {div.tfef6c__9f3f.x26e7__b53d > *{min-width: 0   !important;}
p.t5dbbfa4{min-width: 0   !important;flex: 1 1 0   !important;max-width: 100%   !important;}
div.c04f3ae_p9k{min-width: 0   !important;flex: 1 1 0   !important;max-width: 100%   !important;}
div.c04f3ae_p9k :where(img, picture, video, canvas, svg), div.c04f3ae_p9k picture > img{display: block   !important;width: 100%   !important;max-width: 100%   !important;height: auto   !important;}
div.tfef6c__9f3f > *{min-width: 0   !important;}
div.tfef6c__9f3f > :nth-child(2){min-width: 0   !important;flex: 1 1 0   !important;max-width: 100%   !important;}
div.tfef6c__9f3f > :nth-child(1){min-width: 0   !important;flex: 1 1 0   !important;max-width: 100%   !important;}
div.tfef6c__9f3f > :nth-child(1) :where(img, picture, video, canvas, svg), div.tfef6c__9f3f > :nth-child(1) picture > img{display: block   !important;width: 100%   !important;max-width: 100%   !important;height: auto   !important;}}
:root{--primary-color: hsl(149, 76%, 60%);
--secondary-color: hsl(256, 61%, 60%);
--bg-color: hsl(149, 7%, 95%);
--text-color: hsl(149, 10%, 13%);
--text-muted: rgba(24,33,47,0.72);
--content-page-bg: hsl(149, 7%, 95%);
--content-surface-bg: rgba(255,255,255,0.88);
--content-text: hsl(149, 10%, 13%);
--content-text-muted: rgba(24,33,47,0.72);
--content-accent-ui: hsl(149, 76%, 60%);
--content-accent-text: hsl(0, 18%, 28%);
--content-link-color: hsl(0, 18%, 28%);
--content-link-hover: hsl(256, 61%, 28%);}
body{background: var(--bg-color, hsl(149, 7%, 95%))   !important;
color: var(--text-color, hsl(149, 10%, 13%))   !important;}
:is(main, .u4db0cd9f){color: var(--content-text, hsl(149, 10%, 13%))   !important;}
div.tfef6c__9f3f.x26e7__b53d{text-align: center   !important;
align-items: center   !important;}
div.tfef6c__9f3f.x26e7__b53d > :is(h1, h2, p){text-align: center   !important;
max-width: min(100%, 929px)   !important;
margin-left: auto   !important;
margin-right: auto   !important;}
div.tfef6c__9f3f.x26e7__b53d > :is(div, nav, ul, ol){margin-left: auto   !important;
margin-right: auto   !important;}
div#download-matrix{--m8fa3feb9: hsl(0, 18%, 28%);
--ae0dcf4e934: rgba(84, 58, 58, 0.78);
--f8c4cb_00bd: hsl(149, 76%, 28%);
--d5beb4_86ad: dark;}
div#download-matrix div.tfef6c__9f3f{--m8fa3feb9: hsl(0, 18%, 28%);
--ae0dcf4e934: rgba(84, 58, 58, 0.78);
--f8c4cb_00bd: hsl(149, 76%, 28%);
--d5beb4_86ad: dark;
color: var(--m8fa3feb9, hsl(0, 18%, 28%))   !important;}
div#download-matrix div.tfef6c__9f3f :is(h1, h2, h3, h4, h5, h6, strong, b, em){color: var(--m8fa3feb9, hsl(0, 18%, 28%))   !important;}
div#download-matrix div.tfef6c__9f3f a:not([class]):not([data-track]):not([role="button"]), div#download-matrix div.tfef6c__9f3f a[class=""]:not([data-track]):not([role="button"]){color: var(--f8c4cb_00bd, hsl(149, 76%, 28%))   !important;}
div#download-matrix div.tfef6c__9f3f :is(p, li, small, blockquote, figcaption, dd, dt, label){color: var(--ae0dcf4e934, rgba(84, 58, 58, 0.78))   !important;}
div.y3652__edcf{--m8fa3feb9: hsl(0, 18%, 28%);
--ae0dcf4e934: rgba(84, 58, 58, 0.78);
--f8c4cb_00bd: hsl(149, 76%, 28%);
--d5beb4_86ad: dark;}
div.y3652__edcf{--m8fa3feb9: hsl(0, 18%, 28%);
--ae0dcf4e934: rgba(84, 58, 58, 0.78);
--f8c4cb_00bd: hsl(149, 76%, 28%);
--d5beb4_86ad: dark;
color: var(--m8fa3feb9, hsl(0, 18%, 28%))   !important;}
div.y3652__edcf :is(h1, h2, h3, h4, h5, h6, strong, b, em){color: var(--m8fa3feb9, hsl(0, 18%, 28%))   !important;}
div.y3652__edcf a:not([class]):not([data-track]):not([role="button"]), div.y3652__edcf a[class=""]:not([data-track]):not([role="button"]){color: var(--f8c4cb_00bd, hsl(149, 76%, 28%))   !important;}
div.y3652__edcf :is(p, li, small, blockquote, figcaption, dd, dt, label){color: var(--ae0dcf4e934, rgba(84, 58, 58, 0.78))   !important;}
div.tfef6c__9f3f.x26e7__b53d{--m8fa3feb9: hsl(0, 18%, 28%);
--ae0dcf4e934: rgba(84, 58, 58, 0.78);
--f8c4cb_00bd: hsl(149, 76%, 24%);
--d5beb4_86ad: dark;}
div.tfef6c__9f3f.x26e7__b53d{--m8fa3feb9: hsl(0, 18%, 28%);
--ae0dcf4e934: rgba(84, 58, 58, 0.78);
--f8c4cb_00bd: hsl(149, 76%, 24%);
--d5beb4_86ad: dark;
color: var(--m8fa3feb9, hsl(0, 18%, 28%))   !important;}
div.tfef6c__9f3f.x26e7__b53d :is(h1, h2, h3, h4, h5, h6, strong, b, em){color: var(--m8fa3feb9, hsl(0, 18%, 28%))   !important;}
div.tfef6c__9f3f.x26e7__b53d a:not([class]):not([data-track]):not([role="button"]), div.tfef6c__9f3f.x26e7__b53d a[class=""]:not([data-track]):not([role="button"]){color: var(--f8c4cb_00bd, hsl(149, 76%, 24%))   !important;}
div.tfef6c__9f3f.x26e7__b53d :is(p, li, small, blockquote, figcaption, dd, dt, label){color: var(--ae0dcf4e934, rgba(84, 58, 58, 0.78))   !important;}
div.q49b74_v8 a.s26037c{--w7ea4a9e738: hsl(149, 77%, 20%);
color: var(--w7ea4a9e738, hsl(149, 77%, 20%))   !important;}
div.q49b74_v8 a.s26037c:is(:hover, :focus-visible, :active){color: var(--oa7c6b9095f, hsl(149, 78%, 18%))   !important;}
div#download-matrix > :nth-child(1) > :nth-child(2) > :nth-child(1) > :nth-child(5){--w7ea4a9e738: hsl(149, 76%, 20%);
color: var(--w7ea4a9e738, hsl(149, 76%, 20%))   !important;}
div#download-matrix > :nth-child(1) > :nth-child(2) > :nth-child(1) > :nth-child(5):is(:hover, :focus-visible, :active){color: var(--oa7c6b9095f, hsl(149, 76%, 18%))   !important;}
div#download-matrix > :nth-child(1) > :nth-child(2) > :nth-child(2) > :nth-child(5){--w7ea4a9e738: hsl(149, 76%, 20%);
color: var(--w7ea4a9e738, hsl(149, 76%, 20%))   !important;}
div#download-matrix > :nth-child(1) > :nth-child(2) > :nth-child(2) > :nth-child(5):is(:hover, :focus-visible, :active){color: var(--oa7c6b9095f, hsl(149, 76%, 18%))   !important;}
main.uwtupmau a:not([class]):not([data-track]):not([role="button"]), main.uwtupmau 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.uwtupmau a:not([class]):not([data-track]):not([role="button"]), main.uwtupmau 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.uwtupmau a:not([class]):not([data-track]):not([role="button"]), main.uwtupmau 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))))));}
div#download-matrix > :nth-child(1) > :nth-child(2) > :nth-child(1) > :nth-child(5){color: hsl(149, 76%, 20%)   !important;
text-decoration-color: currentColor   !important;}
div#download-matrix > :nth-child(1) > :nth-child(2) > :nth-child(1) > :nth-child(5) :is(strong, b, em, small, mark){color: inherit   !important;}
div#download-matrix > :nth-child(1) > :nth-child(2) > :nth-child(1) > :nth-child(5):hover, div#download-matrix > :nth-child(1) > :nth-child(2) > :nth-child(1) > :nth-child(5):focus-visible, div#download-matrix > :nth-child(1) > :nth-child(2) > :nth-child(1) > :nth-child(5):active{color: hsl(149, 76%, 20%)   !important;}
div#download-matrix > :nth-child(1) > :nth-child(2) > :nth-child(1) > :nth-child(5):hover, div#download-matrix > :nth-child(1) > :nth-child(2) > :nth-child(1) > :nth-child(5):focus-visible, div#download-matrix > :nth-child(1) > :nth-child(2) > :nth-child(1) > :nth-child(5):active{text-decoration-color: currentColor   !important;}
div#download-matrix > :nth-child(1) > :nth-child(2) > :nth-child(2) > :nth-child(5){color: hsl(149, 76%, 20%)   !important;
text-decoration-color: currentColor   !important;}
div#download-matrix > :nth-child(1) > :nth-child(2) > :nth-child(2) > :nth-child(5) :is(strong, b, em, small, mark){color: inherit   !important;}
div#download-matrix > :nth-child(1) > :nth-child(2) > :nth-child(2) > :nth-child(5):hover, div#download-matrix > :nth-child(1) > :nth-child(2) > :nth-child(2) > :nth-child(5):focus-visible, div#download-matrix > :nth-child(1) > :nth-child(2) > :nth-child(2) > :nth-child(5):active{color: hsl(149, 76%, 20%)   !important;}
div#download-matrix > :nth-child(1) > :nth-child(2) > :nth-child(2) > :nth-child(5):hover, div#download-matrix > :nth-child(1) > :nth-child(2) > :nth-child(2) > :nth-child(5):focus-visible, div#download-matrix > :nth-child(1) > :nth-child(2) > :nth-child(2) > :nth-child(5):active{text-decoration-color: currentColor   !important;}
div.q49b74_v8 a.s26037c{color: hsl(149, 77%, 20%)   !important;
text-decoration-color: currentColor   !important;}
div.q49b74_v8 a.s26037c :is(strong, b, em, small, mark){color: inherit   !important;}
div.q49b74_v8 a.s26037c:hover, div.q49b74_v8 a.s26037c:focus-visible, div.q49b74_v8 a.s26037c:active{color: hsl(149, 77%, 20%)   !important;}
div.q49b74_v8 a.s26037c:hover, div.q49b74_v8 a.s26037c:focus-visible, div.q49b74_v8 a.s26037c:active{text-decoration-color: currentColor   !important;}