.header.fixed-header{animation:smoothScroll .5s forwards;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 5px rgba(0,0,0,.23);left:0;padding:10px 0;position:fixed;top:0;width:100%}.headerV2 .header-top-flex{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0 -15px}.headerV2 .header-top-flex>*{padding:0 15px}.headerV2 .header-top-flex .announcement-text{font-family:Montserrat;line-height:1.3;text-align:right;width:70%}.headerV2 .header-top-flex .stripMenu{width:30%}.headerV2 .header-top-flex .announcement-text :last-child{margin-bottom:0}.headerV2 .stripMenu .hs-menu-wrapper ul li a{align-items:center;display:flex;gap:10px;justify-content:center}.headerV2 .stripMenu .hs-menu-wrapper ul li .m_icon{line-height:0;width:14px}.headerV2 .stripMenu .hs-menu-wrapper ul li .m_icon svg{width:100%;fill:currentColor}.headerV2 .stripMenu .hs-menu-wrapper ul li .m_icon svg path{stroke:currentColor}.headerV2 .stripMenu .hs-menu-wrapper ul li .m_icon svg[fill=none]{fill:none!important}.headerV2 .header-top-flex .announcement-text *{font-family:inherit}@media(max-width:991px){.headerV2 .header-top-flex .stripMenu{width:100%}.headerV2 .header-top-flex .announcement-text{margin-bottom:15px;width:100%}}@keyframes smoothScroll{0%{transform:translateY(-40px)}to{transform:translateY(0)}}