:root{--color-primary:#1c7690;--color-dark:#022539;--color-accent:#fb991c;--color-secondary:#1ca2c9;--font-family-base:"Inter",Arial,sans-serif;--font-size-base:16px;--font-size-sm:14px;--font-size-lg:20px;--font-weight-normal:400;--font-weight-bold:700;--border-radius-sm:calc(var(--border-radius) / 2);--border-radius:$border-radius;--border-radius-lg:calc(var(--border-radius) * 2);--box-shadow:0 2px 8px rgba(0,0,0,0.08);--transition-fast:0.2s ease;--transition:0.3s ease}*,:after,:before{box-sizing:border-box;margin:0;font-weight:400}html{font-size:16px;line-height:1.5}body{display:flex;flex-direction:column;align-items:center;justify-content:space-between;min-height:calc(100vh + 14rem);font-family:Inter,Arial,sans-serif,Avenir LT Std,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue;font-size:12px;color:#022539;background:#f3fffd;line-height:1.6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}ul{list-style:none}h1{font-weight:800}h2{font-weight:700}h3{font-weight:600}p{color:rgba(37,37,37,.8)}a,p{font-size:12px}a{color:#1c7690;transition:color .15s cubic-bezier(.45,.39,.02,1);text-decoration:none}a:hover{color:#1ca2c9;cursor:pointer}.button,span{font-size:12px}.button{background-color:#1c7690;border:none;color:#fff;padding:6.8571428571px 15px;text-align:center;text-decoration:none;display:inline-block;font-family:Inter,Arial,sans-serif;cursor:pointer;border-radius:8px;width:-moz-max-content;width:max-content;white-space:nowrap;transition:all .35s cubic-bezier(.16,1,.3,1)}.button:active:not(:disabled),.button:hover:not(:disabled){background-color:#1ca2c9;color:#fff}.button:disabled{background-color:#1ca2c9;color:hsla(0,0%,100%,.6);opacity:.6;cursor:not-allowed}.button:focus{outline:none;box-shadow:0 0 0 4px rgba(28,162,201,.3),0 0 0 2px #1ca2c9}.buttonTemp{background-color:#1c7690;border:none;color:#fff;padding:6.8571428571px 15px;text-align:center;text-decoration:none;display:inline-block;font-size:12px;font-family:Inter,Arial,sans-serif;cursor:pointer;border-radius:8px;width:-moz-max-content;width:max-content;white-space:nowrap;transition:all .35s cubic-bezier(.16,1,.3,1);animation:fadeIn .35s cubic-bezier(.16,1,.3,1)}.buttonTemp:active:not(:disabled),.buttonTemp:hover:not(:disabled){background-color:#1ca2c9;color:#fff}.buttonTemp:disabled{background-color:#1ca2c9;color:hsla(0,0%,100%,.6);opacity:.6;cursor:not-allowed}.buttonTemp:focus{outline:none;box-shadow:0 0 0 4px rgba(28,162,201,.3),0 0 0 2px #1ca2c9}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.input{width:100%;padding:6.8571428571px;border:1px solid #ccc;font-size:12px;transition:border-color .15s cubic-bezier(.45,.39,.02,1)}.input:focus{border-color:#1c7690;outline:none}.CheckboxRoot{width:20px;height:20px;margin:0 6px 0 0;border:2px solid #1c7690;border-radius:4px;background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .15s cubic-bezier(.45,.39,.02,1),box-shadow .15s cubic-bezier(.45,.39,.02,1),background .15s cubic-bezier(.45,.39,.02,1)}.CheckboxRoot[data-state=checked]{background:#1c7690;border-color:#1c7690}.CheckboxRoot[data-state=indeterminate]{background:#1ca2c9;border-color:#1ca2c9}.CheckboxRoot:focus{outline:none;box-shadow:0 0 0 2px #1ca2c9}.CheckboxIndicator{display:flex;align-items:center;justify-content:center;color:#fff;width:14px;height:14px;font-size:14px;pointer-events:none}.Label{font-size:12px;font-weight:500;color:#022539;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;display:inline-flex;align-items:center}.scrollHidden{overflow:hidden}.HomeLayout_header__3OkSJ{display:flex;justify-content:space-between;align-items:center;flex-direction:row;position:static;top:0;left:0;width:100%;background-color:#fb991c;padding:8px;color:#fff}.HomeLayout_header__3OkSJ div{display:flex;align-items:center;justify-content:center;margin:0 8px;gap:8px}.HomeLayout_h3__R_3C2{font-weight:600;font-size:16px;width:100%}.HomeLayout_a__ovkhg{display:flex;align-items:center;margin:0;padding:0}.HomeLayout_img__tU5YR{width:30px;height:30px;margin:5px}.HomeLayout_footer__9MBH_{display:grid;grid-template-columns:1fr 3fr 3fr;grid-template-rows:1fr;gap:16px;position:static;bottom:0;left:0;height:-moz-min-content;height:min-content;width:100%;background-color:#022539;padding:24px 48px;color:#fff}.HomeLayout_footer__9MBH_ h3{font-weight:700;margin-bottom:16px}.HomeLayout_footer__9MBH_ a{color:#1ca2c9}.HomeLayout_footer__9MBH_ a:hover{color:#7a87ff}.HomeLayout_footer__links__VlWCg{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(5,auto);gap:.5rem;margin:auto;width:100%}.HomeLayout_footer__links__VlWCg span{font-size:10.4px;align-self:center}.HomeLayout_footer__subscribe__2yJk7{display:flex;flex-direction:row;gap:0;justify-content:center;align-items:center}.HomeLayout_footer__subscribe__2yJk7 button{margin:0;background-color:#fff;color:#022539;font-size:10.4px;font-weight:600;padding:12px 24px;border-radius:0 4px 4px 0}.HomeLayout_footer__subscribe__2yJk7 button:hover{background-color:#1c7690;color:#fff}.HomeLayout_footer__subscribe__2yJk7 input{background:none;color:rgba(235,240,249,.3019607843);font-size:10.4px;border:1px solid rgba(235,240,249,.3019607843);border-right:none;padding:12px 24px;border-radius:4px 0 0 4px}@media(max-width:768px){.HomeLayout_header__3OkSJ h3{display:none}.HomeLayout_header__3OkSJ button{font-size:10.4px;width:-moz-max-content;width:max-content;padding:6.8571428571px 12px}.HomeLayout_header__3OkSJ .HomeLayout_span__aqaDV{font-size:10.4px}.HomeLayout_footer__9MBH_{grid-template-columns:1fr;grid-template-rows:repeat(3,auto);padding:24px}.HomeLayout_footer__9MBH_ h3{font-size:12px;margin-bottom:4px}.HomeLayout_footer__links__VlWCg{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,auto)}.HomeLayout_footer__links__VlWCg span{font-size:10.4px}.HomeLayout_footer__subscribe__2yJk7{flex-direction:column;width:70%}.HomeLayout_footer__subscribe__2yJk7 input{width:100%;margin:auto;border-radius:8px;border:1px solid rgba(235,240,249,.3019607843)}.HomeLayout_footer__subscribe__2yJk7 button{width:100%;margin:auto;border-radius:8px}}.HomeLayout_appVersion__nz2wy{background-color:#fff;color:#1ca2c9;padding:4px 6.8571428571px;border-radius:8px;font-size:12px;font-weight:800}