.header{box-sizing:border-box;background:0 0;align-items:center;height:70px;padding:0 370px;font-family:inherit;transition:background-color .3s;display:flex;position:relative;z-index:1001!important}.header--open{background-color:#fff}.header__logo{object-fit:contain;width:136px;height:36px}.header__center{flex:1;justify-content:center;display:flex}.header__menu{gap:8px;display:flex}.header__actions{align-items:center;gap:8px;margin-left:auto;display:flex}.menu-button,.header__burger{font-family:FaktumSemiBold,sans-serif;text-decoration:none}.menu-button{color:#111;cursor:pointer;background:0 0;border:none;border-radius:18px;justify-content:center;align-items:center;width:108px;height:36px;font-size:.8rem;font-weight:lighter;transition:background .2s,color .2s,box-shadow .2s,border-radius .2s;display:flex}@keyframes neon-fade-in{0%{opacity:0;box-shadow:none;transform:scale(.95)}to{opacity:1;transform:scale(1);box-shadow:0 0 4px #ff4b4bcc,0 0 10px #ff4b4b99,0 0 20px #ff4b4b66}}.menu-button--active{color:#fff;background-color:#ff4b4b;border-radius:24px;animation:.5s ease-in-out forwards neon-fade-in;box-shadow:0 0 4px #ff4b4bcc,0 0 10px #ff4b4b99,0 0 20px #ff4b4b66}.header__sign-in{cursor:pointer;color:#fff;opacity:1;background:#ff4b4b;border:none;border-radius:20px;width:116px;height:40px;font-size:1rem;line-height:1;transition:opacity .5s,transform .5s;position:relative;overflow:hidden;transform:translateY(0)}.header--open .header__sign-in{opacity:0;transform:translateY(-20px)}.header__burger{color:#fff;cursor:pointer;background-color:#ff4b4b;border:none;border-radius:6px;width:39px;height:39px;display:none;position:relative;overflow:hidden}.header__burger svg{transition:opacity .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.burger-icon{opacity:1}.close-icon,.header__burger--open .burger-icon{opacity:0}.header__burger--open .close-icon{opacity:1}@media (max-width:1500px){.header{padding:0 clamp(16px,6vw,200px)}}@media (max-width:1024px){.header{padding:0 20px}.header__logo{width:120px;height:32px}.menu-button{width:80px;height:32px;font-size:.7rem}.header__sign-in{width:100px;height:39px;font-size:.9rem}}@media (max-width:675px){.header__center{display:none}.header__burger{justify-content:center;align-items:center;display:flex}.header{background:#fff}}
.neon-button{text-align:center;cursor:pointer;box-shadow:none;border:none;border-radius:16px;padding:.75em 1.5em;font-family:FaktumSemiBold,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .4s,box-shadow .4s;display:inline-block;position:relative}.neon-button.red{color:#fff;background-color:#ff403e;font-weight:400}.neon-button.red:hover{background-color:#ff665f;box-shadow:0 0 12px #ff403ecc,0 0 24px #ff403e80}.neon-button.white{color:#111;background-color:#fff}.neon-button.white:hover{background-color:#f2f2f2;box-shadow:0 0 12px #fffc,0 0 24px #ffffff80}.neon-button.black{color:#fff;background-color:#111}.neon-button.black:hover{background-color:#333;box-shadow:0 0 12px #fffc,0 0 24px #ffffff80}.neon-button.outline{color:#ff403e;background-color:#0000;border:2px solid #ff403e}.neon-button.outline:hover{color:#fff;background-color:#ff403e;transform:translateY(-2px)}
.burger-overlay{opacity:0;visibility:hidden;background:#00000080;width:100%;height:100%;transition:opacity .3s,visibility .3s;position:fixed;top:0;left:0;z-index:999!important}.burger-overlay--open{opacity:1;visibility:visible}.burger-menu{box-sizing:border-box;visibility:hidden;pointer-events:none;z-index:1000;background:#fff;width:100%;height:420px;padding:20px 40px 40px;transition:transform .5s,visibility .5s;position:fixed;top:70px;left:0;overflow-y:auto;transform:translateY(-100%)}.burger-menu--open{visibility:visible;pointer-events:auto;transform:translateY(0)}.burger-menu__inner{flex-direction:column;height:100%;display:flex}.burger-menu__top{flex-direction:column;flex:0 0 60%;justify-content:flex-start;display:flex}.burger-menu__item{cursor:pointer;color:inherit;-webkit-tap-highlight-color:transparent;border-bottom:1px solid #dcdcdc;outline:none;justify-content:space-between;align-items:center;padding:12px 0;text-decoration:none;display:flex}.burger-menu__item:focus,.burger-menu__item:active{color:inherit;background:0 0;text-decoration:none}.burger-menu__item-text{color:#111;font-family:FaktumSemiBold,sans-serif;font-size:1rem}.burger-menu__item-icon{color:#000;font-size:1rem}.burger-menu__bottom{flex-direction:column;flex:0 0 40%;margin-top:20px;display:flex}.burger-menu__bottom .neon-button{justify-content:center;align-items:center;width:100%;height:60px;margin-bottom:16px;display:flex}.burger-menu__bottom .neon-button:last-child{margin-bottom:0}
