@charset "UTF-8";
:root{--swiper-theme-color: #007aff}
:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}
.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}
.swiper-vertical>.swiper-wrapper{flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:ease;transition-timing-function:initial;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}
.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}
.swiper-horizontal{touch-action:pan-y}
.swiper-vertical{touch-action:pan-x}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}
.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}
.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}
.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}
.swiper-3d .swiper-wrapper{transform-style:preserve-3d}
.swiper-3d{perspective:1200px;}
.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}
.swiper-css-mode  > .swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar{display:none}
.swiper-css-mode  > .swiper-wrapper > .swiper-slide{scroll-snap-align:start start}
.swiper-css-mode.swiper-horizontal  > .swiper-wrapper{scroll-snap-type:x mandatory}
.swiper-css-mode.swiper-horizontal  > .swiper-wrapper > .swiper-slide:first-child{margin-left:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}
.swiper-css-mode.swiper-horizontal  > .swiper-wrapper > .swiper-slide:last-child{margin-right:var(--swiper-slides-offset-after)}
.swiper-css-mode.swiper-vertical  > .swiper-wrapper{scroll-snap-type:y mandatory}
.swiper-css-mode.swiper-vertical  > .swiper-wrapper > .swiper-slide:first-child{margin-top:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}
.swiper-css-mode.swiper-vertical  > .swiper-wrapper > .swiper-slide:last-child{margin-bottom:var(--swiper-slides-offset-after)}
.swiper-css-mode.swiper-free-mode  > .swiper-wrapper{scroll-snap-type:none}
.swiper-css-mode.swiper-free-mode  > .swiper-wrapper > .swiper-slide{scroll-snap-align:none}
.swiper-css-mode.swiper-centered  > .swiper-wrapper:before{content:"";flex-shrink:0;order:9999}
.swiper-css-mode.swiper-centered  > .swiper-wrapper > .swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}
.swiper-css-mode.swiper-centered.swiper-horizontal  > .swiper-wrapper > .swiper-slide:first-child{margin-left:var(--swiper-centered-offset-before)}
.swiper-css-mode.swiper-centered.swiper-horizontal  > .swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}
.swiper-css-mode.swiper-centered.swiper-vertical  > .swiper-wrapper > .swiper-slide:first-child{margin-top:var(--swiper-centered-offset-before)}
.swiper-css-mode.swiper-centered.swiper-vertical  > .swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,0.14902)}
.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,0.50196),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,0.50196),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,0.50196),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,0.50196),rgba(0,0,0,0))}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid #007aff;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}
.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}
.swiper-lazy-preloader-black{--swiper-preloader-color: #000}
@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}
:root{--swiper-navigation-size: 44px}
.swiper-button-prev,.swiper-button-next{position:absolute;width:44px;width:var(--swiper-navigation-size);height:44px;height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#007aff;color:var(--swiper-navigation-color, var(--swiper-theme-color));}
.swiper-button-disabled.swiper-button-prev,.swiper-button-disabled.swiper-button-next{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-hidden.swiper-button-prev,.swiper-button-hidden.swiper-button-next{opacity:0;cursor:auto;pointer-events:none}
.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}
.swiper-button-prev ::slotted(svg){width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}
.swiper-button-next ::slotted(svg){width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}
.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}
.swiper-button-lock{display:none}
.swiper-button-prev,.swiper-button-next{top:50%;top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (44px / 2));margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}
.swiper-button-prev{left:4px;left:var(--swiper-navigation-sides-offset, 4px);right:auto;}
.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}
.swiper-button-next{right:4px;right:var(--swiper-navigation-sides-offset, 4px);left:auto}
.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal  ~ .swiper-button-prev,.swiper-horizontal  ~ .swiper-button-next{top:50%;top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (44px / 2));margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}
.swiper-horizontal .swiper-button-prev,.swiper-horizontal  ~ .swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl ~ .swiper-button-next{left:4px;left:var(--swiper-navigation-sides-offset, 4px);right:auto}
.swiper-horizontal .swiper-button-next,.swiper-horizontal  ~ .swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl ~ .swiper-button-prev{right:4px;right:var(--swiper-navigation-sides-offset, 4px);left:auto}
.swiper-horizontal .swiper-button-prev:not(.does-not-exist) ::slotted(.swiper-navigation-icon){transform:rotate(180deg)}
.swiper-horizontal ~ .swiper-button-prev:not(.does-not-exist) ::slotted(.swiper-navigation-icon){transform:rotate(180deg)}
.swiper-horizontal.swiper-rtl .swiper-button-next ::slotted(.swiper-navigation-icon){transform:rotate(180deg)}
.swiper-horizontal.swiper-rtl ~ .swiper-button-next ::slotted(.swiper-navigation-icon){transform:rotate(180deg)}
.swiper-horizontal .swiper-button-prev:not(.does-not-exist) .swiper-navigation-icon,.swiper-horizontal ~ .swiper-button-prev:not(.does-not-exist) .swiper-navigation-icon,.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,.swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon{transform:rotate(180deg)}
.swiper-horizontal.swiper-rtl .swiper-button-prev ::slotted(.swiper-navigation-icon){transform:rotate(0)}
.swiper-horizontal.swiper-rtl ~ .swiper-button-prev ::slotted(.swiper-navigation-icon){transform:rotate(0)}
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon{transform:rotate(0)}
.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical  ~ .swiper-button-prev,.swiper-vertical  ~ .swiper-button-next{left:50%;left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (44px / 2));margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}
.swiper-vertical .swiper-button-prev,.swiper-vertical  ~ .swiper-button-prev{top:4px;top:var(--swiper-navigation-sides-offset, 4px);bottom:auto;}
.swiper-vertical .swiper-button-prev ::slotted(.swiper-navigation-icon){transform:rotate(-90deg)}
.swiper-vertical ~ .swiper-button-prev ::slotted(.swiper-navigation-icon){transform:rotate(-90deg)}
.swiper-vertical .swiper-button-prev .swiper-navigation-icon,.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon{transform:rotate(-90deg)}
.swiper-vertical .swiper-button-next,.swiper-vertical  ~ .swiper-button-next{bottom:4px;bottom:var(--swiper-navigation-sides-offset, 4px);top:auto;}
.swiper-vertical .swiper-button-next ::slotted(.swiper-navigation-icon){transform:rotate(90deg)}
.swiper-vertical ~ .swiper-button-next ::slotted(.swiper-navigation-icon){transform:rotate(90deg)}
.swiper-vertical .swiper-button-next .swiper-navigation-icon,.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon{transform:rotate(90deg)}
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10;}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-pagination-disabled > .swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}
.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:8px;bottom:var(--swiper-pagination-bottom, 8px);top:auto;top:var(--swiper-pagination-top, auto);left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0;}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}
.swiper-pagination-bullet{width:8px;width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:8px;height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:#000;background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity, .2);}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet:only-child{display:none!important}
.swiper-pagination-bullet-active{opacity:1;opacity:var(--swiper-pagination-bullet-opacity, 1);background:#007aff;background:var(--swiper-pagination-color, var(--swiper-theme-color))}
.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:8px;right:var(--swiper-pagination-right, 8px);left:auto;left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0);}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-bullets-dynamic.swiper-pagination-vertical.swiper-pagination-bullets{top:50%;transform:translateY(-50%);width:8px;}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-bullets-dynamic.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{display:inline-block;transition:.2s transform, .2s top}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-bullets-dynamic.swiper-pagination-horizontal.swiper-pagination-bullets{left:50%;transform:translate(-50%);white-space:nowrap;}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-bullets-dynamic.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{transition:.2s transform, .2s left}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform, .2s right}
.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color, inherit)}
.swiper-pagination-progressbar{background:rgba(0, 0, 0, .25);background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}
.swiper-horizontal > .swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:4px;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}
.swiper-vertical > .swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:4px;width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:rgba(0, 0, 0, .1);background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1));}
.swiper-scrollbar-disabled > .swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}
.swiper-horizontal > .swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:4px;bottom:var(--swiper-scrollbar-bottom, 4px);top:auto;top:var(--swiper-scrollbar-top, auto);z-index:50;height:4px;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * 1%);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}
.swiper-vertical > .swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:auto;left:var(--swiper-scrollbar-left, auto);right:4px;right:var(--swiper-scrollbar-right, 4px);top:1%;top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:4px;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * 1%);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0, 0, 0, .5);background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center;}
.swiper-zoom-container  > img,.swiper-zoom-container  > svg,.swiper-zoom-container  > canvas{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}
.swiper-slide-zoomed{cursor:move;touch-action:none}
.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}
.swiper-grid>.swiper-wrapper{flex-wrap:wrap}
.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}
.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}
.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity;}
.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-fade .swiper-slide-active{pointer-events:auto;}
.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper.swiper-cube{overflow:visible}
.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%;}
.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}
.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0;}
.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;top:0;right:0;bottom:0;left:0;filter:blur(50px)}
.swiper-cube .swiper-slide-next + .swiper-slide{pointer-events:auto;visibility:visible}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}
.swiper.swiper-flip{overflow:visible}
.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;}
.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}
.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}
.swiper.swiper-cards{overflow:visible}
.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}
@keyframes bp-fadein{0%{opacity:.01}to{opacity:1}}
@keyframes bp-bar{0%{transform:translate(-100%)}to{transform:translate(0)}}
@keyframes bp-o{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.bp-wrap{top:0;left:0;width:100%;height:100%;position:fixed;z-index:999;contain:strict;touch-action:none;-webkit-tap-highlight-color:transparent}
.bp-wrap>div:first-child{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.74902);animation:bp-fadein .48s cubic-bezier(.215,.61,.355,1)}
.bp-vid audio{position:absolute;left:14px;width:calc(100% - 28px);bottom:14px;height:50px}
.bp-inner{top:0;left:0;width:100%;height:100%;position:absolute;display:flex}
.bp-html{display:contents}
.bp-html>:first-child{margin:auto}
.bp-img-wrap{top:0;left:0;width:100%;height:100%;position:absolute;contain:strict}
.bp-img-wrap .bp-canzoom{cursor:zoom-in}
.bp-img-wrap .bp-drag{cursor:grabbing}
.bp-close{contain:layout size}
.bp-img{position:absolute;top:50%;left:50%;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-size:100% 100%}
.bp-img img,.bp-img div{position:absolute;top:0;left:0;width:100%;height:100%}
.bp-img .bp-o{display:none}
.bp-zoomed .bp-img:not(.bp-drag){cursor:grab}
.bp-zoomed .bp-cap{opacity:0;animation:none!important}
.bp-zoomed.bp-small .bp-controls{opacity:0}
.bp-zoomed.bp-small .bp-controls button{pointer-events:none}
.bp-controls{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;text-align:left;transition:opacity .3s;animation:bp-fadein .3s}
.bp-controls button{pointer-events:auto;cursor:pointer;position:absolute;border:0;background:rgba(0,0,0,0.14902);opacity:.9;transition:all .1s;contain:content}
.bp-controls button:hover{background-color:rgba(0,0,0,0.2);opacity:1}
.bp-controls svg{fill:#fff}
.bp-count{position:absolute;color:rgba(255,255,255,0.90196);line-height:1;margin:16px;height:50px;width:100px}
.bp-prev,.bp-next{top:50%;right:0;margin-top:-32px;height:64px;width:58px;border-radius:3px 0 0 3px}
.bp-prev:hover:before,.bp-next:hover:before{transform:translate(-2px)}
.bp-prev:before,.bp-next:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z'/%3E%3C/svg%3E");position:absolute;left:7px;top:9px;width:46px;transition:all .2s}
.bp-prev{right:auto;left:0;transform:scalex(-1)}
.bp-x{top:0;right:0;height:55px;width:58px;border-radius:0 0 0 3px}
.bp-x:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23fff'%3E%3Cpath d='M24 10l-2-2-6 6-6-6-2 2 6 6-6 6 2 2 6-6 6 6 2-2-6-6z'/%3E%3C/svg%3E");position:absolute;width:37px;top:8px;right:10px}
.bp-if,.bp-vid{position:relative;margin:auto;background:#000;background-size:100% 100%}
.bp-if iframe,.bp-if video,.bp-if div,.bp-vid iframe,.bp-vid video,.bp-vid div{top:0;left:0;width:100%;height:100%;position:absolute;border:0}
.bp-load{display:flex;background-size:100% 100%;overflow:hidden;z-index:1}
.bp-bar{position:absolute;top:0;left:0;height:3px;width:100%;transform:translate(-100%);background:rgba(255,255,255,0.90196);border-radius:0 3px 3px 0;animation:bp-bar 4s both}
.bp-o,.bp-o:after{border-radius:50%;width:90px;height:90px}
.bp-o{margin:auto;border:10px solid rgba(255,255,255,.2);border-left-color:rgba(255,255,255,0.90196);animation:bp-o 1s infinite linear}
.bp-cap{position:absolute;bottom:2%;background:rgba(9,9,9,0.8);color:rgba(255,255,255,0.90196);border-radius:4px;max-width:95%;line-height:1.3;padding:.6em 1.2em;left:50%;transform:translate(-50%);width:fit-content;width:-moz-fit-content;display:table;transition:opacity .3s;animation:bp-fadein .2s}
.bp-cap a{color:inherit}
.bp-inline{position:absolute}
.bp-lock{overflow-y:hidden}
.bp-lock body{overflow:scroll}
.bp-noclose .bp-x{display:none}
.bp-noclose:not(.bp-zoomed){touch-action:pan-y}
.bp-noclose:not(.bp-zoomed) .bp-img-wrap{cursor:zoom-in}
@media(prefers-reduced-motion){.bp-wrap *{animation-duration:0s!important}}
@media(max-width:500px){.bp-x{height:47px;width:47px}.bp-x:before{width:34px;top:6px;right:6px}.bp-prev,.bp-next{margin-top:-27px;height:54px;width:45px}.bp-prev:before,.bp-next:before{top:7px;left:2px;width:43px}.bp-o,.bp-o:after{border-width:6px;width:60px;height:60px}.bp-count{margin:12px 10px}}
.hwc-Heading1{font-family:var(--hwc-font-alternative);font-weight:400;text-transform:uppercase;font-size:40px}
@media screen and (min-width:440px){.hwc-Heading1{font-size:calc(40px + 30 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-Heading1{font-size:70px}}
.hwc-Heading1{line-height:45px}
@media screen and (min-width:440px){.hwc-Heading1{line-height:calc(45px + 30 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-Heading1{line-height:75px}}
.hwc-Heading2{font-family:var(--hwc-font-alternative);font-weight:400;text-transform:uppercase;font-size:32px}
@media screen and (min-width:440px){.hwc-Heading2{font-size:calc(32px + 16 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-Heading2{font-size:48px}}
.hwc-Heading2{line-height:normal}
.hwc-Heading3{font-family:var(--hwc-font-alternative);font-weight:400;text-transform:uppercase;font-size:25px}
@media screen and (min-width:440px){.hwc-Heading3{font-size:calc(25px + 7 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-Heading3{font-size:32px}}
.hwc-Heading3{line-height:28px}
@media screen and (min-width:440px){.hwc-Heading3{line-height:calc(28px + 11 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-Heading3{line-height:39px}}
.hwc-Heading4,.hwc-Wysiwyg blockquote p{font-family:var(--hwc-font-alternative);font-weight:400;text-transform:uppercase;font-size:22px}
@media screen and (min-width:440px){.hwc-Heading4,.hwc-Wysiwyg blockquote p{font-size:calc(22px + 2 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-Heading4,.hwc-Wysiwyg blockquote p{font-size:24px}}
.hwc-Heading4,.hwc-Wysiwyg blockquote p{line-height:22px}
@media screen and (min-width:440px){.hwc-Heading4,.hwc-Wysiwyg blockquote p{line-height:calc(22px + 2 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-Heading4,.hwc-Wysiwyg blockquote p{line-height:24px}}
.hwc-Heading5{font-family:var(--hwc-font-base);font-weight:700;font-size:18px}
@media screen and (min-width:440px){.hwc-Heading5{font-size:calc(18px + 2 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-Heading5{font-size:20px}}
.hwc-Heading5{line-height:22px}
@media screen and (min-width:440px){.hwc-Heading5{line-height:calc(22px + 2 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-Heading5{line-height:24px}}
.hwc-SupHeading{font-weight:500;font-size:12px;line-height:normal;text-transform:uppercase;display:inline-block;padding:6px 10px;border:2px solid #EC0044;border:2px solid var(--hwc-color-contrast);border-radius:50px;font-family:var(--hwc-font-base)}
.hwc-Legend{font-size:12px;font-weight:400;line-height:16px;color:#6C6C6C;color:var(--hwc-color-gray-600)}
.hwc-Second,.hwc-Lightbox-header .bp-count{font-size:14px;font-weight:400;line-height:normal;color:#6C6C6C;color:var(--hwc-color-gray-600)}
.hwc-Intro{font-size:20px;font-weight:400;line-height:30px}
.hwc-Button-font,.hwc-Button,.hwc-LinkButton{font-size:14px;font-weight:400;line-height:normal;font-family:var(--hwc-font-alternative);text-edge:cap}
.hwc-Lightbox{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;background-color:rgba(0,0,0,0.90196)}
.hwc-Lightbox-container{width:100%;height:100%;display:flex;flex-direction:column}
.hwc-Lightbox .bp-wrap{position:absolute;contain:layout size}
.hwc-Lightbox-action{background-color:rgba(255,255,255,0.2)!important;display:block;position:relative;padding:0;border:0;cursor:pointer}
.hwc-Lightbox-action:after{background-color:#FFFFFF!important;background-color:var(--hwc-color-white)!important}
.hwc-Lightbox-action[hidden]{display:none}
.hwc-Lightbox-action--download:after{width:14px;height:14px;background-color:#EC0044;background-color:var(--hwc-color-contrast);-webkit-mask-image:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M8 12L3 7L4.4 5.55L7 8.15V0H9V8.15L11.6 5.55L13 7L8 12ZM2 16C1.45 16 0.979167 15.8042 0.5875 15.4125C0.195833 15.0208 0 14.55 0 14V11H2V14H14V11H16V14C16 14.55 15.8042 15.0208 15.4125 15.4125C15.0208 15.8042 14.55 16 14 16H2Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M8 12L3 7L4.4 5.55L7 8.15V0H9V8.15L11.6 5.55L13 7L8 12ZM2 16C1.45 16 0.979167 15.8042 0.5875 15.4125C0.195833 15.0208 0 14.55 0 14V11H2V14H14V11H16V14C16 14.55 15.8042 15.0208 15.4125 15.4125C15.0208 15.8042 14.55 16 14 16H2Z'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}
.hwc-Lightbox-action--share:after{width:14px;height:14px;background-color:#EC0044;background-color:var(--hwc-color-contrast);-webkit-mask-image:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20'%3E%3Cpath d='M15 20C14.1667 20 13.4583 19.7083 12.875 19.125C12.2917 18.5417 12 17.8333 12 17C12 16.9 12.025 16.6667 12.075 16.3L5.05 12.2C4.78333 12.45 4.475 12.6458 4.125 12.7875C3.775 12.9292 3.4 13 3 13C2.16667 13 1.45833 12.7083 0.875 12.125C0.291667 11.5417 0 10.8333 0 10C0 9.16667 0.291667 8.45833 0.875 7.875C1.45833 7.29167 2.16667 7 3 7C3.4 7 3.775 7.07083 4.125 7.2125C4.475 7.35417 4.78333 7.55 5.05 7.8L12.075 3.7C12.0417 3.58333 12.0208 3.47083 12.0125 3.3625C12.0042 3.25417 12 3.13333 12 3C12 2.16667 12.2917 1.45833 12.875 0.875C13.4583 0.291667 14.1667 0 15 0C15.8333 0 16.5417 0.291667 17.125 0.875C17.7083 1.45833 18 2.16667 18 3C18 3.83333 17.7083 4.54167 17.125 5.125C16.5417 5.70833 15.8333 6 15 6C14.6 6 14.225 5.92917 13.875 5.7875C13.525 5.64583 13.2167 5.45 12.95 5.2L5.925 9.3C5.95833 9.41667 5.97917 9.52917 5.9875 9.6375C5.99583 9.74583 6 9.86667 6 10C6 10.1333 5.99583 10.2542 5.9875 10.3625C5.97917 10.4708 5.95833 10.5833 5.925 10.7L12.95 14.8C13.2167 14.55 13.525 14.3542 13.875 14.2125C14.225 14.0708 14.6 14 15 14C15.8333 14 16.5417 14.2917 17.125 14.875C17.7083 15.4583 18 16.1667 18 17C18 17.8333 17.7083 18.5417 17.125 19.125C16.5417 19.7083 15.8333 20 15 20ZM15 18C15.2833 18 15.5208 17.9042 15.7125 17.7125C15.9042 17.5208 16 17.2833 16 17C16 16.7167 15.9042 16.4792 15.7125 16.2875C15.5208 16.0958 15.2833 16 15 16C14.7167 16 14.4792 16.0958 14.2875 16.2875C14.0958 16.4792 14 16.7167 14 17C14 17.2833 14.0958 17.5208 14.2875 17.7125C14.4792 17.9042 14.7167 18 15 18ZM3 11C3.28333 11 3.52083 10.9042 3.7125 10.7125C3.90417 10.5208 4 10.2833 4 10C4 9.71667 3.90417 9.47917 3.7125 9.2875C3.52083 9.09583 3.28333 9 3 9C2.71667 9 2.47917 9.09583 2.2875 9.2875C2.09583 9.47917 2 9.71667 2 10C2 10.2833 2.09583 10.5208 2.2875 10.7125C2.47917 10.9042 2.71667 11 3 11ZM15.7125 3.7125C15.9042 3.52083 16 3.28333 16 3C16 2.71667 15.9042 2.47917 15.7125 2.2875C15.5208 2.09583 15.2833 2 15 2C14.7167 2 14.4792 2.09583 14.2875 2.2875C14.0958 2.47917 14 2.71667 14 3C14 3.28333 14.0958 3.52083 14.2875 3.7125C14.4792 3.90417 14.7167 4 15 4C15.2833 4 15.5208 3.90417 15.7125 3.7125Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20'%3E%3Cpath d='M15 20C14.1667 20 13.4583 19.7083 12.875 19.125C12.2917 18.5417 12 17.8333 12 17C12 16.9 12.025 16.6667 12.075 16.3L5.05 12.2C4.78333 12.45 4.475 12.6458 4.125 12.7875C3.775 12.9292 3.4 13 3 13C2.16667 13 1.45833 12.7083 0.875 12.125C0.291667 11.5417 0 10.8333 0 10C0 9.16667 0.291667 8.45833 0.875 7.875C1.45833 7.29167 2.16667 7 3 7C3.4 7 3.775 7.07083 4.125 7.2125C4.475 7.35417 4.78333 7.55 5.05 7.8L12.075 3.7C12.0417 3.58333 12.0208 3.47083 12.0125 3.3625C12.0042 3.25417 12 3.13333 12 3C12 2.16667 12.2917 1.45833 12.875 0.875C13.4583 0.291667 14.1667 0 15 0C15.8333 0 16.5417 0.291667 17.125 0.875C17.7083 1.45833 18 2.16667 18 3C18 3.83333 17.7083 4.54167 17.125 5.125C16.5417 5.70833 15.8333 6 15 6C14.6 6 14.225 5.92917 13.875 5.7875C13.525 5.64583 13.2167 5.45 12.95 5.2L5.925 9.3C5.95833 9.41667 5.97917 9.52917 5.9875 9.6375C5.99583 9.74583 6 9.86667 6 10C6 10.1333 5.99583 10.2542 5.9875 10.3625C5.97917 10.4708 5.95833 10.5833 5.925 10.7L12.95 14.8C13.2167 14.55 13.525 14.3542 13.875 14.2125C14.225 14.0708 14.6 14 15 14C15.8333 14 16.5417 14.2917 17.125 14.875C17.7083 15.4583 18 16.1667 18 17C18 17.8333 17.7083 18.5417 17.125 19.125C16.5417 19.7083 15.8333 20 15 20ZM15 18C15.2833 18 15.5208 17.9042 15.7125 17.7125C15.9042 17.5208 16 17.2833 16 17C16 16.7167 15.9042 16.4792 15.7125 16.2875C15.5208 16.0958 15.2833 16 15 16C14.7167 16 14.4792 16.0958 14.2875 16.2875C14.0958 16.4792 14 16.7167 14 17C14 17.2833 14.0958 17.5208 14.2875 17.7125C14.4792 17.9042 14.7167 18 15 18ZM3 11C3.28333 11 3.52083 10.9042 3.7125 10.7125C3.90417 10.5208 4 10.2833 4 10C4 9.71667 3.90417 9.47917 3.7125 9.2875C3.52083 9.09583 3.28333 9 3 9C2.71667 9 2.47917 9.09583 2.2875 9.2875C2.09583 9.47917 2 9.71667 2 10C2 10.2833 2.09583 10.5208 2.2875 10.7125C2.47917 10.9042 2.71667 11 3 11ZM15.7125 3.7125C15.9042 3.52083 16 3.28333 16 3C16 2.71667 15.9042 2.47917 15.7125 2.2875C15.5208 2.09583 15.2833 2 15 2C14.7167 2 14.4792 2.09583 14.2875 2.2875C14.0958 2.47917 14 2.71667 14 3C14 3.28333 14.0958 3.52083 14.2875 3.7125C14.4792 3.90417 14.7167 4 15 4C15.2833 4 15.5208 3.90417 15.7125 3.7125Z'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}
.hwc-Lightbox-action.is-copied:before{content:"Lien copi\e9";display:block;position:absolute;top:calc(100% + .5rem);right:0;padding:.25rem .5rem;border-radius:4px;white-space:nowrap;background-color:#FFFFFF;background-color:var(--hwc-color-white);color:#EC0044;color:var(--hwc-color-contrast)}
.bp-wrap .bp-controls .bp-prev,.bp-wrap .bp-controls .bp-next,.hwc-Lightbox-header .bp-x,.hwc-Lightbox-action{width:45px;height:45px;border-radius:100%;background-color:#FFFFFF;background-color:var(--hwc-color-white);transition:background-color .3s ease}
@media screen and (max-width:768px){.bp-wrap .bp-controls .bp-prev,.bp-wrap .bp-controls .bp-next,.hwc-Lightbox-header .bp-x,.hwc-Lightbox-action{width:2rem;height:2rem}}
.bp-wrap .bp-controls .bp-prev:before,.bp-wrap .bp-controls .bp-next:before,.hwc-Lightbox-header .bp-x:before,.hwc-Lightbox-action:before{display:none}
.bp-wrap .bp-controls .bp-prev:after,.bp-wrap .bp-controls .bp-next:after,.hwc-Lightbox-header .bp-x:after,.hwc-Lightbox-action:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block}
.hwc-Lightbox-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:3rem;margin-bottom:2rem}
@media screen and (max-width:768px){.hwc-Lightbox-header{padding:1rem}}
.hwc-Lightbox-header .bp-count{position:static;width:auto;height:auto;margin:0;color:#FFFFFF;color:var(--hwc-color-text-alternate)}
.hwc-Lightbox-header .hwc-Lightbox-actions{margin-left:auto}
.hwc-Lightbox-header .bp-x{background-color:transparent!important;border:2px solid rgba(255,255,255,.2);position:relative;padding:0;cursor:pointer;opacity:1}
.hwc-Lightbox-header .bp-x:after{width:13px;height:13px;background-color:#FFFFFF;background-color:var(--hwc-color-white);-webkit-mask-image:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' %3E%3Cpath d='M0.351946 12.6706C0.571912 12.8902 0.857868 13 1.12183 13C1.38579 13 1.69374 12.8902 1.89171 12.6706L6.511 8.05912L11.1303 12.6706C11.3503 12.8902 11.6362 13 11.9002 13C12.1641 13 12.4721 12.8902 12.6701 12.6706C13.11 12.2314 13.11 11.5507 12.6701 11.1115L8.05076 6.5L12.6701 1.88851C13.11 1.44932 13.11 0.768581 12.6701 0.329392C12.2301 -0.109797 11.5482 -0.109797 11.1083 0.329392L6.489 4.94088L1.89171 0.373311C1.45178 -0.0658784 0.769882 -0.0658784 0.329949 0.373311C-0.109983 0.8125 -0.109983 1.49324 0.329949 1.93243L4.94924 6.54392L0.351946 11.1334C-0.0879865 11.5507 -0.0879865 12.2534 0.351946 12.6706Z' /%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' %3E%3Cpath d='M0.351946 12.6706C0.571912 12.8902 0.857868 13 1.12183 13C1.38579 13 1.69374 12.8902 1.89171 12.6706L6.511 8.05912L11.1303 12.6706C11.3503 12.8902 11.6362 13 11.9002 13C12.1641 13 12.4721 12.8902 12.6701 12.6706C13.11 12.2314 13.11 11.5507 12.6701 11.1115L8.05076 6.5L12.6701 1.88851C13.11 1.44932 13.11 0.768581 12.6701 0.329392C12.2301 -0.109797 11.5482 -0.109797 11.1083 0.329392L6.489 4.94088L1.89171 0.373311C1.45178 -0.0658784 0.769882 -0.0658784 0.329949 0.373311C-0.109983 0.8125 -0.109983 1.49324 0.329949 1.93243L4.94924 6.54392L0.351946 11.1334C-0.0879865 11.5507 -0.0879865 12.2534 0.351946 12.6706Z' /%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}
.hwc-Lightbox-actions{display:flex;align-items:center;gap:1rem}
.hwc-Lightbox-viewer{position:relative;flex-grow:1}
.hwc-Lightbox-thumbs{width:100%;padding:1.5rem 2rem}
.hwc-Lightbox-thumb{width:150px;height:100px;padding:0;border:0;border-radius:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;background-position:center;background-size:cover;opacity:.6;transition:opacity .2s ease}
.hwc-Lightbox-thumb:hover,.hwc-Lightbox-thumb:focus-visible{opacity:.85}
.hwc-Lightbox-thumb.is-active{opacity:1;box-shadow:0 0 0 2px #FBF8EE;box-shadow:0 0 0 2px var(--hwc-color-primary)}
.bp-wrap>div:first-child{background-color:transparent}
.bp-wrap .bp-controls .bp-prev{left:2rem}
@media screen and (max-width:768px){.bp-wrap .bp-controls .bp-prev{left:.5rem;margin-top:-1rem}}
.bp-wrap .bp-controls .bp-prev:after{width:17px;height:12px;background-color:#EC0044;background-color:var(--hwc-color-contrast);-webkit-mask-image:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath d='M0.722411 5.4145C4.27504 5.20435 7.81767 5.10428 11.3753 5.17933C12.341 5.19935 12.341 3.69823 11.3753 3.67822C7.81767 3.60316 4.27504 3.70324 0.722411 3.91339C-0.2383 3.96843 -0.243304 5.46955 0.722411 5.4145Z'/%3E%3Cpath d='M8.23723 1.27136L12.2252 4.55879V3.49801C10.7441 4.94408 9.26299 6.39515 7.77689 7.84123C7.08638 8.51673 8.14717 9.57751 8.83768 8.90201C10.3188 7.45594 11.7999 6.00487 13.286 4.55879C13.5562 4.2936 13.5962 3.7532 13.286 3.49801C11.955 2.4022 10.629 1.30638 9.29802 0.210573C8.98779 -0.0446162 8.54246 -0.0946532 8.23723 0.210573C7.97204 0.475769 7.922 1.01117 8.23723 1.27136Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath d='M0.722411 5.4145C4.27504 5.20435 7.81767 5.10428 11.3753 5.17933C12.341 5.19935 12.341 3.69823 11.3753 3.67822C7.81767 3.60316 4.27504 3.70324 0.722411 3.91339C-0.2383 3.96843 -0.243304 5.46955 0.722411 5.4145Z'/%3E%3Cpath d='M8.23723 1.27136L12.2252 4.55879V3.49801C10.7441 4.94408 9.26299 6.39515 7.77689 7.84123C7.08638 8.51673 8.14717 9.57751 8.83768 8.90201C10.3188 7.45594 11.7999 6.00487 13.286 4.55879C13.5562 4.2936 13.5962 3.7532 13.286 3.49801C11.955 2.4022 10.629 1.30638 9.29802 0.210573C8.98779 -0.0446162 8.54246 -0.0946532 8.23723 0.210573C7.97204 0.475769 7.922 1.01117 8.23723 1.27136Z'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}
.bp-wrap .bp-controls .bp-next{right:2rem}
@media screen and (max-width:768px){.bp-wrap .bp-controls .bp-next{right:.5rem;margin-top:-1rem}}
.bp-wrap .bp-controls .bp-next:after{width:17px;height:12px;background-color:#EC0044;background-color:var(--hwc-color-contrast);-webkit-mask-image:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath d='M0.722411 5.4145C4.27504 5.20435 7.81767 5.10428 11.3753 5.17933C12.341 5.19935 12.341 3.69823 11.3753 3.67822C7.81767 3.60316 4.27504 3.70324 0.722411 3.91339C-0.2383 3.96843 -0.243304 5.46955 0.722411 5.4145Z'/%3E%3Cpath d='M8.23723 1.27136L12.2252 4.55879V3.49801C10.7441 4.94408 9.26299 6.39515 7.77689 7.84123C7.08638 8.51673 8.14717 9.57751 8.83768 8.90201C10.3188 7.45594 11.7999 6.00487 13.286 4.55879C13.5562 4.2936 13.5962 3.7532 13.286 3.49801C11.955 2.4022 10.629 1.30638 9.29802 0.210573C8.98779 -0.0446162 8.54246 -0.0946532 8.23723 0.210573C7.97204 0.475769 7.922 1.01117 8.23723 1.27136Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath d='M0.722411 5.4145C4.27504 5.20435 7.81767 5.10428 11.3753 5.17933C12.341 5.19935 12.341 3.69823 11.3753 3.67822C7.81767 3.60316 4.27504 3.70324 0.722411 3.91339C-0.2383 3.96843 -0.243304 5.46955 0.722411 5.4145Z'/%3E%3Cpath d='M8.23723 1.27136L12.2252 4.55879V3.49801C10.7441 4.94408 9.26299 6.39515 7.77689 7.84123C7.08638 8.51673 8.14717 9.57751 8.83768 8.90201C10.3188 7.45594 11.7999 6.00487 13.286 4.55879C13.5562 4.2936 13.5962 3.7532 13.286 3.49801C11.955 2.4022 10.629 1.30638 9.29802 0.210573C8.98779 -0.0446162 8.54246 -0.0946532 8.23723 0.210573C7.97204 0.475769 7.922 1.01117 8.23723 1.27136Z'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}
.hwc-Checkable,.wpcf7 .wpcf7-checkbox .wpcf7-list-item label,.wpcf7 .wpcf7-radio .wpcf7-list-item label,.wpcf7 .wpcf7-acceptance .wpcf7-list-item label{display:block;position:relative;z-index:0;padding-left:2rem;cursor:pointer}
.hwc-Checkable input+span:before,.wpcf7 .wpcf7-checkbox .wpcf7-list-item label input+span:before,.wpcf7 .wpcf7-radio .wpcf7-list-item label input+span:before,.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input+span:before,.hwc-Checkable input+label:before,.wpcf7 .wpcf7-checkbox .wpcf7-list-item label input+label:before,.wpcf7 .wpcf7-radio .wpcf7-list-item label input+label:before,.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input+label:before{content:"";display:inline-block;width:20px;height:20px;border:1px solid #182A3F;border:1px solid var(--hwc-color-secondary);border-radius:2px;vertical-align:-2px;position:absolute;left:0;top:.325em}
.hwc-Checkable input:checked+span:before,.wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:checked+span:before,.wpcf7 .wpcf7-radio .wpcf7-list-item label input:checked+span:before,.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input:checked+span:before,.hwc-Checkable input:checked+label:before,.wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:checked+label:before,.wpcf7 .wpcf7-radio .wpcf7-list-item label input:checked+label:before,.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input:checked+label:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='13' fill='none'%3E%3Cpath fill='%23fff' d='M3.943 12.948c-1.052.626-2.065-.77-2.49-1.544-.445-.811-1.995-3.516-1.257-4.287.605-.632 1.627.042 2.1.546C4 9.506 3.527 9.167 4.73 6.387 5.347 4.963 7.5-.327 9.344.016c1.377.256.216 2.737-.151 3.405-.706 1.285-1.308 2.244-1.958 3.608-.534 1.124-2.42 5.275-3.292 5.919'/%3E%3C/svg%3E");background-color:#EC0044!important;background-color:var(--hwc-color-contrast)!important;display:flex;justify-content:center;align-items:center;border:none}
.hwc-Checkable input,.wpcf7 .wpcf7-checkbox .wpcf7-list-item label input,.wpcf7 .wpcf7-radio .wpcf7-list-item label input,.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input{position:absolute;z-index:-1;width:20px;height:20px;top:2px;opacity:0;left:0}
.hwc-Checkable.is-radio input+span:before,.wpcf7 .wpcf7-checkbox .wpcf7-list-item label.is-radio input+span:before,.wpcf7 .wpcf7-radio .wpcf7-list-item label.is-radio input+span:before,.wpcf7 .wpcf7-acceptance .wpcf7-list-item label.is-radio input+span:before,.hwc-Checkable.is-radio input+label:before,.wpcf7 .wpcf7-checkbox .wpcf7-list-item label.is-radio input+label:before,.wpcf7 .wpcf7-radio .wpcf7-list-item label.is-radio input+label:before,.wpcf7 .wpcf7-acceptance .wpcf7-list-item label.is-radio input+label:before,.hwc-Checkable:has(input[type=radio]) input+span:before,.wpcf7 .wpcf7-checkbox .wpcf7-list-item label:has(input[type=radio]) input+span:before,.wpcf7 .wpcf7-radio .wpcf7-list-item label:has(input[type=radio]) input+span:before,.wpcf7 .wpcf7-acceptance .wpcf7-list-item label:has(input[type=radio]) input+span:before,.hwc-Checkable:has(input[type=radio]) input+label:before,.wpcf7 .wpcf7-checkbox .wpcf7-list-item label:has(input[type=radio]) input+label:before,.wpcf7 .wpcf7-radio .wpcf7-list-item label:has(input[type=radio]) input+label:before,.wpcf7 .wpcf7-acceptance .wpcf7-list-item label:has(input[type=radio]) input+label:before{border-radius:100%}
.hwc-Loader,.wpcf7 .wpcf7-spinner{position:relative;display:inline-block;width:3rem;height:3rem}
.hwc-Loader:after,.wpcf7 .wpcf7-spinner:after,.hwc-Loader:before,.wpcf7 .wpcf7-spinner:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);content:"";width:100%;height:100%;border-radius:50%;border:.25rem solid #FBF8EE;border:.25rem solid var(--hwc-color-primary);animation:animloader 2s linear infinite}
.hwc-Loader:after,.wpcf7 .wpcf7-spinner:after{transform:translate(-50%,-50%) scale(1);opacity:0;animation-delay:1s}
@keyframes animloader{0%{transform:translate(-50%,-50%) scale(0);opacity:1}to{transform:translate(-50%,-50%) scale(1);opacity:0}}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item,.wpcf7 .wpcf7-radio .wpcf7-list-item,.wpcf7 .wpcf7-acceptance .wpcf7-list-item{text-align:left;margin:0}
.wpcf7 .wpcf7-cf7ic{display:flex;justify-content:center;align-items:center;font-size:.875rem;margin-bottom:.5rem}
.wpcf7 .wpcf7-cf7ic .cf7ic-sr-le{display:none}
@media screen and (min-width:1025px){.wpcf7 .wpcf7-cf7ic .cf7ic_instructions{display:flex;align-items:center}}
.wpcf7 .wpcf7-cf7ic .cf7ic_instructions>span{margin-left:.25rem;font-weight:600;color:#EC0044;color:var(--hwc-color-contrast)}
.wpcf7 .wpcf7-cf7ic .cf7ic_instructions .cf7ic-icon-wrapper{display:inline-flex;background-color:#fff;color:#D5D1D1;color:var(--hwc-color-gray-300);border:2px solid rgba(0,0,0,.15);border-radius:.5rem;margin-left:1rem;padding-left:.25rem;padding-right:.25rem}
.wpcf7 .wpcf7-cf7ic .cf7ic_instructions .cf7ic-icon-wrapper:focus-visible{outline:1px dashed #EC0044;outline:1px dashed var(--hwc-color-contrast);outline-offset:6px}
@media screen and (max-width:1024px){.wpcf7 .wpcf7-cf7ic .cf7ic_instructions .cf7ic-icon-wrapper{display:block;margin-left:0;margin-top:1rem;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}}
.wpcf7 .wpcf7-cf7ic .cf7ic_instructions label{font-size:1.25rem}
.wpcf7 .wpcf7-cf7ic .cf7ic_instructions label>input+*{padding:.5rem;border:none}
.wpcf7 .wpcf7-cf7ic .cf7ic_instructions label>input:checked+*{color:#EC0044;color:var(--hwc-color-contrast)}
.wpcf7 .wpcf7-spinner{top:50%;transform:translateY(-50%);position:absolute!important;left:calc(100% + 1rem)}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output,.wpcf7 .wpcf7-form.spam .wpcf7-response-output,.wpcf7 .wpcf7-form.failed .wpcf7-response-output,.wpcf7 .wpcf7-form.invalid .wpcf7-response-output,.wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output{width:100%;top:100%;left:0;margin:0;border-radius:.625rem;font-size:.75rem;border:1px solid #FF3333;border:1px solid var(--hwc-color-error);background-color:#fff;padding:.5rem 1rem;color:#FF3333;color:var(--hwc-color-error)}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output{border-color:#00A431;border-color:var(--hwc-color-success);color:#00A431;color:var(--hwc-color-success)}
.wpcf7 .wpcf7-not-valid-tip{display:block;color:#FF3333;color:var(--hwc-color-error);font-size:.75rem;bottom:-1.25rem;right:0}
.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}
.leaflet-container{overflow:hidden}
.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}
.leaflet-tile::-moz-selection{background:transparent}
.leaflet-tile::selection{background:transparent}
.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}
.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}
.leaflet-marker-icon,.leaflet-marker-shadow{display:block}
.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}
.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}
.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}
.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}
.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}
.leaflet-container{-webkit-tap-highlight-color:transparent}
.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}
.leaflet-tile{filter:inherit;visibility:hidden}
.leaflet-tile-loaded{visibility:inherit}
.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}
.leaflet-overlay-pane svg{-moz-user-select:none}
.leaflet-pane{z-index:400}
.leaflet-tile-pane{z-index:200}
.leaflet-overlay-pane{z-index:400}
.leaflet-shadow-pane{z-index:500}
.leaflet-marker-pane{z-index:600}
.leaflet-tooltip-pane{z-index:650}
.leaflet-popup-pane{z-index:700}
.leaflet-map-pane canvas{z-index:100}
.leaflet-map-pane svg{z-index:200}
.leaflet-vml-shape{width:1px;height:1px}
.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}
.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}
.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}
.leaflet-top{top:0}
.leaflet-right{right:0}
.leaflet-bottom{bottom:0}
.leaflet-left{left:0}
.leaflet-control{float:left;clear:both}
.leaflet-right .leaflet-control{float:right}
.leaflet-top .leaflet-control{margin-top:10px}
.leaflet-bottom .leaflet-control{margin-bottom:10px}
.leaflet-left .leaflet-control{margin-left:10px}
.leaflet-right .leaflet-control{margin-right:10px}
.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}
.leaflet-zoom-animated{transform-origin:0 0}
svg.leaflet-zoom-animated{will-change:transform}
.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}
.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}
.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}
.leaflet-interactive{cursor:pointer}
.leaflet-grab{cursor:grab}
.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}
.leaflet-popup-pane,.leaflet-control{cursor:auto}
.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}
.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}
.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}
.leaflet-container{background:#ddd;outline-offset:1px}
.leaflet-container a{color:#0078a8}
.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,0.50196)}
.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}
.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,0.65098);border-radius:4px}
.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;-webkit-text-decoration:none;text-decoration:none;color:#000}
.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}
.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}
.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}
.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}
.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}
.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}
.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}
.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}
.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}
.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}
.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,0.4);background:#fff;border-radius:5px}
.leaflet-control-layers-toggle{background-image:url(../img/layers.png);width:36px;height:36px}
.leaflet-retina .leaflet-control-layers-toggle{background-image:url(../img/layers-2x.png);background-size:26px 26px}
.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}
.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}
.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}
.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}
.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}
.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}
.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}
.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}
.leaflet-default-icon-path{background-image:url(../img/marker-icon.png)}
.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}
.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}
.leaflet-control-attribution a{-webkit-text-decoration:none;text-decoration:none}
.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{-webkit-text-decoration:underline;text-decoration:underline}
.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}
.leaflet-left .leaflet-control-scale{margin-left:5px}
.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}
.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:rgba(255,255,255,0.8);text-shadow:1px 1px #fff}
.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}
.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}
.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}
.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}
.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}
.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}
.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}
.leaflet-popup-content p{margin:1.3em 0}
.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}
.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}
.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,0.4)}
.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;-webkit-text-decoration:none;text-decoration:none;background:transparent}
.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}
.leaflet-popup-scrolled{overflow:auto}
.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}
.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}
.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}
.leaflet-div-icon{background:#fff;border:1px solid #666}
.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,0.4)}
.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}
.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}
.leaflet-tooltip-bottom{margin-top:6px}
.leaflet-tooltip-top{margin-top:-6px}
.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}
.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}
.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}
.leaflet-tooltip-left{margin-left:-6px}
.leaflet-tooltip-right{margin-left:6px}
.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}
.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}
.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}
@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
:root{--hwc-color-black: #000000;--hwc-color-white: #FFFFFF;--hwc-color-gray-200: #F2F5F7;--hwc-color-gray-300: #D5D1D1;--hwc-color-gray-500: #979797;--hwc-color-gray-600: #6C6C6C;--hwc-color-gray-800: #242424;--hwc-color-primary: #FBF8EE;--hwc-color-secondary: #182A3F;--hwc-color-terciary: #FFD8C6;--hwc-color-blue: #B9DDE2;--hwc-color-peach: #F8A37C;--hwc-color-peach-dark: #FF9086;--hwc-color-contrast: #EC0044;--hwc-color-text: #182A3F;--hwc-color-text-alternate: #FFFFFF;--hwc-color-border: #EC0044;--hwc-color-success: #00A431;--hwc-color-warning: #FF9900;--hwc-color-error: #FF3333}
.swiper:not(.swiper-initialized) .swiper-wrapper{display:flex;justify-content:center}
.swiper:not(.swiper-initialized) .swiper-slide:not(:first-child){position:absolute;opacity:0;visibility:hidden}
.swiper.is-visible,.swiper.is-visible .swiper-wrapper{overflow:visible}
.swiper-pagination{z-index:1;position:static;transform:none}
.swiper-pagination-bullets.swiper-pagination-horizontal{width:-moz-fit-content;width:fit-content}
.swiper-pagination-bullet{width:12px;height:12px;background-color:#FFFFFF;background-color:var(--hwc-color-white);border-radius:100%;opacity:1}
.swiper-pagination-bullet:not(:first-child){margin-left:12px}
.swiper-pagination-bullet-active{background-color:#EC0044;background-color:var(--hwc-color-contrast)}
.swiper-navigation{display:flex;justify-content:center;align-items:center;gap:12px;padding-top:2rem}
.swiper-navigation .swiper-pagination{flex:0 0;width:auto;display:flex;align-items:center;justify-content:center;margin:0;position:static}
.swiper-button-prev,.swiper-button-next{all:unset;position:static;margin:0!important;transform:none}
.swiper-button-prev .swiper-navigation-icon,.swiper-button-next .swiper-navigation-icon{display:none}
.hwc-center-x{margin-right:auto;margin-left:auto}
.hwc-center-abs-x{position:absolute;left:50%;transform:translate(-50%)}
.hwc-center-abs-y{position:absolute;top:50%;transform:translateY(-50%)}
.hwc-center-abs-xy{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.hwc-center-abs-reset{position:relative;top:auto;left:auto;transform:translate(0)}
.hwc-fs-80{font-size:40px}
@media screen and (min-width:440px){.hwc-fs-80{font-size:calc(40px + 40 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-fs-80{font-size:80px}}
.hwc-fs-80{line-height:48px}
@media screen and (min-width:440px){.hwc-fs-80{line-height:calc(48px + 36 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-fs-80{line-height:84px}}
.hwc-fs-72{font-size:40px}
@media screen and (min-width:440px){.hwc-fs-72{font-size:calc(40px + 32 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-fs-72{font-size:72px}}
.hwc-fs-72{line-height:48px}
@media screen and (min-width:440px){.hwc-fs-72{line-height:calc(48px + 28 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-fs-72{line-height:76px}}
.hwc-fs-64{font-size:32px}
@media screen and (min-width:440px){.hwc-fs-64{font-size:calc(32px + 32 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-fs-64{font-size:64px}}
.hwc-fs-64{line-height:38px}
@media screen and (min-width:440px){.hwc-fs-64{line-height:calc(38px + 34 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-fs-64{line-height:72px}}
.hwc-fs-48{font-size:32px}
@media screen and (min-width:440px){.hwc-fs-48{font-size:calc(32px + 16 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-fs-48{font-size:48px}}
.hwc-fs-48{line-height:38px}
@media screen and (min-width:440px){.hwc-fs-48{line-height:calc(38px + 12 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-fs-48{line-height:50px}}
.hwc-fs-40{font-size:24px}
@media screen and (min-width:440px){.hwc-fs-40{font-size:calc(24px + 16 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-fs-40{font-size:40px}}
.hwc-fs-40{line-height:30px}
@media screen and (min-width:440px){.hwc-fs-40{line-height:calc(30px + 14 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-fs-40{line-height:44px}}
.hwc-fs-32{font-size:24px}
@media screen and (min-width:440px){.hwc-fs-32{font-size:calc(24px + 8 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-fs-32{font-size:32px}}
.hwc-fs-32{line-height:30px}
@media screen and (min-width:440px){.hwc-fs-32{line-height:calc(30px + 10 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-fs-32{line-height:40px}}
.hwc-fs-24{font-size:20px}
@media screen and (min-width:440px){.hwc-fs-24{font-size:calc(20px + 4 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-fs-24{font-size:24px}}
.hwc-fs-24{line-height:28px}
@media screen and (min-width:440px){.hwc-fs-24{line-height:calc(28px + 6 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-fs-24{line-height:34px}}
.hwc-fs-20{font-size:16px}
@media screen and (min-width:440px){.hwc-fs-20{font-size:calc(16px + 4 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-fs-20{font-size:20px}}
.hwc-fs-20{line-height:20px}
@media screen and (min-width:440px){.hwc-fs-20{line-height:calc(20px + 4 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-fs-20{line-height:24px}}
.hwc-AgendaTile{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;border-radius:.5rem;background-color:#FFFFFF;background-color:var(--hwc-color-white)}
.hwc-AgendaTile-thumb{height:150px;width:150px;aspect-ratio:1;flex-shrink:0;position:relative}
.hwc-AgendaTile-thumb:before{content:"";display:block;width:26px;height:24px;background-color:#EC0044;background-color:var(--hwc-color-contrast);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='26' fill='none'%3E%3Cpath fill='%23ec0044' d='M22.482.727c.033-.979 1.554-.964 1.52.015l-.439 12.705c-.034.979-1.554.965-1.52-.014zM5.825 3.657c-.426-.877.894-1.634 1.321-.755a104 104 0 0 0 8.49 14.41c.237.338.046.85-.284 1.038-.379.216-.8.054-1.037-.283a104 104 0 0 1-8.49-14.41M.364 21.408c-.379-.167-.455-.722-.264-1.042.229-.381.667-.431 1.043-.264a63 63 0 0 0 10.92 3.725c.952.231.531 1.693-.419 1.462a65 65 0 0 1-11.28-3.88'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='26' fill='none'%3E%3Cpath fill='%23ec0044' d='M22.482.727c.033-.979 1.554-.964 1.52.015l-.439 12.705c-.034.979-1.554.965-1.52-.014zM5.825 3.657c-.426-.877.894-1.634 1.321-.755a104 104 0 0 0 8.49 14.41c.237.338.046.85-.284 1.038-.379.216-.8.054-1.037-.283a104 104 0 0 1-8.49-14.41M.364 21.408c-.379-.167-.455-.722-.264-1.042.229-.381.667-.431 1.043-.264a63 63 0 0 0 10.92 3.725c.952.231.531 1.693-.419 1.462a65 65 0 0 1-11.28-3.88'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:absolute;top:0;left:0}
.hwc-AgendaTile-thumb img{border-radius:100%;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.hwc-AgendaTile .tags{display:flex;align-items:center;gap:.5rem;justify-content:center}
.hwc-AgendaTile-main{flex:1}
.hwc-AgendaTile-main-tag{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}
.hwc-AgendaTile-main .subheading,.hwc-AgendaTile-main .excerpt{margin-top:.5rem}
.hwc-AgendaTile-main .subheading{font-size:12px;line-height:normal;text-transform:uppercase;font-weight:500}
@media screen and (max-width:1024px){.hwc-AgendaTile{display:block;position:relative;text-align:center}.hwc-AgendaTile-thumb{margin-left:auto;margin-right:auto;margin-bottom:1rem}.hwc-AgendaTile .tags{width:100%;margin-bottom:1rem;flex-wrap:wrap}.hwc-AgendaTile .tags .hwc-Tag-cat{white-space:nowrap}.hwc-AgendaTile-main-tag{display:block;margin-bottom:1rem}.hwc-AgendaTile-main-tag .hwc-Tag-date{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}.hwc-AgendaTile-main .subheading,.hwc-AgendaTile-main .excerpt{margin-top:.5rem}}
.hwc-ArchiveAgenda-heading{display:flex;align-items:center;margin-top:1rem;margin-bottom:2rem;position:relative}
.hwc-ArchiveAgenda-heading .archive-link{flex-shrink:0}
.hwc-ArchiveAgenda-filters{display:flex;gap:2rem;align-items:center;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;max-width:100%}
.hwc-ArchiveAgenda-filters:after{content:"";display:block;width:84px;height:100%;position:absolute;right:0;top:0;background:linear-gradient(270deg,#fbf8ee,rgba(251,248,238,0))}
.hwc-ArchiveAgenda-filters-container{display:flex;gap:1rem;align-items:center;flex:1;overflow-x:scroll;overflow-y:clip;padding-bottom:4px;scrollbar-width:thin}
.hwc-ArchiveAgenda-listing{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:2rem;gap:2rem}
.hwc-ArchiveAgenda-pagination{margin-top:2rem}
@media screen and (max-width:768px){.hwc-ArchiveAgenda-heading{margin-top:1rem;margin-bottom:1.5rem;flex-direction:column;gap:1.5rem;align-items:start}.hwc-ArchiveAgenda-filters{gap:1.5rem;margin-right:0}.hwc-ArchiveAgenda-listing{gap:1rem}.hwc-ArchiveAgenda-pagination{margin-top:1.5srem}}
.hwc-ArchiveDirectory-heading{display:flex;align-items:center;margin-top:1rem;margin-bottom:2rem;gap:1rem}
.hwc-ArchiveDirectory-filters{display:flex;flex:1;gap:2rem;align-items:center;position:relative;max-width:100%}
.hwc-ArchiveDirectory-filters:after{content:"";display:block;width:84px;height:100%;position:absolute;right:0;top:0;background:linear-gradient(270deg,#fbf8ee,rgba(251,248,238,0))}
.hwc-ArchiveDirectory-filters-container{display:flex;gap:1rem;align-items:center;flex:1;overflow-x:scroll;overflow-y:clip;padding-bottom:4px;scrollbar-width:thin}
.hwc-ArchiveDirectory-switcher{flex-shrink:0;display:flex;align-items:center}
.hwc-ArchiveDirectory-switcher>button{display:inline-flex;align-items:center;gap:12px;height:50px;padding-left:12px;padding-right:12px;border:2px solid #FFD8C6;border:2px solid var(--hwc-color-terciary);color:#6C6C6C;color:var(--hwc-color-gray-600);transition:all .3s ease}
.hwc-ArchiveDirectory-switcher>button:first-child{border-top-left-radius:50px;border-bottom-left-radius:50px}
.hwc-ArchiveDirectory-switcher>button:last-child{border-top-right-radius:50px;border-bottom-right-radius:50px}
.hwc-ArchiveDirectory-switcher>button svg,.hwc-ArchiveDirectory-switcher>button path{fill:currentColor}
.hwc-ArchiveDirectory-switcher>button.is-active{border-color:#EC0044;border-color:var(--hwc-color-contrast);background-color:#EC0044;background-color:var(--hwc-color-contrast);color:#FFFFFF;color:var(--hwc-color-text-alternate)}
.hwc-ArchiveDirectory-listing{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}
.hwc-ArchiveDirectory-pagination{margin-top:2rem}
.hwc-ArchiveDirectory-panels{display:contents}
.hwc-ArchiveDirectory-panel{display:none}
.hwc-ArchiveDirectory-panel.is-active{display:block}
.hwc-ArchiveDirectory-panel>.map{height:700px;width:100%;border-radius:1.5rem}
.hwc-ArchiveDirectory-panel>.map .hwc-marker{display:flex;align-items:center;justify-content:center;border-radius:40px;background-color:#FFFFFF;background-color:var(--hwc-color-white);color:#182A3F;color:var(--hwc-color-text)}
.hwc-ArchiveDirectory-panel>.map .hwc-marker svg,.hwc-ArchiveDirectory-panel>.map .hwc-marker path{fill:currentColor}
.hwc-ArchiveDirectory-panel>.map .hwc-marker.is-active{background-color:#EC0044;background-color:var(--hwc-color-contrast);color:#FFFFFF;color:var(--hwc-color-text-alternate)}
.hwc-ArchiveDirectory-panel>.map .leaflet-marker-icon:has(.hwc-cluster){display:flex;align-items:center;justify-content:center;background-color:#FFFFFF;background-color:var(--hwc-color-white);color:#182A3F;color:var(--hwc-color-text);border:none;height:40px!important;width:40px!important;border-radius:50%;font-family:var(--hwc-font-base);font-weight:700;font-size:18px}
@media screen and (min-width:440px){.hwc-ArchiveDirectory-panel>.map .leaflet-marker-icon:has(.hwc-cluster){font-size:calc(18px + 2 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-ArchiveDirectory-panel>.map .leaflet-marker-icon:has(.hwc-cluster){font-size:20px}}
.hwc-ArchiveDirectory-panel>.map .leaflet-marker-icon:has(.hwc-cluster){line-height:22px}
@media screen and (min-width:440px){.hwc-ArchiveDirectory-panel>.map .leaflet-marker-icon:has(.hwc-cluster){line-height:calc(22px + 2 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-ArchiveDirectory-panel>.map .leaflet-marker-icon:has(.hwc-cluster){line-height:24px}}
.hwc-ArchiveDirectory-panel>.map .leaflet-popup{bottom:1rem!important}
.hwc-ArchiveDirectory-panel>.map .leaflet-popup-content-wrapper{border-radius:1.5rem;box-shadow:none}
.hwc-ArchiveDirectory-panel>.map .leaflet-popup-content{width:-moz-fit-content!important;width:fit-content!important;margin:0}
.hwc-ArchiveDirectory-panel>.map .leaflet-popup-content>.hwc-DirectoryTile{width:420px}
.hwc-ArchiveDirectory-panel>.map .leaflet-popup-content>.hwc-DirectoryTile a.hwc-LinkButton{color:#182A3F;color:var(--hwc-color-text)}
.hwc-ArchiveDirectory-panel>.map .leaflet-popup-content>.hwc-DirectoryTile a.hwc-LinkButton:hover{color:#EC0044;color:var(--hwc-color-contrast)}
.hwc-ArchiveDirectory-panel>.map .leaflet-popup-tip-container{display:none}
.hwc-ArchiveDirectory-panel>.map .leaflet-popup-close-button{top:.75rem;right:.75rem;color:#6C6C6C!important;color:var(--hwc-color-gray-600)!important}
@media screen and (max-width:768px){.hwc-ArchiveDirectory-heading{display:flex;align-items:center;margin-top:1rem;margin-bottom:1.5rem;flex-direction:column;gap:1rem}.hwc-ArchiveDirectory-filters{gap:1.5rem}.hwc-ArchiveDirectory-switcher{width:100%}.hwc-ArchiveDirectory-switcher>button{width:50%;justify-content:center}.hwc-ArchiveDirectory-listing{grid-template-columns:repeat(1,1fr);gap:1rem}.hwc-ArchiveDirectory-panel>.map{z-index:1}.hwc-ArchiveDirectory-panel>.map .leaflet-popup-content{width:-moz-fit-content!important;width:fit-content!important;margin:0}.hwc-ArchiveDirectory-panel>.map .leaflet-popup-content>.hwc-DirectoryTile{width:300px}.hwc-ArchiveDirectory-pagination{margin-top:1.5rem}}
.hwc-ArchiveGallery-listing{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}
.hwc-ArchiveGallery-pagination{margin-top:2rem}
@media screen and (max-width:768px){.hwc-ArchiveGallery-listing{grid-template-columns:repeat(1,1fr);gap:1.5rem}.hwc-ArchiveGallery-pagination{margin-top:1.5rem}}
:root{--wave-top: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='79' fill='none'%3E%3Cpath fill='%23b9dde2' d='m1346 71.463 94-8.04V79H0V12.672C31.333 7.981 100.9-1.098 128.5.108c34.5 1.508 78 23.115 100 23.115h39.416a18.41 18.41 0 0 1 15.085 7.856A14.45 14.45 0 0 0 293.96 37.2c78.783 4.827 156.27 15.826 234.54 26.222 52.629-5.757 105.43-11.85 158.5-8.04 14 1.005 113.5 16.08 150 16.08 140.192 0 279.78 3.54 419.5-8.04z'/%3E%3C/svg%3E");--wave-bottom: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='79' fill='none'%3E%3Cpath fill='%23b9dde2' d='m94 7.537-94 8.04V0h1440v66.329c-31.33 4.69-100.9 13.768-128.5 12.562-34.5-1.508-78-23.115-100-23.115h-39.42c-6.01 0-11.63-2.932-15.08-7.856a14.47 14.47 0 0 0-10.96-6.121c-78.78-4.827-156.27-15.826-234.54-26.222-52.629 5.757-105.43 11.85-158.5 8.04-14-1.005-113.5-16.08-150-16.08-140.192 0-279.785-3.54-419.5 8.04z'/%3E%3C/svg%3E");--wave-top-mirrored: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='79' fill='none'%3E%3Cpath fill='%23ec0044' d='m94 71.463-94-8.04V79h1440V12.672c-31.33-4.69-100.9-13.769-128.5-12.563-34.5 1.508-78 23.115-100 23.115h-39.42c-6.01 0-11.63 2.932-15.08 7.856a14.47 14.47 0 0 1-10.96 6.121c-78.78 4.827-156.27 15.826-234.54 26.222-52.629-5.757-105.43-11.85-158.5-8.04-14 1.005-113.5 16.08-150 16.08-140.192 0-279.785 3.54-419.5-8.04z'/%3E%3C/svg%3E");--wave-bottom-mirrored: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='79' fill='none'%3E%3Cpath fill='%23ec0044' d='m1346 7.537 94 8.04V0H0v66.329c31.333 4.69 100.9 13.768 128.5 12.562 34.5-1.508 78-23.115 100-23.115h39.416a18.41 18.41 0 0 0 15.085-7.856A14.45 14.45 0 0 1 293.96 41.8c78.783-4.827 156.27-15.826 234.54-26.222 52.629 5.757 105.43 11.85 158.5 8.04 14-1.005 113.5-16.08 150-16.08 140.192 0 279.78-3.54 419.5 8.04z'/%3E%3C/svg%3E");--wave-top-inverted: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='72' fill='none'%3E%3Cpath fill='%23d9d9d9' d='M0 8.55 94 .51l89.5 8.04C323.215-3.03 462.808.51 603 .51c36.5 0 136 15.075 150 16.08 53.07 3.81 105.871-2.283 158.5-8.04 78.27 10.395 155.76 21.394 234.54 26.222 4.39.269 8.43 2.514 10.96 6.12a18.41 18.41 0 0 0 15.08 7.857h39.42c22 0 65.5 21.607 100 23.114 27.6 1.206 97.17-7.872 128.5-12.562v12.672H0z'/%3E%3C/svg%3E");--wave-bottom-inverted: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='72' fill='none'%3E%3Cpath fill='%23d9d9d9' d='m1440 63.423-94 8.04-89.5-8.04c-139.72 11.58-279.308 8.04-419.5 8.04-36.5 0-136-15.075-150-16.08-53.07-3.81-105.871 2.283-158.5 8.04C450.23 53.027 372.742 42.028 293.96 37.2a14.45 14.45 0 0 1-10.959-6.12 18.41 18.41 0 0 0-15.085-7.857H228.5c-22 0-65.5-21.607-100-23.115C100.9-1.097 31.333 7.982 0 12.672V0h1440z'/%3E%3C/svg%3E")}
@media screen and (max-width:768px){:root{--wave-top: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='375' height='32' fill='none'%3E%3Cpath fill='%23fdc' d='M544.924 28.947 583 25.69V32H-.291V5.133C12.4 3.233 40.579-.444 51.759.044c13.975.61 31.595 9.363 40.507 9.363h15.966a7.46 7.46 0 0 1 6.11 3.182 5.85 5.85 0 0 0 4.439 2.48c31.912 1.955 63.299 6.41 95.004 10.621 21.318-2.332 42.706-4.8 64.202-3.256 5.671.407 45.975 6.513 60.76 6.513 56.787 0 113.33 1.434 169.924-3.257z'/%3E%3C/svg%3E");--wave-bottom: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='375' height='23' fill='none'%3E%3Cpath fill='%23fdc' d='M-65.924 3.053-104 6.31V0h583.291v26.867c-12.692 1.9-40.871 5.577-52.05 5.089-13.975-.61-31.595-9.363-40.507-9.363h-15.966a7.46 7.46 0 0 1-6.11-3.182 5.85 5.85 0 0 0-4.439-2.48c-31.912-1.955-63.299-6.41-95.004-10.621-21.318 2.332-42.706 4.8-64.202 3.256-5.671-.407-45.975-6.513-60.76-6.513-56.787 0-113.33-1.434-169.924 3.257z'/%3E%3C/svg%3E");--wave-top-mirrored: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='375' height='32' fill='none'%3E%3Cpath fill='%23fdc' d='M544.924 28.947 583 25.69V32H-.291V5.133C12.4 3.233 40.579-.444 51.759.044c13.975.61 31.595 9.363 40.507 9.363h15.966a7.46 7.46 0 0 1 6.11 3.182 5.85 5.85 0 0 0 4.439 2.48c31.912 1.955 63.299 6.41 95.004 10.621 21.318-2.332 42.706-4.8 64.202-3.256 5.671.407 45.975 6.513 60.76 6.513 56.787 0 113.33 1.434 169.924-3.257z'/%3E%3C/svg%3E");--wave-bottom-mirrored: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='375' height='23' fill='none'%3E%3Cpath fill='%23fdc' d='M-65.924 3.053-104 6.31V0h583.291v26.867c-12.692 1.9-40.871 5.577-52.05 5.089-13.975-.61-31.595-9.363-40.507-9.363h-15.966a7.46 7.46 0 0 1-6.11-3.182 5.85 5.85 0 0 0-4.439-2.48c-31.912-1.955-63.299-6.41-95.004-10.621-21.318 2.332-42.706 4.8-64.202 3.256-5.671-.407-45.975-6.513-60.76-6.513-56.787 0-113.33-1.434-169.924 3.257z'/%3E%3C/svg%3E");--wave-top-inverted: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='375' height='32' fill='none'%3E%3Cpath fill='%23fdc' d='M544.924 28.947 583 25.69V32H-.291V5.133C12.4 3.233 40.579-.444 51.759.044c13.975.61 31.595 9.363 40.507 9.363h15.966a7.46 7.46 0 0 1 6.11 3.182 5.85 5.85 0 0 0 4.439 2.48c31.912 1.955 63.299 6.41 95.004 10.621 21.318-2.332 42.706-4.8 64.202-3.256 5.671.407 45.975 6.513 60.76 6.513 56.787 0 113.33 1.434 169.924-3.257z'/%3E%3C/svg%3E");--wave-bottom-inverted: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='375' height='23' fill='none'%3E%3Cpath fill='%23fdc' d='M-65.924 3.053-104 6.31V0h583.291v26.867c-12.692 1.9-40.871 5.577-52.05 5.089-13.975-.61-31.595-9.363-40.507-9.363h-15.966a7.46 7.46 0 0 1-6.11-3.182 5.85 5.85 0 0 0-4.439-2.48c-31.912-1.955-63.299-6.41-95.004-10.621-21.318 2.332-42.706 4.8-64.202 3.256-5.671-.407-45.975-6.513-60.76-6.513-56.787 0-113.33-1.434-169.924 3.257z'/%3E%3C/svg%3E")}}
.hwc-Block{position:relative;overflow-x:clip;margin-top:var(--block-margin);margin-bottom:var(--block-margin)}
.hwc-Block.has-background{--wave-height: 79px;--wave-offset: 78px;--block-padding: 5rem}
@media screen and (max-width:768px){.hwc-Block.has-background{--wave-height: 32px;--wave-offset: 31px;--block-padding: 4rem}}
.hwc-Block.has-background{background-color:var(--block-background);padding-top:var(--block-padding);padding-bottom:var(--block-padding);margin-top:calc(var(--block-margin) + var(--wave-offset));margin-bottom:calc(var(--block-margin) + var(--wave-offset))}
.hwc-Block.has-background:before,.hwc-Block.has-background:after{content:"";display:block;width:100%;height:var(--wave-height);position:absolute;left:0;background-color:var(--block-background);-webkit-mask-position:center;mask-position:center;-webkit-mask-size:100% var(--wave-height);mask-size:100% var(--wave-height);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}
.hwc-Block.has-background:before{top:1px;translate:0 -100%;-webkit-mask-image:var(--block-wave-top);mask-image:var(--block-wave-top)}
.hwc-Block.has-background:after{bottom:1px;translate:0 100%;-webkit-mask-image:var(--block-wave-bottom);mask-image:var(--block-wave-bottom)}
.hwc-Block.has-background:last-child{margin-bottom:0}
.hwc-Block.has-background:last-child:after{display:none}
.hwc-Block.has-background:has(+.hwc-Block.has-background){margin-bottom:0}
.hwc-Block.has-background+.hwc-Block.has-background{margin-top:0}
@media screen and (max-width:768px){.hwc-Block.has-background+.hwc-Block.has-background{margin-top:-1rem}}
.hwc-Block.has-background:has(+.hwc-ElementsTag+.hwc-Block.has-background){margin-bottom:0}
.hwc-Block.has-background+.hwc-ElementsTag+.hwc-Block.has-background{margin-top:0}
@media screen and (max-width:768px){.hwc-Block.has-background+.hwc-ElementsTag+.hwc-Block.has-background{margin-top:-1rem}}
.hwc-Block.has-background:has(+script[type="application/ld+json"]+.hwc-Block.has-background){margin-bottom:0}
.hwc-Block.has-background+script[type="application/ld+json"]+.hwc-Block.has-background{margin-top:0}
@media screen and (max-width:768px){.hwc-Block.has-background+script[type="application/ld+json"]+.hwc-Block.has-background{margin-top:-1rem}}
.hwc-Block.has-background:has(+.hwc-ElementsTag+script[type="application/ld+json"]+.hwc-Block.has-background){margin-bottom:0}
.hwc-Block.has-background+.hwc-ElementsTag+script[type="application/ld+json"]+.hwc-Block.has-background{margin-top:0}
@media screen and (max-width:768px){.hwc-Block.has-background+.hwc-ElementsTag+script[type="application/ld+json"]+.hwc-Block.has-background{margin-top:-1rem}}
.hwc-Block.has-background.has-wave-inverted:has(+.hwc-Block.has-background),.hwc-Block.has-background:has(+.hwc-Block.has-background.has-wave-inverted){margin-bottom:var(--wave-offset)}
.hwc-Block.has-background.has-wave-inverted+.hwc-Block.has-background:not(.hwc-BlockTextImage),.hwc-Block.has-background+.hwc-Block.has-background.has-wave-inverted:not(.hwc-BlockTextImage){margin-top:var(--wave-offset)}
.hwc-Block.has-background.has-wave-inverted:has(+.hwc-ElementsTag+.hwc-Block.has-background),.hwc-Block.has-background:has(+.hwc-ElementsTag+.hwc-Block.has-background.has-wave-inverted){margin-bottom:var(--wave-offset)}
.hwc-Block.has-background.has-wave-inverted+.hwc-ElementsTag+.hwc-Block.has-background:not(.hwc-BlockTextImage),.hwc-Block.has-background+.hwc-ElementsTag+.hwc-Block.has-background.has-wave-inverted:not(.hwc-BlockTextImage){margin-top:var(--wave-offset)}
.hwc-Block.has-background.has-wave-inverted:has(+script[type="application/ld+json"]+.hwc-Block.has-background),.hwc-Block.has-background:has(+script[type="application/ld+json"]+.hwc-Block.has-background.has-wave-inverted){margin-bottom:var(--wave-offset)}
.hwc-Block.has-background.has-wave-inverted+script[type="application/ld+json"]+.hwc-Block.has-background:not(.hwc-BlockTextImage),.hwc-Block.has-background+script[type="application/ld+json"]+.hwc-Block.has-background.has-wave-inverted:not(.hwc-BlockTextImage){margin-top:var(--wave-offset)}
.hwc-Block.has-background.has-wave-inverted:has(+.hwc-ElementsTag+script[type="application/ld+json"]+.hwc-Block.has-background),.hwc-Block.has-background:has(+.hwc-ElementsTag+script[type="application/ld+json"]+.hwc-Block.has-background.has-wave-inverted){margin-bottom:var(--wave-offset)}
.hwc-Block.has-background.has-wave-inverted+.hwc-ElementsTag+script[type="application/ld+json"]+.hwc-Block.has-background:not(.hwc-BlockTextImage),.hwc-Block.has-background+.hwc-ElementsTag+script[type="application/ld+json"]+.hwc-Block.has-background.has-wave-inverted:not(.hwc-BlockTextImage){margin-top:var(--wave-offset)}
.hwc-Block.has-background.has-wave-inverted+.hwc-BlockKeywords.has-background,.hwc-Block.has-background.has-wave-inverted+.hwc-BlockList.has-background{--block-wave-top: var(--wave-top)}
.hwc-Block.has-background.hwc-BlockKeywords:has(+.hwc-Block.has-background.has-wave-inverted){--block-wave-bottom: var(--wave-bottom)}
.hwc-Block.has-background.hwc-BlockList:has(+.hwc-Block.has-background.has-wave-inverted){--block-wave-bottom: var(--wave-bottom)}
.hwc-Block.has-background.has-wave-inverted+.hwc-ElementsTag+.hwc-BlockKeywords.has-background,.hwc-Block.has-background.has-wave-inverted+.hwc-ElementsTag+.hwc-BlockList.has-background{--block-wave-top: var(--wave-top)}
.hwc-Block.has-background.hwc-BlockKeywords:has(+.hwc-ElementsTag+.hwc-Block.has-background.has-wave-inverted){--block-wave-bottom: var(--wave-bottom)}
.hwc-Block.has-background.hwc-BlockList:has(+.hwc-ElementsTag+.hwc-Block.has-background.has-wave-inverted){--block-wave-bottom: var(--wave-bottom)}
.hwc-Block.has-background.has-wave-inverted+script[type="application/ld+json"]+.hwc-BlockKeywords.has-background,.hwc-Block.has-background.has-wave-inverted+script[type="application/ld+json"]+.hwc-BlockList.has-background{--block-wave-top: var(--wave-top)}
.hwc-Block.has-background.hwc-BlockKeywords:has(+script[type="application/ld+json"]+.hwc-Block.has-background.has-wave-inverted){--block-wave-bottom: var(--wave-bottom)}
.hwc-Block.has-background.hwc-BlockList:has(+script[type="application/ld+json"]+.hwc-Block.has-background.has-wave-inverted){--block-wave-bottom: var(--wave-bottom)}
.hwc-Block.has-background.has-wave-inverted+.hwc-ElementsTag+script[type="application/ld+json"]+.hwc-BlockKeywords.has-background,.hwc-Block.has-background.has-wave-inverted+.hwc-ElementsTag+script[type="application/ld+json"]+.hwc-BlockList.has-background{--block-wave-top: var(--wave-top)}
.hwc-Block.has-background.hwc-BlockKeywords:has(+.hwc-ElementsTag+script[type="application/ld+json"]+.hwc-Block.has-background.has-wave-inverted){--block-wave-bottom: var(--wave-bottom)}
.hwc-Block.has-background.hwc-BlockList:has(+.hwc-ElementsTag+script[type="application/ld+json"]+.hwc-Block.has-background.has-wave-inverted){--block-wave-bottom: var(--wave-bottom)}
.hwc-Block.has-background:has(+.hwc-BlockNewsletter){margin-bottom:calc(112px + var(--wave-offset))}
@media screen and (max-width:768px){.hwc-Block.has-background:has(+.hwc-BlockNewsletter){margin-bottom:6rem}}
.hwc-Block.has-background:has(+.hwc-ElementsTag+.hwc-BlockNewsletter){margin-bottom:calc(112px + var(--wave-offset))}
@media screen and (max-width:768px){.hwc-Block.has-background:has(+.hwc-ElementsTag+.hwc-BlockNewsletter){margin-bottom:6rem}}
.hwc-Block.has-background:has(+script[type="application/ld+json"]+.hwc-BlockNewsletter){margin-bottom:calc(112px + var(--wave-offset))}
@media screen and (max-width:768px){.hwc-Block.has-background:has(+script[type="application/ld+json"]+.hwc-BlockNewsletter){margin-bottom:6rem}}
.hwc-Block.has-background:has(+.hwc-ElementsTag+script[type="application/ld+json"]+.hwc-BlockNewsletter){margin-bottom:calc(112px + var(--wave-offset))}
@media screen and (max-width:768px){.hwc-Block.has-background:has(+.hwc-ElementsTag+script[type="application/ld+json"]+.hwc-BlockNewsletter){margin-bottom:6rem}}
@media screen and (min-width:1025px){body{--block-margin: 7rem}}
@media screen and (min-width:441px)and (max-width:1024px){body{--block-margin: 5rem}}
@media screen and (max-width:440px){body{--block-margin: 4rem}}
.hwc-Content{position:relative;z-index:1;overflow-x:clip}
.hwc-ContentNotFound{text-align:center;margin-top:16rem;margin-bottom:16rem}
.hwc-ContentNotFound .heading{margin-bottom:.5rem}
.hwc-ContentNotFound .button{margin-top:2rem}
@media screen and (max-width:768px){.hwc-ContentNotFound{margin-top:8rem;margin-bottom:8rem}}
.hwc-Banner-content:before{content:"";position:absolute;top:1px;translate:0 -100%;display:block;height:79px;width:100%;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='79' fill='none'%3E%3Cpath fill='%23fdc' d='m1346 71.463 94-8.04V79H0V12.672C31.333 7.981 100.9-1.098 128.5.108c34.5 1.508 78 23.115 100 23.115h39.416a18.41 18.41 0 0 1 15.085 7.856A14.45 14.45 0 0 0 293.96 37.2c78.783 4.827 156.27 15.826 234.54 26.222 52.629-5.757 105.43-11.85 158.5-8.04 14 1.005 113.5 16.08 150 16.08 140.192 0 279.78 3.54 419.5-8.04z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='79' fill='none'%3E%3Cpath fill='%23fdc' d='m1346 71.463 94-8.04V79H0V12.672C31.333 7.981 100.9-1.098 128.5.108c34.5 1.508 78 23.115 100 23.115h39.416a18.41 18.41 0 0 1 15.085 7.856A14.45 14.45 0 0 0 293.96 37.2c78.783 4.827 156.27 15.826 234.54 26.222 52.629-5.757 105.43-11.85 158.5-8.04 14 1.005 113.5 16.08 150 16.08 140.192 0 279.78 3.54 419.5-8.04z'/%3E%3C/svg%3E");-webkit-mask-position:center top;mask-position:center top;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 79px;mask-size:100% 79px;background-color:#FFD8C6;background-color:var(--hwc-color-terciary);z-index:-1}
.hwc-Banner-content:after{content:"";position:absolute;bottom:1px;translate:0 100%;display:block;height:79px;width:100%;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='79' fill='none'%3E%3Cpath fill='%23fdc' d='m1346 7.537 94 8.04V0H0v66.329c31.333 4.69 100.9 13.768 128.5 12.562 34.5-1.508 78-23.115 100-23.115h39.416a18.41 18.41 0 0 0 15.085-7.856A14.45 14.45 0 0 1 293.96 41.8c78.783-4.827 156.27-15.826 234.54-26.222 52.629 5.757 105.43 11.85 158.5 8.04 14-1.005 113.5-16.08 150-16.08 140.192 0 279.78-3.54 419.5 8.04z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='79' fill='none'%3E%3Cpath fill='%23fdc' d='m1346 7.537 94 8.04V0H0v66.329c31.333 4.69 100.9 13.768 128.5 12.562 34.5-1.508 78-23.115 100-23.115h39.416a18.41 18.41 0 0 0 15.085-7.856A14.45 14.45 0 0 1 293.96 41.8c78.783-4.827 156.27-15.826 234.54-26.222 52.629 5.757 105.43 11.85 158.5 8.04 14-1.005 113.5-16.08 150-16.08 140.192 0 279.78-3.54 419.5 8.04z'/%3E%3C/svg%3E");-webkit-mask-position:center top;mask-position:center top;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 79px;mask-size:100% 79px;background-color:#FFD8C6;background-color:var(--hwc-color-terciary);z-index:-1}
body :has(>span.coeur) span.coeur{background-color:#EC0044;background-color:var(--hwc-color-contrast);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='55' fill='none'%3E%3Cpath fill='%23ec0044' d='M53.13 45.918c-8.315 1.542-14.227.48-18.444-1.629.068-.12.127-.24.186-.36 2.917-4.345 5.911-10.336 8.703-18.692C54.673-7.956 26.843-3.859 22.086 11.627c0 0-6.527-6.35-13.198-3.145-6.67 3.197-10.348 12.881-8.34 23.8C2.554 43.209 8.61 52.988 18.164 54.891c0 0 6.764 1.67 14.598-8.056 7.759 3.436 16.353 1.234 18.84.66 4.268-.986 1.535-1.578 1.535-1.578M35.175 6.528c2.682.369 7.38 2.503 4.807 13.747-1.459 6.368-2.724 10.902-3.812 14.15-.936-5.64-4.52-11.99-10.66-18.77 2.311-6.102 6.714-9.53 9.674-9.127M9.495 27.037c-1.492-6.145-.902-13.404 3.365-15.598s8.4 4.2 8.4 4.2c-1.653 6.127-1.543 11.26-.616 15.435v.025c2.075 9.265 8.215 13.764 8.24 13.764C17.979 50.28 10.988 33.191 9.495 27.046M24.71 18.2c5.448 6.24 10.804 14.518 9.218 21.803-1.392 2.691-2.134 2.468-2.15 2.485a18.4 18.4 0 0 1-2.345-2.108c-3.053-3.334-7.961-9.462-4.731-22.171'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='55' fill='none'%3E%3Cpath fill='%23ec0044' d='M53.13 45.918c-8.315 1.542-14.227.48-18.444-1.629.068-.12.127-.24.186-.36 2.917-4.345 5.911-10.336 8.703-18.692C54.673-7.956 26.843-3.859 22.086 11.627c0 0-6.527-6.35-13.198-3.145-6.67 3.197-10.348 12.881-8.34 23.8C2.554 43.209 8.61 52.988 18.164 54.891c0 0 6.764 1.67 14.598-8.056 7.759 3.436 16.353 1.234 18.84.66 4.268-.986 1.535-1.578 1.535-1.578M35.175 6.528c2.682.369 7.38 2.503 4.807 13.747-1.459 6.368-2.724 10.902-3.812 14.15-.936-5.64-4.52-11.99-10.66-18.77 2.311-6.102 6.714-9.53 9.674-9.127M9.495 27.037c-1.492-6.145-.902-13.404 3.365-15.598s8.4 4.2 8.4 4.2c-1.653 6.127-1.543 11.26-.616 15.435v.025c2.075 9.265 8.215 13.764 8.24 13.764C17.979 50.28 10.988 33.191 9.495 27.046M24.71 18.2c5.448 6.24 10.804 14.518 9.218 21.803-1.392 2.691-2.134 2.468-2.15 2.485a18.4 18.4 0 0 1-2.345-2.108c-3.053-3.334-7.961-9.462-4.731-22.171'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}
@media screen and (max-width:768px){.hwc-Banner-content:before{height:2rem;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='72' fill='none'%3E%3Cpath fill='%23d9d9d9' d='M0 8.55 94 .51l89.5 8.04C323.215-3.03 462.808.51 603 .51c36.5 0 136 15.075 150 16.08 53.07 3.81 105.871-2.283 158.5-8.04 78.27 10.395 155.76 21.394 234.54 26.222 4.39.269 8.43 2.514 10.96 6.12a18.41 18.41 0 0 0 15.08 7.857h39.42c22 0 65.5 21.607 100 23.114 27.6 1.206 97.17-7.872 128.5-12.562v12.672H0z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='72' fill='none'%3E%3Cpath fill='%23d9d9d9' d='M0 8.55 94 .51l89.5 8.04C323.215-3.03 462.808.51 603 .51c36.5 0 136 15.075 150 16.08 53.07 3.81 105.871-2.283 158.5-8.04 78.27 10.395 155.76 21.394 234.54 26.222 4.39.269 8.43 2.514 10.96 6.12a18.41 18.41 0 0 0 15.08 7.857h39.42c22 0 65.5 21.607 100 23.114 27.6 1.206 97.17-7.872 128.5-12.562v12.672H0z'/%3E%3C/svg%3E");-webkit-mask-image:var(--wave-top-inverted);mask-image:var(--wave-top-inverted);-webkit-mask-size:100% 2rem;mask-size:100% 2rem}.hwc-Banner-content:after{height:2rem;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='72' fill='none'%3E%3Cpath fill='%23d9d9d9' d='m1440 63.423-94 8.04-89.5-8.04c-139.72 11.58-279.308 8.04-419.5 8.04-36.5 0-136-15.075-150-16.08-53.07-3.81-105.871 2.283-158.5 8.04C450.23 53.027 372.742 42.028 293.96 37.2a14.45 14.45 0 0 1-10.959-6.12 18.41 18.41 0 0 0-15.085-7.857H228.5c-22 0-65.5-21.607-100-23.115C100.9-1.097 31.333 7.982 0 12.672V0h1440z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='72' fill='none'%3E%3Cpath fill='%23d9d9d9' d='m1440 63.423-94 8.04-89.5-8.04c-139.72 11.58-279.308 8.04-419.5 8.04-36.5 0-136-15.075-150-16.08-53.07-3.81-105.871 2.283-158.5 8.04C450.23 53.027 372.742 42.028 293.96 37.2a14.45 14.45 0 0 1-10.959-6.12 18.41 18.41 0 0 0-15.085-7.857H228.5c-22 0-65.5-21.607-100-23.115C100.9-1.097 31.333 7.982 0 12.672V0h1440z'/%3E%3C/svg%3E");-webkit-mask-image:var(--wave-bottom-inverted);mask-image:var(--wave-bottom-inverted);-webkit-mask-size:100% 2rem;mask-size:100% 2rem}}
.hwc-DirectoryTile{display:flex;flex-direction:column;background-color:#FFFFFF;background-color:var(--hwc-color-white);box-shadow:3px 3px rgba(0,0,0,0.10196);border-radius:1.5rem;padding:1.5rem}
.hwc-DirectoryTile-main{margin-bottom:2rem}
.hwc-DirectoryTile-main-heading{display:flex;align-items:center;gap:12px}
.hwc-DirectoryTile-main-heading>.picto{display:inline-flex;justify-content:center;align-items:center;height:2rem;width:2rem;background-color:#FFD8C6;background-color:var(--hwc-color-terciary);border:2px solid #F8A37C;border:2px solid var(--hwc-color-peach);border-radius:2rem;overflow:hidden;flex-shrink:0}
.hwc-DirectoryTile-main-heading>.picto>svg{height:12px;width:12px}
.hwc-DirectoryTile-main-heading>.picto img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}
.hwc-DirectoryTile-main .content{color:#6C6C6C;color:var(--hwc-color-gray-600);margin-top:1rem}
.hwc-DirectoryTile-body{margin-top:12px;border-top:1px dashed #F8A37C;border-top:1px dashed var(--hwc-color-peach);padding-top:12px}
.hwc-DirectoryTile-body .item{display:flex;align-items:center;gap:.5rem}
.hwc-DirectoryTile-body .item:not(:last-child){margin-bottom:.5rem}
.hwc-DirectoryTile-body .item .text{color:#182A3F;color:var(--hwc-color-text)}
.hwc-DirectoryTile-link{margin-top:auto}
main.hwc-Content:has(>.hwc-BlockGallery:last-child)+footer.hwc-Footer:after,main.hwc-Content:has(>.hwc-BlockFaq:last-child)+footer.hwc-Footer:after{background-color:#B9DDE2;background-color:var(--hwc-color-blue)}
main.hwc-Content:has(>.hwc-BlockKeywords:last-child)+footer.hwc-Footer:after{background-color:#EC0044;background-color:var(--hwc-color-contrast)}
main.hwc-Content:has(>.hwc-BlockList:last-child)+footer.hwc-Footer:after,main.hwc-Content:has(>.hwc-BlockTextImage:last-child)+footer.hwc-Footer:after{background-color:#FFD8C6;background-color:var(--hwc-color-terciary)}
.hwc-Footer{background-color:#EC0044;background-color:var(--hwc-color-contrast);color:#FFFFFF;color:var(--hwc-color-text-alternate);padding-top:110px;padding-bottom:28px;position:relative;overflow:clip;z-index:0}
.hwc-Footer *:focus-visible{outline:1px dashed #FFFFFF;outline:1px dashed var(--hwc-color-white);outline-offset:6px}
.hwc-Footer:before{content:"";display:block;background-color:#FFFFFF;background-color:var(--hwc-color-white);opacity:.2;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 739 741' fill='none'%3E%3Cpath fill='%23fff' d='M727.094 618.634c-113.798 20.784-194.703 6.466-252.409-21.938.923-1.617 1.731-3.234 2.539-4.85 39.933-58.541 80.905-139.252 119.106-251.832C748.215-107.187 367.35-51.994 302.257 156.653c0 0-89.33-85.56-180.622-42.376C30.343 157.346-19.977 287.823 7.491 434.927c27.469 147.22 110.335 278.967 241.099 304.6 0 0 92.561 22.516 199.78-108.538 106.181 46.302 223.787 16.627 257.834 8.891 58.399-13.279 21.005-21.246 21.005-21.246M481.379 87.951c36.701 4.965 100.986 33.716 65.785 185.208-19.966 85.791-37.278 146.873-52.167 190.635-12.81-75.977-61.861-161.538-145.882-252.871 31.623-82.212 91.869-128.399 132.379-122.972M129.945 364.262c-20.428-82.789-12.349-180.589 46.05-210.149 58.399-29.559 114.952 56.579 114.952 56.579-22.621 82.558-21.121 151.722-8.426 207.954v.347c28.392 124.819 112.413 185.439 112.759 185.439-149.229 72.974-244.907-157.265-265.335-240.055m208.206-119.161c74.557 84.06 147.844 195.6 126.146 293.746-19.043 36.257-29.199 33.255-29.43 33.486a251 251 0 0 1-32.085-28.405c-41.78-44.917-108.95-127.475-64.747-298.711'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 739 741' fill='none'%3E%3Cpath fill='%23fff' d='M727.094 618.634c-113.798 20.784-194.703 6.466-252.409-21.938.923-1.617 1.731-3.234 2.539-4.85 39.933-58.541 80.905-139.252 119.106-251.832C748.215-107.187 367.35-51.994 302.257 156.653c0 0-89.33-85.56-180.622-42.376C30.343 157.346-19.977 287.823 7.491 434.927c27.469 147.22 110.335 278.967 241.099 304.6 0 0 92.561 22.516 199.78-108.538 106.181 46.302 223.787 16.627 257.834 8.891 58.399-13.279 21.005-21.246 21.005-21.246M481.379 87.951c36.701 4.965 100.986 33.716 65.785 185.208-19.966 85.791-37.278 146.873-52.167 190.635-12.81-75.977-61.861-161.538-145.882-252.871 31.623-82.212 91.869-128.399 132.379-122.972M129.945 364.262c-20.428-82.789-12.349-180.589 46.05-210.149 58.399-29.559 114.952 56.579 114.952 56.579-22.621 82.558-21.121 151.722-8.426 207.954v.347c28.392 124.819 112.413 185.439 112.759 185.439-149.229 72.974-244.907-157.265-265.335-240.055m208.206-119.161c74.557 84.06 147.844 195.6 126.146 293.746-19.043 36.257-29.199 33.255-29.43 33.486a251 251 0 0 1-32.085-28.405c-41.78-44.917-108.95-127.475-64.747-298.711'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;height:741px;width:739px;position:absolute;top:40px;left:-50px;z-index:-1}
.hwc-Footer:after{content:"";display:block;background-color:#FBF8EE;background-color:var(--hwc-color-primary);height:79px;position:absolute;top:-1px;width:100%;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='79' fill='none'%3E%3Cpath fill='%23b9dde2' d='m94 7.537-94 8.04V0h1440v66.329c-31.33 4.69-100.9 13.768-128.5 12.562-34.5-1.508-78-23.115-100-23.115h-39.42c-6.01 0-11.63-2.932-15.08-7.856a14.47 14.47 0 0 0-10.96-6.121c-78.78-4.827-156.27-15.826-234.54-26.222-52.629 5.757-105.43 11.85-158.5 8.04-14-1.005-113.5-16.08-150-16.08-140.192 0-279.785-3.54-419.5 8.04z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='79' fill='none'%3E%3Cpath fill='%23b9dde2' d='m94 7.537-94 8.04V0h1440v66.329c-31.33 4.69-100.9 13.768-128.5 12.562-34.5-1.508-78-23.115-100-23.115h-39.42c-6.01 0-11.63-2.932-15.08-7.856a14.47 14.47 0 0 0-10.96-6.121c-78.78-4.827-156.27-15.826-234.54-26.222-52.629 5.757-105.43 11.85-158.5 8.04-14-1.005-113.5-16.08-150-16.08-140.192 0-279.785-3.54-419.5 8.04z'/%3E%3C/svg%3E");-webkit-mask-position:center top;mask-position:center top;-webkit-mask-size:100% 79px;mask-size:100% 79px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}
.hwc-Footer-container{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:2rem;gap:2rem;margin-bottom:4rem}
.hwc-Footer-main{grid-column:1/7;display:flex;align-items:center;gap:7.5rem}
.hwc-Footer-main>*{flex:1}
.hwc-Footer-socials{margin-top:2rem;display:flex;align-items:center;gap:1rem;justify-content:center}
.hwc-Footer-social{border-radius:100%;width:40px;height:40px;border:1px solid #FFFFFF;border:1px solid var(--hwc-color-white);background-color:#FFFFFF;background-color:var(--hwc-color-white);color:#182A3F;color:var(--hwc-color-text);display:flex;align-items:center;justify-content:center;margin-top:1rem;transition:all .3s ease}
.hwc-Footer-social:focus-visible{outline:1px dashed #FFFFFF;outline:1px dashed var(--hwc-color-white);outline-offset:6px}
.hwc-Footer-social:hover{border-color:#F8A37C;border-color:var(--hwc-color-peach)}
.hwc-Footer-social svg{width:auto;height:auto;max-width:20px;max-height:20px}
.hwc-Footer-social path{fill:currentColor}
.hwc-Footer-address .baseline{font-size:16px;font-weight:500;line-height:normal}
.hwc-Footer-address .address{margin-top:.75rem;font-size:14px;line-height:20px;font-weight:400}
.hwc-Footer-address .hwc-Button,.hwc-Footer-address .tel{margin-top:24px}
.hwc-Footer-menu{grid-column:7/13;margin-left:3rem}
.hwc-Footer-menu ul{display:flex;flex-direction:column;flex-wrap:wrap;max-height:250px}
.hwc-Footer-menu li{width:320px}
.hwc-Footer-menu li:not(:last-child){margin-bottom:2rem}
.hwc-Footer-menu li:nth-child(4n+4){margin-bottom:0}
.hwc-Footer-menu a:hover{-webkit-text-decoration:underline;text-decoration:underline}
@media screen and (max-width:1024px){.hwc-Footer-container{display:flex;gap:2rem;margin-bottom:2rem;flex-direction:column;align-items:center}.hwc-Footer-menu{margin-left:0;width:100%}.hwc-Footer-menu ul{align-items:center}.hwc-Footer-menu ul li{width:230px}}
@media screen and (max-width:768px){.hwc-Footer{text-align:center;padding-top:5rem;padding-bottom:24px}.hwc-Footer:before{height:287px;width:286px;top:48px;left:-88px;z-index:-1}.hwc-Footer:after{height:2rem;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='375' height='32' %3E%3Cpath fill='%23d9d9d9' d='M375 29.067c-11.978-.057-23.965-.12-35.962-.12-14.785 0-55.089-6.106-60.76-6.513-21.496-1.543-42.884.925-64.202 3.257-31.704-4.211-63.092-8.667-95.004-10.622a5.85 5.85 0 0 1-4.439-2.48 7.46 7.46 0 0 0-6.111-3.181H92.557C83.645 9.408 66.025.655 52.05.044 40.87-.444 12.692 3.234 0 5.134V0h375z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='375' height='32' %3E%3Cpath fill='%23d9d9d9' d='M375 29.067c-11.978-.057-23.965-.12-35.962-.12-14.785 0-55.089-6.106-60.76-6.513-21.496-1.543-42.884.925-64.202 3.257-31.704-4.211-63.092-8.667-95.004-10.622a5.85 5.85 0 0 1-4.439-2.48 7.46 7.46 0 0 0-6.111-3.181H92.557C83.645 9.408 66.025.655 52.05.044 40.87-.444 12.692 3.234 0 5.134V0h375z'/%3E%3C/svg%3E");-webkit-mask-size:100% 2rem;mask-size:100% 2rem}.hwc-Footer-main{gap:2rem;flex-direction:column}.hwc-Footer-main>*{flex:1}.hwc-Footer-socials{margin-top:1.5rem}.hwc-Footer-address .address{margin-top:6px}.hwc-Footer-address .hwc-Button,.hwc-Footer-address .tel{margin-top:1rem}.hwc-Footer-menu ul{display:flex;flex-direction:column;max-height:none;max-height:initial}.hwc-Footer-menu li{width:100%}.hwc-Footer-menu li:not(:last-child){margin-bottom:1.5rem}.hwc-Footer-menu li:nth-child(4n+4){margin-bottom:1.5rem}}
@media screen and (max-width:440px){.hwc-Footer-logo{width:200px}}
.hwc-Form{--color: var(--hwc-color-text);--placeholder: var(--hwc-color-gray-600);--border: rgba(0, 0, 0, .15);--background: var(--hwc-color-white);--label: var(--hwc-color-text);--required: var(--hwc-color-contrast)}
.hwc-Form-row{display:flex;gap:2rem}
.hwc-Form-row.submit{justify-content:center;text-align:center}
.hwc-Form-field{position:relative;margin-bottom:1rem;width:100%}
.hwc-Form-field .label{display:inline-block;margin-bottom:.75rem;color:var(--label)}
.hwc-Form-field .label-required{color:var(--required)}
.hwc-Form-field input[type=search],.hwc-Form-field input[type=text],.hwc-Form-field input[type=password],.hwc-Form-field input[type=email],.hwc-Form-field input[type=tel],.hwc-Form-field input[type=date],.hwc-Form-field input[type=file],.hwc-Form-field input[type=url],.hwc-Form-field textarea,.hwc-Form-field select{display:block;width:100%;border:2px solid var(--border);background-color:var(--background);color:var(--color)}
.hwc-Form-field input[type=search] ::-moz-placeholder, .hwc-Form-field input[type=text] ::-moz-placeholder, .hwc-Form-field input[type=password] ::-moz-placeholder, .hwc-Form-field input[type=email] ::-moz-placeholder, .hwc-Form-field input[type=tel] ::-moz-placeholder, .hwc-Form-field input[type=date] ::-moz-placeholder, .hwc-Form-field input[type=file] ::-moz-placeholder, .hwc-Form-field input[type=url] ::-moz-placeholder, .hwc-Form-field textarea ::-moz-placeholder, .hwc-Form-field select ::-moz-placeholder{color:var(--placeholder)}
.hwc-Form-field input[type=search] ::placeholder,.hwc-Form-field input[type=text] ::placeholder,.hwc-Form-field input[type=password] ::placeholder,.hwc-Form-field input[type=email] ::placeholder,.hwc-Form-field input[type=tel] ::placeholder,.hwc-Form-field input[type=date] ::placeholder,.hwc-Form-field input[type=file] ::placeholder,.hwc-Form-field input[type=url] ::placeholder,.hwc-Form-field textarea ::placeholder,.hwc-Form-field select ::placeholder{color:var(--placeholder)}
.hwc-Form-field input[type=text],.hwc-Form-field input[type=password],.hwc-Form-field input[type=search],.hwc-Form-field input[type=email],.hwc-Form-field input[type=tel],.hwc-Form-field input[type=date],.hwc-Form-field input[type=url],.hwc-Form-field input[type=file],.hwc-Form-field select{height:45px;border-radius:25px;padding:6px 1rem}
.hwc-Form-field textarea{padding:1rem;height:150px;border-radius:1rem}
.hwc-Form-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23ec0044' d='M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12'/%3E%3Cpath fill='%23fff' d='m17.467 12.88-4.774 4.8c-.426.427-1.146.427-1.6 0l-4.773-4.8c-.427-.427-.427-1.147 0-1.6.427-.427 1.147-.427 1.6 0l2.853 2.853V7.12c0-.613.507-1.12 1.12-1.12s1.12.507 1.12 1.12v7.013l2.854-2.853c.426-.427 1.146-.427 1.6 0 .426.453.426 1.173 0 1.6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:20px}
.hwc-Form-field input[type=date]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' fill='none'%3E%3Cpath fill='%23ec0044' d='M16.206 1.807h-.422v-.018a1.789 1.789 0 1 0-3.577 0v.018H7.198v-.018a1.789 1.789 0 1 0-3.577 0v.018h-.422A3.203 3.203 0 0 0 0 5.006V15.15a3.203 3.203 0 0 0 3.199 3.199h13.007a3.203 3.203 0 0 0 3.2-3.199V5.006a3.203 3.203 0 0 0-3.2-3.2m-2.568-.018a.358.358 0 0 1 .715 0V3.15a.358.358 0 0 1-.715 0zm-8.586 0a.358.358 0 0 1 .715 0V3.15a.358.358 0 0 1-.715 0zm12.922 13.363a1.77 1.77 0 0 1-1.768 1.767L3.2 16.918A1.77 1.77 0 0 1 1.43 15.15V8.54H17.97v6.611zm0-8.043H1.431V5.006a1.77 1.77 0 0 1 1.768-1.768h.433a1.79 1.79 0 0 0 1.782 1.704c.958 0 1.731-.755 1.782-1.704h5.026a1.79 1.79 0 0 0 1.782 1.704c.959 0 1.732-.755 1.782-1.704h.433a1.77 1.77 0 0 1 1.768 1.768l-.003 2.103z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:20px}
.hwc-Form-field input[type=date]::-webkit-calendar-picker-indicator{background-image:none}
.hwc-Form-field input[type=file]{padding-right:0;line-height:45px;padding-top:0;padding-bottom:0;position:relative}
.hwc-Form-field input[type=file]::file-selector-button{height:41px;padding-left:16px;padding-right:16px;background-color:#EC0044;background-color:var(--hwc-color-contrast);color:#FFFFFF;color:var(--hwc-color-text-alternate);border:none;float:right;translate:4px;border-radius:25px;font-family:var(--hwc-font-alternative);font-size:14px;line-height:normal;position:absolute;z-index:2;top:0;right:0}
.hwc-Form.is-inline{display:flex;flex-wrap:wrap}
.hwc-Form .wpcf7-list-item label input+span:before{background-color:#FFFFFF!important;background-color:var(--hwc-color-white)!important;border:2px solid rgba(0,0,0,.15)!important;height:20px;width:20px;border-radius:4px;box-shadow:none!important;box-shadow:initial!important;top:14px!important;translate:0 -50%}
.hwc-Form .wpcf7-list-item label input:checked+span:before{background-color:#EC0044!important;background-color:var(--hwc-color-contrast)!important;border-color:#EC0044!important;border-color:var(--hwc-color-contrast)!important;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='14' fill='none'%3E%3Cpath fill='%23fff' d='M3.943 12.948c-1.052.626-2.065-.77-2.49-1.544-.445-.811-1.995-3.516-1.257-4.287.605-.632 1.627.042 2.1.546C4 9.506 3.527 9.167 4.73 6.387 5.347 4.963 7.5-.327 9.344.016c1.377.256.216 2.737-.151 3.405-.706 1.285-1.308 2.244-1.958 3.608-.534 1.124-2.42 5.275-3.292 5.919'/%3E%3C/svg%3E");display:flex;justify-content:center;align-items:center}
.hwc-Form .wpcf7-acceptance .wpcf7-list-item label span.wpcf7-list-item-label a{-webkit-text-decoration:underline;text-decoration:underline}
.hwc-Form .wpcf7-acceptance .wpcf7-list-item label span.wpcf7-list-item-label a:hover{color:#EC0044;color:var(--hwc-color-contrast)}
.wpcf7-form .wpcf7-response-output{padding:.5rem 1rem;position:relative;z-index:10}
.wpcf7-form.invalid .wpcf7-response-output{background-color:#f90;border:none}
.wpcf7-form.failed .wpcf7-response-output{background-color:#f33;color:#fff;border:none}
.wpcf7-form.sent .wpcf7-response-output{background-color:#00a431;color:#fff;border:none}
@media screen and (max-width:768px){.hwc-Form-row{flex-wrap:wrap;gap:.5rem}.hwc-Form-row:not(:first-child){margin-top:.5rem}.hwc-Form-field{margin-bottom:.5rem}}
.hwc-Gallery{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}
.hwc-Gallery:not(:last-child){margin-bottom:2rem}
.hwc-Gallery *:focus-visible{outline:1px dashed #EC0044;outline:1px dashed var(--hwc-color-contrast);outline-offset:6px}
.hwc-GalleryTile{border-radius:.5rem;overflow:hidden;height:350px}
.hwc-GalleryTile>a{width:100%;height:100%;display:flex;align-items:end;position:relative;padding:1.5rem;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.6))}
.hwc-GalleryTile>a>img{position:absolute;top:0;right:0;bottom:0;left:0;-o-object-fit:cover;object-fit:cover;z-index:-1;transition:scale .3s ease;will-change:scale}
.hwc-GalleryTile-content{color:#FFFFFF;color:var(--hwc-color-text-alternate);display:flex;justify-content:space-between;width:100%}
.hwc-GalleryTile-content .hwc-RoundButton{box-shadow:none;flex-shrink:0;margin-top:auto}
.hwc-GalleryTile-content .hwc-RoundButton:hover{translate:0}
.hwc-GalleryTile:hover>a>img{scale:1.05}
.hwc-GovernanceTile{padding:1rem 1rem 1.5rem;background-color:#FFFFFF;background-color:var(--hwc-color-white);border-radius:.5rem;box-shadow:4px 4px rgba(0,0,0,0.10196);text-align:center}
.hwc-GovernanceTile-picture{width:120px;height:120px;border-radius:60px;margin-left:auto;margin-right:auto;overflow:hidden}
.hwc-GovernanceTile-picture img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}
.hwc-GovernanceTile-tag{margin-top:.5rem;padding:6px 10px;background-color:#EC0044;background-color:var(--hwc-color-contrast);margin-left:auto;margin-right:auto;border-radius:30px;width:-moz-fit-content;width:fit-content}
.hwc-GovernanceTile-tag>span{color:#FFFFFF;color:var(--hwc-color-text-alternate);font-size:12px;height:-moz-fit-content;height:fit-content;font-family:var(--hwc-font-alternative);display:flex;align-items:center}
.hwc-GovernanceTile-tag>span>*{line-height:12px}
.hwc-GovernanceTile-tag>span:before{content:"";display:inline-block;margin-right:6px;height:1rem;width:1rem;background-color:#FFFFFF;background-color:var(--hwc-color-white);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none'%3E%3Cpath fill='%23fff' d='M6.544 3.39c1.41-4.515 9.656-5.71 6.367 3.968-.827 2.437-1.714 4.183-2.579 5.45q-.025.052-.055.105c1.172.576 2.785.884 5.012.55l.456-.075c.017.003.796.175-.455.46-.737.167-3.283.81-5.582-.193-2.302 2.812-4.291 2.357-4.325 2.349-2.831-.555-4.626-3.406-5.22-6.592-.596-3.183.494-6.007 2.47-6.94 1.961-.926 3.88.888 3.911.918M6.3 4.56S5.075 2.695 3.81 3.335c-1.185.6-1.412 2.498-1.072 4.209l.076.342c.442 1.792 2.514 6.773 5.745 5.194-.008 0-1.827-1.312-2.442-4.013V9.06c-.275-1.217-.307-2.714.183-4.5m1.02.75c-.957 3.705.496 5.492 1.4 6.464.203.212.433.42.695.615.005-.005.225.059.638-.726.44-1.991-.927-4.237-2.43-6.009zm7.538 3.833a1.143 1.143 0 1 1-.001 2.285 1.143 1.143 0 0 1 0-2.285m-4.433-7.24c-.877-.117-2.182.882-2.866 2.661 1.819 1.977 2.88 3.829 3.158 5.473.322-.947.697-2.27 1.13-4.126.714-3.073-.464-3.812-1.269-3.981z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none'%3E%3Cpath fill='%23fff' d='M6.544 3.39c1.41-4.515 9.656-5.71 6.367 3.968-.827 2.437-1.714 4.183-2.579 5.45q-.025.052-.055.105c1.172.576 2.785.884 5.012.55l.456-.075c.017.003.796.175-.455.46-.737.167-3.283.81-5.582-.193-2.302 2.812-4.291 2.357-4.325 2.349-2.831-.555-4.626-3.406-5.22-6.592-.596-3.183.494-6.007 2.47-6.94 1.961-.926 3.88.888 3.911.918M6.3 4.56S5.075 2.695 3.81 3.335c-1.185.6-1.412 2.498-1.072 4.209l.076.342c.442 1.792 2.514 6.773 5.745 5.194-.008 0-1.827-1.312-2.442-4.013V9.06c-.275-1.217-.307-2.714.183-4.5m1.02.75c-.957 3.705.496 5.492 1.4 6.464.203.212.433.42.695.615.005-.005.225.059.638-.726.44-1.991-.927-4.237-2.43-6.009zm7.538 3.833a1.143 1.143 0 1 1-.001 2.285 1.143 1.143 0 0 1 0-2.285m-4.433-7.24c-.877-.117-2.182.882-2.866 2.661 1.819 1.977 2.88 3.829 3.158 5.473.322-.947.697-2.27 1.13-4.126.714-3.073-.464-3.812-1.269-3.981z'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}
.hwc-GovernanceTile-title,.hwc-GovernanceTile-subheading{margin-top:.5rem}
.hwc-Home-heading{display:flex;align-items:center;margin-top:1rem;margin-bottom:2rem;gap:1rem}
.hwc-Home-heading .archive-link{flex-shrink:0}
.hwc-Home-listing{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}
.hwc-Home-pagination{margin-top:2rem}
@media screen and (max-width:768px){.hwc-Home-heading{margin-top:1rem;margin-bottom:1.5rem;flex-direction:column;gap:1.5rem;align-items:start}.hwc-Home-filters{gap:1.5rem;margin-right:0}.hwc-Home-listing{grid-template-columns:repeat(1,1fr);gap:1rem}.hwc-Home-pagination{margin-top:1.5srem}}
.hwc-LinkButton{position:relative;display:inline-block;overflow:hidden;height:-moz-fit-content;height:fit-content;padding-left:28px;transition:all .3s ease}
.hwc-LinkButton:before{position:absolute;content:"";display:inline-block;height:1rem;width:1rem;-webkit-mask-image:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath d='M0.722411 5.4145C4.27504 5.20435 7.81767 5.10428 11.3753 5.17933C12.341 5.19935 12.341 3.69823 11.3753 3.67822C7.81767 3.60316 4.27504 3.70324 0.722411 3.91339C-0.2383 3.96843 -0.243304 5.46955 0.722411 5.4145Z'/%3E%3Cpath d='M8.23723 1.27136L12.2252 4.55879V3.49801C10.7441 4.94408 9.26299 6.39515 7.77689 7.84123C7.08638 8.51673 8.14717 9.57751 8.83768 8.90201C10.3188 7.45594 11.7999 6.00487 13.286 4.55879C13.5562 4.2936 13.5962 3.7532 13.286 3.49801C11.955 2.4022 10.629 1.30638 9.29802 0.210573C8.98779 -0.0446162 8.54246 -0.0946532 8.23723 0.210573C7.97204 0.475769 7.922 1.01117 8.23723 1.27136Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath d='M0.722411 5.4145C4.27504 5.20435 7.81767 5.10428 11.3753 5.17933C12.341 5.19935 12.341 3.69823 11.3753 3.67822C7.81767 3.60316 4.27504 3.70324 0.722411 3.91339C-0.2383 3.96843 -0.243304 5.46955 0.722411 5.4145Z'/%3E%3Cpath d='M8.23723 1.27136L12.2252 4.55879V3.49801C10.7441 4.94408 9.26299 6.39515 7.77689 7.84123C7.08638 8.51673 8.14717 9.57751 8.83768 8.90201C10.3188 7.45594 11.7999 6.00487 13.286 4.55879C13.5562 4.2936 13.5962 3.7532 13.286 3.49801C11.955 2.4022 10.629 1.30638 9.29802 0.210573C8.98779 -0.0446162 8.54246 -0.0946532 8.23723 0.210573C7.97204 0.475769 7.922 1.01117 8.23723 1.27136Z'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-color:#EC0044;background-color:var(--hwc-color-contrast);transition:all .3s ease;left:0rem;top:50%;translate:0 -50%}
.hwc-LinkButton:hover{color:#EC0044;color:var(--hwc-color-contrast)}
.hwc-LinkButton.next{padding-left:0;padding-right:28px}
.hwc-LinkButton.next:before{right:0;left:auto;left:initial}
.hwc-LinkButton.prev:before{rotate:180deg}
.hwc-MenuBlock-entry,.hwc-MenuBlock-submenu-entry{padding-top:1.5rem;padding-bottom:1.5rem;border-bottom:2px dashed #EC0044;border-bottom:2px dashed var(--hwc-color-contrast)}
.hwc-MenuBlock-entry.current-menu-parent .hwc-MenuBlock-link,.hwc-MenuBlock-entry.current-menu-ancestor .hwc-MenuBlock-link,.hwc-MenuBlock-submenu-entry.current-menu-parent .hwc-MenuBlock-link,.hwc-MenuBlock-submenu-entry.current-menu-ancestor .hwc-MenuBlock-link,.hwc-MenuBlock-entry [aria-current=page],.hwc-MenuBlock-submenu-entry [aria-current=page]{color:#EC0044;color:var(--hwc-color-contrast)}
.hwc-MenuBlock-link{display:flex;justify-content:space-between;align-items:center}
.hwc-MenuBlock-link:hover.has-child .arrow{margin-right:.5rem;background-color:#F8A37C;background-color:var(--hwc-color-peach)}
.hwc-MenuBlock-link.has-child .arrow{transition:all .3s ease;will-change:margin-right,background-color;flex-shrink:0;height:24px;width:24px;background-color:#EC0044;background-color:var(--hwc-color-contrast);border-radius:1.5rem;display:flex;align-items:center;justify-content:center;z-index:-1}
.hwc-MenuBlock-link.has-child .arrow:after{content:"";display:block;height:12px;width:12px;background-color:#FFFFFF;background-color:var(--hwc-color-white);-webkit-mask-image:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6.88 0.319985L11.68 5.09332C12.1067 5.51999 12.1067 6.23998 11.68 6.69332L6.88 11.4667C6.45333 11.8933 5.73333 11.8933 5.28 11.4667C4.85333 11.04 4.85333 10.32 5.28 9.86665L8.13333 7.01332L1.12 7.01332C0.506667 7.01332 0 6.50665 0 5.89332C0 5.27999 0.506667 4.77332 1.12 4.77332L8.13333 4.77332L5.28 1.91999C4.85333 1.49332 4.85333 0.773319 5.28 0.319985C5.73333 -0.106681 6.45333 -0.106681 6.88 0.319985Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6.88 0.319985L11.68 5.09332C12.1067 5.51999 12.1067 6.23998 11.68 6.69332L6.88 11.4667C6.45333 11.8933 5.73333 11.8933 5.28 11.4667C4.85333 11.04 4.85333 10.32 5.28 9.86665L8.13333 7.01332L1.12 7.01332C0.506667 7.01332 0 6.50665 0 5.89332C0 5.27999 0.506667 4.77332 1.12 4.77332L8.13333 4.77332L5.28 1.91999C4.85333 1.49332 4.85333 0.773319 5.28 0.319985C5.73333 -0.106681 6.45333 -0.106681 6.88 0.319985Z'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}
.hwc-MenuBlock-submenu{position:fixed;top:0;left:0;width:100%;height:100dvh;display:flex;flex-direction:column;background-color:#FBF8EE;background-color:var(--hwc-color-primary);padding:2rem 3rem 0;visibility:hidden;translate:-100%;transition:translate .3s ease, visibility 0s linear .3s;will-change:translate}
.hwc-MenuBlock-submenu-head{margin-bottom:1.5rem}
.hwc-MenuBlock-submenu-head .back{display:flex;align-items:center;gap:1rem}
.hwc-MenuBlock-submenu-head .back:hover .hwc-RoundButton.prev{box-shadow:none;box-shadow:initial;translate:3px 3px}
.hwc-MenuBlock-submenu-main{overflow-y:scroll;scrollbar-width:none}
.hwc-MenuBlock-submenu-entry a{display:inline-block;width:100%}
.hwc-MenuBlock-submenu-cta{margin-top:1.5rem;width:100%;height:320px;padding:1.5rem;display:flex;flex-direction:column;justify-content:end;overflow:hidden;border-radius:.5rem;position:relative;gap:1rem;align-items:start;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.70196))}
.hwc-MenuBlock-submenu-cta img{position:absolute;top:0;right:0;bottom:0;left:0;-o-object-fit:cover;object-fit:cover;z-index:-1;transition:scale .3s ease;will-change:scale}
.hwc-MenuBlock-submenu-cta a:hover+img{scale:1.05}
.hwc-MenuBlock-submenu.sub-menu-is-open{visibility:visible;translate:0;transition:translate .3s ease, visibility 0s}
@media screen and (max-width:768px){.hwc-MenuBlock-entry,.hwc-MenuBlock-submenu-entry{padding-top:1.25rem;padding-bottom:1.25rem}.hwc-MenuBlock-submenu{padding:2rem 1rem 0}.hwc-MenuBlock-submenu-cta{margin-top:1.25rem}}
.hwc-Password{background-color:#FBF8EE;background-color:var(--hwc-color-primary);color:#182A3F;color:var(--hwc-color-text);margin-left:0;margin-right:0;margin-top:calc(var(--header-height) * -1);height:100svh;margin-bottom:0;display:flex;align-items:center;justify-content:center}
.hwc-Password-heading{text-align:center;margin-bottom:1.5rem}
.hwc-Password-heading .text{margin-top:.5rem}
.hwc-Password-form .hwc-Form-row{justify-content:center;text-align:center}
.hwc-Password-form .hwc-Form-field .fields{display:flex;justify-content:center}
.hwc-Pagination [fill]{fill:currentColor}
.hwc-Pagination :disabled{display:none}
.hwc-Pagination-wrapper{display:flex;justify-content:center;align-items:center;gap:10px}
.hwc-Pagination-page{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:50%;font-size:12px;font-family:var(--hwc-font-alternative);line-height:normal}
.hwc-Pagination-page svg{width:auto;height:.75rem}
.hwc-Pagination-page [fill]{fill:#FBF8EE;fill:var(--hwc-color-primary)}
.hwc-Pagination-page:hover{color:#EC0044;color:var(--hwc-color-contrast)}
.hwc-Pagination-page.current{background-color:#EC0044;background-color:var(--hwc-color-contrast);color:#FFFFFF;color:var(--hwc-color-text-alternate);box-shadow:3px 3px rgba(0,0,0,0.10196)}
.hwc-Pagination-page:disabled{display:none}
.hwc-Pagination-button{margin:0 1rem}
.hwc-PostFooter{font-size:12px;line-height:normal;position:relative;z-index:1}
.hwc-PostFooter-container{display:flex;justify-content:space-between}
.hwc-PostFooter-main a:hover{-webkit-text-decoration:underline;text-decoration:underline}
.hwc-PostFooter-side a{display:inline-flex;align-items:center}
.hwc-PostFooter-side a svg{margin-left:.25rem;fill:#FFFFFF;fill:var(--hwc-color-text-alternate)}
.hwc-PostFooter-side a svg path{fill:#FFFFFF;fill:var(--hwc-color-text-alternate)}
@media screen and (max-width:768px){.hwc-PostFooter-container{display:block;text-align:center}.hwc-PostFooter-side{padding-top:1rem}}
.hwc-PostTile{background-color:#FFFFFF;background-color:var(--hwc-color-white);height:auto;height:initial}
.hwc-PostTile>a{border-radius:.5rem;display:flex;flex-direction:column;height:100%;padding:.5rem}
.hwc-PostTile-picture{position:relative;overflow:hidden;width:100%;height:230px;border-radius:.5rem}
.hwc-PostTile-picture .category{position:absolute;z-index:2;top:0;left:0}
.hwc-PostTile-picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:scale .3s ease;will-change:scale}
.hwc-PostTile-content{padding:.75rem;flex:1;display:flex;flex-direction:column}
.hwc-PostTile-content .excerpt{margin-top:.5rem;margin-bottom:1rem;line-clamp:3;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
.hwc-PostTile-content .more{margin-top:auto;width:-moz-fit-content;width:fit-content}
@media screen and (min-width:1025px){.hwc-PostTile:hover .hwc-PostTile-picture img{scale:1.05}.hwc-PostTile:hover .hwc-PostTile-content .more{color:#EC0044;color:var(--hwc-color-contrast)}}
@media screen and (max-width:768px){.hwc-PostTile-content .excerpt{line-clamp:2;-webkit-line-clamp:2}}
.hwc-RoundButton{display:flex;align-items:center;justify-content:center;transition:all .3s ease;width:45px;height:45px;border-radius:25px;background-color:#FFFFFF;background-color:var(--hwc-color-white);box-shadow:3px 3px rgba(0,0,0,0.10196)}
.hwc-RoundButton:after{content:"";display:block;height:1rem;width:1rem;transition:all .3s ease;background-color:#EC0044;background-color:var(--hwc-color-contrast);-webkit-mask-image:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath d='M0.722411 5.4145C4.27504 5.20435 7.81767 5.10428 11.3753 5.17933C12.341 5.19935 12.341 3.69823 11.3753 3.67822C7.81767 3.60316 4.27504 3.70324 0.722411 3.91339C-0.2383 3.96843 -0.243304 5.46955 0.722411 5.4145Z'/%3E%3Cpath d='M8.23723 1.27136L12.2252 4.55879V3.49801C10.7441 4.94408 9.26299 6.39515 7.77689 7.84123C7.08638 8.51673 8.14717 9.57751 8.83768 8.90201C10.3188 7.45594 11.7999 6.00487 13.286 4.55879C13.5562 4.2936 13.5962 3.7532 13.286 3.49801C11.955 2.4022 10.629 1.30638 9.29802 0.210573C8.98779 -0.0446162 8.54246 -0.0946532 8.23723 0.210573C7.97204 0.475769 7.922 1.01117 8.23723 1.27136Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath d='M0.722411 5.4145C4.27504 5.20435 7.81767 5.10428 11.3753 5.17933C12.341 5.19935 12.341 3.69823 11.3753 3.67822C7.81767 3.60316 4.27504 3.70324 0.722411 3.91339C-0.2383 3.96843 -0.243304 5.46955 0.722411 5.4145Z'/%3E%3Cpath d='M8.23723 1.27136L12.2252 4.55879V3.49801C10.7441 4.94408 9.26299 6.39515 7.77689 7.84123C7.08638 8.51673 8.14717 9.57751 8.83768 8.90201C10.3188 7.45594 11.7999 6.00487 13.286 4.55879C13.5562 4.2936 13.5962 3.7532 13.286 3.49801C11.955 2.4022 10.629 1.30638 9.29802 0.210573C8.98779 -0.0446162 8.54246 -0.0946532 8.23723 0.210573C7.97204 0.475769 7.922 1.01117 8.23723 1.27136Z'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}
.hwc-RoundButton:hover{box-shadow:none;box-shadow:initial;translate:3px 3px}
.hwc-RoundButton.prev:after{-webkit-mask-image:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath d='M12.7815 5.4145C9.22885 5.20435 5.68622 5.10428 2.12859 5.17933C1.16287 5.19935 1.16287 3.69823 2.12859 3.67822C5.68622 3.60316 9.22885 3.70324 12.7815 3.91339C13.7422 3.96843 13.7472 5.46955 12.7815 5.4145Z'/%3E%3Cpath d='M5.26666 1.27136L1.2787 4.55879V3.49801C2.7598 4.94408 4.2409 6.39515 5.727 7.84123C6.41751 8.51673 5.35673 9.57751 4.66621 8.90201C3.18512 7.45594 1.70402 6.00487 0.217919 4.55879C-0.0522808 4.2936 -0.0923103 3.7532 0.217919 3.49801C1.54891 2.4022 2.87489 1.30638 4.20587 0.210573C4.5161 -0.0446162 4.96143 -0.0946532 5.26666 0.210573C5.53186 0.475769 5.58189 1.01117 5.26666 1.27136Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath d='M12.7815 5.4145C9.22885 5.20435 5.68622 5.10428 2.12859 5.17933C1.16287 5.19935 1.16287 3.69823 2.12859 3.67822C5.68622 3.60316 9.22885 3.70324 12.7815 3.91339C13.7422 3.96843 13.7472 5.46955 12.7815 5.4145Z'/%3E%3Cpath d='M5.26666 1.27136L1.2787 4.55879V3.49801C2.7598 4.94408 4.2409 6.39515 5.727 7.84123C6.41751 8.51673 5.35673 9.57751 4.66621 8.90201C3.18512 7.45594 1.70402 6.00487 0.217919 4.55879C-0.0522808 4.2936 -0.0923103 3.7532 0.217919 3.49801C1.54891 2.4022 2.87489 1.30638 4.20587 0.210573C4.5161 -0.0446162 4.96143 -0.0946532 5.26666 0.210573C5.53186 0.475769 5.58189 1.01117 5.26666 1.27136Z'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}
.hwc-RoundButton.top-right:after{-webkit-mask-image:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11'%3E%3Cpath d='M8.19 1.75H1V.25h9.75V10h-1.5V2.81l-7.72 7.72L.47 9.47l7.72-7.72Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11'%3E%3Cpath d='M8.19 1.75H1V.25h9.75V10h-1.5V2.81l-7.72 7.72L.47 9.47l7.72-7.72Z'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}
.hwc-Sharer{display:inline-flex;justify-content:center;align-items:center;gap:1rem}
.hwc-Sharer a{display:block;color:#EC0044;color:var(--hwc-color-contrast)}
.hwc-Sharer svg{max-width:1rem;max-height:1rem;fill:currentColor}
.hwc-SingleGallery-container.is-gallery-extended .hwc-Gallery{max-height:none;max-height:initial}
.hwc-SingleGallery .hwc-Gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;max-height:1696px;overflow:hidden;transition:all .3s ease}
.hwc-SingleGallery .hwc-Gallery .image-wrapper{grid-column:span 1;grid-row:span 1;height:400px;border-radius:.5rem;overflow:hidden;position:relative}
.hwc-SingleGallery .hwc-Gallery .image-wrapper:before,.hwc-SingleGallery .hwc-Gallery .image-wrapper:after{content:"";transition:background .3s ease;background-position:center}
.hwc-SingleGallery .hwc-Gallery .image-wrapper:nth-child(9n+1){grid-column:span 2}
.hwc-SingleGallery .hwc-Gallery .image-wrapper:hover:before{content:"";background:rgba(0,0,0,0.50196);display:block;top:0;right:0;bottom:0;left:0;position:absolute}
.hwc-SingleGallery .hwc-Gallery .image-wrapper:hover:after{content:"";display:block;height:5rem;width:5rem;border-radius:100px;background:rgba(255,255,255,0.2);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath fill='%23fff' d='M2 18q-.824 0-1.412-.587A1.93 1.93 0 0 1 0 16v-4h2v4h4v2zm10 0v-2h4v-4h2v4q0 .824-.587 1.413A1.93 1.93 0 0 1 16 18zM0 6V2Q0 1.176.588.588A1.93 1.93 0 0 1 2 0h4v2H2v4zm16 0V2h-4V0h4q.824 0 1.413.588Q18 1.175 18 2v4z'/%3E%3C/svg%3E");background-size:18px;background-repeat:no-repeat;background-position:center;position:absolute;top:50%;left:50%;translate:-50% -50%}
.hwc-SingleGallery .hwc-Gallery .image-wrapper img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}
.hwc-SingleGallery-extender{text-align:center;margin-top:3rem}
@media screen and (max-width:768px){.hwc-SingleGallery .hwc-Gallery{grid-template-columns:repeat(1,1fr);gap:2rem;max-height:none;max-height:initial}.hwc-SingleGallery .hwc-Gallery .image-wrapper{width:100%;aspect-ratio:4/3}.hwc-SingleGallery .hwc-Gallery .image-wrapper:nth-child(9n+1){grid-column:span 1}.hwc-SingleGallery-extender{display:none}}
.hwc-SinglePost-head{margin-top:calc(var(--header-height) * -1);overflow:clip;padding-top:7.5rem;padding-bottom:79px;position:relative}
.hwc-SinglePost-head-container{padding-top:5rem;padding-bottom:5rem;position:relative;background-color:#FFD8C6;background-color:var(--hwc-color-terciary)}
.hwc-SinglePost-head-container:before{content:"";position:absolute;top:1px;translate:0 -100%;display:block;height:79px;width:100%;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='79' fill='none'%3E%3Cpath fill='%23b9dde2' d='m1346 71.463 94-8.04V79H0V12.672C31.333 7.981 100.9-1.098 128.5.108c34.5 1.508 78 23.115 100 23.115h39.416a18.41 18.41 0 0 1 15.085 7.856A14.45 14.45 0 0 0 293.96 37.2c78.783 4.827 156.27 15.826 234.54 26.222 52.629-5.757 105.43-11.85 158.5-8.04 14 1.005 113.5 16.08 150 16.08 140.192 0 279.78 3.54 419.5-8.04z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='79' fill='none'%3E%3Cpath fill='%23b9dde2' d='m1346 71.463 94-8.04V79H0V12.672C31.333 7.981 100.9-1.098 128.5.108c34.5 1.508 78 23.115 100 23.115h39.416a18.41 18.41 0 0 1 15.085 7.856A14.45 14.45 0 0 0 293.96 37.2c78.783 4.827 156.27 15.826 234.54 26.222 52.629-5.757 105.43-11.85 158.5-8.04 14 1.005 113.5 16.08 150 16.08 140.192 0 279.78 3.54 419.5-8.04z'/%3E%3C/svg%3E");-webkit-mask-image:var(--wave-top);mask-image:var(--wave-top);-webkit-mask-position:center top;mask-position:center top;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 79px;mask-size:100% 79px;background-color:#FFD8C6;background-color:var(--hwc-color-terciary);z-index:-1}
.hwc-SinglePost-head-container:after{content:"";position:absolute;bottom:1px;translate:0 100%;display:block;height:79px;width:100%;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='72' fill='none'%3E%3Cpath fill='%23d9d9d9' d='m1440 63.423-94 8.04-89.5-8.04c-139.72 11.58-279.308 8.04-419.5 8.04-36.5 0-136-15.075-150-16.08-53.07-3.81-105.871 2.283-158.5 8.04C450.23 53.027 372.742 42.028 293.96 37.2a14.45 14.45 0 0 1-10.959-6.12 18.41 18.41 0 0 0-15.085-7.857H228.5c-22 0-65.5-21.607-100-23.115C100.9-1.097 31.333 7.982 0 12.672V0h1440z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='72' fill='none'%3E%3Cpath fill='%23d9d9d9' d='m1440 63.423-94 8.04-89.5-8.04c-139.72 11.58-279.308 8.04-419.5 8.04-36.5 0-136-15.075-150-16.08-53.07-3.81-105.871 2.283-158.5 8.04C450.23 53.027 372.742 42.028 293.96 37.2a14.45 14.45 0 0 1-10.959-6.12 18.41 18.41 0 0 0-15.085-7.857H228.5c-22 0-65.5-21.607-100-23.115C100.9-1.097 31.333 7.982 0 12.672V0h1440z'/%3E%3C/svg%3E");-webkit-mask-image:var(--wave-bottom-inverted);mask-image:var(--wave-bottom-inverted);-webkit-mask-position:center top;mask-position:center top;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 79px;mask-size:100% 79px;background-color:#FFD8C6;background-color:var(--hwc-color-terciary);z-index:-1}
.hwc-SinglePost-head-content{text-align:center;position:relative}
.hwc-SinglePost-head-content .deco-leaf{position:absolute;bottom:-38px;right:-27px;display:block;width:152px;height:107px;translate:100% 100%}
.hwc-SinglePost-head-content .baseline{margin-top:1rem}
.hwc-SinglePost-link{width:-moz-fit-content;width:fit-content;display:flex;align-items:center;gap:.75rem;margin-left:auto;margin-right:auto}
.hwc-SinglePost-link:hover .hwc-RoundButton.prev{box-shadow:none;translate:3px 3px}
.hwc-SinglePost-heading{margin-top:2rem;margin-bottom:.75rem}
.hwc-SinglePost-tags{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:center}
.hwc-SinglePost-body{position:relative;z-index:2}
.hwc-SinglePost-thumb{margin-top:calc((78px + 3rem)*-1);margin-bottom:2rem;border-radius:1rem;aspect-ratio:16/9;overflow:hidden}
.hwc-SinglePost-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.hwc-SinglePost-navigation{display:flex;justify-content:space-between;margin-top:2rem;background-color:#FFFFFF;background-color:var(--hwc-color-white);padding:1rem 3rem;border-radius:100px;box-shadow:3px 3px rgba(0,0,0,0.10196)}
.hwc-SinglePost-navigation>*{flex:0 0 33.3333333333%}
.hwc-SinglePost-navigation>:last-child{align-content:flex-end;text-align:right}
.hwc-SinglePost-navigation>:last-child>*{text-align:left}
.hwc-SinglePost-relatedAgenda-heading{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}
.hwc-SinglePost-relatedAgenda-heading .main{flex:1}
.hwc-SinglePost-relatedAgenda-listing{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:.5rem;gap:.5rem}
@media screen and (max-width:768px){.hwc-SinglePost-head{margin-top:0;padding-top:2rem;padding-bottom:2rem}.hwc-SinglePost-head-container{padding-top:5rem;padding-bottom:5rem}.hwc-SinglePost-head-container:before{height:32px;-webkit-mask-size:100% 32px;mask-size:100% 32px}.hwc-SinglePost-head-container:after{height:32px;-webkit-mask-size:100% 32px;mask-size:100% 32px}.hwc-SinglePost-head-content .hwc-SinglePost-link{display:none}.hwc-SinglePost-breadcrumbs{text-align:center;top:3rem;position:absolute;z-index:2;left:50%;translate:-50%;min-width:calc(100% - 2rem)}.hwc-SinglePost-thumb{margin-top:calc((32px + 3rem)*-1);margin-bottom:2rem}.hwc-SinglePost-navigation{margin-top:1.5rem;padding:1rem 1.5rem}.hwc-SinglePost-relatedAgenda-listing{gap:1rem}.hwc-SinglePost+.hwc-Separator{margin-top:3rem}}
@media screen and (max-width:400px){.hwc-SinglePost-navigation{padding:1rem 3rem}.hwc-SinglePost-navigation .hwc-LinkButton{width:0;color:transparent}}
.hwc-Tag{display:inline-block}
.hwc-Tag-post{padding:6px 10px;background-color:#EC0044;background-color:var(--hwc-color-contrast);color:#FFFFFF;color:var(--hwc-color-text-alternate);font-family:var(--hwc-font-alternative);font-size:12px;line-height:9px;border-bottom-right-radius:1.5rem;border-top-left-radius:.5rem}
.hwc-Tag-post>span{display:inline-flex;align-items:center}
.hwc-Tag-post>span:before{content:"";display:block;width:1rem;height:1rem;background-color:#FFFFFF;background-color:var(--hwc-color-white);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none'%3E%3Cpath fill='%23fff' d='M6.544 3.39c1.41-4.515 9.656-5.71 6.367 3.968-.827 2.437-1.714 4.183-2.579 5.45q-.025.052-.055.105c1.172.576 2.785.884 5.012.55l.456-.075c.017.003.796.175-.455.46-.737.167-3.283.81-5.582-.193-2.302 2.812-4.291 2.357-4.325 2.349-2.831-.555-4.626-3.406-5.22-6.592-.596-3.183.494-6.007 2.47-6.94 1.961-.926 3.88.888 3.911.918M6.3 4.56S5.075 2.695 3.81 3.335c-1.185.6-1.412 2.498-1.072 4.209l.076.342c.442 1.792 2.514 6.773 5.745 5.194-.008 0-1.827-1.312-2.442-4.013V9.06c-.275-1.217-.307-2.714.183-4.5m1.02.75c-.957 3.705.496 5.492 1.4 6.464.203.212.433.42.695.615.005-.005.225.059.638-.726.44-1.991-.927-4.237-2.43-6.009zm7.538 3.833a1.143 1.143 0 1 1-.001 2.285 1.143 1.143 0 0 1 0-2.285m-4.433-7.24c-.877-.117-2.182.882-2.866 2.661 1.819 1.977 2.88 3.829 3.158 5.473.322-.947.697-2.27 1.13-4.126.714-3.073-.464-3.812-1.269-3.981z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none'%3E%3Cpath fill='%23fff' d='M6.544 3.39c1.41-4.515 9.656-5.71 6.367 3.968-.827 2.437-1.714 4.183-2.579 5.45q-.025.052-.055.105c1.172.576 2.785.884 5.012.55l.456-.075c.017.003.796.175-.455.46-.737.167-3.283.81-5.582-.193-2.302 2.812-4.291 2.357-4.325 2.349-2.831-.555-4.626-3.406-5.22-6.592-.596-3.183.494-6.007 2.47-6.94 1.961-.926 3.88.888 3.911.918M6.3 4.56S5.075 2.695 3.81 3.335c-1.185.6-1.412 2.498-1.072 4.209l.076.342c.442 1.792 2.514 6.773 5.745 5.194-.008 0-1.827-1.312-2.442-4.013V9.06c-.275-1.217-.307-2.714.183-4.5m1.02.75c-.957 3.705.496 5.492 1.4 6.464.203.212.433.42.695.615.005-.005.225.059.638-.726.44-1.991-.927-4.237-2.43-6.009zm7.538 3.833a1.143 1.143 0 1 1-.001 2.285 1.143 1.143 0 0 1 0-2.285m-4.433-7.24c-.877-.117-2.182.882-2.866 2.661 1.819 1.977 2.88 3.829 3.158 5.473.322-.947.697-2.27 1.13-4.126.714-3.073-.464-3.812-1.269-3.981z'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;margin-right:6px}
.hwc-Tag-date{padding:10px 1rem;background-color:#EC0044;background-color:var(--hwc-color-contrast);color:#FFFFFF;color:var(--hwc-color-text-alternate);font-family:var(--hwc-font-alternative);font-size:12px;line-height:9px;border-top-left-radius:.5rem;border-bottom-right-radius:1.5rem}
.hwc-Tag-cat{padding:6px 10px;font-size:12px;line-height:normal;text-transform:uppercase;font-weight:500;border:2px solid #EC0044;border:2px solid var(--hwc-color-contrast);border-radius:1.5rem}
.hwc-Tag.is-active,a.hwc-Tag:hover,button.hwc-Tag:hover{background-color:#EC0044;background-color:var(--hwc-color-contrast)}
.hwc-TemplateEstablishment-presentation-container{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:2rem;gap:2rem;position:relative}
.hwc-TemplateEstablishment-presentation-gallery{grid-column:1/7;grid-template-columns:repeat(6,1fr);grid-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem;display:grid;position:relative;height:-moz-fit-content;height:fit-content;position:sticky;top:calc(var(--header-height) + 1rem)}
.hwc-TemplateEstablishment-presentation-gallery-main{grid-column:1/7}
.hwc-TemplateEstablishment-presentation-gallery-main .swiper{width:100%;position:relative;aspect-ratio:1;height:auto;overflow:hidden;border-radius:16px}
.hwc-TemplateEstablishment-presentation-gallery-main img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.hwc-TemplateEstablishment-presentation-gallery-pagination{display:flex;justify-content:center;margin-top:1rem;grid-column:1/7}
.hwc-TemplateEstablishment-presentation-gallery-pagination .swiper-pagination .swiper-pagination-bullet{background-color:#F8A37C;background-color:var(--hwc-color-peach)}
.hwc-TemplateEstablishment-presentation-gallery-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#EC0044;background-color:var(--hwc-color-contrast)}
.hwc-TemplateEstablishment-presentation-gallery-thumbs{grid-column:2/6;margin-left:-69px;margin-right:-69px;margin-top:1rem;position:relative;display:flex;align-items:center;justify-content:center;gap:1.5rem}
.hwc-TemplateEstablishment-presentation-gallery-thumbs button{flex-shrink:0}
.hwc-TemplateEstablishment-presentation-gallery-thumbs .swiper-slide.thumb{position:relative;overflow:hidden;aspect-ratio:1;border-radius:12px}
.hwc-TemplateEstablishment-presentation-gallery-thumbs .swiper-slide.thumb.swiper-slide-thumb-active{outline:2px solid #EC0044;outline:2px solid var(--hwc-color-contrast);outline-offset:-2px}
.hwc-TemplateEstablishment-presentation-side{grid-column:7/13;position:sticky;top:calc(var(--header-height) + 1rem);height:-moz-fit-content;height:fit-content}
.hwc-TemplateEstablishment-presentation-side .heading{margin-bottom:1rem}
@media screen and (max-width:768px){.hwc-TemplateEstablishment-presentation-container{display:block}.hwc-TemplateEstablishment-presentation-gallery{position:static}.hwc-TemplateEstablishment-presentation-side{margin-top:2rem;position:static}.hwc-TemplateEstablishment-presentation-side .hwc-Wysiwyg a{white-space:normal;white-space:initial}}
.hwc-TemplateSitemap-item{padding-top:2rem;padding-bottom:2rem;border-bottom:1.72px dashed #EC0044;border-bottom:1.72px dashed var(--hwc-color-contrast)}
.hwc-TemplateSitemap-item:first-child{padding-top:0}
.hwc-TemplateSitemap-item li>ul{padding-left:1rem}
.hwc-TemplateSitemap-item ul{margin-top:0;margin-bottom:0}
.hwc-TeamTile{position:relative;padding:2rem 1.5rem;background-color:#FBF8EE;background-color:var(--hwc-color-primary);color:#182A3F;color:var(--hwc-color-text);text-align:center;border-radius:var(--hwc-border-radius)}
.hwc-TeamTile .head{display:block;overflow:hidden;aspect-ratio:1/1;width:200px;border-radius:100%;margin:0 auto;margin-bottom:1rem;border:3px solid #EC0044;border:3px solid var(--hwc-color-contrast)}
.hwc-TeamTile .head img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.hwc-TeamTile .content{margin-top:1rem;color:var(--hwc-color-grey)}
.hwc-Testimonial footer{margin-top:1.5rem}
@media screen and (max-width:768px){.hwc-Testimonial footer{margin-top:1rem}}
.hwc-Tile{position:relative;overflow:hidden;width:100%;aspect-ratio:3/4;color:#FFFFFF;color:var(--hwc-color-text-alternate);display:flex}
.hwc-Tile-head{position:relative;overflow:hidden;display:block;background-color:#182A3F;background-color:var(--hwc-color-secondary);aspect-ratio:3/4;overflow:clip;position:absolute;top:0;right:0;bottom:0;left:0}
.hwc-Tile-head img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.hwc-Tile-head:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(51,51,51,0),rgba(51,51,51,0.70196))}
.hwc-Tile-body{width:100%;height:-moz-fit-content;height:fit-content;pointer-events:none;position:relative;z-index:2;padding:2rem;align-self:flex-end}
.hwc-Tile-thumb{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transform:scale(1);transition:transform .5s}
.hwc-Tile-cta{position:absolute;top:2rem;right:2rem;z-index:1}
.hwc-Tile a:hover .hwc-Tile-cta{background-color:#FBF8EE;background-color:var(--hwc-color-primary)}
.hwc-Tile a:hover .hwc-Tile-cta:after{background-color:#182A3F;background-color:var(--hwc-color-text)}
.hwc-Tile a:hover .hwc-Tile-thumb{transform:scale(1.05)}
@media screen and (max-width:768px){.hwc-Tile{aspect-ratio:8/9}.hwc-Tile-body{padding:1.5rem}.hwc-Tile-cta{top:1.5rem;right:1.5rem}.hwc-Tile-head{aspect-ratio:8/9}}
.hwc-TileListing{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}
.hwc-TileListing[data-hwc-slider]{display:block}
.hwc-TileListing.is-2-cols{grid-template-columns:repeat(2,1fr)}
@media screen and (max-width:1024px){.hwc-TileListing.is-2-cols{grid-template-columns:repeat(2,1fr);gap:1.5rem}}
@media screen and (max-width:768px){.hwc-TileListing.is-2-cols{grid-template-columns:repeat(1,1fr);gap:1rem}}
.hwc-TileListing.is-3-cols{grid-template-columns:repeat(3,1fr)}
@media screen and (max-width:1024px){.hwc-TileListing.is-3-cols{grid-template-columns:repeat(2,1fr);gap:1.5rem}}
@media screen and (max-width:768px){.hwc-TileListing.is-3-cols{grid-template-columns:repeat(1,1fr);gap:1rem}}
.hwc-TileListing.is-4-cols{grid-template-columns:repeat(4,1fr)}
@media screen and (max-width:1024px){.hwc-TileListing.is-4-cols{grid-template-columns:repeat(2,1fr);gap:1.5rem}}
@media screen and (max-width:768px){.hwc-TileListing.is-4-cols{grid-template-columns:repeat(1,1fr);gap:1rem}}
@media screen and (max-width:1024px){.hwc-TileListing{grid-template-columns:repeat(2,1fr);gap:1.5rem}}
@media screen and (max-width:768px){.hwc-TileListing{grid-template-columns:repeat(1,1fr);gap:1rem}}
.hwc-Filter{display:inline-block;border-radius:25px;padding:1rem;line-height:normal;font-weight:500;font-size:15px;height:50px;background-color:#FFFFFF;background-color:var(--hwc-color-white);box-shadow:4px 4px rgba(0,0,0,0.10196);transition:all .3s ease;white-space:nowrap}
.hwc-Filter:hover{box-shadow:none;box-shadow:initial;translate:4px 4px}
.hwc-Filter.has-picto{display:flex;align-items:center;gap:.5rem}
.hwc-Filter.has-picto span.picto{display:inline-block;height:22px;width:22px;overflow:hidden}
.hwc-Filter.has-picto span.picto svg{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}
.hwc-Filter.has-picto span.picto svg path{fill:currentColor}
.hwc-Filter-label{font-size:20px;line-height:24px;font-family:var(--hwc-font-alternative)}
.hwc-Filter-icon{width:2rem;height:2rem;background-color:#EC0044;background-color:var(--hwc-color-contrast);border-radius:1rem;display:flex;align-items:center;justify-content:center}
.hwc-Filter-icon svg{fill:#FFFFFF;fill:var(--hwc-color-white)}
.hwc-Filter-icon svg path{fill:#FFFFFF;fill:var(--hwc-color-white)}
.hwc-Filter.is-active{color:#FFFFFF;color:var(--hwc-color-text-alternate);background-color:#EC0044;background-color:var(--hwc-color-contrast)}
.hwc-Filters{display:flex;gap:2rem;align-items:center;flex:1;margin-right:2rem;position:relative;max-width:100%}
.hwc-Filters:after{content:"";display:block;width:84px;height:100%;position:absolute;right:0;top:0;background:linear-gradient(270deg,#fbf8ee,rgba(251,248,238,0))}
.hwc-Filters-container{display:flex;gap:1rem;align-items:center;flex:1;overflow-x:scroll;overflow-y:clip;padding-bottom:4px;scrollbar-width:none}
.hwc-Filters-dropdown{height:55px;position:relative;z-index:10;width:100%}
.hwc-Filters-dropdown-toggler{height:55px;display:flex;align-items:center;justify-content:space-between;width:100%;background-color:#FFFFFF;background-color:var(--hwc-color-white);box-shadow:3px 3px rgba(0,0,0,0.10196);border-radius:.5rem;padding:12px 1rem}
.hwc-Filters-dropdown-toggler.is-open{border-bottom-left-radius:0;border-bottom-right-radius:0}
.hwc-Filters-dropdown-submenu{border-top:1.72px dashed #EC0044;border-top:1.72px dashed var(--hwc-color-contrast);background-color:#FFFFFF;background-color:var(--hwc-color-white);box-shadow:3px 3px rgba(0,0,0,0.10196);border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;padding:1rem;padding-top:0;width:100%;bottom:0;left:0;position:absolute;translate:0 100%}
.hwc-Filters-dropdown-submenu-entry:hover{color:#EC0044;color:var(--hwc-color-contrast);cursor:pointer}
.hwc-Filters-dropdown-submenu-entry:first-child:not(.hidden){margin-top:1rem}
.hwc-Filters-dropdown-submenu-entry:not(:last-child){margin-bottom:1rem}
@media screen and (max-width:768px){.hwc-Filters{margin-right:0;width:100%}.hwc-Filters:after{display:none}}
.hwc-Wysiwyg .hwc-Wysiwyg-tile{background-color:#FFFFFF;background-color:var(--hwc-color-white);padding:1rem;border-radius:1.5rem;box-shadow:3px 3px rgba(0,0,0,0.10196);margin-top:2rem;margin-bottom:2rem}
.hwc-Wysiwyg .hwc-Wysiwyg-tile:last-child{margin-bottom:0}
.hwc-Wysiwyg .hwc-Wysiwyg-tile:first-child{margin-top:0}
.hwc-Wysiwyg .hwc-Wysiwyg-tile p:not(:last-child),.hwc-Wysiwyg .hwc-Wysiwyg-tile ul:not(:last-child),.hwc-Wysiwyg .hwc-Wysiwyg-tile ol:not(:last-child){margin-bottom:10px}
.hwc-Wysiwyg .hwc-Wysiwyg-tile strong:not(:first-child){margin-top:1rem}
.hwc-Wysiwyg table{border-radius:12px;overflow:hidden;box-shadow:3px 3px rgba(0,0,0,0.10196)}
.hwc-Wysiwyg table thead{background-color:#F8A37C;background-color:var(--hwc-color-peach);font-family:var(--hwc-font-alternative);font-size:14px;font-weight:700;line-height:normal}
.hwc-Wysiwyg table tbody{background-color:#FFFFFF;background-color:var(--hwc-color-white);font-size:14px;font-weight:400;line-height:normal}
.hwc-Wysiwyg table tbody tr:not(:last-child){border-bottom:1.72px dashed #EC0044;border-bottom:1.72px dashed var(--hwc-color-contrast)}
.hwc-Wysiwyg table td{padding-top:12px;padding-bottom:12px;padding-right:2rem}
.hwc-Wysiwyg table td:first-child{padding-left:1rem}
.hwc-Wysiwyg table td:last-child{padding-right:1rem}
@media screen and (max-width:768px){.hwc-Wysiwyg table{display:block;background-color:#FFFFFF;background-color:var(--hwc-color-white)}.hwc-Wysiwyg table thead{display:none}.hwc-Wysiwyg table tbody,.hwc-Wysiwyg table tr,.hwc-Wysiwyg table td{display:block;width:100%}.hwc-Wysiwyg table tr{padding:1rem}.hwc-Wysiwyg table td{padding:0;width:100%!important}.hwc-Wysiwyg table td:first-child{padding-left:0}.hwc-Wysiwyg table td:last-child{padding-right:0}.hwc-Wysiwyg table td:not(:last-child){margin-bottom:1rem}.hwc-Wysiwyg table td[data-label]:before{content:attr(data-label);display:block;margin-bottom:6px;font-weight:700;line-height:normal}}
.hwc-Wysiwyg ul:not(:last-child),.hwc-Wysiwyg ol:not(:last-child),.hwc-Wysiwyg p:not(:last-child){margin-bottom:1rem}
@media screen and (max-width:440px){.hwc-Wysiwyg ul:not(:last-child),.hwc-Wysiwyg ol:not(:last-child),.hwc-Wysiwyg p:not(:last-child){margin-bottom:.5rem}}
.hwc-Wysiwyg a:not(.hwc-Button):not(.hwc-LinkButton){font-weight:800;-webkit-text-decoration:underline;text-decoration:underline}
.hwc-Wysiwyg a:not(.hwc-Button):not(.hwc-LinkButton):hover{-webkit-text-decoration:none;text-decoration:none}
.hwc-Wysiwyg .hwc-SupHeading+h2,.hwc-Wysiwyg .hwc-SupHeading+h3{margin-top:0}
.hwc-Wysiwyg h2,.hwc-Wysiwyg h3,.hwc-Wysiwyg h4,.hwc-Wysiwyg h5{margin-bottom:1rem}
.hwc-Wysiwyg h2:has(.hwc-SupHeading),.hwc-Wysiwyg h3:has(.hwc-SupHeading),.hwc-Wysiwyg h4:has(.hwc-SupHeading),.hwc-Wysiwyg h5:has(.hwc-SupHeading){margin-bottom:1.5rem}
.hwc-Wysiwyg h2:not(:first-child),.hwc-Wysiwyg h3:not(:first-child),.hwc-Wysiwyg h4:not(:first-child),.hwc-Wysiwyg h5:not(:first-child){margin-top:2rem}
@media screen and (max-width:440px){.hwc-Wysiwyg h2,.hwc-Wysiwyg h3,.hwc-Wysiwyg h4,.hwc-Wysiwyg h5{margin-bottom:.5rem}.hwc-Wysiwyg h2:not(:first-child),.hwc-Wysiwyg h3:not(:first-child),.hwc-Wysiwyg h4:not(:first-child),.hwc-Wysiwyg h5:not(:first-child){margin-top:1rem}}
.hwc-Wysiwyg pre{max-width:100%;display:block;overflow-x:auto;white-space:pre-wrap;padding:1rem 2rem}
.hwc-Wysiwyg pre p:last-child{margin-bottom:0}
.hwc-Wysiwyg hr{height:2px;width:100%;background-color:#182A3F;background-color:var(--hwc-color-secondary);margin-top:2rem;margin-bottom:2rem}
@media screen and (max-width:768px){.hwc-Wysiwyg hr{margin-top:1rem;margin-bottom:1rem}}
.hwc-Wysiwyg pre{white-space:pre-wrap}
.hwc-Wysiwyg strong{font-weight:700}
.hwc-Wysiwyg blockquote{position:relative;margin:1.5rem 0;padding-left:4.5rem;text-align:left}
.hwc-Wysiwyg blockquote:before{position:absolute;content:"";width:42px;height:42px;background-image:url(../img/icon-quote.svg);background-repeat:no-repeat;background-size:contain;top:0;left:0}
@media screen and (max-width:440px){.hwc-Wysiwyg blockquote{margin:1rem 0;padding-left:2.5rem}.hwc-Wysiwyg blockquote:before{top:.5rem;width:1.5rem;height:1.5rem}}
.hwc-Wysiwyg blockquote p:first-child:before{content:open-quote;margin-right:.5rem}
.hwc-Wysiwyg blockquote p:last-child:after{content:close-quote;margin-left:.5rem}
.hwc-Wysiwyg ul,.hwc-Wysiwyg ol{padding:0;list-style:none;margin-top:1rem;margin-bottom:1rem}
.hwc-Wysiwyg ul li{position:relative;padding-left:1rem;margin-bottom:12px}
.hwc-Wysiwyg ul li:last-of-type{margin-bottom:0}
.hwc-Wysiwyg ul li:before{border-radius: 9999px;position:absolute;content:"";display:inline-block;width:6px;height:6px;background-color:#EC0044;background-color:var(--hwc-color-contrast);left:0;top:.625rem}
.hwc-Wysiwyg ol{counter-reset:li}
.hwc-Wysiwyg ol li{position:relative;padding-left:1.5rem;margin-bottom:.375rem;counter-increment:li}
.hwc-Wysiwyg ol li:before{position:absolute;content:counter(li);display:inline-block;width:1em;color:#182A3F;color:var(--hwc-color-text);font-weight:700;left:0;top:.625rem}
.hwc-Wysiwyg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:var(--hwc-border-radius)}
@media screen and (max-width:768px){.hwc-Wysiwyg img{border-radius:12px}}
.hwc-Wysiwyg .hwc-Image.alignleft{float:left;max-width:50%;margin-right:1rem}
.hwc-Wysiwyg .hwc-Image.alignright{float:right;max-width:50%;margin-left:1rem}
.hwc-Wysiwyg .hwc-Image.aligncenter{display:block;margin:0 auto 1rem}
.hwc-BlockAbout{--block-background: var(--hwc-color-contrast);--block-wave-top: var(--wave-top);--block-wave-bottom: var(--wave-bottom)}
.hwc-BlockAbout:has(+.hwc-BlockAgenda) .hwc-BlockAbout-container svg.about,.hwc-BlockAbout:has(+.hwc-ElementsTag+.hwc-BlockAgenda) .hwc-BlockAbout-container svg.about{bottom:64px;scale:.9}
.hwc-BlockAbout-container{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:2rem;gap:2rem;align-items:center;position:relative;padding-bottom:2.5rem}
.hwc-BlockAbout-container>*{position:relative;z-index:2}
.hwc-BlockAbout-container svg.about{position:absolute;bottom:-24px;left:64px;z-index:1}
.hwc-BlockAbout-container svg.clouds{position:absolute;z-index:0;top:30px;right:200px}
.hwc-BlockAbout-container .floating-text{position:absolute;top:50%;left:0;translate:0 -50%;color:#FFFFFF;color:var(--hwc-color-text-alternate);opacity:.6;font-size:128px;line-height:126px;font-family:var(--hwc-font-alternative);writing-mode:sideways-lr;z-index:0}
.hwc-BlockAbout-heading{margin-left:4rem;margin-right:1rem;grid-column:5/10;color:#FFFFFF;color:var(--hwc-color-text-alternate)}
.hwc-BlockAbout-heading .link{margin-top:1.5rem}
.hwc-BlockAbout-items{grid-column:11/13}
.hwc-BlockAbout-tag{padding:25px 1rem 12px;border-radius:8px;text-align:center;position:relative;margin-top:1rem;background-color:#FFFFFF;background-color:var(--hwc-color-white)}
.hwc-BlockAbout-tag:not(:first-child){margin-top:52px}
.hwc-BlockAbout-tag:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' fill='none'%3E%3Cpath fill='%23fff' d='M6.544 3.39c1.41-4.515 9.656-5.71 6.367 3.968-.827 2.437-1.714 4.183-2.579 5.45q-.025.052-.055.105c1.172.576 2.785.884 5.012.55l.456-.075c.017.003.796.175-.455.46-.737.167-3.283.81-5.582-.193-2.302 2.812-4.291 2.357-4.325 2.349-2.831-.555-4.626-3.406-5.22-6.592-.596-3.183.494-6.007 2.47-6.94 1.961-.926 3.88.888 3.911.918M6.3 4.56S5.075 2.695 3.81 3.335c-1.185.6-1.412 2.498-1.072 4.209l.076.342c.442 1.792 2.514 6.773 5.745 5.194-.008 0-1.827-1.312-2.442-4.013V9.06c-.275-1.217-.307-2.714.183-4.5m1.02.75c-.957 3.705.496 5.492 1.4 6.464.203.212.433.42.695.615.005-.005.225.059.638-.726.44-1.991-.927-4.237-2.43-6.009zm7.538 3.833a1.143 1.143 0 1 1-.001 2.285 1.143 1.143 0 0 1 0-2.285m-4.433-7.24c-.877-.117-2.182.882-2.866 2.661 1.819 1.977 2.88 3.829 3.158 5.473.322-.947.697-2.27 1.13-4.126.714-3.073-.464-3.812-1.269-3.981z'/%3E%3C/svg%3E");display:flex;align-items:center;justify-content:center;height:40px;width:40px;background-color:#EC0044;background-color:var(--hwc-color-contrast);border-radius:26px;border:4px solid #FFFFFF;border:4px solid var(--hwc-color-white);position:absolute;top:-1rem;left:50%;translate:-50% 0;z-index:2}
.hwc-BlockAbout-tag .subheading{margin-top:6px}
@media screen and (max-width:1024px){.hwc-BlockAbout-container svg.about .woman{display:none}.hwc-BlockAbout-heading{grid-column:4/10}.hwc-BlockAbout-items{grid-column:10/13}}
@media screen and (max-width:768px){.hwc-BlockAbout-container{display:block;position:relative;padding-bottom:0}.hwc-BlockAbout-container svg.about{display:none}.hwc-BlockAbout-container svg.clouds{top:-5rem;right:auto;right:initial;left:-42px}.hwc-BlockAbout-container .floating-text{display:none}.hwc-BlockAbout-heading{margin-left:0;margin-right:0;text-align:center}.hwc-BlockAbout-heading .link{margin-top:1rem}.hwc-BlockAbout-items{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1rem;margin-top:4rem}.hwc-BlockAbout-tag{flex:1 1 calc(50% - .5rem)}.hwc-BlockAbout-tag:last-child:nth-child(odd){flex:0 1 75%}.hwc-BlockAbout-tag:not(:first-child){margin-top:1rem}.hwc-BlockAbout-tag:nth-child(3){margin-top:1.5rem}}
.hwc-BlockAnchoredContent-container{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:2rem;gap:2rem}
.hwc-BlockAnchoredContent-anchors{position:relative;grid-column:1/5;height:100%}
.hwc-BlockAnchoredContent-anchors-container{position:sticky;top:calc(var(--header-height));background-color:#FFFFFF;background-color:var(--hwc-color-white);border-radius:1.5rem;box-shadow:3px 3px rgba(0,0,0,0.10196);padding:12px}
.hwc-BlockAnchoredContent-anchors-item{padding:16px 24px;display:flex;align-items:center;justify-content:space-between}
.hwc-BlockAnchoredContent-anchors-item:focus-visible{outline:1px dashed #EC0044;outline:1px dashed var(--hwc-color-contrast);outline-offset:6px}
.hwc-BlockAnchoredContent-anchors-item p{color:#6C6C6C;color:var(--hwc-color-gray-600)}
.hwc-BlockAnchoredContent-anchors-item:not(:first-child){margin-top:1rem}
.hwc-BlockAnchoredContent-anchors-item.is-active{background-color:#EC0044;background-color:var(--hwc-color-contrast);border-radius:.5rem}
.hwc-BlockAnchoredContent-anchors-item.is-active:after{content:"";display:inline-block;width:1rem;height:12px;-webkit-mask-image:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='m.319955 6.88 4.773335 4.8c.42666.4267 1.14666.4267 1.6 0l4.77331-4.8c.4267-.42667.4267-1.14667 0-1.6-.4266-.42667-1.1466-.42667-1.59998 0L7.01329 8.13333V1.12c0-.613333-.50667-1.12-1.12-1.12-.61334 0-1.12.506667-1.12 1.12v7.01333L1.91996 5.28c-.42667-.42667-1.146671-.42667-1.600005 0-.426666.45333-.426666 1.17333 0 1.6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='m.319955 6.88 4.773335 4.8c.42666.4267 1.14666.4267 1.6 0l4.77331-4.8c.4267-.42667.4267-1.14667 0-1.6-.4266-.42667-1.1466-.42667-1.59998 0L7.01329 8.13333V1.12c0-.613333-.50667-1.12-1.12-1.12-.61334 0-1.12.506667-1.12 1.12v7.01333L1.91996 5.28c-.42667-.42667-1.146671-.42667-1.600005 0-.426666.45333-.426666 1.17333 0 1.6'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-color:#FFFFFF;background-color:var(--hwc-color-white);transition:rotate .3s ease;will-change:rotate}
.hwc-BlockAnchoredContent-anchors-item.is-active p{color:#FFFFFF;color:var(--hwc-color-white)}
.hwc-BlockAnchoredContent-content{grid-column:5/13;margin-left:3rem;--block-margin: 2rem }
.hwc-BlockAnchoredContent-anchor{padding-top:2rem;border-top:1.72px dashed #EC0044;border-top:1.72px dashed var(--hwc-color-contrast)}
.hwc-BlockAnchoredContent-anchor:last-child{border-bottom:1.72px dashed #EC0044;border-bottom:1.72px dashed var(--hwc-color-contrast)}
.hwc-BlockAnchoredContent-anchor .map{height:400px;width:100%;border-radius:1.5rem;z-index:0;margin-top:var(--block-margin);margin-bottom:var(--block-margin)}
.hwc-BlockAnchoredContent-anchor .map .hwc-marker{display:flex;align-items:center;justify-content:center;border-radius:40px;background-color:#FFFFFF;background-color:var(--hwc-color-white);color:#182A3F;color:var(--hwc-color-text)}
.hwc-BlockAnchoredContent-anchor .map .hwc-marker svg,.hwc-BlockAnchoredContent-anchor .map .hwc-marker path{fill:currentColor}
.hwc-BlockAnchoredContent-anchor .map .hwc-marker.is-active{background-color:#EC0044;background-color:var(--hwc-color-contrast);color:#FFFFFF;color:var(--hwc-color-text-alternate)}
.hwc-BlockAnchoredContent-anchor .map .leaflet-marker-icon:has(.hwc-cluster){display:flex;align-items:center;justify-content:center;background-color:#FFFFFF;background-color:var(--hwc-color-white);color:#182A3F;color:var(--hwc-color-text);border:none;height:40px!important;width:40px!important;border-radius:50%;font-family:var(--hwc-font-base);font-weight:700;font-size:18px}
@media screen and (min-width:440px){.hwc-BlockAnchoredContent-anchor .map .leaflet-marker-icon:has(.hwc-cluster){font-size:calc(18px + 2 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-BlockAnchoredContent-anchor .map .leaflet-marker-icon:has(.hwc-cluster){font-size:20px}}
.hwc-BlockAnchoredContent-anchor .map .leaflet-marker-icon:has(.hwc-cluster){line-height:22px}
@media screen and (min-width:440px){.hwc-BlockAnchoredContent-anchor .map .leaflet-marker-icon:has(.hwc-cluster){line-height:calc(22px + 2 * (100vw - 440px) / 840)}}
@media screen and (min-width:1280px){.hwc-BlockAnchoredContent-anchor .map .leaflet-marker-icon:has(.hwc-cluster){line-height:24px}}
.hwc-BlockAnchoredContent-anchor .map .leaflet-popup{bottom:1rem!important}
.hwc-BlockAnchoredContent-anchor .map .leaflet-popup-content-wrapper{border-radius:1.5rem;box-shadow:none}
.hwc-BlockAnchoredContent-anchor .map .leaflet-popup-content{width:-moz-fit-content!important;width:fit-content!important;margin:0}
.hwc-BlockAnchoredContent-anchor .map .leaflet-popup-content>.hwc-DirectoryTile{width:420px}
.hwc-BlockAnchoredContent-anchor .map .leaflet-popup-content>.hwc-DirectoryTile a.hwc-LinkButton{color:#182A3F;color:var(--hwc-color-text)}
.hwc-BlockAnchoredContent-anchor .map .leaflet-popup-content>.hwc-DirectoryTile a.hwc-LinkButton:hover{color:#EC0044;color:var(--hwc-color-contrast)}
.hwc-BlockAnchoredContent-anchor .map .leaflet-popup-tip-container{display:none}
.hwc-BlockAnchoredContent-anchor .map .leaflet-popup-close-button{top:.75rem;right:.75rem;color:#6C6C6C!important;color:var(--hwc-color-gray-600)!important}
@media screen and (max-width:768px){.hwc-BlockAnchoredContent-container{display:block}.hwc-BlockAnchoredContent-anchors-container{position:fixed;height:-moz-fit-content;height:fit-content;bottom:0;left:0;width:100%;z-index:5;border-radius:0;border-radius:initial;border-top-left-radius:20px;border-top-right-radius:20px;top:auto;top:initial;transition:all .3s ease;padding:1rem;background-color:transparent;box-shadow:none;box-shadow:initial}.hwc-BlockAnchoredContent-anchors-container.is-open{background-color:#FFFFFF;background-color:var(--hwc-color-white);box-shadow:3px -3px rgba(0,0,0,0.10196)}.hwc-BlockAnchoredContent-anchors-item{width:100%;min-height:55px;text-align:left}.hwc-BlockAnchoredContent-anchors-item:not(:first-child){margin-top:0}.hwc-BlockAnchoredContent-anchors-item:not(:last-child){margin-bottom:1rem}.hwc-BlockAnchoredContent-anchors-item.toggler.is-active.is-open:after{rotate:180deg}.hwc-BlockAnchoredContent-anchor:first-child{border-top:0;border-top:initial}.hwc-BlockAnchoredContent-anchor .map{height:550px}.hwc-BlockAnchoredContent-anchor .map .leaflet-popup-content{width:-moz-fit-content!important;width:fit-content!important;margin:0}.hwc-BlockAnchoredContent-anchor .map .leaflet-popup-content>.hwc-DirectoryTile{width:300px}.hwc-BlockAnchoredContent-content{margin-left:0rem;--block-margin: 1.5rem }}
.hwc-BlockAccordion-container{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:2rem;gap:2rem}
.hwc-BlockAccordion-items{grid-column:2/12}
.hwc-BlockAccordion-item{padding-bottom:2rem;border-bottom:1.72px dashed #EC0044;border-bottom:1.72px dashed var(--hwc-color-contrast)}
.hwc-BlockAccordion-item:not(:first-child){margin-top:2rem}
.hwc-BlockAccordion-item.is-active .toggler-icon{background-color:#EC0044;background-color:var(--hwc-color-contrast)}
.hwc-BlockAccordion-item.is-active .toggler-icon svg{fill:#FFFFFF;fill:var(--hwc-color-white)}
.hwc-BlockAccordion-item.is-active .toggler-icon svg path{fill:#FFFFFF;fill:var(--hwc-color-white)}
.hwc-BlockAccordion-item .content{height:0;overflow:hidden;transition:all .3s ease}
.hwc-BlockAccordion-item .toggler{position:relative;width:100%;display:flex;align-items:center;justify-content:space-between}
.hwc-BlockAccordion-item .toggler-text{margin-right:1rem;text-align:left}
.hwc-BlockAccordion-item .toggler-icon{width:45px;height:45px;border-radius:45px;background-color:#FFD8C6;background-color:var(--hwc-color-terciary);display:flex;align-items:center;justify-content:center;box-shadow:3px 3px rgba(0,0,0,0.10196);transition:all .3s ease}
.hwc-BlockAccordion-item .toggler-icon svg{fill:#EC0044;fill:var(--hwc-color-contrast);transition:all .3s ease}
.hwc-BlockAccordion-item .toggler-icon svg path{fill:#EC0044;fill:var(--hwc-color-contrast);transition:all .3s ease}
.hwc-BlockAccordion-item-desc{padding-top:1rem}
.hwc-BlockAccordion-item-tiles{margin-top:1.5rem;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}
@media screen and (max-width:768px){.hwc-BlockAccordion-container{display:flex;flex-direction:column;gap:initial}.hwc-BlockAccordion-item{padding-bottom:1.5rem}.hwc-BlockAccordion-item:not(:first-child){margin-top:1.5rem}.hwc-BlockAccordion-item-desc{padding-top:.75rem}.hwc-BlockAccordion-item-tiles{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:1rem;gap:1rem}}
.hwc-BlockAgenda{--block-background: var(--hwc-color-blue);--block-wave-top: var(--wave-top);--block-wave-bottom: var(--wave-bottom)}
.hwc-BlockAgenda-container{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:2rem;gap:2rem;align-items:center;position:relative}
.hwc-BlockAgenda-container>*{position:relative;z-index:2}
.hwc-BlockAgenda-container img.calendar{position:absolute;top:-185px;left:151px;z-index:1;width:425px;height:262px}
.hwc-BlockAgenda-container .floating-text{position:absolute;top:50%;left:0;translate:0 -50%;color:#FFFFFF;color:var(--hwc-color-text-alternate);opacity:.6;font-size:128px;line-height:126px;font-family:var(--hwc-font-alternative);writing-mode:sideways-lr;z-index:0}
.hwc-BlockAgenda-heading{margin-left:4rem;margin-right:1rem;grid-column:1/5}
.hwc-BlockAgenda-heading .subheading{margin-top:1rem}
.hwc-BlockAgenda-heading .link{margin-top:1.5rem}
.hwc-BlockAgenda-items{grid-column:5/13;display:flex;flex-direction:column;gap:.5rem}
.hwc-BlockAgenda-items>:last-child{display:none}
@media screen and (max-width:1024px){.hwc-BlockAgenda-container{display:block}.hwc-BlockAgenda-container img.calendar,.hwc-BlockAgenda-container .floating-text{display:none}.hwc-BlockAgenda-heading{margin-left:0;margin-right:0;margin-bottom:1.5rem}.hwc-BlockAgenda-heading .subheading{margin-top:.5rem}.hwc-BlockAgenda-items{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.hwc-BlockAgenda-items>:last-child{display:block}}
@media screen and (max-width:768px){.hwc-BlockAgenda-items{grid-template-columns:repeat(1,1fr)}.hwc-BlockAgenda-items>:last-child{display:none}}
.hwc-BlockCTA-heading{margin-bottom:2rem;text-align:center}
.hwc-BlockCTA-items{display:flex;flex-wrap:wrap;gap:2rem}
.hwc-BlockCTA-item{flex:1 1 calc(50% - 1rem);position:relative;padding:52px 110px;color:#FFFFFF;color:var(--hwc-color-text-alternate);min-height:350px;display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column;overflow:hidden;border-radius:.5rem}
.hwc-BlockCTA-item:before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%);background:linear-gradient(0deg,rgba(0,0,0,0.4) 0% 100%);z-index:1}
.hwc-BlockCTA-item>*{position:relative;z-index:2}
.hwc-BlockCTA-item .picture{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}
.hwc-BlockCTA-item .picture img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}
.hwc-BlockCTA-item .heading{color:#FFFFFF;color:var(--hwc-color-text-alternate)}
.hwc-BlockCTA-item .text{margin-top:.75rem;color:#FFFFFF;color:var(--hwc-color-text-alternate)}
.hwc-BlockCTA-item .button{margin-top:.75rem}
@media screen and (max-width:768px){.hwc-BlockCTA-heading{margin-bottom:1.5rem}.hwc-BlockCTA-items{display:flex;flex-direction:column;gap:1rem}.hwc-BlockCTA-item{padding:2rem 1.5rem;min-height:225px}.hwc-BlockCTA-item .text{display:none}}
.hwc-BlockFaq{--block-background: var(--hwc-color-blue);--block-wave-top: var(--wave-top);--block-wave-bottom: var(--wave-bottom)}
.hwc-BlockFaq-container{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:2rem;gap:2rem}
.hwc-BlockFaq-heading{grid-column:1/5;height:-moz-fit-content;height:fit-content;position:sticky;top:var(--header-height)}
.hwc-BlockFaq-heading .hwc-SupHeading{margin-bottom:1.5rem}
.hwc-BlockFaq-heading .link{margin-top:1.5rem}
.hwc-BlockFaq-items{grid-column:5/13}
.hwc-BlockFaq-item{background-color:#FFFFFF;background-color:var(--hwc-color-white);border-radius:1.5rem;box-shadow:3px 3px rgba(0,0,0,0.10196)}
.hwc-BlockFaq-item:not(:first-child){margin-top:1.5rem}
.hwc-BlockFaq-item.is-active .toggler-icon{background-color:#EC0044;background-color:var(--hwc-color-contrast)}
.hwc-BlockFaq-item.is-active .toggler-icon svg{fill:#FFFFFF;fill:var(--hwc-color-white)}
.hwc-BlockFaq-item.is-active .toggler-icon svg path{fill:#FFFFFF;fill:var(--hwc-color-white)}
.hwc-BlockFaq-item .content{height:0;overflow:hidden;transition:all .3s ease}
.hwc-BlockFaq-item .content>div{padding:1rem;padding-top:0}
.hwc-BlockFaq-item .toggler{width:100%;display:flex;align-items:center;justify-content:space-between;text-align:left;padding:1rem;border-radius:1.5rem}
.hwc-BlockFaq-item .toggler:focus-visible{outline:1px dashed #EC0044;outline:1px dashed var(--hwc-color-contrast);outline-offset:6px}
.hwc-BlockFaq-item .toggler-icon{width:45px;height:45px;border-radius:45px;background-color:#FFD8C6;background-color:var(--hwc-color-terciary);display:flex;align-items:center;justify-content:center;box-shadow:3px 3px rgba(0,0,0,0.10196);transition:all .3s ease;flex-shrink:0}
.hwc-BlockFaq-item .toggler-icon svg{fill:#EC0044;fill:var(--hwc-color-contrast);transition:all .3s ease}
.hwc-BlockFaq-item .toggler-icon svg path{fill:#EC0044;fill:var(--hwc-color-contrast);transition:all .3s ease}
@media screen and (max-width:768px){.hwc-BlockFaq-container{display:block}.hwc-BlockFaq-heading{position:static}.hwc-BlockFaq-heading .hwc-SupHeading{margin-bottom:1rem}.hwc-BlockFaq-heading .link{margin-top:1rem}.hwc-BlockFaq-items{margin-top:2rem}.hwc-BlockFaq-item:not(:first-child){margin-top:1rem}}
.hwc-BlockFaqExtended-container{display:grid;grid-template-columns:repeat(12,1fr)}
.hwc-BlockFaqExtended-item{grid-column:2/12}
.hwc-BlockFaqExtended-item:not(:last-child){padding-bottom:2rem;border-bottom:1.72px dashed #EC0044;border-bottom:1.72px dashed var(--hwc-color-contrast);margin-bottom:2rem}
.hwc-BlockFaqExtended-heading{margin-bottom:2rem}
.hwc-BlockFaqExtended-question{background-color:#FFFFFF;background-color:var(--hwc-color-white);border-radius:1.5rem;box-shadow:3px 3px rgba(0,0,0,0.10196);transition:all .3s ease}
.hwc-BlockFaqExtended-question:not(:first-child){margin-top:1.5rem}
.hwc-BlockFaqExtended-question.is-active{padding-bottom:1rem}
.hwc-BlockFaqExtended-question.is-active .toggler-icon{background-color:#EC0044;background-color:var(--hwc-color-contrast)}
.hwc-BlockFaqExtended-question.is-active .toggler-icon svg{fill:#FFFFFF;fill:var(--hwc-color-white)}
.hwc-BlockFaqExtended-question.is-active .toggler-icon svg path{fill:#FFFFFF;fill:var(--hwc-color-white)}
.hwc-BlockFaqExtended-question .content{height:0;overflow:hidden;transition:all .3s ease;padding:0 1rem}
.hwc-BlockFaqExtended-question .toggler{position:relative;width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem;text-align:left;gap:1rem}
.hwc-BlockFaqExtended-question .toggler-text{margin:0}
.hwc-BlockFaqExtended-question .toggler-icon{width:45px;height:45px;border-radius:45px;background-color:#FFD8C6;background-color:var(--hwc-color-terciary);display:flex;align-items:center;justify-content:center;box-shadow:3px 3px rgba(0,0,0,0.10196);transition:all .3s ease;flex-shrink:0}
.hwc-BlockFaqExtended-question .toggler-icon svg{fill:#EC0044;fill:var(--hwc-color-contrast);transition:all .3s ease}
.hwc-BlockFaqExtended-question .toggler-icon svg path{fill:#EC0044;fill:var(--hwc-color-contrast);transition:all .3s ease}
.hwc-BlockFaqExtended-question-desc{padding-top:1rem}
.hwc-BlockFaqExtended-question-tiles{margin-top:1.5rem;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}
@media screen and (max-width:768px){.hwc-BlockFaqExtended-item{grid-column:1/13}.hwc-BlockFaqExtended-heading{margin-bottom:1rem}.hwc-BlockFaqExtended-question:not(:first-child){margin-top:1rem}}
.hwc-BlockFiles-heading{margin-bottom:1rem}
.hwc-BlockFiles-heading.supheading{margin-top:1rem}
.hwc-BlockFiles-items{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}
.hwc-BlockFiles-item{background-color:#FFFFFF;background-color:var(--hwc-color-white);box-shadow:4px 4px rgba(0,0,0,0.10196);padding:20px 12px;border-radius:.5rem;transition:all .3s ease;display:flex;justify-content:space-between;gap:1rem}
.hwc-BlockFiles-item:focus-visible{outline:1px dashed #EC0044;outline:1px dashed var(--hwc-color-contrast);outline-offset:6px}
.hwc-BlockFiles-item:hover{box-shadow:none;box-shadow:initial;translate:4px 4px}
.hwc-BlockFiles-item-main .title{color:#182A3F;color:var(--hwc-color-text)}
.hwc-BlockFiles-item .download{width:2rem;height:2rem;flex-shrink:0;background-color:#EC0044;background-color:var(--hwc-color-contrast);border-radius:1rem;display:flex;align-items:center;justify-content:center}
.hwc-BlockFiles-item .download:after{content:"";display:block;height:12px;width:12px;-webkit-mask-image:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M8 12L3 7L4.4 5.55L7 8.15V0H9V8.15L11.6 5.55L13 7L8 12ZM2 16C1.45 16 0.979167 15.8042 0.5875 15.4125C0.195833 15.0208 0 14.55 0 14V11H2V14H14V11H16V14C16 14.55 15.8042 15.0208 15.4125 15.4125C15.0208 15.8042 14.55 16 14 16H2Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M8 12L3 7L4.4 5.55L7 8.15V0H9V8.15L11.6 5.55L13 7L8 12ZM2 16C1.45 16 0.979167 15.8042 0.5875 15.4125C0.195833 15.0208 0 14.55 0 14V11H2V14H14V11H16V14C16 14.55 15.8042 15.0208 15.4125 15.4125C15.0208 15.8042 14.55 16 14 16H2Z'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-color:#FFFFFF;background-color:var(--hwc-color-white)}
@media screen and (max-width:768px){.hwc-BlockFiles-items{grid-template-columns:repeat(1,1fr);gap:1rem}.hwc-BlockFiles-item{padding:12px}}
.hwc-BlockForm-container{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:2rem;gap:2rem}
.hwc-BlockForm-side{grid-column:1/6}
.hwc-BlockForm-side .address-item:not(:last-child){margin-bottom:1.5rem}
.hwc-BlockForm-heading,.hwc-BlockForm-heading .supheading{margin-bottom:1.5rem}
.hwc-BlockForm-form{grid-column:6/13}
.hwc-BlockForm-socials{display:flex;align-items:center;gap:1rem}
.hwc-BlockForm-social{border-radius:100%;width:40px;height:40px;background-color:#EC0044;background-color:var(--hwc-color-contrast);color:#FBF8EE;color:var(--hwc-color-primary);display:flex;align-items:center;justify-content:center;transition:all .3s ease}
.hwc-BlockForm-social:hover{border:4px solid #F8A37C;border:4px solid var(--hwc-color-peach)}
.hwc-BlockForm-social svg{width:auto;height:auto;max-width:20px;max-height:20px}
.hwc-BlockForm-social path{fill:currentColor}
@media screen and (max-width:768px){.hwc-BlockForm-container{display:block}.hwc-BlockForm-side .address-item:not(:last-child){margin-bottom:1rem}.hwc-BlockForm-heading,.hwc-BlockForm-heading .supheading{margin-bottom:1rem}.hwc-BlockForm-form,.page-template-template-no-banner .hwc-BlockForm.hwc-Block{margin-top:2rem}}
.hwc-BlockGallery{--block-background: var(--hwc-color-blue);--block-wave-top: var(--wave-top);--block-wave-bottom: var(--wave-bottom)}
.hwc-BlockGallery-heading{margin-bottom:2rem;display:flex;align-items:center;justify-content:space-between}
.hwc-BlockGallery-heading-main{flex:1;hyphens:auto;word-break:break-all}
.hwc-BlockGallery-heading-nav{display:flex;gap:10px}
.hwc-BlockGallery-items{width:100%}
.hwc-BlockGallery-item{position:relative;width:400px;border-radius:1rem;height:525px;overflow:hidden}
.hwc-BlockGallery-item:nth-child(3n+1){width:861px}
.hwc-BlockGallery-item .picture{overflow:hidden;width:100%;height:100%}
.hwc-BlockGallery-item .picture img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}
.hwc-BlockGallery-page{margin-left:auto;margin-right:auto;margin-top:2rem;width:-moz-fit-content;width:fit-content}
@media screen and (max-width:768px){.hwc-BlockGallery.hwc-Block.has-background{margin-top:4rem;margin-bottom:4rem}.hwc-BlockGallery-heading{margin-bottom:2rem;display:block;text-align:center}.hwc-BlockGallery-heading-nav{display:flex;gap:10px}.hwc-BlockGallery-items{width:50%;margin-left:auto;margin-right:auto}.hwc-BlockGallery-item{width:100%;border-radius:.5rem;height:248px}.hwc-BlockGallery-item:nth-child(3n+1){width:100%}.hwc-BlockGallery-page{display:flex;align-items:center;gap:1.5rem}}
.hwc-BlockIntro-container{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:2rem;gap:2rem;align-items:center}
.hwc-BlockIntro-left{grid-column:2/6}
.hwc-BlockIntro-right{grid-column:6/12;margin-left:3rem}
.hwc-BlockIntro-supheading{margin-bottom:1rem}
.hwc-BlockIntro-link{margin-top:1.5rem}
@media screen and (max-width:768px){.hwc-BlockIntro-container{display:block}.hwc-BlockIntro-right{margin-left:0;margin-top:1rem}.hwc-BlockIntro-link{margin-top:1rem}}
.hwc-BlockKeypoints-heading{text-align:center;margin-bottom:3rem}
.hwc-BlockKeypoints-items{--item-per-line: 4;--gap: 4rem;display:flex;flex-wrap:wrap;gap:4rem;gap:var(--gap);justify-content:center}
.hwc-BlockKeypoints-item{flex:0 0 calc(100% / var(--item-per-line) - var(--gap) * (var(--item-per-line) - 1) / var(--item-per-line));text-align:center;position:relative}
.hwc-BlockKeypoints-item:nth-child(4n+1):has(+.hwc-BlockKeypoints-item):after{content:"";display:block;width:90px;height:36px;position:absolute;top:82px;right:10px;translate:100%;background-color:#EC0044;background-color:var(--hwc-color-contrast);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='37' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23ec0044' stroke-dasharray='3.59 5.38' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.793' d='M.896 17.719a71.7 71.7 0 0 0 16.85 1.22c4.106-.19 8.32-.781 11.853-2.88s6.232-6.016 5.847-10.114c-.207-2.16-1.498-4.411-3.605-4.94-2.672-.673-5.326 1.847-5.72 4.564s.851 5.416 2.34 7.72c4.707 7.281 12.069 12.536 19.978 16.087 12.643 5.684 27.053 7.361 40.664 4.716'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h90v36.217H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='37' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23ec0044' stroke-dasharray='3.59 5.38' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.793' d='M.896 17.719a71.7 71.7 0 0 0 16.85 1.22c4.106-.19 8.32-.781 11.853-2.88s6.232-6.016 5.847-10.114c-.207-2.16-1.498-4.411-3.605-4.94-2.672-.673-5.326 1.847-5.72 4.564s.851 5.416 2.34 7.72c4.707 7.281 12.069 12.536 19.978 16.087 12.643 5.684 27.053 7.361 40.664 4.716'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h90v36.217H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}
.hwc-BlockKeypoints-item:nth-child(4n+2):has(+.hwc-BlockKeypoints-item):after{content:"";display:block;width:90px;height:15px;position:absolute;top:97px;right:13px;translate:100%;background-color:#EC0044;background-color:var(--hwc-color-contrast);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='16' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23ec0044' stroke-dasharray='3.1 4.65' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.549' d='M.773 10.522a66.9 66.9 0 0 1 23.321-8.904c4.514-.805 9.144-1.138 13.69-.534 7.386.983 14.191 4.382 21.16 7.03a108.8 108.8 0 0 0 30.28 6.767'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h90v15.655H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='16' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23ec0044' stroke-dasharray='3.1 4.65' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.549' d='M.773 10.522a66.9 66.9 0 0 1 23.321-8.904c4.514-.805 9.144-1.138 13.69-.534 7.386.983 14.191 4.382 21.16 7.03a108.8 108.8 0 0 0 30.28 6.767'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h90v15.655H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}
.hwc-BlockKeypoints-item:nth-child(4n+3):has(+.hwc-BlockKeypoints-item):after{content:"";display:block;width:90px;height:24px;position:absolute;top:103px;right:16px;translate:100%;background-color:#EC0044;background-color:var(--hwc-color-contrast);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='25' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23ec0044' stroke-dasharray='3.44 5.15' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.718' d='M.86 13.098c3.375-3.453 6.802-6.949 10.976-9.37C16.01 1.305 21.094.051 25.723 1.425s8.46 5.857 8.09 10.667c-.094 1.168-.377 2.473.319 3.418 1.194 1.623 3.718.567 5.462-.446a31.1 31.1 0 0 1 10.77-3.814c1.04-.163 2.182-.249 3.066.318 1.374.893 1.417 2.851 2.062 4.363 1.176 2.783 4.534 4.02 7.549 3.95 3.014-.068 5.917-1.124 8.906-1.562 6.081-.885 12.505.944 17.212 4.904'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h90v24.091H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='25' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23ec0044' stroke-dasharray='3.44 5.15' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.718' d='M.86 13.098c3.375-3.453 6.802-6.949 10.976-9.37C16.01 1.305 21.094.051 25.723 1.425s8.46 5.857 8.09 10.667c-.094 1.168-.377 2.473.319 3.418 1.194 1.623 3.718.567 5.462-.446a31.1 31.1 0 0 1 10.77-3.814c1.04-.163 2.182-.249 3.066.318 1.374.893 1.417 2.851 2.062 4.363 1.176 2.783 4.534 4.02 7.549 3.95 3.014-.068 5.917-1.124 8.906-1.562 6.081-.885 12.505.944 17.212 4.904'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h90v24.091H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}
.hwc-BlockKeypoints-item .icon{width:212px;height:212px;margin:0 auto;display:flex;justify-content:center;align-items:center;overflow:hidden}
.hwc-BlockKeypoints-item .icon img,.hwc-BlockKeypoints-item .icon svg{width:100%;height:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}
.hwc-BlockKeypoints-item .heading{margin-top:1rem}
.hwc-BlockKeypoints-item .description{margin-top:.5rem}
.hwc-BlockKeypoints-link{text-align:center;margin-top:2rem}
@media screen and (max-width:1280px){.hwc-BlockKeypoints-items{--item-per-line: 3;--gap: 1.5rem}.hwc-BlockKeypoints-item:nth-child(4n+3):has(+.hwc-BlockKeypoints-item):after{display:none}}
@media screen and (max-width:1024px){.hwc-BlockKeypoints-items{--item-per-line: 2;--gap: 4rem}.hwc-BlockKeypoints-item:nth-child(4n+2):has(+.hwc-BlockKeypoints-item):after{display:none}.hwc-BlockKeypoints-item:nth-child(4n+3):has(+.hwc-BlockKeypoints-item):after{display:block}}
@media screen and (max-width:768px){.hwc-BlockKeypoints-heading{margin-bottom:1.5rem}.hwc-BlockKeypoints-items{--gap: 1.5rem;flex-direction:column}.hwc-BlockKeypoints-item{flex:1}.hwc-BlockKeypoints-item:nth-child(4n+1):has(+.hwc-BlockKeypoints-item):after,.hwc-BlockKeypoints-item:nth-child(4n+2):has(+.hwc-BlockKeypoints-item):after,.hwc-BlockKeypoints-item:nth-child(4n+3):has(+.hwc-BlockKeypoints-item):after{display:none}}
.hwc-BlockKeywords{--block-background: var(--hwc-color-contrast);--block-wave-top: var(--wave-top-mirrored);--block-wave-bottom: var(--wave-bottom-mirrored);color:#FFFFFF;color:var(--hwc-color-text-alternate)}
.hwc-BlockKeywords:last-child .hwc-BlockKeywords-container:before{display:none}
.hwc-BlockKeywords-container{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:2rem;gap:2rem;align-items:center;position:relative}
.hwc-BlockKeywords-container>*{position:relative;z-index:2}
.hwc-BlockKeywords-container:before{content:"";display:block;width:798px;height:800px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='799' height='800' fill='none'%3E%3Cpath fill='%23fff' d='M326.474 169.127c70.309-225.262 481.688-284.848 317.635 197.962-41.263 121.543-85.517 208.681-128.649 271.883-.873 1.746-1.745 3.492-2.743 5.237 61.844 30.427 148.354 45.881 269.758 24.204l2.999-.519s40.39 8.602-22.687 22.938c-36.775 8.352-163.805 40.39-278.492-9.599-115.81 141.49-215.789 117.181-215.789 117.181C127.266 770.739 37.761 628.501 8.091 469.559-21.578 310.742 32.774 169.875 131.38 123.377c98.529-46.586 194.942 45.604 195.094 45.75m-12.217 58.342s-61.083-92.998-124.162-61.084c-62.585 31.663-71.664 135.855-50.251 224.784l.512 2.222c22.065 89.382 125.409 337.956 286.595 259.17-.374 0-91.128-65.447-121.794-200.205v-.374c-13.713-60.709-15.333-135.381 9.1-224.513m50.862 37.398c-47.745 184.871 24.807 274.003 69.934 322.496a271 271 0 0 0 34.657 30.667c.255-.247 11.224 2.981 31.788-36.151 23.253-105.134-54.493-224.503-134.368-315.004zM741.19 456.121c31.489 0 57.016 25.526 57.016 57.015 0 31.488-25.527 57.014-57.016 57.014s-57.015-25.526-57.015-57.014 25.527-57.015 57.015-57.015M520.072 94.954c-43.756-5.859-108.829 44.006-142.986 132.764 90.753 98.606 143.734 190.98 157.572 273.006 16.081-47.246 34.779-113.191 56.345-205.814 37.725-162.277-30.336-194.102-70.122-199.825z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='799' height='800' fill='none'%3E%3Cpath fill='%23fff' d='M326.474 169.127c70.309-225.262 481.688-284.848 317.635 197.962-41.263 121.543-85.517 208.681-128.649 271.883-.873 1.746-1.745 3.492-2.743 5.237 61.844 30.427 148.354 45.881 269.758 24.204l2.999-.519s40.39 8.602-22.687 22.938c-36.775 8.352-163.805 40.39-278.492-9.599-115.81 141.49-215.789 117.181-215.789 117.181C127.266 770.739 37.761 628.501 8.091 469.559-21.578 310.742 32.774 169.875 131.38 123.377c98.529-46.586 194.942 45.604 195.094 45.75m-12.217 58.342s-61.083-92.998-124.162-61.084c-62.585 31.663-71.664 135.855-50.251 224.784l.512 2.222c22.065 89.382 125.409 337.956 286.595 259.17-.374 0-91.128-65.447-121.794-200.205v-.374c-13.713-60.709-15.333-135.381 9.1-224.513m50.862 37.398c-47.745 184.871 24.807 274.003 69.934 322.496a271 271 0 0 0 34.657 30.667c.255-.247 11.224 2.981 31.788-36.151 23.253-105.134-54.493-224.503-134.368-315.004zM741.19 456.121c31.489 0 57.016 25.526 57.016 57.015 0 31.488-25.527 57.014-57.016 57.014s-57.015-25.526-57.015-57.014 25.527-57.015 57.015-57.015M520.072 94.954c-43.756-5.859-108.829 44.006-142.986 132.764 90.753 98.606 143.734 190.98 157.572 273.006 16.081-47.246 34.779-113.191 56.345-205.814 37.725-162.277-30.336-194.102-70.122-199.825z'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;background-color:#FFFFFF;background-color:var(--hwc-color-white);opacity:.1;position:absolute;left:50%;top:-146px;translate:-100%;z-index:1;pointer-events:none}
.hwc-BlockKeywords-container .deco-leaf{position:absolute;top:20px;left:-72px;display:block;width:184px;height:130px;translate:100% -100%}
.hwc-BlockKeywords-container .deco-leaf .leaf-2{fill:#76b0b7}
.hwc-BlockKeywords-container .deco-leaf .wind{stroke:#FFFFFF;stroke:var(--hwc-color-white)}
.hwc-BlockKeywords-container .deco-childandmother{position:absolute;right:0;bottom:-28px}
.hwc-BlockKeywords-heading{grid-column:2/6;text-align:center}
.hwc-BlockKeywords-heading .heading.hwc-SupHeading{margin-bottom:1rem;border-color:#B9DDE2;border-color:var(--hwc-color-blue)}
.hwc-BlockKeywords-items{grid-column:6/12;margin-left:3rem}
.hwc-BlockKeywords-item:not(:last-child){margin-bottom:3rem}
.hwc-BlockKeywords-item:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 44 45'  fill='none'%3E%3Crect width='44' height='44.036' fill='%23b9dde2' rx='22'/%3E%3Crect width='36' height='36.036' x='4' y='4' fill='%23ec0044' rx='18'/%3E%3Cpath fill='%23fff' d='M20.544 17.39c1.41-4.515 9.656-5.71 6.367 3.968-.827 2.437-1.714 4.183-2.579 5.45q-.025.053-.055.105c1.172.576 2.785.884 5.012.55l.456-.075c.017.003.796.175-.455.46-.737.167-3.283.81-5.582-.193-2.301 2.812-4.291 2.357-4.325 2.349-2.831-.555-4.626-3.406-5.22-6.592-.595-3.183.494-6.007 2.47-6.94 1.961-.926 3.88.888 3.911.918m-.244 1.17s-1.225-1.865-2.49-1.225c-1.185.6-1.412 2.498-1.072 4.209l.076.342c.442 1.792 2.514 6.773 5.745 5.194-.008 0-1.827-1.311-2.442-4.013v-.007c-.275-1.217-.307-2.714.183-4.5m1.02.75c-.957 3.705.496 5.492 1.4 6.464.203.212.433.42.695.615.005-.005.226.059.638-.726.44-1.991-.927-4.237-2.43-6.009zm7.538 3.833a1.143 1.143 0 1 1-.001 2.285 1.143 1.143 0 0 1 0-2.285m-4.433-7.24c-.877-.117-2.182.882-2.866 2.661 1.819 1.977 2.88 3.829 3.158 5.473.322-.947.697-2.27 1.13-4.126.714-3.073-.464-3.812-1.269-3.981z'/%3E%3C/svg%3E");display:inline-block;height:45px;width:45px}
@media screen and (max-width:1024px){.hwc-BlockKeywords-container .deco-childandmother{display:none}.hwc-BlockKeywords-container-items{margin-left:0}.hwc-BlockKeywords-container .deco-leaf{top:-60px;left:24px;width:100px;height:70px;translate:0 -100%}}
@media screen and (max-width:768px){.hwc-BlockKeywords-container{display:flex;flex-direction:column;gap:3rem;align-items:center}.hwc-BlockKeywords-container:before{all:unset}.hwc-BlockKeywords-container .deco-childandmother{display:none}.hwc-BlockKeywords-items{margin-left:0}.hwc-BlockKeywords-item:not(:last-child){margin-bottom:1.5rem}.hwc-BlockKeywords-item:before{height:32px;width:32px}}
.hwc-BlockList{--block-background: var(--hwc-color-terciary);--block-wave-top: var(--wave-top-mirrored);--block-wave-bottom: var(--wave-bottom-mirrored)}
.hwc-BlockList-container{display:grid;grid-template-columns:repeat(12,1fr);grid-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}
.hwc-BlockList-heading{margin-bottom:2rem;text-align:center;grid-column:3/11}
.hwc-BlockList-heading .supheading{margin-bottom:1.5rem}
.hwc-BlockList-heading .subheading{margin-top:1.5rem}
.hwc-BlockList-items{grid-column:2/12;text-align:center}
.hwc-BlockList-item{display:flex;align-items:center;justify-content:center;gap:2rem;text-align:left}
.hwc-BlockList-item .head{position:relative;overflow:hidden;border-radius:.5rem;flex-shrink:0;width:248px;height:135px;background-color:#FFFFFF;background-color:var(--hwc-color-white);display:flex;align-items:center;justify-content:center;padding:1rem;box-shadow:4px 4px rgba(24,42,63,0.10196)}
.hwc-BlockList-item .head img,.hwc-BlockList-item .head svg{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}
.hwc-BlockList-item .body{flex:1}
.hwc-BlockList-item .body .desc,.hwc-BlockList-item .body .link{margin-top:1rem}
.hwc-BlockList-item:not(:last-child){margin-bottom:2rem}
.hwc-BlockList.is_small .hwc-BlockList-container,.hwc-BlockList.is_small .hwc-BlockList-items{display:block}
.hwc-BlockList.is_small .hwc-BlockList-heading{text-align:left;margin-bottom:1rem}
.hwc-BlockList.is_small .hwc-BlockList-item{gap:1.5rem}
.hwc-BlockList.is_small .hwc-BlockList-item .head{width:200px;height:135px;padding:0;box-shadow:none;box-shadow:initial}
.hwc-BlockList.is_small .hwc-BlockList-item .body .desc{margin-top:.5rem}
@media screen and (max-width:768px){.hwc-BlockList-container{display:block}.hwc-BlockList-heading .supheading{margin-bottom:1rem}.hwc-BlockList-heading .subheading{margin-top:1rem}.hwc-BlockList-item{display:block;text-align:left}.hwc-BlockList-item .head{margin-bottom:1rem}.hwc-BlockList-item .body{margin-top:1rem}.hwc-BlockList-item .body .desc,.hwc-BlockList-item .body .link{margin-top:.75rem}}
.hwc-BlockLogos-heading{text-align:center;margin-bottom:3rem}
.hwc-BlockLogos-heading .supheading{margin-bottom:1.5rem}
.hwc-BlockLogos-items{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:2rem;gap:2rem}
.hwc-BlockLogos-item{background-color:#FFFFFF;background-color:var(--hwc-color-white);display:flex;justify-content:center;align-items:center;border-radius:.5rem;padding:1rem;box-shadow:4px 4px rgba(0,0,0,0.10196);transition:all .3s ease;height:135px}
.hwc-BlockLogos-item img,.hwc-BlockLogos-item svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}
.hwc-BlockLogos a.hwc-BlockLogos-item:hover{box-shadow:none;translate:4px 4px}
@media screen and (max-width:768px){.hwc-BlockLogos-heading{margin-bottom:2rem}.hwc-BlockLogos-heading .supheading{margin-bottom:1rem}.hwc-BlockLogos-items{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.hwc-BlockLogos-item{padding:.75rem;width:100%;aspect-ratio:2;height:auto}}
.hwc-BlockQuickAccess.is-small{padding-top:0}
.hwc-BlockQuickAccess.is-small.hwc-Block{margin-top:3rem;margin-bottom:3rem}
.hwc-BlockQuickAccess.is-small:before{display:none}
.hwc-BlockQuickAccess.is-small .hwc-BlockQuickAccess-container{display:flex;gap:2rem;align-items:center}
.hwc-BlockQuickAccess.is-small .hwc-BlockQuickAccess-heading{margin-bottom:0;text-align:left;width:-moz-min-content;width:min-content}
.hwc-BlockQuickAccess.is-small .hwc-BlockQuickAccess-heading .heading{font-size:20px;line-height:24px;font-weight:400;font-family:var(--hwc-font-alternative)}
.hwc-BlockQuickAccess.is-small .hwc-BlockQuickAccess-items{flex:1 1 0;min-width:0;height:56px;clip-path:polygon(0 0,100vw 0,100vw 100%,0 100%)}
.hwc-BlockQuickAccess.is-small .hwc-BlockQuickAccess-item{flex:initial;white-space:nowrap;gap:10px;height:52px;padding:6px;padding-right:1.5rem;border-radius:52px}
.hwc-BlockQuickAccess.is-small .hwc-BlockQuickAccess-item .icon{width:40px;height:40px;padding:10px}
.hwc-BlockQuickAccess-heading{text-align:center;margin-bottom:3rem}
.hwc-BlockQuickAccess-items:not(.swiper){--item-per-line: 4;--gap: 2rem;display:flex;flex-wrap:wrap;gap:2rem;gap:var(--gap);justify-content:center}
.hwc-BlockQuickAccess-item{flex:0 0 calc(100% / var(--item-per-line) - var(--gap) * (var(--item-per-line) - 1) / var(--item-per-line));text-align:center;position:relative;display:flex;align-items:center;gap:24px;padding:1rem;background-color:#FFFFFF;background-color:var(--hwc-color-white);border-radius:.5rem;box-shadow:4px 4px rgba(0,0,0,0.10196);transition:all .3s ease}
.hwc-BlockQuickAccess-item:hover{box-shadow:none;box-shadow:initial;translate:4px 4px}
.hwc-BlockQuickAccess-item .icon{width:56px;height:56px;display:flex;justify-content:center;align-items:center;overflow:hidden;padding:13px;background-color:#FFD8C6;background-color:var(--hwc-color-terciary);border-radius:100%;flex-shrink:0}
.hwc-BlockQuickAccess-item .icon img,.hwc-BlockQuickAccess-item .icon svg{width:100%;height:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}
.hwc-BlockQuickAccess-item .link{font-size:18px;font-weight:700;line-height:normal}
@media screen and (max-width:1024px){.hwc-BlockQuickAccess-items:not(.swiper){--item-per-line: 3}}
@media screen and (max-width:768px){.hwc-BlockQuickAccess.is-small.hwc-Block{margin-top:2rem}.hwc-BlockQuickAccess.is-small .hwc-BlockQuickAccess-container{display:block}.hwc-BlockQuickAccess.is-small .hwc-BlockQuickAccess-heading{margin-bottom:1.5rem;text-align:center;width:100%}.hwc-BlockQuickAccess.is-small .hwc-BlockQuickAccess-items{margin-left:0;height:-moz-fit-content;height:fit-content;clip-path:none;width:100%}.hwc-BlockQuickAccess.is-small .hwc-BlockQuickAccess-items .swiper-wrapper{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.hwc-BlockQuickAccess.is-small .hwc-BlockQuickAccess-item{width:-moz-fit-content;width:fit-content}.hwc-BlockQuickAccess-heading{margin-bottom:1.5rem}.hwc-BlockQuickAccess-items:not(.swiper){--gap: 1rem}.hwc-BlockQuickAccess-item{flex:1;text-align:left}}
.hwc-Button{display:inline-flex;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;overflow:hidden;cursor:pointer;white-space:nowrap;transition:all .3s ease;padding-left:1rem;padding-right:1rem;padding-top:12px;padding-bottom:10px;min-height:45px;border-radius:1.5rem;border:2px solid transparent}
.hwc-Button:disabled{opacity:.5;pointer-events:none;cursor:default}
.hwc-Button{background-color:#EC0044;background-color:var(--hwc-color-contrast);border-color:#EC0044;border-color:var(--hwc-color-contrast);color:#FFFFFF;color:var(--hwc-color-text-alternate)}
.hwc-Button:focus-visible{outline:1px dashed #EC0044;outline:1px dashed var(--hwc-color-contrast);outline-offset:6px}
.hwc-Button:hover{border-color:#F8A37C;border-color:var(--hwc-color-peach)}
.hwc-Button.is-secondary{background-color:#FFFFFF;background-color:var(--hwc-color-white);border-color:#FFFFFF;border-color:var(--hwc-color-white);color:#182A3F;color:var(--hwc-color-text)}
.hwc-Button.is-secondary:focus-visible{outline:1px dashed #FFFFFF;outline:1px dashed var(--hwc-color-white);outline-offset:6px}
.hwc-Button.is-secondary:hover{border-color:#F8A37C;border-color:var(--hwc-color-peach)}
.hwc-BlockNewsletter-container{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:2rem;gap:2rem}
.hwc-BlockNewsletter-heading{grid-column:2/6;margin-right:-2rem;position:relative}
.hwc-BlockNewsletter-heading .subheading{margin-top:12px}
.hwc-BlockNewsletter-heading .leaf{position:absolute;top:-10px;right:6px}
.hwc-BlockNewsletter-content{grid-column:7/12;margin-left:-2rem}
.hwc-BlockNewsletter-content .hwc-Form-field{position:relative}
.hwc-BlockNewsletter-content .hwc-Form-field input[type=email]{height:57px;border:1px solid #182A3F;border:1px solid var(--hwc-color-secondary);border-radius:60px;background-color:transparent}
.hwc-BlockNewsletter-content .hwc-Form-field .hwc-Button.button{position:absolute;right:6px;top:6px}
@media screen and (max-width:1024px){.hwc-BlockNewsletter-heading .leaf{top:-3rem;right:-2rem}}
@media screen and (max-width:768px){.hwc-BlockNewsletter-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.hwc-BlockNewsletter-heading{margin-right:0;position:relative;text-align:center}.hwc-BlockNewsletter-heading .subheading{margin-top:2px}.hwc-BlockNewsletter-heading .leaf{top:-3rem;right:0;width:80px;height:54px}.hwc-BlockNewsletter-content{margin-left:0}.hwc-BlockNewsletter-content .hwc-Form-field{position:relative}.hwc-BlockNewsletter-content .hwc-Form-field input[type=email]{height:45px;border:2px solid rgba(0,0,0,.15);background-color:#FFFFFF;background-color:var(--hwc-color-white)}.hwc-BlockNewsletter-content .hwc-Form-field .hwc-Button.button{position:absolute;right:0;top:0}}
.hwc-BlockNumbers-heading{text-align:center;margin-bottom:2.5rem}
.hwc-BlockNumbers-heading .supheading{margin-bottom:12px}
.hwc-BlockNumbers-items{--item-per-line: 4;--gap: 2rem;display:flex;flex-wrap:wrap;gap:2rem;gap:var(--gap);justify-content:center}
.hwc-BlockNumbers-item{flex:0 0 calc(100% / var(--item-per-line) - var(--gap) * (var(--item-per-line) - 1) / var(--item-per-line));position:relative}
.hwc-BlockNumbers-item .number{margin-bottom:.75rem}
@media screen and (max-width:768px){.hwc-BlockNumbers-items{--item-per-line: 2;--gap: 1rem}}
@media screen and (max-width:440px){.hwc-BlockNumbers-items{--item-per-line: 1}}
.hwc-BlockPosts-container{display:grid;grid-template-columns:repeat(12,1fr);grid-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}
.hwc-BlockPosts-heading{display:flex;align-items:flex-end;margin-bottom:40px;grid-column:1/13}
.hwc-BlockPosts-heading-main{flex-grow:1}
.hwc-BlockPosts-heading-side{display:flex;align-items:center;gap:1.5rem}
.hwc-BlockPosts-nav{display:flex;align-items:center;gap:10px}
.hwc-BlockPosts-items{width:100%;grid-column:1/11;margin-right:2rem}
.hwc-BlockPosts-items.swiper-full{grid-column:1/13;margin-right:0}
@media screen and (max-width:1280px){.hwc-BlockPosts-container{display:block}.hwc-BlockPosts-heading{display:block;margin-bottom:1.5rem}.hwc-BlockPosts-heading-side{margin-top:1.5rem}.hwc-BlockPosts-items{width:auto;width:initial;margin-right:2rem}.hwc-BlockPosts-items.swiper-full{margin-right:0}}
@media screen and (max-width:768px){.hwc-BlockPosts-nav{margin-top:1.5rem}}
.hwc-Separator{display:block;margin:112px auto;width:1250px;height:60px}
@media screen and (max-width:1024px){.hwc-Separator{margin-top:0;margin-bottom:0;width:100%;padding-left:1rem;padding-right:1rem;height:auto}.hwc-Separator svg{width:100%;height:auto}}
@media screen and (max-width:768px){.hwc-Separator svg path{stroke-width:1.5px;stroke-dasharray:2px 5px;vector-effect:non-scaling-stroke}}
.hwc-BlockSteps-heading{text-align:center;margin-bottom:2rem}
.hwc-BlockSteps-heading .supheading{margin-bottom:12px}
.hwc-BlockSteps-heading .subheading{margin-top:12px}
.hwc-BlockSteps-items{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}
.hwc-BlockSteps-item{padding:1.5rem;background-color:#FBF8EE;background-color:var(--hwc-color-primary);color:#182A3F;color:var(--hwc-color-text);border-top-right-radius:1rem;border-bottom-right-radius:1rem;position:relative}
.hwc-BlockSteps-item:after{content:"";display:block;height:100%;width:5px;position:absolute;top:0;left:0;background:var(--hwc-color-contarst)}
.hwc-BlockSteps-item .description{margin-top:.5rem;color:var(--hwc-color-grey)}
.hwc-BlockSteps-link{text-align:center}
@media screen and (max-width:1024px){.hwc-BlockSteps-heading{margin-bottom:1.5rem}.hwc-BlockSteps-items{gap:1rem;grid-template-columns:repeat(2,1fr)}}
@media screen and (max-width:768px){.hwc-BlockSteps-heading{margin-bottom:1rem}.hwc-BlockSteps-items{gap:1rem;grid-template-columns:repeat(1,1fr)}}
.hwc-BlockTeam-heading{text-align:center;margin-bottom:2rem}
.hwc-BlockTeam-heading .supheading{margin-bottom:1rem}
.hwc-BlockTeam-heading .subheading{margin-top:1rem}
.hwc-BlockTeam-items{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}
@media screen and (max-width:1024px){.hwc-BlockTeam-items{grid-template-columns:repeat(3,1fr);gap:1.5rem}}
@media screen and (max-width:768px){.hwc-BlockTeam-items{grid-template-columns:repeat(2,1fr);gap:1rem}}
@media screen and (max-width:440px){.hwc-BlockTeam-heading .supheading{margin-bottom:12px}.hwc-BlockTeam-heading .subheading{margin-top:12px}.hwc-BlockTeam-items{grid-template-columns:repeat(1,1fr)}}
.hwc-BlockTestimonials-container{position:relative;overflow:hidden;border-radius:var(--hwc-border-radius);padding:3rem 7rem;background-color:#182A3F;background-color:var(--hwc-color-secondary);color:#FFFFFF;color:var(--hwc-color-text-alternate);display:grid;grid-template-columns:repeat(12,1fr);grid-gap:2rem;gap:2rem}
.hwc-BlockTestimonials-heading{grid-column:2/13}
.hwc-BlockTestimonials-heading .supheading{border-color:#FBF8EE;border-color:var(--hwc-color-primary)}
.hwc-BlockTestimonials-side{grid-column:1/2;margin-left:auto;margin-right:auto}
.hwc-BlockTestimonials-items{grid-column:2/13;position:relative}
.hwc-BlockTestimonials-navigation{position:absolute;bottom:0;right:0;z-index:2}
@media screen and (max-width:768px){.hwc-BlockTestimonials-container{padding:2rem 1.5rem;display:flex;flex-direction:column;text-align:center;gap:12px;border-top-right-radius:40px}.hwc-BlockTestimonials-heading .supheading{margin-bottom:.75rem}.hwc-BlockTestimonials-navigation{position:static}}
.hwc-BlockTextImage{--block-background: var(--hwc-color-terciary);--block-wave-top: var(--wave-top-inverted);--block-wave-bottom: var(--wave-bottom-inverted)}
.hwc-BlockTextImage-container{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:2rem;gap:2rem;align-items:center}
.hwc-BlockTextImage-content{grid-column:2/7;grid-row:1;margin-left:-2rem;margin-right:3rem}
.hwc-BlockTextImage-picture{overflow:hidden;aspect-ratio:4/3;grid-column:7/13;grid-row:1}
.hwc-BlockTextImage-picture.img-contain img{-o-object-fit:contain;object-fit:contain}
.hwc-BlockTextImage-picture img{width:100%;-o-object-fit:cover;object-fit:cover}
.hwc-BlockTextImage.is-alternate .hwc-BlockTextImage-content{grid-row:1;grid-column:7/12;margin-left:3rem;margin-right:-2rem}
.hwc-BlockTextImage.is-alternate .hwc-BlockTextImage-picture{grid-row:1;grid-column:1/7}
.hwc-BlockTextImage[data-preview] .hwc-BlockTextImage-picture{position:static}
@media screen and (max-width:1024px){.hwc-BlockTextImage-container{display:flex;flex-direction:column-reverse;gap:2rem}.hwc-BlockTextImage-content{margin-left:0;margin-right:0}}
.hwc-BlockTiles-heading{display:flex;align-items:flex-end;margin-bottom:2rem}
.hwc-BlockTiles-heading-main{flex-grow:1}
.hwc-BlockTiles-heading-main .supheading{margin-bottom:12px}
@media screen and (max-width:768px){.hwc-BlockTiles-heading{display:block}.hwc-BlockTiles-heading-side{display:none}.hwc-BlockTiles .swiper{margin-left:1rem;margin-right:1rem}}
.hwc-BlockVideo-container{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:2rem;gap:2rem}
.hwc-BlockVideo-heading{margin-bottom:2rem;text-align:center;grid-column:2/12}
.hwc-BlockVideo-heading .supheading{margin-bottom:12px}
.hwc-BlockVideo-video{grid-column:2/12;position:relative;overflow:hidden;border-radius:var(--hwc-border-radius);display:block;height:540px}
.hwc-BlockVideo-video .toggler{z-index:2;display:block;width:80px;height:80px;background-color:#182A3F;background-color:var(--hwc-color-secondary);transition:all .3s ease;border-radius:100%}
.hwc-BlockVideo-video img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.hwc-BlockVideo-video:hover .toggler{background-color:#FBF8EE;background-color:var(--hwc-color-primary);color:#182A3F;color:var(--hwc-color-secondary)}
@media screen and (max-width:768px){.hwc-BlockVideo-video{grid-column:1/13;height:580px}}
.visible{visibility: visible}
.invisible{visibility: hidden}
.static{position: static}
.absolute{position: absolute}
.relative{position: relative}
.z-10{z-index: 10}
.mx-auto{margin-left: auto;margin-right: auto}
.my-10{margin-top: 2.5rem;margin-bottom: 2.5rem}
.mb-10{margin-bottom: 2.5rem}
.mb-4{margin-bottom: 1rem}
.mt-6{margin-top: 1.5rem}
.block{display: block}
.inline{display: inline}
.flex{display: flex}
.inline-flex{display: inline-flex}
.table{display: table}
.grid{display: grid}
.hidden{display: none}
.h-20{height: 5rem}
.\!w-fit{width: -moz-fit-content !important;width: fit-content !important}
.w-20{width: 5rem}
.flex-1{flex: 1 1 0%}
.basis-1\/3{flex-basis: 33.333333%}
.basis-2\/3{flex-basis: 66.666667%}
.basis-full{flex-basis: 100%}
.transform{transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.cursor-pointer{cursor: pointer}
.resize{resize: both}
.grid-cols-2{grid-template-columns: repeat(2, minmax(0, 1fr))}
.grid-cols-3{grid-template-columns: repeat(3, minmax(0, 1fr))}
.grid-cols-4{grid-template-columns: repeat(4, minmax(0, 1fr))}
.gap-4{gap: 1rem}
.gap-8{gap: 2rem}
.rounded-full{border-radius: 9999px}
.border{border-width: 1px}
.bg-blue{background-color: #B9DDE2;background-color: var(--hwc-color-blue)}
.bg-contrast{background-color: #EC0044;background-color: var(--hwc-color-contrast)}
.bg-peach{background-color: #F8A37C;background-color: var(--hwc-color-peach)}
.bg-primary{background-color: #FBF8EE;background-color: var(--hwc-color-primary)}
.bg-secondary{background-color: #182A3F;background-color: var(--hwc-color-secondary)}
.bg-terciary{background-color: #FFD8C6;background-color: var(--hwc-color-terciary)}
.bg-text{background-color: #182A3F;background-color: var(--hwc-color-text)}
.bg-text-alternate{background-color: #FFFFFF;background-color: var(--hwc-color-text-alternate)}
.fill-contrast{fill: #EC0044;fill: var(--hwc-color-contrast)}
.fill-text{fill: #182A3F;fill: var(--hwc-color-text)}
.fill-white{fill: #FFFFFF}
.p-2{padding: 0.5rem}
.p-4{padding: 1rem}
.py-2{padding-top: 0.5rem;padding-bottom: 0.5rem}
.pt-2{padding-top: 0.5rem}
.text-center{text-align: center}
.font{font-family: var(--hwc-font-base)}
.italic{font-style: italic}
.text-contrast{color: #EC0044;color: var(--hwc-color-contrast)}
.text-grey-500{--tw-text-opacity: 1;color: rgba(120, 120, 120, 1);color: rgba(120, 120, 120, var(--tw-text-opacity, 1))}
.text-text-alternate{color: #FFFFFF;color: var(--hwc-color-text-alternate)}
.filter{filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
.transition{transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 150ms}
@media (min-width: 640px){
.sm\:grid-cols-2{grid-template-columns: repeat(2, minmax(0, 1fr))}
.sm\:grid-cols-3{grid-template-columns: repeat(3, minmax(0, 1fr))}
.sm\:grid-cols-4{grid-template-columns: repeat(4, minmax(0, 1fr))}}
@media (min-width: 768px){
.md\:visible{visibility: visible}
.md\:invisible{visibility: hidden}
.md\:block{display: block}
.md\:inline-block{display: inline-block}
.md\:inline{display: inline}
.md\:flex{display: flex}
.md\:hidden{display: none}
.md\:basis-1\/2{flex-basis: 50%}
.md\:grid-cols-2{grid-template-columns: repeat(2, minmax(0, 1fr))}
.md\:grid-cols-3{grid-template-columns: repeat(3, minmax(0, 1fr))}
.md\:grid-cols-4{grid-template-columns: repeat(4, minmax(0, 1fr))}}
@media (min-width: 1024px){
.lg\:inline-flex{display: inline-flex}
.lg\:hidden{display: none}
.lg\:flex-row{flex-direction: row}
.lg\:flex-row-reverse{flex-direction: row-reverse}}
