.styles_outer__jxpz0{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100svh;width:15rem;position:fixed;left:0;right:0;top:0;bottom:0;margin:auto;pointer-events:none;opacity:0;animation:fade-up .5s cubic-bezier(.4,0,.2,1) 0s forwards}.styles_logo__yyGzi{margin-bottom:2.5rem}.styles_loader__D6Pdd{display:block;animation:styles_rotate__M8nLz 3s linear infinite;will-change:transform;width:2.5rem}.styles_circle__kZJTq{animation:styles_circle-dash__bUEKj 1.5s ease-in-out infinite;stroke-dasharray:80px,200px;stroke-dashoffset:0px;stroke:#000}@keyframes styles_rotate__M8nLz{0%{transform-origin:50% 50%}to{transform:rotate(1turn)}}@keyframes styles_circle-dash__bUEKj{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0px}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px}to{stroke-dasharray:100px,200px;stroke-dashoffset:-125px}}.styles_baseButton__sfYu4{border-radius:33px;border:1px solid transparent;cursor:pointer;font-family:var(--font-roboto-mono);text-transform:uppercase;font-size:.875rem;min-height:2.25rem;outline:none;transition:transform .1s ease-out;will-change:transform;min-width:5.625rem;display:inline-flex;align-items:center;align-self:flex-start;justify-content:center;text-align:center}.styles_baseButton__sfYu4:hover{text-decoration:none}.styles_baseButton__sfYu4{transition:transform .6s cubic-bezier(.3,.7,.4,1)}.styles_baseButton__sfYu4:hover{transform:scale(1.02);transition:transform .25s cubic-bezier(.3,.7,.4,1.5)}.styles_baseButton__sfYu4:active{transform:scale(.99);transition:transform 50ms}.styles_baseButton__sfYu4:focus-visible{outline:2px solid #000;outline-offset:2px;text-decoration:none}.styles_baseButton__sfYu4 .styles_disabled__91tcC,.styles_baseButton__sfYu4:disabled{opacity:.5;pointer-events:none;background-color:#666;border-color:#666}.styles_primary__4gFc8{color:#fff;background-color:#000;padding-left:1rem;padding-right:1rem;box-shadow:0 2px 4px 0 rgba(0,0,0,.161)}.styles_primary-outlined__mjHWP{color:#000;border:1px solid #000;box-shadow:0 2px 4px 0 rgba(0,0,0,.161)}.styles_buttonInline__LwAvE{margin-right:.625rem;margin-bottom:.625rem}.styles_buttonInline__LwAvE:last-child{margin-right:0}.styles_buttonFullWidth__FUMqH{width:100%}.styles_newTabIcon__yE_Lu{width:.75em;height:.75em;margin-left:.5em}.styles_label__x3LxE{flex-shrink:0}.styles_softBox__0YVlG{display:flex;flex-direction:column;position:relative;background-color:#f2f0e4;border-radius:11px;padding:1rem}.styles_softBox__0YVlG>div:last-of-type{margin-bottom:0}@media(min-width:768px){.styles_softBox__0YVlG{padding:1.5rem}}.styles_softBox__0Ms_u{background-color:#dbb8f2}.styles_byline__foHVN{display:flex;justify-content:space-between;align-items:center}.styles_lock__k3eg8{color:#000;background-color:#fff;border-radius:50%;width:30px;height:30px;position:absolute;top:.75rem;right:.75rem;padding:6px;display:flex}.styles_expires__oFYWX{font-family:var(--font-roboto-mono);font-size:.75rem}.styles_expiresSoon__4_jHU{color:#ff7658}@media(min-width:768px){.styles_lock__k3eg8{width:40px;height:40px;padding:10px}}.styles_breadcrumbs__JLmY4{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1.5rem;min-height:50px}.styles_header__3SBOk{display:flex;column-gap:1.5rem;margin-bottom:1.5rem}.styles_header__3SBOk>h1{margin-bottom:0}.styles_header__3SBOk>*{flex:1 1;flex-basis:100%}.styles_container__ygwXs{margin:0 auto;padding-left:1.5rem;padding-right:1.5rem;width:100%;max-width:35rem}.styles_containerExtraWide__HR_3o{max-width:50rem}.styles_fullWidth__F_y3w{padding:0;max-width:inherit}@media(min-width:768px){.styles_container__ygwXs{max-width:54rem}.styles_containerExtraWide__HR_3o{max-width:87.5rem}.styles_fullWidth__F_y3w{max-width:inherit}}.styles_modal__jcOTC{background-color:#faf9ee;border-radius:11px;--shadow-color:56deg 11% 20%;--shadow-elevation-high:0.3px 0.5px 0.7px hsl(var(--shadow-color)/0.13),4.2px 8.5px 11.7px -0.9px hsl(var(--shadow-color)/0.16),16.5px 33px 45.4px -1.8px hsl(var(--shadow-color)/0.19);box-shadow:var(--shadow-elevation-high);max-width:43.75rem;margin:auto;padding:1.5rem}.styles_modalOverlay__FIdoY{background:rgba(0,0,0,.333)}.styles_modalCloseButton__futdk{display:flex;align-items:center;justify-content:center;position:absolute;right:1.25rem;top:1.25rem;width:2.5rem;height:2.5rem;padding:.625rem;background-color:#000;border-radius:22px;transition:border-color .15s ease-in-out,transform .1s ease-out;will-change:border-color,transform;color:#fff}.styles_modalCloseButton__futdk:focus-visible{outline:2px solid #000;outline-offset:2px;text-decoration:none}.styles_modalCloseButton__futdk{transition:transform .6s cubic-bezier(.3,.7,.4,1)}.styles_modalCloseButton__futdk:hover{transform:scale(1.02);transition:transform .25s cubic-bezier(.3,.7,.4,1.5)}.styles_modalCloseButton__futdk:active{transform:scale(.99);transition:transform 50ms}@media(min-width:576px){.styles_modal__jcOTC{min-width:25rem}}.styles_responsiveWrap__AhNE7{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%}.styles_responsiveWrap__AhNE7 iframe{position:absolute;top:0;left:0;width:100%;height:100%;max-width:100%}.styles_fadeIn__p81tp{opacity:0;animation:fade-in .35s cubic-bezier(.4,0,.2,1) forwards}.styles_btn__J5Kt3{cursor:pointer;border:0;border-radius:0;background-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;color:#000;position:fixed;top:0;left:0;z-index:1;padding:1.5rem}.styles_btn__J5Kt3:focus,.styles_btn__J5Kt3:hover{outline:0;color:#b557f2}.styles_active__zFX3T .styles_lines__jUIir{background-color:transparent}.styles_active__zFX3T .styles_lines__jUIir:after,.styles_active__zFX3T .styles_lines__jUIir:before{transition:top .2s cubic-bezier(.165,.84,.44,1),transform .2s cubic-bezier(.165,.84,.44,1) .2s;will-change:transform,top,background-color;top:0;left:0}.styles_active__zFX3T .styles_lines__jUIir:before{transform:rotate(45deg) scale(1.1)}.styles_active__zFX3T .styles_lines__jUIir:after{transform:rotate(-45deg) scale(1.1)}.styles_lines__jUIir{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s cubic-bezier(.165,.84,.44,1);will-change:transform;position:relative;top:6.6666666667px}.styles_lines__jUIir,.styles_lines__jUIir:after,.styles_lines__jUIir:before{display:inline-block;width:20px;height:3px;background-color:currentColor;left:0;border-radius:8px}.styles_lines__jUIir:after,.styles_lines__jUIir:before{content:"";position:absolute;top:0;transition:top .2s cubic-bezier(.165,.84,.44,1) .2s,transform .2s cubic-bezier(.165,.84,.44,1),background-color .2s cubic-bezier(.165,.84,.44,1);will-change:transform,top,background-color}.styles_lines__jUIir:before{top:6.6666666667px}.styles_lines__jUIir:after{top:-6.6666666667px}@media(min-width:768px){.styles_btn__J5Kt3{display:none}}.styles_inputWrapper__GGHwU{margin-bottom:1rem}.styles_label__8ZVFP{margin-bottom:.5rem;display:block}.styles_inputEl__66UvU{width:100%;min-height:2.75rem;padding-left:1rem;padding-right:1rem;background-color:#fff;border:1px solid #000;border-radius:4px;color:inherit;transition:border-color .15s ease-in-out;will-change:border-color}.styles_inputEl__66UvU:hover{border-color:#c888f2}.styles_inputEl__66UvU:focus-visible{border:1px solid #c888f2;outline:none}.styles_inputEl__66UvU:focus{outline:0}.styles_inputEl__66UvU::placeholder{color:#000;opacity:.333}.styles_navFooterOuter__e0mUo{padding-left:1.35rem;padding-right:1.35rem;display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.styles_modalFooter__dkTYz{display:flex;justify-content:space-between;align-items:center}.styles_modalFooter__dkTYz>:only-child{margin-left:auto}.styles_error__y2yXE{color:#ff7658;font-weight:600;margin-top:-.5rem;margin-bottom:1.75rem;font-size:.9375rem}.styles_navlink__7AAE9{display:inline-flex;align-items:center;padding-left:.375rem;padding-right:.625rem;min-height:2.5rem;font-size:.75rem;margin-bottom:.625rem;border-radius:11px;width:100%}.styles_navlink__7AAE9:hover{text-decoration:none}.styles_navlink__7AAE9{transition:transform .6s cubic-bezier(.3,.7,.4,1)}.styles_navlink__7AAE9:hover{transform:scale(1.02);transition:transform .25s cubic-bezier(.3,.7,.4,1.5)}.styles_navlink__7AAE9:active{transform:scale(.99);transition:transform 50ms}.styles_navlink__7AAE9:focus-visible{outline:2px solid #000;outline-offset:2px;text-decoration:none}.styles_selected__eQj4X{font-weight:600}.styles_selected__eQj4X .styles_navIcon__Z8EFW:after{transform:scale(1);opacity:1}.styles_navTitle__Y6HWp{word-wrap:anywhere}.styles_externalIcon__C7oO6{width:.75em;height:.75em;margin-left:.5rem;display:inline-flex}.styles_navIcon__Z8EFW{margin-right:2rem;position:relative;z-index:1}.styles_navIcon__Z8EFW:after{content:"";position:absolute;background-color:#c888f2;width:48px;left:-16px;top:-4px;height:32px;border-radius:20px;z-index:-1;transform:scale(0);opacity:0;transition:all .15s ease-in-out}@media(min-width:576px){.styles_navlink__7AAE9{font-size:.875rem;padding-left:.75rem;padding-right:.75rem;min-height:3rem;margin-bottom:.5rem}}.styles_nav-toggle-btn__fV0T3{position:fixed;top:0;right:0;z-index:1}.styles_nav-toggle-btn__fV0T3:focus,.styles_nav-toggle-btn__fV0T3:hover{text-decoration:underline;outline:0}.styles_nav__BsEUG{position:fixed;max-width:12.5rem;transform:translate3d(-100%,0,0);visibility:hidden;top:0;overflow:hidden;background-color:#f2f0e4;box-shadow:var(--shadow-elevation-medium);z-index:10;height:100dvh;width:100%;display:flex;flex-direction:column;flex-shrink:0;transition:transform .4s cubic-bezier(.165,.84,.44,1),visibility .4s;overflow-y:scroll;overscroll-behavior:contain}.styles_navOpen__Ebp89{transform:none;visibility:visible}.styles_logoWrap__nGDXM{padding-top:1.5rem;padding-bottom:1.5rem;margin-bottom:30%;display:flex;align-items:center;background-color:#c888f2}.styles_logo__vIxnx{margin:0 auto;max-width:180px;width:100%;padding:0 10px}.styles_ul__t6yll{margin-bottom:auto;padding:0 1.5rem}.styles_st4sImage__3OD0l{object-fit:cover}.styles_st4sAnchor__6DtMR{padding-left:1.5rem;padding-right:1.5rem;padding-bottom:1.5rem;max-width:150px;margin:0 auto;mix-blend-mode:multiply;transition:transform .6s cubic-bezier(.3,.7,.4,1)}.styles_st4sAnchor__6DtMR:hover{transform:scale(1.02);transition:transform .25s cubic-bezier(.3,.7,.4,1.5)}.styles_st4sAnchor__6DtMR:active{transform:scale(.99);transition:transform 50ms}.styles_st4sAnchor__6DtMR:focus-visible{outline:2px solid #000;outline-offset:2px;text-decoration:none}.styles_st4sImage__3OD0l{height:auto}@media(min-width:768px){.styles_nav__BsEUG{position:-webkit-sticky;position:sticky;max-width:240px;visibility:visible;transform:none;z-index:unset}.styles_logoWrap__nGDXM{padding-top:2.625rem;padding-bottom:2.625rem}.styles_logo__vIxnx{max-width:200px}.styles_hideNav__geMLw{transform:translate3d(-100%,0,0);visibility:hidden}}@media(min-width:992px){.styles_logoWrap__nGDXM{padding-top:2.75rem;padding-bottom:2.75rem}}.styles_layout_skipLink__Z0DUS{position:absolute}.styles_layout_skipLink__Z0DUS:focus{width:auto;height:auto;clip:auto}.styles_layout__AFfQq{display:flex;overflow:hidden}.styles_main__a4_q6{padding-top:4rem;position:relative;margin:0 auto;width:100%;min-height:100vh;transition:transform .4s cubic-bezier(.4,0,.2,1);overflow-x:clip}.styles_mainNavOpen__SSX_A{transform:translate3d(10px,0,0)}.styles_layoutOverlay__CLn1g{position:fixed;top:0;bottom:0;left:0;right:0;height:100lvh;z-index:1;background-color:#000;visibility:hidden;opacity:0;will-change:opacity,visibility;transition:opacity .4s cubic-bezier(.4,0,.2,1),visibility .4s cubic-bezier(.4,0,.2,1)}.styles_layoutOverlayActive__qtZdh{opacity:.5;visibility:visible}@media(min-width:768px){.styles_layout__AFfQq{overflow:inherit}.styles_main__a4_q6{padding-top:2.5rem}.styles_layoutOverlay__CLn1g{display:none}}.styles_outer__qPAp2{position:fixed;top:10px;right:10px;background-color:#f2f0e4;padding:6px 10px;border-radius:11px;z-index:10;font-size:.625rem;border:1px solid transparent;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,color .15s ease-in-out,transform .1s ease-out;will-change:background-color,border-color,color,transform;opacity:.8}.styles_outer__qPAp2:hover{border-color:#000}.styles_outer__qPAp2:focus-visible{outline:2px solid #000;outline-offset:2px;text-decoration:none}.styles_twoColumnBlock__gog3g{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:1fr auto;grid-column-gap:1.5rem;column-gap:1.5rem;margin-bottom:1rem}.styles_twoColumnBlock__gog3g>:first-child,.styles_twoColumnBlock__gog3g>:nth-child(2){grid-column:auto/span 6;margin-bottom:0}.styles_responsiveWrap__5WI0K{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%}.styles_responsiveWrap__5WI0K iframe{position:absolute;top:0;left:0;width:100%;height:100%;max-width:100%}.styles_link__T2lpP{display:inline-flex;align-items:center;min-height:2rem;border-radius:20px;background-color:#fff;border:1px solid #c888f2;line-height:1.333;padding:.25rem .75rem .25rem .25rem;margin-bottom:.25rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,transform .1s ease-out;will-change:background-color,border-color;font-family:var(--font-roboto-mono);font-size:.875rem;color:inherit;box-shadow:var(--shadow-elevation-medium)}.styles_link__T2lpP:focus-visible{outline:2px solid #000;outline-offset:2px;text-decoration:none}.styles_link__T2lpP{transition:transform .6s cubic-bezier(.3,.7,.4,1)}.styles_link__T2lpP:hover{transform:scale(1.02);transition:transform .25s cubic-bezier(.3,.7,.4,1.5)}.styles_link__T2lpP:active{transform:scale(.99);transition:transform 50ms}.styles_link__T2lpP.styles_link__T2lpP{text-decoration:none}.styles_iconWrap___RNby{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;margin-right:.25rem}.styles_iconWrap___RNby svg{width:100%}.styles_text__1139V{margin-bottom:0}.styles_structuredText__jKsF6{margin-bottom:2rem}.styles_structuredText__jKsF6 br:empty,.styles_structuredText__jKsF6 p:empty{display:none}.styles_structuredText__jKsF6>p:last-child{margin-bottom:0}.styles_structuredText__jKsF6 a:not([class]){text-decoration:underline;color:#000}.styles_structuredText__jKsF6 a:not([class]):hover{text-decoration:none}.styles_structuredText__jKsF6 a:not([class]):focus-visible{text-decoration:none}.styles_structuredText__jKsF6 .heading{margin-top:1rem}.styles_structuredText__jKsF6 .structured-text-h1{font-family:var(--font-montserrat);font-weight:900;font-size:1.125rem;line-height:1.333;margin-bottom:1rem}@media(min-width:576px){.styles_structuredText__jKsF6 .structured-text-h1{font-size:1.5rem}}.styles_structuredText__jKsF6 .structured-text-h1{margin-top:3rem}.styles_structuredText__jKsF6 .structured-text-h2{font-family:var(--font-roboto-mono);font-size:1.125rem;font-weight:400;border-bottom:1px solid #e1ddc5;padding-bottom:.5rem;margin-top:2.5rem;margin-bottom:2.5rem}.styles_structuredText__jKsF6 .structured-text-h3{font-family:var(--font-roboto-mono);font-weight:100;font-size:.875rem;margin-bottom:1.5rem}.styles_structuredText__jKsF6 .structured-text-h1+.structured-text-h2{margin-top:-.5rem}.styles_structuredText__jKsF6 .structured-text-h1+.structured-text-h3{margin-top:-1rem}.styles_structuredText__jKsF6 ol,.styles_structuredText__jKsF6 ul{list-style:none;margin-bottom:1rem}.styles_structuredText__jKsF6 ol li,.styles_structuredText__jKsF6 ul li{position:relative;padding-left:1em;padding-bottom:.5rem}.styles_structuredText__jKsF6 ol li:before,.styles_structuredText__jKsF6 ul li:before{position:absolute;left:0}.styles_structuredText__jKsF6 ol p,.styles_structuredText__jKsF6 ul p{margin-bottom:0}.styles_structuredText__jKsF6 ol{counter-reset:counter}.styles_structuredText__jKsF6 ol li{counter-increment:counter}.styles_structuredText__jKsF6 ol li:before{content:counter(counter) "."}.styles_structuredText__jKsF6 ol li ol{list-style:lower-alpha}.styles_structuredText__jKsF6 ol li ol li:before{content:none}.styles_structuredText__jKsF6 ul li:before{content:"";top:.75em;width:.25em;height:.25em;background-color:#000;border-radius:50%}.styles_structuredText__jKsF6 li>ol,.styles_structuredText__jKsF6 li>ul{margin-top:.666rem}.styles_buttonOuter__NtbmQ{align-self:flex-end;margin-top:auto;padding-top:.5rem}.styles_isStrong__gCW83{font-weight:700;margin-bottom:.25rem}.styles_image__m2Oho{background-color:#e1ddc5;border-radius:.6875rem;margin-bottom:1rem;overflow:hidden}.styles_video__9Si0w{margin-bottom:1rem}.styles_twoCol__74t_K{margin-bottom:3rem}.styles_twoCol__74t_K .styles_image__m2Oho+p{margin-top:1.5rem}.styles_promoBannerOuter__jagKA{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.styles_imageOuter__TbcH6{flex:1 1}.styles_textOuter__h_hun{display:flex;flex-direction:column;flex:2 1}.styles_image__bDwL5{margin:0 auto}@media(min-width:768px){.styles_promoBannerOuter__jagKA{flex-direction:row}.styles_description__ihdk6 p+a{margin-left:auto;display:flex;width:-moz-fit-content;width:fit-content}}.styles_toolTipButton__fNlKd{margin-left:.5rem;display:inline-flex}.styles_toolTip__ITclk{z-index:1;font-weight:100;background-color:rgba(0,0,0,.85);color:#fff;font-family:var(--font-roboto-mono);font-size:.875rem;padding:.5rem .75rem .625rem;border-radius:.25rem;pointer-events:none;opacity:0;transition:opacity .15s ease-in-out;box-shadow:var(--shadow-elevation-high);line-height:1.5;max-width:min-content;min-width:40ch}.styles_toolTipOpen__st3CJ{opacity:1;pointer-events:all}.style_softBox__IO0wx{background-color:#dbb8f2}.style_homePageLayout__Cqnat{display:grid;grid-template-columns:1fr 2fr;grid-gap:1.5rem}.style_homePageLayout__Cqnat>:first-child{grid-column:1/2;grid-row:1}.style_homePageLayout__Cqnat>:nth-child(2){grid-column:2/5;grid-row:1}.style_homePageLayout__Cqnat>:nth-child(3){grid-column:1/5;grid-row:2}