@import"https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400,700&family=Poppins:wght@300;400;700&display=swap";:root{--amber-600:#FF9800;--blue-100:#F0F6FE;--blue-300:#C1DBFC;--blue-600:#0770F1;--blue-700:#0554B5;--blue-800:#043879;--green-100:#CEF0CC;--green-600:#22c55e;--green-800:#1D6119;--red-600:#FF413B;--neutral-100:#F1F1F2;--neutral-200:#E3E3E4;--neutral-300:#C7C7C9;--neutral-600:#727477;--neutral-800:#393C40;--neutral-900:#1D2025;--accent-100:#F0F6FE;--accent-200:#E0EDFD;--accent-300:#C1DBFC;--accent-400:#83B8F8;--accent-600:#0770F1;--accent-800:#043879;--yellow-100:#F9FCC1;--yellow-800:#6d7904;--theme-100:#F1F1F2;--font-size:16px;--padding:2rem;--max-width:70rem;--column-min-width:20rem;--background-color:var(--blue-100);--header-height-default:7.5rem;--header-height-short:5rem;--shadow-small:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);--shadow-medium:0 3px 6px rgba(0,0,0,0.05),0 3px 6px rgba(0,0,0,0.1);--shadow-large:0 0 2px rgba(0,0,0,0.15),0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)}body{margin:0}html{font-family:DM Sans,sans-serif;font-weight:400;font-size:var(--font-size);text-underline-offset:.2rem;line-height:1.25;color:var(--neutral-900);scroll-behavior:smooth;overflow-x:hidden}html *,html :after,html :before{outline-style:none;box-sizing:border-box}html body{display:flex;flex-direction:column;margin:0;min-height:100vh;min-width:20rem;width:100vw;background-color:var(--background-color)}html h1,html h2,html h3,html h4,html input,html select{font-family:Poppins,sans-serif}html h1,html h2,html h3,html h4,html p{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}html h2{font-weight:400}html hr{content:"";height:1px;background-color:var(--neutral-200);border:none}html input:not([hidden]):not([type=checkbox]):not([type=radio]){display:flex;align-items:center;height:56px;padding:0 .5rem;border-radius:.25rem;border:1px solid var(--neutral-100);background-color:#fff;outline:none;max-width:369px}html ul{list-style:none;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;-webkit-padding-start:0;padding-inline-start:0}html main{display:flex;flex-direction:column;flex:1 1}html main>section{display:flex;flex-direction:column;padding:var(--padding) 0;scroll-margin-top:var(--header-height-short)}html main>section:first-of-type{scroll-margin-top:var(--header-height-default)}html main>section>*{width:calc(100% - var(--padding)*2);max-width:var(--max-width);margin-left:var(--padding);margin-right:var(--padding);align-self:center}@media screen and (max-width:767px){:root{--font-size:12px;--padding:1rem}}