@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.header{align-items:center;display:flex;height:var(--header-height);left:0;position:absolute;top:0;transition:var(--transition);width:100%;z-index:111}.header-sticky.is-sticky{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInDown;animation-name:fadeInDown;background-color:rgba(var(--header-background-color));box-shadow:0 0 30px rgba(0,0,0,.1);margin-top:0;position:fixed}.header-inner{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-left:-15px;margin-right:-15px}.header-inner>*{display:flex;flex:0 0 auto;flex-wrap:wrap;padding-left:15px;padding-right:15px}.header-left{align-items:center;align-self:center;flex:0 0 auto}@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.header-center{display:none}}.header-right{align-items:center;align-self:center;display:flex;flex:0 0 auto}@media only screen and (max-width:767px){.header-right .btn{display:none}}.header-actions{align-items:center;display:flex;gap:15px;margin-bottom:0;padding-left:30px}@media only screen and (max-width:767px){.header-actions{padding-left:0}}.header-actions li{list-style:none;position:relative}.header-actions li button{align-items:center;background:transparent;border:1px solid rgba(var(--base-color));border-radius:100%;color:rgba(var(--base-color));display:flex;height:40px;justify-content:center;width:40px}.header-actions li button svg{color:rgba(var(--base-color));height:16px;width:16px}.header-actions li button svg path{fill:currentColor;stroke:currentColor}.header-actions li button:hover{background-color:rgba(var(--base-color));border:1px solid rgba(var(--primary-color));color:rgba(var(--primary-color))}@media only screen and (max-width:767px){.header-actions li button{height:36px;width:36px}}.header-logo{display:flex;line-height:1}.header-logo img{width:100%}