@keyframes dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.header{z-index:1000;justify-content:center;padding:20px 24px;transition:padding .2s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;right:0}@media (max-width:768px){.header{padding:12px 16px}}.header--scrolled{padding:12px 24px}.header--scrolled .header__pill{box-shadow:0 2px 20px #00000014}.header__pill{background:#f5f5f5;border-radius:40px;justify-content:space-between;align-items:center;gap:32px;width:100%;max-width:900px;padding:12px 24px;transition:box-shadow .2s cubic-bezier(.4,0,.2,1);display:flex}@media (max-width:1024px){.header__pill{gap:16px;max-width:100%;padding:12px 20px}}.header__logo{flex-shrink:0;align-items:center;transition:opacity .2s cubic-bezier(.4,0,.2,1);display:flex}.header__logo:focus-visible{outline-offset:2px;outline:2px solid #22c55e}.header__logo:hover{opacity:.7}.header__logo img{width:auto;height:22px}.header__nav{align-items:center;gap:4px;display:flex}@media (max-width:1024px){.header__nav{display:none}}.header__nav-item{color:#0a0a0a;opacity:.5;white-space:nowrap;border-radius:20px;padding:8px 14px;font-size:14px;font-weight:700;text-decoration:none;transition:opacity .2s cubic-bezier(.4,0,.2,1),background .2s cubic-bezier(.4,0,.2,1)}.header__nav-item:focus-visible{outline-offset:2px;outline:2px solid #22c55e}.header__nav-item:hover,.header__nav-item--active{opacity:1}.header__cta{color:#0a0a0a;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #0000001f;border-radius:30px;justify-content:center;align-items:center;padding:10px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:border-color .2s cubic-bezier(.4,0,.2,1),background .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.header__cta:focus-visible{outline-offset:2px;outline:2px solid #22c55e}.header__cta:hover{border-color:#0a0a0a;transform:translateY(-1px)}@media (max-width:1024px){.header__cta{display:none}}.header__cta--mobile{width:100%;display:flex}.header__nav-item--wip{align-items:center;gap:6px;display:inline-flex;position:relative}.header__wip-indicator{align-items:center;display:flex;position:relative}.header__wip-dot{background:#d97706;border-radius:50%;flex-shrink:0;width:5px;height:5px;animation:1.8s ease-in-out infinite dot-pulse}.header__wip-tooltip{color:#d97706;white-space:nowrap;opacity:0;pointer-events:none;background:#d9770614;border-radius:20px;padding:3px 8px;font-size:10px;font-weight:600;transition:opacity .2s cubic-bezier(.4,0,.2,1);position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)}.header__nav-item:hover .header__wip-tooltip{opacity:1}.header__mobile-wip{color:#d97706;background:#d9770614;border-radius:20px;align-items:center;gap:4px;margin-left:auto;padding:3px 8px 3px 6px;font-size:10px;font-weight:600;display:flex}.header__mobile-toggle{cursor:pointer;background:0 0;border:none;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0;transition:background .2s cubic-bezier(.4,0,.2,1);display:none}.header__mobile-toggle:hover{background:#0000000d}@media (max-width:1024px){.header__mobile-toggle{display:flex}}.header__mobile-toggle span{background:#0a0a0a;border-radius:1px;width:18px;height:2px;transition:transform .2s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1);display:block}.header__mobile-toggle--open span:first-child{transform:translateY(3.5px)rotate(45deg)}.header__mobile-toggle--open span:last-child{transform:translateY(-3.5px)rotate(-45deg)}.header__mobile-menu{background:#f5f5f5;border-radius:24px;padding:8px;position:absolute;top:calc(100% + 8px);left:16px;right:16px;overflow:hidden;box-shadow:0 8px 40px #0000001f}@media (min-width:1024px){.header__mobile-menu{display:none}}.header__mobile-nav{flex-direction:column;display:flex}.header__mobile-nav-item{color:#525252;border-radius:12px;align-items:center;padding:20px 16px;font-size:15px;font-weight:700;text-decoration:none;transition:background .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);display:flex}.header__mobile-nav-item:hover{color:#0a0a0a;background:#00000008}.header__mobile-actions{border-top:1px solid #0000000f;margin-top:8px;padding:16px 8px 8px}
.lang-selector{position:relative}.lang-selector__trigger{cursor:pointer;color:#525252;background:#fff;border:1px solid #e5e5e5;border-radius:100px;align-items:center;gap:10px;padding:10px 22px;font-family:inherit;font-size:14px;font-weight:500;transition:border-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1),background .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.lang-selector__trigger:hover{background:#fff;border-color:#0003;box-shadow:0 2px 8px #0000000f}.lang-selector__trigger--open{border-color:#0003;box-shadow:0 2px 12px #00000014}.lang-selector__flag{border-radius:2px;flex-shrink:0;align-items:center;width:20px;height:15px;display:flex;overflow:hidden}.lang-selector__flag svg{width:100%;height:100%;display:block}.lang-selector__name{color:#525252;line-height:1}.lang-selector__chevron{color:#737373;width:14px;height:14px;transition:transform .3s cubic-bezier(.22,1,.36,1)}.lang-selector__chevron--open{transform:rotate(180deg)}.lang-selector__dropdown{z-index:100;background:#fff;border:1px solid #e5e5e5;border-radius:14px;min-width:200px;padding:6px;animation:.2s cubic-bezier(.22,1,.36,1) langDropdownIn;position:absolute;bottom:calc(100% + 10px);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 8px 30px #0000001a,0 2px 8px #0000000a}.lang-selector__option{cursor:pointer;color:#525252;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;padding:10px 14px;font-family:inherit;font-size:14px;font-weight:400;transition:background .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);display:flex}.lang-selector__option:hover{color:#0a0a0a;background:#f5f5f5}.lang-selector__option--active{color:#0a0a0a;background:#f5f5f5;font-weight:500}.lang-selector__option-name{flex:1}.lang-selector__check{color:#0a0a0a;flex-shrink:0;width:16px;height:16px}@keyframes langDropdownIn{0%{opacity:0;transform:translate(-50%)translateY(6px)}to{opacity:1;transform:translate(-50%)translateY(0)}}
.footer{background:#fff;overflow:visible}.footer__container{max-width:1200px;margin:0 auto;padding:64px 24px 0}@media (max-width:768px){.footer__container{padding-top:40px}}.footer__card{z-index:2;background:#fff;border-radius:24px;padding:48px 48px 24px;position:relative}@media (max-width:1024px){.footer__card{border-radius:20px;padding:40px 32px 20px}}@media (max-width:768px){.footer__card{border-radius:16px;padding:32px 20px 16px}}.footer__main{justify-content:space-between;gap:64px;padding-bottom:40px;display:flex}@media (max-width:1024px){.footer__main{flex-direction:column;gap:32px;padding-bottom:32px}}.footer__brand{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:24px;display:flex}.footer__logo{transition:opacity .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.footer__logo:focus-visible{outline-offset:2px;outline:2px solid #22c55e}.footer__logo:hover{opacity:.7}.footer__logo img{width:auto;height:30px}@media (max-width:768px){.footer__logo img{height:26px}}.footer__socials{align-items:center;gap:16px;display:flex}.footer__social-link{color:#737373;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:color .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.footer__social-link:focus-visible{outline-offset:2px;outline:2px solid #22c55e}.footer__social-link:hover{color:#0a0a0a;background-color:#f5f5f5}.footer__email{color:#737373;font-size:14px;font-weight:400;text-decoration:none;transition:color .2s cubic-bezier(.4,0,.2,1)}.footer__email:focus-visible{outline-offset:2px;outline:2px solid #22c55e}.footer__email:hover{color:#0a0a0a}.footer__columns{gap:64px;display:flex}@media (max-width:1024px){.footer__columns{gap:48px}}@media (max-width:768px){.footer__columns{flex-direction:column;gap:32px}}.footer__column-title{color:#0a0a0a;letter-spacing:0;margin:0 0 20px;font-size:13px;font-weight:600;line-height:1.4}.footer__column-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.footer__column-link{color:#737373;font-size:14px;font-weight:400;text-decoration:none;transition:color .2s cubic-bezier(.4,0,.2,1)}.footer__column-link:focus-visible{outline-offset:2px;outline:2px solid #22c55e}.footer__column-link:hover{color:#0a0a0a}.footer__column-text{color:#737373;font-size:14px;font-weight:400;line-height:1.4}.footer__divider{background:#eee;width:100%;height:1px}.footer__bottom{justify-content:space-between;align-items:center;gap:24px;padding:20px 0 0;display:flex}@media (max-width:1024px){.footer__bottom{flex-wrap:wrap;gap:8px 24px}}@media (max-width:768px){.footer__bottom{flex-direction:column;align-items:flex-start;gap:8px}}.footer__copyright{color:#737373;white-space:nowrap;font-size:13px;font-weight:400}.footer__bottom-links{align-items:center;display:flex}.footer__bottom-item{align-items:center;display:inline-flex}.footer__bottom-link{color:#737373;font-size:13px;font-weight:400;text-decoration:none;transition:color .2s cubic-bezier(.4,0,.2,1)}.footer__bottom-link:focus-visible{outline-offset:2px;outline:2px solid #22c55e}.footer__bottom-link:hover{color:#0a0a0a}.footer__dot{background:#e5e5e5;border-radius:50%;flex-shrink:0;width:3px;height:3px;margin:0 8px;display:inline-block}.footer__made-in{color:#737373;white-space:nowrap;font-size:13px;font-weight:400}.footer__wordmark-wrap{z-index:1;width:100%;height:130px;margin-top:48px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#000 20%,#0000 100%);mask-image:linear-gradient(#000 20%,#0000 100%)}@media (max-width:1280px){.footer__wordmark-wrap{height:105px}}@media (max-width:1024px){.footer__wordmark-wrap{height:80px;margin-top:40px}}@media (max-width:768px){.footer__wordmark-wrap{height:55px;margin-top:32px}}.footer__wordmark{color:#e5e5e5;letter-spacing:-.05em;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;text-align:center;width:100%;font-size:280px;font-weight:700;line-height:.85;display:block}@media (max-width:1280px){.footer__wordmark{font-size:220px}}@media (max-width:1024px){.footer__wordmark{font-size:160px}}@media (max-width:768px){.footer__wordmark{font-size:90px}}
