#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
@charset "UTF-8";/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */:root{--mm-lineheight:22px}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu,.mm-menu *,.mm-menu :after,.mm-menu :before{-webkit-transition-property:none;-o-transition-property:none;transition-property:none;-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}:root{--mm-blocker-visibility-delay:0.4s;--mm-blocker-opacity-delay:0s}.mm-blocker{display:block;position:absolute;bottom:100%;top:0;right:0;left:0;z-index:3;opacity:0;background:var(--mm-color-background);-webkit-transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),-webkit-transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),-webkit-transform .4s ease;-o-transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease,-webkit-transform .4s ease}.mm-blocker:focus-visible{opacity:.75}.mm-btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:50px;padding:0}.mm-btn--next,[dir=rtl] .mm-btn--prev{--mm-btn-rotate:135deg}.mm-btn--prev,[dir=rtl] .mm-btn--next{--mm-btn-rotate:-45deg}.mm-btn--next:after,.mm-btn--prev:before{content:"";display:block;position:absolute;top:0;bottom:0;width:8px;height:8px;margin:auto;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid var(--mm-color-icon);border-bottom:none;border-right:none;-webkit-transform:rotate(var(--mm-btn-rotate));-ms-transform:rotate(var(--mm-btn-rotate));transform:rotate(var(--mm-btn-rotate))}.mm-btn--prev:before{inset-inline-start:23px}.mm-btn--next:after{inset-inline-end:23px}.mm-btn--close:before{content:"×";font-size:150%}.mm-btnreset{padding:0;background:0 0;border:none;cursor:pointer}.mm-divider{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:-webkit-sticky;position:sticky;z-index:2;top:0;min-height:var(--mm-lineheight);padding:calc((var(--mm-listitem-size) * .65 - var(--mm-lineheight)) * .5) 20px;font-size:75%;text-transform:uppercase;background:var(--mm-color-background);background-image:-webkit-gradient(linear,left top,left bottom,from(var(--mm-color-background-highlight)),to(var(--mm-color-background-highlight)));background-image:-o-linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));background-image:linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));opacity:1;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.mm-navbar:not(.mm-hidden)~.mm-listview .mm-divider{top:var(--mm-navbar-size)}:root{--mm-listitem-size:50px}.mm-listitem{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;padding:0;margin:0;color:var(--mm-color-text);border-color:var(--mm-color-border)}.mm-listitem:after{content:"";border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;inset-inline-start:20px;inset-inline-end:0;bottom:0}.mm-listitem__btn,.mm-listitem__text{padding:calc((var(--mm-listitem-size) - var(--mm-lineheight))/ 2) 0}.mm-listitem__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:10%;flex-basis:10%;display:block;padding-left:20px;padding-right:20px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-listitem__btn{display:block;position:relative;width:auto;-webkit-padding-end:50px;padding-inline-end:50px;border-color:inherit;background:rgba(3,2,1,0)}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem--selected>.mm-listitem__text{background:var(--mm-color-background-emphasis)}.mm-listitem--opened>.mm-listitem__btn,.mm-listitem--opened>.mm-panel{background:var(--mm-color-background-highlight)}.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;margin:0;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;-ms-scroll-chaining:none;overscroll-behavior:none;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:var(--mm-lineheight);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu ::-webkit-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::-moz-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu :-ms-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::-ms-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::placeholder{color:var(--mm-color-text-dimmed)}.mm-menu,.mm-menu *{-webkit-box-sizing:border-box;box-sizing:border-box}.mm-menu :focus,.mm-menu :focus-visible,.mm-menu:focus,.mm-menu:focus-visible{outline:0}.mm-menu a,.mm-menu button,.mm-menu label{color:inherit}.mm-menu a:focus,.mm-menu button:focus,.mm-menu label:focus{outline:0}.mm-menu a:focus-visible,.mm-menu button:focus-visible,.mm-menu label:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:-5px}.mm-menu input:focus,.mm-menu input:focus-visible,.mm-menu select:focus,.mm-menu select:focus-visible,.mm-menu textarea:focus,.mm-menu textarea:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:2px}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{text-decoration:none;color:inherit}:root{--mm-navbar-size:50px}.mm-navbar{display:-webkit-box;display:-ms-flexbox;display:flex;position:-webkit-sticky;position:sticky;top:0;z-index:2;min-height:var(--mm-navbar-size);padding-top:env(safe-area-inset-top);color:var(--mm-color-text-dimmed);text-align:center;opacity:1;background:var(--mm-color-background);border-bottom:1px solid var(--mm-color-border);-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.mm-navbar>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-navbar__btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.mm-navbar__title{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 20px;overflow:hidden}.mm-navbar__title[href="#"]{pointer-events:none}.mm-navbar__title>span{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-btn.mm-hidden+.mm-navbar__title:not(:last-child){-webkit-padding-start:60px;padding-inline-start:60px;-webkit-padding-end:10px;padding-inline-end:10px}.mm-btn:not(.mm-hidden)+.mm-navbar__title:last-child{-webkit-padding-start:10px;padding-inline-start:10px;-webkit-padding-end:60px;padding-inline-end:60px}.mm-panel{--mm-panel-child-offset:100%;--mm-panel-parent-offset:-30%;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;color:var(--mm-color-text);border-color:var(--mm-color-border);background:var(--mm-color-background);-webkit-transform:translate3d(var(--mm-panel-child-offset),0,0);transform:translate3d(var(--mm-panel-child-offset),0,0);-webkit-transition-property:inset-inline-start,-webkit-transform;transition-property:inset-inline-start,-webkit-transform;-o-transition-property:transform,inset-inline-start;transition-property:transform,inset-inline-start;transition-property:transform,inset-inline-start,-webkit-transform}[dir=rtl] .mm-panel{--mm-panel-child-offset:-100%;--mm-panel-parent-offset:30%}.mm-panel:after{content:"";display:block;height:var(--mm-listitem-size)}.mm-panel:focus{outline:0}.mm-panel--opened{z-index:2;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.mm-panel--parent{-webkit-transform:translate3d(var(--mm-panel-parent-offset),0,0);transform:translate3d(var(--mm-panel-parent-offset),0,0);z-index:0}.mm-panel--highest{z-index:3}.mm-menu--opened .mm-panel--noanimation{-webkit-transition:none!important;-o-transition:none!important;transition:none!important;-webkit-transition-duration:0s!important;-o-transition-duration:0s!important;transition-duration:0s!important}.mm-panel__content{padding:20px}.mm-panels{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;height:100%;overflow:hidden;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}.mm-panels:focus{outline:0}:root{--mm-toggle-size:34px}.mm-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;-webkit-box-flex:calc(var(--mm-toggle-size) * 1.75);-ms-flex:calc(var(--mm-toggle-size) * 1.75) 0 0px;flex:calc(var(--mm-toggle-size) * 1.75) 0 0;height:var(--mm-toggle-size);-webkit-margin-end:10px;margin-inline-end:10px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:none!important;border-radius:var(--mm-toggle-size);border:var(--mm-color-border);background:var(--mm-color-border);cursor:pointer;-webkit-transition-property:background-color;-o-transition-property:background-color;transition-property:background-color}.mm-toggle:before{content:"";aspect-ratio:1;margin:2px;border-radius:100%;background:var(--mm-color-background);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.mm-toggle:checked{background:#4bd963}.mm-toggle:checked:before{-webkit-transform:translateX(calc(var(--mm-toggle-size) * .75));-ms-transform:translateX(calc(var(--mm-toggle-size) * .75));transform:translateX(calc(var(--mm-toggle-size) * .75))}[dir=rtl] .mm-toggle:checked:before{-webkit-transform:translateX(calc(var(--mm-toggle-size) * -.75));-ms-transform:translateX(calc(var(--mm-toggle-size) * -.75));transform:translateX(calc(var(--mm-toggle-size) * -.75))}.mm-listitem--vertical>.mm-panel{position:static;width:100%;padding:10px 0 10px 20px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.mm-listitem--vertical>.mm-panel:after{content:none;display:none}.mm-listitem--vertical:not(.mm-listitem--opened)>.mm-panel{display:none}.mm-listitem--vertical>.mm-listitem__btn{height:var(--mm-listitem-size);bottom:auto}.mm-listitem--vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem--opened>.mm-listitem__btn:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}:root{--mm-size:80%;--mm-min-size:240px;--mm-max-size:440px}.mm-menu--offcanvas{position:fixed;z-index:0}.mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:100vh;background:inherit}:where(.mm-slideout){position:relative;z-index:1;width:100%;-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}.mm-wrapper--opened,.mm-wrapper--opened body{overflow:hidden}.mm-wrapper__blocker{background:rgba(0,0,0,.4)}.mm-wrapper--opened .mm-wrapper__blocker{--mm-blocker-visibility-delay:0s;--mm-blocker-opacity-delay:0.4s;bottom:0;opacity:.5}.mm-menu{--mm-translate-horizontal:0;--mm-translate-vertical:0}.mm-menu--position-left,.mm-menu--position-left-front{right:auto}.mm-menu--position-right,.mm-menu--position-right-front{left:auto}.mm-menu--position-left,.mm-menu--position-left-front,.mm-menu--position-right,.mm-menu--position-right-front{width:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-left-front{--mm-translate-horizontal:-100%}.mm-menu--position-right-front{--mm-translate-horizontal:100%}.mm-menu--position-top{bottom:auto}.mm-menu--position-bottom{top:auto}.mm-menu--position-bottom,.mm-menu--position-top{width:100%;height:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-top{--mm-translate-vertical:-100%}.mm-menu--position-bottom{--mm-translate-vertical:100%}.mm-menu--position-bottom,.mm-menu--position-left-front,.mm-menu--position-right-front,.mm-menu--position-top{z-index:2;-webkit-transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.mm-menu--position-bottom.mm-menu--opened,.mm-menu--position-left-front.mm-menu--opened,.mm-menu--position-right-front.mm-menu--opened,.mm-menu--position-top.mm-menu--opened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper--position-left{--mm-translate-horizontal:clamp(
      var(--mm-min-size),
      var(--mm-size),
      var(--mm-max-size)
  )}.mm-wrapper--position-right{--mm-translate-horizontal:clamp(
      calc(-1 * var(--mm-max-size)),
      calc(-1 * var(--mm-size)),
      calc(-1 * var(--mm-min-size))
  )}.mm-wrapper--position-left .mm-slideout,.mm-wrapper--position-right .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout,.mm-wrapper--position-right.mm-wrapper--opened .mm-slideout{-webkit-transform:translate3d(var(--mm-translate-horizontal),0,0);transform:translate3d(var(--mm-translate-horizontal),0,0)}.mm-wrapper--position-bottom .mm-wrapper__blocker,.mm-wrapper--position-left-front .mm-wrapper__blocker,.mm-wrapper--position-right-front .mm-wrapper__blocker,.mm-wrapper--position-top .mm-wrapper__blocker{z-index:1}.mm-menu--theme-light{--mm-color-background:#f3f3f3;--mm-color-border:rgb(0 0 0 / 0.15);--mm-color-icon:rgb(0 0 0 / 0.4);--mm-color-text:rgb(0 0 0 / 0.8);--mm-color-text-dimmed:rgb(0 0 0 / 0.4);--mm-color-background-highlight:rgb(0 0 0 / 0.05);--mm-color-background-emphasis:rgb(255 255 255 / 0.75);--mm-color-focusring:#06c}.mm-menu--theme-light-contrast{--mm-color-background:#f3f3f3;--mm-color-border:rgb(0 0 0 / 0.5);--mm-color-icon:rgb(0 0 0 / 0.5);--mm-color-text:#000;--mm-color-text-dimmed:rgb(0 0 0 / 0.7);--mm-color-background-highlight:rgb(0 0 0 / 0.05);--mm-color-background-emphasis:rgb(255 255 255 / 0.9);--mm-color-focusring:#06c}.mm-menu--theme-dark{--mm-color-background:#333;--mm-color-border:rgb(0, 0, 0, 0.4);--mm-color-icon:rgb(255, 255, 255, 0.4);--mm-color-text:rgb(255, 255, 255, 0.8);--mm-color-text-dimmed:rgb(255, 255, 255, 0.4);--mm-color-background-highlight:rgb(255, 255, 255, 0.08);--mm-color-background-emphasis:rgb(0, 0, 0, 0.1);--mm-color-focusring:#06c}.mm-menu--theme-dark-contrast{--mm-color-background:#333;--mm-color-border:rgb(255 255 255 / 0.5);--mm-color-icon:rgb(255 255 255 / 0.5);--mm-color-text:#fff;--mm-color-text-dimmed:rgb(255 255 255 / 0.7);--mm-color-background-highlight:rgb(255 255 255 / 0.1);--mm-color-background-emphasis:rgb(0 0 0 / 0.3);--mm-color-focusring:#06c}.mm-menu--theme-white{--mm-color-background:#fff;--mm-color-border:rgb(0 0 0 / 0.15);--mm-color-icon:rgb(0 0 0 / 0.3);--mm-color-text:rgb(0 0 0 / 0.8);--mm-color-text-dimmed:rgb(0 0 0 / 0.3);--mm-color-background-highlight:rgb(0 0 0 / 0.06);--mm-color-background-emphasis:rgb(0 0 0 / 0.03);--mm-color-focusring:#06c}.mm-menu--theme-white-contrast{--mm-color-background:#fff;--mm-color-border:rgb(0 0 0 / 0.5);--mm-color-icon:rgb(0 0 0 / 0.5);--mm-color-text:#000;--mm-color-text-dimmed:rgb(0 0 0 / 0.7);--mm-color-background-highlight:rgb(0 0 0 / 0.07);--mm-color-background-emphasis:rgb(0 0 0 / 0.035);--mm-color-focusring:#06c}.mm-menu--theme-black{--mm-color-background:#000;--mm-color-border:rgb(255 255 255 / 0.2);--mm-color-icon:rgb(255 255 255 / 0.4);--mm-color-text:rgb(255 255 255 / 0.7);--mm-color-text-dimmed:rgb(255 255 255 / 0.4);--mm-color-background-highlight:rgb(255 255 255 / 0.1);--mm-color-background-emphasis:rgb(255 255 255 / 0.06);--mm-color-focusring:#06c}.mm-menu--theme-black-contrast{--mm-color-background:#000;--mm-color-border:rgb(255 255 255 / 0.5);--mm-color-icon:rgb(255 255 255 / 0.5);--mm-color-text:#fff;--mm-color-text-dimmed:rgb(255 255 255 / 0.6);--mm-color-background-highlight:rgb(255 255 255 / 0.125);--mm-color-background-emphasis:rgb(255 255 255 / 0.1);--mm-color-focusring:#06c}.mm-counter{display:block;-webkit-padding-start:20px;padding-inline-start:20px;float:right;color:var(--mm-color-text-dimmed)}[dir=rtl] .mm-counter{float:left}:root{--mm-iconbar-size:50px}.mm-menu--iconbar-left .mm-navbars,.mm-menu--iconbar-left .mm-panels{margin-left:var(--mm-iconbar-size)}.mm-menu--iconbar-right .mm-navbars,.mm-menu--iconbar-right .mm-panels{margin-right:var(--mm-iconbar-size)}.mm-iconbar{display:none;position:absolute;top:0;bottom:0;z-index:2;width:var(--mm-iconbar-size);overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;border:0 solid;border-color:var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center}.mm-menu--iconbar-left .mm-iconbar,.mm-menu--iconbar-right .mm-iconbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mm-menu--iconbar-left .mm-iconbar{border-right-width:1px;left:0}.mm-menu--iconbar-right .mm-iconbar{border-left-width:1px;right:0}.mm-iconbar__bottom,.mm-iconbar__top{width:100%;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.mm-iconbar__bottom>*,.mm-iconbar__top>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:calc((var(--mm-iconbar-size) - var(--mm-lineheight))/ 2) 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__tab--selected{background:var(--mm-color-background-emphasis)}:root{--mm-iconpanel-size:50px}.mm-panel--iconpanel-0{inset-inline-start:calc(0 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-1{inset-inline-start:calc(1 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-2{inset-inline-start:calc(2 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-3{inset-inline-start:calc(3 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-4{inset-inline-start:calc(4 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-first~.mm-panel{inset-inline-start:var(--mm-iconpanel-size)}.mm-menu--iconpanel .mm-panel--parent .mm-divider,.mm-menu--iconpanel .mm-panel--parent .mm-navbar{opacity:0}.mm-menu--iconpanel .mm-panels>.mm-panel--parent{overflow-y:hidden;-webkit-transform:unset;-ms-transform:unset;transform:unset}.mm-menu--iconpanel .mm-panels>.mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0){border-inline-start-width:1px;border-inline-start-style:solid}.mm-navbars{-ms-flex-negative:0;flex-shrink:0}.mm-navbars .mm-navbar{position:relative;padding-top:0;border-bottom:none}.mm-navbars--top{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar:first-child{padding-top:env(safe-area-inset-top)}.mm-navbars--bottom{border-top:1px solid var(--mm-color-border)}.mm-navbars--bottom .mm-navbar:last-child{padding-bottom:env(safe-area-inset-bottom)}.mm-navbar__breadcrumbs{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.mm-navbar__breadcrumbs>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-padding-end:6px;padding-inline-end:6px}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar__breadcrumbs:not(:last-child){-webkit-padding-end:0;padding-inline-end:0}.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{-webkit-padding-start:0;padding-inline-start:0}.mm-navbar__tab{padding:0 10px;border:1px solid transparent}.mm-navbar__tab--selected{background:var(--mm-color-background)}.mm-navbar__tab--selected:not(:first-child){border-inline-start-color:var(--mm-color-border)}.mm-navbar__tab--selected:not(:last-child){border-inline-end-color:var(--mm-color-border)}.mm-navbars--top.mm-navbars--has-tabs{border-bottom:none}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab{border-bottom-color:var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab--selected{border-top-color:var(--mm-color-border);border-bottom-color:transparent}.mm-navbars--bottom.mm-navbar--has-tabs{border-top:none}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar{background:var(--mm-color-background)}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs,.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--bottom .mm-navbar__tab{border-top-color:var(--mm-color-border)}.mm-navbars--bottom .mm-navbar__tab--selected{border-bottom-color:var(--mm-color-border);border-top-color:transparent}.mm-searchfield{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:var(--mm-navbar-size);padding:0;overflow:hidden}.mm-searchfield__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:100%;max-width:100%;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-searchfield__input input{display:block;width:100%;max-width:100%;height:calc(var(--mm-navbar-size) * .7);min-height:auto;max-height:auto;margin:0;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border:none;border-radius:4px;line-height:calc(var(--mm-navbar-size) * .7);font:inherit;font-size:inherit}.mm-searchfield__input input,.mm-searchfield__input input:focus,.mm-searchfield__input input:hover{background:var(--mm-color-background-highlight);color:var(--mm-color-text)}.mm-menu[class*=-contrast] .mm-searchfield__input input{border:1px solid var(--mm-color-border)}.mm-searchfield__input input::-ms-clear{display:none}.mm-searchfield__btn{display:none;position:absolute;inset-inline-end:0;top:0;bottom:0}.mm-searchfield--searching .mm-searchfield__btn{display:block}.mm-searchfield__cancel{display:block;position:relative;-webkit-margin-end:-100px;margin-inline-end:-100px;-webkit-padding-start:5px;padding-inline-start:5px;-webkit-padding-end:20px;padding-inline-end:20px;visibility:hidden;line-height:var(--mm-navbar-size);text-decoration:none;-webkit-transition-property:visibility,margin;-o-transition-property:visibility,margin;transition-property:visibility,margin}.mm-searchfield--cancelable .mm-searchfield__cancel{visibility:visible;-webkit-margin-end:0;margin-inline-end:0}.mm-panel--search{left:0!important;right:0!important;width:100%!important;border:none!important}.mm-panel__splash{padding:20px}.mm-panel--searching .mm-panel__splash{display:none}.mm-panel__noresults{display:none;padding:40px 20px;color:var(--mm-color-text-dimmed);text-align:center;font-size:150%;line-height:1.4}.mm-panel--noresults .mm-panel__noresults{display:block}:root{--mm-sectionindexer-size:20px}.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;width:var(--mm-sectionindexer-size);position:absolute;top:0;bottom:0;inset-inline-end:calc(-1 * var(--mm-sectionindexer-size));z-index:5;-webkit-transition-property:inset-inline-end;-o-transition-property:inset-inline-end;transition-property:inset-inline-end;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.mm-sectionindexer a{color:var(--mm-color-text-dimmed);line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panel{-webkit-padding-end:0;padding-inline-end:0}.mm-sectionindexer--active{right:0}.mm-sectionindexer--active~.mm-panel{-webkit-padding-end:var(--mm-sectionindexer-size);padding-inline-end:var(--mm-sectionindexer-size)}.mm-menu--selected-hover .mm-listitem__btn,.mm-menu--selected-hover .mm-listitem__text,.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{-webkit-transition-property:background-color;-o-transition-property:background-color;transition-property:background-color}@media (hover:hover){.mm-menu--selected-hover .mm-listview:hover>.mm-listitem--selected:not(:hover)>.mm-listitem__text{background:0 0}.mm-menu--selected-hover .mm-listitem__btn:hover,.mm-menu--selected-hover .mm-listitem__text:hover{background:var(--mm-color-background-emphasis)}}.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}@media (hover:hover){.mm-menu--selected-parent .mm-listitem__btn:hover,.mm-menu--selected-parent .mm-listitem__text:hover{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}}.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent)>.mm-listitem__text{background:0 0}.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__btn,.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__text{background:var(--mm-color-background-emphasis)}:root{--mm-sidebar-collapsed-size:50px;--mm-sidebar-expanded-size:var(--mm-max-size)}.mm-wrapper--sidebar-collapsed .mm-slideout{width:calc(100% - var(--mm-sidebar-collapsed-size));-webkit-transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);transform:translate3d(var(--mm-sidebar-collapsed-size),0,0)}[dir=rtl] .mm-wrapper--sidebar-collapsed .mm-slideout{-webkit-transform:none;-ms-transform:none;transform:none}.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider,.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar{opacity:0}.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded{width:var(--mm-sidebar-expanded-size);border-right-width:1px;border-right-style:solid}.mm-wrapper--sidebar-expanded.mm-wrapper--opened{overflow:auto}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker{display:none}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{width:calc(100% - var(--mm-sidebar-expanded-size));-webkit-transform:translate3d(var(--mm-sidebar-expanded-size),0,0);transform:translate3d(var(--mm-sidebar-expanded-size),0,0)}[dir=rtl] .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{-webkit-transform:none;-ms-transform:none;transform:none}
*{padding:0;margin:0}@media screen and (max-width:37.438rem){.swiper-button-next,.swiper-button-prev{display:none}}@font-face{font-display:swap;font-family:"Figtree";font-style:normal;font-weight:300;src:url("../../files/themes/hoepke/fonts/figtree-v7-latin-300.woff2") format("woff2"), url("../../files/themes/hoepke/fonts/figtree-v7-latin-300.ttf") format("truetype")}@font-face{font-display:swap;font-family:"Figtree";font-style:italic;font-weight:300;src:url("../../files/themes/hoepke/fonts/figtree-v7-latin-300italic.woff2") format("woff2"), url("../../files/themes/hoepke/fonts/figtree-v7-latin-300italic.ttf") format("truetype")}@font-face{font-display:swap;font-family:"Figtree";font-style:normal;font-weight:400;src:url("../../files/themes/hoepke/fonts/figtree-v7-latin-regular.woff2") format("woff2"), url("../../files/themes/hoepke/fonts/figtree-v7-latin-regular.ttf") format("truetype")}@font-face{font-display:swap;font-family:"Figtree";font-style:normal;font-weight:700;src:url("../../files/themes/hoepke/fonts/figtree-v7-latin-700.woff2") format("woff2"), url("../../files/themes/hoepke/fonts/figtree-v7-latin-700.ttf") format("truetype")}@font-face{font-display:swap;font-family:"Figtree";font-style:italic;font-weight:700;src:url("../../files/themes/hoepke/fonts/figtree-v7-latin-700italic.woff2") format("woff2"), url("../../files/themes/hoepke/fonts/figtree-v7-latin-700italic.ttf") format("truetype")}body{font-family:"Figtree", sans-serif;font-weight:300;font-size:16px;font-size:1rem;font-size:calc(0.9375rem + 0.2604166667vw);color:#031834;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}@media screen and (max-width:37.5rem){body{font-size:0.9375rem}}@media screen and (min-width:120rem){body{font-size:1.25rem}}body[data-theme="theme1"]{color:#FFFFFF}h1,h2,h3,h4,h5,h6,.headline{margin:0}h1,.h1Like{font-size:calc(1.75rem + 1.4583333333vw);font-weight:300;line-height:1.09;text-transform:uppercase}@media screen and (max-width:37.5rem){h1,.h1Like{font-size:1.75rem}}@media screen and (min-width:120rem){h1,.h1Like{font-size:3.5rem}}h2{font-size:calc(1.5rem + 1.1458333333vw);font-weight:300;line-height:1.17;text-transform:uppercase}@media screen and (max-width:37.5rem){h2{font-size:1.5rem}}@media screen and (min-width:120rem){h2{font-size:2.875rem}}h3{font-size:calc(1.25rem + 0.5208333333vw);font-weight:300;line-height:1.33}@media screen and (max-width:37.5rem){h3{font-size:1.25rem}}@media screen and (min-width:120rem){h3{font-size:1.875rem}}h4{margin-bottom:1rem;font-size:calc(1.125rem + 0.3125vw);font-weight:300;line-height:1.33}@media screen and (max-width:37.5rem){h4{font-size:1.125rem}}@media screen and (min-width:120rem){h4{font-size:1.5rem}}h5{font-size:calc(1.0625rem + 0.2083333333vw);font-weight:700;line-height:1.52}@media screen and (max-width:37.5rem){h5{font-size:1.0625rem}}@media screen and (min-width:120rem){h5{font-size:1.3125rem}}.content-text p,.content-text ul,.content-text ol,.content_container p,.content_container ul,.content_container ol,[class^="ce_hofff_consent"] p,[class^="ce_hofff_consent"] ul,[class^="ce_hofff_consent"] ol{line-height:1.81}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html{overflow-y:scroll;margin:0;padding:0}body,.mm-page{padding:0;margin:0}*,*:before,*:after{box-sizing:border-box}.invisible{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.block{display:block}nav *{list-style-type:none}source{font-size:0}img{display:block;max-width:100%;height:auto}.image_container{margin:0}.image_container img{margin-left:auto;margin-right:auto}:root{--icon_mask_menu-open: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 25 10'%3E%3Cpath fill='%23fff' d='M0 0h25v1H0zM0 9h25v1H0z'/%3E%3C/svg%3E");--icon_mask_menu-close: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 19'%3E%3Cpath fill='%23fff' d='M.719 18.329 17.72-.001l.733.68L1.452 19.01z'/%3E%3Cpath fill='%23fff' d='m.672.42 18.512 16.802-.672.74L0 1.162z'/%3E%3C/svg%3E");--icon_mask_search: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M17.968 6.77C17.593 2.965 14.436 0 10.605 0 6.517 0 3.21 3.38 3.21 7.534v.043a7.573 7.573 0 0 0 1.948 5.048L0 17.171.696 18l5.243-4.612a7.229 7.229 0 0 0 3.896 1.646c.257.022.513.044.77.044.29 0 .578-.022.856-.054 3.436-.404 6.154-3.195 6.496-6.716.022-.251.043-.513.043-.774 0-.262-.01-.513-.043-.774l.01.01Zm-7.363 7.218c-3.488 0-6.324-2.89-6.324-6.443 0-3.555 2.836-6.455 6.324-6.455 3.489 0 6.325 2.89 6.325 6.444s-2.836 6.443-6.325 6.443v.01Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--icon_mask_shop: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Ebene_1' data-name='Ebene 1' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23fff}%3C/style%3E%3C/defs%3E%3Cpath d='m18.6 13.15 1.08-1.98-1.08-2.13 1.08-2.1-1.09-2.1 1.01-2.52H9.95C9.65 1 8.47 0 7.06 0H3.28C1.65 0 .33 1.33.33 2.95v14.11c0 1.62 1.32 2.93 2.93 2.93h16.33l-1.01-2.57 1.09-2.19-1.07-2.08Zm-9.67 3.9c0 1.04-.84 1.88-1.88 1.88H3.27c-1.04 0-1.88-.84-1.88-1.88v-.32c0-1.02.83-1.86 1.86-1.86h3.82c1.02 0 1.86.83 1.86 1.86v.32Zm0-2.59c-.51-.41-1.15-.66-1.86-.66H3.25c-.7 0-1.35.25-1.86.66V2.95c0-1.04.84-1.88 1.88-1.88h3.78c1.04 0 1.88.84 1.88 1.88v11.5Zm9.08 4.46H9.35c.41-.51.66-1.15.66-1.86V3.41H18l-.6 1.5 1.06 2.05-1.07 2.09 1.07 2.11-1.08 1.98 1.08 2.11-1.06 2.13.61 1.55Z' class='cls-1'/%3E%3Ccircle cx='5.17' cy='16.9' r='1.01' class='cls-1'/%3E%3C/svg%3E")}#wrapper{position:relative}#wrapper>*{position:relative;z-index:1}#header{position:absolute;z-index:3;top:0;width:100%;border-bottom:1px solid rgba(255, 255, 255, 0.1)}#header.overlay-is-opened{position:fixed}#header>.inside{margin-right:4vw;margin-left:4vw;display:flex;align-items:center;justify-content:space-between;padding-top:24px;padding-bottom:24px}@media screen and (min-width: 56.250rem){#header>.inside{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw)}}@media screen and (min-width: 75.000rem){#header>.inside{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){#header>.inside{margin-right:auto;margin-left:auto;max-width:1600px}}#header>.inside>[class*="-container"]{flex:1 1 0px}#header>.inside .right-container{display:flex;justify-content:end;gap:22px}#header>.inside .offcanvas-overlay{--background-color: $color-dark-blue;--mm-color-icon: $color-white;color:#FFFFFF;position:absolute;display:flex;justify-content:center;align-items:flex-end;width:100%;height:100dvh;background:#031834;top:0;left:0;transition:transform 0.33s ease-in;transform:translateY(-100%);z-index:-1;overflow:hidden}#header>.inside .offcanvas-overlay>.inside .link-wrapper{display:flex;flex-direction:column;gap:calc(clamp(20px, 0px + 0.0333333333 * 100vw, 40px))}@media screen and (min-width: 56.250rem){#header>.inside .offcanvas-overlay>.inside .link-wrapper{margin-top:calc(clamp(10px, -30px + 0.0666666667 * 100vw, 50px));margin-bottom:calc(clamp(10px, -80px + 0.15 * 100vw, 100px))}}#header>.inside .offcanvas-overlay>.inside .link-wrapper>.submenu #custom_submenu{display:block}#header>.inside .offcanvas-overlay>.inside .link-wrapper>.submenu #custom_submenu ul{display:flex;flex-direction:column;gap:20px}#header>.inside .offcanvas-overlay>.inside .link-wrapper>.submenu #custom_submenu ul li>a,#header>.inside .offcanvas-overlay>.inside .link-wrapper>.submenu #custom_submenu ul li strong{color:#FFFFFF;font-weight:300;font-size:calc(0.938rem + 0.26vw)}@media screen and (max-width:37.5rem){#header>.inside .offcanvas-overlay>.inside .link-wrapper>.submenu #custom_submenu ul li>a,#header>.inside .offcanvas-overlay>.inside .link-wrapper>.submenu #custom_submenu ul li strong{font-size:0.938rem}}@media screen and (min-width:120rem){#header>.inside .offcanvas-overlay>.inside .link-wrapper>.submenu #custom_submenu ul li>a,#header>.inside .offcanvas-overlay>.inside .link-wrapper>.submenu #custom_submenu ul li strong{font-size:1.25rem}}#header>.inside .offcanvas-overlay>.inside .link-wrapper>.submenu #custom_submenu ul li>a:hover{text-decoration:underline}@media screen and (max-width: 56.250rem){#header>.inside .offcanvas-overlay>.inside .link-wrapper>.submenu{position:relative;padding-top:30px}#header>.inside .offcanvas-overlay>.inside .link-wrapper>.submenu:before{content:"";position:absolute;top:0;left:-50%;width:200%;height:1px;background:rgba(255, 255, 255, 0.1)}#header>.inside .offcanvas-overlay>.inside .link-wrapper>.submenu>#custom_submenu ul li>a,#header>.inside .offcanvas-overlay>.inside .link-wrapper>.submenu>#custom_submenu ul li strong{color:rgba(255, 255, 255, 0.7)}}#header>.inside .offcanvas-overlay.is-opened{position:fixed;transform:translateY(0%);transition:transform 0.33s ease-in 0.33s}#header>.inside .offcanvas-overlay.is-opened .inside{position:relative}#header>.inside .offcanvas-overlay.is-opened .inside:before{content:"";position:absolute;left:-50%;top:0;width:200%;height:1px;background:rgba(0, 0, 0, 0.4)}#header>.inside .offcanvas-overlay.is-opened>.inside>*{opacity:1;transition:opacity 0.33s ease-in}#header>.inside .offcanvas-overlay>.inside{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw;width:100%;max-width:100vw;padding-block:0 !important;display:grid;grid-template-columns:1fr 2px 3fr;column-gap:20px}@media screen and (min-width: 56.250rem){#header>.inside .offcanvas-overlay>.inside{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){#header>.inside .offcanvas-overlay>.inside{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){#header>.inside .offcanvas-overlay>.inside{margin-right:auto;margin-left:auto;max-width:1600px}}@media screen and (max-width: 56.250rem){#header>.inside .offcanvas-overlay>.inside{grid-template-columns:1fr;grid-template-rows:1fr auto;column-gap:0;row-gap:40px;padding-left:35px}}#header>.inside .offcanvas-overlay>.inside>*{margin-bottom:20px;opacity:0;transition:opacity 0.33s ease-in 0.33s}#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper{height:100%}#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu{--mm-listitem-size: 56px;--mm-color-border: transparent;--mm-color-background: var(--background-color);display:flex}#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-navbars .mm-navbar{color:#FFFFFF}#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-navbars .mm-navbar:has(a):hover .mm-navbar__title{text-decoration:underline}#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-navbars .mm-navbar .mm-navbar__title{justify-content:start;padding:0}#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-navbars .mm-navbar .mm-btn--prev:before{border:2px solid white;border-bottom:none;border-right:none;inset-inline-start:6px}#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-panel{background:#031834}#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem{color:#FFFFFF;font-size:calc(1.313rem + 0.625vw)}@media screen and (max-width:37.5rem){#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem{font-size:1.313rem}}@media screen and (min-width:120rem){#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem{font-size:2.063rem}}#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem a,#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem strong{font-weight:300;line-height:normal;padding:calc(clamp(10px, 5px + 0.0083333333 * 100vw, 15px))}#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem a.active,#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem a.submenu,#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem a.sibling,#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem a.mm-listitem__text,#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem strong.active,#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem strong.submenu,#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem strong.sibling,#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem strong.mm-listitem__text{padding-left:0;padding-right:0}#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem__text{padding-left:0}#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem:hover a{text-decoration:underline}#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem.trail a{text-decoration:underline;text-decoration-color:rgba(255, 255, 255, 0.3)}#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem .mm-btn--next{border:1px solid transparent}#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem .mm-btn--next:hover{border:1px solid rgba(255, 255, 255, 0.3)}#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem .mm-btn--prev+.mm-navbar__title:hover>span{text-decoration:underline}#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem.active a{text-decoration:underline}#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem::after{inset-inline-start:0px}#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem:last-of-type{margin-bottom:0}#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem .mm-btn--next{padding-left:40px}#header>.inside .offcanvas-overlay>.inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem .mm-btn--next:after{border:2px solid #FFFFFF;border-bottom:none;border-right:none}#header>.inside .offcanvas-overlay>.inside .divider{grid-column:2;background:#001027}#header>.inside .offcanvas-overlay>.inside .cards-wrapper{min-width:0;margin-top:0;margin-left:calc(clamp(0px, -120px + 0.2 * 100vw, 120px));height:0px;display:none;visibility:hidden}@media screen and (min-width: 56.250rem){#header>.inside .offcanvas-overlay>.inside .cards-wrapper{height:100%;display:block;visibility:visible}#header>.inside .offcanvas-overlay>.inside .cards-wrapper .ce_rsce_overlay_header_swiper{display:flex;flex-direction:column;justify-content:center;height:100%}#header>.inside .offcanvas-overlay>.inside .cards-wrapper .ce_rsce_overlay_header_swiper .swiper{margin-right:-8.3333333333vw}}:is(#wrapper:has(.ce_rsce_header.simple-page), #wrapper:not(:has(.ce_rsce_header)), #wrapper:has(.mod_newsreader)) #header{position:relative;background-color:#031834;border-bottom:0}[data-theme="theme1"] :is(#wrapper:has(.ce_rsce_header.simple-page), #wrapper:not(:has(.ce_rsce_header)), #wrapper:has(.mod_newsreader)) #header{background-color:#000000}.logo{display:flex;align-items:center;justify-content:center}.mainMenuMobileButton,.search-btn,.shop-btn{background-color:transparent;border:none;color:#FFFFFF;text-decoration:none;text-transform:uppercase;display:flex;align-items:center;gap:10px;color:#FFFFFF;font-size:14px;font-style:normal;font-weight:300;line-height:1.42;position:relative}.mainMenuMobileButton:hover,.search-btn:hover,.shop-btn:hover{color:#FFFFFF;text-decoration:underline;cursor:pointer}.mainMenuMobileButton::after,.search-btn::after,.shop-btn::after{content:"";display:inline-block;width:1.125rem;height:1.125rem;min-height:100%;background-color:currentColor;mask-position:center;mask-repeat:no-repeat;mask-size:contain;mask-size:100%}@media screen and (max-width: 37.500rem){.mainMenuMobileButton>.hamburger-label,.search-btn>.hamburger-label,.shop-btn>.hamburger-label{display:none}}.mainMenuMobileButton{flex-direction:row-reverse}.mainMenuMobileButton::after{mask-image:var(--icon_mask_menu-open)}.mainMenuMobileButton.is-opened::after{mask-image:var(--icon_mask_menu-close)}.search-btn::after{mask-image:var(--icon_mask_search)}@media screen and (max-width: 37.500rem){.search-btn>.label{display:none}}.header-link-spacer{width:1px;height:27px;opacity:0.15;background:#FFFFFF}.shop-btn{flex-direction:row-reverse}.shop-btn::after{mask-image:var(--icon_mask_shop)}@media screen and (max-width: 37.500rem){.shop-btn>.label{display:none}}:root{--icon_mask_arrow-up: url('data:image/svg+xml,<svg viewBox="0 0 22 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23a)"><path d="M5 5.4 11.16 1l6.16 4.4" stroke="%23fff" shape-rendering="crispEdges"/></g><g filter="url(%23b)"><path d="M11 1v17" stroke="%23fff" shape-rendering="crispEdges"/></g><defs><filter id="a" x=".711" y=".386" width="20.898" height="13.422" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_8057_754"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_8057_754" result="shape"/></filter><filter id="b" x="6.5" y="1" width="9" height="25" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_8057_754"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_8057_754" result="shape"/></filter></defs></svg>');--icon_mask_change-language: url('data:image/svg+xml,<svg viewBox="0 0 29 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M26.558 14.481a12.068 12.068 0 1 0-24.136 0 12.068 12.068 0 0 0 24.136 0Zm-2.498-1.207h-3.536a15.58 15.58 0 0 0-2.812-7.892 9.654 9.654 0 0 1 6.348 7.892Zm-13.094 2.414h7.144a13.806 13.806 0 0 1-3.62 7.977 13.275 13.275 0 0 1-3.524-7.977Zm0-2.414A13.757 13.757 0 0 1 14.49 5.31a13.504 13.504 0 0 1 3.62 7.965h-7.144Zm.434-7.928a15.906 15.906 0 0 0-2.86 7.928H4.92a9.654 9.654 0 0 1 6.48-7.928ZM4.92 15.688h3.62a15.52 15.52 0 0 0 2.836 7.917 9.654 9.654 0 0 1-6.456-7.917Zm12.732 7.905a15.857 15.857 0 0 0 2.872-7.905h3.56a9.656 9.656 0 0 1-6.432 7.905Z" fill="%23031834"/></svg>');--icon_mask_accordion-open: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 31 31'%3E%3Cpath fill='%23031834' d='M0 14.5h31v2H0z'/%3E%3Cpath fill='%23031834' d='M16.5 0v31h-2V0z'/%3E%3C/svg%3E");--icon_mask_accordion-close: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 31 2'%3E%3Cpath fill='%23031834' d='M0 0h31v2H0z'/%3E%3C/svg%3E")}#footer{overflow:hidden;color:#031834;background-color:#FFFFFF}#footer>.inside .footer_top_wrapper{border-top:1px solid rgba(0, 0, 0, 0.1)}#footer>.inside .footer_top_wrapper .top_inside{padding-top:17.5px;padding-bottom:17.5px;margin-right:4vw;margin-left:4vw;display:flex;justify-content:space-between}@media screen and (min-width: 56.250rem){#footer>.inside .footer_top_wrapper .top_inside{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:35px;padding-bottom:35px}}@media screen and (min-width: 75.000rem){#footer>.inside .footer_top_wrapper .top_inside{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){#footer>.inside .footer_top_wrapper .top_inside{margin-right:auto;margin-left:auto;max-width:1600px}}#footer>.inside .footer_top_wrapper .top_inside .social_icons_wrapper .ce_rsce_social_list .inside .headline{display:none;visibility:hidden}#footer>.inside .footer_top_wrapper .top_inside .change_language_wrapper{font-weight:300;font-size:calc(0.75rem + 0.3125vw)}@media screen and (max-width:37.5rem){#footer>.inside .footer_top_wrapper .top_inside .change_language_wrapper{font-size:0.75rem}}@media screen and (min-width:120rem){#footer>.inside .footer_top_wrapper .top_inside .change_language_wrapper{font-size:1.125rem}}#footer>.inside .footer_top_wrapper .top_inside .change_language_wrapper .change_language_text{display:flex;align-items:center}#footer>.inside .footer_top_wrapper .top_inside .change_language_wrapper .change_language_text:before{content:"";display:inline-block;height:calc(clamp(20px, 16px + 0.0066666667 * 100vw, 24px));width:calc(clamp(20px, 16px + 0.0066666667 * 100vw, 24px));mask-image:var(--icon_mask_change-language);mask-position:center;mask-repeat:no-repeat;mask-size:100%;margin-right:calc(clamp(5px, 0px + 0.0083333333 * 100vw, 10px));background-color:#031834}#footer>.inside .footer_main_wrapper .inside_main{margin-right:4vw;margin-left:4vw;padding-top:calc(clamp(40px, -20px + 0.1 * 100vw, 100px));margin-left:8vw;margin-right:8vw;display:grid;column-gap:20px}@media screen and (min-width: 56.250rem){#footer>.inside .footer_main_wrapper .inside_main{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw)}}@media screen and (min-width: 75.000rem){#footer>.inside .footer_main_wrapper .inside_main{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){#footer>.inside .footer_main_wrapper .inside_main{margin-right:auto;margin-left:auto;max-width:1600px}}#footer>.inside .footer_main_wrapper .inside_main .logo_container{padding-bottom:40px;position:relative}#footer>.inside .footer_main_wrapper .inside_main .logo_container:after{position:absolute;content:"";left:-20%;width:200%;bottom:0;background-color:#000D20;height:1px}#footer>.inside .footer_main_wrapper .inside_main .logo_container .logo{justify-content:center}#footer>.inside .footer_main_wrapper .inside_main .logo_container .logo svg{width:calc(clamp(120px, 68px + 0.0866666667 * 100vw, 172px));height:auto}#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;gap:20px;margin-top:40px;margin-bottom:calc(clamp(40px, 0px + 0.0666666667 * 100vw, 80px))}#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h1,#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h2,#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h3,#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h4,#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h5,#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h6,#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer .handorgel__header__button{font-weight:300;font-size:calc(1.375rem + 0.1041666667vw);text-transform:uppercase}@media screen and (max-width:37.5rem){#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h1,#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h2,#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h3,#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h4,#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h5,#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h6,#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer .handorgel__header__button{font-size:1.375rem}}@media screen and (min-width:120rem){#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h1,#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h2,#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h3,#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h4,#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h5,#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h6,#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer .handorgel__header__button{font-size:1.5rem}}#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer ul li{margin-bottom:10px}#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer ul li:last-of-type{margin-bottom:0}#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer ul li.active{text-decoration:underline}#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer ul li a,#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer ul li strong{font-size:calc(1rem + 0.1041666667vw);color:rgba(237, 237, 237, 0.6);font-weight:300}@media screen and (max-width:37.5rem){#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer ul li a,#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer ul li strong{font-size:1rem}}@media screen and (min-width:120rem){#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer ul li a,#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer ul li strong{font-size:1.125rem}}#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer ul li a:hover{cursor:pointer;text-decoration:underline}#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer.handorgel{width:100%}#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer.handorgel .handorgel__header .handorgel__header__button{background:transparent;border:none;padding:0}@media screen and (max-width: 56.250rem){#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer.handorgel .handorgel__header .handorgel__header__button{display:flex;justify-content:space-between;align-items:center;padding-top:10px;padding-bottom:10px;position:relative}#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer.handorgel .handorgel__header .handorgel__header__button::after{content:"";display:inline-block;width:0.9em;height:0.9em;min-height:100%;background-color:currentColor;mask-image:var(--icon_mask_accordion-open);mask-position:center;mask-repeat:no-repeat;mask-size:contain;mask-size:100% 100%}#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer.handorgel .handorgel__header.handorgel__header--opened .handorgel__header__button::after{mask-image:var(--icon_mask_accordion-close)}}#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer.handorgel .handorgel__content{background:transparent;border:none}#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer.handorgel .handorgel__content .handorgel__content__inner{padding-left:0}#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .link_up_container{display:none;visibility:hidden}#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .link_up_container .link_up{height:calc(clamp(40px, 32px + 0.0133333333 * 100vw, 48px));width:calc(clamp(40px, 32px + 0.0133333333 * 100vw, 48px));background-color:#2DA4DC;display:block;text-decoration:none;transition:0.3s}#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .link_up_container .link_up:hover{text-decoration:underline;scale:1.05}#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .link_up_container .link_up .icon_container{display:block;width:100%;height:100%;background-color:#FFFFFF;mask-image:var(--icon_mask_arrow-up);mask-position:50% 65%;mask-repeat:no-repeat;mask-size:43%;margin-bottom:7px}#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .link_up_container .link_up .link_up_text{text-decoration:none;font-weight:300;font-size:0.938rem;display:flex;text-align:center}#footer>.inside .footer_main_wrapper .inside_main .section_divider{grid-column:1 / -1;height:1px;background:rgba(0, 0, 0, 0.42);display:none}#footer>.inside .footer_main_wrapper .inside_main .legals_container{grid-column:1 / -1;display:flex;flex-direction:column;justify-content:space-between;column-gap:20px}#footer>.inside .footer_main_wrapper .inside_main .legals_container .legals_menu{padding-top:calc(clamp(25px, 0px + 0.0416666667 * 100vw, 50px));padding-bottom:calc(clamp(25px, 0px + 0.0416666667 * 100vw, 50px));position:relative}#footer>.inside .footer_main_wrapper .inside_main .legals_container .legals_menu:before{content:"";position:absolute;top:0;left:-50%;width:200%;background:#000D20;height:1px}#footer>.inside .footer_main_wrapper .inside_main .legals_container .legals_menu:after{content:"";position:absolute;bottom:0;left:-50%;width:200%;background:#000D20;height:1px}#footer>.inside .footer_main_wrapper .inside_main .legals_container .legals_menu nav ul{display:flex;flex-direction:row;gap:calc(clamp(20px, 10px + 0.0166666667 * 100vw, 30px));flex-wrap:wrap;justify-content:space-between;font-size:calc(0.875rem + 0.1041666667vw);font-weight:300}@media screen and (max-width:37.5rem){#footer>.inside .footer_main_wrapper .inside_main .legals_container .legals_menu nav ul{font-size:0.875rem}}@media screen and (min-width:120rem){#footer>.inside .footer_main_wrapper .inside_main .legals_container .legals_menu nav ul{font-size:1rem}}#footer>.inside .footer_main_wrapper .inside_main .legals_container .legals_menu nav ul li.active{text-decoration:underline}#footer>.inside .footer_main_wrapper .inside_main .legals_container .brand_name{padding-top:calc(clamp(25px, 0px + 0.0416666667 * 100vw, 50px));padding-bottom:calc(clamp(25px, 0px + 0.0416666667 * 100vw, 50px));font-size:calc(0.75rem + 0.1041666667vw);color:rgba(255, 255, 255, 0.5);display:flex;justify-content:center;align-items:center;text-align:center;font-weight:300}@media screen and (max-width:37.5rem){#footer>.inside .footer_main_wrapper .inside_main .legals_container .brand_name{font-size:0.75rem}}@media screen and (min-width:120rem){#footer>.inside .footer_main_wrapper .inside_main .legals_container .brand_name{font-size:0.875rem}}#footer>.inside .footer_main_wrapper .inside_main a,#footer>.inside .footer_main_wrapper .inside_main div,#footer>.inside .footer_main_wrapper .inside_main span{color:#FFFFFF}#footer>.inside .footer_main_wrapper .inside_main a:hover{text-decoration:underline}#footer>.inside .footer_bottom_wrapper{padding-top:20px;padding-bottom:20px;margin-right:4vw;margin-left:4vw;text-align:center;font-weight:300;font-size:calc(0.75rem + 0.1041666667vw)}@media screen and (min-width: 56.250rem){#footer>.inside .footer_bottom_wrapper{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:40px;padding-bottom:40px}}@media screen and (min-width: 75.000rem){#footer>.inside .footer_bottom_wrapper{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){#footer>.inside .footer_bottom_wrapper{margin-right:auto;margin-left:auto;max-width:1600px}}@media screen and (max-width:37.5rem){#footer>.inside .footer_bottom_wrapper{font-size:0.75rem}}@media screen and (min-width:120rem){#footer>.inside .footer_bottom_wrapper{font-size:0.875rem}}#footer .footer_main_wrapper{background-color:#031834}[data-theme="theme1"] #footer .footer_main_wrapper{background-color:#000000}@media screen and (min-width: 56.250rem){#footer>.inside .footer_top_wrapper .top_inside .social_icons_wrapper .ce_rsce_social_list .inside .headline{display:block;visibility:visible}#footer>.inside .footer_main_wrapper .inside_main{grid-template-columns:25fr 75fr}#footer>.inside .footer_main_wrapper .inside_main .logo_container:after{display:none}#footer>.inside .footer_main_wrapper .inside_main .logo_container .logo{justify-content:start}#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper{margin-top:0;flex-wrap:nowrap}#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer.handorgel{width:auto}#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer.handorgel .handorgel__header .handorgel__header__button{pointer-events:none}#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer.handorgel .handorgel__content{height:auto !important;display:block}#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer.handorgel .handorgel__content .handorgel__content__inner{opacity:1;height:auto}#footer>.inside .footer_main_wrapper .inside_main .menus_wrapper .link_up_container{display:block;visibility:visible}#footer>.inside .footer_main_wrapper .inside_main .section_divider{display:block;visibility:visible}#footer>.inside .footer_main_wrapper .inside_main .legals_container{flex-direction:row}#footer>.inside .footer_main_wrapper .inside_main .legals_container .legals_menu:before{display:none}#footer>.inside .footer_main_wrapper .inside_main .legals_container .legals_menu:after{display:none}#footer>.inside .footer_main_wrapper .inside_main .legals_container .legals_menu nav ul{justify-content:start}}@media screen and (min-width: 75.000rem){#footer>.inside .footer_main_wrapper .inside_main{grid-template-columns:33fr 66fr}}html{background-color:#031834}body{height:100%;min-height:100%}body{position:relative;isolation:isolate;overflow-x:initial}#wrapper{background-color:#FFFFFF;min-height:100vh}body[data-theme="theme1"] #wrapper{background-color:#000000}#footer-banner{position:sticky;bottom:0;left:0;z-index:-1}svg.svg-blur{width:66px;height:66px;-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px);border-radius:50%}.swiper-button-next,.swiper-button-prev{width:66px;height:66px}.pagination{display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-end;column-gap:20px;row-gap:10px}.pagination>ul{display:flex;align-items:center;gap:10px}.pagination>ul a:hover{border:1px solid #2DA4DC;transition:0.3s}.pagination>ul .previous{transition:0.3s}.pagination>ul .previous svg{rotate:180deg;width:4px}.pagination>ul .next svg{width:4px}.pagination>ul .first svg{width:10px}.pagination>ul .last svg{width:10px}.pagination>ul li a,.pagination>ul li strong{min-width:32px;min-height:32px;aspect-ratio:1;border:1px solid #EDEDED;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:0.875rem;color:#031834;text-decoration:none}.pagination>ul li a span,.pagination>ul li strong span{display:none}.pagination>ul li strong.active{background-color:#0056A2;color:#FFFFFF}.pagination>ul li strong.active svg path{stroke:#FFFFFF}.pagination .currentpage{font-size:0.875rem}p:not(.more, .btn, .button) a{color:#0056A2}button[type="submit"]{appearance:none;-webkit-appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;color:inherit}a.button,a.btn,span.button,p.btn a,p.button a,:is(.hofff-consent-button, .hofff-consent-button-close),#main button[type="submit"],.mod_search button[type="submit"]{display:inline-block;color:#FFFFFF;background-color:#0056A2;border:1px solid #0056A2;text-decoration:none;padding:1em 3em;text-align:center;text-transform:uppercase;font-size:calc(0.6875rem + 0.0520833333vw);font-style:normal;font-weight:700;line-height:2;letter-spacing:1.2px}@media screen and (max-width:37.5rem){a.button,a.btn,span.button,p.btn a,p.button a,:is(.hofff-consent-button, .hofff-consent-button-close),#main button[type="submit"],.mod_search button[type="submit"]{font-size:0.6875rem}}@media screen and (min-width:120rem){a.button,a.btn,span.button,p.btn a,p.button a,:is(.hofff-consent-button, .hofff-consent-button-close),#main button[type="submit"],.mod_search button[type="submit"]{font-size:0.75rem}}a.button:hover,a.btn:hover,span.button:hover,p.btn a:hover,p.button a:hover,:is(.hofff-consent-button, .hofff-consent-button-close):hover,#main button[type="submit"]:hover,.mod_search button[type="submit"]:hover{cursor:pointer;background-color:#031834;border:1px solid #031834;text-decoration:underline}.btn.invert,.button.invert{color:#FFFFFF;background-color:initial;border:1px solid #FFFFFF;background:rgba(0, 0, 0, 0.01);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn.invert:hover,.button.invert:hover{color:#FFFFFF;background-color:initial;border:1px solid #FFFFFF;background:rgba(0, 0, 0, 0.1);text-decoration:underline}#main input[type="text"],#main input[type="email"],#main input[type="number"],#main input[type="tel"],#main input[type="date"],#main input[type="password"],#main select,#main textarea{color:#031834;display:block;outline:none;width:100%;font-size:1rem;padding:17px 20px;border:1px solid #191919;background-color:#EDEDED}#main input[type="file"]{padding:17px 20px;background:#EDEDED}#main input[type="radio"]{accent-color:var(--color-primary)}#main input[type="range"]{accent-color:var(--color-primary)}#main input[type="checkbox"]{accent-color:var(--color-primary)}#main select{border-radius:0;appearance:none;-webkit-appearance:none;-moz-appearance:none}#main div:has(> select){position:relative}#main div:has(> select):after{pointer-events:none;content:"";clip-path:polygon(50.4% 74.8%, 79.9% 40.3%, 100% 40%, 50.1% 100%, 0% 40%, 20.6% 40.3%);background:#000000;height:10px;width:10px;position:absolute;right:10px;top:50%;transform:translateY(-50%)}#main .inside .mod_article:first-of-type{padding-top:0}.mod_article.bg-light-grey{background-color:#EDEDED}body[data-theme="theme1"] .mod_article.bg-light-grey{background-color:#191919}:root{--icon_mask_menu-close: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 15'%3E%3Cpath fill='%23fff' d='m1.305 0 14.142 14.142-.745.745L.56.745z'/%3E%3Cpath fill='%23fff' d='M.555 14.142 14.697 0l.744.744L1.3 14.886z'/%3E%3C/svg%3E")}nav a{text-decoration:none}nav ul{margin:0;padding:0}nav strong{font-weight:normal}.mod_newslist .layout_full>.inside{position:relative}.mod_newslist .layout_full>.inside .info{position:absolute;top:1.334em;left:1.334em;font-size:calc(0.75rem + 0.15625vw)}@media screen and (max-width:37.5rem){.mod_newslist .layout_full>.inside .info{font-size:0.75rem}}@media screen and (min-width:120rem){.mod_newslist .layout_full>.inside .info{font-size:0.9375rem}}.mod_newslist .layout_full>.inside .info time{background-color:#031834;color:#FFFFFF;width:4em;aspect-ratio:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.mod_newslist .layout_full>.inside .info time .day{text-align:center}.mod_newslist .layout_full>.inside .info time .month{text-align:center}.mod_newslist .layout_full>.inside .headline,.mod_newslist .layout_full>.inside .subline{font-size:calc(1.25rem + 0.2083333333vw);font-weight:300;line-height:1.33}@media screen and (max-width:37.5rem){.mod_newslist .layout_full>.inside .headline,.mod_newslist .layout_full>.inside .subline{font-size:1.25rem}}@media screen and (min-width:120rem){.mod_newslist .layout_full>.inside .headline,.mod_newslist .layout_full>.inside .subline{font-size:1.5rem}}.mod_newslist .layout_full>.inside .headline{padding-top:20px}.mod_newslist .layout_full>.inside .more a{color:#0056A2;font-size:calc(0.9375rem + 0.15625vw);font-weight:300;line-height:1.33;text-decoration:none}@media screen and (max-width:37.5rem){.mod_newslist .layout_full>.inside .more a{font-size:0.9375rem}}@media screen and (min-width:120rem){.mod_newslist .layout_full>.inside .more a{font-size:1.125rem}}.mod_newslist .layout_full>.inside .more a:hover{text-decoration:underline}.mod_newslist.hasSwiper{overflow:hidden;padding-top:37.5px;padding-bottom:37.5px}.mod_newslist.hasSwiper .swiper{padding-left:calc(( 100vw - 1600px ) / 2)}.mod_newslist.hasSwiper .swiper-container{position:relative}.mod_newslist.hasSwiper .swiper-button-next,.mod_newslist.hasSwiper .swiper-button-prev{--swiper-navigation-sides-offset: -10px;--swiper-navigation-top-offset: 42%;width:80px;height:80px}.mod_newslist.hasSwiper .swiper-button-next:after,.mod_newslist.hasSwiper .swiper-button-prev:after{display:none}.mod_newslist.hasSwiper .swiper-slide .image_container a{display:block;height:100%}.mod_newslist.hasSwiper .swiper-slide .image_container picture{display:block;width:100%;height:100%}.mod_newslist.hasSwiper .swiper-slide .image_container picture img{width:100%;height:100%;object-fit:cover}@media screen and (min-width: 56.250rem){.mod_newslist.hasSwiper{padding-top:75px;padding-bottom:75px}}.mod_newslist.hasSwiper .swiper-pagination{max-width:600px;--swiper-pagination-progressbar-size: 1px;--swiper-pagination-progressbar-bg-color: #EDEDED;--swiper-pagination-color: #0056A2;left:50%;translate:-50% 0;top:-25px}@media screen and (min-width: 56.250rem){.mod_newslist.hasSwiper .swiper-pagination{top:-37.5px}}.mod_newslist:not(.hasSwiper){padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw;display:grid;gap:calc(clamp(20px, 0px + 0.0333333333 * 100vw, 40px))}@media screen and (min-width: 56.250rem){.mod_newslist:not(.hasSwiper){margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.mod_newslist:not(.hasSwiper){margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.mod_newslist:not(.hasSwiper){margin-right:auto;margin-left:auto;max-width:1600px}}@media only screen and (min-width: 37.500rem){.mod_newslist:not(.hasSwiper){grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 56.250rem){.mod_newslist:not(.hasSwiper){grid-template-columns:repeat(3, 1fr)}}.mod_newslist:not(.hasSwiper) .headline-container{grid-column:1 / -1}.mod_newslist:not(.hasSwiper) .pagination{grid-column:1 / -1}.mod_newsreader .layout_full .meta_container{background-color:#EDEDED}.mod_newsreader .layout_full .meta_container>.inside{display:grid;align-items:center}@media screen and (min-width: 56.250rem){.mod_newsreader .layout_full .meta_container>.inside{grid-template-columns:1fr 1fr}}.mod_newsreader .layout_full .meta_container>.inside .image_container{grid-row:1;height:100%;width:100%}@media screen and (min-width: 56.250rem){.mod_newsreader .layout_full .meta_container>.inside .image_container{grid-row:initial}}.mod_newsreader .layout_full .meta_container>.inside .image_container *{height:100%;width:100%}.mod_newsreader .layout_full .meta_container>.inside .image_container picture{display:inline-block}.mod_newsreader .layout_full .meta_container>.inside .image_container picture img{object-fit:cover}.mod_newsreader .layout_full .meta_container>.inside .headline_container{padding-top:calc(clamp(20px, -58px + 0.13 * 100vw, 98px));padding-bottom:calc(clamp(20px, -58px + 0.13 * 100vw, 98px));padding-left:4vw}@media screen and (min-width: 56.250rem){.mod_newsreader .layout_full .meta_container>.inside .headline_container{padding-left:calc(4.1666666667vw)}}@media screen and (min-width: 75.000rem){.mod_newsreader .layout_full .meta_container>.inside .headline_container{padding-left:8.3333333333vw}}@media screen and (min-width: 112.500rem){.mod_newsreader .layout_full .meta_container>.inside .headline_container{padding-left:calc(( 100vw - 1600px ) / 2)}}@media screen and (min-width: 56.250rem){.mod_newsreader .layout_full .meta_container>.inside .headline_container{grid-template-columns:1fr 1fr;gap:40px;padding-right:calc(clamp(20px, -58px + 0.13 * 100vw, 98px))}}.mod_newsreader .layout_full .meta_container>.inside .headline_container .headline{margin-top:0.25em}.mod_newsreader .layout_full .meta_container>.inside .headline_container .info time{color:#0056A2;font-size:18px;font-weight:300;line-height:1.33;letter-spacing:1.8px;text-transform:uppercase}.mod_hpk_product_detail .hpk_product_detail{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.mod_hpk_product_detail .hpk_product_detail{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.mod_hpk_product_detail .hpk_product_detail{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.mod_hpk_product_detail .hpk_product_detail{margin-right:auto;margin-left:auto;max-width:1600px}}.mod_hpk_product_detail .hpk_product_detail:has(.go_back_wrapper){padding-top:0 !important}.mod_hpk_product_detail .hpk_product_detail:has(.go_back_wrapper) .go_back_wrapper{padding-top:calc(clamp(25px, 15px + 0.0166666667 * 100vw, 35px));padding-bottom:calc(clamp(25px, 15px + 0.0166666667 * 100vw, 35px))}.mod_hpk_product_detail .hpk_product_detail:has(.go_back_wrapper) .go_back_wrapper .go_back_link{font-size:calc(0.625rem + 0.1041666667vw)}@media screen and (max-width:37.5rem){.mod_hpk_product_detail .hpk_product_detail:has(.go_back_wrapper) .go_back_wrapper .go_back_link{font-size:0.625rem}}@media screen and (min-width:120rem){.mod_hpk_product_detail .hpk_product_detail:has(.go_back_wrapper) .go_back_wrapper .go_back_link{font-size:0.75rem}}.mod_hpk_product_detail .hpk_product_detail .product_title{font-weight:300;text-transform:uppercase;margin-bottom:0;font-size:calc(1.625rem + 0.8333333333vw)}@media screen and (max-width:37.5rem){.mod_hpk_product_detail .hpk_product_detail .product_title{font-size:1.625rem}}@media screen and (min-width:120rem){.mod_hpk_product_detail .hpk_product_detail .product_title{font-size:2.625rem}}.mod_hpk_product_detail .hpk_product_detail .kollektionen_namen{font-weight:300;text-transform:uppercase;font-size:0.875rem}.mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .main_info_wrapper .musterservice_wrapper{margin-bottom:20px;font-size:calc(0.813rem + 0.1041666667vw)}@media screen and (max-width:37.5rem){.mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .main_info_wrapper .musterservice_wrapper{font-size:0.813rem}}@media screen and (min-width:120rem){.mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .main_info_wrapper .musterservice_wrapper{font-size:0.938rem}}.mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .content-accordion{padding-top:0 !important;padding-bottom:0 !important;margin-left:0 !important;margin-right:0 !important;border-top:1px solid #EDEDED}.mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .content-accordion:last-of-type{border-bottom:1px solid #EDEDED}.mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .content-accordion .handorgel__header.handorgel__header--opened .handorgel__header__button:after{rotate:180deg}.mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .content-accordion .handorgel__header .handorgel__header__button{padding:calc(clamp(15px, 10px + 0.0083333333 * 100vw, 20px)) 0;padding-right:calc(clamp(15px, -5px + 0.0333333333 * 100vw, 35px));background:transparent;font-size:calc(1rem + 0.1041666667vw)}@media screen and (max-width:37.5rem){.mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .content-accordion .handorgel__header .handorgel__header__button{font-size:1rem}}@media screen and (min-width:120rem){.mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .content-accordion .handorgel__header .handorgel__header__button{font-size:1.125rem}}.mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .content-accordion .handorgel__header .handorgel__header__button:after{transition:0.3s;width:14px;height:7px;mask-image:var(--icon_mask_accordion_open)}.mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .content-accordion .handorgel__content{font-size:calc(0.875rem + 0.0525vw);padding-left:0;padding-right:0;margin-top:0;margin-bottom:0}@media screen and (max-width:37.5rem){.mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .content-accordion .handorgel__content{font-size:0.875rem}}@media screen and (min-width:120rem){.mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .content-accordion .handorgel__content{font-size:0.938rem}}.mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .content-accordion .handorgel__content .handorgel__content__inner{padding-left:0;border-left:none;padding-bottom:calc(clamp(15px, 10px + 0.0083333333 * 100vw, 20px))}.mod_hpk_product_detail .collections_list_wrapper{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.mod_hpk_product_detail .collections_list_wrapper{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.mod_hpk_product_detail .collections_list_wrapper{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.mod_hpk_product_detail .collections_list_wrapper{margin-right:auto;margin-left:auto;max-width:1600px}}.mod_hpk_product_detail .collections_list_wrapper .collections_headline{text-transform:uppercase;font-weight:300;margin-bottom:2rem}.mod_hpk_collection_detail .hpk_pagination{padding-top:0px;padding-bottom:0px;margin-right:4vw;margin-left:4vw;margin-bottom:calc(clamp(40px, -20px + 0.1 * 100vw, 100px))}@media screen and (min-width: 56.250rem){.mod_hpk_collection_detail .hpk_pagination{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:0px;padding-bottom:0px}}@media screen and (min-width: 75.000rem){.mod_hpk_collection_detail .hpk_pagination{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.mod_hpk_collection_detail .hpk_pagination{margin-right:auto;margin-left:auto;max-width:1600px}}:root{--icon_mask_filter_open: url('data:image/svg+xml,<svg viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 1.5h21.513M7 15h8M19 8H3" stroke="%23031834" stroke-width="2"/></svg>');--icon_mask_search_magnifier: url('data:image/svg+xml,<svg viewBox="0 0 22 23" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="10" r="9" stroke="%23031834" stroke-width="2"/><path stroke="%23031834" stroke-width="2" d="m5.707 16.707-5 5"/></svg>');--icon_mask_accordion_open: url('data:image/svg+xml,<svg viewBox="0 0 14 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m1 1 6 5 6-5" stroke="%23031834" stroke-width="1.5"/></svg>')}.mod_hpk_product_list,.collections_list_wrapper,.product_list_collection_wrapper{max-width:100%}.mod_hpk_product_list .filter_section_wrapper,.collections_list_wrapper .filter_section_wrapper,.product_list_collection_wrapper .filter_section_wrapper{border-bottom:1px solid rgba(0, 0, 0, 0.1)}.mod_hpk_product_list .filter_section_wrapper .search_filter_section,.collections_list_wrapper .filter_section_wrapper .search_filter_section,.product_list_collection_wrapper .filter_section_wrapper .search_filter_section{padding-top:15px;padding-bottom:15px;margin-right:4vw;margin-left:4vw;display:flex;align-items:center}@media screen and (min-width: 56.250rem){.mod_hpk_product_list .filter_section_wrapper .search_filter_section,.collections_list_wrapper .filter_section_wrapper .search_filter_section,.product_list_collection_wrapper .filter_section_wrapper .search_filter_section{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:30px;padding-bottom:30px}}@media screen and (min-width: 75.000rem){.mod_hpk_product_list .filter_section_wrapper .search_filter_section,.collections_list_wrapper .filter_section_wrapper .search_filter_section,.product_list_collection_wrapper .filter_section_wrapper .search_filter_section{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.mod_hpk_product_list .filter_section_wrapper .search_filter_section,.collections_list_wrapper .filter_section_wrapper .search_filter_section,.product_list_collection_wrapper .filter_section_wrapper .search_filter_section{margin-right:auto;margin-left:auto;max-width:1600px}}.mod_hpk_product_list .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_toggle,.collections_list_wrapper .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_toggle,.product_list_collection_wrapper .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_toggle{font-size:calc(1rem + 0.2083333333vw)}@media screen and (max-width:37.5rem){.mod_hpk_product_list .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_toggle,.collections_list_wrapper .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_toggle,.product_list_collection_wrapper .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_toggle{font-size:1rem}}@media screen and (min-width:120rem){.mod_hpk_product_list .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_toggle,.collections_list_wrapper .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_toggle,.product_list_collection_wrapper .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_toggle{font-size:1.25rem}}.mod_hpk_product_list .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle:hover,.collections_list_wrapper .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle:hover,.product_list_collection_wrapper .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle:hover{text-decoration:underline;cursor:pointer}.mod_hpk_product_list .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text,.collections_list_wrapper .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text,.product_list_collection_wrapper .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text{font-weight:300;font-size:calc(1rem + 0.2608333333vw)}@media screen and (max-width:37.5rem){.mod_hpk_product_list .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text,.collections_list_wrapper .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text,.product_list_collection_wrapper .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text{font-size:1rem}}@media screen and (min-width:120rem){.mod_hpk_product_list .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text,.collections_list_wrapper .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text,.product_list_collection_wrapper .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text{font-size:1.313rem}}.mod_hpk_product_list .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text:before,.collections_list_wrapper .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text:before,.product_list_collection_wrapper .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text:before{content:"";display:inline-block;margin-right:15px;width:0.9em;height:0.9em;min-height:100%;background-color:currentColor;mask-image:var(--icon_mask_filter_open);mask-position:center;mask-repeat:no-repeat;mask-size:contain;mask-size:100% 100%}.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground,.collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground,.product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground{padding-top:calc(clamp(20px, 5px + 0.025 * 100vw, 35px))}.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .filter_header,.collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .filter_header,.product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .filter_header{margin-left:calc(clamp(35px, 10px + 0.0416666667 * 100vw, 60px));margin-right:calc(clamp(35px, 10px + 0.0416666667 * 100vw, 60px));margin-bottom:18px}.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .filter_header .close-filter svg,.collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .filter_header .close-filter svg,.product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .filter_header .close-filter svg{display:block;height:18px;width:18px}.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .filter_tags,.collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .filter_tags,.product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .filter_tags{margin-left:calc(clamp(35px, 10px + 0.0416666667 * 100vw, 60px));margin-right:calc(clamp(35px, 10px + 0.0416666667 * 100vw, 60px));margin-bottom:15px}.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .filter_tags .filter_tag,.collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .filter_tags .filter_tag,.product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .filter_tags .filter_tag{background-color:#EDEDED;padding:8px}.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .filter_tags .filter_tag:after,.collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .filter_tags .filter_tag:after,.product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .filter_tags .filter_tag:after{margin-left:20px}.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion,.collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion,.product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion{padding-top:0 !important;padding-bottom:0 !important;margin-left:calc(clamp(35px, 10px + 0.0416666667 * 100vw, 60px)) !important;margin-right:calc(clamp(35px, 10px + 0.0416666667 * 100vw, 60px)) !important}.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header.handorgel__header--opened .handorgel__header__button:after,.collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header.handorgel__header--opened .handorgel__header__button:after,.product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header.handorgel__header--opened .handorgel__header__button:after{rotate:180deg}.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button,.collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button,.product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button{padding:calc(clamp(15px, 10px + 0.0083333333 * 100vw, 20px)) 0;background:transparent;font-size:calc(1rem + 0.1041666667vw)}@media screen and (max-width:37.5rem){.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button,.collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button,.product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button{font-size:1rem}}@media screen and (min-width:120rem){.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button,.collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button,.product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button{font-size:1.125rem}}.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button:after,.collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button:after,.product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button:after{transition:0.3s;width:14px;height:7px;mask-image:var(--icon_mask_accordion_open)}.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content,.collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content,.product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content{font-size:calc(0.813rem + 0.0516666667vw);margin-top:0;margin-bottom:0;padding-left:0;padding-right:0}@media screen and (max-width:37.5rem){.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content,.collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content,.product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content{font-size:0.813rem}}@media screen and (min-width:120rem){.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content,.collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content,.product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content{font-size:0.875rem}}.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content .handorgel__content__inner,.collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content .handorgel__content__inner,.product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content .handorgel__content__inner{padding-bottom:calc(clamp(15px, 10px + 0.0083333333 * 100vw, 20px));padding-left:0;border-left:none}@media screen and (min-width: 56.250rem){.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .filter_list#hpk_funktion_filter,.collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .filter_list#hpk_funktion_filter,.product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .filter_list#hpk_funktion_filter{grid-template-columns:1fr 1fr}}.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .double_range_slider_box .minvalue,.collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .double_range_slider_box .minvalue,.product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .double_range_slider_box .minvalue{font-size:0.875rem;bottom:5px}.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .double_range_slider_box .maxvalue,.collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .double_range_slider_box .maxvalue,.product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .double_range_slider_box .maxvalue{font-size:0.875rem;top:5px}.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground #hpkStartFilterSearch,.collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground #hpkStartFilterSearch,.product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground #hpkStartFilterSearch{width:100%;margin-top:calc(clamp(30px, 0px + 0.05 * 100vw, 60px));text-align:center;position:absolute;bottom:0}.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground #hpkStartFilterSearch:before,.collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground #hpkStartFilterSearch:before,.product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground #hpkStartFilterSearch:before{content:"";position:absolute;left:0;display:inline-block;right:0;top:-50px;height:50px;background:#ffffff;background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 90%)}.mod_hpk_product_list .product_list:not(.collection_list),.mod_hpk_product_list .collection_list:not(.collection_list),.collections_list_wrapper .product_list:not(.collection_list),.collections_list_wrapper .collection_list:not(.collection_list),.product_list_collection_wrapper .product_list:not(.collection_list),.product_list_collection_wrapper .collection_list:not(.collection_list){padding-top:20px;padding-bottom:20px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.mod_hpk_product_list .product_list:not(.collection_list),.mod_hpk_product_list .collection_list:not(.collection_list),.collections_list_wrapper .product_list:not(.collection_list),.collections_list_wrapper .collection_list:not(.collection_list),.product_list_collection_wrapper .product_list:not(.collection_list),.product_list_collection_wrapper .collection_list:not(.collection_list){margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:40px;padding-bottom:40px}}@media screen and (min-width: 75.000rem){.mod_hpk_product_list .product_list:not(.collection_list),.mod_hpk_product_list .collection_list:not(.collection_list),.collections_list_wrapper .product_list:not(.collection_list),.collections_list_wrapper .collection_list:not(.collection_list),.product_list_collection_wrapper .product_list:not(.collection_list),.product_list_collection_wrapper .collection_list:not(.collection_list){margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.mod_hpk_product_list .product_list:not(.collection_list),.mod_hpk_product_list .collection_list:not(.collection_list),.collections_list_wrapper .product_list:not(.collection_list),.collections_list_wrapper .collection_list:not(.collection_list),.product_list_collection_wrapper .product_list:not(.collection_list),.product_list_collection_wrapper .collection_list:not(.collection_list){margin-right:auto;margin-left:auto;max-width:1600px}}.mod_hpk_product_list .product_list .product_item a,.mod_hpk_product_list .product_list .collection_item a,.mod_hpk_product_list .collection_list .product_item a,.mod_hpk_product_list .collection_list .collection_item a,.collections_list_wrapper .product_list .product_item a,.collections_list_wrapper .product_list .collection_item a,.collections_list_wrapper .collection_list .product_item a,.collections_list_wrapper .collection_list .collection_item a,.product_list_collection_wrapper .product_list .product_item a,.product_list_collection_wrapper .product_list .collection_item a,.product_list_collection_wrapper .collection_list .product_item a,.product_list_collection_wrapper .collection_list .collection_item a{text-decoration:none}.mod_hpk_product_list .product_list .product_item a:hover .image_container img,.mod_hpk_product_list .product_list .collection_item a:hover .image_container img,.mod_hpk_product_list .collection_list .product_item a:hover .image_container img,.mod_hpk_product_list .collection_list .collection_item a:hover .image_container img,.collections_list_wrapper .product_list .product_item a:hover .image_container img,.collections_list_wrapper .product_list .collection_item a:hover .image_container img,.collections_list_wrapper .collection_list .product_item a:hover .image_container img,.collections_list_wrapper .collection_list .collection_item a:hover .image_container img,.product_list_collection_wrapper .product_list .product_item a:hover .image_container img,.product_list_collection_wrapper .product_list .collection_item a:hover .image_container img,.product_list_collection_wrapper .collection_list .product_item a:hover .image_container img,.product_list_collection_wrapper .collection_list .collection_item a:hover .image_container img{scale:1.05}.mod_hpk_product_list .product_list .product_item a:hover .textcontent_container .product_name,.mod_hpk_product_list .product_list .collection_item a:hover .textcontent_container .product_name,.mod_hpk_product_list .collection_list .product_item a:hover .textcontent_container .product_name,.mod_hpk_product_list .collection_list .collection_item a:hover .textcontent_container .product_name,.collections_list_wrapper .product_list .product_item a:hover .textcontent_container .product_name,.collections_list_wrapper .product_list .collection_item a:hover .textcontent_container .product_name,.collections_list_wrapper .collection_list .product_item a:hover .textcontent_container .product_name,.collections_list_wrapper .collection_list .collection_item a:hover .textcontent_container .product_name,.product_list_collection_wrapper .product_list .product_item a:hover .textcontent_container .product_name,.product_list_collection_wrapper .product_list .collection_item a:hover .textcontent_container .product_name,.product_list_collection_wrapper .collection_list .product_item a:hover .textcontent_container .product_name,.product_list_collection_wrapper .collection_list .collection_item a:hover .textcontent_container .product_name{text-decoration:underline}.mod_hpk_product_list .product_list .product_item .product_wrapper .image_container,.mod_hpk_product_list .product_list .collection_item .product_wrapper .image_container,.mod_hpk_product_list .collection_list .product_item .product_wrapper .image_container,.mod_hpk_product_list .collection_list .collection_item .product_wrapper .image_container,.collections_list_wrapper .product_list .product_item .product_wrapper .image_container,.collections_list_wrapper .product_list .collection_item .product_wrapper .image_container,.collections_list_wrapper .collection_list .product_item .product_wrapper .image_container,.collections_list_wrapper .collection_list .collection_item .product_wrapper .image_container,.product_list_collection_wrapper .product_list .product_item .product_wrapper .image_container,.product_list_collection_wrapper .product_list .collection_item .product_wrapper .image_container,.product_list_collection_wrapper .collection_list .product_item .product_wrapper .image_container,.product_list_collection_wrapper .collection_list .collection_item .product_wrapper .image_container{overflow:hidden}.mod_hpk_product_list .product_list .product_item .product_wrapper .image_container img,.mod_hpk_product_list .product_list .collection_item .product_wrapper .image_container img,.mod_hpk_product_list .collection_list .product_item .product_wrapper .image_container img,.mod_hpk_product_list .collection_list .collection_item .product_wrapper .image_container img,.collections_list_wrapper .product_list .product_item .product_wrapper .image_container img,.collections_list_wrapper .product_list .collection_item .product_wrapper .image_container img,.collections_list_wrapper .collection_list .product_item .product_wrapper .image_container img,.collections_list_wrapper .collection_list .collection_item .product_wrapper .image_container img,.product_list_collection_wrapper .product_list .product_item .product_wrapper .image_container img,.product_list_collection_wrapper .product_list .collection_item .product_wrapper .image_container img,.product_list_collection_wrapper .collection_list .product_item .product_wrapper .image_container img,.product_list_collection_wrapper .collection_list .collection_item .product_wrapper .image_container img{transition:0.3s}.mod_hpk_product_list .product_list .product_item .product_wrapper .textcontent_container,.mod_hpk_product_list .product_list .collection_item .product_wrapper .textcontent_container,.mod_hpk_product_list .collection_list .product_item .product_wrapper .textcontent_container,.mod_hpk_product_list .collection_list .collection_item .product_wrapper .textcontent_container,.collections_list_wrapper .product_list .product_item .product_wrapper .textcontent_container,.collections_list_wrapper .product_list .collection_item .product_wrapper .textcontent_container,.collections_list_wrapper .collection_list .product_item .product_wrapper .textcontent_container,.collections_list_wrapper .collection_list .collection_item .product_wrapper .textcontent_container,.product_list_collection_wrapper .product_list .product_item .product_wrapper .textcontent_container,.product_list_collection_wrapper .product_list .collection_item .product_wrapper .textcontent_container,.product_list_collection_wrapper .collection_list .product_item .product_wrapper .textcontent_container,.product_list_collection_wrapper .collection_list .collection_item .product_wrapper .textcontent_container{color:#031834}.mod_hpk_product_list .product_list .product_item .product_wrapper .textcontent_container .product_name,.mod_hpk_product_list .product_list .collection_item .product_wrapper .textcontent_container .product_name,.mod_hpk_product_list .collection_list .product_item .product_wrapper .textcontent_container .product_name,.mod_hpk_product_list .collection_list .collection_item .product_wrapper .textcontent_container .product_name,.collections_list_wrapper .product_list .product_item .product_wrapper .textcontent_container .product_name,.collections_list_wrapper .product_list .collection_item .product_wrapper .textcontent_container .product_name,.collections_list_wrapper .collection_list .product_item .product_wrapper .textcontent_container .product_name,.collections_list_wrapper .collection_list .collection_item .product_wrapper .textcontent_container .product_name,.product_list_collection_wrapper .product_list .product_item .product_wrapper .textcontent_container .product_name,.product_list_collection_wrapper .product_list .collection_item .product_wrapper .textcontent_container .product_name,.product_list_collection_wrapper .collection_list .product_item .product_wrapper .textcontent_container .product_name,.product_list_collection_wrapper .collection_list .collection_item .product_wrapper .textcontent_container .product_name{font-size:calc(0.938rem + 0.1558333333vw);font-weight:300;text-decoration:none;margin-top:10px;margin-bottom:0;line-height:normal}@media screen and (max-width:37.5rem){.mod_hpk_product_list .product_list .product_item .product_wrapper .textcontent_container .product_name,.mod_hpk_product_list .product_list .collection_item .product_wrapper .textcontent_container .product_name,.mod_hpk_product_list .collection_list .product_item .product_wrapper .textcontent_container .product_name,.mod_hpk_product_list .collection_list .collection_item .product_wrapper .textcontent_container .product_name,.collections_list_wrapper .product_list .product_item .product_wrapper .textcontent_container .product_name,.collections_list_wrapper .product_list .collection_item .product_wrapper .textcontent_container .product_name,.collections_list_wrapper .collection_list .product_item .product_wrapper .textcontent_container .product_name,.collections_list_wrapper .collection_list .collection_item .product_wrapper .textcontent_container .product_name,.product_list_collection_wrapper .product_list .product_item .product_wrapper .textcontent_container .product_name,.product_list_collection_wrapper .product_list .collection_item .product_wrapper .textcontent_container .product_name,.product_list_collection_wrapper .collection_list .product_item .product_wrapper .textcontent_container .product_name,.product_list_collection_wrapper .collection_list .collection_item .product_wrapper .textcontent_container .product_name{font-size:0.938rem}}@media screen and (min-width:120rem){.mod_hpk_product_list .product_list .product_item .product_wrapper .textcontent_container .product_name,.mod_hpk_product_list .product_list .collection_item .product_wrapper .textcontent_container .product_name,.mod_hpk_product_list .collection_list .product_item .product_wrapper .textcontent_container .product_name,.mod_hpk_product_list .collection_list .collection_item .product_wrapper .textcontent_container .product_name,.collections_list_wrapper .product_list .product_item .product_wrapper .textcontent_container .product_name,.collections_list_wrapper .product_list .collection_item .product_wrapper .textcontent_container .product_name,.collections_list_wrapper .collection_list .product_item .product_wrapper .textcontent_container .product_name,.collections_list_wrapper .collection_list .collection_item .product_wrapper .textcontent_container .product_name,.product_list_collection_wrapper .product_list .product_item .product_wrapper .textcontent_container .product_name,.product_list_collection_wrapper .product_list .collection_item .product_wrapper .textcontent_container .product_name,.product_list_collection_wrapper .collection_list .product_item .product_wrapper .textcontent_container .product_name,.product_list_collection_wrapper .collection_list .collection_item .product_wrapper .textcontent_container .product_name{font-size:1.125rem}}.mod_hpk_product_list .product_list .product_item .product_wrapper .textcontent_container .brand_label,.mod_hpk_product_list .product_list .collection_item .product_wrapper .textcontent_container .brand_label,.mod_hpk_product_list .collection_list .product_item .product_wrapper .textcontent_container .brand_label,.mod_hpk_product_list .collection_list .collection_item .product_wrapper .textcontent_container .brand_label,.collections_list_wrapper .product_list .product_item .product_wrapper .textcontent_container .brand_label,.collections_list_wrapper .product_list .collection_item .product_wrapper .textcontent_container .brand_label,.collections_list_wrapper .collection_list .product_item .product_wrapper .textcontent_container .brand_label,.collections_list_wrapper .collection_list .collection_item .product_wrapper .textcontent_container .brand_label,.product_list_collection_wrapper .product_list .product_item .product_wrapper .textcontent_container .brand_label,.product_list_collection_wrapper .product_list .collection_item .product_wrapper .textcontent_container .brand_label,.product_list_collection_wrapper .collection_list .product_item .product_wrapper .textcontent_container .brand_label,.product_list_collection_wrapper .collection_list .collection_item .product_wrapper .textcontent_container .brand_label{text-transform:uppercase;text-decoration:none;font-weight:500;font-size:calc(0.813rem + 0vw)}@media screen and (max-width:37.5rem){.mod_hpk_product_list .product_list .product_item .product_wrapper .textcontent_container .brand_label,.mod_hpk_product_list .product_list .collection_item .product_wrapper .textcontent_container .brand_label,.mod_hpk_product_list .collection_list .product_item .product_wrapper .textcontent_container .brand_label,.mod_hpk_product_list .collection_list .collection_item .product_wrapper .textcontent_container .brand_label,.collections_list_wrapper .product_list .product_item .product_wrapper .textcontent_container .brand_label,.collections_list_wrapper .product_list .collection_item .product_wrapper .textcontent_container .brand_label,.collections_list_wrapper .collection_list .product_item .product_wrapper .textcontent_container .brand_label,.collections_list_wrapper .collection_list .collection_item .product_wrapper .textcontent_container .brand_label,.product_list_collection_wrapper .product_list .product_item .product_wrapper .textcontent_container .brand_label,.product_list_collection_wrapper .product_list .collection_item .product_wrapper .textcontent_container .brand_label,.product_list_collection_wrapper .collection_list .product_item .product_wrapper .textcontent_container .brand_label,.product_list_collection_wrapper .collection_list .collection_item .product_wrapper .textcontent_container .brand_label{font-size:0.813rem}}@media screen and (min-width:120rem){.mod_hpk_product_list .product_list .product_item .product_wrapper .textcontent_container .brand_label,.mod_hpk_product_list .product_list .collection_item .product_wrapper .textcontent_container .brand_label,.mod_hpk_product_list .collection_list .product_item .product_wrapper .textcontent_container .brand_label,.mod_hpk_product_list .collection_list .collection_item .product_wrapper .textcontent_container .brand_label,.collections_list_wrapper .product_list .product_item .product_wrapper .textcontent_container .brand_label,.collections_list_wrapper .product_list .collection_item .product_wrapper .textcontent_container .brand_label,.collections_list_wrapper .collection_list .product_item .product_wrapper .textcontent_container .brand_label,.collections_list_wrapper .collection_list .collection_item .product_wrapper .textcontent_container .brand_label,.product_list_collection_wrapper .product_list .product_item .product_wrapper .textcontent_container .brand_label,.product_list_collection_wrapper .product_list .collection_item .product_wrapper .textcontent_container .brand_label,.product_list_collection_wrapper .collection_list .product_item .product_wrapper .textcontent_container .brand_label,.product_list_collection_wrapper .collection_list .collection_item .product_wrapper .textcontent_container .brand_label{font-size:0.813rem}}.mod_hpk_product_list .product_list .stoerer_element a:hover .image_container img,.mod_hpk_product_list .collection_list .stoerer_element a:hover .image_container img,.collections_list_wrapper .product_list .stoerer_element a:hover .image_container img,.collections_list_wrapper .collection_list .stoerer_element a:hover .image_container img,.product_list_collection_wrapper .product_list .stoerer_element a:hover .image_container img,.product_list_collection_wrapper .collection_list .stoerer_element a:hover .image_container img{scale:1.05}.mod_hpk_product_list .product_list .stoerer_element a:hover .content_container .button-outline,.mod_hpk_product_list .collection_list .stoerer_element a:hover .content_container .button-outline,.collections_list_wrapper .product_list .stoerer_element a:hover .content_container .button-outline,.collections_list_wrapper .collection_list .stoerer_element a:hover .content_container .button-outline,.product_list_collection_wrapper .product_list .stoerer_element a:hover .content_container .button-outline,.product_list_collection_wrapper .collection_list .stoerer_element a:hover .content_container .button-outline{text-decoration:underline}.mod_hpk_product_list .product_list .stoerer_element .stoerer_wrapper,.mod_hpk_product_list .collection_list .stoerer_element .stoerer_wrapper,.collections_list_wrapper .product_list .stoerer_element .stoerer_wrapper,.collections_list_wrapper .collection_list .stoerer_element .stoerer_wrapper,.product_list_collection_wrapper .product_list .stoerer_element .stoerer_wrapper,.product_list_collection_wrapper .collection_list .stoerer_element .stoerer_wrapper{color:#FFFFFF}.mod_hpk_product_list .product_list .stoerer_element .stoerer_wrapper .image_container,.mod_hpk_product_list .collection_list .stoerer_element .stoerer_wrapper .image_container,.collections_list_wrapper .product_list .stoerer_element .stoerer_wrapper .image_container,.collections_list_wrapper .collection_list .stoerer_element .stoerer_wrapper .image_container,.product_list_collection_wrapper .product_list .stoerer_element .stoerer_wrapper .image_container,.product_list_collection_wrapper .collection_list .stoerer_element .stoerer_wrapper .image_container{overflow:hidden}.mod_hpk_product_list .product_list .stoerer_element .stoerer_wrapper .image_container img,.mod_hpk_product_list .collection_list .stoerer_element .stoerer_wrapper .image_container img,.collections_list_wrapper .product_list .stoerer_element .stoerer_wrapper .image_container img,.collections_list_wrapper .collection_list .stoerer_element .stoerer_wrapper .image_container img,.product_list_collection_wrapper .product_list .stoerer_element .stoerer_wrapper .image_container img,.product_list_collection_wrapper .collection_list .stoerer_element .stoerer_wrapper .image_container img{transition:0.3s}.mod_hpk_product_list .product_list .stoerer_element .stoerer_wrapper .content_container,.mod_hpk_product_list .collection_list .stoerer_element .stoerer_wrapper .content_container,.collections_list_wrapper .product_list .stoerer_element .stoerer_wrapper .content_container,.collections_list_wrapper .collection_list .stoerer_element .stoerer_wrapper .content_container,.product_list_collection_wrapper .product_list .stoerer_element .stoerer_wrapper .content_container,.product_list_collection_wrapper .collection_list .stoerer_element .stoerer_wrapper .content_container{padding:calc(clamp(40px, 10px + 0.05 * 100vw, 70px))}.mod_hpk_product_list .product_list .stoerer_element .stoerer_wrapper .content_container .title,.mod_hpk_product_list .collection_list .stoerer_element .stoerer_wrapper .content_container .title,.collections_list_wrapper .product_list .stoerer_element .stoerer_wrapper .content_container .title,.collections_list_wrapper .collection_list .stoerer_element .stoerer_wrapper .content_container .title,.product_list_collection_wrapper .product_list .stoerer_element .stoerer_wrapper .content_container .title,.product_list_collection_wrapper .collection_list .stoerer_element .stoerer_wrapper .content_container .title{font-size:calc(1.75rem + 0.7291666667vw);font-weight:300;margin-bottom:calc(clamp(10px, 0px + 0.0166666667 * 100vw, 20px));text-transform:uppercase}@media screen and (max-width:37.5rem){.mod_hpk_product_list .product_list .stoerer_element .stoerer_wrapper .content_container .title,.mod_hpk_product_list .collection_list .stoerer_element .stoerer_wrapper .content_container .title,.collections_list_wrapper .product_list .stoerer_element .stoerer_wrapper .content_container .title,.collections_list_wrapper .collection_list .stoerer_element .stoerer_wrapper .content_container .title,.product_list_collection_wrapper .product_list .stoerer_element .stoerer_wrapper .content_container .title,.product_list_collection_wrapper .collection_list .stoerer_element .stoerer_wrapper .content_container .title{font-size:1.75rem}}@media screen and (min-width:120rem){.mod_hpk_product_list .product_list .stoerer_element .stoerer_wrapper .content_container .title,.mod_hpk_product_list .collection_list .stoerer_element .stoerer_wrapper .content_container .title,.collections_list_wrapper .product_list .stoerer_element .stoerer_wrapper .content_container .title,.collections_list_wrapper .collection_list .stoerer_element .stoerer_wrapper .content_container .title,.product_list_collection_wrapper .product_list .stoerer_element .stoerer_wrapper .content_container .title,.product_list_collection_wrapper .collection_list .stoerer_element .stoerer_wrapper .content_container .title{font-size:2.625rem}}.mod_hpk_product_list .product_list .stoerer_element .stoerer_wrapper .content_container .button-outline,.mod_hpk_product_list .collection_list .stoerer_element .stoerer_wrapper .content_container .button-outline,.collections_list_wrapper .product_list .stoerer_element .stoerer_wrapper .content_container .button-outline,.collections_list_wrapper .collection_list .stoerer_element .stoerer_wrapper .content_container .button-outline,.product_list_collection_wrapper .product_list .stoerer_element .stoerer_wrapper .content_container .button-outline,.product_list_collection_wrapper .collection_list .stoerer_element .stoerer_wrapper .content_container .button-outline{font-weight:300;transition:0.3s;width:fit-content}.mod_hpk_product_list .search_overlay#hpk_search_overlay .top_wrapper>.inner,.collections_list_wrapper .search_overlay#hpk_search_overlay .top_wrapper>.inner,.product_list_collection_wrapper .search_overlay#hpk_search_overlay .top_wrapper>.inner{margin-right:4vw;margin-left:4vw;padding-top:calc(clamp(25px, 17px + 0.0133333333 * 100vw, 33px));padding-bottom:calc(clamp(25px, 17px + 0.0133333333 * 100vw, 33px))}@media screen and (min-width: 56.250rem){.mod_hpk_product_list .search_overlay#hpk_search_overlay .top_wrapper>.inner,.collections_list_wrapper .search_overlay#hpk_search_overlay .top_wrapper>.inner,.product_list_collection_wrapper .search_overlay#hpk_search_overlay .top_wrapper>.inner{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw)}}@media screen and (min-width: 75.000rem){.mod_hpk_product_list .search_overlay#hpk_search_overlay .top_wrapper>.inner,.collections_list_wrapper .search_overlay#hpk_search_overlay .top_wrapper>.inner,.product_list_collection_wrapper .search_overlay#hpk_search_overlay .top_wrapper>.inner{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.mod_hpk_product_list .search_overlay#hpk_search_overlay .top_wrapper>.inner,.collections_list_wrapper .search_overlay#hpk_search_overlay .top_wrapper>.inner,.product_list_collection_wrapper .search_overlay#hpk_search_overlay .top_wrapper>.inner{margin-right:auto;margin-left:auto;max-width:1600px}}.mod_hpk_product_list .search_overlay#hpk_search_overlay .top_wrapper>.inner .close_button,.collections_list_wrapper .search_overlay#hpk_search_overlay .top_wrapper>.inner .close_button,.product_list_collection_wrapper .search_overlay#hpk_search_overlay .top_wrapper>.inner .close_button{font-size:calc(0.813rem + 0.0516666667vw)}@media screen and (max-width:37.5rem){.mod_hpk_product_list .search_overlay#hpk_search_overlay .top_wrapper>.inner .close_button,.collections_list_wrapper .search_overlay#hpk_search_overlay .top_wrapper>.inner .close_button,.product_list_collection_wrapper .search_overlay#hpk_search_overlay .top_wrapper>.inner .close_button{font-size:0.813rem}}@media screen and (min-width:120rem){.mod_hpk_product_list .search_overlay#hpk_search_overlay .top_wrapper>.inner .close_button,.collections_list_wrapper .search_overlay#hpk_search_overlay .top_wrapper>.inner .close_button,.product_list_collection_wrapper .search_overlay#hpk_search_overlay .top_wrapper>.inner .close_button{font-size:0.875rem}}.mod_hpk_product_list .search_overlay#hpk_search_overlay .search_wrapper,.collections_list_wrapper .search_overlay#hpk_search_overlay .search_wrapper,.product_list_collection_wrapper .search_overlay#hpk_search_overlay .search_wrapper{margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.mod_hpk_product_list .search_overlay#hpk_search_overlay .search_wrapper,.collections_list_wrapper .search_overlay#hpk_search_overlay .search_wrapper,.product_list_collection_wrapper .search_overlay#hpk_search_overlay .search_wrapper{margin-right:calc(11.9791666667vw);margin-left:calc(11.9791666667vw)}}@media screen and (min-width: 75.000rem){.mod_hpk_product_list .search_overlay#hpk_search_overlay .search_wrapper,.collections_list_wrapper .search_overlay#hpk_search_overlay .search_wrapper,.product_list_collection_wrapper .search_overlay#hpk_search_overlay .search_wrapper{margin-right:23.9583333333vw;margin-left:23.9583333333vw}}@media screen and (min-width:120rem){.mod_hpk_product_list .search_overlay#hpk_search_overlay .search_wrapper,.collections_list_wrapper .search_overlay#hpk_search_overlay .search_wrapper,.product_list_collection_wrapper .search_overlay#hpk_search_overlay .search_wrapper{margin-right:auto;margin-left:auto;max-width:1000px}}@media screen and (max-width: 37.438rem){.mod_hpk_product_list .search_overlay#hpk_search_overlay .search_wrapper,.collections_list_wrapper .search_overlay#hpk_search_overlay .search_wrapper,.product_list_collection_wrapper .search_overlay#hpk_search_overlay .search_wrapper{flex-direction:column;border-bottom:none;padding-bottom:none}.mod_hpk_product_list .search_overlay#hpk_search_overlay .search_wrapper .search_input_wrapper,.collections_list_wrapper .search_overlay#hpk_search_overlay .search_wrapper .search_input_wrapper,.product_list_collection_wrapper .search_overlay#hpk_search_overlay .search_wrapper .search_input_wrapper{padding-bottom:10px;margin-bottom:20px;border-bottom:1px solid #031834}}@media screen and (min-width:120rem){.mod_hpk_product_list .search_overlay#hpk_search_overlay .search_wrapper,.collections_list_wrapper .search_overlay#hpk_search_overlay .search_wrapper,.product_list_collection_wrapper .search_overlay#hpk_search_overlay .search_wrapper{width:100%}}.mod_hpk_product_list .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside,.collections_list_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside,.product_list_collection_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside{padding-top:30px;padding-bottom:30px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.mod_hpk_product_list .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside,.collections_list_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside,.product_list_collection_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside{margin-right:calc(11.9791666667vw);margin-left:calc(11.9791666667vw);padding-top:60px;padding-bottom:60px}}@media screen and (min-width: 75.000rem){.mod_hpk_product_list .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside,.collections_list_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside,.product_list_collection_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside{margin-right:23.9583333333vw;margin-left:23.9583333333vw}}@media screen and (min-width:120rem){.mod_hpk_product_list .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside,.collections_list_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside,.product_list_collection_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside{margin-right:auto;margin-left:auto;max-width:1000px}}.mod_hpk_product_list .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside .suggestion_text,.collections_list_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside .suggestion_text,.product_list_collection_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside .suggestion_text{font-size:calc(0.875rem + 0.1041666667vw)}@media screen and (max-width:37.5rem){.mod_hpk_product_list .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside .suggestion_text,.collections_list_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside .suggestion_text,.product_list_collection_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside .suggestion_text{font-size:0.875rem}}@media screen and (min-width:120rem){.mod_hpk_product_list .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside .suggestion_text,.collections_list_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside .suggestion_text,.product_list_collection_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside .suggestion_text{font-size:1rem}}.mod_hpk_product_list .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside .suggestions .suggestion,.collections_list_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside .suggestions .suggestion,.product_list_collection_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside .suggestions .suggestion{font-size:calc(1.188rem + 0.1558333333vw)}@media screen and (max-width:37.5rem){.mod_hpk_product_list .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside .suggestions .suggestion,.collections_list_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside .suggestions .suggestion,.product_list_collection_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside .suggestions .suggestion{font-size:1.188rem}}@media screen and (min-width:120rem){.mod_hpk_product_list .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside .suggestions .suggestion,.collections_list_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside .suggestions .suggestion,.product_list_collection_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper>.inside .suggestions .suggestion{font-size:1.375rem}}.mod_hpk_product_list .search_input_wrapper,.collections_list_wrapper .search_input_wrapper,.product_list_collection_wrapper .search_input_wrapper{position:relative}.mod_hpk_product_list .search_input_wrapper:before,.collections_list_wrapper .search_input_wrapper:before,.product_list_collection_wrapper .search_input_wrapper:before{pointer-events:none;content:"";position:absolute;left:0;top:0;bottom:0;display:inline-block;margin-right:15px;width:0.9em;height:0.9em;min-height:100%;background-color:currentColor;mask-image:var(--icon_mask_search_magnifier);mask-position:center;mask-repeat:no-repeat;mask-size:contain;mask-size:100% 100%}.mod_hpk_product_list .search_input_wrapper .search_input#search_toggle,.mod_hpk_product_list .search_input_wrapper .search_input#search_text_input,.collections_list_wrapper .search_input_wrapper .search_input#search_toggle,.collections_list_wrapper .search_input_wrapper .search_input#search_text_input,.product_list_collection_wrapper .search_input_wrapper .search_input#search_toggle,.product_list_collection_wrapper .search_input_wrapper .search_input#search_text_input{border:none;background:transparent;width:150px;height:100%;padding-left:30px}.mod_hpk_product_list .search_input_wrapper .search_input#search_toggle::placeholder,.mod_hpk_product_list .search_input_wrapper .search_input#search_text_input::placeholder,.collections_list_wrapper .search_input_wrapper .search_input#search_toggle::placeholder,.collections_list_wrapper .search_input_wrapper .search_input#search_text_input::placeholder,.product_list_collection_wrapper .search_input_wrapper .search_input#search_toggle::placeholder,.product_list_collection_wrapper .search_input_wrapper .search_input#search_text_input::placeholder{color:#031834}.mod_hpk_product_list .hpk_pagination,.collections_list_wrapper .hpk_pagination,.product_list_collection_wrapper .hpk_pagination{padding-top:0px;padding-bottom:0px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.mod_hpk_product_list .hpk_pagination,.collections_list_wrapper .hpk_pagination,.product_list_collection_wrapper .hpk_pagination{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:0px;padding-bottom:0px}}@media screen and (min-width: 75.000rem){.mod_hpk_product_list .hpk_pagination,.collections_list_wrapper .hpk_pagination,.product_list_collection_wrapper .hpk_pagination{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.mod_hpk_product_list .hpk_pagination,.collections_list_wrapper .hpk_pagination,.product_list_collection_wrapper .hpk_pagination{margin-right:auto;margin-left:auto;max-width:1600px}}.mod_hpk_product_list .no_item_found,.collections_list_wrapper .no_item_found,.product_list_collection_wrapper .no_item_found{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.mod_hpk_product_list .no_item_found,.collections_list_wrapper .no_item_found,.product_list_collection_wrapper .no_item_found{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.mod_hpk_product_list .no_item_found,.collections_list_wrapper .no_item_found,.product_list_collection_wrapper .no_item_found{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.mod_hpk_product_list .no_item_found,.collections_list_wrapper .no_item_found,.product_list_collection_wrapper .no_item_found{margin-right:auto;margin-left:auto;max-width:1600px}}.mod_hpk_product_list .no_item_found .no_item_found_headline,.collections_list_wrapper .no_item_found .no_item_found_headline,.product_list_collection_wrapper .no_item_found .no_item_found_headline{margin-bottom:calc(clamp(20px, 0px + 0.0333333333 * 100vw, 40px))}#wrapper>#container{z-index:2}.mod_eventlist{background-color:#EDEDED}.mod_eventlist>.inside{padding-top:50px;padding-bottom:50px;margin-right:4vw;margin-left:4vw;margin-left:0;margin-right:0}@media screen and (min-width: 56.250rem){.mod_eventlist>.inside{margin-right:calc(1920px - auto / 2 / 1920px * 100 / 2vw);margin-left:calc(1920px - auto / 2 / 1920px * 100 / 2vw);padding-top:100px;padding-bottom:100px}}@media screen and (min-width: 75.000rem){.mod_eventlist>.inside{margin-right:1920px - auto / 2 / 1920px * 100vw;margin-left:1920px - auto / 2 / 1920px * 100vw}}@media screen and (min-width:120rem){.mod_eventlist>.inside{margin-right:auto;margin-left:auto;max-width:auto}}.mod_eventlist>.inside .top_wrapper{padding-top:0px;padding-bottom:0px;margin-right:4vw;margin-left:4vw;display:grid;grid-template-columns:1fr;gap:calc(clamp(10px, 0px + 0.0166666667 * 100vw, 20px));margin-bottom:calc(clamp(25px, 10px + 0.025 * 100vw, 40px))}@media screen and (min-width: 56.250rem){.mod_eventlist>.inside .top_wrapper{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:0px;padding-bottom:0px}}@media screen and (min-width: 75.000rem){.mod_eventlist>.inside .top_wrapper{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.mod_eventlist>.inside .top_wrapper{margin-right:auto;margin-left:auto;max-width:1600px}}.mod_eventlist>.inside .top_wrapper .headline-container{text-align:center;justify-content:center}.mod_eventlist>.inside .top_wrapper .headline-container .headline{margin-bottom:0}.mod_eventlist>.inside .top_wrapper .swiper-button-prev{display:none;visibility:hidden;position:relative;justify-self:start;width:calc(clamp(33px, 0px + 0.055 * 100vw, 66px));height:calc(clamp(33px, 0px + 0.055 * 100vw, 66px));transition:0.3s}.mod_eventlist>.inside .top_wrapper .swiper-button-prev:after{display:none;content:none}.mod_eventlist>.inside .top_wrapper .swiper-button-prev:hover{scale:1.05}.mod_eventlist>.inside .top_wrapper .swiper-button-next{display:none;visibility:hidden;position:relative;justify-self:end;width:calc(clamp(33px, 0px + 0.055 * 100vw, 66px));height:calc(clamp(33px, 0px + 0.055 * 100vw, 66px));transition:0.3s}.mod_eventlist>.inside .top_wrapper .swiper-button-next:after{display:none;content:none}.mod_eventlist>.inside .top_wrapper .swiper-button-next:hover{scale:1.05}.mod_eventlist>.inside .swiper-container{max-width:100%}.mod_eventlist>.inside .swiper-container .swiper{display:grid;overflow:visible;padding-top:0px;padding-bottom:0px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.mod_eventlist>.inside .swiper-container .swiper{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:0px;padding-bottom:0px}}@media screen and (min-width: 75.000rem){.mod_eventlist>.inside .swiper-container .swiper{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.mod_eventlist>.inside .swiper-container .swiper{margin-right:auto;margin-left:auto;max-width:1600px}}.mod_eventlist>.inside .swiper-container .swiper .swiper-wrapper{align-items:top}.mod_eventlist>.inside .swiper-container .swiper .swiper-wrapper .swiper-slide{background:#FFF;box-shadow:0px 4px 20px 0px rgba(0, 0, 0, 0.15);padding:calc(clamp(40px, 30px + 0.0166666667 * 100vw, 50px)) calc(clamp(25px, 10px + 0.025 * 100vw, 40px));position:relative;z-index:1}.mod_eventlist>.inside .swiper-container .swiper .swiper-wrapper .swiper-slide:before{position:absolute;content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 144 143" fill="none"><g clip-path="url(%23a)"><path d="M0 143h1.38L144.002 0h-1.381L0 143Z" fill="%23EDEDED"/></g><defs><clipPath id="a"><path fill="%23fff" d="M0 0h144v143H0z"/></clipPath></defs></svg>');right:0;top:0;height:35%;max-height:90px;aspect-ratio:1;width:auto;z-index:-1}.mod_eventlist>.inside .swiper-container .swiper .swiper-wrapper .swiper-slide .event{z-index:1;display:flex;flex-direction:column;height:100%}.mod_eventlist>.inside .swiper-container .swiper .swiper-wrapper .swiper-slide .event .location{font-size:calc(0.75rem + 0.1041666667vw);color:#0070C5;margin-bottom:5px}@media screen and (max-width:37.5rem){.mod_eventlist>.inside .swiper-container .swiper .swiper-wrapper .swiper-slide .event .location{font-size:0.75rem}}@media screen and (min-width:120rem){.mod_eventlist>.inside .swiper-container .swiper .swiper-wrapper .swiper-slide .event .location{font-size:0.875rem}}.mod_eventlist>.inside .swiper-container .swiper .swiper-wrapper .swiper-slide .event .title{font-size:calc(1.375rem + 0.2083333333vw);text-transform:uppercase;margin-bottom:calc(clamp(10px, -5px + 0.025 * 100vw, 25px));hyphens:none}@media screen and (max-width:37.5rem){.mod_eventlist>.inside .swiper-container .swiper .swiper-wrapper .swiper-slide .event .title{font-size:1.375rem}}@media screen and (min-width:120rem){.mod_eventlist>.inside .swiper-container .swiper .swiper-wrapper .swiper-slide .event .title{font-size:1.625rem}}.mod_eventlist>.inside .swiper-container .swiper .swiper-wrapper .swiper-slide .event .time{font-size:calc(1rem + 0.0525vw);color:rgba(3, 24, 52, 0.7);font-weight:300;flex:1;display:flex;align-items:flex-end}@media screen and (max-width:37.5rem){.mod_eventlist>.inside .swiper-container .swiper .swiper-wrapper .swiper-slide .event .time{font-size:1rem}}@media screen and (min-width:120rem){.mod_eventlist>.inside .swiper-container .swiper .swiper-wrapper .swiper-slide .event .time{font-size:1.063rem}}.mod_eventlist>.inside .swiper-container .swiper-pagination{margin-top:30px;position:relative;width:auto;padding-top:0px;padding-bottom:0px;margin-right:4vw;margin-left:4vw;height:1px;background:#FFFFFF}@media screen and (min-width: 56.250rem){.mod_eventlist>.inside .swiper-container .swiper-pagination{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:0px;padding-bottom:0px}}@media screen and (min-width: 75.000rem){.mod_eventlist>.inside .swiper-container .swiper-pagination{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.mod_eventlist>.inside .swiper-container .swiper-pagination{margin-right:auto;margin-left:auto;max-width:1600px}}.mod_eventlist>.inside .swiper-container .swiper-pagination .swiper-pagination-progressbar-fill{background-color:#0070C5}@media screen and (min-width: 56.250rem){.mod_eventlist>.inside .top_wrapper{grid-template-columns:1fr auto 1fr;gap:20px}.mod_eventlist>.inside .top_wrapper .swiper-button-prev,.mod_eventlist>.inside .top_wrapper .swiper-button-next{display:block;visibility:visible}.mod_eventlist>.inside .swiper-container .swiper .swiper-wrapper .swiper-slide:before{height:60%;max-height:140px}.mod_eventlist>.inside .swiper-container .swiper-pagination{display:none;visibility:hidden}}:root{--icon_mask_search_magnifier: url('data:image/svg+xml,<svg viewBox="0 0 22 23" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="10" r="9" stroke="%23031834" stroke-width="2"/><path stroke="%23031834" stroke-width="2" d="m5.707 16.707-5 5"/></svg>');--icon_mask_search_close: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23031834' d='M.719 18.329 17.72-.001l.733.68L1.452 19.01z'/%3E%3Cpath fill='%23031834' d='m.672.42 18.512 16.802-.672.74L0 1.162z'/%3E%3C/svg%3E")}.mod_search#search_results{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.mod_search#search_results{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.mod_search#search_results{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.mod_search#search_results{margin-right:auto;margin-left:auto;max-width:1600px}}.mod_search#search_results form{margin-bottom:40px}.mod_search#search_results .info{margin-bottom:40px}.mod_search#search_overlay{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.mod_search#search_overlay{margin-right:calc(11.9791666667vw);margin-left:calc(11.9791666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.mod_search#search_overlay{margin-right:23.9583333333vw;margin-left:23.9583333333vw}}@media screen and (min-width:120rem){.mod_search#search_overlay{margin-right:auto;margin-left:auto;max-width:1000px}}@media screen and (min-width:120rem){.mod_search#search_overlay{width:100%}}.mod_search .search_default{margin-bottom:20px}.mod_search .search_default>h1,.mod_search .search_default>h2,.mod_search .search_default>h3,.mod_search .search_default>h4,.mod_search .search_default>h5,.mod_search .search_default>h6{margin-bottom:0}.mod_search .search_default a{color:#0056A2;text-decoration:none}.mod_search .search_default a:hover{text-decoration:underline}.mod_search .search_default mark{background:#2DA4DC}.mod_search .formbody{display:flex;flex-direction:column;gap:20px}.mod_search .formbody .widget-text{flex:1;position:relative}.mod_search .formbody .widget-text:before{pointer-events:none;content:"";position:absolute;left:0;top:0;bottom:0;display:inline-block;margin-right:15px;width:1.1em;height:1.1em;min-height:100%;background-color:#031834;mask-image:var(--icon_mask_search_magnifier);mask-position:center;mask-repeat:no-repeat;mask-size:contain;mask-size:100% 100%}.mod_search .formbody .widget-text input.text{border:none;background:transparent;width:100%;height:100%;padding-left:30px;font-weight:300;border-bottom:1px solid #031834;padding-bottom:10px;padding-top:10px}.mod_search .formbody .widget-text input.text::placeholder{color:#031834;content:"Suche Starten"}.mod_search .formbody .widget-text input.text:hover{outline:1px solid #0056A2}.mod_search .formbody .widget-text input.text:focus-visible{outline:none}.mod_search .formbody .widget-submit button{width:100%}@media screen and (min-width: 56.250rem){.mod_search .formbody{border-bottom:1px solid #031834;padding-bottom:20px;flex-direction:row;gap:0;column-gap:10px}.mod_search .formbody .widget-text{border-bottom:none}.mod_search .formbody .widget-text:before{width:0.9em;height:0.9em}.mod_search .formbody .widget-text input.text{border-bottom:none;padding-bottom:0;padding-top:0}.mod_search .formbody .widget-submit button{width:auto}}.mod_search#search_overlay{height:100%}#offcanvas-search{display:none}#offcanvas-search.visible{background:rgba(255, 255, 255, 0.9);backdrop-filter:blur(25px);display:block;position:fixed;left:0;right:0;bottom:0;top:0;z-index:3}#offcanvas-search>.inside{height:100%;display:flex;flex-direction:column}#offcanvas-search>.inside .header_wrapper{border-bottom:1px solid rgba(3, 24, 52, 0.1)}#offcanvas-search>.inside .header_wrapper>.inside{margin-right:4vw;margin-left:4vw;display:flex;align-items:center;justify-content:end;padding-top:30px;padding-bottom:30px}@media screen and (min-width: 56.250rem){#offcanvas-search>.inside .header_wrapper>.inside{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw)}}@media screen and (min-width: 75.000rem){#offcanvas-search>.inside .header_wrapper>.inside{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){#offcanvas-search>.inside .header_wrapper>.inside{margin-right:auto;margin-left:auto;max-width:1600px}}#offcanvas-search>.inside .header_wrapper>.inside .search-btn-close{background-color:transparent;border:none;color:#FFFFFF;text-decoration:none;text-transform:uppercase;display:flex;align-items:center;gap:10px;color:#031834;font-size:14px;font-style:normal;font-weight:300;line-height:1.42;position:relative}#offcanvas-search>.inside .header_wrapper>.inside .search-btn-close:hover{text-decoration:underline;cursor:pointer}#offcanvas-search>.inside .header_wrapper>.inside .search-btn-close::after{content:"";display:inline-block;width:1.125rem;height:1.125rem;min-height:100%;background-color:#031834;mask-image:var(--icon_mask_search_close);mask-position:center;mask-repeat:no-repeat;mask-size:contain;mask-size:100%}#offcanvas-search>.inside .mod_search#search_overlay{display:flex;flex-direction:column;justify-content:top;flex:1;margin-top:50px}@media screen and (min-width: 56.250rem){#offcanvas-search>.inside .mod_search#search_overlay{margin-top:0;justify-content:center}}#offcanvas-search>.inside .suggestions_wrapper{background:#031834;min-height:25%}#offcanvas-search>.inside .suggestions_wrapper>.inside{padding-top:30px;padding-bottom:30px;margin-right:4vw;margin-left:4vw;padding-top:50px;padding-bottom:50px}@media screen and (min-width: 56.250rem){#offcanvas-search>.inside .suggestions_wrapper>.inside{margin-right:calc(11.9791666667vw);margin-left:calc(11.9791666667vw);padding-top:60px;padding-bottom:60px}}@media screen and (min-width: 75.000rem){#offcanvas-search>.inside .suggestions_wrapper>.inside{margin-right:23.9583333333vw;margin-left:23.9583333333vw}}@media screen and (min-width:120rem){#offcanvas-search>.inside .suggestions_wrapper>.inside{margin-right:auto;margin-left:auto;max-width:1000px}}#offcanvas-search>.inside .suggestions_wrapper>.inside .suggestion_text{font-size:calc(0.875rem + 0.1041666667vw);color:#FFFFFF}@media screen and (max-width:37.5rem){#offcanvas-search>.inside .suggestions_wrapper>.inside .suggestion_text{font-size:0.875rem}}@media screen and (min-width:120rem){#offcanvas-search>.inside .suggestions_wrapper>.inside .suggestion_text{font-size:1rem}}#offcanvas-search>.inside .suggestions_wrapper>.inside .suggestions .suggestion{font-size:calc(1.188rem + 0.1558333333vw)}@media screen and (max-width:37.5rem){#offcanvas-search>.inside .suggestions_wrapper>.inside .suggestions .suggestion{font-size:1.188rem}}@media screen and (min-width:120rem){#offcanvas-search>.inside .suggestions_wrapper>.inside .suggestions .suggestion{font-size:1.375rem}}#offcanvas-search>.inside .suggestions_wrapper>.inside .suggestions .suggestion svg path{stroke:#FFFFFF}#offcanvas-search>.inside .suggestions_wrapper .suggestion_text{text-transform:uppercase;display:block;margin-bottom:40px;font-weight:400}#offcanvas-search>.inside .suggestions_wrapper .suggestions{display:flex;flex-wrap:wrap;column-gap:40px;row-gap:10px;color:white;font-weight:400;flex-direction:column}@media screen and (min-width: 37.500rem){#offcanvas-search>.inside .suggestions_wrapper .suggestions{flex-direction:row}}#offcanvas-search>.inside .suggestions_wrapper .suggestions .suggestion{display:flex;align-items:center;gap:20px}#offcanvas-search>.inside .suggestions_wrapper .suggestions .suggestion .suggestion_value{color:#FFFFFF;text-decoration:none}#offcanvas-search>.inside .suggestions_wrapper .suggestions .suggestion .suggestion_value:hover{cursor:pointer;text-decoration:underline}#offcanvas-search>.inside .suggestions_wrapper .suggestions .suggestion svg{width:30px}.content-hyperlink{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.content-hyperlink{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.content-hyperlink{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.content-hyperlink{margin-right:auto;margin-left:auto;max-width:1600px}}.content-element-group{padding-top:0;padding-bottom:0;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.content-element-group{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:0;padding-bottom:0}}@media screen and (min-width: 75.000rem){.content-element-group{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.content-element-group{margin-right:auto;margin-left:auto;max-width:1600px}}.content-element-group>[class*="content"]{padding-right:0;padding-left:0;margin-right:0;margin-left:0}.content-element-group>.content-headline .headline{text-transform:uppercase}@media screen and (min-width: 56.250rem){.content-element-group{display:grid;grid-template-columns:repeat(12, 1fr);align-items:start;gap:40px}.content-element-group [class*="content"]{grid-column:span 6}.content-element-group .content-headline-container,.content-element-group .headline-container{grid-column:span 5}.content-element-group .content-headline-container>*,.content-element-group .headline-container>*{padding-right:calc(clamp(20px, -35px + 0.0916666667 * 100vw, 75px))}.content-element-group .content-text{grid-column:span 7}.content-element-group .content-text>*{padding-right:calc(clamp(20px, -35px + 0.0916666667 * 100vw, 75px))}}.content-element-group .content-headline-container{text-align:left;align-items:start}.content-text{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.content-text{margin-right:calc(11.9791666667vw);margin-left:calc(11.9791666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.content-text{margin-right:23.9583333333vw;margin-left:23.9583333333vw}}@media screen and (min-width:120rem){.content-text{margin-right:auto;margin-left:auto;max-width:1000px}}.content-text>.inside{display:grid;align-items:center;gap:calc(clamp(20px, 0px + 0.0333333333 * 100vw, 40px));line-height:1.65}.content-text>.inside p+p.btn,.content-text>.inside p+p.button{padding-top:0.5em}.content-text>.inside .rte *+*{margin-top:1rem}.content-text>.inside .rte h4{color:#0056A2}.content-text.media--above .rte,.content-text.media--below .rte{}.content-text.media--right,.content-text.media--left{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.content-text.media--right,.content-text.media--left{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.content-text.media--right,.content-text.media--left{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.content-text.media--right,.content-text.media--left{margin-right:auto;margin-left:auto;max-width:1600px}}.content-text.media--right>.inside figure,.content-text.media--left>.inside figure{grid-row:1;grid-column:1 / -1}.content-text.media--right>.inside .rte,.content-text.media--left>.inside .rte{grid-row:2;grid-column:1 / -1}.content-text.centered>*{text-align:center}.content-text.no-space-bottom,.content-text.no-padding-bottom{padding-bottom:0 !important}@media only screen and (min-width: 56.250rem){.content-text.media--right>.inside,.content-text.media--left>.inside{grid-template-columns:repeat(12, 1fr);gap:0}.content-text.media--right>.inside figure,.content-text.media--left>.inside figure{grid-row:1;grid-column:1 / span 6}.content-text.media--right>.inside .rte,.content-text.media--left>.inside .rte{grid-row:1;grid-column:7 / span 6;line-height:1.61}.content-text.media--right>.inside figure{grid-column:7 / span 6}.content-text.media--right>.inside .rte{grid-column:1 / span 6;padding-right:calc(clamp(20px, -40px + 0.1 * 100vw, 80px))}.content-text.media--left>.inside .rte{padding-left:calc(clamp(20px, -30px + 0.0833333333 * 100vw, 70px))}}.content-headline:not(.content-element-group *){padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw;padding-bottom:0 !important;margin-top:0;margin-bottom:0}@media screen and (min-width: 56.250rem){.content-headline:not(.content-element-group *){margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.content-headline:not(.content-element-group *){margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.content-headline:not(.content-element-group *){margin-right:auto;margin-left:auto;max-width:1600px}}[class*="mod_"]>.headline-container,[class*="content-"]>.headline-container,[class*="ce_"]>.headline-container{align-items:center;text-align:center;padding-bottom:37.5px}@media screen and (min-width: 56.250rem){[class*="mod_"]>.headline-container,[class*="content-"]>.headline-container,[class*="ce_"]>.headline-container{padding-bottom:75px}}.content-element-group>.content-headline{align-items:initial;text-align:initial;padding-top:37.5px}@media screen and (min-width: 56.250rem){.content-element-group>.content-headline{padding-top:75px}}.content-headline-container,.headline-container{display:flex;flex-direction:column-reverse}.content-headline-container .custom-subheadline,.headline-container .custom-subheadline{font-size:calc(0.75rem + 0.15625vw);color:#0056A2;font-weight:350;line-height:1.6;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:10px}@media screen and (max-width:37.5rem){.content-headline-container .custom-subheadline,.headline-container .custom-subheadline{font-size:0.75rem}}@media screen and (min-width:120rem){.content-headline-container .custom-subheadline,.headline-container .custom-subheadline{font-size:0.9375rem}}.content-text.centered ul,.content-text.centered ol{list-style-position:inside}.content-list ul,.content-list ol,.content-text ul,.content-text ol{line-height:1.65;margin-left:1em}.content-list{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.content-list{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.content-list{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.content-list{margin-right:auto;margin-left:auto;max-width:1600px}}.content-list ul,.content-list ol{margin-left:0;background-color:#EDEDED;padding-left:calc(clamp(30px, -80px + 0.1833333333 * 100vw, 140px));padding-right:calc(clamp(20px, -100px + 0.2 * 100vw, 140px));padding-top:37.5px;padding-bottom:37.5px}@media screen and (min-width: 56.250rem){.content-list ul,.content-list ol{padding-top:100px;padding-bottom:100px}}.content-list ul li+li,.content-list ol li+li{margin-top:30px}.content-list ul{list-style-type:square}.content-list ul li::marker{color:#0056A2}.content-list ol li::marker{color:#0056A2;font-weight:400}[data-theme="theme1"] .content-list ul,[data-theme="theme1"] .content-list ol{background-color:#191919}.content-image{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.content-image{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.content-image{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.content-image{margin-right:auto;margin-left:auto;max-width:1600px}}.content-image figure,.content-image figure>picture{display:block;width:fit-content;margin-left:auto;margin-right:auto}.content-image.content-regular{max-width:1600px}.content-image.content-medium{max-width:1600px}.content-image figcaption{padding-top:0.5em;position:relative;font-size:calc(0.875rem + 0.9375vw);font-style:normal;font-weight:300;line-height:1.87;text-transform:uppercase}@media screen and (max-width:37.5rem){.content-image figcaption{font-size:0.875rem}}@media screen and (min-width:120rem){.content-image figcaption{font-size:2rem}}.content-image figcaption::before{content:"";display:block;position:absolute;left:calc(clamp(20px, -10px + 0.05 * 100vw, 50px));top:0;translate:0 -50%;z-index:2;width:1em;max-width:18px;height:1em;max-height:18px;background-color:#0056A2}.content-gallery{padding-top:37.5px;padding-bottom:37.5px}@media screen and (min-width: 56.250rem){.content-gallery{padding-top:75px;padding-bottom:75px}}.content-gallery .headline-container{padding-top:initial / 4;padding-bottom:initial / 4;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.content-gallery .headline-container{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:initial / 2;padding-bottom:initial / 2}}@media screen and (min-width: 75.000rem){.content-gallery .headline-container{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.content-gallery .headline-container{margin-right:auto;margin-left:auto;max-width:1600px}}@media only screen and (min-width: 56.250rem){.content-gallery ul{padding-top:0;padding-bottom:0;margin-right:4vw;margin-left:4vw}}@media only screen and (min-width: 56.250rem) and (min-width: 56.250rem){.content-gallery ul{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:0;padding-bottom:0}}@media only screen and (min-width: 56.250rem) and (min-width: 75.000rem){.content-gallery ul{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media only screen and (min-width: 56.250rem) and (min-width:120rem){.content-gallery ul{margin-right:auto;margin-left:auto;max-width:1600px}}.content-gallery ul{list-style-type:none;padding-left:0;display:grid;gap:calc(clamp(20px, 0px + 0.0333333333 * 100vw, 40px))}.content-gallery ul figure *{width:100%;height:100%}.content-gallery ul figure img{object-fit:cover}.content-gallery.content-gallery--cols-3>ul{grid-template-columns:repeat(2, 1fr)}@media only screen and (min-width: 56.250rem){.content-gallery.content-gallery--cols-3>ul{grid-template-columns:repeat(3, 1fr)}}.content-gallery.content-gallery--cols-2>ul{grid-template-columns:repeat(2, 1fr)}.content-download{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.content-download{margin-right:calc(11.9791666667vw);margin-left:calc(11.9791666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.content-download{margin-right:23.9583333333vw;margin-left:23.9583333333vw}}@media screen and (min-width:120rem){.content-download{margin-right:auto;margin-left:auto;max-width:1000px}}.content-download a{display:inline-block;position:relative;width:100%;padding:20px;background-color:#EDEDED}.content-download a:before{content:"";display:block;position:absolute;right:20px;width:20px;height:20px;border:1px dotted #191919}.content-download a:hover{background-color:var(--color-primary)}.content-downloads{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.content-downloads{margin-right:calc(11.9791666667vw);margin-left:calc(11.9791666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.content-downloads{margin-right:23.9583333333vw;margin-left:23.9583333333vw}}@media screen and (min-width:120rem){.content-downloads{margin-right:auto;margin-left:auto;max-width:1000px}}.content-downloads ul{list-style-type:none}.content-downloads ul li.download-element a{display:inline-block;position:relative;width:100%;padding:20px;background-color:#EDEDED;margin-bottom:10px}.content-downloads ul li.download-element a:before{content:"";display:block;position:absolute;right:20px;width:20px;height:20px;border:1px dotted #191919}.content-downloads ul li.download-element a:hover{background-color:var(--color-primary)}:root{--icon_mask_accordion-open: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 31 31'%3E%3Cpath fill='%23031834' d='M0 14.5h31v2H0z'/%3E%3Cpath fill='%23031834' d='M16.5 0v31h-2V0z'/%3E%3C/svg%3E");--icon_mask_accordion-close: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 31 2'%3E%3Cpath fill='%23031834' d='M0 0h31v2H0z'/%3E%3C/svg%3E");--icon_mask_accordion-chevron_down: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 11'%3E%3Cpath stroke='%230A2336' d='M.371.645 9.687 9.96 19.003.645'/%3E%3C/svg%3E")}.content-accordion{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw;border-bottom:initial}.content-accordion .content-text{margin-left:initial;margin-right:initial;padding-top:0;padding-bottom:0}@media screen and (min-width: 56.250rem){.content-accordion{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.content-accordion{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.content-accordion{margin-right:auto;margin-left:auto;max-width:1600px}}.content-accordion .handorgel__header .handorgel__header__button{padding:initial;border-top:initial;background-color:initial}.content-accordion .handorgel__content{border-top:0;background-color:initial}.content-accordion .handorgel__content .handorgel__content__inner{padding:initial}.content-accordion .handorgel__header .handorgel__header__button{display:flex;justify-content:space-between;align-items:center;background-color:#EDEDED;color:#031834;font-size:calc(1.25rem + 0.3125vw);font-weight:300;line-height:1.15;text-transform:uppercase;padding-top:1.1em;padding-bottom:1.1em;padding-left:calc(clamp(20px, -10px + 0.05 * 100vw, 50px));padding-right:calc(clamp(20px, -20px + 0.0666666667 * 100vw, 60px));position:relative}@media screen and (max-width:37.5rem){.content-accordion .handorgel__header .handorgel__header__button{font-size:1.25rem}}@media screen and (min-width:120rem){.content-accordion .handorgel__header .handorgel__header__button{font-size:1.625rem}}.content-accordion .handorgel__header .handorgel__header__button::after{content:"";display:inline-block;width:1.195em;height:1.195em;min-height:100%;background-color:currentColor;mask-image:var(--icon_mask_accordion-open);mask-position:center;mask-repeat:no-repeat;mask-size:contain;mask-size:100%}.content-accordion .handorgel__header.handorgel__header--opened .handorgel__header__button::after{mask-image:var(--icon_mask_accordion-close)}.content-accordion .handorgel__content{padding-left:calc(clamp(20px, -10px + 0.05 * 100vw, 50px));padding-right:calc(clamp(20px, -20px + 0.0666666667 * 100vw, 60px));margin-top:35px;margin-bottom:35px}.content-accordion .handorgel__content .handorgel__content__inner{border-left:1px solid #EDEDED;padding-left:calc(clamp(20px, 5px + 0.025 * 100vw, 35px))}.content-accordion .handorgel__content+.handorgel__header{margin-top:8px}[data-theme="theme1"] .content-accordion .handorgel__header .handorgel__header__button{background-color:#191919;color:#EDEDED}.content-table{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.content-table{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.content-table{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.content-table{margin-right:auto;margin-left:auto;max-width:1600px}}.content-table table{width:100%;border-collapse:collapse}.content-table thead th{padding:1rem;padding-top:0;border-top:1rem solid #EDEDED;border-right:1px solid #191919;border-bottom:1px solid #191919;background-color:#EDEDED}.content-table tbody th{padding:1rem;padding-top:0;border-right:1px solid #191919;border-bottom:1px solid #EDEDED;background-color:#EDEDED}.content-table td{padding:1rem;border-right:1px solid #191919;border-bottom:1px solid #EDEDED}.content-table th.col_last,.content-table td.col_last{border-right:0}.content-table caption{font-size:0.875rem;text-align:left;padding:10px;border-left:10px solid #000000;margin-left:0}.content-description-list{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.content-description-list{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.content-description-list{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.content-description-list{margin-right:auto;margin-left:auto;max-width:1600px}}.content-description-list dl dt{font-weight:bold}:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo){padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo){margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo){margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo){margin-right:auto;margin-left:auto;max-width:1600px}}:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) figure:not(.hofff-consent-placeholder-content){position:relative;width:100%;max-width:100%;aspect-ratio:1.7777777778;height:auto}:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) figure:not(.hofff-consent-placeholder-content).aspect--16\:9{aspect-ratio:1.7777777778}:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) figure:not(.hofff-consent-placeholder-content).aspect--16\:10{aspect-ratio:1.6}:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) figure:not(.hofff-consent-placeholder-content).aspect--21\:9{aspect-ratio:2.3333333333}:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) figure:not(.hofff-consent-placeholder-content).aspect--4\:3{aspect-ratio:1.3333333333}:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) figure:not(.hofff-consent-placeholder-content).aspect--3\:2{aspect-ratio:1.5}:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) figure:not(.hofff-consent-placeholder-content) button[data-splash-screen]{appearance:none;border:none;display:grid}:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) figure:not(.hofff-consent-placeholder-content) button[data-splash-screen]:hover{cursor:pointer}:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) figure:not(.hofff-consent-placeholder-content) button[data-splash-screen] img,:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) figure:not(.hofff-consent-placeholder-content) button[data-splash-screen]>p{grid-column:1;grid-row:1}:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) figure:not(.hofff-consent-placeholder-content) button[data-splash-screen]>p{z-index:2;margin:20px;padding:20px;align-self:end;background-color:#FFFFFF}:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) figure:not(.hofff-consent-placeholder-content) iframe{border:0;position:absolute;inset:0;width:100% !important;height:100% !important}.content-player video{max-width:100%;height:auto;object-fit:cover;width:100%;height:100%}.mod_article>.ce_form{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.mod_article>.ce_form{margin-right:calc(11.9791666667vw);margin-left:calc(11.9791666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.mod_article>.ce_form{margin-right:23.9583333333vw;margin-left:23.9583333333vw}}@media screen and (min-width:120rem){.mod_article>.ce_form{margin-right:auto;margin-left:auto;max-width:1000px}}.ce_form fieldset{padding:0;border:0}.ce_form .widget{width:100%;margin-bottom:9px}.ce_form .widget label{font-size:calc(0.9375rem + 0.2604166667vw);font-style:normal;font-weight:300;line-height:2.53}@media screen and (max-width:37.5rem){.ce_form .widget label{font-size:0.9375rem}}@media screen and (min-width:120rem){.ce_form .widget label{font-size:1.25rem}}@media screen and (min-width: 56.250rem){.ce_form .widget label{line-height:1.9}}.ce_form .widget legend{margin-bottom:10px}.ce_form .widget.error{display:grid;row-gap:10px}.ce_form .widget.error p.error{color:var(--color-primary);grid-row:1;grid-column:1/-1}.ce_form .widget.error label.error,.ce_form .widget.error input.error{grid-row:2}.ce_form .widget-text:not(:has(input[type="date"])),.ce_form .widget-password,.ce_form .widget-textarea,.ce_form .widget-captcha{position:relative;height:fit-content}.ce_form .widget-text:not(:has(input[type="date"])) label,.ce_form .widget-password label,.ce_form .widget-textarea label,.ce_form .widget-captcha label{position:absolute;left:10px;top:50%;transform:translateY(-50%);opacity:0.8;margin-bottom:0;transition:0.3s}.ce_form .widget-text:not(:has(input[type="date"])).focus label,.ce_form .widget-text:not(:has(input[type="date"])).filled label,.ce_form .widget-text:not(:has(input[type="date"])):has(input:placeholder-shown) label,.ce_form .widget-text:not(:has(input[type="date"])):has(textarea:placeholder-shown) label,.ce_form .widget-text:not(:has(input[type="date"])).error label,.ce_form .widget-text:not(:has(input[type="date"])):has(input[value]:not([value=""])) label,.ce_form .widget-password.focus label,.ce_form .widget-password.filled label,.ce_form .widget-password:has(input:placeholder-shown) label,.ce_form .widget-password:has(textarea:placeholder-shown) label,.ce_form .widget-password.error label,.ce_form .widget-password:has(input[value]:not([value=""])) label,.ce_form .widget-textarea.focus label,.ce_form .widget-textarea.filled label,.ce_form .widget-textarea:has(input:placeholder-shown) label,.ce_form .widget-textarea:has(textarea:placeholder-shown) label,.ce_form .widget-textarea.error label,.ce_form .widget-textarea:has(input[value]:not([value=""])) label,.ce_form .widget-captcha.focus label,.ce_form .widget-captcha.filled label,.ce_form .widget-captcha:has(input:placeholder-shown) label,.ce_form .widget-captcha:has(textarea:placeholder-shown) label,.ce_form .widget-captcha.error label,.ce_form .widget-captcha:has(input[value]:not([value=""])) label{top:1px;transform:none;font-size:0.5rem;opacity:1}.ce_form .widget-textarea label{top:10px;transform:none}.ce_form .widget-textarea .textarea{resize:none}.ce_form .widget-text:has(input[type="date"]),.ce_form .widget-select{position:relative}.ce_form .widget-text:has(input[type="date"]) label,.ce_form .widget-select label{margin-bottom:0;position:absolute;top:1px;left:10px;font-size:0.5rem}.ce_form .widget-radio .radio_container{display:flex;gap:20px;flex-wrap:wrap}.ce_form .widget-radio .radio_container span{display:flex;align-items:flex-end;gap:10px}.ce_form .widget-radio .radio_container fieldset{margin-left:20px;margin-right:20px}.ce_form .widget-checkbox .checkbox_container{display:flex;gap:20px;flex-wrap:wrap}.ce_form .widget-checkbox .checkbox_container>span{display:flex;align-items:flex-end;gap:10px}.ce_form .widget-checkbox .checkbox_container fieldset{margin-left:40px;margin-right:40px}.ce_form .widget-upload label{margin-bottom:10px}.ce_form .widget-range label{margin-bottom:10px}.ce_form .widget-captcha .captcha_text{margin-top:10px}.ce_form .widget-captcha.error{display:grid;row-gap:10px}.ce_form .widget-captcha.error p.error{grid-row:1;margin-top:0}.ce_form .widget-captcha.error .captcha_text.error{grid-row:2;margin-top:0}.ce_form .widget-captcha.error label.error,.ce_form .widget-captcha.error input.captcha{grid-row:3}.ce_form .widget-icon-checkbox .checkbox_container,.ce_form .widget-icon-checkbox .radio_container{display:grid}.ce_form .widget-icon-checkbox .checkbox_container>span,.ce_form .widget-icon-checkbox .radio_container>span{height:100%;display:inherit}.ce_form .widget-icon-checkbox .checkbox_container>span label,.ce_form .widget-icon-checkbox .radio_container>span label{border:1px solid #000000;border-radius:0}.ce_form .widget-icon-checkbox .checkbox_container>span label>span,.ce_form .widget-icon-checkbox .radio_container>span label>span{text-align:center}.ce_form .widget-pagebreak{display:grid;grid-template-columns:1fr 1fr;gap:20px}.ce_form .widget-pagebreak button[value="continue"]{grid-row:1;grid-column:2}.ce_form .widget-pagebreak button[value="back"]{grid-row:1;grid-column:1}@media screen and (min-width: 56.250rem){.ce_form fieldset{display:flex;justify-content:space-between;gap:20px;align-items:flex-end}}.ce_rsce_header{--min-height-mobile: 70svh;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;margin-right:auto;margin-left:auto}.ce_rsce_header.simple-page{min-height:35vh;background-color:#EDEDED;display:flex;align-items:center;justify-content:center}[data-theme="theme1"] .ce_rsce_header.simple-page{background-color:#191919}.ce_rsce_header.simple-page .headline{color:#031834;text-align:center}[data-theme="theme1"] .ce_rsce_header.simple-page .headline{color:#FFFFFF}.ce_rsce_header.simple-page .subheadline{color:#0056A2;text-align:center}.ce_rsce_header.normal-page,.ce_rsce_header.normal-page-video{height:85svh;display:grid}.ce_rsce_header.normal-page>.inside,.ce_rsce_header.normal-page-video>.inside{position:relative;height:inherit}.ce_rsce_header.normal-page>.inside::after,.ce_rsce_header.normal-page-video>.inside::after{content:"";position:absolute;z-index:2;bottom:0;width:100%;height:8px;background-color:#0056A2}.ce_rsce_header.normal-page>.inside>.image_container,.ce_rsce_header.normal-page-video>.inside>.image_container{height:inherit}.ce_rsce_header.normal-page .subheadline,.ce_rsce_header.normal-page-video .subheadline{color:#FFFFFF;text-align:center}.ce_rsce_header.normal-page .headline,.ce_rsce_header.normal-page-video .headline{color:#FFFFFF;text-align:center}.ce_rsce_header.normal-page .divider,.ce_rsce_header.normal-page-video .divider{width:65px;height:2px;background-color:#EDEDED}.ce_rsce_header.landing-page{min-height:var(--min-height-mobile);display:grid;background-color:#031834}@media (min-aspect-ratio:1){.ce_rsce_header.landing-page{min-height:100vh}}.ce_rsce_header.landing-page .swiper-container{grid-column:1;grid-row:1;position:relative;z-index:1}.ce_rsce_header.landing-page .subheadline{color:#FFFFFF;text-align:center}.ce_rsce_header.landing-page .headline{color:#FFFFFF;text-align:center}.ce_rsce_header.landing-page .slide-indicators{margin-top:50px;display:flex;gap:5px}.ce_rsce_header.landing-page .slide-indicators .fake-indicator{padding:3px 0}.ce_rsce_header.landing-page .slide-indicators .fake-indicator:hover{cursor:pointer}.ce_rsce_header.landing-page .slide-indicators .fake-indicator span{display:block;height:1px;width:40px;background-color:#FFFFFF}.ce_rsce_header.landing-page .slide-indicators .fake-indicator.is-active span{background-color:#2DA4DC}.ce_rsce_header.landing-page .haptic-container{padding-block:30px;margin-right:4vw;margin-left:4vw;grid-column:1;grid-row:2;position:relative;z-index:2;align-self:end;justify-self:center}@media screen and (min-width: 37.500rem){.ce_rsce_header.landing-page .haptic-container{margin-right:auto;margin-left:auto}}@media screen and (min-width: 56.250rem){.ce_rsce_header.landing-page .haptic-container{grid-column:1;grid-row:1;margin-bottom:75px}}@media (min-aspect-ratio:2.2){.ce_rsce_header.landing-page .haptic-container{grid-column:1;grid-row:2}}.ce_rsce_header.landing-page .haptic-container .haptic-button{display:flex;align-items:center;flex-wrap:wrap;flex-direction:column-reverse;justify-content:center;text-decoration:none;gap:20px;padding-left:17px;padding-right:17px;padding-top:17px;padding-bottom:17px;border-radius:30px;border:1px solid rgba(255, 255, 255, 0.1);background:rgba(0, 0, 0, 0.1);box-shadow:4px 4px 21px 0px rgba(0, 0, 0, 0.39);backdrop-filter:blur(17px)}@media screen and (min-width:400px){.ce_rsce_header.landing-page .haptic-container .haptic-button{flex-direction:row;flex-wrap:initial;justify-content:initial}}.ce_rsce_header.landing-page .haptic-container .haptic-button .content-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding-inline:calc(clamp(20px, -10px + 0.05 * 100vw, 50px))}.ce_rsce_header.landing-page .haptic-container .haptic-button .content-container .haptic_title{color:#FFFFFF;text-align:center;font-size:20px;font-style:normal;font-weight:300;line-height:1.3;text-transform:uppercase}.ce_rsce_header.landing-page .haptic-container .haptic-button .content-container .haptic_buttontext{text-align:center;color:#2DA4DC;font-size:16px;font-style:normal;font-weight:300;line-height:1.5}.ce_rsce_header.landing-page .haptic-container .haptic-button .image_container img{border-radius:21px}.ce_rsce_header.landing-page .haptic-container .haptic-button:hover{border:1px solid #2DA4DC}.ce_rsce_header.landing-page .haptic-container .haptic-button:hover .haptic_buttontext{text-decoration:underline}.ce_rsce_header .inside{position:relative;display:grid;height:100%}.ce_rsce_header .image_container.object-fit{grid-column:1;grid-row:1;position:relative;z-index:1}.ce_rsce_header .image_container.object-fit picture{height:100%}.ce_rsce_header .image_container.object-fit picture img{width:100%;height:100%;object-fit:cover}.ce_rsce_header .video_container{grid-column:1;grid-row:1;position:relative;z-index:1}.ce_rsce_header .video_container video{width:100%;height:100%;object-fit:cover}.ce_rsce_header .content_container{grid-column:1;grid-row:1;position:relative;z-index:2;padding-top:75px;padding-bottom:75px;margin-right:4vw;margin-left:4vw;display:flex;flex-direction:column;justify-content:center;align-items:center;height:50%;align-self:end}@media screen and (min-width: 56.250rem){.ce_rsce_header .content_container{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:150px;padding-bottom:150px}}@media screen and (min-width: 75.000rem){.ce_rsce_header .content_container{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.ce_rsce_header .content_container{margin-right:auto;margin-left:auto;max-width:1600px}}@media screen and (min-width: 56.250rem){.ce_rsce_header .content_container{height:70%;height:auto;align-self:auto}}.ce_rsce_header .content_container .headline_container{display:flex;flex-direction:column-reverse;align-items:center;max-width:1000px}.ce_rsce_header .content_container .subheadline{text-align:center;font-size:calc(0.875rem + 0.2083333333vw);font-weight:300;line-height:1.09;letter-spacing:2.2px;text-transform:uppercase}@media screen and (max-width:37.5rem){.ce_rsce_header .content_container .subheadline{font-size:0.875rem}}@media screen and (min-width:120rem){.ce_rsce_header .content_container .subheadline{font-size:1.125rem}}.ce_rsce_header .content_container .headline+.subheadline{margin-bottom:0.6em}.ce_rsce_header .content_container .headline{margin-bottom:0.55em}.ce_rsce_header .swiper,.ce_rsce_header .swiper-wrapper,.ce_rsce_header .wrapper,.ce_rsce_header .swiper-slide>.inside{height:100%}.ce_rsce_header .swiper-button-next,.ce_rsce_header .swiper-button-prev{--swiper-navigation-sides-offset: -10px;width:66px;height:66px}.ce_rsce_header .swiper-button-next:after,.ce_rsce_header .swiper-button-prev:after{display:none}.ce_rsce_header .autoplay-progress{width:100%;margin-right:4vw;margin-left:4vw;height:2px;position:absolute;z-index:2;top:auto;bottom:0;left:50%;translate:-50% 0;overflow:hidden}@media screen and (min-width: 56.250rem){.ce_rsce_header .autoplay-progress{margin-right:calc(0vw);margin-left:calc(0vw)}}@media screen and (min-width: 75.000rem){.ce_rsce_header .autoplay-progress{margin-right:0vw;margin-left:0vw}}@media screen and (min-width:120rem){.ce_rsce_header .autoplay-progress{margin-right:auto;margin-left:auto;max-width:1920px}}@media screen and (min-width: 56.250rem){.ce_rsce_header .autoplay-progress{height:4px}}.ce_rsce_header .autoplay-progress::before{content:"";position:absolute;left:0;top:0;height:100%;width:calc(var(--progress, 0) * 100%);transition:width 0.25s linear;background-color:#0056A2}.ce_rsce_header .autoplay-progress span{position:none;top:100%;right:0;margin-top:4px;font-weight:700}.ce_rsce_header .swiper-container{position:relative;overflow:hidden;min-height:var(--min-height-mobile)}@media (min-aspect-ratio:1){.ce_rsce_header .swiper-container{height:100vh;min-height:100vh}}.ce_rsce_header .image_container:not(.haptic){overflow:hidden;position:relative}.ce_rsce_header .image_container:not(.haptic)::before{content:"";display:block;position:absolute;z-index:2;inset:0;height:25%;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);rotate:180deg;pointer-events:none}.ce_rsce_header .image_container:not(.haptic)::after{content:"";display:block;position:absolute;z-index:2;inset:0;background:linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.55) 100%);pointer-events:none}.ce_rsce_header .swiper-wrapper{min-width:0}.ce_rsce_cards{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.ce_rsce_cards{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.ce_rsce_cards{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.ce_rsce_cards{margin-right:auto;margin-left:auto;max-width:1600px}}.ce_rsce_cards .cards-wrapper:not(.swiper-wrapper){display:grid;grid-template-columns:repeat(1, 1fr);gap:20px}.ce_rsce_cards .card{position:relative;background-color:#EDEDED}.ce_rsce_cards .card .content_container{width:100%;position:absolute;z-index:2;left:0;bottom:0;padding:calc(2 * 20px)}.ce_rsce_cards .card .content_container .card-title{color:#FFFFFF;font-size:calc(1.375rem + 0.2083333333vw);font-style:normal;font-weight:300;line-height:2;margin-bottom:0.1em}@media screen and (max-width:37.5rem){.ce_rsce_cards .card .content_container .card-title{font-size:1.375rem}}@media screen and (min-width:120rem){.ce_rsce_cards .card .content_container .card-title{font-size:1.625rem}}@media screen and (min-width: 56.250rem){.ce_rsce_cards .card .content_container .card-title{line-height:1.69}}.ce_rsce_cards .card .content_container .card-button{color:#FFFFFF;font-size:calc(1.125rem + 0.1041666667vw);font-style:normal;font-weight:300;line-height:1.33;text-decoration:underline;text-underline-offset:3px}@media screen and (max-width:37.5rem){.ce_rsce_cards .card .content_container .card-button{font-size:1.125rem}}@media screen and (min-width:120rem){.ce_rsce_cards .card .content_container .card-button{font-size:1.25rem}}@media screen and (min-width: 56.250rem){.ce_rsce_cards .card .content_container .card-button{line-height:1.2}}.ce_rsce_cards .card:hover .card-button{text-decoration:none}.ce_rsce_cards .card .icon{max-width:75px;height:auto;margin-bottom:1em}@media screen and (min-width: 56.250rem){.ce_rsce_cards .card .icon{max-width:90px}}.ce_rsce_cards .card .image_container:not(.icon) picture{display:block;position:relative}.ce_rsce_cards .card .image_container:not(.icon) picture::after{content:"";display:block;position:absolute;z-index:2;inset:0;top:50%;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);pointer-events:none}.ce_rsce_cards .swiper-container{position:relative}.ce_rsce_cards .swiper-container .swiper-button-next,.ce_rsce_cards .swiper-container .swiper-button-prev{--swiper-navigation-sides-offset: 5px;width:80px;height:80px}@media screen and (min-width: 56.250rem){.ce_rsce_cards .swiper-container .swiper-button-next,.ce_rsce_cards .swiper-container .swiper-button-prev{--swiper-navigation-sides-offset: 3%}}.ce_rsce_cards .swiper-container .swiper-button-next:after,.ce_rsce_cards .swiper-container .swiper-button-prev:after{display:none}.ce_rsce_cards .swiper-container .swiper-button-next svg,.ce_rsce_cards .swiper-container .swiper-button-prev svg{-webkit-backdrop-filter:none;backdrop-filter:none}.ce_rsce_cards .swiper-container .swiper-button-next svg circle,.ce_rsce_cards .swiper-container .swiper-button-next svg line,.ce_rsce_cards .swiper-container .swiper-button-next svg path,.ce_rsce_cards .swiper-container .swiper-button-prev svg circle,.ce_rsce_cards .swiper-container .swiper-button-prev svg line,.ce_rsce_cards .swiper-container .swiper-button-prev svg path{stroke:#0056A2}.ce_rsce_cards .swiper-container .swiper-pagination{top:inherit;bottom:inherit}.ce_rsce_cards .swiper-container .swiper-pagination{width:100%;position:relative;z-index:2;top:auto;bottom:0;left:50%;translate:-50% 0;margin-top:20px;display:flex;align-items:center;justify-content:center;--swiper-pagination-bottom: 0;--swiper-pagination-bullet-height: 2px;--swiper-pagination-bullet-width: 45px;--swiper-pagination-bullet-border-radius: 0;--swiper-pagination-progressbar-bg-color: transparent;--swiper-pagination-bullet-inactive-opacity: 1;--swiper-pagination-bullet-inactive-color: #EDEDED}@media screen and (min-width: 56.250rem){.ce_rsce_cards .swiper-container .swiper-pagination{margin-top:36px}}@media screen and (min-width: 56.250rem){.ce_rsce_cards .cards-wrapper:not(.swiper-wrapper){grid-template-columns:repeat(2, 1fr);gap:40px}}@media screen and (min-width: 56.250rem){.showFour .cards-wrapper:not(.swiper-wrapper){grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 75.000rem){.ce_rsce_cards .cards-wrapper:not(.swiper-wrapper){grid-template-columns:repeat(3, 1fr)}.ce_rsce_cards .card{min-width:200px}.ce_rsce_cards p{font-size:1rem}.ce_rsce_cards .swiper-container .swiper-button-prev{left:-70px}.ce_rsce_cards .swiper-container .swiper-button-next{right:-70px}}@media screen and (min-width: 75.000rem){.showFour .cards-wrapper:not(.swiper-wrapper){grid-template-columns:repeat(4, 1fr)}}.content-cards.cards-text{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.content-cards.cards-text{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.content-cards.cards-text{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.content-cards.cards-text{margin-right:auto;margin-left:auto;max-width:1600px}}.content-cards.cards-text .inside:not(.swiper-wrapper){display:grid;grid-template-columns:repeat(1, 1fr);gap:20px}.content-cards.cards-text .card{display:inline-block;position:relative;text-decoration:none;background-color:#EDEDED}.content-cards.cards-text .card .content_container{width:100%;text-align:center;padding:calc(2 * 20px)}.content-cards.cards-text .card .content_container .card-title{color:#000000}.content-cards.cards-text .card .content_container .card-text{color:#000000;margin-bottom:20px}@media screen and (min-width: 75.000rem){.content-cards.cards-text .inside:not(.swiper-wrapper){grid-template-columns:repeat(3, 1fr);gap:20px}.content-cards.cards-text .card{min-width:200px}.content-cards.cards-text p{font-size:1rem}}.content-custom.content-numbers{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.content-custom.content-numbers{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.content-custom.content-numbers{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.content-custom.content-numbers{margin-right:auto;margin-left:auto;max-width:1600px}}.content-custom.content-numbers .elements-wrapper{display:grid;grid-template-columns:repeat(1fr);gap:40px}.content-custom.content-numbers .element{text-align:center;background-color:#EDEDED;padding:40px}.content-custom.content-numbers .number h4{font-size:3rem;margin-bottom:0}.content-custom.content-numbers .text{font-style:normal;font-weight:bold}.content-custom.content-numbers .description{line-height:1.5;padding-top:20px}@media screen and (min-width: 75.000rem){.content-custom.content-numbers .elements-wrapper{grid-template-columns:repeat(12, 1fr)}.content-custom.content-numbers .element{grid-column:span 4;padding:80px}.content-custom.content-numbers .description{padding-top:20px}}[data-theme="theme1"] .rsce_numbers .element{background-color:#191919}.content-banner:not(.fullwidth){padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.content-banner:not(.fullwidth){margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.content-banner:not(.fullwidth){margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.content-banner:not(.fullwidth){margin-right:auto;margin-left:auto;max-width:1600px}}.content-banner .inside{position:relative}.content-banner .content_container{position:relative;display:flex;flex-direction:column;justify-content:center;padding:20px;gap:19px}.content-banner h3{margin-bottom:20px}.content-banner span{margin-bottom:20px}.content-banner a{width:max-content}.content-banner .image_container{position:relative}.content-banner .image_container:before{content:"";display:block;position:absolute;z-index:2;inset:0;top:0;right:0;bottom:0;left:0;background:linear-gradient(270deg, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.75) 100%);pointer-events:none}.content-banner .icon{max-width:75px;height:auto}@media screen and (min-width: 56.250rem){.content-banner .icon{max-width:90px}}.content-banner picture{width:100%;height:100%}.content-banner picture img{width:100%;height:100%;object-fit:cover}.content-banner .headline_container{display:flex;flex-direction:column-reverse;gap:19px}@media screen and (min-width: 56.250rem){.content-banner .headline_container{max-width:60%}}.content-banner .headline_container .subheadline{color:#FFFFFF;text-transform:uppercase;font-size:calc(0.875rem + 0.2083333333vw);font-weight:300;line-height:1.09;letter-spacing:2.2px}@media screen and (max-width:37.5rem){.content-banner .headline_container .subheadline{font-size:0.875rem}}@media screen and (min-width:120rem){.content-banner .headline_container .subheadline{font-size:1.125rem}}.content-banner .headline_container .headline{color:#FFFFFF;font-size:calc(1.75rem + 1.0416666667vw);font-weight:300;line-height:1.35;text-transform:uppercase}@media screen and (max-width:37.5rem){.content-banner .headline_container .headline{font-size:1.75rem}}@media screen and (min-width:120rem){.content-banner .headline_container .headline{font-size:3rem}}@media screen and (min-width: 56.250rem){.content-banner .headline_container .headline{line-height:1.29}}.content-banner:not(.fullwidth) .content_container{padding-left:calc(clamp(20px, -100px + 0.2 * 100vw, 140px));padding-right:calc(clamp(20px, -100px + 0.2 * 100vw, 140px));align-items:center;text-align:center}@media screen and (min-width: 56.250rem){.content-banner:not(.fullwidth) .content_container{align-items:initial;text-align:initial}}.content-banner.fullwidth{width:100%;padding-top:37.5px;padding-bottom:37.5px}@media screen and (min-width: 56.250rem){.content-banner.fullwidth{padding-top:75px;padding-bottom:75px}}.content-banner.fullwidth .content_container{padding-right:0;padding-left:0;margin-right:4vw;margin-left:4vw;align-items:center;text-align:center}.content-banner.fullwidth .subheadline{color:#FFFFFF;text-align:center}.content-banner.fullwidth .headline{color:#FFFFFF;text-align:center;font-size:calc(1.75rem + 1.25vw)}@media screen and (max-width:37.5rem){.content-banner.fullwidth .headline{font-size:1.75rem}}@media screen and (min-width:120rem){.content-banner.fullwidth .headline{font-size:3.25rem}}@media screen and (min-width: 56.250rem){.content-banner.fullwidth .headline{line-height:1.19}}.content-banner .swiper,.content-banner .swiper-wrapper,.content-banner .swiper-slide>.inside{height:100%}.content-banner .swiper-slide>.inside{display:grid}.content-banner .swiper-slide>.inside>.content_container{position:relative;z-index:2;grid-row:1;grid-column:1}.content-banner .swiper-slide>.inside>.image_container{position:relative;z-index:1;grid-row:1;grid-column:1}.content-banner .swiper-button-next,.content-banner .swiper-button-prev{--swiper-navigation-sides-offset: 5px;width:80px;height:80px}@media screen and (min-width: 56.250rem){.content-banner .swiper-button-next,.content-banner .swiper-button-prev{--swiper-navigation-sides-offset: 3%}}.content-banner .swiper-button-next:after,.content-banner .swiper-button-prev:after{display:none}.content-banner .swiper-button-prev{display:none}.content-banner .swiper-pagination{width:100%;position:relative;z-index:2;top:auto;bottom:0;left:50%;translate:-50% 0;margin-top:25px;display:flex;align-items:center;justify-content:center;--swiper-pagination-bottom: 0;--swiper-pagination-bullet-height: 2px;--swiper-pagination-bullet-width: 45px;--swiper-pagination-bullet-border-radius: 0;--swiper-pagination-color: #2DA4DC;--swiper-pagination-progressbar-bg-color: transparent;--swiper-pagination-bullet-inactive-opacity: 1;--swiper-pagination-bullet-inactive-color: #EDEDED}@media screen and (min-width: 56.250rem){.content-banner .swiper-pagination{margin-top:37.5px}}.content-banner .swiper-container{position:relative;overflow:hidden}.content-banner.fullwidth{padding-top:0;padding-bottom:0}@media screen and (min-width: 75.000rem){.content-banner .content_container{padding:40px}}@media screen and (min-width:62.5rem){.ce_rsce_form_image{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}}@media screen and (min-width:62.5rem) and (min-width: 56.250rem){.ce_rsce_form_image{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width:62.5rem) and (min-width: 75.000rem){.ce_rsce_form_image{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:62.5rem) and (min-width:120rem){.ce_rsce_form_image{margin-right:auto;margin-left:auto;max-width:1600px}}.ce_rsce_form_image>.inside{display:grid;z-index:1;grid-template-columns:1fr;background-color:#EDEDED;isolation:isolate}@media screen and (min-width:62.5rem){.ce_rsce_form_image>.inside{grid-template-columns:6fr 4fr}}.ce_rsce_form_image>.inside .content_container{min-width:0;display:flex;flex-direction:column;justify-content:center;padding:6vw;padding-bottom:calc(clamp(50px, 20px + 0.05 * 100vw, 80px));position:relative;z-index:1}@media screen and (min-width: 56.250rem){.ce_rsce_form_image>.inside .content_container{padding-inline:calc(clamp(20px, -120px + 0.2333333333 * 100vw, 160px));padding-block:calc(clamp(20px, -58px + 0.13 * 100vw, 98px))}}@media screen and (min-width:62.5rem){.ce_rsce_form_image>.inside .content_container{z-index:unset}}.ce_rsce_form_image>.inside .content_container>.text{margin-top:10px;font-size:calc(0.875rem + 0.1041666667vw);font-style:normal;font-weight:400;line-height:1.625}@media screen and (max-width:37.5rem){.ce_rsce_form_image>.inside .content_container>.text{font-size:0.875rem}}@media screen and (min-width:120rem){.ce_rsce_form_image>.inside .content_container>.text{font-size:1rem}}@media screen and (min-width:62.5rem){.ce_rsce_form_image>.inside .content_container>.text{line-height:1.875}}.ce_rsce_form_image>.inside .content_container>.text>*{font-size:calc(0.875rem + 0.1041666667vw);font-style:normal;font-weight:400;line-height:1.625}@media screen and (max-width:37.5rem){.ce_rsce_form_image>.inside .content_container>.text>*{font-size:0.875rem}}@media screen and (min-width:120rem){.ce_rsce_form_image>.inside .content_container>.text>*{font-size:1rem}}@media screen and (min-width:62.5rem){.ce_rsce_form_image>.inside .content_container>.text>*{line-height:1.875}}.ce_rsce_form_image>.inside .content_container:has(.text p):not(:has(.text ul, .text li)) .headline-container,.ce_rsce_form_image>.inside .content_container:not(.text p, .text ul, .text li) .headline-container{align-items:center;text-align:center}.ce_rsce_form_image>.inside .content_container:has(.text p):not(:has(.text ul, .text li)) .text p,.ce_rsce_form_image>.inside .content_container:not(.text p, .text ul, .text li) .text p{text-align:center}.ce_rsce_form_image>.inside .content_container:has(.text ul, .text li) .headline-container{align-items:start}.ce_rsce_form_image>.inside .content_container *+.form.inserted{margin-top:20px}#main .ce_rsce_form_image>.inside .content_container .form.inserted input[type="text"],#main .ce_rsce_form_image>.inside .content_container .form.inserted input[type="email"],#main .ce_rsce_form_image>.inside .content_container .form.inserted input[type="number"],#main .ce_rsce_form_image>.inside .content_container .form.inserted input[type="tel"],#main .ce_rsce_form_image>.inside .content_container .form.inserted input[type="date"],#main .ce_rsce_form_image>.inside .content_container .form.inserted input[type="password"],#main .ce_rsce_form_image>.inside .content_container .form.inserted select,#main .ce_rsce_form_image>.inside .content_container .form.inserted textarea{border:none;background-color:#FFFFFF}.ce_rsce_form_image>.inside .content_container .form.inserted input[type="file"]{padding:0 !important}.ce_rsce_form_image>.inside .content_container .form.inserted .form-confirmation{font-size:calc(1rem + 0.0520833333vw);font-style:normal;font-weight:400;line-height:1.625;font-style:normal;font-weight:400;line-height:normal;letter-spacing:1.8px;margin-top:2em;text-transform:uppercase}@media screen and (max-width:37.5rem){.ce_rsce_form_image>.inside .content_container .form.inserted .form-confirmation{font-size:1rem}}@media screen and (min-width:120rem){.ce_rsce_form_image>.inside .content_container .form.inserted .form-confirmation{font-size:1.0625rem}}@media screen and (min-width:62.5rem){.ce_rsce_form_image>.inside .content_container .form.inserted .form-confirmation{line-height:1.875}}.ce_rsce_form_image>.inside .person_container{min-width:0;display:grid;position:relative;z-index:1}@media screen and (min-width:62.5rem){.ce_rsce_form_image>.inside .person_container{z-index:-2}}.ce_rsce_form_image>.inside .person_container .image_container{position:relative;z-index:1;grid-column:1;grid-row:1}.ce_rsce_form_image>.inside .person_container .image_container .caption{position:absolute;bottom:20px;left:20px}.ce_rsce_form_image>.inside .person_container .image_container picture{display:inline-block;position:relative;width:100%;height:100%}.ce_rsce_form_image>.inside .person_container .image_container picture img{width:100%;height:100%;object-fit:cover}.ce_rsce_form_image>.inside .person_container .person_info_container{position:relative;z-index:2;grid-column:1;grid-row:1;display:grid}.ce_rsce_form_image>.inside .person_container .person_info_container>.inside{align-self:self-end;display:grid;background-color:#031834;margin-bottom:calc(clamp(20px, -4px + 0.04 * 100vw, 44px));margin-right:calc(clamp(20px, -60px + 0.1333333333 * 100vw, 100px));padding:calc(clamp(46px, -6px + 0.0866666667 * 100vw, 98px));position:relative}@media screen and (min-width: 56.250rem){.ce_rsce_form_image>.inside .person_container .person_info_container>.inside{padding-left:calc(clamp(20px, -20px + 0.0666666667 * 100vw, 60px));padding-right:calc(clamp(20px, -20px + 0.0666666667 * 100vw, 60px));padding-top:calc(clamp(20px, 0px + 0.0333333333 * 100vw, 40px));padding-bottom:calc(clamp(20px, 0px + 0.0333333333 * 100vw, 40px))}}.ce_rsce_form_image>.inside .person_container .person_info_container>.inside .name{color:#0056A2;font-size:calc(1.375rem + 0.5208333333vw);font-weight:300;line-height:2.54;text-transform:uppercase}@media screen and (max-width:37.5rem){.ce_rsce_form_image>.inside .person_container .person_info_container>.inside .name{font-size:1.375rem}}@media screen and (min-width:120rem){.ce_rsce_form_image>.inside .person_container .person_info_container>.inside .name{font-size:2rem}}.ce_rsce_form_image>.inside .person_container .person_info_container>.inside .email,.ce_rsce_form_image>.inside .person_container .person_info_container>.inside .tel{color:#FFFFFF;font-size:calc(1.125rem + 0.2083333333vw);font-style:normal;font-weight:300;line-height:1.33}@media screen and (max-width:37.5rem){.ce_rsce_form_image>.inside .person_container .person_info_container>.inside .email,.ce_rsce_form_image>.inside .person_container .person_info_container>.inside .tel{font-size:1.125rem}}@media screen and (min-width:120rem){.ce_rsce_form_image>.inside .person_container .person_info_container>.inside .email,.ce_rsce_form_image>.inside .person_container .person_info_container>.inside .tel{font-size:1.375rem}}@media screen and (min-width:62.5rem){.ce_rsce_form_image>.inside .person_container .person_info_container>.inside .email,.ce_rsce_form_image>.inside .person_container .person_info_container>.inside .tel{line-height:1.54}}.ce_rsce_form_image>.inside .person_container .person_info_container>.inside .email a,.ce_rsce_form_image>.inside .person_container .person_info_container>.inside .tel a{color:#FFFFFF}.ce_rsce_form_image>.inside .person_container .person_info_container>.inside .email a:hover,.ce_rsce_form_image>.inside .person_container .person_info_container>.inside .tel a:hover{text-decoration:none}.ce_rsce_form_image>.inside .person_container .person_info_container>.inside::after{content:"";display:block;position:absolute;top:0;right:0;width:143px;height:1px;background-color:#FFFFFF;transform-origin:right top;rotate:-45deg}[data-theme="theme1"] .ce_rsce_form_image>.inside{background-color:#191919}[data-theme="theme1"] .ce_rsce_form_image input,[data-theme="theme1"] .ce_rsce_form_image textarea,[data-theme="theme1"] .ce_rsce_form_image label{color:#000000}.rsce_icons_text{background-color:#031834}.rsce_icons_text *{color:#EDEDED}.rsce_icons_text .svg_container{max-height:60px;aspect-ratio:1}.rsce_icons_text svg{min-width:60px;min-height:60px;display:block}.rsce_icons_text .headline-container{padding-top:37.5px;padding-bottom:18.75px}@media screen and (min-width: 56.250rem){.rsce_icons_text .headline-container{padding-top:75px;padding-bottom:0}}.rsce_icons_text .headline-container .content-text-headline{margin-bottom:0}.rsce_icons_text .inside{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.rsce_icons_text .inside{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.rsce_icons_text .inside{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.rsce_icons_text .inside{margin-right:auto;margin-left:auto;max-width:1600px}}.rsce_icons_text .headline-container{justify-content:center;align-items:center}.rsce_icons_text .inside .text{text-align:center;font-size:calc(0.75rem + 0.15625vw);font-style:normal;text-transform:uppercase;font-weight:325;line-height:1.66;letter-spacing:1.2px}@media screen and (max-width:37.5rem){.rsce_icons_text .inside .text{font-size:0.75rem}}@media screen and (min-width:120rem){.rsce_icons_text .inside .text{font-size:0.9375rem}}@media screen and (min-width: 56.250rem){.rsce_icons_text .inside .text{line-height:1.6;letter-spacing:1.5px}}.rsce_icons_text .inside .icon_elements_wrapper{display:grid;row-gap:30px;column-gap:20px;grid-template-columns:repeat(auto-fit, minmax(110px, 1fr))}.rsce_icons_text .inside .icon_elements_wrapper .icon_text_wrapper{display:flex;flex-direction:column;gap:15px;align-items:center}.rsce_icons_text .inside .icon_elements_wrapper .icon_text_wrapper .image_container{flex-shrink:0}.rsce_icons_text.two_column .inside .icon_elements_wrapper{grid-template-columns:1fr;row-gap:40px}.rsce_icons_text.two_column .inside .icon_text_wrapper{flex-direction:row}.rsce_icons_text.two_column .inside .icon_text_wrapper .image_container{display:flex;justify-content:center;align-items:center}@media screen and (min-width: 56.250rem){.rsce_icons_text.two_column .inside .icon_elements_wrapper{grid-template-columns:repeat(auto-fit, minmax(450px, 1fr))}}.rsce_icons_text.single_color_icons svg path{fill:#0056A2}:root{--icon_Mask_Cookie: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rechteck 51356' d='M0 0h19v19H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Gruppe 1087' clip-path='url(%23a)'%3E%3Cpath data-name='Pfad 5752' d='M1.714 13.71a.857.857 0 0 1-.3-1.66A2.986 2.986 0 0 0 3.45 8.762a2.8 2.8 0 0 0-1.986-1.943.858.858 0 0 1 .5-1.642 4.515 4.515 0 0 1 3.156 3.2 4.659 4.659 0 0 1-3.106 5.281.872.872 0 0 1-.3.054'/%3E%3Cpath data-name='Pfad 5753' d='M10.281 10.281a3.427 3.427 0 1 1 3.427-3.427 3.431 3.431 0 0 1-3.427 3.427m0-5.141a1.714 1.714 0 1 0 1.714 1.714 1.715 1.715 0 0 0-1.714-1.714'/%3E%3Cpath data-name='Pfad 5754' d='M9.425 18.85a9.425 9.425 0 1 1 9.425-9.425.857.857 0 0 1-.857.857 4.289 4.289 0 0 0-4.284 4.284 4.231 4.231 0 0 0 .5 2.014.857.857 0 0 1-.351 1.159 9.442 9.442 0 0 1-4.437 1.11m0-17.136a7.711 7.711 0 1 0 2.913 14.85A6 6 0 0 1 17.1 8.635a7.722 7.722 0 0 0-7.675-6.921'/%3E%3Cpath data-name='Pfad 5755' d='M7.71 17.993a.857.857 0 0 1-.762-1.248 4.778 4.778 0 0 1 2.1-2.091 4.92 4.92 0 0 1 4.168-.009.857.857 0 0 1-.721 1.554 3.245 3.245 0 0 0-2.686-.009 3.052 3.052 0 0 0-1.336 1.34.857.857 0 0 1-.763.466'/%3E%3C/g%3E%3C/svg%3E");--icon_Mask_Settings: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 19'%3E%3Cpath d='M20 1.53V0h-2v1.53H0v2h18v1.54h2V3.53h4.07v-2H20zm0 12.4h-2v1.54H0v2h18V19h2v-1.53h4.07v-2H20v-1.54zM6.07 6.97h-2V8.5H0v2h4.07v1.53h2V10.5h18v-2h-18V6.97z' /%3E%3C/svg%3E");--icon_Mask_Feedback: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")}[class*="hofff-consent"] p,[class*="hofff-consent"] ul,[class*="hofff-consent"] ol{font-size:calc(0.75rem + 0.1041666667vw);line-height:1.4}@media screen and (max-width:37.5rem){[class*="hofff-consent"] p,[class*="hofff-consent"] ul,[class*="hofff-consent"] ol{font-size:0.75rem}}@media screen and (min-width:120rem){[class*="hofff-consent"] p,[class*="hofff-consent"] ul,[class*="hofff-consent"] ol{font-size:0.875rem}}body.hofff-consent-privacy-settings-open{position:fixed;width:100%;top:0}html:has(body.hofff-consent-privacy-settings-open){overflow:hidden}.ce_hofff_consent_privacy_policy,.ce_hofff_consent_google_tag_manager_privacy_policy,.ce_hofff_consent_privacy_settings,.ce_hofff_consent_privacy_settings_link{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw;margin-bottom:0}@media screen and (min-width: 56.250rem){.ce_hofff_consent_privacy_policy,.ce_hofff_consent_google_tag_manager_privacy_policy,.ce_hofff_consent_privacy_settings,.ce_hofff_consent_privacy_settings_link{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.ce_hofff_consent_privacy_policy,.ce_hofff_consent_google_tag_manager_privacy_policy,.ce_hofff_consent_privacy_settings,.ce_hofff_consent_privacy_settings_link{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.ce_hofff_consent_privacy_policy,.ce_hofff_consent_google_tag_manager_privacy_policy,.ce_hofff_consent_privacy_settings,.ce_hofff_consent_privacy_settings_link{margin-right:auto;margin-left:auto;max-width:1600px}}.hofff-consent-privacy-settings fieldset{border:0;padding:0}.hofff-consent-privacy-settings ul{list-style-type:none}#hofff-consent-banner{position:fixed;bottom:0;z-index:10;width:100%}#hofff-consent-banner>.inside{padding-right:20px;padding-left:20px;margin-right:auto;margin-left:auto;width:100%;max-width:1600px;margin-top:40px;margin-bottom:40px;padding:20px;margin-right:auto;margin-left:auto;background-color:#FFFFFF;box-shadow:0px 0px 10px 10px rgba(26, 26, 24, 0.2)}@media screen and (min-width: 56.250rem){#hofff-consent-banner>.inside{padding:40px}}#hofff-consent-banner>.inside .col{display:grid;gap:20px}@media screen and (min-width: 75.000rem){#hofff-consent-banner>.inside .col{grid-template-columns:repeat(3, 1fr)}}#hofff-consent-banner>.inside .col :is(:not(.hofff-consent-buttons, .hofff-consent-button, .hofff-consent-privacy-settings-button, .hofff-consent-button-close)){grid-column:1 / -1}#hofff-consent-banner>.inside .col .hofff-consent-buttons{display:grid;gap:20px;grid-template-columns:subgrid}@media screen and (min-width: 75.000rem){#hofff-consent-banner>.inside .col .hofff-consent-buttons{grid-column:1 / span 2}}#hofff-consent-banner>.inside .col .hofff-consent-privacy-settings-button{align-self:center}#hofff-consent-banner>.inside .hofff-consent-privacy-settings-toggle{border:0;background-color:transparent}#hofff-consent-banner.hofff-consent-privacy-settings-open{position:fixed;bottom:0;left:0;z-index:10000;box-sizing:border-box;width:100%;max-height:100%;overflow-y:auto}.hofff-consent-root-headline,.hofff-consent-placeholder-overlay .hofff-consent-tag-title{position:relative}.hofff-consent-root-headline::before,.hofff-consent-placeholder-overlay .hofff-consent-tag-title::before{content:"";display:inline-block;width:1em;height:1em;mask:var(--icon_Mask_Cookie);mask-position:center;mask-repeat:no-repeat;mask-size:1em;background-color:currentColor;margin-right:1ch}@media screen and (min-width: 75.000rem){#hofff-consent-banner.hofff-consent-privacy-settings-open>.inside .col .hofff-consent-privacy-settings .hofff-consent-buttons.btn-group,.ce_hofff-consent-privacy-settings .hofff-consent-privacy-settings .hofff-consent-buttons.btn-group{grid-template-columns:repeat(3, 1fr)}}.ce_hofff_consent_privacy_settings .hofff-consent-privacy-settings>*+*,#hofff-consent-banner .hofff-consent-privacy-settings>*+*{margin-top:20px}.ce_hofff_consent_privacy_settings .hofff-consent-privacy-settings .formbody *+*,#hofff-consent-banner .hofff-consent-privacy-settings .formbody *+*{margin-top:20px}.ce_hofff_consent_privacy_settings>*+*{margin-top:20px}.ce_hofff_consent_privacy_settings .hofff-consent-buttons{display:grid;gap:20px}@media screen and (min-width: 75.000rem){.ce_hofff_consent_privacy_settings .hofff-consent-buttons{grid-template-columns:repeat(3, 1fr)}}.ce_hofff_consent_privacy_settings_link,.hofff-consent-privacy-settings-toggle,button.hofff-consent-show-privacy-settings{border:0;appearance:none;background:none;display:flex;align-items:center;color:currentColor;position:relative}.ce_hofff_consent_privacy_settings_link::before,.hofff-consent-privacy-settings-toggle::before,button.hofff-consent-show-privacy-settings::before{content:"";display:inline-block;width:1em;height:1em;mask:var(--icon_Mask_Settings);mask-position:center;mask-repeat:no-repeat;mask-size:1em;background-color:currentColor;margin-right:1ch}.ce_hofff_consent_privacy_settings_link:hover,.ce_hofff_consent_privacy_settings_link:focus,.hofff-consent-privacy-settings-toggle:hover,.hofff-consent-privacy-settings-toggle:focus,button.hofff-consent-show-privacy-settings:hover,button.hofff-consent-show-privacy-settings:focus{cursor:pointer}.hofff-consent-feedback{opacity:0;transition:opacity 0.5s;pointer-events:none;position:relative}.hofff-consent-feedback::before{content:"";display:inline-block;width:1em;height:1em;mask:var(--icon_Mask_Feedback);mask-position:center;mask-repeat:no-repeat;mask-size:1em;background-color:currentColor;margin-right:0.5ch}.is-valid~.hofff-consent-feedback{opacity:1}.hofff-consent-content>.card{display:grid}.hofff-consent-content>.card .image_container,.hofff-consent-content>.card .card-body{grid-column:1;grid-row:1}@media screen and (max-width: 56.250rem){.hofff-consent-content>.card .image_container{aspect-ratio:initial}.hofff-consent-content>.card .image_container img{object-fit:cover;width:100%;height:100%}}.hofff-consent-content>.card .card-body{z-index:2;margin:20px;padding:20px;align-self:end;background-color:#FFFFFF;display:grid;gap:20px}@media screen and (min-width: 75.000rem){.hofff-consent-content>.card .card-body{grid-template-columns:repeat(3, 1fr)}}.hofff-consent-content>.card .card-body :is(:not(.hofff-consent-buttons, .hofff-consent-privacy-settings-button)){grid-column:1 / -1}.hofff-consent-content>.card .card-body .hofff-consent-buttons{display:grid;gap:20px;grid-template-columns:subgrid}.ce_rsce_slider{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.ce_rsce_slider{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.ce_rsce_slider{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.ce_rsce_slider{margin-right:auto;margin-left:auto;max-width:1600px}}.ce_rsce_slider .inside{position:relative}.ce_rsce_slider .content_container{position:relative;display:flex;flex-direction:column;justify-content:center;padding-inline:calc(clamp(20px, -20px + 0.0666666667 * 100vw, 60px));padding-block:60px;gap:25px;background-color:#EDEDED}.ce_rsce_slider .content_container>*{text-align:center}.ce_rsce_slider h3{margin-bottom:20px}.ce_rsce_slider span{margin-bottom:20px}.ce_rsce_slider a{width:max-content;margin-left:auto;margin-right:auto}.ce_rsce_slider picture{display:inline-block;width:100%;height:100%}.ce_rsce_slider picture img{width:100%;height:100%;object-fit:cover}.ce_rsce_slider .headline_container{display:flex;flex-direction:column-reverse;gap:17px}.ce_rsce_slider .headline_container .subheadline{color:#0056A2;font-size:calc(0.75rem + 0.15625vw);font-style:normal;font-weight:300;line-height:2;letter-spacing:1.2px;text-transform:uppercase}@media screen and (max-width:37.5rem){.ce_rsce_slider .headline_container .subheadline{font-size:0.75rem}}@media screen and (min-width:120rem){.ce_rsce_slider .headline_container .subheadline{font-size:0.9375rem}}@media screen and (min-width: 56.250rem){.ce_rsce_slider .headline_container .subheadline{line-height:1.6;letter-spacing:1.5px}}.ce_rsce_slider .headline_container .headline{font-size:calc(1.75rem + 0.9375vw);font-style:normal;font-weight:300;line-height:1.35;text-transform:uppercase}@media screen and (max-width:37.5rem){.ce_rsce_slider .headline_container .headline{font-size:1.75rem}}@media screen and (min-width:120rem){.ce_rsce_slider .headline_container .headline{font-size:2.875rem}}@media screen and (min-width: 56.250rem){.ce_rsce_slider .headline_container .headline{line-height:1.13}}.ce_rsce_slider .text{font-size:calc(0.9375rem + 0.3125vw);font-style:normal;font-weight:300;line-height:1.73}@media screen and (max-width:37.5rem){.ce_rsce_slider .text{font-size:0.9375rem}}@media screen and (min-width:120rem){.ce_rsce_slider .text{font-size:1.3125rem}}@media screen and (min-width: 56.250rem){.ce_rsce_slider .text{line-height:1.61}}.ce_rsce_slider .swiper,.ce_rsce_slider .swiper-wrapper,.ce_rsce_slider .swiper-slide>.inside{height:100%}.ce_rsce_slider .swiper-slide>.inside{display:grid}@media screen and (min-width: 56.250rem){.ce_rsce_slider .swiper-slide>.inside{grid-template-columns:repeat(2, 1fr)}}.ce_rsce_slider .swiper-slide>.inside>.content_container{grid-row:1;grid-column:1}@media screen and (min-width: 56.250rem){.ce_rsce_slider .swiper-slide>.inside>.content_container{grid-row:1;grid-column:1}}.ce_rsce_slider .swiper-slide>.inside>.image_container{grid-row:2;grid-column:1}@media screen and (min-width: 56.250rem){.ce_rsce_slider .swiper-slide>.inside>.image_container{grid-row:1;grid-column:2}}.ce_rsce_slider .swiper-button-next,.ce_rsce_slider .swiper-button-prev{--swiper-navigation-sides-offset: 5px}@media screen and (min-width: 56.250rem){.ce_rsce_slider .swiper-button-next,.ce_rsce_slider .swiper-button-prev{--swiper-navigation-sides-offset: 20px}}.ce_rsce_slider .swiper-button-next:after,.ce_rsce_slider .swiper-button-prev:after{display:none}.ce_rsce_slider .swiper-button-prev{display:none}.ce_rsce_slider .swiper-pagination{width:100%;position:relative;z-index:2;top:auto;bottom:0;left:50%;translate:-50% 0;margin-top:20px;display:flex;align-items:center;justify-content:center;--swiper-pagination-bottom: 0;--swiper-pagination-bullet-height: 2px;--swiper-pagination-bullet-width: 45px;--swiper-pagination-bullet-border-radius: 0;--swiper-pagination-progressbar-bg-color: transparent;--swiper-pagination-bullet-inactive-opacity: 1;--swiper-pagination-bullet-inactive-color: #EDEDED;--swiper-pagination-color: #2DA4DC}@media screen and (min-width: 56.250rem){.ce_rsce_slider .swiper-pagination{margin-top:36px}}.ce_rsce_slider .swiper-container{position:relative;overflow:hidden}.ce_rsce_slider.fullwidth:first-child{padding-top:0}.mod_article:has(.fullwidth:first-of-type){padding-top:0}.ce_rsce_slider.fullwidth:last-child{padding-bottom:0}.mod_article:has(.fullwidth:last-of-type){padding-bottom:0}[data-theme="theme1"] .ce_rsce_slider{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){[data-theme="theme1"] .ce_rsce_slider{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){[data-theme="theme1"] .ce_rsce_slider{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){[data-theme="theme1"] .ce_rsce_slider{margin-right:auto;margin-left:auto;max-width:1600px}}[data-theme="theme1"] .ce_rsce_slider .inside{position:relative}[data-theme="theme1"] .ce_rsce_slider .content_container{background-color:#191919}.ce_rsce_social_list>.inside{display:flex;gap:calc(clamp(20px, 10px + 0.0166666667 * 100vw, 30px))}.ce_rsce_social_list>.inside .headline{font-size:calc(1.25rem + 0.2083333333vw);font-weight:300;margin-bottom:0}@media screen and (max-width:37.5rem){.ce_rsce_social_list>.inside .headline{font-size:1.25rem}}@media screen and (min-width:120rem){.ce_rsce_social_list>.inside .headline{font-size:1.5rem}}.ce_rsce_social_list>.inside .icon_items_wrapper{display:flex;flex-direction:row;column-gap:10px;align-items:center}.ce_rsce_social_list>.inside .icon_items_wrapper .icon_wrapper .icon_link{display:flex;transition:0.3s}.ce_rsce_social_list>.inside .icon_items_wrapper .icon_wrapper .icon_link:hover{cursor:pointer;scale:1.1}.ce_rsce_social_list>.inside .icon_items_wrapper .icon_wrapper .icon_link svg{width:22px;height:auto}.ce_rsce_social_list>.inside .icon_items_wrapper .icon_wrapper .icon_link svg path{fill:#031834}:root{--icon_mask_download: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 15'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M0 14h14M7 0v9M2 4l5 5 5-5'/%3E%3C/svg%3E")}.ce_rsce_downloads_bild{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.ce_rsce_downloads_bild{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.ce_rsce_downloads_bild{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.ce_rsce_downloads_bild{margin-right:auto;margin-left:auto;max-width:1600px}}.ce_rsce_downloads_bild>.inside{position:relative}.ce_rsce_downloads_bild>.inside .swiperWrapper{display:grid;grid-template-columns:repeat(1, 1fr);gap:40px;row-gap:60px}@media screen and (min-width: 37.500rem){.ce_rsce_downloads_bild>.inside .swiperWrapper{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 75.000rem){.ce_rsce_downloads_bild>.inside .swiperWrapper{grid-template-columns:repeat(3, 1fr)}}.ce_rsce_downloads_bild>.inside .swiperWrapper .swiper-slide{background-color:#EDEDED;text-decoration:none;display:grid;grid-auto-rows:min-content auto}.ce_rsce_downloads_bild>.inside .swiperWrapper .swiper-slide .image_container{grid-column:1;grid-row:1;position:relative;z-index:1;pointer-events:none}.ce_rsce_downloads_bild>.inside .swiperWrapper .swiper-slide .image_container picture{width:100%;height:100%}.ce_rsce_downloads_bild>.inside .swiperWrapper .swiper-slide .image_container picture img{width:100%;height:100%;object-fit:cover}.ce_rsce_downloads_bild>.inside .swiperWrapper .swiper-slide .content_container{grid-column:1;grid-row:2;position:relative;z-index:2;display:flex;flex-direction:column;padding-left:calc(clamp(20px, 10px + 0.0166666667 * 100vw, 30px));padding-right:calc(clamp(20px, 10px + 0.0166666667 * 100vw, 30px));padding-top:calc(clamp(20px, 10px + 0.0166666667 * 100vw, 30px));padding-bottom:60px}.ce_rsce_downloads_bild>.inside .swiperWrapper .swiper-slide .content_container h4{margin-bottom:0}.ce_rsce_downloads_bild>.inside .swiperWrapper .swiper-slide .content_container .slide-name{font-size:calc(1rem + 0.4166666667vw);font-style:normal;font-weight:300;line-height:1.33}@media screen and (max-width:37.5rem){.ce_rsce_downloads_bild>.inside .swiperWrapper .swiper-slide .content_container .slide-name{font-size:1rem}}@media screen and (min-width:120rem){.ce_rsce_downloads_bild>.inside .swiperWrapper .swiper-slide .content_container .slide-name{font-size:1.5rem}}.ce_rsce_downloads_bild>.inside .swiperWrapper .swiper-slide .content_container .size{font-size:16px;font-weight:700;margin-top:1em}.ce_rsce_downloads_bild>.inside .swiperWrapper .swiper-slide .content_container span.btn{position:relative;display:flex;gap:7px;align-items:center}.ce_rsce_downloads_bild>.inside .swiperWrapper .swiper-slide .content_container span.btn::before{content:"";display:inline-block;width:0.875rem;height:0.875rem;min-height:100%;background-color:currentColor;mask-image:var(--icon_mask_download);mask-position:center;mask-repeat:no-repeat;mask-size:contain;mask-size:100%}.ce_rsce_downloads_bild>.inside .swiperWrapper .swiper-slide .content_container .link{align-self:start;position:absolute;bottom:0;translate:0 50%;font-size:12px}.ce_rsce_downloads_bild>.inside .swiperWrapper .swiper-slide .content_container .link:not(:hover){background-color:#2DA4DC;border:1px solid #2DA4DC}[data-theme="theme1"] .ce_rsce_downloads_bild>.inside .swiperWrapper .swiper-slide{background-color:#191919}.ce_rsce_hoepke_media_set{margin-top:20px;margin-bottom:37.5px;display:grid;gap:calc(clamp(20px, 0px + 0.0333333333 * 100vw, 40px))}@media screen and (min-width: 56.250rem){.ce_rsce_hoepke_media_set{margin-top:36px;margin-bottom:75px}}.ce_rsce_hoepke_media_set .image_container{height:100%}.ce_rsce_hoepke_media_set .image_container picture{display:inline-block;position:relative;width:100%;height:100%}.ce_rsce_hoepke_media_set .image_container picture img{width:100%;height:100%;object-fit:cover}.ce_rsce_hoepke_media_set .top{display:grid;align-items:center;background-color:#EDEDED}.ce_rsce_hoepke_media_set .top .content_container{grid-row:1 / -1;grid-column:1 / -1;position:relative;z-index:2;height:100%;display:grid;align-items:center;padding-block:calc(clamp(40px, 0px + 0.0666666667 * 100vw, 80px));margin-bottom:-10%}@media screen and (min-width: 56.250rem){.ce_rsce_hoepke_media_set .top .content_container{margin-bottom:initial}}.ce_rsce_hoepke_media_set .top .content_container>.inside{width:100%;background-color:#FFFFFF;padding:calc(clamp(20px, -58px + 0.13 * 100vw, 98px));text-align:center}@media screen and (min-width: 56.250rem){.ce_rsce_hoepke_media_set .top .content_container>.inside{padding-left:calc(clamp(20px, -20px + 0.0666666667 * 100vw, 60px));padding-right:calc(clamp(20px, -20px + 0.0666666667 * 100vw, 60px));padding-top:calc(clamp(20px, -110px + 0.2166666667 * 100vw, 150px));padding-bottom:calc(clamp(20px, -80px + 0.1666666667 * 100vw, 120px))}}.ce_rsce_hoepke_media_set .top .content_container>.inside .text a.btn,.ce_rsce_hoepke_media_set .top .content_container>.inside .text a.button{margin-top:0.5em}.ce_rsce_hoepke_media_set .top .placeholder.empty,.ce_rsce_hoepke_media_set .top .content_container.empty{display:none}@media screen and (min-width: 56.250rem){.ce_rsce_hoepke_media_set.showLeft .top{grid-template-columns:4fr 8fr}.ce_rsce_hoepke_media_set.showLeft .top>.placeholder{grid-row:1;grid-column:1}.ce_rsce_hoepke_media_set.showLeft .top .image_container{grid-row:1;grid-column:2}}.ce_rsce_hoepke_media_set.showLeft .top .content_container{width:100%;max-width:1600px;margin-right:auto;margin-left:auto;padding-left:4vw;padding-right:4vw}@media screen and (min-width: 56.250rem){.ce_rsce_hoepke_media_set.showLeft .top .content_container{justify-content:start;grid-template-columns:4fr 8fr}}@media screen and (min-width: 56.250rem){.ce_rsce_hoepke_media_set.showLeft .top .content_container{padding-left:calc(4.1666666667vw);padding-right:calc(4.1666666667vw)}}@media screen and (min-width: 75.000rem){.ce_rsce_hoepke_media_set.showLeft .top .content_container{padding-left:8.3333333333vw;padding-right:8.3333333333vw}}@media screen and (min-width:120rem){.ce_rsce_hoepke_media_set.showLeft .top .content_container{padding-left:0;padding-right:0}}@media screen and (min-width: 56.250rem){.ce_rsce_hoepke_media_set.showRight .top{grid-template-columns:8fr 4fr}.ce_rsce_hoepke_media_set.showRight .top .placeholder{grid-row:1;grid-column:2}.ce_rsce_hoepke_media_set.showRight .top .image_container{grid-row:1;grid-column:1}}.ce_rsce_hoepke_media_set.showRight .top .content_container{width:100%;max-width:1600px;margin-right:auto;margin-left:auto;padding-left:4vw;padding-right:4vw}.ce_rsce_hoepke_media_set.showRight .top .content_container>.inside{grid-column:2}@media screen and (min-width: 56.250rem){.ce_rsce_hoepke_media_set.showRight .top .content_container{justify-content:end;grid-template-columns:8fr 4fr}}@media screen and (min-width: 56.250rem){.ce_rsce_hoepke_media_set.showRight .top .content_container{padding-left:calc(4.1666666667vw);padding-right:calc(4.1666666667vw)}}@media screen and (min-width: 75.000rem){.ce_rsce_hoepke_media_set.showRight .top .content_container{padding-left:8.3333333333vw;padding-right:8.3333333333vw}}@media screen and (min-width:120rem){.ce_rsce_hoepke_media_set.showRight .top .content_container{padding-left:0;padding-right:0}}.ce_rsce_hoepke_media_set .bottom{display:grid;grid-template-columns:1fr 1fr;gap:calc(clamp(20px, 0px + 0.0333333333 * 100vw, 40px))}[data-theme="theme1"] .ce_rsce_hoepke_media_set .top{background-color:#191919}[data-theme="theme1"] .ce_rsce_hoepke_media_set .top .content_container>.inside{background-color:#000000}.ce_rsce_overlay_header_swiper>.headline{font-weight:200;margin-bottom:calc(clamp(20px, 0px + 0.0333333333 * 100vw, 40px))}.ce_rsce_overlay_header_swiper .swiper-container{position:relative;padding-bottom:30px}.ce_rsce_overlay_header_swiper .swiper-container .swiper-slide .image_container{margin-bottom:20px}.ce_rsce_overlay_header_swiper .swiper-container .swiper-slide .image_container img{margin-left:0}.ce_rsce_overlay_header_swiper .swiper-container .swiper-slide .content_container{display:flex;flex-direction:column;gap:10px;color:#FFFFFF;font-weight:325}.ce_rsce_overlay_header_swiper .swiper-container .swiper-slide .content_container .card-link{color:#0056A2;text-decoration:none}.ce_rsce_overlay_header_swiper .swiper-container .swiper-slide .content_container .card-link:hover{text-decoration:underline}.ce_rsce_overlay_header_swiper .swiper-container .swiper-pagination-progressbar{top:auto;height:1px;background:#D9D9D9;position:relative;margin-top:calc(clamp(20px, -20px + 0.0666666667 * 100vw, 60px))}.ce_rsce_overlay_header_swiper .swiper-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#0056A2}.ce_rsce_zertifikate{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.ce_rsce_zertifikate{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.ce_rsce_zertifikate{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.ce_rsce_zertifikate{margin-right:auto;margin-left:auto;max-width:1600px}}.ce_rsce_zertifikate .swiperWrapper{display:grid;gap:20px}.ce_rsce_zertifikate .item>.inside{padding:calc(clamp(40px, 20px + 0.0333333333 * 100vw, 60px));display:grid;align-items:center;gap:calc(clamp(40px, -40px + 0.1333333333 * 100vw, 120px));justify-items:center}.ce_rsce_zertifikate .item>.inside .spacer{height:1px;width:100%;background-color:rgba(0, 0, 0, 0.13)}@media screen and (min-width: 56.250rem){.ce_rsce_zertifikate .item>.inside{justify-items:initial;grid-template-columns:1fr 1px 3fr}.ce_rsce_zertifikate .item>.inside .spacer{height:100%;width:1px}}.ce_rsce_zertifikate .item>.inside .name{text-transform:uppercase}.ce_rsce_zertifikate .item>.inside picture{display:inline-block;padding:15px}.ce_rsce_zertifikate .item>.inside span.btn{position:relative;display:flex;gap:7px;align-items:center}.ce_rsce_zertifikate .item>.inside span.btn::before{content:"";display:inline-block;width:0.875rem;height:0.875rem;min-height:100%;background-color:currentColor;mask-image:var(--icon_mask_download);mask-position:center;mask-repeat:no-repeat;mask-size:contain;mask-size:100%}.ce_rsce_zertifikate .item>.inside *+.download_container{margin-top:1em}.ce_rsce_zertifikate .item>.inside{background-color:#EDEDED}[data-theme="theme1"] .ce_rsce_zertifikate .item>.inside{background-color:#191919}[data-theme="theme1"] .ce_rsce_zertifikate .item>.inside .spacer{background-color:rgba(255, 255, 255, 0.13)}[data-theme="theme1"] .ce_rsce_zertifikate .item>.inside picture{background-color:#FFFFFF}.ce_rsce_video-element{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.ce_rsce_video-element{margin-right:calc(11.9791666667vw);margin-left:calc(11.9791666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.ce_rsce_video-element{margin-right:23.9583333333vw;margin-left:23.9583333333vw}}@media screen and (min-width:120rem){.ce_rsce_video-element{margin-right:auto;margin-left:auto;max-width:1000px}}.ce_rsce_video-element>.inside{display:grid;align-items:center;gap:calc(clamp(20px, 0px + 0.0333333333 * 100vw, 40px));line-height:1.65}.ce_rsce_video-element>.inside p+p.btn,.ce_rsce_video-element>.inside p+p.button{padding-top:0.5em}.ce_rsce_video-element>.inside .content_container *+*{padding-top:1em}.ce_rsce_video-element.media--right,.ce_rsce_video-element.media--left{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.ce_rsce_video-element.media--right,.ce_rsce_video-element.media--left{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.ce_rsce_video-element.media--right,.ce_rsce_video-element.media--left{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.ce_rsce_video-element.media--right,.ce_rsce_video-element.media--left{margin-right:auto;margin-left:auto;max-width:1600px}}.ce_rsce_video-element.media--right>.inside .video_container,.ce_rsce_video-element.media--left>.inside .video_container{grid-row:1;grid-column:1 / -1}.ce_rsce_video-element.media--right>.inside .video_container video,.ce_rsce_video-element.media--left>.inside .video_container video{width:100%;max-width:100%;height:auto}.ce_rsce_video-element.media--right>.inside .content_container,.ce_rsce_video-element.media--left>.inside .content_container{grid-row:2;grid-column:1 / -1}.ce_rsce_video-element:is(:not(.ce_rsce_video-element.media--above, .ce_rsce_video-element.media--below)).centered>*{text-align:center}@media only screen and (min-width: 56.250rem){.ce_rsce_video-element.media--right>.inside,.ce_rsce_video-element.media--left>.inside{grid-template-columns:repeat(12, 1fr);gap:0}.ce_rsce_video-element.media--right>.inside .video_container,.ce_rsce_video-element.media--left>.inside .video_container{grid-row:1;grid-column:1 / span 6}.ce_rsce_video-element.media--right>.inside .content_container,.ce_rsce_video-element.media--left>.inside .content_container{grid-row:1;grid-column:7 / span 6;line-height:1.61}.ce_rsce_video-element.media--right>.inside .video_container{grid-column:7 / span 6}.ce_rsce_video-element.media--right>.inside .content_container{grid-column:1 / span 6;padding-right:calc(clamp(20px, -40px + 0.1 * 100vw, 80px))}.ce_rsce_video-element.media--left>.inside .content_container{padding-left:calc(clamp(20px, -30px + 0.0833333333 * 100vw, 70px))}}body[data-theme="theme1"] .custom-hpk_collection_list .collection_item .collection_name{color:#FFFFFF}.custom-hpk_collection_list .headline-container{text-align:center;hyphens:none}.custom-hpk_collection_list .headline-container>*{hyphens:none}.custom-hpk_collection_list .collection_list a{text-decoration:none}.custom-hpk_collection_list .collection_list a.collection_item:hover .image_container img{scale:1.05}.custom-hpk_collection_list .collection_list a.collection_item:hover .more{text-decoration:underline}.custom-hpk_collection_list .collection_list .collection_item .image_container{margin-bottom:10px;overflow:hidden}.custom-hpk_collection_list .collection_list .collection_item .image_container img{transition:0.3s}.custom-hpk_collection_list .collection_list .collection_item .collection_name{margin-bottom:5px;color:#031834;font-weight:300}.custom-hpk_collection_list .collection_list .collection_item .more{transition:0.3s;color:#0056A2}.custom-hpk_collection_list .collection_list.no_slider{display:grid;grid-template-columns:1fr 1fr;gap:calc(clamp(10px, -20px + 0.05 * 100vw, 40px))}.custom-hpk_collection_list.no_slider{padding-top:37.5px;padding-bottom:37.5px;margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.custom-hpk_collection_list.no_slider{margin-right:calc(4.1666666667vw);margin-left:calc(4.1666666667vw);padding-top:75px;padding-bottom:75px}}@media screen and (min-width: 75.000rem){.custom-hpk_collection_list.no_slider{margin-right:8.3333333333vw;margin-left:8.3333333333vw}}@media screen and (min-width:120rem){.custom-hpk_collection_list.no_slider{margin-right:auto;margin-left:auto;max-width:1600px}}.custom-hpk_collection_list.is_slider{overflow:hidden;padding-top:18.75px;padding-bottom:37.5px}@media screen and (min-width: 56.250rem){.custom-hpk_collection_list.is_slider{padding-top:37.5px;padding-bottom:75px}}.custom-hpk_collection_list.is_slider .headline-container{margin-right:4vw;margin-left:4vw}@media screen and (min-width: 56.250rem){.custom-hpk_collection_list.is_slider .headline-container{margin-right:calc(11.9791666667vw);margin-left:calc(11.9791666667vw)}}@media screen and (min-width: 75.000rem){.custom-hpk_collection_list.is_slider .headline-container{margin-right:23.9583333333vw;margin-left:23.9583333333vw}}@media screen and (min-width:120rem){.custom-hpk_collection_list.is_slider .headline-container{margin-right:auto;margin-left:auto;max-width:1000px}}.custom-hpk_collection_list.is_slider .swiper{padding-left:4vw}@media screen and (min-width: 56.250rem){.custom-hpk_collection_list.is_slider .swiper{padding-left:calc(4.1666666667vw)}}@media screen and (min-width: 75.000rem){.custom-hpk_collection_list.is_slider .swiper{padding-left:8.3333333333vw}}@media screen and (min-width: 112.500rem){.custom-hpk_collection_list.is_slider .swiper{padding-left:calc(( 100vw - 1600px ) / 2)}}.custom-hpk_collection_list.is_slider .swiper-container{position:relative}.custom-hpk_collection_list.is_slider .swiper-button-next,.custom-hpk_collection_list.is_slider .swiper-button-prev{--swiper-navigation-sides-offset: -10px;--swiper-navigation-top-offset: 42%;width:calc(clamp(50px, 30px + 0.0333333333 * 100vw, 70px));height:calc(clamp(50px, 30px + 0.0333333333 * 100vw, 70px))}.custom-hpk_collection_list.is_slider .swiper-button-next>svg,.custom-hpk_collection_list.is_slider .swiper-button-prev>svg{height:100%;width:100%}.custom-hpk_collection_list.is_slider .swiper-button-next:after,.custom-hpk_collection_list.is_slider .swiper-button-prev:after{display:none}.custom-hpk_collection_list.is_slider .swiper-slide .image_container a{display:block;height:100%}.custom-hpk_collection_list.is_slider .swiper-slide .image_container picture{display:block;width:100%;height:100%}.custom-hpk_collection_list.is_slider .swiper-slide .image_container picture img{width:100%;height:100%;object-fit:cover}.custom-hpk_collection_list.is_slider .swiper-pagination{margin-right:4vw;margin-left:4vw;position:relative;width:auto;margin-bottom:40px;z-index:1;--swiper-pagination-progressbar-size: 1px;--swiper-pagination-progressbar-bg-color: #EDEDED;--swiper-pagination-color: #2DA4DC;--swiper-theme-color: #2DA4DC}@media screen and (min-width: 56.250rem){.custom-hpk_collection_list.is_slider .swiper-pagination{margin-right:calc(17.1875vw);margin-left:calc(17.1875vw)}}@media screen and (min-width: 75.000rem){.custom-hpk_collection_list.is_slider .swiper-pagination{margin-right:34.375vw;margin-left:34.375vw}}@media screen and (min-width:120rem){.custom-hpk_collection_list.is_slider .swiper-pagination{margin-right:auto;margin-left:auto;max-width:600px}}@media screen and (min-width: 56.250rem){.custom-hpk_collection_list .collection_list.no_slider{grid-template-columns:1fr 1fr 1fr}}
