@font-face{font-family:Gotham-Black;src:url(/_next/static/media/Gotham-Black.e5ff0f37.woff2) format("woff2"),url(/_next/static/media/Gotham-Black.a1a78184.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Gotham-Book;src:url(/_next/static/media/Gotham-Book.52ebd981.woff2) format("woff2"),url(/_next/static/media/Gotham-Book.6f8e9bab.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:GeneralSans-Medium;src:url(/_next/static/media/GeneralSans-Medium.c769b9ad.woff2) format("woff2"),url(/_next/static/media/GeneralSans-Medium.b9031fab.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:GeneralSans-Regular;src:url(/_next/static/media/GeneralSans-Regular.eb38d80f.woff2) format("woff2"),url(/_next/static/media/GeneralSans-Regular.f134b2c5.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Satoshi-Medium;src:url(/_next/static/media/Satoshi-Medium.22539d17.woff2) format("woff2"),url(/_next/static/media/Satoshi-Medium.f3941e68.woff) format("woff");font-weight:400;font-style:normal}.checkboxContainer{display:flex;flex-direction:row;gap:1rem;align-items:center}.checkboxContainer .checkbox{display:none}.checkboxContainer .text.disabled{color:#3a3a3a}@media(max-width:599px){.checkboxContainer .text{max-width:85%;font-size:1.5rem;line-height:2rem}}.checkboxContainer .checkbox-label{display:flex;align-items:center;justify-content:center;width:24px;height:24px;min-width:24px;border-radius:.3rem;cursor:pointer;position:relative;background-color:#fefefe;border:2px solid #9e9e9e}.checkboxContainer .checkbox-label svg{position:absolute;z-index:1;top:5px;left:5px;fill:none;stroke:#fff;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:16px;stroke-dashoffset:16px;transition:all .3s ease;transition-delay:.1s;transform:translateZ(0)}.checkboxContainer .checkbox-label:before{content:"";width:100%;height:100%;background:#0d6031;display:block;transform:scale(0);opacity:1;border-radius:.3rem;transition-delay:.2s;transition:all .6s ease}.checkboxContainer .checkbox:checked+.checkbox-label{background-color:#0d6031;border-color:#0d6031;animation:check .6s ease forwards}.checkboxContainer .checkbox:checked+.checkbox-label svg{stroke-dashoffset:0}.checkboxContainer .checkbox:checked+.checkbox-label:before{transform:scale(2.2);opacity:0;transition:all .6s ease}@keyframes check{50%{transform:scale(1.2)}}