@-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;border-bottom:1px solid hsla(0,0%,100%,.5);display:flex;height:var(--header-height);left:0;position:absolute;top:0;transition:var(--transition);width:100%;z-index:111}@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{padding:15px 0}}.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:var(--header-background-color);border:none;box-shadow:0 0 30px rgba(0,0,0,.1);position:-webkit-sticky;position:fixed;top:0}@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.header-left{display:none}}.header-center{max-width:240px}@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.header-center{max-width:none}}@media only screen and (max-width:767px){.header-center{min-height:auto}}.header-right{align-items:center;display:flex;gap:15px}@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.header-right{flex:0 0 auto;max-width:none}}.header-logo{display:flex;line-height:1}@media only screen and (max-width:575px){.header-right .btn{display:block;padding:15px}}@media only screen and (max-width:479px){.header-right .btn{display:none}}