*{box-sizing:border-box}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{vertical-align:baseline;border:0;margin:0;padding:0;font-size:100%;font-style:normal;text-decoration:none}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:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{all:unset;cursor:pointer}a:focus{outline:2px solid #00f}em,i{font-style:italic}strong,b{font-weight:700}
:root{--font-serif:"Times New Roman",Times,serif;--font-heading:var(--font-ivy-mode),"Geneva";--font-body:var(--font-sora),"Trebuchet MS";--font-light:300;--font-regular:400;--font-semibold:600}
:root{--black:#000;--white:#fff;--primary-shade1:#e11d46;--primary-shade2:#ac1479;--primary-shade3:#fae2ec;--secondary-shade1:#fdb022;--secondary-shade2:#fed07a;--secondary-shade3:#fec75c;--primary-gradient:linear-gradient(to right,var(--primary-shade1),var(--primary-shade2));--secondary-gradient:linear-gradient(to right,#ff7a00,#ffd439);--blue-gradient:linear-gradient(to right,#2587e1,#5a428d);--red-gradient:linear-gradient(to right,#ff2305,#d30921);--gold-gradient:linear-gradient(to right,#ff7a00,#ffd439);--background-gradient:linear-gradient(180deg,#e11d4600 60%,#e11d464d 100%);--background-gradient-left-to-right:linear-gradient(270deg,#e11d4600 70%,#e11d464d 100%);--text-color-primary:#101828;--text-color-secondary:#344054;--text-color-tertiary:#475467;--text-color-quaternary:#667085;--text-color-placeholder:#98a2b3;--text-color-red-gradient:linear-gradient(139deg,#e11d46 14.33%,#ac1479 95.14%);--text-color-link:#1570ef;--text-error-primary:#d92d20;--bg-primary:#fff;--bg-secondary:#fff8fc;--bg-dark:#f4f4f4;--bg-quaternary:#eaecf0;--bg-disable:#98a2b3;--bg-btn-light:#cf1b581a;--border-color-primary:#d0d5dd}
:root{--text-root:62.5%;--text-xxs:1.2rem;--text-xs:1.4rem;--text-s:1.6rem;--text-base:1.8rem;--text-l:2rem;--text-xl:2.4rem;--text-heading:2.8rem;--text-heading-l:3.8rem;--text-heading-xl:4.2rem;--text-hero-heading:4.8rem;--text-hero-heading-l:6.4rem;--text-hero-heading-xl:8rem;--text-hero-heading-2xl:10rem;--text-hero-heading-3xl:13rem;--line-height-solid:1;--line-height-dense:1.25;--line-height-default:1.5;--line-height-loose:1.75;--line-height-high:2}
:root{--space-none:0px;--space-xxs:.2rem;--space-xs:.4rem;--space-sm:.6rem;--space-md:.8rem;--space-lg:1.2rem;--space-xl:1.6rem;--space-2xl:2rem;--space-3xl:2.4rem;--space-4xl:3.2rem;--space-5xl:4rem;--space-6xl:4.8rem;--space-7xl:6.4rem;--space-8xl:8rem;--space-9xl:9.6rem;--space-10xl:12rem}
:root{--size-gutter:var(--space-2xl);--size-max-container-width:2240px;--size-window-height:100vh;--size-window-width:100vw;--size-full:100%;--size-half:50%;--size-global-nav-height:86px;--size-icon-base:1.6rem;--size-icon-md:2rem;--size-icon-lg:2.6rem;--mobile-break-point:1023px;--size-max-text-content-container:1290px}
:root{--radii-sm:4px;--radii-base:8px;--radii-xxl:24px;--radii-full:100%;--radii-md:12px;--radii-lg:16px;--radii-xl:20px}
:root{--shadow-icon-button:0px 1.56px 15.61px 0px #0000001f}
:root{--z-index-dropdown:100;--z-index-sticky:200;--z-index-fixed:300;--z-index-modal-backdrop:400;--z-index-modal:500;--z-index-popover:600;--z-index-tooltip:700}

html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;font-size:var(--text-root);font-family:var(--font-sora);font-weight:var(--font-regular)}body{font-size:var(--text-base);background-color:var(--bg-secondary);-webkit-font-smoothing:antialiased;color:var(--text-color-primary)}.font-primary-gradient{background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.max-width-container{width:var(--size-full);max-width:var(--size-max-container-width);margin-left:auto;margin-right:auto;position:relative}.text-container{width:var(--size-full);max-width:var(--size-max-text-content-container);margin-left:auto;margin-right:auto;position:relative}@media only screen and (max-width:2352px){.max-width-container,.text-container{padding:0 5.6rem}}@media only screen and (max-width:768px){.max-width-container,.text-container{padding:0 var(--space-3xl)}}@media (max-width:1290px){.max-width-container,.text-container{width:var(--size-full)}}.component-in-view-animation{animation:.7s forwards inView}.component-out-of-view-animation{animation:.7s forwards outOfView}@keyframes outOfView{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100px)}}@keyframes inView{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}
