html{--cb:cubic-bezier(0.22,1,0.36,1);--ts:0.3s;--br:4px;--primary:#05182b;--secondary:#f3f0ed;--highlight:#4743ff;--black:#000;--white:#fff;--error:#ff8484;--gradient:linear-gradient(90deg,#4776e6,#8e54e9);--gradientReducedOpacity:linear-gradient(90deg,rgba(71,118,230,.3),rgba(142,84,233,.3));--gradientReversed:linear-gradient(90deg,#8e54e9,#4776e6);--gradientBlend:#4776e6;--background:var(--primary);--text:var(--secondary)}body{background-color:var(--primary)}a,body{color:var(--text)}.psSecondary{color:var(--secondary)}.psHighlight{color:var(--highlight)}.maxWidth{margin:0 auto;max-width:1400px;padding:0 var(--hs);width:100%}.maxWidth--reallyNarrow{max-width:700px}.maxWidth--narrow{max-width:1140px}.maxWidth--wide{max-width:1600px}.maxWidth--noPadding{padding:0}html{--vs:2.4rem;--hs:1.2rem}.withVerticalSpacing{margin-bottom:var(--vs)}@media screen and (min-width:640px){.withVerticalSpacing{margin-bottom:calc(var(--vs)*2)}}.flexiLayout--innerSpacing{padding:var(--vs) 0}@media screen and (min-width:1024px){.flexiLayout--innerSpacing{padding:calc(var(--vs)*1.5) 0}}.flexiLayout--spacingBottom{padding:0 0 var(--vs)}@media screen and (min-width:1024px){.flexiLayout--spacingBottom{padding:0 0 calc(var(--vs)*1.5)}}@font-face{font-display:block;font-family:Untitled Sans Regular;font-style:normal;font-weight:500;src:url(/fonts/untitled-sans-regular.woff2) format("woff2")}@font-face{font-display:block;font-family:Circular Mono;font-style:normal;src:url(/fonts/CircularXXMono-Regular.woff2) format("woff2")}@font-face{font-display:block;font-family:Untitled Sans Regular;font-style:italic;font-weight:500;src:url(/fonts/untitled-sans-regular-italic.woff2) format("woff2")}@font-face{font-display:block;font-family:freight-text-pro;font-style:normal;font-weight:400;src:url(/fonts/freigtexpromed-webfont.woff2) format("woff2")}@font-face{font-display:block;font-family:freight-text-pro;font-style:normal;font-weight:700;src:url(/fonts/freigtexprobold-webfont.woff2) format("woff2")}@font-face{font-display:block;font-family:freight-text-pro;font-style:italic;font-weight:400;src:url(/fonts/freigtexpromedit-webfont.woff2) format("woff2")}@font-face{font-display:block;font-family:freight-text-pro;font-style:italic;font-weight:700;src:url(/fonts/freigtexproboldit-webfont.woff2) format("woff2")}html{--primaryFont:"Untitled Sans Regular",sans-serif;--secondaryFont:freight-text-pro,serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--primaryFont);font-size:20px;font-weight:400;line-height:130%}.psHeading,h1,h2,h3,h4,h5,h6{font-family:var(--secondaryFont);font-weight:400;line-height:120%;margin:0 0 1.2rem}label.pcensus,legend.pcensus{font-family:var(--primaryFont);font-weight:400;line-height:120%;margin:0}.psHeading--1,h1{font-size:4.5rem;line-height:110%}.psHeading--2,h2{font-size:3.5rem}.psHeading--3,h3{font-size:2.8rem}.psHeading--4,h4{font-size:2.4rem}.psHeading--5,h5{font-size:1.6rem}.psHeading--6,h6{font-size:1.2rem;line-height:140%}legend.pcensus{font-weight:700;margin-bottom:.5rem}.psStyledHeading{align-items:baseline;display:flex;font-family:var(--primaryFont);font-size:1rem;margin-bottom:calc(var(--vs)/2)}.psStyledHeading:before{background-color:var(--text);border-radius:50%;content:"";flex-shrink:0;height:.6em;margin-right:.6em;width:.6em}.psStyledHeading--spacingTop{padding:var(--vs) 0 0}.psSectionHeading{margin:0 0 calc(var(--vs)/1.5)}.psPrimaryFont{font-family:var(--primaryFont)}.psSecondaryFont{font-family:var(--secondaryFont)}.psUnderline{text-decoration:underline}.psIntroText{margin:0 0 calc(var(--vs)*1.5)}p{line-height:130%;margin:0 0 1.5rem}p.tighter{max-width:900px}a{text-decoration:underline}a.jspsych-btn,a.psButton{text-decoration:none}address{font-style:normal}button{cursor:pointer}.jspsych-btn,.psButton,button[type=submit]{align-items:center;background:var(--gradient);border:none;border-radius:10rem;color:var(--secondary);display:inline-block;font-size:1rem;justify-content:center;margin:.5rem 0;min-height:46px;min-width:173px;padding:.5rem 1rem;text-align:center;transition:color 1s var(--cb),border-color 1s var(--cb),background 1s ease-out}.jspsych-btn:hover,.psButton:hover,button[type=submit]:hover{background:var(--gradientReversed);border-color:var(--secondary);color:var(--secondary);cursor:pointer}.jspsych-btn:hover path,.jspsych-btn:hover rect,.psButton:hover path,.psButton:hover rect,button[type=submit]:hover path,button[type=submit]:hover rect{fill:var(--secondary)}.jspsych-btn:focus,.psButton:focus,button[type=submit]:focus{outline:none}.jspsych-btn path,.jspsych-btn rect,.psButton path,.psButton rect,button[type=submit] path,button[type=submit] rect{transition:fill .7s var(--cb)}.jspsych-btn.psButton__outline,.psButton.psButton__outline,button[type=submit].psButton__outline{background:none;border:2px solid var(--highlight);color:var(--highlight)}.jspsych-btn .psButton--solid,.psButton .psButton--solid,button[type=submit] .psButton--solid{background-color:var(--primary);border-color:var(--secondary);color:var(--secondary);transition:background-color 1s var(--cb)}.jspsych-btn .psButton--solid:hover,.psButton .psButton--solid:hover,button[type=submit] .psButton--solid:hover{background-color:var(--highlight);color:var(--secondary)}.jspsych-btn.psButton--inactive,.jspsych-btn:disabled,.psButton.psButton--inactive,.psButton:disabled,button[type=submit].psButton--inactive,button[type=submit]:disabled{background:none;border:2px solid var(--secondary);cursor:not-allowed;opacity:.75;pointer-events:none}.jspsych-btn.psButton--complete,.psButton.psButton--complete,button[type=submit].psButton--complete{background-color:var(--highlight);background-image:url(/img/blue-tick.svg);background-position:4px 5px;background-repeat:no-repeat;background-size:40px;border:2px solid var(--highlight);padding-inline-start:42px}.jspsych-btn.psButton--white,.psButton.psButton--white,button[type=submit].psButton--white{background:none;background-color:var(--secondary);border-color:var(--secondary);border:2px solid var(--secondary);color:var(--highlight)}.frontPageBanner{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;position:relative;width:100%}.frontPageBanner__bg{height:100vh;position:absolute;width:100%}.frontPageBanner__bg img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.frontPageBanner__logo{margin:1rem;max-width:32rem;position:relative;z-index:2}.frontPageBanner__logos{bottom:0;left:0;margin:0 auto;padding:1rem 1rem 4rem;position:absolute;width:100%;z-index:1}@media screen and (min-width:640px){.frontPageBanner__logos{display:flex;padding:1rem}}.frontPageBanner__logos .small{font-family:Circular Mono;font-size:.7rem;margin-bottom:.5rem}@media screen and (min-width:640px){.frontPageBanner__logos .small{margin-bottom:1rem}}.frontPageBanner__logos .frontPageRow{text-align:center}@media screen and (min-width:640px){.frontPageBanner__logos .frontPageRow{display:flex;text-align:left}}.frontPageBanner__collabs{margin-top:2rem;text-align:center}@media screen and (min-width:640px){.frontPageBanner__collabs{margin-left:auto;margin-top:0;text-align:right}}.frontPageBanner__collabLogos{display:flex;gap:1rem;justify-content:center}@media screen and (min-width:640px){.frontPageBanner__collabLogos{gap:2rem;justify-content:flex-start}}.frontPageBanner__collabLogos img{max-height:2rem;max-width:5rem}@media screen and (min-width:640px){.frontPageBanner__collabLogos img{max-height:3rem;max-width:7rem}}.frontPageBanner__partOfDreamachine img{margin:0 auto;max-width:10rem}@media screen and (min-width:640px){.frontPageBanner__partOfDreamachine img{margin-left:0;max-width:15rem}}.frontPageBanner__arrow{bottom:1.4rem;display:block;left:calc(50% - .75rem);position:absolute;width:1.5rem}@media screen and (min-width:640px){.frontPageBanner__arrow{display:none}}@media screen and (min-width:1024px){.frontPageBanner__arrow{display:block}}.frontPageRow{margin:0 auto;max-width:1600px;width:100%}.frontPageSection{margin:3rem auto 0;padding:0 1rem}.frontPageLargeText{padding:0 1rem;width:100%}@media screen and (min-width:640px){.frontPageLargeText{padding:2rem 1rem}}.frontPageLargeText h2{font-size:1.6rem;line-height:1;margin:0;max-width:55rem;opacity:0;transform:translateY(2rem);transition:opacity 1.5s,transform 1.4s ease-out}@media screen and (min-width:640px){.frontPageLargeText h2{font-size:2.6rem}}.frontPageLargeText h2.plotSmoothScrollSeenOnce{opacity:1;transform:translateZ(0)}.frontPageFiftyFifty{width:100%}@media screen and (min-width:640px){.frontPageFiftyFifty{display:flex}}.frontPageFiftyFifty p{opacity:0;transform:translateY(2rem);transition:opacity 1.5s,transform 1.4s ease-out;transition-delay:.6s}.frontPageFiftyFifty a{opacity:0;transform:translateY(2rem);transition:opacity 1.5s,transform 1.4s ease-out;transition-delay:1s}.frontPageFiftyFifty h2{color:#848ee6;font-size:1.4rem;opacity:0;transform:translateY(1rem);transition:opacity 1s,transform 1.4s ease-out;transition-delay:.2s}.plotSmoothScrollSeenOnce.frontPageFiftyFifty__text a,.plotSmoothScrollSeenOnce.frontPageFiftyFifty__text h2,.plotSmoothScrollSeenOnce.frontPageFiftyFifty__text p{opacity:1;transform:translateZ(0)}.frontPageFiftyFifty__preHeading{opacity:0;transform:translateY(1rem);transition:opacity 1s,transform 1s ease-out}.plotSmoothScrollSeenOnce .frontPageFiftyFifty__preHeading{opacity:1;transform:translateZ(0)}.frontPageFiftyFifty__images,.frontPageFiftyFifty__text{position:relative}@media screen and (min-width:640px){.frontPageFiftyFifty__images,.frontPageFiftyFifty__text{width:50%}}.frontPageFiftyFifty__images{--parallaxAmount:0}.frontPageFiftyFifty--reversed{flex-direction:row-reverse}.frontPageFiftyFifty--reversed .frontPageFiftyFifty__image{margin-top:-20%}.frontPageFiftyFifty--reversed .frontPageFiftyFifty__image2{margin-left:60%;margin-top:0}.frontPageFiftyFifty__text{display:flex;flex-direction:column;justify-content:center;padding-top:1rem}@media screen and (min-width:640px){.frontPageFiftyFifty__text{padding:1rem 4rem}}.frontPageFiftyFifty__preHeading{font-family:Circular Mono;font-size:.7rem;margin-bottom:.5rem}.frontPageFiftyFifty__image1{margin-left:20%;position:relative;width:70%;z-index:2}@media screen and (min-width:640px){.frontPageFiftyFifty__image1{transform:translate3d(0,calc(var(--parallaxAmount)*60px),0)}}.frontPageFiftyFifty__image2{margin-left:10%;margin-top:-20%;position:relative;width:40%;z-index:1}@media screen and (min-width:640px){.frontPageFiftyFifty__image2{transform:translate3d(0,calc(var(--parallaxAmount)*-60px),0)}}.frontPageVideo{--buttonWidth:4rem;cursor:pointer}@media screen and (min-width:640px){.frontPageVideo{--buttonWidth:6rem}}.frontPageVideo .buttonWrap{bottom:calc((100% - var(--buttonWidth))/2)!important}.frontPageVideo #play-button{animation:none;height:var(--buttonWidth);width:var(--buttonWidth)}.frontPageVideo .videoCaption{background:#4743ff;bottom:0;color:#fff;font-family:Circular Mono;font-size:.6rem;left:1rem;padding:.1rem .4rem;position:absolute}@media screen and (min-width:640px){.frontPageVideo .videoCaption{font-size:.7rem;padding:.5rem 1rem}}.frontPageCarousel{--slideSize:60vw;width:100%}@media screen and (min-width:640px){.frontPageCarousel{--slideSize:40vw}}@media screen and (min-width:1024px){.frontPageCarousel{--slideSize:25vw}}.frontPageCarousel__slide{margin-right:1rem;width:var(--slideSize)}.frontPageCarousel__slide img{border-radius:50%;height:var(--slideSize);margin-bottom:1rem;width:var(--slideSize)}.frontPageCarousel__slide h5{color:#848ee6;font-size:1.4rem;line-height:1.1;margin-bottom:1rem}.frontPageCarousel__slide p{font-size:.8rem;margin-bottom:.5rem}.frontPageCarousel__slide a{font-family:Circular Mono;font-size:.8rem}.frontPageRow__buttons{display:none;justify-content:flex-end;margin-bottom:2rem}@media screen and (min-width:640px){.frontPageRow__buttons{display:flex}}.frontPageCarousel__button{width:2rem}.frontPageCarousel__button--prev{margin:0 1rem;transform:rotate(180deg)}.frontPageCarousel__wrap{margin:0 -1rem}.frontPageButton{flex-grow:0;margin-right:auto;padding-right:2rem;position:relative}.frontPageButton img{height:.3rem;position:absolute;right:.7rem;top:calc(50% - .15rem)}.customMouseCursor{left:-15px;mix-blend-mode:exclusion;pointer-events:none;position:fixed;top:-15px;z-index:2}.customMouseCursor .inner{background-color:#4743ff;border-radius:50%;height:32px;opacity:0;transition:transform .7s ease-out;width:32px;z-index:999}.customMouseCursor.instantiated .inner{opacity:1}.customMouseCursor.anchorHover{mix-blend-mode:difference}.customMouseCursor.anchorHover .inner{transform:scale(.4)}.mobileFadeIn{display:flex;flex-direction:column;justify-content:center}img.mobileLogoCentered{height:auto;margin:0 auto;max-width:80vw;-o-object-fit:contain;object-fit:contain;width:100%}body,html{min-height:100vh}body.mobile{background:#000}main{align-items:center;display:flex;flex:1;flex-direction:column;padding:20px}:root{--footerWidth:min(1420px,100vw)}#container{display:flex;flex-direction:column;margin:auto;min-height:100vh}.nav-bar{display:flex;flex-grow:0;padding:1rem}.nav-bar .psButton{display:block;font-size:.8rem;margin:0 .5rem 0 0;min-height:0;min-width:0;padding:.3rem .8rem}.nav-bar .navLogin{background:var(--primary);font-family:Circular Mono;margin-right:0}.nav-bar .psButton--mediumUp{display:none}@media screen and (min-width:640px){.nav-bar .psButton--mediumUp{display:block}}.nav-bar .burgerButton{margin-right:0}@media screen and (min-width:640px){.nav-bar .burgerButton{display:none}}.navbarLinksWrap{margin-left:auto}.navbarLinks{align-items:center;display:flex}.responsive-nav-bar{background:var(--gradient);color:var(--secondary);height:100%;overflow:hidden;position:fixed;right:-469px;top:0;transition:all .3s ease-in;width:469px}.responsive-nav-bar.open-bar{right:0}.responsive-nav-bar .responsive-items{display:flex;flex-direction:column;gap:50px;height:100%;justify-content:center;padding:1rem}.responsive-nav-bar .responsive-items .psButton{display:block;font-size:.8rem;margin:0 .5rem 0 0;min-height:0;min-width:0;padding:.3rem .8rem}.responsive-nav-bar .responsive-items .closeButton{margin-right:0}.responsive-nav-bar .responsive-nav-link{font-size:2.3rem;font-style:normal;font-weight:400;text-align:right;-webkit-text-decoration-line:none;text-decoration-line:none}.closeButton{position:absolute;right:1rem;top:1rem}.nav-bar-centre{display:flex;gap:80px;justify-content:center}.navFaqs{background:#fff;color:var(--primary)}.logo-container{text-align:center}.logo-container>span{font-family:var(--secondaryFont);font-size:16px}.logo-container>img{margin:auto}a.pcensus{letter-spacing:6px;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-transform:uppercase}article.pcensus,article.test-instructions{align-items:center;display:flex;flex-direction:column;max-width:1300px}article.pcensus.tighter,article.test-instructions.tighter{max-width:900px}article.pcensus section,article.test-instructions{margin:0 0 100px;width:100%}article.test-instructions{align-items:stretch;text-align:left;width:900px}div.three-cols,div.two-cols{display:grid;padding:20px 0;width:100%}div.two-cols{gap:20px;grid-template-columns:1fr 1fr}div.three-cols{gap:80px 40px;grid-template-columns:1fr 1fr 1fr;place-items:center}.circle-task{align-items:center;background-color:#bbb;border-radius:50%;box-shadow:20px 20px 40px rgba(0,0,0,.25);display:inline-flex;flex-direction:column;height:387px;justify-content:center;padding-top:30px;text-align:center;width:387px}.circle-task .blurb{display:none;max-width:273px}.circle-task .fixed-title,.circle-task .title{position:relative;top:114px;width:97%}.circle-task .fixed-title,.circle-task .fp-title,.circle-task .title{font-family:var(--secondaryFont);font-size:1.8rem}.circle-task p{height:234px;margin:0 0 2px}.circle-task:hover .blurb{align-items:center;display:inline-flex}.circle-task:hover .title{display:none}.left-aligned-flex{display:flex;flex-direction:column;gap:20px;text-align:left}.left-aligned-flex>*{margin:10px 0}.left-aligned-flex>:last-child.mt-auto{margin-top:auto}@media only screen and (max-width:1280px){div.three-cols{grid-template-columns:1fr 1fr}}@media only screen and (max-width:769px){div.three-cols,div.two-cols{gap:40px;grid-template-columns:1fr}.left-aligned-flex{align-items:center;gap:0;text-align:center}div.three-cols img,div.two-cols img{margin:auto}}.ask-the-experts{background-image:url(/img/section-images/ask-experts2.jpg);background-size:cover;display:flex;flex-direction:column;height:694px;justify-content:center;padding:50px;text-align:left}.black-bar{background-color:#000;box-shadow:0 0 20px 16px #000;margin-top:50px;padding:10px;text-align:center;width:100vw}form.pcensus{display:flex;flex-direction:column;gap:10px;width:min(1100px,100%)}input[type=email].pcensus,input[type=number].pcensus,input[type=text].pcensus,textarea.pcensus{background-color:var(--secondary);border:none;color:var(--primary);display:block;width:min(645px,100%)}input[type=range].pcensus{width:400px}label.pcensus-item{min-height:30px}label.pcensus-item>input[type=checkbox],label.pcensus-item>input[type=radio]{margin-right:15px;transform:scale(1.5)}#progress{display:inline-block;margin-bottom:30px;position:relative;width:774px}#progress-bar{background:var(--gradientBlend);height:5px;left:0;position:absolute;top:50%}#progress-num{display:flex;justify-content:space-between;list-style:none;margin:0;padding:0}#progress-num:before{background-color:var(--secondary);content:"";height:5px;left:0;position:absolute;top:50%;width:99%;z-index:1}#progress-num .step{background-color:transparent;line-height:25px;position:relative;text-align:center;top:3px;z-index:3}#progress-num .step,#progress-num .step img{height:30px;width:30px}.test-window{align-items:center;display:flex;height:100%;margin-top:30px;max-width:1200px;min-height:600px;min-width:800px;width:100%}.increase-screen-size-dialog{display:none;margin-top:150px;text-align:center}@media only screen and (max-width:800px){.test-window{display:none}.increase-screen-size-dialog{display:block}}.popup{cursor:pointer;display:inline-block;pointer-events:all!important;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.popup .popuptext{background-color:var(--primary);border-radius:6px;bottom:125%;color:#fff;left:50%;letter-spacing:0;margin-left:-80px;padding:8px 4px;position:absolute;text-align:center;text-transform:none;visibility:hidden;z-index:1}.popup .popuptext:after{border-color:var(--primary) transparent transparent transparent;border-style:solid;border-width:5px;content:"";left:50%;margin-left:-5px;position:absolute;top:100%}.popup .show{animation:fadeIn 1s;visibility:visible}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.screenreader{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}footer{align-items:normal;background:#4743ff;display:flex;flex-direction:column;margin-top:1rem;padding:2rem 1rem 1rem}@media screen and (min-width:640px){footer{margin-top:3rem;padding-top:3rem}}footer p{margin:0}footer img{height:auto;width:auto}footer a{text-decoration:none}footer .socials{font-size:1.1rem}footer .socials span{display:none}@media screen and (min-width:640px){footer .socials span{display:inline}}footer .socials a{display:block;line-height:1.5}@media screen and (min-width:640px){footer .socials a{display:inline;line-height:1}}footer .small{font-family:Circular Mono;font-size:.7rem;margin-bottom:1rem}.footer__collabs{margin-top:3rem}@media screen and (min-width:640px){.footer__collabs{display:flex}}.footer__broughtToYouBy{width:100%}@media screen and (min-width:640px){.footer__broughtToYouBy{width:calc(66% - 6rem)}}.footer__broughtToYouByLogos{max-width:30rem}@media screen and (min-width:640px){.footer__broughtToYouByLogos{align-items:center;display:flex;gap:1rem;justify-content:space-between}}.footer__broughtToYouByLogos img{display:block;margin-bottom:1rem;max-height:3rem;max-width:10rem}@media screen and (min-width:640px){.footer__broughtToYouByLogos img{margin-bottom:0}}.footer__educationPartners{margin-top:3rem}@media screen and (min-width:640px){.footer__educationPartners{margin-left:6rem;margin-top:0;width:33%}}.footer__educationPartners img{display:block;max-height:2rem;max-width:4rem;width:50%}@media screen and (min-width:640px){.footer__educationPartners img{max-height:3rem;max-width:10rem}}.footer_collabLogos{align-items:center;display:flex;gap:1rem}.footer__partOfDreamachine{align-items:flex-end;display:flex;margin-top:3rem}.footer__partOfDreamachine img{max-width:10rem}.footer__partOfDreamachine .small{margin:0 1rem 0 0}.question .question-header{display:flex;flex-direction:row;justify-content:space-between;margin:10px 0}.question .question-vote{display:flex}.question .question-vote .count{font-size:.8rem;width:69px}.question .question-question{display:grid;grid-template-columns:auto 150px}.ask-experts-section{align-items:center;display:flex;flex-direction:column;gap:20px;text-align:center}.ask-experts-section p{max-width:800px}.ask-experts-section .heads{align-items:center;display:grid;flex-direction:row;gap:40px;grid-template-columns:1fr 1fr 1fr 1fr;justify-content:center}.ask-experts-section .heads img{margin:auto}@media only screen and (max-width:800px){.ask-experts-section .heads{display:none}}.questions-section{display:grid;gap:40px;grid-template-columns:minmax(160px,1fr) 3fr;width:100%}@media only screen and (max-width:800px){.questions-section{display:block}.questions-sidebar{margin-bottom:80px}}.questions-nav{display:inline-grid;gap:14px;grid-template-columns:40px auto;text-align:left;width:100%}.close-button{position:absolute;right:0;top:0;z-index:2}.close-button img{float:right;height:50px;margin-top:9px;width:50px}.hero{margin-bottom:250px;margin-top:150px}.play-button{animation:rotation 22s linear infinite;position:absolute;top:1049px}@media (prefers-reduced-motion){.play-button{animation:none!important}.responsive-nav-bar{transition:none}}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.front-page-item,.front-page-sections{margin:250px auto auto;text-align:center;width:750px}.front-page-item h5{font-size:22px}.front-page-item p{font-size:36px;line-height:120%}.front-page-sections{align-items:center;display:flex;flex-direction:column;gap:150px;margin-bottom:150px}.front-page-sections h5{font-size:36px}:root{--big-header-cutoff:400px;--bigger-header-cutoff:600px}.section-intro-header,.task-complete-header{align-items:center;display:flex;flex-direction:column;height:var(--big-header-cutoff);justify-content:center;left:0;position:absolute;top:0;width:100%}.section-intro-main,.task-complete-main{align-items:center;display:flex;flex-direction:column;margin-top:var(--big-header-cutoff)}.section-intro-main>.duration-info,.task-complete-main>.duration-info{display:flex;font-size:.8rem;gap:20px;margin-bottom:30px;width:100%}.section-intro-main>p,.task-complete-main>p{width:100%}.task-complete-header{height:var(--bigger-header-cutoff)}.task-complete-main{margin-top:var(--bigger-header-cutoff)}.section-intro-main>audio{margin:0 0 1.5rem}.clock-icon-inline{display:inline;margin-right:6px;position:relative;top:-2px}.transcript{background-color:hsla(0,0%,100%,.102);border-radius:20px;margin-block:10px;padding:20px}.section-end-buttons{display:flex;flex-direction:row;justify-content:space-between;width:100%}
