:root{--color-black:#000;--color-white:#fff;--color-ghostWhite:#f7faff;--color-primary:#1d84bc;--color-text:#000;--color-grey:#ddd;--font-text:"Poppins",sans-serif;--font-title:"Merriweather";--title-desktop-xs:20px;--title-desktop-s:22px;--title-desktop-m:30px;--title-desktop-l:40px;--title-desktop-xl:50px;--title-desktop-xxl:60px;--title-mobile-xs:16px;--title-mobile-s:20px;--title-mobile-m:24px;--title-mobile-l:26px;--title-mobile-xl:30px;--title-mobile-xxl:34px;--text-desktop-m:16px;--text-desktop-l:18px;--text-desktop-xl:20px;--text-mobile-m:16px;--text-mobile-l:18px;--text-mobile-xl:22px;--font-weight-black:900;--font-weight-bold:700;--font-weight-semiBold:600;--font-weight-medium:500;--font-weight-normal:400;--font-weight-light:300;--font-weight-extraLight:275;--header-height:50px}*{box-sizing:border-box;-webkit-overflow-scrolling:touch;outline:none}*,:before,:after{box-sizing:border-box}:focus-visible:not(input,select,textarea){outline:2px solid var(--color-brand-50)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font:inherit;vertical-align:baseline;border:0;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{-webkit-font-smoothing:antialiased;min-height:100vh;min-height:-webkit-fill-available;line-height:1}h1,h2,h3,h4,p{text-rendering:geometricPrecision}html{height:-webkit-fill-available}main{display:block}ol,ul,li{list-style:none}a{color:inherit;cursor:pointer;text-decoration:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}hr{border:none}button{cursor:pointer;color:currentColor;background:0 0;border:none;width:auto;margin:0;padding:0;overflow:visible}legend{float:left;width:100%}input,textarea{appearance:none;vertical-align:middle;white-space:normal;background:0 0;border:0;border-radius:0;margin:0;padding:0;line-height:1;display:inline-block}select{-webkit-margin:0;appearance:none;cursor:pointer;border:0;border-radius:0;margin:0}textarea{resize:none;-webkit-appearance:none}strong{font-weight:bolder}em{font-style:italic}:empty{margin:0}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:275;src:url(/fonts/poppins-extraLight.woff2)format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:300;src:url(/fonts/Poppins-Light.woff2)format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:400;src:url(/fonts/Poppins.woff2)format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:500;src:url(/fonts/Poppins-Medium.woff2)format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:600;src:url(/fonts/Poppins-SemiBold.woff2)format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:700;src:url(/fonts/Poppins-Bold.woff2)format("woff2")}@font-face{font-display:swap;font-family:Merriweather;font-style:normal;font-weight:400;src:url(/fonts/MerriweatherSans.woff2)format("woff2")}@font-face{font-display:swap;font-family:Merriweather;font-style:normal;font-weight:300;src:url(/fonts/Merriweather-Light.woff2)format("woff2")}.button{cursor:pointer;font-family:var(--font-title);text-align:center;white-space:nowrap;border-radius:8px;flex-direction:row;justify-content:center;align-items:center;gap:10px;width:100%;transition:all .2s ease-in-out;display:flex}.button.is-default{background-color:var(--color-primary);color:var(--color-text)}.button.is-outline{background-color:var(--color-white);border:1px solid var(--color-primary);color:var(--color-text)}.button.is-secondary{background-color:var(--color-background)}.button:disabled{opacity:.6;cursor:not-allowed}.button-icon{flex-shrink:0;align-items:center;display:flex}.button-icon svg{width:12.73px;height:auto}.button-loader{border:2px solid;border-top-color:#0000;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite Button-spin}@keyframes Button-spin{to{transform:rotate(360deg)}}.container{width:100%;margin-inline:auto;padding:0 20px}@media (min-width:768px){.container{max-width:1140px;padding-inline:24px}}@media (min-width:1280px){.container{max-width:1240px;padding:0}}
