@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@400;600;700&display=swap");:root{--main-bg-color:#e7ecef;--link-color:#6096ba;--link-color-opacity:#508484ee;--link-color-hover:#274c77;--text-color:#222226;--mobile-max-width:720px;--box-shadow:0 5px 10px 0 rgba(0,0,0,.15);--box-shadow-dark-theme:none}*,:after,:before{box-sizing:border-box;margin:0;position:relative;font-weight:400;outline:none;font-family:Figtree,sans-serif}::selection{color:#fff;background:var(--text-color)}body{min-height:100vh;line-height:1.8;font-family:Figtree,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--main-bg-color);overflow-x:hidden}main{animation:fadeInAnimation .5s ease;animation-iteration-count:1;animation-fill-mode:forwards}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}main{background-color:#fff;max-width:960px;margin:6rem auto 2rem;border-radius:2px}.mainWrapper{padding:4rem 1rem;min-height:calc(100vh - 230px);max-width:720px;margin:auto}.mainWrapper,section{display:flex;flex-direction:column;width:100%}section{margin-top:2rem;margin-bottom:2rem}section:last-child{margin-bottom:0}section:first-child{margin-top:0}h1,h2,h3,h4{color:var(--text-color);font-weight:700;margin-bottom:.5rem;line-height:1.2}.h1,h1{font-size:2.1em}.h2,h2{font-size:1.8em}.h3,h3{font-size:1.6em;font-weight:600}.h4,.subHeading,h4{font-size:1.4em;font-weight:600;margin-bottom:1rem}p{font-size:1.2em;font-weight:400;margin-bottom:2rem}p,small{color:var(--text-color)}b{font-weight:600}ul{padding-left:1.5rem}ul>li{list-style:none;margin-bottom:.3em;font-size:1.2em}ul>li:last-child{margin-bottom:0}ul>li:before{content:"";position:absolute;top:50%;left:-15px;transform:translateY(-50%);width:.4rem;height:.4rem;background:var(--text-color);border-radius:50%}.link-button,a{position:relative;display:inline-block;text-decoration:underline;text-underline-offset:.1em;text-decoration-thickness:.1em;align-self:flex-start;font-weight:600;font-size:1.2em;color:var(--link-color);fill:var(--link-color);outline:none;cursor:pointer;background:none;border:none;padding:0}p>.link-button,p>a,small a{font-size:inherit}a:after,button:after{content:"";display:block;position:absolute;top:-5px;bottom:-5px;left:-10px;right:-10px;border-radius:3px;border:3px solid var(--link-color);opacity:0;transition:opacity .1s ease-out}@media(min-width:720px){.h1,h1{font-size:3em}.h2,h2{font-size:2em}.h3,h3{font-size:1.8em}.h4,.subHeading,h4{font-size:1.6em}.link-button,a,p,ul>li{font-size:1.3em}p>.link-button,p>a{font-size:inherit}}.link-button:hover,a:hover{color:var(--link-color-hover);fill:var(--link-color-hover)}.link-button:hover:before,a:hover:before{background-color:var(--link-color-hover)}@media (hover:hover){.link-button:hover:before,a:hover:before{transform:scaleX(1)}a:focus-visible:after,button:focus-visible:after{opacity:1}}.sr-only{display:none}.scrollUpButton_scrollUpButton__hgGb5{position:fixed;bottom:0;right:0;margin:1rem;z-index:999;cursor:pointer;border-radius:50%;width:60px;height:60px;border:none;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--link-color);color:#fff;opacity:0;transform:scale(.8);transform-origin:center bottom;visibility:hidden;transition:all .2s ease-out}@media(min-width:720px){.scrollUpButton_scrollUpButton__hgGb5{margin:2rem}}.scrollUpButton_scrollUpButton__hgGb5 svg{width:100%;height:auto;pointer-events:none;stroke:#fff}.scrollUpButton_scrollUpButton__hgGb5.scrollUpButton_visible__cMPZr{visibility:visible;opacity:1;transform:scale(1)}.scrollUpButton_scrollUpButton__hgGb5:hover{background-color:var(--link-color-hover)}.hamburgerButton_hamburgerButton__r5NV9{position:relative;height:50px;width:50px;cursor:pointer;background:none;border:none;z-index:1000}.hamburgerButton_hamburgerButton__r5NV9 span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;width:80%;height:3px;border-radius:2px;background-color:var(--link-color);transition:transform .2s ease-out,background-color .2s ease-out}.hamburgerButton_hamburgerButton__r5NV9 span:first-child{transform:translate(-50%,calc(-50% + .6em))}.hamburgerButton_hamburgerButton__r5NV9 span:nth-child(2){transform:translate(-50%,calc(-50% + -.6em))}.hamburgerButton_hamburgerButton__r5NV9.hamburgerButton_toggled__8hEwS span:nth-child(3){transform-origin:left center}.hamburgerButton_hamburgerButton__r5NV9:hover span{background-color:var(--link-color-hover)}.hamburgerButton_hamburgerButton__r5NV9.hamburgerButton_toggled__8hEwS span{background-color:var(--main-bg-color)}.hamburgerButton_hamburgerButton__r5NV9.hamburgerButton_toggled__8hEwS span:nth-child(2){transform:rotate(-45deg) translate(-15px,-15px) scaleX(.7)}.hamburgerButton_hamburgerButton__r5NV9.hamburgerButton_toggled__8hEwS span:nth-child(3){transform:translate(-50%,-50%) scaleX(0)}.hamburgerButton_hamburgerButton__r5NV9.hamburgerButton_toggled__8hEwS span:first-child{transform:rotate(45deg) translate(-15px,15px) scaleX(.7)}.header_header__xdC5s{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;gap:1rem;margin:auto;width:100%;max-width:1400px}@media (min-width:720px){.header_header__xdC5s{padding:.5rem 2rem}}.header_headerWrapper__UDngb{z-index:9999;width:100%;background-color:hsla(0,0%,100%,.8);border-bottom:1px solid #f2f2f2}.header_headerWrapper__UDngb,.header_nav__Otboe{position:fixed;top:0;left:0;background-color:#fff}.header_nav__Otboe{transform:translateX(-100%);height:100vh;width:calc(100% - 5rem);max-width:320px;border-right:1px solid #f2f2f2;visibility:hidden;transition:all .2s ease-out}.header_linkWrapper__ZCYuv{display:flex;flex-direction:column;padding:1rem 0;overflow-x:hidden;overflow-y:scroll;height:100vh}.header_linkWrapper__ZCYuv a{width:100%;padding:1rem 2rem;border-bottom:1px solid #f2f2f2;text-decoration:none}.header_linkWrapper__ZCYuv a:after{top:0;left:0;bottom:0;right:0}.header_linkWrapper__ZCYuv a:before{content:none}.header_linkWrapper__ZCYuv a:first-child{border-top:1px solid #f2f2f2}.header_linkWrapper__ZCYuv a:last-child{border-bottom:1px solid #f2f2f2}.header_nav__Otboe:before{content:"";position:fixed;top:0;left:100%;background-color:rgba(0,0,0,.6);width:100vw;height:100%;z-index:-1;pointer-events:none;opacity:0;transition:opacity .2s ease-out}.header_nav__Otboe.header_toggled__3MLO1{visibility:visible;transform:translateX(0)}.header_nav__Otboe.header_toggled__3MLO1:before{opacity:1}.header_progressContainer__m0va0{position:absolute;bottom:-1px;width:100%;height:3px}.header_progressBar__BaBxL{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--link-color);transform:scaleX(0);transform-origin:left center}.header_logo__0c99w{display:flex;align-items:center;justify-content:center;width:4rem;height:3rem}.header_logo__0c99w svg{fill:var(--link-color-hover);position:absolute;height:auto;top:0;margin-top:.4rem;left:0;width:100%}.header_logo__0c99w:before{content:none}.footer_footer__OT4Wn{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:auto;text-align:center;background-color:#fff}.footer_siteMap__JQ4gM{background:#f7f7fa;background-color:#e7ecef;width:100%;display:flex;justify-content:center;border-bottom:1px solid #f2f2f2}.footer_footerLinks__x0hUr{display:flex;flex-direction:row;gap:1.5rem;flex-wrap:wrap;width:100%;max-width:1400px;padding:0 2rem 2rem}.footer_wrapper__FdtZF{max-width:1400px;width:100%;padding:3rem 2rem;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:1rem}@media (min-width:720px){.footer_footerLinks__x0hUr{padding:2rem 2rem 3rem}}@font-face{font-family:__Inter_52d07b;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_52d07b;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_52d07b;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_52d07b;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_52d07b;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_52d07b;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_52d07b;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_Fallback_52d07b;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_52d07b{font-family:__Inter_52d07b,__Inter_Fallback_52d07b;font-style:normal}