@-webkit-keyframes header-menu-animate-in{0%{transform:translateY(15px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes header-menu-animate-in{0%{transform:translateY(15px);opacity:0}to{transform:translateY(0);opacity:1}}.header-menu{opacity:1;flex:1 0 auto;position:relative;display:grid;grid-column:full;align-items:flex-start;grid-template-columns:[full-start] 20px [max-start] 1fr [grid-start] clamp(310px,80vw,700px) [grid-end] 1fr [max-end] 20px [full-end];--cs__primary__fg--link:var(--cs__primary__fg--default);--header-menu-padding-sides:0}.header-menu .label{--hover-text-decoration:none}.header-menu__label-wrap{display:flex;flex:1 1;justify-content:space-between;width:100%}.header-menu__label-wrap .label{font-family:ProximaNova,sans-serif;font-weight:700;--line-height:1;padding:1.3rem 0;flex:1 1;cursor:default;display:flex;align-items:center;justify-content:var(--header-h-align);--hover-opacity:1}.header-menu__label-wrap .label[href]{cursor:pointer}.header-menu__label-wrap .icon{padding-left:20px;width:calc(var(--icon-size) + 20px);display:none;transition:transform .15s ease}.header-menu>ul{display:none;background:var(--cs__primary__bg);padding-bottom:.5rem}.header-menu>ul>.header-menu-item:first-child{margin-top:1rem}.header-menu>ul>.header-menu-group+.header-menu-item{margin-top:.5rem}.header-menu:after{display:none;content:"";width:0;height:0;border-color:transparent transparent #fff;border-style:solid;border-width:0 8px 12px;z-index:10;position:absolute;bottom:0;left:0;right:0;margin:auto;transition:opacity .25s ease}.header-menu--nested.open{--cs__primary__fg--default:#fff}.header-menu--nested.open>ul{display:grid;grid-column:full;align-items:flex-start;grid-template-columns:[full-start] 20px [max-start] 1fr [grid-start] clamp(310px,80vw,700px) [grid-end] 1fr [max-end] 20px [full-end]}@media(min-width:769px){.header-menu,.header-menu--nested.open>ul{grid-template-columns:[full-start] 20px [max-start] 1fr [grid-start] clamp(620px,80vw,1176px) [grid-end] 1fr [max-end] 20px [full-end]}}@media(min-width:1261px){.header-menu{--header-menu-padding-sides:var(--box-padding);display:flex;flex-direction:column}.header-menu__label-wrap .label{--header-h-align:center;padding:1rem}.header-menu>ul{padding-bottom:1rem;position:absolute;width:370px;top:100%;z-index:11;border-radius:0 0 4px 4px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.header-menu--nested.open>ul{display:flex}.header-menu--nested.open:after,.header-menu--nested.open>ul{display:block;-webkit-animation:header-menu-animate-in .2s ease forwards;animation:header-menu-animate-in .2s ease forwards}}@media(max-width:1260px){.header-menu__label-wrap{grid-column:grid;align-items:center}.header-menu:not(:last-child):before{position:absolute;grid-column:grid;content:"";height:1px;background:#dce9f7;z-index:0;top:calc(100% - 1px);width:100%}.header-menu>ul{grid-column:full;z-index:10;position:relative}.header-menu--nested .header-menu__label-wrap .icon{display:block;--icon-size:20px;color:#dce9f7}.header-menu--nested.open .header-menu__label-wrap .icon{transform:scaleY(-1)}.header-menu--nested.open>ul .header-menu-group,.header-menu--nested.open>ul .header-menu-item{grid-column:grid}}@media(hover:hover){.header-menu:not(.header-menu--nested):not([disabled]):not(:disabled):hover{--cs__primary__fg--default:#fff}}@media(prefers-reduced-motion){.header-menu--nested.open:after,.header-menu--nested.open>ul{-webkit-animation:none;animation:none}}
