.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fff;box-shadow:0 1px 0 rgba(45,45,45,.08);transition:box-shadow .3s cubic-bezier(0.4, 0, 0.2, 1)}.header.is-scrolled{box-shadow:0 20px 24px -4px rgba(0,0,0,.08),0 8px 8px -4px rgba(16,24,40,.03)}.header-inner{width:90%;max-width:80rem;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:5rem;gap:1.5rem}@media only screen and (max-width: 1023.98px){.header-inner{width:90%}}@media only screen and (max-width: 1023.98px){.header-inner{height:4rem;gap:1rem}}.header-logo{display:flex;align-items:center;flex-shrink:0;color:#2d2d2d;text-decoration:none;transition:color .3s cubic-bezier(0.4, 0, 0.2, 1)}.header-logo:hover{color:#23597b}.header-logo .logo{height:2.5rem;width:auto}@media only screen and (max-width: 1023.98px){.header-logo .logo{height:2rem}}@media only screen and (max-width: 639.98px){.header-logo .logo{height:1.75rem}}@media(min-width: 1024px){.header-nav{display:flex;align-items:center}}@media only screen and (max-width: 1023.98px){.header-nav{position:fixed;top:4rem;left:0;right:0;bottom:0;background:#fff;overflow-y:auto;transform:translateX(100%);transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1);z-index:99;padding:1.5rem}.header-nav.is-open{transform:translateX(0)}}.header-nav-list{display:flex;list-style:none;margin:0;padding:0}@media(min-width: 1024px){.header-nav-list{align-items:center;gap:.25rem}}@media only screen and (max-width: 1023.98px){.header-nav-list{flex-direction:column;gap:0}}.header-nav-item{position:relative}.header-nav-item.is-current>.header-nav-link{color:#23597b}@media only screen and (max-width: 1023.98px){.header-nav-item{border-bottom:1px solid #edeff3}.header-nav-item:last-child{border-bottom:none}}@media(min-width: 1024px){.header-nav-item.has-dropdown:hover .header-nav-arrow,.header-nav-item.has-dropdown:focus-within .header-nav-arrow{transform:rotate(180deg)}.header-nav-item.has-dropdown:hover .header-nav-dropdown,.header-nav-item.has-dropdown:focus-within .header-nav-dropdown{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}}@media only screen and (max-width: 1023.98px){.header-nav-item.has-dropdown.is-open .header-nav-arrow{transform:rotate(180deg)}.header-nav-item.has-dropdown.is-open .header-nav-dropdown{max-height:50rem;opacity:1}}.header-nav-item.has-dropdown .header-nav-link{display:flex;align-items:center;gap:.375rem}@media only screen and (max-width: 1023.98px){.header-nav-item.has-dropdown .header-nav-link{justify-content:space-between}}.header-nav-link{display:block;font-family:"Roboto",sans-serif;font-weight:500;color:#2d2d2d;text-decoration:none;transition:color .3s cubic-bezier(0.4, 0, 0.2, 1),background-color .3s cubic-bezier(0.4, 0, 0.2, 1)}@media(min-width: 1024px){.header-nav-link{padding:.625rem 1rem;font-size:.9375rem;border-radius:.5rem}.header-nav-link:hover,.header-nav-link:focus{color:#23597b;background-color:rgba(35,89,123,.06)}}@media only screen and (max-width: 1023.98px){.header-nav-link{padding:1rem 0;font-size:1.0625rem;width:100%}.header-nav-link:hover{color:#23597b}}.header-nav-arrow{transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1);flex-shrink:0}@media(min-width: 1024px){.header-nav-dropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(0.5rem);min-width:42rem;padding:1.5rem;background:#fff;border-radius:.5rem;box-shadow:0 10px 40px rgba(45,45,45,.12),0 2px 10px rgba(45,45,45,.08);opacity:0;visibility:hidden;transition:opacity .3s cubic-bezier(0.4, 0, 0.2, 1),visibility .3s cubic-bezier(0.4, 0, 0.2, 1),transform .3s cubic-bezier(0.4, 0, 0.2, 1)}.header-nav-dropdown::before{content:"";position:absolute;top:-0.5rem;left:0;right:0;height:.5rem}}@media only screen and (max-width: 1023.98px){.header-nav-dropdown{max-height:0;overflow:hidden;opacity:0;transition:max-height .3s cubic-bezier(0.4, 0, 0.2, 1),opacity .3s cubic-bezier(0.4, 0, 0.2, 1)}}.header-nav-dropdown-list{list-style:none;margin:0;padding:0}@media(min-width: 1024px){.header-nav-dropdown-list{display:grid;grid-template-columns:repeat(2, 1fr);gap:.5rem}}.header-nav-dropdown-item{display:flex;align-items:flex-start;gap:1rem;text-decoration:none;transition:background-color .3s cubic-bezier(0.4, 0, 0.2, 1)}@media(min-width: 1024px){.header-nav-dropdown-item{padding:1rem;border-radius:.5rem}.header-nav-dropdown-item:hover,.header-nav-dropdown-item.is-active{background-color:rgba(35,89,123,.06)}.header-nav-dropdown-item .icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2.5rem;height:2.5rem;padding:.25rem;background:rgba(35,89,123,.1);border-radius:.375rem;color:#23597b}.header-nav-dropdown-item svg{width:100%;height:100%}}@media only screen and (max-width: 1023.98px){.header-nav-dropdown-item{padding:.75rem 1rem;border-left:2px solid #edeff3}.header-nav-dropdown-item svg{display:none}.header-nav-dropdown-item:hover,.header-nav-dropdown-item.is-active{border-color:#23597b}}.header-nav-dropdown-icon{flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:rgba(35,89,123,.1);border-radius:.375rem;color:#23597b}@media only screen and (max-width: 1023.98px){.header-nav-dropdown-icon{display:none}}.header-nav-dropdown-icon svg{width:1.25rem;height:1.25rem;font-size:1.25rem}.header-nav-dropdown-content{flex:1;min-width:0}.header-nav-dropdown-title{display:block;font-family:"Roboto",sans-serif;font-size:.9375rem;font-weight:600;color:#2d2d2d}@media only screen and (max-width: 1023.98px){.header-nav-dropdown-title{font-weight:400;color:rgba(45,45,45,.75)}}.header-nav-dropdown-desc{font-size:.8125rem;color:rgba(45,45,45,.65);line-height:1.4;margin-top:.25rem;display:block}@media only screen and (max-width: 1023.98px){.header-nav-dropdown-desc{display:none}}.header-lang-switcher{display:flex;align-items:center;gap:.125rem;padding:.25rem;background:#edeff3;border-radius:.5rem}.header-lang-switcher-btn{padding:.375rem .625rem;font-family:"Roboto",sans-serif;font-size:.8125rem;font-weight:500;color:rgba(45,45,45,.6);background:rgba(0,0,0,0);border:none;border-radius:calc(0.5rem - .125rem);text-decoration:none;cursor:pointer;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.header-lang-switcher-btn:hover{color:#2d2d2d}.header-lang-switcher-btn.is-active{color:#2d2d2d;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1)}.header-actions{display:flex;align-items:center;gap:1rem}@media only screen and (max-width: 1023.98px){.header-actions{display:none}}.header-cta{font-family:"Roboto",sans-serif;font-size:1rem;font-weight:500;line-height:1;letter-spacing:.02rem;color:#fff;display:inline-block;padding:1rem 2rem;border:.125rem solid #23597b;border-radius:.5rem;background-color:#23597b;text-decoration:none;text-align:center;transition:border-color .3s cubic-bezier(0.215, 0.61, 0.355, 1),background-color .3s cubic-bezier(0.215, 0.61, 0.355, 1),color .3s cubic-bezier(0.215, 0.61, 0.355, 1);cursor:pointer;padding:.625rem 1.25rem;font-size:.875rem;white-space:nowrap}.header-cta:hover{border-color:#2f4858;background-color:#2f4858}.header-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;padding:0;background:rgba(0,0,0,0);border:none;cursor:pointer;gap:.3125rem}@media only screen and (max-width: 1023.98px){.header-toggle{display:flex}}.header-toggle span{display:block;width:1.5rem;height:2px;background:#2d2d2d;border-radius:1px;transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1),opacity .3s cubic-bezier(0.4, 0, 0.2, 1)}.header-toggle.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header-toggle.is-active span:nth-child(2){opacity:0}.header-toggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header-toggle:hover span{background:#23597b}.header-mobile-extras{display:none}@media only screen and (max-width: 1023.98px){.header-mobile-extras{display:block;position:fixed;bottom:0;left:0;right:0;padding:1.5rem;background:#fff;border-top:1px solid #edeff3;transform:translateX(100%);transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1);z-index:99}}.header-mobile-cta{font-family:"Roboto",sans-serif;font-size:1rem;font-weight:500;line-height:1;letter-spacing:.02rem;color:#fff;display:inline-block;padding:1rem 2rem;border:.125rem solid #23597b;border-radius:.5rem;background-color:#23597b;text-decoration:none;text-align:center;transition:border-color .3s cubic-bezier(0.215, 0.61, 0.355, 1),background-color .3s cubic-bezier(0.215, 0.61, 0.355, 1),color .3s cubic-bezier(0.215, 0.61, 0.355, 1);cursor:pointer;display:block;width:100%;padding:1rem;font-size:1rem;text-align:center;margin-bottom:1rem}.header-mobile-cta:hover{border-color:#2f4858;background-color:#2f4858}.header-mobile-lang{display:flex;gap:.5rem}.header-mobile-lang a{flex:1;padding:.75rem 1rem;font-family:"Roboto",sans-serif;font-size:.9375rem;font-weight:500;color:#2d2d2d;background:#edeff3;border:2px solid rgba(0,0,0,0);border-radius:.5rem;text-decoration:none;text-align:center;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.header-mobile-lang a:hover{border-color:#23597b}.header-mobile-lang a.is-active{color:#fff;background:#23597b;border-color:#23597b}body{padding-top:5rem}@media only screen and (max-width: 1023.98px){body{padding-top:4rem}}body.menu-open{overflow:hidden;width:100%}body.menu-open .header-mobile-extras{transform:translateX(0)}