.header{position:fixed;z-index:50;width:100vw}.header,.header>.container{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.header>.container{display:flex;align-items:center;border-radius:var(--radius-circle);margin-top:var(--spacing-lg);background-color:var(--color-white);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)}.header>.container>:not([hidden])~:not([hidden]){--space-x-reverse:0;margin-right:calc(var(--spacing-2xl)*var(--space-x-reverse));margin-left:calc(var(--spacing-2xl)*(1 - var(--space-x-reverse)))}@media(min-width:1024px){.header>.container{width:62rem}}@media(min-width:1280px){.header>.container{width:72rem}}.header.is-stick{background-color:var(--color-white);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)}.header.is-stick>.container{margin-top:0;box-shadow:none}.header__logo{white-space:nowrap;height:2rem}.header__logo img{width:auto;height:100%}.header__toggle{display:flex;align-items:center;justify-content:center;cursor:pointer;margin-left:auto!important}.header__toggle>:not([hidden])~:not([hidden]){--space-x-reverse:0;margin-right:calc(var(--spacing-sm)*var(--space-x-reverse));margin-left:calc(var(--spacing-sm)*(1 - var(--space-x-reverse)))}@media(min-width:768px){.header__toggle{display:none}}.header__toggle a{display:flex;align-items:center;justify-content:center;cursor:pointer;width:2.5rem;height:2.5rem;border-radius:var(--radius-circle);background-color:#fff;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.header__toggle a:active,.header__toggle a:hover{background-color:var(--background)}.header__nav{display:none;position:absolute;right:2rem;top:calc(100% - .75rem);padding:1rem;background:#fff;border-radius:var(--radius-xl);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);min-width:10rem}.header__nav.active{display:block}@media(min-width:768px){.header__nav{display:flex!important;align-items:center;position:relative;right:auto;top:auto;padding:0;box-shadow:none;min-width:auto}.header__nav>:not([hidden])~:not([hidden]){--space-x-reverse:0;margin-right:calc(var(--spacing-base)*var(--space-x-reverse));margin-left:calc(var(--spacing-base)*(1 - var(--space-x-reverse)))}}@media(min-width:1024px){.header__nav>:not([hidden])~:not([hidden]){--space-x-reverse:0;margin-right:calc(var(--spacing-lg)*var(--space-x-reverse));margin-left:calc(var(--spacing-lg)*(1 - var(--space-x-reverse)))}}.header__nav a{display:block;padding:.75rem .25rem;font-weight:500;letter-spacing:.05rem;font-size:var(--font-size-sm);line-height:var(--line-height-sm);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@media(min-width:768px){.header__nav a{padding:0}}@media(min-width:1024px){.header__nav a{font-size:var(--font-size-base);line-height:var(--line-height-base)}.header__nav a>:not([hidden])~:not([hidden]){--space-x-reverse:0;margin-right:calc(var(--spacing-lg)*var(--space-x-reverse));margin-left:calc(var(--spacing-lg)*(1 - var(--space-x-reverse)))}}.header__nav a:hover{color:var(--color-primary)}.header__action{display:none;align-items:center;margin-left:auto!important}.header__action>:not([hidden])~:not([hidden]){--space-x-reverse:0;margin-right:calc(var(--spacing-lg)*var(--space-x-reverse));margin-left:calc(var(--spacing-lg)*(1 - var(--space-x-reverse)))}@media(min-width:768px){.header__action{display:flex}}.header__action a{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;min-width:2rem;height:2rem;border-radius:var(--radius-circle);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.header__action a>svg{width:1.25rem}.header__action a:hover{color:var(--color-primary);background-color:var(--background)}.header__action a.button{padding:0 var(--spacing-md);color:var(--color-white);background-color:var(--color-primary)}.header__action a.button:hover{color:var(--color-secondary)}.header__action a.has-bubble:after{position:absolute;top:0;right:0;width:.5rem;height:.5rem;border-radius:var(--radius-circle);border:2px solid var(--color-white);background-color:var(--color-primary);content:""}:root{--foreground:#333;--background:#f5f5f5;--color-primary:#004751;--color-secondary:#cdfa96;--color-accent:#f8d347;--color-muted:#999;--color-border:#eee;--color-shadow:#333;--color-white:#fff;--color-error:#dc3545;--color-info:#17a2b8;--color-success:#28a745;--color-warning:#ffc107;--spacing-0:0rem;--spacing-2xs:0.25rem;--spacing-xs:0.5rem;--spacing-sm:0.75rem;--spacing-base:1rem;--spacing-md:1.25rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:2.5rem;--spacing-3xl:3rem;--spacing-auto:auto;--font-size-xs:0.75rem;--font-size-sm:0.9rem;--font-size-base:16px;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.9rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--line-height-xs:1rem;--line-height-sm:1.25rem;--line-height-base:1.5rem;--line-height-lg:1.5rem;--line-height-xl:1.75rem;--line-height-2xl:2rem;--line-height-3xl:2.25rem;--line-height-4xl:2.5rem;--line-height-5xl:1;--radius-xs:0.125rem;--radius-sm:0.25rem;--radius-base:0.375rem;--radius-lg:0.5rem;--radius-xl:0.75rem;--radius-circle:9999px;--radius-none:none}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.page-loader{position:fixed;z-index:60;width:100vw;height:100vh;background-color:hsla(0,0%,100%,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.page-loader img{position:absolute;top:50%;left:50%;height:3rem;width:auto;-webkit-appearance:none;transform:translate(-50%,-50%)}.label{display:inline-flex;padding:var(--spacing-xs) var(--spacing-sm);background-color:#fff;border-radius:var(--radius-circle);border:1px solid var(--color-border);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;font-size:var(--font-size-sm);line-height:var(--line-height-sm)}.label:hover{background-color:var(--color-accent)}.ml-0{margin-left:var(--spacing-0)}.mt-0{margin-top:var(--spacing-0)}.mr-0{margin-right:var(--spacing-0)}.mb-0{margin-bottom:var(--spacing-0)}.mx-0{margin-left:var(--spacing-0);margin-right:var(--spacing-0)}.my-0{margin-top:var(--spacing-0);margin-bottom:var(--spacing-0)}.ml-2xs{margin-left:var(--spacing-2xs)}.mt-2xs{margin-top:var(--spacing-2xs)}.mr-2xs{margin-right:var(--spacing-2xs)}.mb-2xs{margin-bottom:var(--spacing-2xs)}.mx-2xs{margin-left:var(--spacing-2xs);margin-right:var(--spacing-2xs)}.my-2xs{margin-top:var(--spacing-2xs);margin-bottom:var(--spacing-2xs)}.ml-xs{margin-left:var(--spacing-xs)}.mt-xs{margin-top:var(--spacing-xs)}.mr-xs{margin-right:var(--spacing-xs)}.mb-xs{margin-bottom:var(--spacing-xs)}.mx-xs{margin-left:var(--spacing-xs);margin-right:var(--spacing-xs)}.my-xs{margin-top:var(--spacing-xs);margin-bottom:var(--spacing-xs)}.ml-sm{margin-left:var(--spacing-sm)}.mt-sm{margin-top:var(--spacing-sm)}.mr-sm{margin-right:var(--spacing-sm)}.mb-sm{margin-bottom:var(--spacing-sm)}.mx-sm{margin-left:var(--spacing-sm);margin-right:var(--spacing-sm)}.my-sm{margin-top:var(--spacing-sm);margin-bottom:var(--spacing-sm)}.ml-base{margin-left:var(--spacing-base)}.mt-base{margin-top:var(--spacing-base)}.mr-base{margin-right:var(--spacing-base)}.mb-base{margin-bottom:var(--spacing-base)}.mx-base{margin-left:var(--spacing-base);margin-right:var(--spacing-base)}.my-base{margin-top:var(--spacing-base);margin-bottom:var(--spacing-base)}.ml-md{margin-left:var(--spacing-md)}.mt-md{margin-top:var(--spacing-md)}.mr-md{margin-right:var(--spacing-md)}.mb-md{margin-bottom:var(--spacing-md)}.mx-md{margin-left:var(--spacing-md);margin-right:var(--spacing-md)}.my-md{margin-top:var(--spacing-md);margin-bottom:var(--spacing-md)}.ml-lg{margin-left:var(--spacing-lg)}.mt-lg{margin-top:var(--spacing-lg)}.mr-lg{margin-right:var(--spacing-lg)}.mb-lg{margin-bottom:var(--spacing-lg)}.mx-lg{margin-left:var(--spacing-lg);margin-right:var(--spacing-lg)}.my-lg{margin-top:var(--spacing-lg);margin-bottom:var(--spacing-lg)}.ml-xl{margin-left:var(--spacing-xl)}.mt-xl{margin-top:var(--spacing-xl)}.mr-xl{margin-right:var(--spacing-xl)}.mb-xl{margin-bottom:var(--spacing-xl)}.mx-xl{margin-left:var(--spacing-xl);margin-right:var(--spacing-xl)}.my-xl{margin-top:var(--spacing-xl);margin-bottom:var(--spacing-xl)}.ml-2xl{margin-left:var(--spacing-2xl)}.mt-2xl{margin-top:var(--spacing-2xl)}.mr-2xl{margin-right:var(--spacing-2xl)}.mb-2xl{margin-bottom:var(--spacing-2xl)}.mx-2xl{margin-left:var(--spacing-2xl);margin-right:var(--spacing-2xl)}.my-2xl{margin-top:var(--spacing-2xl);margin-bottom:var(--spacing-2xl)}.ml-3xl{margin-left:var(--spacing-3xl)}.mt-3xl{margin-top:var(--spacing-3xl)}.mr-3xl{margin-right:var(--spacing-3xl)}.mb-3xl{margin-bottom:var(--spacing-3xl)}.mx-3xl{margin-left:var(--spacing-3xl);margin-right:var(--spacing-3xl)}.my-3xl{margin-top:var(--spacing-3xl);margin-bottom:var(--spacing-3xl)}.ml-auto{margin-left:var(--spacing-auto)}.mt-auto{margin-top:var(--spacing-auto)}.mr-auto{margin-right:var(--spacing-auto)}.mb-auto{margin-bottom:var(--spacing-auto)}.mx-auto{margin-left:var(--spacing-auto);margin-right:var(--spacing-auto)}.my-auto{margin-top:var(--spacing-auto);margin-bottom:var(--spacing-auto)}.pl-0{padding-left:var(--spacing-0)}.pt-0{padding-top:var(--spacing-0)}.pr-0{padding-right:var(--spacing-0)}.pb-0{padding-bottom:var(--spacing-0)}.px-0{padding-left:var(--spacing-0);padding-right:var(--spacing-0)}.py-0{padding-top:var(--spacing-0);padding-bottom:var(--spacing-0)}.pl-2xs{padding-left:var(--spacing-2xs)}.pt-2xs{padding-top:var(--spacing-2xs)}.pr-2xs{padding-right:var(--spacing-2xs)}.pb-2xs{padding-bottom:var(--spacing-2xs)}.px-2xs{padding-left:var(--spacing-2xs);padding-right:var(--spacing-2xs)}.py-2xs{padding-top:var(--spacing-2xs);padding-bottom:var(--spacing-2xs)}.pl-xs{padding-left:var(--spacing-xs)}.pt-xs{padding-top:var(--spacing-xs)}.pr-xs{padding-right:var(--spacing-xs)}.pb-xs{padding-bottom:var(--spacing-xs)}.px-xs{padding-left:var(--spacing-xs);padding-right:var(--spacing-xs)}.py-xs{padding-top:var(--spacing-xs);padding-bottom:var(--spacing-xs)}.pl-sm{padding-left:var(--spacing-sm)}.pt-sm{padding-top:var(--spacing-sm)}.pr-sm{padding-right:var(--spacing-sm)}.pb-sm{padding-bottom:var(--spacing-sm)}.px-sm{padding-left:var(--spacing-sm);padding-right:var(--spacing-sm)}.py-sm{padding-top:var(--spacing-sm);padding-bottom:var(--spacing-sm)}.pl-base{padding-left:var(--spacing-base)}.pt-base{padding-top:var(--spacing-base)}.pr-base{padding-right:var(--spacing-base)}.pb-base{padding-bottom:var(--spacing-base)}.px-base{padding-left:var(--spacing-base);padding-right:var(--spacing-base)}.py-base{padding-top:var(--spacing-base);padding-bottom:var(--spacing-base)}.pl-md{padding-left:var(--spacing-md)}.pt-md{padding-top:var(--spacing-md)}.pr-md{padding-right:var(--spacing-md)}.pb-md{padding-bottom:var(--spacing-md)}.px-md{padding-left:var(--spacing-md);padding-right:var(--spacing-md)}.py-md{padding-top:var(--spacing-md);padding-bottom:var(--spacing-md)}.pl-lg{padding-left:var(--spacing-lg)}.pt-lg{padding-top:var(--spacing-lg)}.pr-lg{padding-right:var(--spacing-lg)}.pb-lg{padding-bottom:var(--spacing-lg)}.px-lg{padding-left:var(--spacing-lg);padding-right:var(--spacing-lg)}.py-lg{padding-top:var(--spacing-lg);padding-bottom:var(--spacing-lg)}.pl-xl{padding-left:var(--spacing-xl)}.pt-xl{padding-top:var(--spacing-xl)}.pr-xl{padding-right:var(--spacing-xl)}.pb-xl{padding-bottom:var(--spacing-xl)}.px-xl{padding-left:var(--spacing-xl);padding-right:var(--spacing-xl)}.py-xl{padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}.pl-2xl{padding-left:var(--spacing-2xl)}.pt-2xl{padding-top:var(--spacing-2xl)}.pr-2xl{padding-right:var(--spacing-2xl)}.pb-2xl{padding-bottom:var(--spacing-2xl)}.px-2xl{padding-left:var(--spacing-2xl);padding-right:var(--spacing-2xl)}.py-2xl{padding-top:var(--spacing-2xl);padding-bottom:var(--spacing-2xl)}.pl-3xl{padding-left:var(--spacing-3xl)}.pt-3xl{padding-top:var(--spacing-3xl)}.pr-3xl{padding-right:var(--spacing-3xl)}.pb-3xl{padding-bottom:var(--spacing-3xl)}.px-3xl{padding-left:var(--spacing-3xl);padding-right:var(--spacing-3xl)}.py-3xl{padding-top:var(--spacing-3xl);padding-bottom:var(--spacing-3xl)}.pl-auto{padding-left:var(--spacing-auto)}.pt-auto{padding-top:var(--spacing-auto)}.pr-auto{padding-right:var(--spacing-auto)}.pb-auto{padding-bottom:var(--spacing-auto)}.px-auto{padding-left:var(--spacing-auto);padding-right:var(--spacing-auto)}.py-auto{padding-top:var(--spacing-auto);padding-bottom:var(--spacing-auto)}.text-xs{font-size:var(--font-size-xs);line-height:var(--line-height-xs)}.text-sm{font-size:var(--font-size-sm);line-height:var(--line-height-sm)}.text-base{font-size:var(--font-size-base);line-height:var(--line-height-base)}.text-lg{font-size:var(--font-size-lg);line-height:var(--line-height-lg)}.text-xl{font-size:var(--font-size-xl);line-height:var(--line-height-xl)}.text-2xl{font-size:var(--font-size-2xl);line-height:var(--line-height-2xl)}.text-3xl{font-size:var(--font-size-3xl);line-height:var(--line-height-3xl)}.text-4xl{font-size:var(--font-size-4xl);line-height:var(--line-height-4xl)}.text-5xl{font-size:var(--font-size-5xl);line-height:var(--line-height-5xl)}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fg-primary{color:var(--color-primary)}.bg-primary{background-color:var(--color-primary)}.fg-secondary{color:var(--color-secondary)}.bg-secondary{background-color:var(--color-secondary)}.fg-border{color:var(--color-border)}.bg-border{background-color:var(--color-border)}.fg-shadow{color:var(--color-shadow)}.bg-shadow{background-color:var(--color-shadow)}.fg-muted{color:var(--color-muted)}.bg-muted{background-color:var(--color-muted)}.fg-error{color:var(--color-error)}.bg-error{background-color:var(--color-error)}.fg-info{color:var(--color-info)}.bg-info{background-color:var(--color-info)}.fg-success{color:var(--color-success)}.bg-success{background-color:var(--color-success)}.fg-warning{color:var(--color-warning)}.bg-warning{background-color:var(--color-warning)}.fg-white{color:var(--color-white)}.bg-white{background-color:var(--color-white)}.fg-accent{color:var(--color-accent)}.bg-accent{background-color:var(--color-accent)}.display-block{display:block}.display-flex{display:flex}.display-grid{display:grid}.display-inline{display:inline}.display-inline-block{display:inline-block}.display-inline-flex{display:inline-flex}.display-table{display:table}.display-table-cell{display:table-cell}.display-table-row{display:table-row}.display-none{display:none}.clamp-1{-webkit-line-clamp:1}.clamp-1,.clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.clamp-2{-webkit-line-clamp:2}.clamp-3{-webkit-line-clamp:3}.clamp-3,.clamp-none{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.clamp-none{-webkit-line-clamp:none}.radius{border-radius:var(--radius-base)}.radius-t{border-top-left-radius:var(--radius-base)}.radius-r,.radius-t{border-top-right-radius:var(--radius-base)}.radius-b,.radius-r{border-bottom-right-radius:var(--radius-base)}.radius-b,.radius-l{border-bottom-left-radius:var(--radius-base)}.radius-l{border-top-left-radius:var(--radius-base)}.radius-xs{border-radius:var(--radius-xs)}.radius-t-xs{border-top-left-radius:var(--radius-xs)}.radius-r-xs,.radius-t-xs{border-top-right-radius:var(--radius-xs)}.radius-b-xs,.radius-r-xs{border-bottom-right-radius:var(--radius-xs)}.radius-b-xs,.radius-l-xs{border-bottom-left-radius:var(--radius-xs)}.radius-l-xs{border-top-left-radius:var(--radius-xs)}.radius-sm{border-radius:var(--radius-sm)}.radius-t-sm{border-top-left-radius:var(--radius-sm)}.radius-r-sm,.radius-t-sm{border-top-right-radius:var(--radius-sm)}.radius-b-sm,.radius-r-sm{border-bottom-right-radius:var(--radius-sm)}.radius-b-sm,.radius-l-sm{border-bottom-left-radius:var(--radius-sm)}.radius-l-sm{border-top-left-radius:var(--radius-sm)}.radius-base{border-radius:var(--radius-base)}.radius-t-base{border-top-left-radius:var(--radius-base)}.radius-r-base,.radius-t-base{border-top-right-radius:var(--radius-base)}.radius-b-base,.radius-r-base{border-bottom-right-radius:var(--radius-base)}.radius-b-base,.radius-l-base{border-bottom-left-radius:var(--radius-base)}.radius-l-base{border-top-left-radius:var(--radius-base)}.radius-lg{border-radius:var(--radius-lg)}.radius-t-lg{border-top-left-radius:var(--radius-lg)}.radius-r-lg,.radius-t-lg{border-top-right-radius:var(--radius-lg)}.radius-b-lg,.radius-r-lg{border-bottom-right-radius:var(--radius-lg)}.radius-b-lg,.radius-l-lg{border-bottom-left-radius:var(--radius-lg)}.radius-l-lg{border-top-left-radius:var(--radius-lg)}.radius-xl{border-radius:var(--radius-xl)}.radius-t-xl{border-top-left-radius:var(--radius-xl)}.radius-r-xl,.radius-t-xl{border-top-right-radius:var(--radius-xl)}.radius-b-xl,.radius-r-xl{border-bottom-right-radius:var(--radius-xl)}.radius-b-xl,.radius-l-xl{border-bottom-left-radius:var(--radius-xl)}.radius-l-xl{border-top-left-radius:var(--radius-xl)}.radius-circle{border-radius:var(--radius-circle)}.radius-t-circle{border-top-left-radius:var(--radius-circle)}.radius-r-circle,.radius-t-circle{border-top-right-radius:var(--radius-circle)}.radius-b-circle,.radius-r-circle{border-bottom-right-radius:var(--radius-circle)}.radius-b-circle,.radius-l-circle{border-bottom-left-radius:var(--radius-circle)}.radius-l-circle{border-top-left-radius:var(--radius-circle)}.radius-none{border-radius:var(--radius-none)}.radius-t-none{border-top-left-radius:var(--radius-none)}.radius-r-none,.radius-t-none{border-top-right-radius:var(--radius-none)}.radius-b-none,.radius-r-none{border-bottom-right-radius:var(--radius-none)}.radius-b-none,.radius-l-none{border-bottom-left-radius:var(--radius-none)}.radius-l-none{border-top-left-radius:var(--radius-none)}.align-left{text-align:left}.align-right{text-align:right}.align-center{text-align:center}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.items-top{align-items:top}.items-middle{align-items:middle}.items-bottom{align-items:bottom}.content-start{justify-content:start}.content-center{justify-content:center}.content-end{justify-content:end}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-size:var(--font-size-base);line-height:var(--line-height-base)}a{color:inherit;text-decoration:none}.container{position:relative;margin:0 auto;padding:var(--spacing-base)}@media(min-width:1024px){.container{width:60rem}}@media(min-width:1280px){.container{width:70rem}}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/356abdd51b933898-s.woff2) format("woff2");unicode-range:U+06??,U+0750-077f,U+0870-088e,U+0890-0891,U+0898-08e1,U+08e3-08ff,U+200c-200e,U+2010-2011,U+204f,U+2e41,U+fb50-fdff,U+fe70-fe74,U+fe76-fefc}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/1a4dd1d7cd3232ea-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/341baa6ce7a16e81-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/d70c23d6fe66d464-s.woff2) format("woff2");unicode-range:U+0590-05ff,U+200c-2010,U+20aa,U+25cc,U+fb1d-fb4f}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/0596140cb8d9223a-s.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c22ccc5eb58b83e1-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+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/356abdd51b933898-s.woff2) format("woff2");unicode-range:U+06??,U+0750-077f,U+0870-088e,U+0890-0891,U+0898-08e1,U+08e3-08ff,U+200c-200e,U+2010-2011,U+204f,U+2e41,U+fb50-fdff,U+fe70-fe74,U+fe76-fefc}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1a4dd1d7cd3232ea-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/341baa6ce7a16e81-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d70c23d6fe66d464-s.woff2) format("woff2");unicode-range:U+0590-05ff,U+200c-2010,U+20aa,U+25cc,U+fb1d-fb4f}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/0596140cb8d9223a-s.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c22ccc5eb58b83e1-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+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/356abdd51b933898-s.woff2) format("woff2");unicode-range:U+06??,U+0750-077f,U+0870-088e,U+0890-0891,U+0898-08e1,U+08e3-08ff,U+200c-200e,U+2010-2011,U+204f,U+2e41,U+fb50-fdff,U+fe70-fe74,U+fe76-fefc}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1a4dd1d7cd3232ea-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/341baa6ce7a16e81-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d70c23d6fe66d464-s.woff2) format("woff2");unicode-range:U+0590-05ff,U+200c-2010,U+20aa,U+25cc,U+fb1d-fb4f}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/0596140cb8d9223a-s.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c22ccc5eb58b83e1-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+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/356abdd51b933898-s.woff2) format("woff2");unicode-range:U+06??,U+0750-077f,U+0870-088e,U+0890-0891,U+0898-08e1,U+08e3-08ff,U+200c-200e,U+2010-2011,U+204f,U+2e41,U+fb50-fdff,U+fe70-fe74,U+fe76-fefc}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1a4dd1d7cd3232ea-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/341baa6ce7a16e81-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d70c23d6fe66d464-s.woff2) format("woff2");unicode-range:U+0590-05ff,U+200c-2010,U+20aa,U+25cc,U+fb1d-fb4f}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0596140cb8d9223a-s.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c22ccc5eb58b83e1-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+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/356abdd51b933898-s.woff2) format("woff2");unicode-range:U+06??,U+0750-077f,U+0870-088e,U+0890-0891,U+0898-08e1,U+08e3-08ff,U+200c-200e,U+2010-2011,U+204f,U+2e41,U+fb50-fdff,U+fe70-fe74,U+fe76-fefc}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1a4dd1d7cd3232ea-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/341baa6ce7a16e81-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/d70c23d6fe66d464-s.woff2) format("woff2");unicode-range:U+0590-05ff,U+200c-2010,U+20aa,U+25cc,U+fb1d-fb4f}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/0596140cb8d9223a-s.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c22ccc5eb58b83e1-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+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/356abdd51b933898-s.woff2) format("woff2");unicode-range:U+06??,U+0750-077f,U+0870-088e,U+0890-0891,U+0898-08e1,U+08e3-08ff,U+200c-200e,U+2010-2011,U+204f,U+2e41,U+fb50-fdff,U+fe70-fe74,U+fe76-fefc}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/1a4dd1d7cd3232ea-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/341baa6ce7a16e81-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/d70c23d6fe66d464-s.woff2) format("woff2");unicode-range:U+0590-05ff,U+200c-2010,U+20aa,U+25cc,U+fb1d-fb4f}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/0596140cb8d9223a-s.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c22ccc5eb58b83e1-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+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/356abdd51b933898-s.woff2) format("woff2");unicode-range:U+06??,U+0750-077f,U+0870-088e,U+0890-0891,U+0898-08e1,U+08e3-08ff,U+200c-200e,U+2010-2011,U+204f,U+2e41,U+fb50-fdff,U+fe70-fe74,U+fe76-fefc}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/1a4dd1d7cd3232ea-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/341baa6ce7a16e81-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/d70c23d6fe66d464-s.woff2) format("woff2");unicode-range:U+0590-05ff,U+200c-2010,U+20aa,U+25cc,U+fb1d-fb4f}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/0596140cb8d9223a-s.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Rubik_c95e69;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/c22ccc5eb58b83e1-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+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Rubik_Fallback_c95e69;src:local("Arial");ascent-override:88.57%;descent-override:23.68%;line-gap-override:0.00%;size-adjust:105.57%}.__className_c95e69{font-family:__Rubik_c95e69,__Rubik_Fallback_c95e69;font-style:normal}.__variable_c95e69{--font-sans:"__Rubik_c95e69","__Rubik_Fallback_c95e69"}@font-face{font-family:__Source_Code_Pro_9164ad;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ab99ad4ed5e7109f-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Source_Code_Pro_9164ad;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f37a779bf334f320-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Source_Code_Pro_9164ad;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/2c4d685f72923efd-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Source_Code_Pro_9164ad;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e2ca726a49d40231-s.woff2) format("woff2");unicode-range:U+0370-03ff}@font-face{font-family:__Source_Code_Pro_9164ad;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/912bbfc8a95a8846-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:__Source_Code_Pro_9164ad;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e6c3d658a7b9df83-s.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Source_Code_Pro_9164ad;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b3c12d6455f3d8e7-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+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Source_Code_Pro_Fallback_9164ad;src:local("Arial");ascent-override:72.39%;descent-override:20.08%;line-gap-override:0.00%;size-adjust:135.93%}.__className_9164ad{font-family:__Source_Code_Pro_9164ad,__Source_Code_Pro_Fallback_9164ad;font-weight:400;font-style:normal}.__variable_9164ad{--font-mono:"__Source_Code_Pro_9164ad","__Source_Code_Pro_Fallback_9164ad"}