@charset "UTF-8";.flex{display:flex}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}@media screen and (max-width: 767px){.flex-row-md{flex-direction:row}.flex-col-md{flex-direction:column}}.justify-content-center{justify-content:center}.justify-content-flex-start{justify-content:flex-start}.justify-content-flex-end{justify-content:flex-end}.justify-content-space-between{justify-content:space-between}.justify-content-space-around{justify-content:space-around}@media screen and (max-width: 767px){.justify-content-center-md{justify-content:center}.justify-content-space-around-md{justify-content:space-around}}.align-items-center{align-items:center}.align-items-flex-start{align-items:flex-start}.align-items-flex-end{align-items:flex-end}@media screen and (max-width: 767px){.align-items-center-md{align-items:center}.align-items-flex-start-md{align-items:flex-start}}.m-a{margin:auto}.m-0{margin:0}.m-1{margin:.5rem}.m-2{margin:1rem}.m-3{margin:2rem}.m-4{margin:3rem}.mt-a{margin-top:auto}.mt-0{margin-top:0}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:2rem}.mt-4{margin-top:3rem}.mb-a{margin-bottom:auto}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:2rem}.mb-4{margin-bottom:3rem}.ml-a{margin-left:auto}.ml-0{margin-left:0}.ml-1{margin-left:.5rem}.ml-2{margin-left:1rem}.ml-3{margin-left:2rem}.ml-4{margin-left:3rem}.mr-a{margin-right:auto}.mr-0{margin-right:0}.mr-1{margin-right:.5rem}.mr-2{margin-right:1rem}.mr-3{margin-right:2rem}.mr-4{margin-right:3rem}.mlr-a{margin-left:auto;margin-right:auto}.mlr-0{margin-left:0;margin-right:0}.mlr-1{margin-left:.5rem;margin-right:.5rem}.mlr-2{margin-left:1rem;margin-right:1rem}.mlr-3{margin-left:2rem;margin-right:2rem}.mlr-4{margin-left:3rem;margin-right:3rem}.p-0{padding:0}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:2rem}.p-4{padding:3rem}.pt-0{padding-top:0}.pt-1{padding-top:.5rem}.pt-2{padding-top:1rem}.pt-3{padding-top:2rem}.pt-4{padding-top:3rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.5rem}.pb-2{padding-bottom:1rem}.pb-3{padding-bottom:2rem}.pb-4{padding-bottom:3rem}.pl-0{padding-left:0}.pl-1{padding-left:.5rem}.pl-2{padding-left:1rem}.pl-3{padding-left:2rem}.pl-4{padding-left:3rem}.pr-0{padding-right:0}.pr-1{padding-right:.5rem}.pr-2{padding-right:1rem}.pr-3{padding-right:2rem}.pr-4{padding-right:3rem}.plr-0{padding-right:0}.plr-1{padding-right:.5rem}.plr-2{padding-right:1rem}.plr-3{padding-right:2rem}.plr-4{padding-right:3rem}.text-white{color:#e8e8e8}.text-dark{color:#666}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#454545;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:after,*:before{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{height:100vh;width:100vw;max-width:100%;overflow-x:hidden;margin:0;padding:0}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}a{font-weight:500;color:#7fd856;text-decoration:inherit}a:hover{color:#7fd856}button{border-radius:12px;border:1px solid transparent;padding:.6em 1.2em;font-size:.75em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s;transition:background-color .25s}button:hover{border-color:#7fd856;background-color:#7fd856}a:focus,button:focus,button:focus-visible{outline:4px auto #7fd856}input{color:#444;background-color:#fff;border-radius:1rem;text-decoration:none;padding:.5rem 1rem;border:1px solid #444;font-size:1rem}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#7fd856}button{background-color:#f9f9f9}}.shadow-1{box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;transition:all .3s cubic-bezier(.25,.8,.25,1)}.page-container{width:100%;top:0;left:0;position:absolute;display:flex;flex-direction:column;align-items:center}.page-section{width:100%;display:flex;justify-content:center;padding:2rem}.page-section.full-width{padding:2rem 0}.page-section.full-width .page-section-content{width:100%}.page-section.disable-padding{padding:0}.page-section .page-section-content{width:88%}.dark .page-section{background-color:#000}@media screen and (max-width: 767px){.page-section .page-section-content{width:100%}}header{z-index:10000;height:48px;position:fixed;top:1rem;left:0;padding-left:1rem;padding-right:1rem;width:calc(100vw - 1rem);display:flex;justify-content:space-between;align-items:center}header>div{width:100%;background-color:#fff;border-radius:2rem}
