@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");.custom-header{padding:16px 32px}.custom-header__inner{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.custom-header__logo{flex-shrink:0}.custom-header__logo-img{height:65px}.custom-header__nav{flex-grow:1;margin-left:32px}.custom-header__nav ul,.custom-menu>ul{display:flex;gap:8px;list-style:none;margin:0;padding:0}.custom-header__nav ul>li>a,.custom-menu>ul>li>a{align-items:center;color:#21272a;display:flex;font-family:Roboto,sans-serif;font-size:16px;font-weight:300;line-height:1;padding:16px 12px!important;position:relative;text-decoration:none}.custom-header__nav li,.custom-menu li{align-content:center;list-style:none;position:relative}.custom-header__nav ul>li.hs-item-has-children>a:after,.custom-menu li.hs-menu-depth-1.hs-item-has-children>a:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cmask id='a' width='24' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M0 0h24v24H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%231C1B1F' d='M12 14.708 6.692 9.4l.708-.708 4.6 4.6 4.6-4.6.708.708z'/%3E%3C/g%3E%3C/svg%3E");display:inline-block;height:24px;margin-left:6px;vertical-align:middle;width:24px}.custom-header__nav .hs-menu-children-wrapper,.custom-menu li ul{background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1);display:none;flex-direction:column;left:0;margin-top:0;min-width:200px;padding:8px 0;pointer-events:auto;position:absolute;top:100%;z-index:999}.custom-header__nav li.hs-item-has-children:hover>.hs-menu-children-wrapper,.custom-menu li:hover>ul{display:flex}.custom-header__nav .hs-menu-children-wrapper li a{color:#21272a;display:block;font-size:14px;font-weight:300;padding:10px 16px;text-decoration:none;white-space:nowrap}.custom-header__nav .hs-menu-children-wrapper li a:hover{background-color:#f5f5f5}.custom-header__buttons{display:flex;flex-shrink:0;gap:12px;margin-left:auto}.custom-header__button{align-items:center;border:2px solid #f88f58;border-radius:0;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;height:48px;justify-content:center;line-height:1;padding:12px 16px;text-decoration:none;transition:background .3s ease}.custom-header__button--outline{background:transparent;color:#f88f58}.custom-header__button--solid,.custom-header__button--solid:hover{background:#f88f58;color:#fff}@media (max-width:768px){.custom-header__inner{align-items:flex-start;flex-direction:column;gap:16px}.custom-header__buttons,.custom-header__nav{width:100%}.custom-header__buttons{justify-content:flex-start}}.custom-header__hamburger{background:none;border:none;cursor:pointer;display:none;padding:8px}.hamburger-icon,.hamburger-icon:after,.hamburger-icon:before{background:#21272a;border-radius:1px;content:"";display:block;height:2px;position:relative;transition:all .3s ease;width:24px}.hamburger-icon:after,.hamburger-icon:before{left:0;position:absolute}.hamburger-icon:before{top:-8px}.hamburger-icon:after{top:8px}.custom-header__hamburger.open .hamburger-icon{background:transparent}.custom-header__hamburger.open .hamburger-icon:before{top:0;transform:rotate(45deg)}.custom-header__hamburger.open .hamburger-icon:after{top:0;transform:rotate(-45deg)}@media (max-width:1164px){.custom-header__buttons,.custom-header__nav{display:none}.custom-header__hamburger{display:block;position:fixed;right:16px;top:40px;z-index:1001}.custom-header__inner{flex-wrap:nowrap;justify-content:space-between}.custom-header__nav.active{background:#fff;box-shadow:-4px 0 12px rgba(0,0,0,.1);display:block;height:100vh;overflow-y:auto;padding:80px 16px 16px;position:fixed;right:0;top:0;width:280px;z-index:1000}.custom-header__nav.active ul{flex-direction:column;gap:0}.custom-header__nav.active ul>li>a{font-size:18px;font-weight:400;padding:12px 16px}.custom-header__nav.active ul>li.hs-item-has-children>a:after{content:none}.custom-header__nav.active ul ul{box-shadow:none;display:block!important;padding-left:16px;position:static}.custom-header__nav.active ul ul li a{font-size:16px;padding:8px 16px}}.custom-header{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.06);left:0;position:fixed;right:0;top:0;z-index:1002}.custom-header__hamburger{box-shadow:none!important;outline:none!important}.custom-header__hamburger:focus-visible{outline:2px solid #f88f58!important;outline-offset:2px!important}.custom-header__buttons--mobile{display:flex;flex-direction:column;gap:12px;margin-top:24px}.custom-header__buttons--mobile .custom-header__button{justify-content:flex-start;padding:12px 20px;width:100%}