.typography{color:#fff;margin:0}.typography--large-title{font-family:var(--font-josefin-sans),"Josefin Sans",sans-serif;text-transform:uppercase;font-size:2.5rem;font-weight:700;line-height:3rem}@media screen and (min-width:1024px){.typography--large-title{font-size:3rem;line-height:3.5rem}}@media screen and (min-width:1392px){.typography--large-title{font-size:4rem;line-height:4.5rem}}.typography--title1{font-family:var(--font-josefin-sans),"Josefin Sans",sans-serif;font-size:3rem;font-weight:600;line-height:3.5rem}.typography--title-mid{font-family:var(--font-josefin-sans),"Josefin Sans",sans-serif;font-size:2rem;font-weight:600;line-height:2.5rem}@media screen and (min-width:1024px){.typography--title-mid{font-size:2.5rem;line-height:3rem}}.typography--title2{font-family:var(--font-josefin-sans),"Josefin Sans",sans-serif;font-size:1.25rem;font-weight:700;line-height:1.5rem}@media screen and (min-width:1024px){.typography--title2{font-size:1.5rem;line-height:2rem}}@media screen and (min-width:1392px){.typography--title2{font-size:2rem;line-height:2.5rem}}.typography--headline{font-family:var(--font-josefin-sans),"Josefin Sans",sans-serif;font-size:1.25rem;font-weight:600;line-height:1.5rem}.typography--body{font-family:var(--font-inter),"Inter",sans-serif;font-size:1rem;font-weight:400;line-height:1.25rem}.typography--callout{font-family:var(--font-inter),"Inter",sans-serif;font-size:.875rem;font-weight:400;line-height:1rem}.typography--subheadline{font-family:var(--font-inter),"Inter",sans-serif;font-size:.875rem;font-weight:600;line-height:1rem}.typography--footnote{font-family:var(--font-inter),"Inter",sans-serif;font-size:.75rem;font-weight:400;line-height:.875rem}.typography--caption{font-family:var(--font-inter),"Inter",sans-serif;text-transform:uppercase;font-size:.75rem;font-weight:700;line-height:.875rem}
.button{cursor:pointer;border:none;border-radius:.375rem;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;width:100%;transition:background-color .2s;display:flex}.button--large{min-width:4rem;padding:1rem 1.5rem}.button--small{min-width:4.1875rem;padding:.5rem 1rem}.button--disabled{cursor:not-allowed;background-color:#c1d4e0}.button--loading{min-width:6.375rem}.button__label{font-family:var(--font-josefin-sans),"Josefin Sans",sans-serif;color:var(--button-label-color);font-size:1.25rem;font-weight:600;line-height:1.5rem}.button__label--small{font-family:var(--font-inter),"Inter",sans-serif;font-size:1rem;font-weight:400;line-height:1.25rem}.button__label--disabled{color:#304a5c}.button__spinner{color:var(--button-label-color);justify-content:center;align-items:center;animation:1s linear infinite spin;display:flex}.button__icon{color:var(--button-label-color);align-items:center;display:flex}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.button-primary{--button-label-color:#072535;background-color:#64bded}.button-primary:hover:not(:disabled){background-color:#0d9ce8}
