.sc-header__nav .hs-menu-flow-horizontal ul{align-items:center;display:flex;gap:50px;justify-content:center;margin:0;padding:0}.heaer-menu{padding:10px 0}.sc-header__nav .hs-menu-flow-horizontal ul li:last-child a{background:#fff;border:none;border-radius:30px;color:#1a1a1a;cursor:pointer;font-family:Inter;font-size:14px;font-weight:600;padding:11px 24px;transition:background .2s}.sc-header.hide{transform:translateY(-100%)}.sc-header__container{align-items:center;display:flex;justify-content:space-between}.sc-header__logo img{height:45px}.sc-header__nav{align-items:center;display:flex;gap:25px}.sc-header__nav a{color:#fff;font-size:14px;text-decoration:none}.sc-header__cta{background:#fff;border-radius:20px;color:#000!important;font-weight:600;padding:8px 15px}.sc-header__toggle{cursor:pointer;display:none;flex-direction:column;gap:5px}.sc-header__toggle span{width:25px}@media (max-width:768px){.sc-header__toggle{display:flex}.sc-header__nav{background:#0b2239;display:none;flex-direction:column;gap:15px;left:0;padding:20px;position:absolute;right:0;top:100px}.sc-header__nav.active{display:flex}}.sc-header__toggle{gap:0;height:24px;position:relative;width:30px}.sc-header__toggle span{background:#fff;border-radius:3px;height:3px;left:0;position:absolute;transition:all .3s ease;width:100%}.sc-header__toggle span:first-child{top:0}.sc-header__toggle span:nth-child(2){top:10px}.sc-header__toggle span:nth-child(3){top:20px}.sc-header__toggle.active span:first-child{top:10px;transform:rotate(45deg)}.sc-header__toggle.active span:nth-child(2){opacity:0}.sc-header__toggle.active span:nth-child(3){top:10px;transform:rotate(-45deg)}