.Button-module__SMU_uG__button{justify-content:center;align-items:center;gap:var(--button-gap,8px);font-family:var(--font-family-primary);font-weight:var(--text-button-weight);text-align:center;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;border:var(--button-border-width)solid transparent;-webkit-tap-highlight-color:transparent;background:0 0;outline:none;text-decoration:none;transition:all .2s ease-in-out;display:inline-flex;position:relative}.Button-module__SMU_uG__button:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}.Button-module__SMU_uG__small{padding:var(--button-small-padding-y)var(--button-small-padding-x);border-radius:var(--button-small-radius);font-size:var(--text-button-small-size);line-height:var(--text-button-small-line-height);min-height:40px}.Button-module__SMU_uG__medium{padding:var(--button-padding-y)var(--button-padding-x);border-radius:var(--button-border-radius);font-size:var(--text-button-size);line-height:var(--text-button-line-height);min-height:var(--button-min-height)}.Button-module__SMU_uG__large{border-radius:var(--button-border-radius);min-height:60px;padding:24px 100px;font-size:30px;line-height:32px}.Button-module__SMU_uG__primary{background:var(--brand-primary);color:var(--brand-on-primary,var(--white));border-color:var(--brand-primary);box-shadow:var(--shadow-button)}.Button-module__SMU_uG__primary:hover:not(:disabled){background:var(--brand-primary-hover);border-color:var(--brand-primary-hover);box-shadow:var(--shadow-button-hover);color:var(--brand-on-primary,var(--white));text-decoration:none;transform:translateY(-1px)}.Button-module__SMU_uG__primary:active:not(:disabled){background:var(--brand-primary-active);border-color:var(--brand-primary-active);transform:translateY(0)}.Button-module__SMU_uG__secondary{background:var(--brand-secondary,var(--gray-medium));color:var(--brand-on-secondary,var(--white));border-color:var(--brand-secondary,var(--gray-medium));box-shadow:var(--shadow-button)}.Button-module__SMU_uG__secondary:hover:not(:disabled){background:color-mix(in srgb,var(--brand-secondary,var(--gray-medium))90%,black);border-color:color-mix(in srgb,var(--brand-secondary,var(--gray-medium))90%,black);box-shadow:var(--shadow-button-hover);transform:translateY(-1px)}.Button-module__SMU_uG__secondary:active:not(:disabled){background:color-mix(in srgb,var(--brand-secondary,var(--gray-medium))80%,black);border-color:color-mix(in srgb,var(--brand-secondary,var(--gray-medium))80%,black);transform:translateY(0)}.Button-module__SMU_uG__outlined{background:var(--white);color:var(--brand-primary);border-color:var(--brand-primary)}.Button-module__SMU_uG__outlined:hover:not(:disabled){background:var(--white);border-color:var(--brand-primary-hover);color:var(--brand-primary-hover);text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.Button-module__SMU_uG__outlined:active:not(:disabled){background:var(--white);border-color:var(--brand-primary-active);color:var(--brand-primary-active)}.Button-module__SMU_uG__ghost{color:var(--brand-primary);background:0 0;border-color:#0000}.Button-module__SMU_uG__ghost:hover:not(:disabled){background:color-mix(in srgb,var(--brand-primary)10%,transparent);color:var(--brand-primary-hover)}.Button-module__SMU_uG__ghost:active:not(:disabled){background:color-mix(in srgb,var(--brand-primary)15%,transparent);color:var(--brand-primary-active)}.Button-module__SMU_uG__inverted{background:var(--white);color:var(--brand-primary);border-color:var(--white);box-shadow:var(--shadow-button)}.Button-module__SMU_uG__inverted:hover:not(:disabled){background:var(--off-white);border-color:var(--off-white);box-shadow:var(--shadow-button-hover);transform:translateY(-1px)}.Button-module__SMU_uG__inverted:active:not(:disabled){background:var(--gray-bg);border-color:var(--gray-bg);transform:translateY(0)}.Button-module__SMU_uG__disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.Button-module__SMU_uG__loading{cursor:wait;pointer-events:none}.Button-module__SMU_uG__loading .Button-module__SMU_uG__text{opacity:0}.Button-module__SMU_uG__fullWidth{width:100%}.Button-module__SMU_uG__smallWidth{width:20%;max-width:50%}.Button-module__SMU_uG__hasIcon{gap:var(--button-gap)}.Button-module__SMU_uG__iconLeft,.Button-module__SMU_uG__iconRight{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Button-module__SMU_uG__iconLeft{margin-right:-4px}.Button-module__SMU_uG__iconRight{margin-left:-4px}.Button-module__SMU_uG__spinner{justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Button-module__SMU_uG__spinnerCircle{border:2px solid;border-right-color:#0000;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite Button-module__SMU_uG__spin}.Button-module__SMU_uG__large .Button-module__SMU_uG__spinnerCircle{border-width:3px;width:20px;height:20px}@keyframes Button-module__SMU_uG__spin{to{transform:rotate(360deg)}}@media (max-width:640px){.Button-module__SMU_uG__button{width:100%}.Button-module__SMU_uG__medium{min-height:44px;padding:16px 40px;font-size:20px;line-height:24px}.Button-module__SMU_uG__large{min-height:52px;padding:20px 60px;font-size:24px;line-height:28px}}
.SvgIcon-module__VEtI3G__iconContainer{color:var(--brand-primary);justify-content:center;align-items:center;display:inline-flex}.SvgIcon-module__VEtI3G__iconContainer svg{width:100%;height:100%;display:block}.SvgIcon-module__VEtI3G__iconContainer svg path,.SvgIcon-module__VEtI3G__iconContainer svg circle,.SvgIcon-module__VEtI3G__iconContainer svg rect,.SvgIcon-module__VEtI3G__iconContainer svg polygon,.SvgIcon-module__VEtI3G__iconContainer svg polyline,.SvgIcon-module__VEtI3G__iconContainer svg line,.SvgIcon-module__VEtI3G__iconContainer svg ellipse{stroke:currentColor;fill:none}.SvgIcon-module__VEtI3G__iconContainer svg path[fill]:not([fill=none]):not([fill=transparent]),.SvgIcon-module__VEtI3G__iconContainer svg circle[fill]:not([fill=none]):not([fill=transparent]),.SvgIcon-module__VEtI3G__iconContainer svg rect[fill]:not([fill=none]):not([fill=transparent]),.SvgIcon-module__VEtI3G__iconContainer svg polygon[fill]:not([fill=none]):not([fill=transparent]){fill:currentColor;stroke:none}.SvgIcon-module__VEtI3G__iconSkeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;animation:1.5s infinite SvgIcon-module__VEtI3G__shimmer;display:inline-flex}@keyframes SvgIcon-module__VEtI3G__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.SvgIcon-module__VEtI3G__iconPlaceholder{color:#999;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px;justify-content:center;align-items:center;font-size:24px;font-weight:700;display:inline-flex}
.SignInModal-module__55gWMW__modalOverlay{z-index:var(--z-modal-backdrop,9998);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-in-out SignInModal-module__55gWMW__fadeIn;display:flex;position:fixed;inset:0}@keyframes SignInModal-module__55gWMW__fadeIn{0%{opacity:0}to{opacity:1}}.SignInModal-module__55gWMW__modalContainer{background-color:var(--white);border-radius:var(--radius-large);width:100%;max-width:500px;z-index:var(--z-modal,9999);padding:3rem 2.5rem 2rem;animation:.3s ease-out SignInModal-module__55gWMW__slideUp;position:relative;box-shadow:0 20px 60px #0000004d}@keyframes SignInModal-module__55gWMW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.SignInModal-module__55gWMW__modalHeading{font-size:25px;line-height:var(--text-base-line-height);font-weight:var(--font-weight-black);color:var(--black);text-align:center;margin:0 0 2rem}.SignInModal-module__55gWMW__optionsContainer{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.SignInModal-module__55gWMW__signInButton{border-radius:var(--radius-button);background-color:var(--brand-primary);width:100%;color:var(--white);font-size:var(--text-button-size);line-height:var(--text-button-line-height);font-weight:var(--font-weight-bold);cursor:pointer;box-shadow:var(--shadow-button);border:none;justify-content:center;align-items:center;padding:1.125rem 2rem;transition:all .2s;display:flex}.SignInModal-module__55gWMW__signInButton:hover{box-shadow:var(--shadow-button-hover);background-color:color-mix(in srgb,var(--brand-primary)90%,black);transform:translateY(-2px)}.SignInModal-module__55gWMW__signInButton:active{transform:translateY(0)}.SignInModal-module__55gWMW__closeButton{border-radius:var(--radius-button);width:100%;color:var(--gray-medium);font-size:var(--text-base-size);line-height:var(--text-base-line-height);font-weight:var(--font-weight-medium);cursor:pointer;background-color:#0000;border:none;justify-content:center;align-items:center;padding:.875rem 2rem;transition:all .2s;display:flex}.SignInModal-module__55gWMW__closeButton:hover{color:var(--black);background-color:var(--gray-bg)}@media (max-width:768px){.SignInModal-module__55gWMW__modalContainer{max-width:420px;padding:2.5rem 2rem}.SignInModal-module__55gWMW__modalHeading{font-size:calc(var(--text-h4-size)*.85);line-height:calc(var(--text-h4-line-height)*.85);margin-bottom:1.75rem}.SignInModal-module__55gWMW__signInButton{font-size:calc(var(--text-button-size)*.9);padding:1rem 1.75rem}}@media (max-width:480px){.SignInModal-module__55gWMW__modalOverlay{padding:.75rem}.SignInModal-module__55gWMW__modalContainer{max-width:100%;padding:2rem 1.5rem}.SignInModal-module__55gWMW__modalHeading{font-size:calc(var(--text-h4-size)*.75);line-height:calc(var(--text-h4-line-height)*.75);margin-bottom:1.5rem}.SignInModal-module__55gWMW__optionsContainer{gap:.875rem;margin-bottom:1.75rem}.SignInModal-module__55gWMW__signInButton{font-size:calc(var(--text-button-size)*.85);padding:.875rem 1.5rem}.SignInModal-module__55gWMW__closeButton{font-size:var(--text-small-size);padding:.75rem 1.5rem}}
.Header-module__wWZOdW__header{z-index:50;background-color:var(--white);isolation:isolate;-webkit-backdrop-filter:blur(10px)saturate(180%);backdrop-filter:blur(10px)saturate(180%);will-change:padding,box-shadow;border-bottom:1px solid #e5e7eb;width:100%;transition:padding .3s,box-shadow .3s;position:fixed;top:0}.Header-module__wWZOdW__header.Header-module__wWZOdW__scrolled{box-shadow:0 2px 8px #00000014}.Header-module__wWZOdW__nav{will-change:padding;justify-content:space-between;align-items:center;max-width:1480px;margin:0 auto;padding:1rem;transition:padding .3s;display:flex}.Header-module__wWZOdW__scrolled .Header-module__wWZOdW__nav{padding:.5rem 1rem}.Header-module__wWZOdW__logoContainer{flex-shrink:0;align-items:center;display:flex}.Header-module__wWZOdW__logoLink{display:block}.Header-module__wWZOdW__logo{object-fit:contain;will-change:height,max-width;width:auto;max-width:280px;height:60px;transition:height .3s,max-width .3s}.Header-module__wWZOdW__logoScrolled{max-width:240px;height:38px}.Header-module__wWZOdW__logoFallback{font-size:1.25rem;font-weight:700}.Header-module__wWZOdW__headerButton{border:2.7px solid var(--black);color:var(--black);font-size:16px;font-weight:var(--font-weight-bold);white-space:nowrap;background:0 0;border-radius:16px;align-items:center;gap:8px;padding:12px 20px 12px 15px;text-decoration:none;transition:all .2s;display:flex}.Header-module__wWZOdW__headerButton:hover{color:var(--black);text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.Header-module__wWZOdW__headerButtonIcon{filter:brightness(0);flex-shrink:0;width:24px;height:24px}.Header-module__wWZOdW__desktopNav{flex:1;justify-content:flex-end;align-items:center;gap:.25rem;margin-right:.75rem;display:none}.Header-module__wWZOdW__navLink{font-size:18px;font-weight:var(--font-weight-bold);color:var(--black);white-space:nowrap;border-radius:12px;padding:10px 16px;text-decoration:none;transition:all .2s}.Header-module__wWZOdW__navLink:hover{color:var(--brand-primary);background-color:#0000;text-decoration:none}.Header-module__wWZOdW__subPageLink{font-size:18px;font-weight:var(--font-weight-bold);color:var(--black);white-space:nowrap;border-radius:12px;padding:10px 16px;text-decoration:none;transition:all .2s}.Header-module__wWZOdW__subPageLink:hover{color:var(--black);background-color:#00000008;text-decoration:none}.Header-module__wWZOdW__desktopSignInContainer{flex-shrink:0;display:none}.Header-module__wWZOdW__signInButton{color:var(--brand-primary);border:1px solid #fff6;border-color:var(--brand-primary);background:var(--white);cursor:pointer;white-space:nowrap;border-width:2.5px;border-radius:16px;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;transition:all .2s;display:flex;padding:10px 20px!important}.Header-module__wWZOdW__signInButton:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.Header-module__wWZOdW__signInIcon{flex-shrink:0;width:20px;height:22px}.Header-module__wWZOdW__mobileMenuButton{color:#374151;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}.Header-module__wWZOdW__mobileMenuIcon{width:1.5rem;height:1.5rem}.Header-module__wWZOdW__mobileMenu{background-color:var(--white);border-top:1px solid #e5e7eb}.Header-module__wWZOdW__mobileMenuInner{flex-direction:column;gap:.75rem;padding:1rem 1.5rem;display:flex}.Header-module__wWZOdW__mobileQuickLinks{text-transform:uppercase;color:#6b7280;padding:.5rem 1rem;font-size:.75rem;font-weight:700}.Header-module__wWZOdW__mobileNavLink{color:var(--black);border-radius:.5rem;padding:.5rem 1rem;font-size:1rem;font-weight:500;transition:all .2s;display:block}.Header-module__wWZOdW__mobileNavLink:hover{color:var(--brand-primary);background-color:#f9fafb;text-decoration:none}.Header-module__wWZOdW__mobileSubPageLink{color:var(--black);border-radius:.5rem;padding:.5rem 1rem;font-size:1rem;font-weight:700;transition:all .2s;display:block}.Header-module__wWZOdW__mobileSubPageLink:hover{color:var(--brand-primary);background-color:#f9fafb;text-decoration:none}.Header-module__wWZOdW__mobileDivider{border-top:1px solid #e5e7eb;margin:.75rem 0}.Header-module__wWZOdW__mobileSignInButton{border:2px solid var(--brand-primary);width:100%;color:var(--brand-primary);background:var(--white);cursor:pointer;border-radius:20px;justify-content:center;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.Header-module__wWZOdW__mobileSignInButton:hover{text-decoration:none;box-shadow:0 4px 12px #00000026}@media (max-width:640px){.Header-module__wWZOdW__nav{padding:1rem}.Header-module__wWZOdW__scrolled .Header-module__wWZOdW__nav{padding:.5rem 1rem}.Header-module__wWZOdW__logo{max-width:300px;height:50px}.Header-module__wWZOdW__logoScrolled{max-width:200px;height:32px}.Header-module__wWZOdW__logoFallback{font-size:1rem}}@media (min-width:768px){.Header-module__wWZOdW__nav{padding:1.125rem 1.5rem}.Header-module__wWZOdW__scrolled .Header-module__wWZOdW__nav{padding:.5rem 1.5rem}.Header-module__wWZOdW__logo{max-width:300px;height:60px}.Header-module__wWZOdW__logoScrolled{max-width:225px;height:42px}}@media (min-width:1024px){.Header-module__wWZOdW__logo{max-width:300px;height:60px}.Header-module__wWZOdW__logoScrolled{max-width:260px;height:48px}.Header-module__wWZOdW__desktopNav{gap:.75rem;margin-right:1.5rem}.Header-module__wWZOdW__navLink,.Header-module__wWZOdW__subPageLink{padding:.5rem 1rem;font-size:1rem}}@media (min-width:1220px){.Header-module__wWZOdW__desktopNav{display:flex}.Header-module__wWZOdW__desktopSignInContainer{display:block}.Header-module__wWZOdW__mobileMenuButton,.Header-module__wWZOdW__mobileMenu{display:none}}@media (min-width:1280px){.Header-module__wWZOdW__nav{max-width:1680px;padding:1.5rem 3rem}.Header-module__wWZOdW__scrolled .Header-module__wWZOdW__nav{padding:.5rem 3rem}.Header-module__wWZOdW__logo{max-width:300px;height:60px}.Header-module__wWZOdW__logoScrolled{max-width:280px;height:60px}.Header-module__wWZOdW__logoFallback{font-size:1.5rem}}
.Footer-module__7rJKvG__footer{background-color:var(--footer-background,#cecece);color:var(--gray-medium);min-height:var(--footer-height)}.Footer-module__7rJKvG__container{max-width:2045px;margin:0 auto;padding:2.5rem 5rem}.Footer-module__7rJKvG__topSection{justify-content:space-between;align-items:flex-start;margin-bottom:3rem;display:flex}.Footer-module__7rJKvG__logoContainer{flex-shrink:0}.Footer-module__7rJKvG__logo{width:auto;height:75px}.Footer-module__7rJKvG__logoAutoSize{width:auto;height:auto}.Footer-module__7rJKvG__logoFallback{font-size:1.5rem;font-weight:var(--font-weight-bold)}.Footer-module__7rJKvG__socialIcons{align-items:center;gap:1rem;display:flex}.Footer-module__7rJKvG__socialLink{border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:background-color .2s;display:flex}.Footer-module__7rJKvG__socialLink:hover{background-color:#ffffff1a}.Footer-module__7rJKvG__linksGrid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem;display:grid}.Footer-module__7rJKvG__columnHeading{text-transform:uppercase;color:#9c9c9c;margin-bottom:8px;font-size:.875rem;font-weight:800}.Footer-module__7rJKvG__linksList{flex-direction:column;gap:5px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__7rJKvG__linksList li{margin:0;padding:0}.Footer-module__7rJKvG__link{color:var(--brand-primary);font-size:.875rem;font-weight:500;transition:color .2s}.Footer-module__7rJKvG__link:hover{color:var(--brand-primary-hover);text-decoration:none}.Footer-module__7rJKvG__bottomSection{flex-direction:column;justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.Footer-module__7rJKvG__copyrightSection{flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem;display:flex}.Footer-module__7rJKvG__secondaryLogoWrapper{margin-bottom:.75rem}.Footer-module__7rJKvG__secondaryLogo{opacity:.6;width:auto;max-height:80px}.Footer-module__7rJKvG__copyrightText{max-width:60vw;font-size:var(--copyright-fs-desktop,14px);font-weight:var(--copyright-fw,700);line-height:var(--copyright-lh-desktop,13px);color:var(--copyright-color,#848b96);flex-direction:column;display:flex}.Footer-module__7rJKvG__copyrightText p{font-size:inherit;font-weight:inherit;color:inherit;line-height:inherit;margin:0}.Footer-module__7rJKvG__badge{font-size:.75rem;font-weight:var(--font-weight-bold);color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.Footer-module__7rJKvG__compactFooter{background-color:var(--footer-background,#1d1d1d);color:#d9d9d9}.Footer-module__7rJKvG__compactContainer{max-width:1085px;margin:0 auto;padding:5rem 10rem 2.5rem}.Footer-module__7rJKvG__compactLinksGrid{gap:12.6875rem;max-width:47.8125rem;margin:0 auto 5rem;display:flex}.Footer-module__7rJKvG__compactColumnHeading{color:#fff;margin-bottom:1.25rem;font-size:.75rem;font-weight:900;line-height:1}.Footer-module__7rJKvG__compactLinksList{flex-direction:column;gap:.5625rem;margin:0;padding:0;line-height:1;list-style:none;display:flex}.Footer-module__7rJKvG__compactLink{font-size:var(--text-extra-small-size);color:#e8f1f2;font-weight:600;line-height:12px;transition:color .2s}.Footer-module__7rJKvG__compactLink:hover{color:#fff;text-decoration:none}.Footer-module__7rJKvG__compactBottomBar{justify-content:space-between;align-items:flex-start;max-width:47.8125rem;margin:0 auto;display:flex}.Footer-module__7rJKvG__compactWordmark{flex-direction:column;gap:1rem;display:flex}.Footer-module__7rJKvG__compactWordmarkText{color:#e3e3e3;letter-spacing:-.05em;font-size:1.969rem;font-weight:400}.Footer-module__7rJKvG__compactCopyright{color:#d9d9d9;font-size:.625rem;font-weight:500;line-height:1.6}.Footer-module__7rJKvG__compactCopyright p{font-size:inherit;font-weight:inherit;color:inherit;line-height:inherit;margin:0}.Footer-module__7rJKvG__compactSocialIcons{align-items:center;gap:.875rem;padding-top:.5rem;display:flex}.Footer-module__7rJKvG__compactSocialLink{color:#fff;justify-content:center;align-items:center;width:24px;height:24px;transition:opacity .2s;display:flex}.Footer-module__7rJKvG__compactSocialLink:hover{opacity:.7}@media (max-width:768px){.Footer-module__7rJKvG__compactContainer{padding:3rem 1.5rem 2rem}.Footer-module__7rJKvG__compactLinksGrid{flex-wrap:wrap;justify-content:flex-start;gap:2.5rem}.Footer-module__7rJKvG__compactBottomBar{flex-direction:column;gap:1.5rem}.Footer-module__7rJKvG__container{padding:2rem 1.5rem}.Footer-module__7rJKvG__bottomSection{flex-direction:row}.Footer-module__7rJKvG__copyrightSection{margin-bottom:0}.Footer-module__7rJKvG__linksGrid{grid-template-columns:repeat(2,1fr)}.Footer-module__7rJKvG__copyrightText{font-size:var(--copyright-fs-mobile,12px);line-height:var(--copyright-lh-mobile,12px);max-width:37vw}.Footer-module__7rJKvG__topSection{flex-direction:column;gap:2rem}.Footer-module__7rJKvG__socialIcons{justify-content:flex-start}}
.LegalPage-module__vIciRa__legalPage{background-color:var(--color-background,#fff);min-height:100vh}.LegalPage-module__vIciRa__header{background-color:var(--color-surface,#f9fafb);border-bottom:1px solid var(--color-border,#e5e7eb);padding:4rem 0 3rem}.LegalPage-module__vIciRa__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.LegalPage-module__vIciRa__title{color:var(--color-text-primary,#111827);margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.LegalPage-module__vIciRa__description{color:var(--color-text-secondary,#6b7280);max-width:800px;margin-bottom:.75rem;font-size:1.125rem;line-height:1.6}.LegalPage-module__vIciRa__lastUpdated{color:var(--color-text-tertiary,#9ca3af);font-size:.875rem;font-style:italic}.LegalPage-module__vIciRa__content{padding:3rem 0}.LegalPage-module__vIciRa__pdfContainer{flex-direction:column;gap:1.5rem;display:flex}.LegalPage-module__vIciRa__pdfWrapper{border:1px solid var(--color-border,#e5e7eb);background-color:#f3f4f6;border-radius:.5rem;width:100%;height:80vh;min-height:600px;max-height:1200px;overflow:hidden}.LegalPage-module__vIciRa__pdfIframe{border:none;width:100%;height:100%}.LegalPage-module__vIciRa__pdfActions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.LegalPage-module__vIciRa__downloadButton,.LegalPage-module__vIciRa__openButton{border:2px solid #0000;border-radius:.375rem;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.LegalPage-module__vIciRa__downloadButton{background-color:var(--color-primary,#ed2824);color:var(--color-on-primary,#fff)}.LegalPage-module__vIciRa__downloadButton:hover{background-color:var(--color-primary-dark,#d11f1b);transform:translateY(-1px);box-shadow:0 4px 12px #ed28244d}.LegalPage-module__vIciRa__openButton{color:var(--color-primary,#ed2824);border-color:var(--color-primary,#ed2824);background-color:#0000}.LegalPage-module__vIciRa__openButton:hover{background-color:var(--color-primary,#ed2824);color:var(--color-on-primary,#fff)}.LegalPage-module__vIciRa__richText{max-width:800px;color:var(--color-text-primary,#111827);margin:0 auto;font-size:1.125rem;line-height:1.8}.LegalPage-module__vIciRa__richText p{margin-bottom:1.5rem}.LegalPage-module__vIciRa__richText p:last-child{margin-bottom:0}.LegalPage-module__vIciRa__richText h2{color:var(--color-text-primary,#111827);margin-top:3rem;margin-bottom:1.5rem;font-size:1.875rem;font-weight:700}.LegalPage-module__vIciRa__richText h3{color:var(--color-text-primary,#111827);margin-top:2rem;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.LegalPage-module__vIciRa__richText ul,.LegalPage-module__vIciRa__richText ol{margin-bottom:1.5rem;padding-left:2rem}.LegalPage-module__vIciRa__richText li{margin-bottom:.5rem}.LegalPage-module__vIciRa__richText a{color:var(--color-primary,#ed2824);text-decoration:underline}.LegalPage-module__vIciRa__richText a:hover{text-decoration:none}.LegalPage-module__vIciRa__richText strong{color:var(--color-text-primary,#111827);font-weight:600}.LegalPage-module__vIciRa__error{text-align:center;padding:3rem 1.5rem}.LegalPage-module__vIciRa__error p{color:var(--color-text-secondary,#6b7280);font-size:1.125rem}@media (max-width:768px){.LegalPage-module__vIciRa__header{padding:3rem 0 2rem}.LegalPage-module__vIciRa__title{font-size:2rem}.LegalPage-module__vIciRa__description{font-size:1rem}.LegalPage-module__vIciRa__content{padding:2rem 0}.LegalPage-module__vIciRa__pdfWrapper{height:70vh;min-height:500px}.LegalPage-module__vIciRa__richText{font-size:1rem}.LegalPage-module__vIciRa__richText h2{margin-top:2rem;font-size:1.5rem}.LegalPage-module__vIciRa__richText h3{font-size:1.25rem}.LegalPage-module__vIciRa__pdfActions{flex-direction:column}.LegalPage-module__vIciRa__downloadButton,.LegalPage-module__vIciRa__openButton{width:100%}}@media (max-width:480px){.LegalPage-module__vIciRa__title{font-size:1.75rem}.LegalPage-module__vIciRa__pdfWrapper{height:60vh;min-height:400px}}
.PasswordProtectedGate-module__bbFNfG__dialog{background:#fff;border:none;border-radius:16px;width:90%;max-width:440px;margin:0;padding:0;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.PasswordProtectedGate-module__bbFNfG__dialog::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080}.PasswordProtectedGate-module__bbFNfG__content{flex-direction:column;gap:24px;padding:40px 32px;display:flex}.PasswordProtectedGate-module__bbFNfG__header{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.PasswordProtectedGate-module__bbFNfG__icon{color:var(--brand-primary,#1e40af);margin-bottom:8px}.PasswordProtectedGate-module__bbFNfG__title{color:#111827;margin:0;font-size:24px;font-weight:700;line-height:1.2}.PasswordProtectedGate-module__bbFNfG__subtitle{color:#6b7280;max-width:320px;margin:0;font-size:15px;line-height:1.5}.PasswordProtectedGate-module__bbFNfG__form{flex-direction:column;gap:16px;display:flex}.PasswordProtectedGate-module__bbFNfG__inputWrapper{position:relative}.PasswordProtectedGate-module__bbFNfG__input{background:#fff;border:2px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:14px 16px;font-family:inherit;font-size:16px;transition:all .2s}.PasswordProtectedGate-module__bbFNfG__input:focus{border-color:var(--brand-primary,#1e40af);box-shadow:0 0 0 3px #1e40af1a}.PasswordProtectedGate-module__bbFNfG__input:disabled{cursor:not-allowed;opacity:.6;background:#f9fafb}.PasswordProtectedGate-module__bbFNfG__error{color:#dc2626;align-items:center;gap:6px;margin:-8px 0 0;font-size:14px;font-weight:500;display:flex}.PasswordProtectedGate-module__bbFNfG__error:before{content:"⚠";font-size:16px}.PasswordProtectedGate-module__bbFNfG__button{color:#fff;background:var(--brand-primary,#1e40af);cursor:pointer;border:none;border-radius:10px;width:100%;padding:14px 24px;font-family:inherit;font-size:16px;font-weight:600;transition:all .2s}.PasswordProtectedGate-module__bbFNfG__button:hover:not(:disabled){background:var(--brand-primary-dark,#1e3a8a);transform:translateY(-1px);box-shadow:0 4px 12px #1e40af4d}.PasswordProtectedGate-module__bbFNfG__button:active:not(:disabled){transform:translateY(0)}.PasswordProtectedGate-module__bbFNfG__button:disabled{opacity:.6;cursor:not-allowed;background:#9ca3af}.PasswordProtectedGate-module__bbFNfG__help{color:#9ca3af;text-align:center;margin:0;font-size:13px;line-height:1.4}@media (max-width:640px){.PasswordProtectedGate-module__bbFNfG__content{padding:32px 24px}.PasswordProtectedGate-module__bbFNfG__title{font-size:22px}.PasswordProtectedGate-module__bbFNfG__subtitle{font-size:14px}.PasswordProtectedGate-module__bbFNfG__dialog{max-width:calc(100% - 32px)}}
.Hero-module__Cea7Pq__heroSection{flex-direction:column;display:flex;position:relative;overflow:hidden}.Hero-module__Cea7Pq__whiteBackground{background-color:var(--white)}.Hero-module__Cea7Pq__heroOverlay{z-index:1;position:absolute;inset:0}.Hero-module__Cea7Pq__heroWrapper{min-height:600px;display:flex;position:relative;overflow:hidden}.Hero-module__Cea7Pq__heroBackground{color:var(--white);position:absolute;inset:0}.Hero-module__Cea7Pq__heroSubtitle{color:var(--white);font-size:var(--text-medium-size);line-height:var(--text-medium-line-height);margin-top:16px}.Hero-module__Cea7Pq__networkBadge{color:var(--white);font-size:var(--text-base-size);font-weight:var(--font-weight-bold)}.Hero-module__Cea7Pq__ctaWrapper{margin:0 auto}.Hero-module__Cea7Pq__heroTitleSection{flex-direction:column;justify-content:center;align-items:center;gap:5px;display:flex}.Hero-module__Cea7Pq__heroContent{z-index:10;text-align:center;flex-direction:column;gap:45px;max-width:1100px;margin:0 auto;padding:0 8px;display:flex;position:relative}.Hero-module__Cea7Pq__heroTitle{font-size:var(--text-hero-size);line-height:var(--text-hero-line-height);font-weight:var(--text-hero-weight);color:var(--white);text-align:center;margin:64px 0 0}.Hero-module__Cea7Pq__darkText{color:var(--black)}@media (max-width:1024px){.Hero-module__Cea7Pq__heroWrapper{min-height:500px}.Hero-module__Cea7Pq__heroContent{padding:0 var(--spacing-6);gap:50px}.Hero-module__Cea7Pq__heroTitle{font-size:calc(var(--text-hero-size)*.85);line-height:calc(var(--text-hero-line-height)*.85)}.Hero-module__Cea7Pq__heroSubtitle{font-size:calc(var(--text-medium-size)*.9);line-height:calc(var(--text-medium-line-height)*.9)}}@media (max-width:768px){.Hero-module__Cea7Pq__heroWrapper{min-height:400px}.Hero-module__Cea7Pq__heroContent{padding:0 var(--spacing-4);gap:40px}.Hero-module__Cea7Pq__heroTitleSection{gap:8px}.Hero-module__Cea7Pq__heroTitle{font-size:calc(var(--text-hero-size)*.75);line-height:calc(var(--text-hero-line-height)*.75);margin:32px 0 0}.Hero-module__Cea7Pq__heroSubtitle{font-size:var(--text-medium-size);line-height:var(--text-medium-line-height)}.Hero-module__Cea7Pq__networkBadge{font-size:var(--text-small-size)}}@media (max-width:380px){.Hero-module__Cea7Pq__heroWrapper{min-height:400px}.Hero-module__Cea7Pq__heroContent{padding:0 var(--spacing-4);gap:32px}.Hero-module__Cea7Pq__heroTitle{font-size:calc(var(--text-hero-size)*.8);line-height:calc(var(--text-hero-line-height)*.8);margin-top:32px}.Hero-module__Cea7Pq__heroSubtitle{font-size:calc(var(--text-medium-size)*.9);line-height:calc(var(--text-medium-line-height)*.9)}}
.Features-module__Upvgea__features{flex-direction:column;justify-content:center;align-items:center;width:100%;padding:120px 0;display:flex}.Features-module__Upvgea__featureGrid{flex-direction:column;align-items:center;gap:20px;width:100%;max-width:1680px;padding:0 60px;display:flex}.Features-module__Upvgea__featureGrid h2{color:#383838;text-align:center;max-width:800px;margin:0;font-weight:800}.Features-module__Upvgea__featuresSubtitle{text-align:center;color:var(--gray-medium);margin:0;font-size:20px;font-weight:400;line-height:normal}.Features-module__Upvgea__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));justify-items:center;gap:5px;width:100%;padding-top:8px;display:grid}.Features-module__Upvgea__item{min-width:unset;box-sizing:border-box;flex-direction:column;flex:auto;align-items:flex-start;padding:10px;display:flex}.Features-module__Upvgea__item>div{flex-direction:column;align-items:flex-start;width:100%;display:flex}.Features-module__Upvgea__featureTitle{text-align:center;width:100%;font-size:18px;font-weight:600;line-height:normal}.Features-module__Upvgea__featureSubtitle{width:100%;color:var(--gray-medium);text-align:center;margin-top:5px;font-size:15px;font-weight:500;line-height:normal}.Features-module__Upvgea__polarFeatureSubtitle{letter-spacing:0;text-align:center;font-family:Onest,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:120%}.Features-module__Upvgea__icon{flex-direction:column;align-items:center;width:100%;margin-bottom:0;display:flex}.Features-module__Upvgea__iconBackground{box-sizing:border-box;color:#313149;background:linear-gradient(#ececec 0%,#fff 20%) padding-box padding-box,linear-gradient(#dbdbdb 0%,#fff 100%) border-box;border:1px solid #0000;border-radius:250px;justify-content:center;align-items:center;width:182px;height:184px;margin:15px 0;padding:10px;display:flex;position:relative;overflow:hidden}.Features-module__Upvgea__polarIconBackground{background:#eff6ff}.Features-module__Upvgea__iconImage{color:var(--brand-primary);width:90px!important;height:90px!important}.Features-module__Upvgea__item h3{color:#383838;text-align:center;width:100%;margin:0 0 7px;font-size:23px;font-weight:600;line-height:normal}@media (max-width:768px){.Features-module__Upvgea__features{padding:16px 0}.Features-module__Upvgea__featureGrid{gap:12px;padding:0 24px}.Features-module__Upvgea__featureGrid h2{max-width:100%;font-size:30px;line-height:36px}.Features-module__Upvgea__featureGrid>div:first-of-type{font-size:18px;line-height:26px}.Features-module__Upvgea__grid{scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;flex-wrap:nowrap;padding-bottom:6px;padding-left:5px;display:flex;overflow:scroll hidden}.Features-module__Upvgea__grid::-webkit-scrollbar{display:none}.Features-module__Upvgea__item{scroll-snap-align:start;flex:0 0 85vw;min-width:85vw;max-width:90vw;margin-right:16px;padding:8px 0}.Features-module__Upvgea__grid>.Features-module__Upvgea__item:last-child{margin-right:24px}.Features-module__Upvgea__iconBackground{width:150px;height:150px;padding:38px 39px}.Features-module__Upvgea__iconImage{width:74px!important;height:74px!important}.Features-module__Upvgea__item h3{font-size:20px}.Features-module__Upvgea__item>div>div:last-child{font-size:14px;line-height:20px}.Features-module__Upvgea__dots{justify-content:center;gap:8px;margin-top:14px;display:flex}.Features-module__Upvgea__dot{background:#d1d1d1;border-radius:50%;width:8px;height:8px;transition:background .25s,transform .25s}.Features-module__Upvgea__dot.Features-module__Upvgea__active{background:var(--brand-primary);transform:scale(1.4)}}@media (min-width:769px) and (max-width:1023px){.Features-module__Upvgea__features{padding:100px 0}.Features-module__Upvgea__featureGrid{gap:48px;padding:0 40px}.Features-module__Upvgea__featureGrid h2{font-size:56px;line-height:66px}.Features-module__Upvgea__featureGrid>div:first-of-type{font-size:20px;line-height:28px}.Features-module__Upvgea__grid{flex-wrap:wrap;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2px}.Features-module__Upvgea__item{flex:calc(50% - 20px);min-width:calc(50% - 20px)}.Features-module__Upvgea__iconBackground{width:166px;height:168px;padding:42px 43px}.Features-module__Upvgea__iconImage{width:82px!important;height:82px!important}}@media (min-width:1440px){.Features-module__Upvgea__featureGrid{max-width:1728px}}
.PlanOfferings-module__ADkFMa__wrapper{background-color:var(--off-white,#f8f9fa);width:100%;position:relative}.PlanOfferings-module__ADkFMa__tabsWrapper{background-color:var(--off-white,#f8f9fa);text-align:center;padding:1.5rem 0 0}.PlanOfferings-module__ADkFMa__servicePlansWrapper{padding:.1rem}.PlanOfferings-module__ADkFMa__servicePlansWrapper section{padding-top:0!important}.PlanOfferings-module__ADkFMa__section{padding:var(--spacing-20,80px)0;font-family:var(--font-family-primary);transition:background-color .3s;position:relative}.PlanOfferings-module__ADkFMa__white{background-color:var(--white)}.PlanOfferings-module__ADkFMa__container{max-width:var(--container-max-width,1280px);padding:0 var(--container-padding,24px);margin:0 auto}.PlanOfferings-module__ADkFMa__contentLocked{opacity:.4;pointer-events:none;filter:grayscale();-webkit-user-select:none;user-select:none;transition:all .5s}.PlanOfferings-module__ADkFMa__contentActive{opacity:1;pointer-events:all;filter:grayscale(0%);transition:all .5s}.PlanOfferings-module__ADkFMa__headerContainer{text-align:center;margin-bottom:var(--spacing-4,16px)}.PlanOfferings-module__ADkFMa__title{font-size:var(--text-h4-size,40px);line-height:var(--text-h4-line-height,40px);font-weight:var(--font-weight-black,900);color:var(--black);margin-bottom:var(--spacing-4,16px)}.PlanOfferings-module__ADkFMa__subtitle{font-size:var(--text-base-size,17px);color:var(--gray-medium,#6b6b6b);max-width:600px;margin:0 auto}.PlanOfferings-module__ADkFMa__tabs{justify-content:center;gap:16px;margin-bottom:0;display:flex}.PlanOfferings-module__ADkFMa__tab{font-size:var(--text-small-size,15px);font-weight:var(--font-weight-bold,700);border:2px solid var(--black);border-radius:var(--radius-full);background-color:var(--white);color:var(--black);cursor:pointer;padding:14px 36px;font-family:inherit;transition:all .2s}.PlanOfferings-module__ADkFMa__tab:hover{background-color:var(--gray-50,#fafafa)}.PlanOfferings-module__ADkFMa__tab.PlanOfferings-module__ADkFMa__active{background-color:var(--black);color:var(--white)}.PlanOfferings-module__ADkFMa__tab:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.PlanOfferings-module__ADkFMa__title{font-size:32px}.PlanOfferings-module__ADkFMa__container{padding:0 20px}.PlanOfferings-module__ADkFMa__tabs{flex-direction:column;align-items:center;gap:12px}.PlanOfferings-module__ADkFMa__tab{min-width:200px}}
