.standard-header-fixed{left:0;position:fixed;top:20px;transition:var(--transition-ease-md);width:100%;z-index:999}.standard-header__wrap{padding:0 20px;position:relative;transition:var(--transition-ease-md);-webkit-font-smoothing:antialiased}.standard-header__wrap.active{padding:0}.standard-header-fixed.standard-header-sticky{box-shadow:var(--box-shadow-light)}.standard-header__wrap .content-wrapper{align-items:center;background:var(--header-bg-color);border-radius:0;display:flex;flex-direction:row;gap:20px;justify-content:space-between;padding:10px 15px;transition:var(--transition-ease-sm);width:100%}.standard-header__hamburger{display:block}ul.standard-header__menu-list{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;gap:30px;justify-content:flex-end;list-style:none;margin:0;padding:0}ul.standard-header__menu-list li{color:var(--nav-font-color);font-family:var(--font-family-primary);font-size:var(--font-size-2xs);font-weight:var(--font-weight-medium);padding:0;position:relative}ul.standard-header__menu-list li a{color:var(--nav-font-color);display:inline;padding:35px 0;position:relative;text-decoration:none}ul.standard-header__menu-list li li a{color:var(--nav-dropdown-font-color)}ul.standard-header__menu-list li a:hover{color:var(--color-secondary)}ul.standard-header__submenu{list-style:none;margin:0;padding:0}.standard-header__nav{align-items:center;display:flex;gap:30px;justify-content:flex-end;position:relative;z-index:2}.standard-header__cta{position:relative;z-index:22}.standard-header__hamburger-menu:focus,.standard-header__hamburger-menu:hover{background:transparent;border:none}ul.standard-header__menu-list li:hover .arrow-icon,ul.standard-header__menu-list li:hover a{border-color:var(--color-secondary);color:var(--color-secondary)}ul.standard-header__menu-list li:hover ul.standard-header__submenu .arrow-icon,ul.standard-header__menu-list li:hover ul.standard-header__submenu a{color:inherit}ul.standard-header__submenu a:hover,ul.standard-header__submenu a:hover .arrow-icon{border-color:var(--color-secondary)!important;color:var(--color-secondary)!important}.arrow-icon{background:transparent!important;border-bottom:2px solid var(--color-tertiary);border-left:none!important;border-radius:0!important;border-right:2px solid var(--color-tertiary);border-top:none!important;box-shadow:none;content:"";cursor:pointer;display:inline-block;height:9px;margin:0 0 0 25px;padding:0;position:relative;right:15px;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);-webkit-transform-origin:center center;-moz-transform-origin:center center;transform-origin:center center;-webkit-transition:-webkit-transform .5s;-moz-transition:.5s;transition:.5s;width:9px;z-index:22}.arrow-icon:after{content:"";height:30px;position:relative;right:-12px;top:-8px;width:30px}.arrow-icon.active{border-width:2px!important;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.arrow-icon:focus,.arrow-icon:hover{border-width:2px!important;outline:none}@media (min-width:1191px){.standard-header-fixed{top:40px}.standard-header__wrap .content-wrapper{flex-direction:row;padding:12px 20px}.standard-header__hamburger{display:none}ul.standard-header__menu-list{flex-direction:row}ul.standard-header__submenu{background:var(--nav-dropdown-bg-color);background:var(--color-white);box-shadow:var(--box-shadow-light);display:block;left:50%;list-style:none;max-width:240px;min-width:150px;opacity:0;overflow:hidden;padding:0;position:absolute;top:57px;transform:translateX(-50%) translateY(-30%);transition:.4s;visibility:hidden;width:200px;width:max-content;z-index:-999}ul.standard-header__menu-list li:hover ul{display:block;opacity:1;transform:translateX(-50%);visibility:visible}.standard-header-sticky ul.standard-header__menu-list li:hover ul{top:49px}.standard-header-sticky .standard-header__wrap .content-wrapper{box-shadow:var(--box-shadow-light);padding:6px 0}ul.standard-header__menu-list li:hover .arrow-icon{-webkit-transform:translateY(0) rotate(-135deg);-ms-transform:translateY(0) rotate(-135deg);transform:translateY(0) rotate(-135deg)}ul.standard-header__submenu li a{align-items:center;display:flex;gap:10px;justify-content:flex-start;padding:12px 26px;width:100%}ul.standard-header__submenu li{border-bottom:1px solid #999}ul.standard-header__submenu li:last-child{border-bottom:none}.standard-header-fixed.standard-header-sticky{background:var(--header-bg-color);top:0}}@media (max-width:1190px){.standard-header-fixed{top:0}.standard-header__wrap{top:20px}.standard-header__logo{align-items:center;display:flex;justify-content:space-between;width:100%}.standard-header__wrap .content-wrapper{background:var(--color-white);border-radius:var(--border-radius-md);box-shadow:var(--box-shadow-light)}.standard-header__wrap.active .content-wrapper{padding:10px 15px}.standard-header-sticky .standard-header__wrap.active .content-wrapper{box-shadow:none;padding:10px 15px}.standard-header__nav.open{margin-top:0}.standard-header__hamburger-menu{cursor:pointer;display:flex;flex-direction:column;padding:3px 15px;transition:var(--transition-ease-md);width:30px;z-index:9999}span.standard-header__hamburger-line{background:#000;border-radius:0;display:block;height:2px;transition:var(--transition-ease-md);width:100%}span.standard-header__hamburger-line:nth-child(2){margin:6px 0}.standard-header__nav{width:100%}.standard-header__nav.open{height:calc(100vh - 100px);margin-top:60px;max-height:unset;opacity:1;z-index:2}.standard-header.active{top:0}.standard-header__hamburger-menu.open span.standard-header__hamburger-line:nth-child(2){opacity:0}.standard-header__hamburger-menu.open{margin:-14px 0 0;padding:12px 0 13px 15px;width:30px}.standard-header__hamburger-menu.open span.standard-header__hamburger-line:first-child{margin-top:14px;transform:rotate(45deg)}.standard-header__hamburger-menu.open span.standard-header__hamburger-line:last-child{margin-top:-17px;transform:rotate(-45deg)}header.standard-header.active{background:var(--header-bg-color);height:100vh}.standard-header__menu{display:block;width:100%!important}ul.standard-header__menu-list{align-items:flex-start;gap:0;margin-top:0;width:100%}ul.standard-header__menu-list li{display:flex;flex-direction:column;font-size:var(--font-size-sm);width:100%}ul.standard-header__menu-list li a{display:block;margin-right:20px;padding:14px 20px}ul.standard-header__submenu li a{padding:8px 20px}ul li.standard-header__menu-item{border-bottom:1px solid #d6d9d8}ul li.standard-header__menu-item:first-child,ul.standard-header__submenu{border-top:1px solid #d6d9d8}ul.standard-header__submenu{background:#f2f6f5;border-left:3px solid var(--color-secondary)}.standard-header__cta .button{display:block;padding:14px 20px 16px}.arrow-icon{background:transparent!important;border-bottom:2px solid var(--color-tertiary);border-left:none!important;border-radius:0!important;border-right:2px solid var(--color-tertiary);border-top:none!important;box-shadow:none;content:"";cursor:pointer;display:inline-block;height:10px;margin:27px 15px 10px;padding:0;position:absolute;right:15px;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);-webkit-transform-origin:center center;-moz-transform-origin:center center;transform-origin:center center;-webkit-transition:-webkit-transform .5s;-moz-transition:.5s;transition:.5s;width:10px;z-index:22}.arrow-icon:after{content:"";height:30px;position:absolute;right:-12px;top:-8px;width:30px}.arrow-icon.active{border-width:2px!important;-webkit-transform:translateY(-50%) rotate(-135deg);-ms-transform:translateY(-50%) rotate(-135deg);transform:translateY(-50%) rotate(-135deg)}.arrow-icon:focus,.arrow-icon:hover{border-width:2px!important;outline:none}ul.standard-header__submenu{background:var(--nav-dropdown-bg-color);display:flex;flex-direction:column;height:auto;max-height:0;opacity:0;transition:.4s;z-index:-11}ul.standard-header__submenu.active{max-height:1000px;opacity:1;z-index:33}.standard-header__cta{padding:0 20px;width:100%}body.fix{overflow:hidden}ul.standard-header__menu-list li li a{color:#555;font-size:.9em;font-size:16px;font-weight:var(--font-weight-regular);padding-left:40px}ul.standard-header__submenu li:last-child{padding-bottom:14px}ul.standard-header__submenu li:first-child{padding-top:14px}.standard-header__wrap.active{padding:0 20px;top:20px}}