:root{--color-accent:#01cd63;--color-foreground:#fff;--color-background:#000}body,html{overflow:hidden}.background{height:200dvh;z-index:-1;--w:max(100vw,calc(100dvh*1600/1080));--topH:calc(var(--w)*1080/1600);--botH:calc(var(--w)*1178/1600);--topY:calc((100dvh - var(--topH))/2);--botY:calc(var(--topY) + var(--topH))}.background,.background .top{left:0;position:absolute;right:0;top:0}.background .top{background:url(../img/top-background.avif) no-repeat center calc(50dvh - var(--topH)/2)/var(--w) var(--topH);height:100dvh}.background .bottom{background:url(../img/bottom-base.avif) repeat-y center calc(50dvh - var(--botH)/2)/var(--w) var(--botH);bottom:0;left:0;position:absolute;right:0;top:100dvh}.background .bottom .highlight{background-position:50%;background-repeat:repeat-y;background-size:var(--w) var(--botH);inset:0;position:absolute}.background .bottom .highlight-1{background-image:url(../img/bottom-highlight-1.avif)}.background .bottom .highlight-2{background-image:url(../img/bottom-highlight-2.avif)}.background .bottom .highlight-3{background-image:url(../img/bottom-highlight-3.avif)}.background .bottom .highlight-4{background-image:url(../img/bottom-highlight-4.avif)}.background .bottom .highlight-5{background-image:url(../img/bottom-highlight-5.avif)}.background .texture{background:url(../img/texture.avif) repeat top/calc(var(--w)*.75) calc(var(--botH)*.75);inset:0;mix-blend-mode:luminosity;opacity:.15;position:absolute}.layout{display:grid;gap:0 var(--gridGap);grid-template:auto/repeat(12,minmax(0,1fr))}.shared-content{grid-column:span 12;grid-row:auto}@media(min-width:1024px){.shared-content{grid-column:2/span 10}}.shared-content .heading{font-feature-settings:"liga" 1,"calt" 1,"dlig" 1;font-size:calc(var(--scale)*64);font-weight:600;letter-spacing:-.03em;line-height:1}@media(min-width:768px){.shared-content .heading{font-size:calc(var(--scale)*96)}}.shared-content .sub-heading{font-feature-settings:"liga" 1,"calt" 1,"dlig" 1;font-size:calc(var(--scale)*32);font-weight:500;letter-spacing:-.01em;line-height:1.33;max-width:100%;width:calc(min(100vw - var(--scrollbar-width), var(--globalContainer))/12*10 - var(--globalGutter)*2/12*10 - var(--gridGap)*11/12*10 + var(--gridGap)*9)}@media(min-width:768px){.shared-content .sub-heading{font-size:calc(var(--scale)*24);max-width:100%;width:calc(min(100vw - var(--scrollbar-width), var(--globalContainer))/12*4 - var(--globalGutter)*2/12*4 - var(--gridGap)*11/12*4 + var(--gridGap)*3)}}.shared-hero{align-items:center;display:flex;height:100dvh;justify-content:center;padding:var(--sectionPaddingY) 0;position:relative}.shared-hero .shared-heading{grid-column:span 12;grid-row:auto}@media(min-width:1024px){.shared-hero .shared-heading{grid-column:3/span 8}}.shared-hero .logo-container{margin-top:calc(var(--scale)*36);position:absolute;top:0;width:100%}.shared-hero .logo{display:flex;gap:0 calc(var(--scale)*14);height:calc(var(--scale)*36);margin-inline:auto;margin-bottom:calc(var(--scale)*36);position:relative;width:-moz-max-content;width:max-content}.shared-hero .logo:before{background:var(--color-background);content:"";filter:blur(36px);inset:calc(var(--scale)*-36) calc(var(--scale)*-72);opacity:.5;position:absolute;z-index:-1}.shared-hero .logo img,.shared-hero .logo svg{display:block;height:100%;width:auto}.shared-hero .heading{font-size:calc(var(--scale)*64);font-weight:600;letter-spacing:-.03em;line-height:1.125}@media(min-width:768px){.shared-hero .heading{font-size:calc(var(--scale)*80)}}.shared-hero .paragraph{font-family:var(--font-secondary);font-size:calc(var(--scale)*48);line-height:1.125;margin-top:calc(var(--scale)*36);transform:skewX(10deg)}.shared-hero .storyboard-indicator{height:calc(var(--scale)*72)}@media(min-width:768px){.shared-hero .storyboard-indicator{height:calc(var(--scale)*54)}}.storyboard-indicator{bottom:calc(var(--scale)*48);cursor:pointer;height:calc(var(--scale)*54);left:50%;position:absolute;translate:-50% 0;width:auto}@media(min-width:768px){.storyboard-indicator{bottom:calc(var(--scale)*32);height:calc(var(--scale)*36)}}.storyboard-indicator svg{height:100%;width:auto}.storyboard{height:100dvh;position:relative}.storyboard .storyboard-track{inset:0;position:absolute}.storyboard .storyboard-section{align-items:center;display:flex;height:100dvh;justify-content:center;left:0;-webkit-mask:url(../img/home/mask-sprite.avif);mask:url(../img/home/mask-sprite.avif);-webkit-mask-size:2000% 100%;mask-size:2000% 100%;position:absolute;right:0;top:0;will-change:mask-size}.storyboard .storyboard-section.masked{animation:ani 1s steps(29) forwards}.storyboard .storyboard-section.is-hidden{display:none}.storyboard .storyboard-nav{bottom:calc(var(--scale)*8);left:calc(var(--scale)*8);position:absolute;z-index:2}.storyboard .storyboard-nav:before{background:linear-gradient(45deg,color-mix(in oklab,var(--color-background) 75%,transparent) 0,color-mix(in oklab,transparent 100%,var(--color-background) 0) 75%);bottom:calc(var(--scale)*-8);content:"";height:25vh;left:calc(var(--scale)*-8);pointer-events:none;position:absolute;width:25vh}@media only screen and (min-aspect-ratio:16/9){.storyboard .storyboard-nav:before{height:25vw;width:25vw}}.storyboard .storyboard-nav-list{display:flex;flex-direction:column;position:relative;width:-moz-max-content;width:max-content}.storyboard .storyboard-nav-list li{display:inline-flex;transform:skewX(10deg)}.storyboard .storyboard-nav-list li a{align-items:center;color:color-mix(in oklab,var(--color-foreground) 50%,transparent);display:flex;font-family:var(--font-secondary);font-size:calc(var(--scale)*36);height:2em;justify-content:center;position:relative;transition:color .4s ease;width:2em}@media(min-width:768px){.storyboard .storyboard-nav-list li a{font-size:calc(var(--scale)*20)}}.storyboard .storyboard-nav-list li a.active,.storyboard .storyboard-nav-list li a:hover{color:var(--color-accent)}.storyboard .storyboard-nav-list li a svg{height:auto;left:50%;margin-top:-5%;position:absolute;top:50%;translate:-50% -50%;width:85%}.storyboard .storyboard-nav-list li a svg path{stroke:var(--color-accent)}.storyboard .storyboard-cta{bottom:calc(var(--scale)*16);position:absolute;right:calc(var(--scale)*16);z-index:2}.section-average-cost .shared-content{display:flex;flex-direction:column}.section-average-cost .shared-content .heading .split-line-wrapper:first-child .split-line{margin-left:calc(var(--scale)*64)}@media(min-width:768px){.section-average-cost .shared-content .heading .split-line-wrapper:first-child .split-line{margin-left:calc(var(--scale)*96)}}.section-average-cost .shared-content .heading .split-line-wrapper:nth-child(2) .split-line{margin-left:auto;margin-right:calc(var(--scale)*96)}@media(min-width:768px){.section-average-cost .shared-content .heading .split-line-wrapper:nth-child(2) .split-line{margin-right:calc(var(--scale)*128)}}.section-average-cost .shared-content .heading .split-line-wrapper:nth-child(3) .split-line{margin-left:calc(var(--scale)*160)}@media(min-width:768px){.section-average-cost .shared-content .heading .split-line-wrapper:nth-child(3) .split-line{margin-left:calc(var(--scale)*192)}}.section-average-cost .shared-content .sub-heading-row{display:flex;margin-bottom:calc(var(--scale)*64);margin-left:auto;margin-right:auto;order:-1;position:relative;width:-moz-max-content;width:max-content}@media(min-width:768px){.section-average-cost .shared-content .sub-heading-row{margin-bottom:calc(var(--scale)*64);margin-left:0}}.section-average-cost .shared-content .sub-heading{color:var(--color-accent);display:inline-flex;font-family:var(--font-secondary);font-size:calc(var(--scale)*128);line-height:1;position:relative;transform:skewX(10deg) rotate(-5deg);width:-moz-max-content;width:max-content}@media(min-width:768px){.section-average-cost .shared-content .sub-heading{margin-left:calc(var(--scale)*96)}}.section-average-cost .shared-content .scribble-ring{height:auto;left:50%;margin-top:-.05em;position:absolute;top:50%;translate:-50% -50%;width:120%}.section-upfront-cost .shared-content .text-handwritten{position:relative}.section-upfront-cost .shared-content .text-handwritten svg{bottom:0;display:block;height:auto;left:50%;margin-bottom:-7.5%;margin-left:-5%;position:absolute;translate:-50% 0;width:110%}.section-upfront-cost .shared-content .heading .split-line-wrapper:first-child .split-line{margin-left:calc(var(--scale)*64)}@media(min-width:768px){.section-upfront-cost .shared-content .heading .split-line-wrapper:first-child .split-line{margin-left:calc(var(--scale)*96)}}.section-upfront-cost .shared-content .heading .split-line-wrapper:nth-child(2) .split-line{margin-left:auto;margin-right:calc(var(--scale)*96)}@media(min-width:768px){.section-upfront-cost .shared-content .heading .split-line-wrapper:nth-child(2) .split-line{margin-right:calc(var(--scale)*128)}}.section-upfront-cost .shared-content .heading .split-line-wrapper:nth-child(3) .split-line{margin-left:calc(var(--scale)*160)}@media(min-width:768px){.section-upfront-cost .shared-content .heading .split-line-wrapper:nth-child(3) .split-line{margin-left:calc(var(--scale)*192)}}.section-upfront-cost .shared-content .sub-heading-row{display:flex;margin-left:auto;margin-top:calc(var(--scale)*48);position:relative;width:-moz-max-content;width:max-content}.section-fragmented-security .shared-content .heading .split-line-wrapper:nth-child(2) .split-line{margin-left:auto;margin-right:calc(var(--scale)*64)}.section-fragmented-security .shared-content .sub-heading-row{display:flex;flex-direction:column;margin-left:auto;margin-right:auto;margin-top:calc(var(--scale)*48);position:relative;width:-moz-max-content;width:max-content}@media(min-width:768px){.section-fragmented-security .shared-content .sub-heading-row{flex-direction:row;margin-right:unset}}.section-fragmented-security .shared-content .scribble-graph{height:auto;margin-left:auto;margin-right:auto;margin-top:calc(var(--scale)*48);width:calc(var(--scale)*287)}@media(min-width:768px){.section-fragmented-security .shared-content .scribble-graph{margin-right:calc(var(--scale)*64);margin-top:0;order:-1}}.section-complexity-tax .shared-content .heading .split-line-wrapper:nth-child(2) .split-line{margin-left:auto}.section-complexity-tax .shared-content .sub-heading-row{display:flex;flex-direction:column;margin-left:auto;margin-right:auto;margin-top:calc(var(--scale)*48);position:relative;width:-moz-max-content;width:max-content}@media(min-width:768px){.section-complexity-tax .shared-content .sub-heading-row{flex-direction:row;margin-right:unset}}.section-complexity-tax .shared-content .scribble-group{margin-left:auto;margin-right:auto;margin-top:calc(var(--scale)*48);position:relative;rotate:-15deg}@media(min-width:768px){.section-complexity-tax .shared-content .scribble-group{margin-right:calc(var(--scale)*64);margin-top:calc(var(--scale)*8);order:-1}}.section-complexity-tax .shared-content .scribble-dollar{height:auto;width:calc(var(--scale)*154)}.section-complexity-tax .shared-content .scribble-ring-vertical{height:auto;left:50%;margin-left:-2.5%;margin-top:-5%;position:absolute;top:50%;translate:-50% -50%;width:calc(var(--scale)*199)}.section-hidden-variables .shared-content .heading .split-line-wrapper:nth-child(2) .split-line{margin-left:auto;margin-right:calc(var(--scale)*0)}@media(min-width:768px){.section-hidden-variables .shared-content .heading .split-line-wrapper:nth-child(2) .split-line{margin-right:calc(var(--scale)*64)}}.section-hidden-variables .shared-content .heading .split-line-wrapper:nth-child(3) .split-line{margin-left:auto;margin-right:calc(var(--scale)*192)}@media(min-width:768px){.section-hidden-variables .shared-content .heading .split-line-wrapper:nth-child(3) .split-line{margin-right:calc(var(--scale)*256)}}.section-hidden-variables .shared-content .heading .text-handwritten{position:relative}.section-hidden-variables .shared-content .heading .text-handwritten svg{bottom:0;display:block;height:auto;left:50%;margin-bottom:-7.5%;margin-left:-5%;position:absolute;translate:-50% 0;width:110%}.section-hidden-variables .shared-content .sub-heading-row{align-items:flex-start;display:flex;flex-direction:column;margin-left:auto;margin-right:auto;margin-top:calc(var(--scale)*48);position:relative;width:-moz-max-content;width:max-content}@media(min-width:768px){.section-hidden-variables .shared-content .sub-heading-row{margin-right:unset}}.section-hidden-variables .shared-content .sub-heading-row .btn{margin-top:calc(var(--scale)*48)}.text-handwritten{color:var(--color-accent);display:inline-flex;font-family:var(--font-secondary);font-size:1.3333333333em;font-weight:400;letter-spacing:0;line-height:.75;transform:skewX(10deg)}@keyframes ani{0%{-webkit-mask-position:0 0;mask-position:0 0}to{-webkit-mask-position:100% 0;mask-position:100% 0}}@keyframes ani2{0%{-webkit-mask-position:100% 0;mask-position:100% 0}to{-webkit-mask-position:0 0;mask-position:0 0}}
