section.global-header-v2{background-color:var(--color_white);box-shadow:0 2px 5px -1px rgba(0,0,0,.33);left:0;position:absolute;right:0;top:0;width:100%;z-index:200}section.global-header-v2.scrolled{animation:smoothScroll 1s forwards;position:fixed}@keyframes smoothScroll{0%{transform:translateY(-100%)}to{transform:translateY(0)}}section.global-header-v2 .wrapper{align-items:center;display:flex;justify-content:flex-end;position:relative;width:100%}section.global-header-v2 .wrapper-menu{align-items:center;display:none;height:100%;justify-content:center;padding:0 25px}section.global-header-v2 .wrapper-menu button{appearance:none;background-color:transparent;border:none;display:flex;flex-direction:column;gap:4px;margin:0;padding:0;width:30px}section.global-header-v2 .wrapper-menu button span{background-color:#404040;height:3px;opacity:1;position:relative;transition:transform .3s ease-out,opacity .3s ease-out;width:100%}section.global-header-v2 .wrapper-menu button.on span:first-child{opacity:1;top:7px;transform:rotate(135deg)}section.global-header-v2 .wrapper-menu button.on span{opacity:0;pointer-events:none;transform:translateX(-50px)}section.global-header-v2 .wrapper-menu button.on span:last-child{opacity:1;top:-7px;transform:rotate(-135deg)}section.global-header-v2 .wrapper-logo{margin-right:auto;padding-left:25px}section.global-header-v2 .wrapper-logo a figure{line-height:0}section.global-header-v2 .wrapper-logo a figure img{height:auto;max-height:70px;object-fit:contain;width:92px}section.global-header-v2 .wrapper-navigation{align-items:center;display:flex;justify-content:flex-end}section.global-header-v2 .wrapper-navigation nav>ul{display:flex;flex-direction:row}section.global-header-v2 .wrapper-navigation nav>ul>li{cursor:pointer;height:100%;position:relative}section.global-header-v2 .wrapper-navigation{height:80px}section.global-header-v2 .wrapper-navigation nav{height:100%}section.global-header-v2 .wrapper-navigation nav>ul{height:100%;list-style:none;margin:0;padding:0}section.global-header-v2 .wrapper-navigation nav ul li.depth-1:before{background-color:#f3c600;content:"";height:8px;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}section.global-header-v2 .wrapper-navigation nav ul li.depth-1:hover{box-shadow:0 2px 5px -1px rgba(0,0,0,.33)}section.global-header-v2 .wrapper-navigation nav ul li.depth-1.active:before,section.global-header-v2 .wrapper-navigation nav ul li.depth-1:hover:before{opacity:1}section.global-header-v2 .wrapper-navigation nav ul li.depth-1>.link-text{padding:24px 30px}section.global-header-v2 .wrapper-navigation nav ul li.depth-1>.link-text>a,section.global-header-v2 .wrapper-navigation nav ul li.depth-1>.link-text>p{color:#404040;display:inline-block;font-family:Montserrat-bold;font-size:11px;font-weight:700;letter-spacing:.2em;text-align:center;text-decoration:none;text-transform:uppercase;transition:color .3s ease-out}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu{background-color:#fff;box-shadow:0 2px 5px -1px rgba(0,0,0,.33);cursor:default;display:flex;justify-content:space-between;left:-160px;list-style:none;max-width:1100px;opacity:0;padding:40px 80px 40px 40px;pointer-events:none;position:absolute;top:100%;visibility:hidden;z-index:10}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu.single{left:50%;transform:translateX(-50%)}section.global-header-v2 .wrapper-navigation nav ul li.depth-1:hover ul.submenu{opacity:1;pointer-events:all;visibility:visible}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu li.depth-2{margin-right:80px;text-align:left}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu>li.depth-2>.link-text-img{display:block}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu li.depth-2:last-child{margin-right:0}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu li.depth-2 a.btn{background-color:transparent;border:1px solid #404040;border-radius:8px;color:#404040;font-family:Montserrat-semi-bold;font-size:11px;font-weight:700;letter-spacing:1px;line-height:13px;margin-top:30px;padding:15px;text-transform:uppercase;transition:color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu li.depth-2 a.btn:hover{background-color:#6c919c;border-color:#6c919c;color:var(--color_white)}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu li.depth-2>.link-text-img>a,section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu li.depth-2>.link-text-img>p{color:#404040;font-family:RobotoSlab-bold;font-size:20px;font-weight:800;line-height:26px;text-decoration:none;white-space:nowrap}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu li.depth-2 figure{align-items:center;display:flex;height:50px;justify-content:flex-start;margin-bottom:15px;max-height:50px;max-width:50px;min-height:50px;min-width:50px;width:50px}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu li.depth-2 figure img{height:auto;max-height:50px;max-width:50px;object-fit:contain;object-position:center;width:auto}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu li.depth-2>ul{display:block;list-style:none;margin-top:30px}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu li.depth-2>ul>li.depth-3{cursor:pointer;display:grid;margin-bottom:20px}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu li.depth-2>ul>li.depth-3:last-child{margin-bottom:0}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu li.depth-2>ul>li.depth-3>a,section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu li.depth-2>ul>li.depth-3>p{color:#404040;font-family:Montserrat-semi-bold;font-size:11px;font-weight:600;letter-spacing:1px;line-height:16px;position:relative;text-decoration:none;text-transform:uppercase;white-space:nowrap}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu li.depth-2>ul>li.depth-3>a>p,section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu li.depth-2>ul>li.depth-3>p{color:#404040;font-family:Montserrat-semi-bold;font-size:11px;font-weight:600;letter-spacing:1.65px;letter-spacing:1px;position:relative;text-decoration:none;text-transform:uppercase;white-space:nowrap}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu li.depth-2>ul>li.depth-3>a>p.description,section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu li.depth-2>ul>li.depth-3>p>p.description{color:#707070;font-family:Montserrat-medium;font-size:11px;font-weight:600;line-height:14px;max-width:250px;padding:0;position:relative;text-decoration:none;text-transform:none;white-space:wrap;width:max-content}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu li.depth-2>ul>li.depth-3>a:not(.description):before,section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu li.depth-2>ul>li.depth-3>p:not(.description):before{background-color:#f3c600;content:"";height:8px;left:0;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .3s ease,transform .2s ease;width:8px}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu li.depth-2>ul>li.depth-3:hover>a:before,section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu li.depth-2>ul>li.depth-3:hover>p:before{opacity:1;transform:translateY(-50%) translateX(-15px)}section.global-header-v2 .wrapper-cta{margin-left:30px;margin-right:15px}section.global-header-v2 .wrapper-lang .language-switcher{border-left:1px solid #d9d9d9;height:80px;max-height:80px;position:relative;width:80px}section.global-header-v2 .wrapper-lang .language-switcher a,section.global-header-v2 .wrapper-lang .language-switcher p{color:#404040;cursor:pointer;font-size:11px;font-style:italic;font-weight:700;letter-spacing:.2em;text-decoration:none}section.global-header-v2 .wrapper-lang .language-switcher .language.active{align-items:center;display:flex;height:80px;justify-content:center;width:80px}section.global-header-v2 .wrapper-lang .language-switcher .language:not(.active){align-items:center;background-color:var(--color_white);bottom:calc(-100% - 1px);box-shadow:0 2px 5px -1px rgba(0,0,0,.33);cursor:pointer;display:flex;height:80px;justify-content:center;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease-out,visibility .3s ease-out;visibility:hidden;width:80px}section.global-header-v2 .wrapper-lang .language-switcher:hover .language:not(.active){opacity:1;pointer-events:all;visibility:visible}@media (max-width:700px){section.global-header-v2 .wrapper-menu{display:flex}section.global-header-v2 .wrapper-logo{padding:18px 25px}section.global-header-v2 .wrapper-logo a figure img{max-width:100%;width:92px}section.global-header-v2 .wrapper-navigation{background-color:var(--color_white);box-shadow:0 2px 5px -1px rgba(0,0,0,.33);display:block;height:unset;max-height:calc(100dvh - 85px);overflow-y:scroll;position:absolute;top:100%;transform:scaleY(0);transform-origin:top center;transition:transform .3s ease-out;width:100%;z-index:-3}section.global-header-v2.menu-open .wrapper-navigation{transform:scaleY(1)}section.global-header-v2 .wrapper-navigation nav>ul{flex-direction:column}section.global-header-v2 .wrapper-navigation nav>ul>li.depth-1{border-top:1px solid #d9d9d9;box-shadow:none;position:relative}section.global-header-v2 .wrapper-navigation nav>ul>li.depth-1:hover{box-shadow:none}section.global-header-v2 .wrapper-navigation nav>ul>li.depth-1 .link-text{padding:20px 30px;position:relative;transition:background-color .3s ease-out,color .3s ease-out}section.global-header-v2 .wrapper-navigation nav>ul>li.depth-1:before{display:none}section.global-header-v2 .wrapper-navigation nav>ul>li.depth-1.has-children>.link-text:before{background-color:#404040;content:"";height:12px;left:unset;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='12' fill='none' viewBox='0 0 22 12'%3E%3Cpath fill='%23404040' fill-rule='evenodd' d='m21.063 2.029-9.507 9.13c-.583.56-1.529.56-2.112 0L0 2.08l1-1.017L2.05 0l8.45 8.116L18.95 0C20 1.05 20 1.063 20 1.063z' clip-rule='evenodd'/%3E%3C/svg%3E");opacity:1;position:absolute;right:30px;top:50%;transform:translateY(-50%);transition:background-color .3s ease-out,transform .3s ease-out;width:22px}section.global-header-v2 .wrapper-navigation nav>ul>li.depth-1.open .link-text{background-color:#f3c600}section.global-header-v2 .wrapper-navigation nav>ul>li.depth-1.has-children.open>.link-text>a,section.global-header-v2 .wrapper-navigation nav>ul>li.depth-1.has-children.open>.link-text>p{color:var(--color_white)}section.global-header-v2 .wrapper-navigation nav>ul>li.depth-1.open.has-children>.link-text:before{background-color:var(--color_white);transform:translateY(-50%) rotate(180deg)}section.global-header-v2 .wrapper-navigation nav ul li.depth-1>.link-text>a,section.global-header-v2 .wrapper-navigation nav ul li.depth-1>.link-text>p{font-size:12px;font-weight:700;line-height:14px}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu{background-color:#fff;box-shadow:none;display:none;left:0;opacity:1;overflow:hidden;padding:0;pointer-events:all;position:relative;top:0;visibility:visible}section.global-header-v2 .wrapper-navigation nav ul li.depth-1:hover ul.submenu{opacity:1;pointer-events:all;visibility:visible}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu>li.depth-2{border-top:1px solid #d9d9d9;margin:0;overflow:hidden}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu>li.depth-2:first-child{border-top:none}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu>li.depth-2>ul{display:none;margin:0}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu>li.depth-2>ul>li.depth-3{border-top:1px solid #d9d9d9;margin:0;padding:25px 30px}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu>li.depth-2 a.btn{border:none;border-radius:0;border-top:1px solid #d9d9d9;color:#404040;display:inline-block;margin:0;padding:25px 30px;text-align:left;width:100%}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu>li.depth-2 .link-text-img>figure{margin-right:15px;width:30px}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu>li.depth-2>.link-text-img{align-items:center;display:flex;justify-content:flex-start;padding:25px 30px;position:relative}section.global-header-v2 .wrapper-navigation nav ul li.depth-1 ul.submenu>li.depth-2>.link-text-img figure img{max-height:30px;max-width:30px}section.global-header-v2 .wrapper-navigation nav>ul>li.depth-1>ul.submenu>li.depth-2.has-children .link-text-img:before{background-color:#404040;content:"";height:12px;left:unset;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='12' fill='none' viewBox='0 0 22 12'%3E%3Cpath fill='%23404040' fill-rule='evenodd' d='m21.063 2.029-9.507 9.13c-.583.56-1.529.56-2.112 0L0 2.08l1-1.017L2.05 0l8.45 8.116L18.95 0C20 1.05 20 1.063 20 1.063z' clip-rule='evenodd'/%3E%3C/svg%3E");opacity:1;position:absolute;right:30px;top:50%;transform:translateY(-50%);transition:transform .3s ease-out;width:22px}section.global-header-v2 .wrapper-navigation nav>ul>li.depth-1.has-children>ul.submenu>li.depth-2.has-children.open .link-text-img:before{transform:translateY(-50%) rotate(180deg)}section.global-header-v2 .wrapper-cta{display:none}section.global-header-v2 .wrapper-lang{width:100%}section.global-header-v2 .wrapper-lang .language-switcher{border:none;border-top:1px solid #d9d9d9;display:flex;height:unset;max-height:unset;width:100%}section.global-header-v2 .wrapper-lang .language-switcher .language:not(.active){background-color:var(--color_white);box-shadow:none;height:unset;max-height:unset;max-width:unset;opacity:1;padding:15px 30px;pointer-events:all;position:relative;visibility:visible;width:50%}section.global-header-v2 .wrapper-lang .language-switcher .language.active{background-color:#a0d1c5;border-right:1px solid #d9d9d9;height:unset;max-height:unset;max-width:unset;padding:15px 30px;width:50%}section.global-header-v2 .wrapper-lang .language-switcher .language.active a,section.global-header-v2 .wrapper-lang .language-switcher .language.active p{color:var(--color_white);font-family:RobotoSlab-bold}section.global-header-v2 .wrapper-lang .language-switcher .language a,section.global-header-v2 .wrapper-lang .language-switcher .language p{display:inline;font-size:15px;line-height:20px;text-align:center}}