.c-drawer{display:flex;flex-direction:column;gap:30px;width:420px;height:calc(100svh - var(--header-height) - var(--announcement-bar-height) - var(--height-offset));visibility:hidden;box-sizing:border-box;top:100%;z-index:5;background-color:#fff;opacity:0;transition:opacity .2s,visibility .2s}@media (max-width: 575.98px){.c-drawer{max-width:100%}}@media (min-width: 576px) and (max-width: 1399.98px){.c-drawer{min-width:420px;max-width:-moz-fit-content;max-width:fit-content}}@media (min-width: 1400px){.c-drawer{max-width:600px}}.c-drawer.is-visible{visibility:visible;opacity:1}.c-drawer--level-1{position:fixed}.c-drawer:not(.c-drawer--level-1){position:absolute;top:0;left:100%;height:100%}.c-drawer--left{border-right:1px solid #f4f2ed;left:0}.c-drawer--right{border-left:1px solid #f4f2ed;right:0}.c-drawer--wide{width:600px}.c-drawer--sand{background-color:#f4f2ed}.c-drawer--light-green{border:0;background-color:#dddfd3}.c-drawer--sub-drawer{top:0}.c-drawer--left .c-drawer--sub-drawer{border-left:1px solid #f4f2ed;left:100%}.c-drawer--right .c-drawer--sub-drawer{border-right:1px solid #f4f2ed;right:100%}.c-drawer__header{display:grid;grid-template-columns:1fr auto 1fr;grid-template-rows:1fr;width:100%;box-sizing:border-box;margin-top:25px}.c-drawer__header:before{content:""}.c-drawer__close-wrapper{text-align:right}.c-drawer__close{background:none;border:0}.c-drawer__inner{display:flex;flex-direction:column;justify-content:space-between;gap:16px;height:100%;width:100%;box-sizing:border-box;overflow:auto}@media (max-width: 991.98px){.c-drawer__inner{padding-top:25px;padding-bottom:25px}}@media (min-width: 992px){.c-drawer__inner{padding-top:40px;padding-bottom:40px}}.c-drawer__nav{display:flex;flex-direction:column;align-items:flex-start;width:-moz-max-content;width:max-content}.c-drawer__links{display:flex;flex-direction:column;margin-bottom:30px}.c-drawer--sub-drawer .c-drawer__links{gap:12px;margin-bottom:40px}.c-drawer__subheading{margin-bottom:5px;color:#78776c}.c-drawer--sub-drawer .c-drawer__subheading{margin-bottom:10px}.c-drawer__link{display:flex;align-items:center;gap:20px;width:-moz-fit-content;width:fit-content;margin-bottom:0;font-family:Grifo M,serif;transition:color .3s}.c-drawer__link:hover,.c-drawer__link:focus,.c-drawer__link.open{color:#78776c}.c-drawer--white .c-drawer__link:hover,.c-drawer--white .c-drawer__link:focus,.c-drawer--white .c-drawer__link.open{color:#78776c}.c-drawer__link span{color:#78776c}.c-drawer__link--small{margin-bottom:7px}.c-drawer--sub-drawer .c-drawer__link--small{margin-bottom:12px}.c-drawer--white .c-drawer__link--small{color:#48484b}.c-drawer__link--button{background:none;border:0;padding:0}.c-drawer__link+.c-drawer__subheading{margin-top:18px}.c-drawer__link+.c-drawer__buttons{margin-top:28px}.c-drawer__link--partition:hover span:first-of-type,.c-drawer__link--partition:hover span h3,.c-drawer__link--partition:focus span:first-of-type,.c-drawer__link--partition:focus span h3{color:#78776c}.c-drawer__link--partition span:first-of-type,.c-drawer__link--partition span h3{color:#1d1d1b;font-size:22px;font-weight:400;transition:color .3s}.c-drawer__link--partition span:first-of-type{display:grid;grid-template-columns:1fr auto;align-items:center;gap:14px;height:22px;min-width:130px}.c-drawer__link--partition span:first-of-type span:first-of-type{display:contents}.c-drawer__link--partition span:first-of-type span:last-of-type{min-width:20px;height:1px;background:linear-gradient(180deg,#0000 calc(50% - 1px),#1d1d1b1a 50%,#0000 calc(50% + 1px))}.c-drawer__link--partition span:last-of-type{min-width:-moz-fit-content;min-width:fit-content}.c-drawer__buttons{display:flex;flex-direction:column;gap:16px}.c-drawer__ctas{display:flex;flex-direction:column;gap:18px}.c-drawer__featured-image{height:auto;max-height:100%;position:absolute;top:0;left:100%;z-index:4;opacity:0}.c-drawer__featured-image--active{opacity:1}.c-drawer__featured-image img{width:100%;height:100%;top:0;left:0;-o-object-fit:cover;object-fit:cover}
