@import"https://fonts.googleapis.com/css2?family=SUSE:wght@100..800&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap";@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}/*! 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:.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:-.25em}sup{top:-.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:.35em .75em .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}h3,h4,h5,h6{font-family:Space Mono,sans-serif;font-weight:700}*:not(h3,h4,h5,h6){font-family:SUSE,sans-serif;font-weight:400}.font-suse{font-family:SUSE,sans-serif;font-weight:600}.theme-default{background-color:#fff}.theme-dark{background-color:#1f1e22}body{margin-top:constant(safe-area-inset-top);margin-top:env(safe-area-inset-top)}.container{padding:0 16px;width:100%;max-width:1800px;margin:0 auto}@media (min-width: 1140px){.container{padding:0 80px}}#smooth-content{overflow-x:hidden!important}.mt-1{margin-top:2px}.mt-2{margin-top:4px}.mt-3{margin-top:8px}.mt-4{margin-top:16px}.mt-5{margin-top:24px}.mt-6{margin-top:32px}.mt-7{margin-top:40px}.mt-8{margin-top:60px}.mt-9{margin-top:80px}.mt-10{margin-top:100px}.mt-12{margin-top:120px}.mt-15{margin-top:150px}.mt-20{margin-top:200px}.mt-24{margin-top:240px}.mt-25{margin-top:250px}.mt-30{margin-top:300px}.mb-1{margin-bottom:2px}.mb-2{margin-bottom:4px}.mb-3{margin-bottom:8px}.mb-4{margin-bottom:16px}.mb-5{margin-bottom:24px}.mb-6{margin-bottom:32px}.mb-7{margin-bottom:40px}.mb-8{margin-bottom:60px}.mb-9{margin-bottom:80px}.mb-10{margin-bottom:100px}.mb-12{margin-bottom:120px}.mb-15{margin-bottom:150px}.mb-20{margin-bottom:200px}.mb-24{margin-bottom:240px}.mb-25{margin-bottom:250px}.mb-30{margin-bottom:300px}.p-1{padding:2px}.p-2{padding:4px}.p-3{padding:8px}.p-4{padding:16px}.p-5{padding:24px}.p-6{padding:32px}.p-7{padding:40px}.p-8{padding:60px}.p-9{padding:80px}.p-10{padding:100px}.p-12{padding:120px}.p-15{padding:150px}.p-20{padding:200px}.p-24{padding:240px}.p-25{padding:250px}.p-30{padding:300px}*{margin:0;padding:0;box-sizing:border-box}html,body{height:fit-content}html:has(.pageWelcome),body:has(.pageWelcome),main:has(.pageWelcome){height:100%}h1,h2,h3,h4,h5,h6{color:#15171e;margin:0}input,textarea,select{width:100%;background:#fff;border:1px solid #d1d1d1;padding:16px 12px;font-size:16px;line-height:1.4;display:flex;align-items:center}input[type=date],input[type=datetime-local],input[type=time]{min-width:-webkit-fill-available;height:48px}input[type=checkbox]{width:18px;height:18px;background:#fff;border:1px solid #d1d1d1}a{color:#1f1e22;text-decoration:none}a,button{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.py-0{padding-top:0!important;padding-bottom:0!important}.Toastify__toast-body *{color:#fff}.w-full{width:100%}.text-white{color:#fff}.text-center{text-align:center}.row{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-4{gap:16px}.gap-3{gap:8px}.mx-auto{margin:0 auto}.block{display:block}.componentLoader{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1000;background:#00000080;pointer-events:all}.float-left{position:fixed;bottom:90px;left:16px}.gesture-container{height:100%}.capitalize{text-transform:capitalize}.Toastify__toast-container.has-notch{top:50px}.outilne-border{padding:12px;--outline-bottom-left: linear-gradient(45deg,#393c41 15px,transparent 15px),linear-gradient(#393c41 0 0) bottom left /1px 300px,linear-gradient(#393c41 0 0) bottom left /300px 1px;--outline-top-right: linear-gradient(#393c41 0 0) top right /1px 48px,linear-gradient(#393c41 0 0) top right /48px 1px;--outline-top-left: linear-gradient(#393c41 0 0) top left /1px 48px,linear-gradient(#393c41 0 0) top left /48px 1px}@media (min-width: 1024px){.outilne-border{padding:24px}}.dotted-bg{background-image:radial-gradient(#393c41 1px,transparent 0);background-position:-20px -9px;background-size:20px 20px;position:relative;z-index:0;outline-offset:2px}.dotted-bg:before{content:"";background-image:linear-gradient(180deg,transparent 0%,#111 100%);bottom:0;left:0;position:absolute;right:0;top:0;z-index:-1}.play-button{position:absolute;top:16px;right:16px;padding:4px;background:#111;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;border:none;width:32px;height:32px;--clip-size: 20px;--top-left-normal: 0 0;--top-left-clip: 0 var(--clip-size), var(--clip-size) 0;--top-right-normal: 100% 0;--top-right-clip: calc(100% - var(--clip-size)) 0, 100% var(--clip-size);--bottom-right-normal: 100% 100%;--bottom-right-clip: 100% calc(100% - var(--clip-size)), calc(100% - var(--clip-size)) 100%;--bottom-left-normal: 0 100%;--bottom-left-clip: var(--clip-size) 100%, 0 calc(100% - var(--clip-size));--clip: polygon(var(--top-left, var(--top-left-normal)), var(--top-right, var(--top-right-normal)), var(--bottom-right, var(--bottom-right-normal)), var(--bottom-left, var(--bottom-left-normal)));-webkit-clip-path:var(--clip);clip-path:var(--clip);--top-right: var(--top-right-clip);--bottom-right: var(--bottom-right-normal);--top-left: var(--top-left-normal);--bottom-left: var(--bottom-left-normal);--clip-size: 8px}.slide-same-height .swiper-wrapper{align-items:initial!important}.slide-same-height .swiper-slide{height:auto!important}.bg-grey{background-color:#dedee8}.mb-0{margin-bottom:0!important}.componentHero{padding:40px 0 100px}@media (min-width: 960px){.componentHero{padding:100px 0 120px}}.componentHero h3{font-size:14px;line-height:1.2;font-weight:400;margin-bottom:48px;max-width:1200px}@media (min-width: 960px){.componentHero h3{margin-bottom:60px}}@media (min-width: 1140px){.componentHero h3{font-size:16px;margin-bottom:80px}}.componentHero h2{font-size:32px;line-height:1.15;font-weight:400;margin-bottom:48px;color:#000;letter-spacing:-.02em;font-family:SUSE,sans-serif;max-width:1200px}.componentHero h2 b{color:#969696;font-weight:400;letter-spacing:-.02em;font-family:SUSE,sans-serif}@media (min-width: 960px){.componentHero h2{margin-bottom:60px}}@media (min-width: 1140px){.componentHero h2{font-size:64px;margin-bottom:80px}}.componentButton{border-radius:40px;font-family:SUSE,sans-serif;text-decoration:none;border:1px solid transparent;padding:16px 32px;font-size:18px;line-height:1.2;font-weight:400;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .3s ease}.componentButton svg{width:18px;height:18px;transition:all .3s ease}@media (min-width: 960px){.componentButton svg{width:20px;height:20px}}.componentButton.primary{background-color:#212121;border-color:#212121;color:#fff}.componentButton.primary:hover{background-color:#fff;border-color:#212121;color:#212121}.componentButton.secondary{background-color:transparent;border-color:#fff;color:#fff}.componentButton.secondary:hover{background-color:#fff;border-color:#fff;color:#000}.componentButton.tertiary{background-color:#efefef;border-color:#efefef;color:#000}.componentButton.tertiary:hover{background-color:#efefefcd;border-color:#efefefcd;color:#000}.componentButton.link{background-color:transparent;border-color:transparent;color:#fff;padding:0}.componentButton.link:hover{background-color:transparent;border-color:transparent;color:#fff;opacity:.8}.componentButton:disabled{background:#ddd!important;color:#fff!important;border-color:#ddd!important}.componentButton.icon-rotate:hover svg{transform:rotate(45deg)}.componentProductsGrid{margin-bottom:40px}@media (min-width: 768px){.componentProductsGrid{margin-bottom:60px}}@media (min-width: 960px){.componentProductsGrid{margin-bottom:80px}}@media (min-width: 1024px){.componentProductsGrid{margin-bottom:100px}}@media (min-width: 1140px){.componentProductsGrid{margin-bottom:250px}}.componentProductsGrid .container{display:grid;grid-template-columns:repeat(1,1fr);gap:24px}@media (min-width: 960px){.componentProductsGrid .container{grid-template-columns:repeat(2,1fr);gap:40px}}@media (min-width: 960px){.componentProductsGrid .container .product.large{grid-column:1/3}}.componentProductsGrid .container .product .product-image{position:relative;width:100%;height:auto;overflow:hidden;border-radius:16px;aspect-ratio:auto 2596/1568;margin-bottom:16px;max-height:70vh;will-change:transform;border:1px solid #fff}@media (min-width: 960px){.componentProductsGrid .container .product .product-image{margin-bottom:20px;border-radius:24px}}.componentProductsGrid .container .product .product-image img{width:100%;height:100%;object-fit:cover;transition:all .5s ease;will-change:transform}.componentProductsGrid .container .product .product-image button{position:absolute;bottom:20px;left:20px;color:#fff;z-index:10;background-color:#fff3;transform:rotate(45deg);will-change:transform;transform-origin:50% 50% 0px;border:none;padding:0;width:32px;height:48px;border-radius:16px;transition:all .3s ease;display:none;cursor:pointer}.componentProductsGrid .container .product .product-image button svg{width:24px;height:24px}@media (min-width: 960px){.componentProductsGrid .container .product .product-image button{display:flex}}@media (min-width: 1140px){.componentProductsGrid .container .product .product-image button{bottom:24px;left:24px}}.componentProductsGrid .container .product .product-image:hover{cursor:pointer}.componentProductsGrid .container .product .product-image:hover img{transform:scale(1.08)}.componentProductsGrid .container .product .product-image:hover button{transform:rotate(90deg);background-color:#fff;width:48px;height:48px;border-radius:40px;color:#000}.componentProductsGrid .container .product .product-image:hover h3,.componentProductsGrid .container .product .product-image:hover h2{opacity:.8}.componentProductsGrid .container .product h3{font-size:14px;line-height:1.2;font-weight:400;margin-bottom:6px;font-family:SUSE,sans-serif;color:#666}@media (min-width: 960px){.componentProductsGrid .container .product h3{font-size:16px;margin-bottom:8px}}@media (min-width: 1140px){.componentProductsGrid .container .product h3{font-size:18px}}.componentProductsGrid .container .product h2{font-size:18px;line-height:1.2;font-weight:500;margin-bottom:0;color:#000}@media (min-width: 960px){.componentProductsGrid .container .product h2{font-size:20px}}@media (min-width: 1140px){.componentProductsGrid .container .product h2{font-size:24px}}.componentRow{margin-bottom:40px}@media (min-width: 768px){.componentRow{margin-bottom:60px}}@media (min-width: 960px){.componentRow{margin-bottom:80px}}@media (min-width: 1024px){.componentRow{margin-bottom:100px}}@media (min-width: 1140px){.componentRow{margin-bottom:250px}}@media (min-width: 1140px){.componentRow .container{display:flex;align-items:flex-start;gap:40px}}.componentRow h3{font-size:14px;line-height:1.2;font-weight:400;margin-bottom:24px;max-width:1200px}@media (min-width: 960px){.componentRow h3{margin-bottom:32px}}@media (min-width: 1140px){.componentRow h3{font-size:16px;margin-bottom:0;flex:0 0 20%}}.componentRow__content{max-width:800px}.componentRow h2{font-size:32px;line-height:1.15;font-weight:400;color:#000;letter-spacing:-.02em;font-family:SUSE,sans-serif}.componentRow h2 b{color:#969696;font-weight:400;letter-spacing:-.02em;font-family:SUSE,sans-serif}.componentRow h2 br{display:none}@media (min-width: 1140px){.componentRow h2{font-size:40px}.componentRow h2 br{display:block}}.componentRow p{font-size:20px;line-height:1.4;font-weight:400;font-family:SUSE,sans-serif;max-width:1200px;margin-top:24px}@media (min-width: 768px){.componentRow p{margin-top:32px}}@media (min-width: 960px){.componentRow p{margin-top:40px}}@media (min-width: 1140px){.componentRow p{margin-top:60px}}@media (min-width: 960px){.componentRow p{font-size:22px}}@media (min-width: 1140px){.componentRow p{font-size:24px}}.componentRow__list{list-style:none;padding:0;margin:24px 0 0}@media (min-width: 768px){.componentRow__list{margin-top:32px}}@media (min-width: 960px){.componentRow__list{margin-top:40px}}@media (min-width: 1140px){.componentRow__list{margin-top:60px}}.componentRow__list li{margin-bottom:24px}@media (min-width: 960px){.componentRow__list li{margin-bottom:32px}}@media (min-width: 1140px){.componentRow__list li{margin-bottom:40px}}.componentRow__list li:last-child{margin-bottom:0}.componentRow__list li h4{font-size:18px;margin-bottom:8px;font-family:SUSE,sans-serif;font-weight:400}@media (min-width: 768px){.componentRow__list li h4{font-size:20px;margin-bottom:12px}}@media (min-width: 960px){.componentRow__list li h4{font-size:22px;margin-bottom:16px}}@media (min-width: 1140px){.componentRow__list li h4{font-size:24px}}.componentRow__list li p{font-size:14px;margin-bottom:0;color:#666;margin-top:0!important}@media (min-width: 960px){.componentRow__list li p{font-size:16px}}@media (min-width: 1140px){.componentRow__list li p{font-size:18px}}.componentRow__button{flex:1}.componentRow__button .componentButton{width:fit-content;margin-top:24px}@media (min-width: 1140px){.componentRow__button .componentButton{margin-left:auto;margin-top:0}}.componentFaqs{margin-bottom:40px}@media (min-width: 768px){.componentFaqs{margin-bottom:60px}}@media (min-width: 960px){.componentFaqs{margin-bottom:80px}}@media (min-width: 1024px){.componentFaqs{margin-bottom:100px}}@media (min-width: 1140px){.componentFaqs{margin-bottom:250px}}.componentFaqs.bg-grey{padding:60px 0}@media (min-width: 960px){.componentFaqs.bg-grey{padding:80px 0}}@media (min-width: 1024px){.componentFaqs.bg-grey{padding:100px 0}}@media (min-width: 1140px){.componentFaqs.bg-grey{padding:120px 0}}.componentFaqs h3{font-size:14px;line-height:1.2;font-weight:400;margin-bottom:24px;max-width:1200px}@media (min-width: 960px){.componentFaqs h3{margin-bottom:32px}}@media (min-width: 1140px){.componentFaqs h3{font-size:16px;margin-bottom:40px}}.componentFaqs h2{font-size:32px;line-height:1.15;font-weight:400;margin-bottom:24px;color:#000;letter-spacing:-.02em;font-family:SUSE,sans-serif}.componentFaqs h2 br{display:none}@media (min-width: 768px){.componentFaqs h2{margin-bottom:32px}}@media (min-width: 960px){.componentFaqs h2{margin-bottom:40px}}@media (min-width: 1140px){.componentFaqs h2{font-size:64px}.componentFaqs h2 br{display:block}}.componentFaqs__list{list-style:none;padding:0;margin:0}.componentFaqs__list__item{margin-bottom:24px;border-bottom:1px solid #E7E9F1;cursor:pointer;transition:all .3s ease}.componentFaqs__list__item:hover{opacity:.8}.componentFaqs__list__item__question{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-bottom:16px}@media (min-width: 768px){.componentFaqs__list__item__question{padding-bottom:24px}}.componentFaqs__list__item__question h3{font-size:22px;line-height:1.2;font-weight:400;margin-bottom:0;color:#000;letter-spacing:-.02em;font-family:SUSE,sans-serif;max-width:1200px}@media (min-width: 600px){.componentFaqs__list__item__question h3{font-size:24px}}@media (min-width: 768px){.componentFaqs__list__item__question h3{font-size:28px}}@media (min-width: 960px){.componentFaqs__list__item__question h3{font-size:32px}}@media (min-width: 1140px){.componentFaqs__list__item__question h3{font-size:40px}}.componentFaqs__list__item__answer{opacity:0;height:0;overflow:hidden;transition:all .3s ease;padding:0;font-size:14px;line-height:1.4;margin-bottom:0;color:#666}@media (min-width: 960px){.componentFaqs__list__item__answer{font-size:16px}}@media (min-width: 1140px){.componentFaqs__list__item__answer{font-size:18px}}.componentFaqs__list__item svg{width:20px;height:20px;transition:all .3s ease}@media (min-width: 960px){.componentFaqs__list__item svg{width:24px;height:24px}}.componentFaqs__list__item.active .componentFaqs__list__item__answer{opacity:1;height:auto;padding-bottom:16px}@media (min-width: 768px){.componentFaqs__list__item.active .componentFaqs__list__item__answer{padding-bottom:24px}}.componentFaqs__list__item.active svg{transform:rotate(180deg)}@media (min-width: 960px){.componentFaqs__list{margin-bottom:32px}}@media (min-width: 1140px){.componentFaqs__list{margin-bottom:40px}}.componentFaqs p{font-size:20px;line-height:1.4;font-weight:400;margin-bottom:24px;font-family:SUSE,sans-serif;max-width:1200px}@media (min-width: 960px){.componentFaqs p{font-size:22px;margin-bottom:32px}}@media (min-width: 1140px){.componentFaqs p{font-size:24px;margin-bottom:40px}}.componentFaqs .componentButton{flex:none}.componentFaqs.boxed h2{text-align:center}@media (min-width: 1024px){.componentFaqs.boxed h2{margin-bottom:50px}}@media (min-width: 1140px){.componentFaqs.boxed h2{margin-bottom:60px}}.componentFaqs.boxed .container{max-width:1000px}.componentFaqs.boxed h3{font-size:16px}@media (min-width: 600px){.componentFaqs.boxed h3{font-size:18px}}@media (min-width: 768px){.componentFaqs.boxed h3{font-size:20px}}@media (min-width: 960px){.componentFaqs.boxed h3{font-size:24px}}@media (min-width: 1140px){.componentFaqs.boxed h3{font-size:28px}}.componentFaqs__cta{margin-top:40px}.componentFaqs__cta button{margin:0 auto}@media (min-width: 768px){.componentFaqs__cta{margin-top:60px}}.componentClients{margin-bottom:40px}@media (min-width: 768px){.componentClients{margin-bottom:60px}}@media (min-width: 960px){.componentClients{margin-bottom:80px}}@media (min-width: 1024px){.componentClients{margin-bottom:100px}}@media (min-width: 1140px){.componentClients{margin-bottom:250px}}.componentClients h3{font-size:14px;line-height:1.2;font-weight:400;margin-bottom:24px;max-width:1200px}@media (min-width: 960px){.componentClients h3{margin-bottom:32px}}@media (min-width: 1140px){.componentClients h3{font-size:16px;margin-bottom:40px}}.componentClients__content h2{font-size:32px;line-height:1.15;font-weight:400;color:#000;letter-spacing:-.02em;font-family:SUSE,sans-serif;margin-bottom:16px}.componentClients__content h2 b{color:#969696;font-weight:400;letter-spacing:-.02em;font-family:SUSE,sans-serif}.componentClients__content h2 br{display:none}@media (min-width: 1140px){.componentClients__content h2{font-size:40px}.componentClients__content h2 br{display:block}}.componentClients__content p{font-size:14px;line-height:1.4;margin-bottom:0;color:#666}@media (min-width: 960px){.componentClients__content p{font-size:16px}}@media (min-width: 1140px){.componentClients__content p{font-size:18px}}.componentClients__list{list-style:none;padding:0;margin:32px 0 0;display:grid;grid-template-columns:repeat(2,1fr);gap:40px}@media (min-width: 768px){.componentClients__list{grid-template-columns:repeat(3,1fr);gap:60px;margin-top:40px}}@media (min-width: 960px){.componentClients__list{grid-template-columns:repeat(4,1fr);gap:80px;margin-top:60px}}@media (min-width: 1140px){.componentClients__list{grid-template-columns:repeat(5,1fr);gap:100px;margin-top:80px}}.componentClients__list__item{transition:all .3s ease;text-align:center}.componentClients__list__item img{width:100%;height:100%;object-fit:contain;max-width:100px;max-height:40px}@media (min-width: 768px){.componentClients__list__item img{max-width:120px;max-height:60px}}@media (min-width: 960px){.componentClients__list__item img{max-width:140px;max-height:80px}}@media (min-width: 1140px){.componentClients__list__item img{max-width:160px;max-height:100px}}.componentFooter{position:relative;width:100%;background:#212121;color:#fff;padding:60px 0}@media (min-width: 960px){.componentFooter{padding:80px 0}}@media (min-width: 1140px){.componentFooter{padding:100px 0}}.componentFooter h4{font-size:16px;line-height:1.2;font-weight:400;margin-bottom:16px;color:#fff}@media (min-width: 960px){.componentFooter h4{font-size:18px}}.componentFooter h3{font-size:32px;line-height:1.2;font-weight:400;margin-bottom:32px;color:#fff;font-family:SUSE,sans-serif}.componentFooter h3 br{display:none}@media (min-width: 960px){.componentFooter h3{font-size:36px}}@media (min-width: 1140px){.componentFooter h3{font-size:64px}.componentFooter h3 br{display:block}}.componentFooter ul{list-style:none;padding:0;margin:0}.componentFooter__content{display:flex;flex-direction:column;gap:32px}@media (min-width: 960px){.componentFooter__content{flex-direction:row;align-items:flex-start;justify-content:space-between}.componentFooter__content__links{display:flex;flex-direction:row;gap:250px}}.componentFooter__content__links a,.componentFooter__content__links button{color:#fff;text-decoration:none;font-size:18px;line-height:1.2;font-weight:400;margin-bottom:16px;display:inline-block;font-family:SUSE,sans-serif}.componentFooter__content__links__products li button{display:flex;align-items:center;justify-content:space-between;gap:80px;width:100%}.componentFooter__content__links__products li button svg{transition:all .3s ease}.componentFooter__content__links__products li button:hover svg{transform:rotate(45deg)}.componentFooter__content__links__products li:last-child a,.componentFooter__content__links__products li:last-child button{margin-bottom:0}.componentFooter__bottom p{color:#fff;font-size:14px;line-height:1.2;font-weight:400;margin-top:32px;font-family:SUSE,sans-serif;opacity:.8}.componentFooter__bottom p a{color:#fff;text-decoration:underline}@media (min-width: 960px){.componentFooter__bottom{margin-top:250px}}.componentHeader{padding:24px 0;background:#fff;width:100%;position:sticky;top:0;left:0;z-index:100}.componentHeader .container{display:flex;align-items:center;justify-content:space-between;width:100%}.componentHeader .logo{transition:all .3s ease}.componentHeader .logo:hover{opacity:.8}.componentHeader .logo img{height:30px;width:auto}.componentHeader .menu{display:none}@media (min-width: 960px){.componentHeader .menu{display:flex;align-items:center;justify-content:center;gap:24px}}.componentHeader .buttons{display:none}.componentHeader .buttons .componentButton{padding:8px 16px}@media (min-width: 960px){.componentHeader .buttons{display:flex}}.componentHeader .burger{display:flex}@media (min-width: 960px){.componentHeader .burger{display:none}}.componentHeader .mobile-menu{display:flex;padding:24px 16px;align-items:center;justify-content:center;flex-direction:column;gap:24px;height:0;transition:all .3s ease;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;width:100%;position:absolute;bottom:0;left:0;background:#fff;z-index:100;transform:translateY(100%)}.componentHeader .mobile-menu a{font-size:16px;line-height:1.2}.componentHeader .mobile-menu .componentButton{margin-top:8px;padding:8px 16px}.componentHeader.open .mobile-menu{height:auto;opacity:1;visibility:visible;pointer-events:auto}.componentHeader .burger{flex-direction:column;gap:5px;cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.componentHeader .burger .line{width:20px;height:2px;background:#000;transition:all .3s ease}.componentHeader .burger:hover .line{background:#000}.componentHeader.open .burger .line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.componentHeader.open .burger .line:nth-child(2){opacity:0}.componentHeader.open .burger .line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.componentHeroPage{padding-top:60px;padding-bottom:40px}@media (min-width: 768px){.componentHeroPage{padding-top:80px;padding-bottom:60px}}@media (min-width: 960px){.componentHeroPage{padding-top:100px;padding-bottom:80px}}@media (min-width: 1024px){.componentHeroPage{padding-bottom:100px}}@media (min-width: 1140px){.componentHeroPage{padding-bottom:120px}}.componentHeroPage .container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.componentHeroPage h4{font-size:24px;line-height:1.4;font-weight:400;color:#000;letter-spacing:-.02em;font-family:SUSE,sans-serif;max-width:800px}.componentHeroPage h4 b{color:#969696;font-weight:400;letter-spacing:-.02em;font-family:SUSE,sans-serif}.componentHeroPage h4 br{display:none}@media (min-width: 768px){.componentHeroPage h4{font-size:28px}}@media (min-width: 1140px){.componentHeroPage h4{font-size:32px}.componentHeroPage h4 br{display:block}}.componentHeroPage .labels{width:100%;margin-bottom:48px}@media (min-width: 768px){.componentHeroPage .labels{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:40px}}@media (min-width: 1140px){.componentHeroPage .labels{gap:100px}}@media (min-width: 960px){.componentHeroPage .labels{margin-bottom:60px}}@media (min-width: 1140px){.componentHeroPage .labels{margin-bottom:80px}}.componentHeroPage__image{width:100%;height:auto;border-radius:16px;aspect-ratio:1;max-height:70vh;overflow:hidden;margin-top:40px}@media (min-width: 960px){.componentHeroPage__image{border-radius:24px;aspect-ratio:auto 2596/1568}}.componentHeroPage__image img{width:100%;height:100%;object-fit:cover}.componentHeroPage h3{font-size:14px;line-height:1.2;font-weight:400;margin-bottom:48px;max-width:1200px}@media (min-width: 960px){.componentHeroPage h3{margin-bottom:60px}}@media (min-width: 1140px){.componentHeroPage h3{font-size:16px;margin-bottom:80px}}.componentHeroPage h2{font-size:32px;line-height:1.15;font-weight:400;margin-bottom:24px;color:#000;letter-spacing:-.02em;font-family:SUSE,sans-serif;max-width:800px}.componentHeroPage h2 br{display:none}@media (min-width: 768px){.componentHeroPage h2{margin-bottom:32px}}@media (min-width: 960px){.componentHeroPage h2{margin-bottom:40px}}@media (min-width: 1140px){.componentHeroPage h2{font-size:64px}.componentHeroPage h2 br{display:block}}.componentHeroPage .labels:empty{margin-bottom:0}.componentCallToAction{position:relative;overflow:hidden;margin-bottom:40px;padding:0}@media (min-width: 768px){.componentCallToAction{margin-bottom:60px}}@media (min-width: 960px){.componentCallToAction{margin-bottom:80px}}@media (min-width: 1024px){.componentCallToAction{padding:100px 0;margin-bottom:100px}}@media (min-width: 1140px){.componentCallToAction{padding:250px 0;margin-bottom:250px}}.componentCallToAction.mb-0{margin-bottom:0!important}.componentCallToAction .container{max-width:1200px;background-color:#212121;position:relative;color:#fff;border-radius:0;padding:40px 24px;overflow:hidden}@media (min-width: 960px){.componentCallToAction .container{padding:60px 32px;border-radius:30px}}@media (min-width: 1140px){.componentCallToAction .container{padding:60px 80px;border-radius:60px}}.componentCallToAction .container:before{content:"";position:absolute;top:50%;transform:translateY(-50%);right:0;width:50%;height:100vh;background:url(/brand/runder-element.png) no-repeat center center;background-size:cover;z-index:0}@media (max-width: 1024px){.componentCallToAction .container:before{height:100%}}.componentCallToAction .container:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#212121,#21212180)}@media (min-width: 960px){.componentCallToAction .container:after{border-radius:30px 0 0 30px}}@media (min-width: 1140px){.componentCallToAction .container:after{border-radius:60px 0 0 60px}}@media (min-width: 960px){.componentCallToAction .container:after{width:70%;background:linear-gradient(to right,#212121,transparent)}}.componentCallToAction .container *{position:relative;z-index:1}.componentCallToAction .expansion-element{position:absolute;top:50%;left:50%;width:200vw;height:auto;aspect-ratio:1;background:#212121;border-radius:50%;transform:translate(-50%,-50%);z-index:0;pointer-events:none}.componentCallToAction h3{font-size:14px;line-height:1.2;font-weight:400;margin-bottom:16px;max-width:1200px;color:#fff}@media (min-width: 960px){.componentCallToAction h3{margin-bottom:24px}}@media (min-width: 1140px){.componentCallToAction h3{font-size:16px;margin-bottom:32px}}.componentCallToAction h2{font-size:32px;line-height:1.15;font-weight:400;margin-bottom:16px;letter-spacing:-.02em;color:#fff;font-family:SUSE,sans-serif}.componentCallToAction h2 b{color:#969696;font-weight:400;letter-spacing:-.02em;font-family:SUSE,sans-serif}@media (min-width: 960px){.componentCallToAction h2{margin-bottom:24px}}@media (min-width: 1140px){.componentCallToAction h2{font-size:64px;margin-bottom:32px}}.componentCallToAction p{font-size:16px;line-height:1.5;font-weight:400;font-family:SUSE,sans-serif;max-width:600px;margin-bottom:24px}@media (min-width: 960px){.componentCallToAction p{margin-bottom:32px}}@media (min-width: 1140px){.componentCallToAction p{margin-bottom:40px}}.componentCallToAction.center{text-align:center}.componentCallToAction.center p,.componentCallToAction.center button{margin-left:auto;margin-right:auto}.componentCallToAction.center .container:before{transform:translate(-50%,-50%);left:50%;opacity:.05}@media (min-width: 1140px){.componentCallToAction.center{padding:150px 0}}.componentText{margin-bottom:40px}@media (min-width: 768px){.componentText{margin-bottom:60px}}@media (min-width: 960px){.componentText{margin-bottom:80px}}@media (min-width: 1024px){.componentText{margin-bottom:100px}}@media (min-width: 1140px){.componentText{margin-bottom:250px}}.componentText .container{max-width:1200px}.componentText h2{font-size:28px;line-height:1.15;font-weight:400;margin-bottom:16px;color:#000;letter-spacing:-.02em;font-family:SUSE,sans-serif;max-width:1200px}.componentText h2 br{display:none}.componentText h2 br.always{display:block}@media (min-width: 768px){.componentText h2{margin-bottom:24px}}@media (min-width: 960px){.componentText h2{margin-bottom:32px;font-size:32px}}@media (min-width: 1140px){.componentText h2{font-size:64px;margin-bottom:40px}.componentText h2 br{display:block}}.componentText p{font-size:20px;line-height:1.4;font-weight:400;margin-bottom:24px;font-family:SUSE,sans-serif;max-width:1200px}@media (min-width: 960px){.componentText p{font-size:22px;margin-bottom:32px}}@media (min-width: 1140px){.componentText p{font-size:24px;margin-bottom:40px}}.componentText ul{display:block;margin-top:24px;margin-left:24px}.componentText ul li{margin-bottom:8px}.componentImages{margin-bottom:40px}@media (min-width: 768px){.componentImages{margin-bottom:60px}}@media (min-width: 960px){.componentImages{margin-bottom:80px}}@media (min-width: 1024px){.componentImages{margin-bottom:100px}}@media (min-width: 1140px){.componentImages{margin-bottom:250px}}.componentImages__images.componentImages__images--multiple{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.componentImages__images__image{width:100%;height:auto;border-radius:16px;aspect-ratio:1;max-height:70vh;overflow:hidden}@media (min-width: 960px){.componentImages__images__image{border-radius:24px;aspect-ratio:auto 2596/1568}}.componentImages__images__image img{width:100%;height:100%;object-fit:cover}.componentHeroService{padding-top:60px;padding-bottom:40px}@media (min-width: 768px){.componentHeroService{padding-top:80px;padding-bottom:60px}}@media (min-width: 960px){.componentHeroService{padding-top:100px;padding-bottom:80px}}@media (min-width: 1024px){.componentHeroService{padding-bottom:100px}}@media (min-width: 1140px){.componentHeroService{padding-bottom:120px}}.componentHeroService .container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.componentHeroService .labels{order:2;width:100%;margin-bottom:48px}@media (min-width: 768px){.componentHeroService .labels{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:40px}}@media (min-width: 1140px){.componentHeroService .labels{gap:100px;order:1}}.componentHeroService .labels .label{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:8px;margin-bottom:16px;width:100%}@media (min-width: 768px){.componentHeroService .labels .label{gap:40px}}@media (min-width: 768px){.componentHeroService .labels .label{display:block;margin-bottom:0}}@media (min-width: 1140px){.componentHeroService .labels .label{flex:none;width:fit-content}}.componentHeroService .labels .label *{flex:1}@media (min-width: 768px){.componentHeroService .labels .label *{flex:auto}}.componentHeroService .labels .label h4,.componentHeroService .labels .label h5{font-size:14px;line-height:1.2;font-weight:400}.componentHeroService .labels .label h4 span,.componentHeroService .labels .label h5 span{display:none}@media (min-width: 768px){.componentHeroService .labels .label h4 span,.componentHeroService .labels .label h5 span{display:inline}.componentHeroService .labels .label h4 br,.componentHeroService .labels .label h5 br{display:none}}@media (min-width: 1140px){.componentHeroService .labels .label h4,.componentHeroService .labels .label h5{font-size:16px}}@media (min-width: 1140px){.componentHeroService .labels .label h5{font-size:18px;line-height:1.2}}.componentHeroService .labels .label h4{color:#666}@media (min-width: 768px){.componentHeroService .labels .label h4{margin-bottom:6px}}@media (min-width: 1140px){.componentHeroService .labels .label h4{margin-bottom:8px}}.componentHeroService .labels .label:last-child{margin-bottom:0}@media (min-width: 960px){.componentHeroService .labels{margin-bottom:60px}}@media (min-width: 1140px){.componentHeroService .labels{margin-bottom:80px}}.componentHeroService__image{order:3;width:100%;height:auto;border-radius:16px;aspect-ratio:1;max-height:70vh;overflow:hidden}@media (min-width: 960px){.componentHeroService__image{border-radius:24px;aspect-ratio:auto 2596/1568}}@media (min-width: 1140px){.componentHeroService__image{order:3}}.componentHeroService__image img{width:100%;height:100%;object-fit:cover}.componentHeroService h3{font-size:14px;line-height:1.2;font-weight:400;margin-bottom:48px;max-width:1200px}@media (min-width: 960px){.componentHeroService h3{margin-bottom:60px}}@media (min-width: 1140px){.componentHeroService h3{font-size:16px;margin-bottom:80px}}.componentHeroService h2{font-size:32px;line-height:1.15;font-weight:400;margin-bottom:48px;color:#000;letter-spacing:-.02em;font-family:SUSE,sans-serif;max-width:1200px}.componentHeroService h2 br{display:none}@media (min-width: 768px){.componentHeroService h2{margin-bottom:60px}}@media (min-width: 960px){.componentHeroService h2{margin-bottom:80px}}@media (min-width: 1140px){.componentHeroService h2{font-size:64px;order:2}.componentHeroService h2 br{display:block}}.componentLeadBanner{position:relative;overflow:hidden;padding:0;margin-bottom:40px}@media (min-width: 768px){.componentLeadBanner{margin-bottom:60px}}@media (min-width: 960px){.componentLeadBanner{margin-bottom:80px}}@media (min-width: 1024px){.componentLeadBanner{padding:100px 0;margin-bottom:100px}}@media (min-width: 1140px){.componentLeadBanner{padding:250px 0;margin-bottom:250px}}.componentLeadBanner .container{max-width:1200px;background-color:#dedee8;position:relative;color:#fff;border-radius:0;padding:40px 24px;overflow:hidden}@media (min-width: 960px){.componentLeadBanner .container{padding:60px 32px}}@media (min-width: 1140px){.componentLeadBanner .container{padding:60px 80px}}@media (min-width: 1200px){.componentLeadBanner .container{border-radius:30px}}@media (min-width: 1400px){.componentLeadBanner .container{border-radius:60px}}.componentLeadBanner .container:before{content:"";position:absolute;top:50%;transform:translateY(-50%);right:0;width:50%;height:100%;background:url(/brand/runder-element.png) no-repeat center center;background-size:cover;z-index:0}@media (min-width: 1024px){.componentLeadBanner .container:before{height:100vh}}.componentLeadBanner .container:after{content:"";position:absolute;top:0;left:0;width:70%;height:100%;background:linear-gradient(to right,#dedee8,#dedee880)}@media (min-width: 1200px){.componentLeadBanner .container:after{border-radius:30px 0 0 30px}}@media (min-width: 1400px){.componentLeadBanner .container:after{border-radius:60px 0 0 60px}}.componentLeadBanner .container *{position:relative;z-index:1}.componentLeadBanner .expansion-element{position:absolute;top:50%;left:50%;width:200vw;height:auto;aspect-ratio:1;background:#dedee8;border-radius:50%;transform:translate(-50%,-50%);z-index:0;pointer-events:none}.componentLeadBanner h3{font-size:14px;line-height:1.2;font-weight:400;margin-bottom:16px;max-width:1200px;color:#000}@media (min-width: 960px){.componentLeadBanner h3{margin-bottom:24px}}@media (min-width: 1140px){.componentLeadBanner h3{font-size:16px;margin-bottom:32px}}.componentLeadBanner h2{font-size:32px;line-height:1.15;font-weight:400;margin-bottom:16px;letter-spacing:-.02em;color:#000;font-family:SUSE,sans-serif}.componentLeadBanner h2 b{color:#969696;font-weight:400;letter-spacing:-.02em;font-family:SUSE,sans-serif}@media (min-width: 960px){.componentLeadBanner h2{margin-bottom:24px}}@media (min-width: 1140px){.componentLeadBanner h2{font-size:64px;margin-bottom:32px}}.componentLeadBanner p{font-size:16px;line-height:1.5;font-weight:400;font-family:SUSE,sans-serif;max-width:600px;margin-bottom:24px;color:#000}@media (min-width: 960px){.componentLeadBanner p{margin-bottom:32px}}@media (min-width: 1140px){.componentLeadBanner p{margin-bottom:40px}}.componentLeadBanner form{position:relative;z-index:1;max-width:450px;border-radius:16px;overflow:hidden}.componentLeadBanner form input{width:100%;height:50px;padding:16px;margin:0;background:#fff}.componentLeadBanner form button{position:absolute!important;right:8px;top:50%;transform:translateY(-50%);width:50px;z-index:10!important;border-radius:100%;padding:0;width:40px;height:40px}.componentLeadBanner__submitted{width:fit-content;height:50px;padding:16px;border-radius:16px;background:#4f9f43;display:flex;align-items:center;justify-content:center;gap:16px}.componentLeadBanner__submitted h3{margin:0!important;color:#fff;font-size:16px;font-weight:400;font-family:SUSE,sans-serif}.componentLeadBanner.mb-0{margin-bottom:0!important}.componentLeadBanner.center{text-align:center}.componentLeadBanner.center p,.componentLeadBanner.center button,.componentLeadBanner.center form{margin-left:auto;margin-right:auto}.componentLeadBanner.center .container:before{transform:translate(-50%,-50%);left:50%;opacity:.5}@media (min-width: 1140px){.componentLeadBanner.center{padding:150px 0}}.componentCarousel{margin-bottom:40px}@media (min-width: 768px){.componentCarousel{margin-bottom:60px}}@media (min-width: 960px){.componentCarousel{margin-bottom:80px}}@media (min-width: 1024px){.componentCarousel{margin-bottom:100px}}@media (min-width: 1140px){.componentCarousel{margin-bottom:250px}}.componentCarousel h2{font-size:32px;line-height:1.15;font-weight:400;margin-bottom:24px;color:#000;letter-spacing:-.02em;font-family:SUSE,sans-serif;text-align:center}.componentCarousel h2 br{display:none}@media (min-width: 768px){.componentCarousel h2{margin-bottom:32px}}@media (min-width: 960px){.componentCarousel h2{margin-bottom:40px}}@media (min-width: 1140px){.componentCarousel h2{font-size:64px;margin-bottom:60px}.componentCarousel h2 br{display:block}}.componentCarousel__images{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%}.componentCarousel__images .swiper-wrapper{overflow:visible;align-items:center;-webkit-transition-timing-function:linear!important;-o-transition-timing-function:linear!important;transition-timing-function:linear!important;will-change:transform}.componentCarousel__images .componentCarousel__images__slide{position:relative;will-change:transform}.componentCarousel__images .componentCarousel__images__slide .componentCarousel__images__image{width:auto;height:auto;border-radius:16px;aspect-ratio:1;max-height:350px;overflow:hidden}.componentCarousel__images .componentCarousel__images__slide .componentCarousel__images__image.ratio-16-9{aspect-ratio:16/9}.componentCarousel__images .componentCarousel__images__slide .componentCarousel__images__image.ratio-32-9{aspect-ratio:32/9}.componentCarousel__images .componentCarousel__images__slide .componentCarousel__images__image img{width:100%;height:100%;object-fit:cover}body:has(.pageContact) .componentFooter{background:#fff!important;padding:40px 0!important}body:has(.pageContact) .componentFooter__content{display:none}body:has(.pageContact) .componentFooter__bottom{margin-top:100px!important}body:has(.pageContact) .componentFooter__bottom p,body:has(.pageContact) .componentFooter__bottom a{color:#000!important}.componentContacts{position:relative;width:100%;padding:0 0 40px}.componentContacts h4{font-size:16px;line-height:1.2;font-weight:400;margin-bottom:16px}@media (min-width: 960px){.componentContacts h4{font-size:18px}}.componentContacts h3{font-size:32px;line-height:1.2;font-weight:400;margin-bottom:32px;font-family:SUSE,sans-serif}.componentContacts h3 br{display:none}@media (min-width: 960px){.componentContacts h3{font-size:36px}}@media (min-width: 1140px){.componentContacts h3{font-size:64px}.componentContacts h3 br{display:block}}.componentContacts ul{list-style:none;padding:0;margin:0}.componentContacts__content{display:flex;flex-direction:column;gap:32px}@media (min-width: 960px){.componentContacts__content{flex-direction:row;align-items:flex-end;justify-content:space-between}.componentContacts__content__links{display:flex;flex-direction:row;gap:250px}}.componentContacts__content a,.componentContacts__content button{text-decoration:none;font-size:18px;line-height:1.2;font-weight:400;margin-bottom:16px;display:inline-block;font-family:SUSE,sans-serif}@media (min-width: 960px){.componentContacts__content a,.componentContacts__content button{font-size:20px;margin-bottom:24px}}@media (min-width: 1140px){.componentContacts__content a,.componentContacts__content button{font-size:22px;margin-bottom:32px}}.componentContacts__content li button{display:flex;align-items:center;justify-content:space-between;gap:80px;width:100%;color:#000!important;text-align:left}.componentContacts__content li button svg{transition:all .3s ease}.componentContacts__content li button:hover svg{transform:rotate(45deg)}.componentContacts__content li:last-child a,.componentContacts__content li:last-child button{margin-bottom:0}.componentContacts__bottom p{font-size:14px;line-height:1.2;font-weight:400;margin-top:32px;font-family:SUSE,sans-serif;opacity:.8}@media (min-width: 960px){.componentContacts__bottom{margin-top:300px}}.pagePrivacy .componentHeroPage .container{max-width:1200px}.pagePrivacy .componentText{margin-bottom:24px}@media (min-width: 768px){.pagePrivacy .componentText{margin-bottom:32px}}@media (min-width: 960px){.pagePrivacy .componentText{margin-bottom:40px}}@media (min-width: 1024px){.pagePrivacy .componentText{margin-bottom:60px}}@media (min-width: 1140px){.pagePrivacy .componentText{margin-bottom:80px}}.pagePrivacy .componentText h2{font-size:32px;line-height:1.15;margin-bottom:16px}@media (min-width: 1140px){.pagePrivacy .componentText h2{font-size:40px;margin-bottom:24px}}.pagePrivacy .componentText p{font-size:16px;line-height:1.5;margin-bottom:16px}@media (min-width: 960px){.pagePrivacy .componentText p{font-size:18px;margin-bottom:24px}}@media (min-width: 1140px){.pagePrivacy .componentText p{font-size:20px;margin-bottom:32px}}.pagePrivacy .componentHeroPage{padding-bottom:24px}@media (min-width: 768px){.pagePrivacy .componentHeroPage{padding-bottom:40px}}@media (min-width: 960px){.pagePrivacy .componentHeroPage{padding-bottom:60px}}@media (min-width: 1024px){.pagePrivacy .componentHeroPage{padding-bottom:80px}}@media (min-width: 1140px){.pagePrivacy .componentHeroPage{padding-bottom:80px}}.pageCookie .componentHeroPage .container{max-width:1200px}.pageCookie .componentText{margin-bottom:24px}@media (min-width: 768px){.pageCookie .componentText{margin-bottom:32px}}@media (min-width: 960px){.pageCookie .componentText{margin-bottom:40px}}@media (min-width: 1024px){.pageCookie .componentText{margin-bottom:60px}}@media (min-width: 1140px){.pageCookie .componentText{margin-bottom:80px}}.pageCookie .componentText h2{font-size:32px;line-height:1.15;margin-bottom:16px}@media (min-width: 1140px){.pageCookie .componentText h2{font-size:40px;margin-bottom:24px}}.pageCookie .componentText p{font-size:16px;line-height:1.5;margin-bottom:16px}@media (min-width: 960px){.pageCookie .componentText p{font-size:18px;margin-bottom:24px}}@media (min-width: 1140px){.pageCookie .componentText p{font-size:20px;margin-bottom:32px}}.pageCookie .componentHeroPage{padding-bottom:24px}@media (min-width: 768px){.pageCookie .componentHeroPage{padding-bottom:40px}}@media (min-width: 960px){.pageCookie .componentHeroPage{padding-bottom:60px}}@media (min-width: 1024px){.pageCookie .componentHeroPage{padding-bottom:80px}}@media (min-width: 1140px){.pageCookie .componentHeroPage{padding-bottom:80px}}body:has(.pageSolutions) .componentHeader .menu{display:none}body:has(.pageSolutions) .componentFooter .componentFooter__content__links{display:none}body:has(.pageSolutions) .componentFooter .componentFooter__content__cta{text-align:center}body:has(.pageSolutions) .componentFooter .componentFooter__content__cta button{margin-left:auto;margin-right:auto}body:has(.pageSolutions) .componentFooter .componentFooter__bottom{text-align:center}body:has(.pageSolutions) .componentFooter .componentFooter__content{justify-content:center}.componentHeroVideo{position:relative;overflow:hidden;padding:40px 0}@media (min-width: 768px){.componentHeroVideo{padding-top:60px}}@media (min-width: 960px){.componentHeroVideo{padding-top:80px}}@media (min-width: 1024px){.componentHeroVideo{padding-top:80px}}@media (min-width: 1140px){.componentHeroVideo{margin-top:-88px;padding:88px 0 0}}.componentHeroVideo:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,transparent,transparent 80%,#f8f8f8 100%);z-index:10}.componentHeroVideo .container{text-align:center}@media (min-width: 1140px){.componentHeroVideo .container{display:flex;align-items:center;justify-content:space-between;gap:40px}}.componentHeroVideo__content{max-width:480px;margin:0 auto;position:relative;z-index:20}@media (min-width: 1140px){.componentHeroVideo__content{max-width:540px}}.componentHeroVideo h2{font-size:40px;line-height:1.15;margin-bottom:16px;color:#000;letter-spacing:-.02em;font-family:SUSE,sans-serif}.componentHeroVideo h2 br{display:none}@media (min-width: 768px){.componentHeroVideo h2{font-size:48px}}@media (min-width: 960px){.componentHeroVideo h2{font-size:56px;margin-bottom:24px}}@media (min-width: 1140px){.componentHeroVideo h2{font-size:64px}.componentHeroVideo h2 br{display:block}}.componentHeroVideo p{font-size:20px;line-height:1.4;font-weight:400;margin-bottom:16px;font-family:SUSE,sans-serif;color:#666}@media (min-width: 768px){.componentHeroVideo p{font-size:18px}}@media (min-width: 960px){.componentHeroVideo p{font-size:22px}}@media (min-width: 1140px){.componentHeroVideo p{font-size:24px}}.componentHeroVideo__video{width:100%;height:auto;aspect-ratio:1;overflow:hidden}@media (min-width: 1140px){.componentHeroVideo__video{padding-top:40px}}.componentHeroVideo__video vimeo-video,.componentHeroVideo__video video{width:100%!important;height:100%!important}.componentCardSlider{padding:60px 0}@media (min-width: 960px){.componentCardSlider{padding:80px 0}}@media (min-width: 1024px){.componentCardSlider{padding:100px 0}}@media (min-width: 1140px){.componentCardSlider{padding:120px 0}}.componentCardSlider .container{text-align:center}.componentCardSlider h2{font-size:28px;line-height:1.15;color:#000;letter-spacing:-.02em;font-family:SUSE,sans-serif;max-width:320px;margin:0 auto 16px;text-align:center}.componentCardSlider h2 br{display:none}@media (min-width: 768px){.componentCardSlider h2{font-size:32px;max-width:520px}.componentCardSlider h2 br{display:block}}@media (min-width: 960px){.componentCardSlider h2{font-size:40px;margin-bottom:24px}}@media (min-width: 1024px){.componentCardSlider h2{font-size:48px;margin-bottom:32px;max-width:580px}}@media (min-width: 1140px){.componentCardSlider h2{font-size:54px;max-width:640px}}.componentCardSlider p{font-size:16px;line-height:1.4;font-weight:300;max-width:320px;margin:0 auto 32px;font-family:SUSE,sans-serif;color:#666;text-align:center}@media (min-width: 768px){.componentCardSlider p{font-size:18px;max-width:520px}}@media (min-width: 960px){.componentCardSlider p{font-size:20px;margin-bottom:40px;max-width:580px}}@media (min-width: 1024px){.componentCardSlider p{font-size:22px}}@media (min-width: 1140px){.componentCardSlider p{font-size:24px;margin-bottom:60px;max-width:640px}}.componentCardSlider__slides{width:100%}.componentCardSlider__slides .swiper-wrapper{overflow:visible;align-items:center;-webkit-transition-timing-function:linear!important;-o-transition-timing-function:linear!important;transition-timing-function:linear!important;will-change:transform}@media (min-width: 1140px){.componentCardSlider__slides .swiper-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;width:100%;transform:none!important;max-width:860px;margin:0 auto;padding-bottom:40px}}.componentCardSlider__slides__slide{position:relative;width:100%;max-width:240px!important;will-change:transform}@media (min-width: 360px){.componentCardSlider__slides__slide{max-width:280px!important}}@media (min-width: 1140px){.componentCardSlider__slides__slide{max-width:100%!important;background:#fff;box-shadow:0 0 0 1px #0000000a,0 6px 16px #0000001f;border-radius:16px;overflow:hidden;margin:0!important;display:none}.componentCardSlider__slides__slide:nth-child(1),.componentCardSlider__slides__slide:nth-child(2),.componentCardSlider__slides__slide:nth-child(3){display:block}}.componentCardSlider__slides__slide img{width:100%;height:auto;aspect-ratio:3/4;border-radius:16px}.componentCardSlider__slides__slide img img{width:100%;height:100%;object-fit:cover}@media (min-width: 1140px){.componentCardSlider__slides__slide img{border-radius:0;aspect-ratio:240/285}}.componentCardSlider__slides__slide p{font-size:14px;line-height:1.3;font-weight:400;font-family:SUSE,sans-serif;margin-bottom:0;text-align:center;color:#000;padding:16px 24px}.componentFeatureGrid{margin-bottom:40px}@media (min-width: 768px){.componentFeatureGrid{margin-bottom:60px}}@media (min-width: 960px){.componentFeatureGrid{margin-bottom:80px}}@media (min-width: 1024px){.componentFeatureGrid{margin-bottom:100px}}@media (min-width: 1140px){.componentFeatureGrid{margin-bottom:250px}}.componentFeatureGrid__image{width:100%;height:auto;max-width:100px;object-fit:contain;display:block;margin:0 auto 16px}@media (min-width: 768px){.componentFeatureGrid__image{max-width:120px;margin-bottom:24px}}@media (min-width: 960px){.componentFeatureGrid__image{max-width:140px}}.componentFeatureGrid h2{font-size:28px;line-height:1.15;color:#000;letter-spacing:-.02em;font-family:SUSE,sans-serif;max-width:320px;margin:0 auto 16px;text-align:center}.componentFeatureGrid h2 br{display:none}@media (min-width: 768px){.componentFeatureGrid h2{font-size:32px;max-width:520px}}@media (min-width: 960px){.componentFeatureGrid h2{font-size:40px;margin-bottom:24px}}@media (min-width: 1024px){.componentFeatureGrid h2{font-size:48px;margin-bottom:32px;max-width:580px}}@media (min-width: 1140px){.componentFeatureGrid h2{font-size:54px;max-width:640px}.componentFeatureGrid h2 br{display:block}}.componentFeatureGrid p{font-size:16px;line-height:1.4;font-weight:300;max-width:320px;margin:0 auto 32px;font-family:SUSE,sans-serif;color:#666;text-align:center}@media (min-width: 768px){.componentFeatureGrid p{font-size:18px;max-width:520px}}@media (min-width: 960px){.componentFeatureGrid p{font-size:20px;margin-bottom:40px;max-width:580px}}@media (min-width: 1024px){.componentFeatureGrid p{font-size:22px}}@media (min-width: 1140px){.componentFeatureGrid p{font-size:24px;max-width:640px;margin-bottom:60px}}.componentFeatureGrid__features{display:grid;gap:16px;max-width:600px;margin:0 auto}.componentFeatureGrid__features:has(.lines){gap:8px}@media (min-width: 1024px){.componentFeatureGrid__features:has(.lines){gap:16px}}.componentFeatureGrid__features.grid-1{max-width:500px}.componentFeatureGrid__features.grid-1 .componentFeatureGrid__features__feature.lines:last-child{border-bottom:none;padding-bottom:0}.componentFeatureGrid__features.grid-4,.componentFeatureGrid__features.grid-5{grid-template-columns:repeat(2,1fr);gap:24px}@media (min-width: 420px){.componentFeatureGrid__features.grid-4,.componentFeatureGrid__features.grid-5{grid-template-columns:repeat(3,1fr);gap:24px}}@media (min-width: 768px){.componentFeatureGrid__features.grid-4,.componentFeatureGrid__features.grid-5{grid-template-columns:repeat(4,1fr)}}@media (min-width: 960px){.componentFeatureGrid__features{gap:24px}}@media (min-width: 1024px){.componentFeatureGrid__features.grid-4,.componentFeatureGrid__features.grid-5{grid-template-columns:repeat(4,1fr);gap:32px}}@media (min-width: 1140px){.componentFeatureGrid__features{gap:40px;max-width:1000px}.componentFeatureGrid__features.grid-2{grid-template-columns:repeat(2,1fr)}.componentFeatureGrid__features.grid-3{grid-template-columns:repeat(3,1fr)}.componentFeatureGrid__features.grid-4{grid-template-columns:repeat(4,1fr)}.componentFeatureGrid__features.grid-5{grid-template-columns:repeat(5,1fr)}}.componentFeatureGrid__features__feature{display:flex;align-items:center;justify-content:flex-start;gap:16px;width:100%}.componentFeatureGrid__features__feature.label{display:block;text-align:center}.componentFeatureGrid__features__feature.lines{padding-bottom:8px;border-bottom:1px solid #DDDDDD}@media (min-width: 1024px){.componentFeatureGrid__features__feature.lines{padding-bottom:16px}}@media (min-width: 960px){.componentFeatureGrid__features__feature.lines{padding-bottom:24px}.componentFeatureGrid__features__feature{gap:24px}}@media (max-width: 1140px){.componentFeatureGrid__features__feature:last-child{border-bottom:none;padding-bottom:0}}.componentFeatureGrid__features__feature img{width:64px;height:auto;aspect-ratio:1;object-fit:contain}@media (min-width: 960px){.componentFeatureGrid__features__feature img{width:80px}}@media (min-width: 1140px){.componentFeatureGrid__features__feature img{width:110px}}.componentFeatureGrid__features__feature__content{flex:1}.componentFeatureGrid__features__feature__content h3{font-size:18px;line-height:1.2;font-weight:400;margin-bottom:4px;font-family:SUSE,sans-serif;text-align:left}@media (min-width: 960px){.componentFeatureGrid__features__feature__content h3{font-size:20px;margin-bottom:6px}}@media (min-width: 1140px){.componentFeatureGrid__features__feature__content h3{font-size:22px}}.componentFeatureGrid__features__feature__content h4{font-size:14px;line-height:1.2;font-weight:500;margin-top:4px;font-family:SUSE,sans-serif}@media (min-width: 1140px){.componentFeatureGrid__features__feature__content h4{font-size:16px}}.componentFeatureGrid__features__feature__content h5{font-size:16px;line-height:1.2;font-weight:400;margin-bottom:0;font-family:SUSE,sans-serif}@media (min-width: 768px){.componentFeatureGrid__features__feature__content h5{font-size:16px}}@media (min-width: 960px){.componentFeatureGrid__features__feature__content h5{font-size:18px}}@media (min-width: 1140px){.componentFeatureGrid__features__feature__content h5{font-size:20px}}.componentFeatureGrid__features__feature__content p{font-size:14px;line-height:1.2;font-weight:300;margin-bottom:0;font-family:SUSE,sans-serif;text-align:left;max-width:100%}@media (min-width: 960px){.componentFeatureGrid__features__feature__content p{font-size:16px}}@media (min-width: 1140px){.componentFeatureGrid__features__feature__content p{font-size:18px}}.componentFeatureGrid__features__feature__content.ticks{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%}.componentFeatureGrid__features__feature__content.ticks svg{width:24px}@media (min-width: 1024px){.componentFeatureGrid__features__feature__content.ticks svg{width:32px}}.componentFeatureGrid button{margin:32px auto 0;min-width:300px}@media (min-width: 960px){.componentFeatureGrid button{margin-top:40px}}@media (min-width: 1024px){.componentFeatureGrid button{margin-top:48px}}@media (min-width: 1140px){.componentFeatureGrid button{margin-top:60px}}.componentFeatureMedia{position:relative;overflow:hidden;margin-bottom:40px}@media (min-width: 768px){.componentFeatureMedia{margin-bottom:60px}}@media (min-width: 960px){.componentFeatureMedia{margin-bottom:80px}}@media (min-width: 1024px){.componentFeatureMedia{margin-bottom:100px}}@media (min-width: 1140px){.componentFeatureMedia{margin-bottom:250px}}.componentFeatureMedia .container{text-align:center;max-width:1000px;margin:0 auto}.componentFeatureMedia .container:has(.odd){max-width:1800px}.componentFeatureMedia__content{max-width:450px;margin:0 auto;position:relative;z-index:20}@media (min-width: 1140px){.componentFeatureMedia__content{max-width:520px}}.componentFeatureMedia h2{font-size:28px;line-height:1.15;color:#000;letter-spacing:-.02em;font-family:SUSE,sans-serif;max-width:320px;margin:0 auto 16px;text-align:center}.componentFeatureMedia h2 br{display:none}@media (min-width: 768px){.componentFeatureMedia h2{font-size:32px;max-width:520px}}@media (min-width: 960px){.componentFeatureMedia h2{font-size:40px;margin-bottom:24px}}@media (min-width: 1024px){.componentFeatureMedia h2{font-size:48px;margin-bottom:32px;max-width:580px}}@media (min-width: 1140px){.componentFeatureMedia h2{font-size:54px;max-width:640px}.componentFeatureMedia h2 br{display:block}}.componentFeatureMedia p{font-size:16px;line-height:1.4;font-weight:300;max-width:320px;margin:0 auto;font-family:SUSE,sans-serif;color:#666;text-align:center}@media (min-width: 768px){.componentFeatureMedia p{font-size:18px;max-width:520px}}@media (min-width: 960px){.componentFeatureMedia p{font-size:20px;margin-bottom:40px;max-width:580px}}@media (min-width: 1024px){.componentFeatureMedia p{font-size:22px}}@media (min-width: 1140px){.componentFeatureMedia p{font-size:24px;max-width:640px;margin-bottom:60px}}.componentFeatureMedia__medias{gap:32px;display:grid;grid-template-columns:repeat(1,1fr);margin-top:24px}@media (min-width: 960px){.componentFeatureMedia__medias.even{display:grid;grid-template-columns:repeat(2,1fr)}.componentFeatureMedia__medias.odd{display:grid;grid-template-columns:repeat(3,1fr)}}@media (min-width: 960px){.componentFeatureMedia__medias{gap:40px}}@media (min-width: 1140px){.componentFeatureMedia__medias{gap:60px}}.componentFeatureMedia__medias__media.single{max-width:640px}.componentFeatureMedia__medias__media h3{margin-top:16px;font-size:16px;line-height:1.2;font-weight:400;margin-bottom:4px;font-family:SUSE,sans-serif;text-align:center}@media (min-width: 960px){.componentFeatureMedia__medias__media h3{font-size:18px;margin-bottom:6px}}@media (min-width: 1140px){.componentFeatureMedia__medias__media h3{font-size:20px}}.componentFeatureMedia__medias__media p{font-size:12px;line-height:1.2;font-weight:300;margin-bottom:0;font-family:SUSE,sans-serif;text-align:center;max-width:100%}@media (min-width: 960px){.componentFeatureMedia__medias__media p{font-size:14px}}@media (min-width: 1140px){.componentFeatureMedia__medias__media p{font-size:16px}}.componentFeatureMedia__video,.componentFeatureMedia__image{width:100%;height:auto;aspect-ratio:16/9;overflow:hidden;margin:0 auto}@media (min-width: 768px){.componentFeatureMedia__video,.componentFeatureMedia__image{max-width:640px}}@media (min-width: 1024px){.componentFeatureMedia__video,.componentFeatureMedia__image{max-width:800px}}@media (min-width: 1140px){.componentFeatureMedia__video,.componentFeatureMedia__image{max-width:1000px}}.componentFeatureMedia__video vimeo-video,.componentFeatureMedia__video img,.componentFeatureMedia__video video,.componentFeatureMedia__image vimeo-video,.componentFeatureMedia__image img,.componentFeatureMedia__image video{width:100%!important;height:100%!important;object-fit:contain}.componentFeatureMedia__cta{margin-top:40px;width:100%}.componentFeatureMedia__cta button{margin:0 auto}.componentFeatureMedia .componentFeatureMedia__medias.even .componentFeatureMedia__video,.componentFeatureMedia .componentFeatureMedia__medias.even .componentFeatureMedia__image,.componentFeatureMedia .componentFeatureMedia__medias.odd .componentFeatureMedia__video,.componentFeatureMedia .componentFeatureMedia__medias.odd .componentFeatureMedia__image{aspect-ratio:1;background:#f7f7f7;padding:0 16px;border-radius:24px 24px 0 0}.componentFeatureMedia .componentFeatureMedia__medias.even .componentFeatureMedia__video img,.componentFeatureMedia .componentFeatureMedia__medias.even .componentFeatureMedia__video video,.componentFeatureMedia .componentFeatureMedia__medias.even .componentFeatureMedia__image img,.componentFeatureMedia .componentFeatureMedia__medias.even .componentFeatureMedia__image video,.componentFeatureMedia .componentFeatureMedia__medias.odd .componentFeatureMedia__video img,.componentFeatureMedia .componentFeatureMedia__medias.odd .componentFeatureMedia__video video,.componentFeatureMedia .componentFeatureMedia__medias.odd .componentFeatureMedia__image img,.componentFeatureMedia .componentFeatureMedia__medias.odd .componentFeatureMedia__image video{object-position:bottom}.componentFeatureMedia__boxes{padding-top:40px;margin:0 auto}@media (min-width: 768px){.componentFeatureMedia__boxes{display:flex;align-items:flex-start;justify-content:space-evenly;gap:40px}}@media (min-width: 768px){.componentFeatureMedia__boxes{max-width:640px;padding-top:60px}}@media (min-width: 1024px){.componentFeatureMedia__boxes{max-width:800px;padding-top:80px}}@media (min-width: 1140px){.componentFeatureMedia__boxes{max-width:900px}}.componentFeatureMedia__boxes__box{display:flex;align-items:center;justify-content:flex-start;gap:16px;margin-bottom:16px}@media (min-width: 768px){.componentFeatureMedia__boxes__box{margin-bottom:0;display:block;text-align:center;max-width:220px}}@media (min-width: 1140px){.componentFeatureMedia__boxes__box{max-width:280px}}.componentFeatureMedia__boxes__box p{font-size:16px;line-height:1.2;font-weight:300;font-family:SUSE,sans-serif;color:#000;text-align:left;margin:0}@media (min-width: 768px){.componentFeatureMedia__boxes__box p{text-align:center;color:#666;font-size:18px}}.componentFeatureMedia__boxes__box__icon{width:48px;height:auto;aspect-ratio:1;background:#f7f7f7;border-radius:12px;display:flex;align-items:center;justify-content:center}@media (min-width: 768px){.componentFeatureMedia__boxes__box__icon{margin:0 auto 16px}}.componentFeatureMedia__boxes__box__icon svg,.componentFeatureMedia__boxes__box__icon img{width:20px;height:20px;object-fit:contain}
