@import url("https://fonts.googleapis.com/css2?family=Just+Another+Hand&family=Roboto:wght@300;400;700&display=swap");:root,html[data-theme=light]{--background:#f6f6f6;--accent:#20313b;--accent_light:#fbfbfb;--primary:#0060b0;--primary_med:rgba(47,128,237,.3);--primary_light:#e2eaf5;--secondary:linear-gradient(109.59deg,#f60011 4.22%,#ac0915 176.57%);--secondary_med:linear-gradient(109.59deg,#f60011 4.22%,#f60011 176.57%);--secondary_light:#e2eaf5;--line:#e5e6e7;--logo:#183273;--font:#20313b;--font_secondary:#888;--font_tertiary:#afafaf;--font_highlight:#f60011;--shadow-med:0px 38.5185px 25.4815px rgba(0,0,0,.085),0px 20px 13px rgba(0,0,0,.07),0px 8.14815px 6.51852px rgba(0,0,0,.055),0px 1.85185px 3.14815px rgba(0,0,0,.03);--shadow:0 0.5rem 1rem 0 rgba(0,0,0,.1);--shadow-sml:0 0.25rem 0.5rem 0 rgb(0 0 0/5%)}body,html{scroll-behavior:smooth;padding:0;margin:0;font-family:Roboto,sans-serif;font-weight:400;color:var(--font);background:var(--background)}a{color:var(--primary);text-decoration:none}*{box-sizing:border-box}svg{display:block}li,ul{list-style:none;margin:0;padding:0}.pseudo-section,footer,header,section{width:100%;padding:0 .5rem;overflow:hidden}.pseudo-section>*,section>*{max-width:1440px;margin:0 auto}form{display:block}@media (min-width:768px){.pseudo-section,footer,header,section{padding:0 3rem}}@media (min-width:1000px){.pseudo-section,footer,header,section{padding:0 6rem}}@media (min-width:1280px){.pseudo-section,footer,header,section{padding:0 8rem}.pseudo-section>*,footer>*,header>*,section>*{max-width:1440px}}h1,h2,h3,h4,h5,h6,li,p{margin:0;padding:0}li,p{line-height:26px;font-weight:300}.title{line-height:72px;font-size:60px}.sub-title,.title{margin:0;font-weight:700}.sub-title{line-height:48px;font-size:40px}.sml-title{line-height:25px}.section-title,.sml-title{margin:0;font-weight:400;font-size:20px}.section-title{line-height:24px;letter-spacing:.02em;text-transform:uppercase}@media screen and (max-width:720px){.title{margin:0;line-height:72px;font-size:60px}.sub-title{line-height:32px;font-size:32px}.section-title,.sml-title{font-size:16px;margin-bottom:4px;line-height:24px}li,p{line-height:24px}}.script-font{font-family:Just Another Hand,cursive}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-secondary{color:var(--font_secondary)}.font-primary{color:var(--primary)}.font-white{color:#fff}.font-white-light{color:hsla(0,0%,100%,.75)}.trans{transition:.15s cubic-bezier(.215,.61,.355,1)}.trans-position{transition-property:left,right,top,bottom,transform,width,height;transition-duration:.15s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.trans-opacity{transition:opacity .15s cubic-bezier(.215,.61,.355,1)}.trans-color{transition:background .15s cubic-bezier(.215,.61,.355,1)}.fit-cover{object-fit:cover}.spinner,.spinner-sml{display:inline-block;border-radius:50%;animation:spin 1s ease-in-out infinite;-webkit-animation:spin 1s ease-in-out infinite;border-color:var(--primary_light);border-style:solid;border-top-color:var(--primary)}.spinner{width:36px;height:36px;border-width:6px}.spinner-sml{width:24px;height:24px;border-width:4px}.shimmer{animation:shimmer 2s infinite;background:linear-gradient(to right,var(--line) 4%,var(--font_tertiary) 25%,var(--line) 36%);background-size:1000px 100%}.pulse-left{animation:pulseLeft .3s cubic-bezier(.25,1,.5,1) forwards}.pop-left{animation:popLeft .3s cubic-bezier(.4,0,.2,1) forwards}.pop-right{animation:popRight .3s cubic-bezier(.4,0,.2,1) forwards}.pop-up{animation:popUp .3s cubic-bezier(.4,0,.2,1) forwards}.pop-down{animation:popDown .3s cubic-bezier(.4,0,.2,1) forwards}.slide-left{animation:slideLeft .3s cubic-bezier(.4,0,.2,1) forwards}.slide-right{animation:slideRight .3s cubic-bezier(.4,0,.2,1) forwards}@keyframes spin{to{-webkit-transform:rotate(1turn)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes pulseLeft{0%{opacity:0;transform:scale(0) translateY(1rem)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes popUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@keyframes popDown{0%{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}@keyframes popLeft{0%{opacity:0;transform:translateX(1rem)}to{opacity:1;transform:translateX(0)}}@keyframes popRight{0%{opacity:0;transform:translateX(-1rem)}to{opacity:1;transform:translateX(0)}}@keyframes slideLeft{0%{opacity:0;transform:translateX(25%)}to{opacity:1;transform:translateX(0)}}@keyframes slideRight{0%{opacity:0;transform:translateX(-20%)}to{opacity:1;transform:translateX(0)}}@keyframes check{0%{stroke-dashoffset:45}to{stroke-dashoffset:20}}.rounded,.rounded-sml{border-radius:.25rem}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.width-100{width:100%}.height-100{height:100%}.width-auto{width:auto}.div-line{width:100%;border-bottom:1px solid var(--line)}.div-line-vert{height:100%;border-right:1px solid var(--line)}.z-index-2{position:relative;z-index:2}.z-index-3{position:relative;z-index:3}.z-index-4{position:relative;z-index:4}.row-spacing-sml>:not(:last-child){margin-right:.5rem}.row-spacing-med>:not(:last-child){margin-right:1rem}.row-spacing-lg>:not(:last-child){margin-right:1.5rem}.row-spacing-xl>:not(:last-child){margin-right:2rem}.row-spacing-xxl>:not(:last-child){margin-right:3rem}.col-spacing-sml>:not(:last-child){margin-bottom:.5rem}.col-spacing-med>:not(:last-child){margin-bottom:1rem}.col-spacing-lg>:not(:last-child){margin-bottom:1.5rem}.col-spacing-xl>:not(:last-child){margin-bottom:2rem}.flex-fill{display:flex;align-items:center;justify-content:space-between}.flex-fill>*{width:100%}.flex-center{justify-content:center}.flex-btw,.flex-center{display:flex;align-items:center}.flex-btw{justify-content:space-between}.flex-align-center{display:flex;align-items:center}.flex-align-top{display:flex;align-items:flex-start}.flex-align-bottom{display:flex;align-items:flex-end}.flex-justify-center{display:flex;justify-content:center}.flex-justify-right{display:flex;justify-content:flex-end}.flex-justify-left{display:flex;justify-content:flex-start}.flex-justify-btw{display:flex;justify-content:space-between}.flex-col{display:flex;flex-direction:column}@media (max-width:768px){.hide-on-mobile{display:none!important}}@media (min-width:768px){.show-on-mobile{display:none!important}}@media (max-width:1000px){.hide-on-tablet{display:none!important}}@media screen and (min-width:1000px){.show-on-tablet{display:none!important}}.good{color:#27ae60;background:rgba(39,174,96,.1)}.medium{color:#f2c94c;background:rgba(242,201,76,.1)}.bad{color:#eb5757;background:rgba(235,87,87,.1)}