:root{--font-family__base:"Inter",sans-serif;--font-family__heading:"Playfair Display",serif;--font-weight__base:400;--font-weight__heading:500;--color__font:#000;--color__link:#ff7190;--color__primary:#fff;--color__secondary:#d3e8d3;--gutter__1:8px;--gutter__2:16px;--gutter__4:32px;--gutter__8:64px;--gutter__10:80px;--gutter__12:96px;--gutter__16:128px;--width__search:52px;--width__menu-panel:440px;--width__header:104px;--width__top-space:0;--navigation-mch-font-base-family:var(--font-default-family);--navigation-mch-font-base-weight:var(--font-default-weight);--navigation-mch-font-heading-family:var(--font-h2-family);--navigation-mch-font-heading-weight:var(--font-h2-weight);--font-family__base:var(--navigation-mch-font-base-family);--font-family__heading:var(--navigation-mch-font-heading-family);--font-weight__base:var(--navigation-mch-font-base-weight);--font-weight__heading:var(--navigation-mch-font-heading-weight);--color__link:var(--link-hover);--color__secondary:var(--background)}div.mch-sidebar body,div.mch-sidebar body *,div.mch-sidebar html{margin:0}div.mch-sidebar body,div.mch-sidebar html{background:linear-gradient(180deg,#fff,#000);font-family:var(--font-family__base);font-size:17px;min-height:200vh}div.mch-sidebar *{box-sizing:border-box}div.mch-sidebar ul{list-style:none}div.mch-sidebar button{background:none;border:none;font-size:inherit;font-weight:inherit;outline:none}div.mch-sidebar .header{background:var(--color__primary);-moz-column-gap:var(--gutter__4);column-gap:var(--gutter__4);display:grid;grid-template-areas:"logo search secondary" "logo search primary";grid-template-columns:1fr 1fr 1fr;height:var(--width__header);margin-top:var(--width__top-space);padding:var(--gutter__2) var(--gutter__4);position:fixed;transition:margin-top .5s ease-in-out;width:100vw;z-index:999}@media only screen and (max-width:1160px){div.mch-sidebar .header{grid-template-areas:"logo secondary" "logo primary";grid-template-columns:1fr 1fr}}@media only screen and (max-width:540px){div.mch-sidebar .header{gap:var(--gutter__1);grid-template-areas:"logo secondary" "primary primary";padding:var(--gutter__2) 24px}}div.mch-sidebar .header__logo{grid-area:logo}div.mch-sidebar .header__logo img{height:72px;-o-object-fit:contain;object-fit:contain;width:144px}@media only screen and (max-width:800px){div.mch-sidebar .header__logo img{height:60px;width:120px}}@media only screen and (max-width:540px){div.mch-sidebar .header__logo img{height:48px;width:96px}}div.mch-sidebar .header__menu--primary,div.mch-sidebar .header__menu--secondary{justify-self:end}div.mch-sidebar .header__menu--primary li,div.mch-sidebar .header__menu--secondary li{white-space:nowrap}div.mch-sidebar .header__menu--primary li a,div.mch-sidebar .header__menu--primary li button,div.mch-sidebar .header__menu--secondary li a,div.mch-sidebar .header__menu--secondary li button{align-items:center;display:flex;gap:var(--gutter__1)}div.mch-sidebar .header ul{align-items:center;display:flex;flex-direction:row;gap:var(--gutter__4)}div.mch-sidebar .header ul ul{padding-right:var(--gutter__4)}div.mch-sidebar .header .menu-panel ul a,div.mch-sidebar .header .menu-panel ul button,div.mch-sidebar .header__menu--primary ul a,div.mch-sidebar .header__menu--primary ul button{font-family:var(--font-family__heading);font-weight:var(--font-weight__heading)}div.mch-sidebar .header .menu-panel ul ul a,div.mch-sidebar .header .menu-panel ul ul button,div.mch-sidebar .header__menu--primary ul ul a,div.mch-sidebar .header__menu--primary ul ul button{font-family:var(--font-family__base);font-weight:var(--font-weight__base)}div.mch-sidebar .header__menu--primary{align-self:flex-end;font-size:20px;font-weight:400;grid-area:primary}@media only screen and (max-width:800px){div.mch-sidebar .header__menu--primary{font-size:14px}div.mch-sidebar .header__menu--primary ul{gap:var(--gutter__2)}}div.mch-sidebar .header__menu--secondary{font-size:14px;grid-area:secondary}div.mch-sidebar .header__menu--secondary img{height:20px;-o-object-fit:contain;object-fit:contain;width:20px}@media only screen and (max-width:800px){div.mch-sidebar .header__menu--secondary span{display:none}}@media only screen and (max-width:600px){div.mch-sidebar .header__menu--secondary ul{gap:var(--gutter__4)}}div.mch-sidebar .header a,div.mch-sidebar .header button{color:var(--color__font);cursor:pointer;display:inline-block;text-decoration:none}div.mch-sidebar .header a.is-active span,div.mch-sidebar .header button.is-active span{color:var(--color__link)}div.mch-sidebar .header a.is-active .hamburger span,div.mch-sidebar .header button.is-active .hamburger span{background:var(--color__link)}div.mch-sidebar .header a.is-active .hamburger span:first-child,div.mch-sidebar .header button.is-active .hamburger span:first-child{transform:translateY(6px) rotate(45deg)}div.mch-sidebar .header a.is-active .hamburger span:nth-child(2),div.mch-sidebar .header button.is-active .hamburger span:nth-child(2){opacity:0}div.mch-sidebar .header a.is-active .hamburger span:nth-child(3),div.mch-sidebar .header button.is-active .hamburger span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media only screen and (max-width:600px){div.mch-sidebar .header a.is-active .hamburger span:first-child,div.mch-sidebar .header button.is-active .hamburger span:first-child{transform:translateY(4px) rotate(45deg)}div.mch-sidebar .header a.is-active .hamburger span:nth-child(3),div.mch-sidebar .header button.is-active .hamburger span:nth-child(3){transform:translateY(-4px) rotate(-45deg)}}div.mch-sidebar .header a:hover,div.mch-sidebar .header button:hover{color:var(--color__link)}div.mch-sidebar .header a:hover .hamburger span,div.mch-sidebar .header button:hover .hamburger span{background:var(--color__link)}div.mch-sidebar .header .hamburger{align-items:center;display:flex;flex-direction:column;gap:3px;height:20px;justify-content:center;width:20px}@media only screen and (max-width:800px){div.mch-sidebar .header .hamburger{gap:2px;height:12px;width:12px}}div.mch-sidebar .header .hamburger span{background:var(--color__font);display:block;height:3px;transition:transform .5s ease-in-out,opacity .5s ease-in-out;width:12px}@media only screen and (max-width:800px){div.mch-sidebar .header .hamburger span{height:2px;width:8px}}div.mch-sidebar .header:after{box-shadow:inset 0 10px 8px -10px rgba(0,0,0,.2);content:"";height:20px;left:0;position:absolute;top:100%;width:100%}div.mch-sidebar .header__search{align-self:center;grid-area:search;height:48px;position:relative}div.mch-sidebar .header__search i{left:24px;opacity:.3;position:absolute;top:16px}div.mch-sidebar .header__search,div.mch-sidebar .search-panel-mobile{display:flex;justify-content:center;width:100%}div.mch-sidebar .header__search input,div.mch-sidebar .search-panel-mobile input{padding:var(--gutter__2);width:100%}div.mch-sidebar .search-toggle-mobile.is-active a{color:var(--color__link)}div.mch-sidebar .search-panel-mobile.is-active+.header{margin-top:var(--width__search)}div.mch-sidebar .search-panel-mobile.is-active+.header .menu-panel{min-height:calc(100vh - var(--width__header) - var(--width__search))}div.mch-sidebar .search-panel-mobile,div.mch-sidebar .search-toggle-mobile{display:none}@media only screen and (max-width:1160px){div.mch-sidebar .search-panel-mobile,div.mch-sidebar .search-toggle-mobile{display:block}}div.mch-sidebar .search-panel-mobile{position:fixed;top:0;z-index:998}div.mch-sidebar input[type=search]::-webkit-search-cancel-button,div.mch-sidebar input[type=search]::-webkit-search-decoration,div.mch-sidebar input[type=search]::-webkit-search-results-button,div.mch-sidebar input[type=search]::-webkit-search-results-decoration{display:none}div.mch-sidebar input[type=search]{background-color:var(--color__secondary);border:0;border-radius:50px;font-size:20px;outline:0;padding-left:56px}div.mch-sidebar input[type=search]::-moz-placeholder{color:#000;opacity:.3}div.mch-sidebar input[type=search]::placeholder{color:#000;opacity:.3}@media only screen and (max-width:1160px){div.mch-sidebar input[type=search]{border-radius:0;font-size:17px;padding-left:16px}}div.mch-sidebar .header__search input{max-width:1160px}@media only screen and (max-width:1160px){div.mch-sidebar .header__search{display:none}}div.mch-sidebar .language-switcher{bottom:var(--gutter__4);display:flex;flex-direction:row;gap:var(--gutter__4);left:var(--gutter__4);position:absolute}div.mch-sidebar .language-switcher .is-active{font-weight:400}div.mch-sidebar .menu-panel{background:var(--color__primary);min-height:calc(100vh - var(--width__header));padding:var(--gutter__4);position:absolute;right:calc(var(--width__menu-panel)*-1);top:var(--width__header);transition:transform .5s ease-in-out;width:var(--width__menu-panel)}@media only screen and (max-width:540px){div.mch-sidebar .menu-panel{padding:var(--gutter__4) 24px}}div.mch-sidebar .menu-panel nav:first-child{height:calc(100vh - var(--width__header) - var(--gutter__16));overflow-y:auto}@media only screen and (max-width:540px){div.mch-sidebar .menu-panel{--width__menu-panel:100%}}div.mch-sidebar .menu-panel:after{box-shadow:0 10px 8px 0 rgba(0,0,0,.2);content:"";left:0;position:absolute;top:0;inset:0;z-index:-1}div.mch-sidebar .menu-panel.is-active{transform:translateX(calc(var(--width__menu-panel)*-1))}div.mch-sidebar .menu-panel a{cursor:pointer}div.mch-sidebar .menu-panel ul{display:block}div.mch-sidebar .menu-panel ul .menu__item--firstlevel:first-child{margin-top:0}div.mch-sidebar .menu-panel ul ul{max-height:0;overflow:hidden;transition:max-height .5s ease-in-out}div.mch-sidebar .menu-panel li{color:var(--color__font);font-size:20px;font-weight:700;margin-top:var(--gutter__2)}div.mch-sidebar .menu-panel li li{font-size:17px;font-weight:400}div.mch-sidebar .menu-panel li li:last-child{margin-bottom:var(--gutter__2)}div.mch-sidebar .menu-panel .menu__link{align-items:center;display:flex;gap:var(--gutter__2);justify-content:space-between}div.mch-sidebar .menu-panel .menu__link.is-active .plus span:nth-child(2){transform:rotate(0)}div.mch-sidebar .menu-panel .plus{background:var(--color__font);display:block;height:3px;transition:transform .5s ease-in-out,opacity .5s ease-in-out;width:20px}div.mch-sidebar .menu-panel .plus span{background:var(--color__font);display:block;height:3px;transition:transform .5s ease-in-out;width:20px}div.mch-sidebar .menu-panel .plus span:nth-child(2){margin-top:-3px;transform:rotate(90deg)}@media screen and (width <= 700px){div.mch-sidebar{zoom:1.123}}div.mch-sidebar ul,div.mch-sidebar ul li,div.mch-sidebar ul li button{margin:0;padding:0}div.mch-sidebar .search-panel-mobile{z-index:255}div.mch-sidebar .search-panel-mobile input{margin:0}div.mch-sidebar .header-padding{height:var(--width__header)}div.mch-sidebar .header{z-index:256}div.mch-sidebar .header__search input{box-shadow:none;margin:0}section[id]{scroll-margin-top:var(--width__header)}