.native-header{background-color:#ffffff80;box-sizing:border-box;left:0;padding:8px 32px;position:relative;position:absolute;top:0;width:100%;z-index:2}.native-header__inner{align-items:center;display:flex;gap:24px;justify-content:space-between;margin:0 auto;max-width:1240px}.native-header__logo{align-items:center;display:inline-flex;text-decoration:none}.native-header__logo-image{display:block;height:auto;max-height:72px}.native-header__tagline{color:#111;flex:1 1 auto;font-size:24px;font-weight:400;letter-spacing:.03em;margin:0;text-align:center}.native-header__cta{align-items:center;background:#ffc600;border-radius:999px;box-shadow:2px 3px 0 1px #ff6500;color:#fff;display:inline-flex;font-size:18px;font-weight:700;justify-content:center;padding:8px 48px;position:relative;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease;white-space:nowrap}.native-header__cta:focus-visible,.native-header__cta:hover{box-shadow:4px 4px 0 1px #ff6500;color:#fff;filter:brightness(1.05);text-decoration:none}.native-header__cta:active{box-shadow:0 3px 0 #ff6500;transform:translateY(3px)}.native-header__burger{align-items:center;background:transparent;border:none;border-radius:50%;cursor:pointer;display:inline-flex;flex-direction:column;gap:6px;height:48px;justify-content:center;margin-left:16px;padding:0;width:48px}.native-header__burger:active,.native-header__burger:focus,.native-header__burger:hover{background:transparent;border:none}.native-header__burger-line{background-color:#ff3c00;border-radius:999px;height:4px;transition:transform .18s ease,opacity .18s ease;width:32px}.native-header__burger--active .native-header__burger-line:first-child{transform:translateY(10px) rotate(45deg)}.native-header__burger--active .native-header__burger-line:nth-child(2){opacity:0}.native-header__burger--active .native-header__burger-line:nth-child(3){transform:translateY(-10px) rotate(-45deg)}.native-header__nav>div{background:hsla(0,0%,100%,.97);box-shadow:-4px 0 14px rgba(0,0,0,.18);box-sizing:border-box;height:100vh;inset-block-start:0;inset-inline-end:0;padding:96px 24px 24px;position:fixed;transform:translateX(100%);transition:transform .25s ease;width:260px;z-index:9999}.native-header__nav--open>div{transform:translateX(0)}.native-header__nav>div>ul{list-style:none;margin:0;padding:0}.native-header__nav .hs-menu-item+.native-header__nav .hs-menu-item{margin-top:16px}.native-header__nav .hs-menu-item>a{color:#333;display:block;font-size:18px;font-weight:500;text-decoration:none}.native-header__nav .hs-menu-item>a:focus-visible,.native-header__nav .hs-menu-item>a:hover{color:#ff3c00}@media (max-width:992px){.native-header{padding-inline:16px}.native-header__tagline{font-size:18px}.native-header__cta{box-shadow:0 7px 0 #ff6500;font-size:20px;height:56px;padding-inline:28px}.native-header__logo-image{max-height:60px}}@media (max-width:768px){.native-header__tagline{display:none}.native-header__inner{gap:12px}.native-header__cta{font-size:18px;height:48px;padding-inline:20px}}