.quote-modal-layer{z-index:200;place-items:center;padding:24px 16px;display:grid;position:fixed;inset:0}.quote-modal-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#08080eb8;border:0;position:absolute;inset:0}.quote-modal{z-index:1;color:#fff;background:linear-gradient(#ffffff14,#ffffff05),#161620f5;border:1px solid #ffffff1f;border-radius:28px;gap:20px;width:min(100%,560px);max-height:min(90vh,760px);padding:28px 24px 24px;animation:.22s quote-modal-in;display:grid;position:relative;overflow:auto;box-shadow:0 28px 80px #00000073,inset 0 1px #ffffff1f}.quote-modal-glow{pointer-events:none;background:radial-gradient(circle,#473dff73,#0000 70%);border-radius:999px;width:280px;height:180px;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.quote-modal-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex;position:relative}.quote-modal-kicker{color:#ffffff9e;font-size:calc(13px * var(--locale-font-scale,1));letter-spacing:.06em;text-transform:uppercase;margin:0 0 8px;font-weight:700}.quote-modal-kicker--after-intro{margin:18px 0 8px}.quote-modal-title{font-size:calc(26px * var(--locale-font-scale,1) * var(--locale-display-scale,1));margin:0;font-weight:800;line-height:1.2}.quote-modal-question-title{color:#fff;font-size:calc(18px * var(--locale-font-scale,1));margin:0;font-weight:700;line-height:1.3}.quote-modal-copy{color:#ffffffb8;font-size:calc(15px * var(--locale-font-scale,1));margin:10px 0 0;line-height:1.45}.quote-modal-close{color:#fff;cursor:pointer;background:#ffffff14;border:0;border-radius:999px;flex-shrink:0;place-items:center;width:40px;height:40px;transition:background-color .16s;display:grid}.quote-modal-close:hover,.quote-modal-close:focus-visible{background:#ffffff29}.quote-modal-close svg{width:18px;height:18px}.quote-modal-progress{background:#ffffff1a;border-radius:999px;height:4px;overflow:hidden}.quote-modal-progress span{border-radius:inherit;background:linear-gradient(90deg,#473dff,#6a92ff);height:100%;transition:width .22s;display:block}.quote-modal-body,.quote-modal-form,.quote-modal-success{gap:14px;display:grid;position:relative}.quote-modal-options{gap:10px;display:grid}.quote-modal-option{color:#fff;min-height:48px;font:inherit;font-size:calc(15px * var(--locale-font-scale,1));text-align:left;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:16px;align-items:center;padding:12px 16px;font-weight:600;line-height:1.35;transition:border-color .16s,background-color .16s,transform .16s;display:flex}.quote-modal-option:hover,.quote-modal-option:focus-visible{background:#ffffff17;border-color:#6a92ffb3}.quote-modal-option--active{background:#473dff38;border-color:#473dfff2}.quote-modal-field{color:#ffffffc7;font-size:calc(13px * var(--locale-font-scale,1));gap:8px;font-weight:700;display:grid}.quote-modal-field input{color:#fff;width:100%;min-height:48px;font:inherit;font-size:calc(15px * var(--locale-font-scale,1));background:#ffffff0f;border:1px solid #ffffff1f;border-radius:16px;outline:none;padding:0 16px;font-weight:500;transition:border-color .16s,background-color .16s}.quote-modal-field input::placeholder{color:#ffffff61}.quote-modal-field input:focus{background:#ffffff17;border-color:#473dffcc}.quote-modal-error{color:#ff8f7a;font-size:calc(14px * var(--locale-font-scale,1));margin:0;font-weight:600}.quote-modal-nav{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:4px;display:flex}.quote-modal-secondary{color:#fff;min-height:48px;font:inherit;font-size:calc(15px * var(--locale-font-scale,1));cursor:pointer;background:0 0;border:1px solid #ffffff29;border-radius:999px;justify-content:center;align-items:center;padding-inline:18px;font-weight:700;transition:background-color .16s,border-color .16s;display:inline-flex}.quote-modal-secondary:hover,.quote-modal-secondary:focus-visible{background:#ffffff0f;border-color:#ffffff47}.quote-modal-submit{background:var(--home-purple,#473dff);color:#fff;min-height:52px;font:inherit;font-size:calc(16px * var(--locale-font-scale,1));cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;padding-inline:22px;font-weight:800;transition:background-color .16s,opacity .16s;display:inline-flex}.quote-modal-body>.quote-modal-submit,.quote-modal-success>.quote-modal-submit{width:100%}.quote-modal-nav .quote-modal-submit{margin-left:auto}.quote-modal-submit:hover:not(:disabled),.quote-modal-submit:focus-visible:not(:disabled){background:#3a32e0}.quote-modal-submit:disabled{cursor:wait;opacity:.72}@keyframes quote-modal-in{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:767px){.quote-modal{border-radius:24px;width:min(100%,440px);padding:24px 18px 20px}.quote-modal-title{font-size:calc(22px * var(--locale-font-scale,1) * var(--locale-display-scale,1))}}
@media (max-width:767px){.home-page .home-footer{background:0 0;margin-top:-64px;padding-top:96px;padding-bottom:0;overflow:hidden;-webkit-mask-image:none;mask-image:none}.home-page .home-footer:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(to bottom, var(--home-bg,#151515) 0%, #151515b8 28%, #15151547 62%, transparent 100%);height:148px;position:absolute;top:0;left:0;right:0}.home-page .home-footer-bg{overflow:hidden;-webkit-mask-image:linear-gradient(#0000 0%,#00000038 10%,#000000b3 24%,#000 42% 100%);mask-image:linear-gradient(#0000 0%,#00000038 10%,#000000b3 24%,#000 42% 100%)}.home-page .home-footer-bg-shape{display:none}.home-page .home-footer-bg-glow{pointer-events:none;width:730px;height:1081px;display:block;position:absolute;bottom:0;left:calc(50% - 266px);transform:translate(-50%)}.home-page .home-footer-bg-glow-expand{position:absolute;inset:-21.28% -31.51%}.home-page .home-footer-bg-glow-img{object-fit:fill}.home-page .home-footer-bg-team{z-index:0;mix-blend-mode:hard-light;pointer-events:none;width:996px;height:1773px;display:block;position:absolute;bottom:-170px;left:-7px;-webkit-mask-image:linear-gradient(#000000eb 0%,#000 42%,#000000b8 58%,#0000 72%);mask-image:linear-gradient(#000000eb 0%,#000 42%,#000000b8 58%,#0000 72%)}.home-page .home-footer-bg-team-img{object-fit:cover;object-position:top center}.home-page .home-footer-grid{z-index:5;flex-direction:column;gap:48px;position:relative}.home-page .home-footer-links-group{z-index:5;flex-wrap:wrap;gap:48px;position:relative}.home-page .home-footer-links-group>div:first-child,.home-page .home-footer-links-group>div:nth-child(2),.home-page .home-footer-links-group>div:nth-child(3),.home-page .home-footer-contact-column{z-index:5;flex:220px;width:auto;min-width:114px;position:relative}.home-page .home-footer-column-title{color:#fff;text-shadow:0 1px 10px #0000008c}.home-page .home-footer-links a,.home-page .home-footer-contact a,.home-page .home-footer-contact span{color:#fff;text-shadow:0 1px 8px #00000080}.home-page .home-footer-bottom{z-index:5;margin-top:48px;margin-bottom:0;width:100%;max-width:100%;padding:0 0 calc(30px + env(safe-area-inset-bottom,0px));box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;text-align:center;background:0 0;border:0;border-radius:0;flex-direction:column;align-items:center;margin-inline:0;position:relative}.home-page .home-footer-bottom:before,.home-page .home-footer-bottom:after{display:none}.home-page .home-footer-bottom p{color:#ffffffe6;max-width:28ch;font-size:calc(14px * var(--locale-font-scale));margin:0;line-height:1.45}.home-page .home-footer-social{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:8px}.home-page .home-footer-social a,.home-page .home-footer-social .home-footer-social-item{width:22px;height:22px}.home-page .home-footer-contact-icon{flex-basis:22px;width:22px;height:22px}.home-page .home-footer-links-group>div:first-child .home-footer-column-title{margin-top:8px;margin-bottom:14px}#home.home-page .home-footer{z-index:1;margin-top:0;position:relative;-webkit-mask-image:none;mask-image:none}#home.home-page .home-footer:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(to bottom, var(--home-bg,#151515) 0%, #1515158c 40%, transparent 100%);height:96px;position:absolute;top:0;left:0;right:0}#home.home-page .home-footer:after{content:none}#home.home-page .home-footer-links-group>div:first-child .home-footer-column-title{margin-top:0;margin-bottom:14px}#home.home-page .home-footer-bg{-webkit-mask-image:linear-gradient(#0000 0%,#00000038 10%,#000000b3 24%,#000 42% 100%);mask-image:linear-gradient(#0000 0%,#00000038 10%,#000000b3 24%,#000 42% 100%)}}
.home-page{--about-mobile-header-top:26px;--about-mobile-header-height:60px}.about-mobile-header{top:var(--about-mobile-header-top);z-index:110;width:min(100% - 32px,408px);height:var(--about-mobile-header-height);isolation:isolate;background:#282b6761;border-radius:999px;justify-content:space-between;align-items:center;padding:12px 24px;display:none;position:fixed;left:50%;transform:translate(-50%)}.about-mobile-header-logo{flex-shrink:0;align-items:center;max-width:calc(100% - 120px);display:flex}.about-mobile-header-logo-img{object-fit:contain;object-position:left center;max-height:36px;display:block;width:108px!important;height:auto!important}.about-mobile-header-actions{flex-shrink:0;align-items:center;gap:2px;display:inline-flex}.about-mobile-header-language-wrap{position:relative}.about-mobile-header-language{color:#fff;cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;padding:0;display:inline-flex}.about-mobile-header-language svg{width:20px;height:20px}.about-mobile-header-language-menu{z-index:120;background:#1d1d25fa;border-radius:18px;gap:4px;min-width:168px;padding:12px 8px;display:grid;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 14px 32px #00000052}.about-mobile-header-language-option{color:#fff;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:14px;grid-template-columns:42px 1fr;align-items:center;gap:10px;min-height:42px;padding:0 14px;font-family:inherit;display:grid}.about-mobile-header-language-option--active,.about-mobile-header-language-option:hover{background:#ffffff21}.about-mobile-header-language-option-code{font-size:calc(16px * var(--locale-font-scale));font-weight:800;line-height:1}.about-mobile-header-language-option-name{color:#ffffff94;font-size:calc(15px * var(--locale-font-scale));font-weight:600;line-height:1}.about-mobile-header-menu{color:#fff;cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;padding:0;display:inline-flex}.about-mobile-header-menu svg{width:20px;height:20px}.about-mobile-header--menu-open{z-index:112}.about-mobile-menu{z-index:111;position:fixed;inset:0}.about-mobile-menu-backdrop{cursor:pointer;background:#080a186b;border:0;position:absolute;inset:0}.about-mobile-menu-panel{top:calc(var(--about-mobile-header-top) + var(--about-mobile-header-height) + 12px);width:min(100% - 32px,408px);max-height:calc(100dvh - var(--about-mobile-header-top) - var(--about-mobile-header-height) - 96px);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#1c1e48c7;border:1px solid #473dff61;border-radius:24px;flex-direction:column;padding:12px 0 20px;animation:.22s about-mobile-menu-in;display:flex;position:absolute;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 24px 48px #00000047}@keyframes about-mobile-menu-in{0%{opacity:0;transform:translate(-50%)translateY(-8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.about-mobile-menu-watermark{pointer-events:none;position:absolute;inset:0;overflow:hidden}.about-mobile-menu-watermark-brand{opacity:.16;width:min(72vw,280px);height:auto;position:absolute;top:38%;left:50%;transform:translate(-50%,-50%)}.about-mobile-menu-watermark-robot{opacity:.2;width:min(52vw,220px);height:auto;position:absolute;bottom:72px;right:-28px}.about-mobile-menu-nav{z-index:1;flex:1;min-height:0;padding:4px 24px 0;position:relative;overflow-y:auto}.about-mobile-menu-item{display:block}.about-mobile-menu-link{color:#fff;font-size:calc(20px * var(--locale-font-scale));letter-spacing:-.2px;padding:16px 0;font-weight:800;line-height:1.2;text-decoration:none;display:block}.about-mobile-menu-link--active{color:#fff}.about-mobile-menu-divider{background:#ffffff24;height:1px;display:block}.about-mobile-menu-more{position:relative}.about-mobile-menu-more summary{color:#fff;font-size:calc(20px * var(--locale-font-scale));letter-spacing:-.2px;cursor:pointer;justify-content:space-between;align-items:center;padding:16px 0;font-weight:800;line-height:1.2;list-style:none;display:flex}.about-mobile-menu-more summary::-webkit-details-marker{display:none}.about-mobile-menu-more summary::marker{content:""}.about-mobile-menu-more summary:after{content:"";border-bottom:2px solid;border-right:2px solid;width:8px;height:8px;margin-left:12px;transition:transform .18s;transform:translateY(-2px)rotate(45deg)}.about-mobile-menu-more[open] summary:after{transform:translateY(2px)rotate(-135deg)}.about-mobile-menu-more--active summary{color:#fff}.about-mobile-menu-more-list{padding:0;display:block}.about-mobile-menu-more-list .about-mobile-menu-link{font-size:calc(20px * var(--locale-font-scale));color:#fff;padding:16px 0;font-weight:800}.about-mobile-menu-toggle{z-index:113;color:#fff;cursor:pointer;background:#000;border:0;border-radius:999px;place-items:center;width:56px;height:56px;display:grid;position:fixed;bottom:28px;right:24px;box-shadow:0 12px 28px #00000059}.about-mobile-menu-toggle svg{width:24px;height:24px}@media (max-width:767px){.home-page .home-header{display:none}.about-mobile-header{display:flex}}
