@import url(https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap);
:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0,0,0,.1);--f-spinner-color-2:rgba(17,24,28,.8);--f-spinner-stroke:2.75}.f-spinner{height:var(--f-spinner-height);margin:auto;padding:0;width:var(--f-spinner-width)}.f-spinner svg{animation:f-spinner-rotate 2s linear infinite;height:100%;vertical-align:top;width:100%}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg :first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg :last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(1turn)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{opacity:0;transform:translate3d(0,calc(var(--f-throw-out-distance, 150px)*-1),0)}}@keyframes f-throwOutDown{to{opacity:0;transform:translate3d(0,var(--f-throw-out-distance,150px),0)}}.f-zoomInUp{animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{opacity:0;transform:scale(.975) translate3d(0,16px,0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes f-zoomOutDown{to{opacity:0;transform:scale(.975) translate3d(0,16px,0)}}.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translateX(-100%)}}@keyframes f-slideOutPrev{to{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{opacity:0;transform:translateX(-75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicInPrev{0%{opacity:0;transform:translateX(75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicOutNext{to{opacity:0;transform:translateX(-75px)}}@keyframes f-classicOutPrev{to{opacity:0;transform:translateX(75px)}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{align-items:center;background:var(--f-button-bg);border:var(--f-button-border);border-radius:var(--f-button-border-radius);box-shadow:var(--f-button-shadow);box-sizing:content-box;color:var(--f-button-color);cursor:pointer;display:flex;height:var(--f-button-height);justify-content:center;margin:0;padding:0;pointer-events:all;position:relative;transition:var(--f-button-transition);width:var(--f-button-width)}@media(hover:hover){.f-button:hover:not([disabled]){background-color:var(--f-button-hover-bg);color:var(--f-button-hover-color)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color));outline:none}.f-button svg{fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;filter:var(--f-button-svg-filter);height:var(--f-button-svg-height);pointer-events:none;transform:var(--f-button-transform);transition:opacity .15s ease;width:var(--f-button-svg-width)}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{left:var(--f-button-prev-pos);right:auto}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{left:50%;top:auto;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{overflow:visible;scroll-behavior:auto;width:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none;width:auto}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24,24,27,.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:hsla(0,0%,100%,.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;text-size-adjust:100%;bottom:0;box-sizing:border-box;color:#f8f8f8;direction:ltr;display:flex;flex-direction:column;left:0;margin:0;outline:none;overflow:visible;overscroll-behavior-y:contain;padding:0;position:fixed;right:0;top:0;transform-origin:top left;z-index:var(--fancybox-zIndex,1050)}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container::backdrop{background-color:transparent}.fancybox__backdrop{background:var(--fancybox-bg);bottom:0;left:0;opacity:var(--fancybox-opacity,1);position:fixed;right:0;top:0;will-change:opacity;z-index:-1}.fancybox__carousel{box-sizing:border-box;flex:1;min-height:0;overflow-x:clip;overflow-y:visible;position:relative;z-index:10}.fancybox__viewport{height:100%;width:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;height:100%;margin:0 auto}.fancybox__slide{align-items:center;backface-visibility:hidden;display:flex;flex:0 0 auto;flex-direction:column;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;overflow:auto;overscroll-behavior:contain;padding:4px;position:relative;transform:translateZ(0);width:100%}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-image,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__slide:empty,.fancybox__track:empty,.fancybox__viewport:empty{display:block}.fancybox__content{align-self:center;background:var(--fancybox-content-bg,#fff);border-radius:0;color:var(--fancybox-content-color,#374151);cursor:default;display:flex;flex-direction:column;margin:0;max-width:100%;padding:2rem;position:relative;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{backface-visibility:hidden;background:transparent;background-position:50%;background-repeat:no-repeat;background-size:contain;min-height:1px;padding:0;transform:translateZ(0);transition:none}.fancybox__slide.has-image>.fancybox__content>picture>img{height:auto;max-height:100%;width:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{display:block;filter:blur(0);height:100%;margin:auto;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.fancybox__caption{align-self:center;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;opacity:var(--fancybox-opacity,1);overflow-wrap:anywhere;padding:14px 0 4px;visibility:visible}.is-closing .fancybox__caption,.is-loading .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;right:8px;top:0;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color,#fff);--f-button-hover-color:var(--fancybox-color,#fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;opacity:.75;position:absolute;right:0;top:-38px}.is-loading .fancybox__content>.f-button.is-close-btn,.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{margin:0;padding:0;position:relative}.fancybox__footer .fancybox__caption{opacity:var(--fancybox-opacity,1);padding:24px;transition:all .25s ease;width:100%}.is-compact .fancybox__footer{background:rgba(24,24,27,.5);bottom:0;left:0;position:absolute;right:0;z-index:20}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0,0,0,.6);--f-button-active-bg:rgba(0,0,0,.6);--f-button-hover-bg:rgba(0,0,0,.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;right:5px;top:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24,24,27,.3);--f-button-active-bg:rgba(24,24,27,.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{bottom:-30px;content:"";left:-20px;position:absolute;right:-20px;top:-30px;z-index:1}.is-idle .fancybox__nav,.is-idle.is-compact .fancybox__footer{animation:f-fadeOut .15s ease-out both}.is-idle.is-compact .fancybox__footer{pointer-events:none}.fancybox__slide>.f-spinner{cursor:pointer;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width)*-.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height)*-.5));position:absolute;top:50%;z-index:30}.fancybox-protected{bottom:0;right:0}.fancybox-ghost,.fancybox-protected{left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:40}.fancybox-ghost{height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;pointer-events:none;width:100%}.fancybox-focus-guard{opacity:0;outline:none;pointer-events:none;position:fixed}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{flex-shrink:1;max-width:100%;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{height:90%;width:calc(100% - 120px)}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{height:100%;width:100%}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{background:rgba(24,24,27,.9);color:#fff;padding:0}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:transparent;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{clip:rect(1px,1px,1px,1px)!important;border:0!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px}.f-thumbs{-webkit-tap-highlight-color:rgba(0,0,0,0);flex:0 0 auto;margin:0;overflow:hidden;perspective:1000px;position:relative;transform:translateZ(0);-webkit-user-select:none;-moz-user-select:none;user-select:none}.f-thumbs .f-spinner{background-image:linear-gradient(#ebeff2,#e2e8f0);border-radius:2px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{height:auto;overflow:hidden;transform:translateZ(0);width:100%}.f-thumbs__track{display:flex}.f-thumbs__slide{align-items:center;box-sizing:content-box;cursor:pointer;display:flex;flex:0 0 auto;height:var(--f-thumb-height);justify-content:center;margin:0;overflow:visible;padding:0;position:relative;width:var(--f-thumb-width)}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track:before{bottom:0;content:"";cursor:pointer;left:calc((var(--f-thumb-clip-width, 0))*-.5);position:absolute;top:0;width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0))}.is-modern .f-thumbs__slide{pointer-events:none;transform:translate3d(calc(var(--shift, 0)*-1px),0,0);transition:none;width:var(--f-thumb-clip-width)}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:-webkit-clip-path .33s ease;transition:clip-path .33s ease;transition:clip-path .33s ease,-webkit-clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:var(--f-thumb-border-radius);cursor:pointer;height:100%;margin:0 -100%;opacity:var(--f-thumb-opacity);outline:none;overflow:hidden;padding:0;pointer-events:auto;position:relative;touch-action:manipulation;transition:opacity .2s ease;width:var(--f-thumb-width)}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{opacity:var(--f-thumb-selected-opacity);outline:none}.is-modern .f-thumbs__slide__button{--clip-path:inset(0 calc((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))*(1 - var(--progress, 0))*0.5) round var(--f-thumb-border-radius,0));-webkit-clip-path:var(--clip-path);clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button:after{animation:f-fadeIn .2s ease-out;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);content:"";height:auto;z-index:10}.f-thumbs__slide__img,.is-classic .is-nav-selected .f-thumbs__slide__button:after{border-radius:var(--f-thumb-border-radius);bottom:0;left:0;position:absolute;right:0;top:0}.f-thumbs__slide__img{box-sizing:border-box;height:100%;margin:0;-o-object-fit:cover;object-fit:cover;overflow:hidden;padding:var(--f-thumb-offset);pointer-events:none;width:100%}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;opacity:var(--fancybox-opacity,1);position:relative;transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,hsla(0,0%,100%,.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24,24,27,.65);--f-button-hover-bg:rgba(70,70,73,.65);--f-button-active-bg:rgba(90,90,93,.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;color:var(--fancybox-color,currentColor);display:flex;flex-direction:row;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;justify-content:space-between;margin:0;opacity:var(--fancybox-opacity,1);padding:0;pointer-events:none;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{left:0;position:absolute;right:0;top:0}.is-idle .fancybox__toolbar{animation:f-fadeOut .15s ease-out both;pointer-events:none}.fancybox__toolbar__column{align-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-basis:0;flex-grow:1}.fancybox__toolbar__column.is-right{display:flex;flex-wrap:nowrap;justify-content:flex-end}.fancybox__infobar{-webkit-font-smoothing:subpixel-antialiased;cursor:default;font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--f-button-height);padding:0 5px;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child,[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));height:3px;left:0;pointer-events:none;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:30}
@font-face{font-family:Fellix;font-weight:500;src:url(../fonts/Fellix-Medium.woff?49c3b006e55e305573d5c7481faef316) format("woff"),url(../fonts/Fellix-Medium.woff2?a4480d1a58f0a965b082ddee38077c48) format("woff2")}@font-face{font-family:Fellix;font-weight:600;src:url(../fonts/Fellix-SemiBold.woff?a8461b232877b280cb75c5d565947fbd) format("woff"),url(../fonts/Fellix-SemiBold.woff2?d65a1f9267dacc9415f499414d0173fc) format("woff2")}@font-face{font-family:Fellix;font-weight:700;src:url(../fonts/Fellix-Bold.woff?af1ea458b0be5268a437276737002c70) format("woff"),url(../fonts/Fellix-Bold.woff2?7792533e828894040c879b59b5c59d16) format("woff2")}:root{--color-primary:244,113,33;--color-secondary:40,128,139;--color-white:255,255,255;--color-text:35,53,59;--color-text-light:212,228,230;--color-text-light-gray:123,134,137;--color-background:255,255,255;--color-background-light-gray:243,244,245;--color-background-dark:35,53,59;--font-family-body:"Fellix",sans-serif;--font-family-headings:"Red Hat Display",sans-serif;--background-gradient-bar:linear-gradient(90deg,#f47121 0%,#28808b 40%,#23353b);--background-gradient-bar-reversed:linear-gradient(270deg,#f47121 0%,#28808b 40%,#23353b);--background-gradient-diagional-up-down-dark-light:linear-gradient(to top left,#f47121,#28808b 50%,#23353b 85%,#23353b);--background-gradient-diagional-down-up-light-dark:linear-gradient(to bottom right,#f47121,#28808b 40%,#23353b 85%,#23353b);--background-gradient-diagonal-down-up-only-blue:linear-gradient(to bottom left,#23353b,#28808b);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semi-bold:600;--font-weight-bold:700;--radius:10px;--transition-duration:.24s;--transition:ease-in-out}

/*!
 * Bootstrap Grid v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{--bs-gutter-x:30px;--bs-gutter-y:0;margin-left:auto;margin-right:auto;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{--bs-gutter-x:30px;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.row>*{box-sizing:border-box;flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-sm-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-lg-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-lg-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xl-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxl-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
/*!
 * Bootstrap Reboot v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0,0,0,.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-2xl:2rem;--bs-border-radius-pill:50rem;--bs-link-color:#0d6efd;--bs-link-hover-color:#0a58ca;--bs-code-color:#d63384;--bs-highlight-bg:#fff3cd}*,:after,:before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:var(--bs-body-bg);color:var(--bs-body-color);font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);margin:0;text-align:var(--bs-body-text-align)}hr{border:0;border-top:1px solid;color:inherit;margin:1rem 0;opacity:.25}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin-bottom:.5rem;margin-top:0}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem;margin-top:0}abbr[title]{cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{background-color:var(--bs-highlight-bg);padding:.1875em}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:var(--bs-link-color);text-decoration:underline}a:hover{color:var(--bs-link-hover-color)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}code{word-wrap:break-word;color:var(--bs-code-color);font-size:.875em}a>code{color:inherit}kbd{background-color:var(--bs-body-color);border-radius:.25rem;color:var(--bs-body-bg);font-size:.875em;padding:.1875rem .375rem}kbd kbd{font-size:1em;padding:0}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{border-collapse:collapse;caption-side:bottom}caption{color:#6c757d;padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{float:left;font-size:calc(1.275rem + .3vw);line-height:inherit;margin-bottom:.5rem;padding:0;width:100%}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{-webkit-appearance:button;font:inherit}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:baseline}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,.paragraph,h1,h2,h3,h4,h5,h6,p{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;margin:0}.h1,h1{font-size:clamp(1.75rem,1.2721rem + 1.9608vw,3.625rem);margin-bottom:1.875rem}@media (min-width:992px){.h1,h1{margin-bottom:2.1875rem}}.h2,h2{font-size:clamp(1.75rem,1.3676rem + 1.5686vw,3.25rem);margin-bottom:1.875rem}@media (min-width:992px){.h2,h2{margin-bottom:2.1875rem}}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:var(--font-family-headings);font-weight:var(--font-weight-normal);line-height:1}body{-webkit-font-smoothing:antialiased;font-family:var(--font-family-body);font-size:clamp(1rem,.9681rem + .1307vw,1.125rem);font-weight:var(--font-weight-medium);line-height:1.3125}html{font-size:16px;overflow-x:hidden}@media screen and (min-width:992px) and (orientation:landscape){html{font-size:10px}}@media screen and (min-width:1500px) and (orientation:landscape){html{font-size:12px}}@media screen and (min-width:1600px) and (orientation:landscape){html{font-size:15px}}@media screen and (min-width:1920px) and (orientation:landscape){html{font-size:16px}}html.no-scroll{overflow:hidden}body{background-color:rgba(var(--color-background));color:rgba(var(--color-text));overflow-x:hidden}body.no-scroll{overflow:hidden}main{overflow-x:hidden}a,address,body,button,input,option,select{font-family:var(--font-family-body);font-weight:var(--font-weight-normal)}:after,:before{-webkit-font-smoothing:antialiased;box-sizing:border-box;line-height:1.45}a{text-decoration:none}a,button{color:inherit}button{background:transparent;border:none;cursor:pointer;display:block;font:inherit;margin:0;padding:0;text-align:left}address,figure{margin-bottom:0}.fancybox__slide.has-image .fancybox__content{height:80vh!important;max-height:37.5rem!important;width:auto!important}@media (min-width:1920px){.container{max-width:1332px}}@media (min-width:992px){.container{max-width:1332px;width:calc(67.8125vw + 30px)}}.btn{align-items:center;color:#fff;display:inline-flex;font-size:clamp(1rem,.9681rem + .1307vw,1.125rem);font-weight:var(--font-weight-medium);height:2.5rem;padding-inline:1.25rem .3125rem;position:relative;text-align:center;white-space:nowrap;width:-moz-fit-content;width:fit-content;z-index:2}@media (min-width:992px){.btn{height:3.125rem;padding-inline:1.5625rem .3125rem}}.btn--primary{background:rgba(var(--color-primary));border-radius:1.875rem;color:rgba(var(--color-white));transition:background-color var(--transition-duration) var(--transition)}.btn--primary .icon{align-items:center;background:rgba(var(--color-white));border-radius:100%;display:flex;flex:none;height:1.875rem;justify-content:center;margin-left:.9375rem;overflow:hidden;position:relative;transition:var(--transition-duration) var(--transition);width:1.875rem}@media (min-width:992px){.btn--primary .icon{height:2.5rem;margin-left:1.0625rem;width:2.5rem}}.btn--primary .icon svg{height:.75rem;left:55%;position:absolute;top:50%;transform:translate(-50%,-50%);width:.75rem}@media (min-width:992px){.btn--primary .icon svg{height:.875rem;left:56%;top:45%;width:.875rem}}.btn--primary:hover{background:rgba(var(--color-background-dark));color:rgba(var(--color-white))}.btn--primary:hover .icon{rotate:45deg}.btn--secondary{background:rgba(var(--color-secondary))}.btn--link{align-items:center;color:rgba(var(--color-primary));display:flex;gap:.625rem;justify-content:center;transition:all .3s ease}.btn--link svg{transform:translateY(.125rem);transition:.3s ease}.btn--link:hover{color:rgba(var(--color-text))}.btn--link:hover svg{transform:translateY(.125rem) translateX(.3125rem)}.btn--chevron{align-items:center;background-color:rgba(var(--color-white));border:1px solid #dfe1e2;border-radius:1.25rem;color:rgba(var(--color-text));display:flex;font-size:clamp(.6875rem,.6716rem + .0654vw,.75rem);font-weight:var(--font-weight-semi-bold);gap:.3125rem;height:1.5625rem;justify-content:center;letter-spacing:1px;line-height:1;padding-inline:.8125rem 1.125rem;text-transform:uppercase;transition:all var(--transition-duration) var(--transition);width:-moz-fit-content;width:fit-content}@media (min-width:992px){.btn--chevron{height:1.875rem;padding-inline:.9375rem 1.25rem}}.btn--chevron svg{transition:var(--transition-duration) var(--transition)}.btn--chevron:hover svg{transform:translateX(.1875rem)}.btn--chevron--gray{background:url(../images/icon-chevron-right.svg?1b351ca3b9cb1c6020b37d959e25cd63) no-repeat calc(100% - .525rem) .45rem,rgba(var(--color-background-light-gray));color:rgba(var(--color-text))}@media (min-width:992px){.btn--chevron--gray{background:url(../images/icon-chevron-right.svg?1b351ca3b9cb1c6020b37d959e25cd63) no-repeat calc(100% - .725rem) .55rem,rgba(var(--color-background-light-gray))}}.btn--arrow{align-items:center;color:rgba(var(--color-primary));display:flex;gap:.4375rem}.btn--arrow svg{transform:translateY(.125rem);transition:var(--transition-duration) var(--transition)}.btn--arrow:hover{color:rgba(var(--color-primary))}.btn--arrow:hover svg{transform:translateY(.125rem) translateX(.3125rem)}@keyframes full-width{0%{width:0}to{width:100vw}}@keyframes reveal{0%{opacity:0;transform:translateY(20%);visibility:visible}to{opacity:1;transform:translate(0);visibility:visible}}@keyframes grow{to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}@keyframes grow-to-bottom{to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}@keyframes reveal-full{0%{opacity:0;transform:translateY(100%);visibility:visible}to{opacity:1;transform:translate(0);visibility:visible}}@keyframes reveal-image{0%{filter:blur(10px);opacity:0;transform:translateY(100%)}to{filter:blur(0);opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translate(0)}}@keyframes up-and-down{0%{transform:translateY(15px)}to{transform:translate(0)}}@keyframes move{0%{transform:translateX(-5px) translateY(-5px) rotate(-20deg)}50%{transform:translateX(0) translateY(0)}to{transform:translateX(-3px) translateY(-3px) rotate(20deg)}}@keyframes move-2{0%{transform:translateX(0) translateY(0) rotate(20deg)}50%{transform:translateX(-10px) translateY(-10px)}to{transform:translateX(0) translateY(0) rotate(-50deg)}}@keyframes move-3{0%{transform:translateX(0) translateY(0) rotate(40deg)}50%{transform:translateX(-6px) translateY(-10px)}to{transform:translateX(0) translateY(0) rotate(-10deg)}}@keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes appear-from-bottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes appear-from-right{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes transform-to-0{to{opacity:1;transform:translate(0)}}@keyframes bottom-30{to{bottom:30px!important}}@media (prefers-reduced-motion:no-preference){.header ul>li{animation:transform-to-0 .5s ease-in-out forwards;opacity:0;transform:translateY(5px)}.header ul>li:nth-child(2){animation-delay:.05s}.header ul>li:nth-child(3){animation-delay:.1s}.header ul>li:nth-child(4){animation-delay:.15s}.header ul>li:nth-child(5){animation-delay:.2s}.header ul>li:nth-child(6){animation-delay:.25s}.header ul>li:nth-child(7){animation-delay:.3s}.header__wrapper__logo{animation:transform-to-0 .5s ease-in-out forwards;opacity:0;transform:translateY(5px)}.header .language-switcher{animation:transform-to-0 .5s ease-in-out .3s forwards;opacity:0;transform:translateY(5px)}.c-hero-home__wrapper .title>span.first span{animation:transform-to-0 .3s ease-in-out forwards;opacity:0;transform:translateY(20px)}.c-hero-home__wrapper .title>span.first:after{animation:full-width .5s ease-in-out .3s forwards;width:0}.c-hero-home__wrapper .title>span.secondary span{animation:transform-to-0 .3s ease-in-out .15s forwards;opacity:0;transform:translateY(20px)}.c-hero-home__wrapper .title>span.secondary:after{animation:full-width .5s ease-in-out .4s forwards;width:0}.c-hero-home__wrapper .title>span.tertiary span{animation:transform-to-0 .3s ease-in-out .3s forwards;opacity:0;transform:translateY(20px)}.c-hero-home__wrapper .title>span.tertiary:after{animation:full-width .5s ease-in-out .2s forwards;width:0}.c-hero-home__wrapper .content{animation:transform-to-0 .5s ease-in-out .2s forwards;opacity:0;transform:translateY(20px)}.c-hero-home__wrapper .buttons{animation:transform-to-0 .5s ease-in-out .3s forwards;opacity:0;transform:translateY(20px)}.c-hero-home:after{animation:change-linear-gradient .5s .3s infinite forwards}.page-404 .error-label,.page-404 .title{animation:transform-to-0 .3s ease-in-out forwards;opacity:0;transform:translateY(10px)}.page-404 .content{animation:transform-to-0 .3s ease-in-out .1s forwards}.page-404 .btn,.page-404 .content{opacity:0;transform:translateY(10px)}.page-404 .btn{animation:transform-to-0 .3s ease-in-out .2s forwards}}nav{margin-top:2.5rem}@media (min-width:992px){nav{margin-top:3.125rem}}nav.buttons{align-items:center;display:flex;flex-wrap:wrap;gap:5px}.p-background{height:100%;inset:0;position:absolute;width:100%}.p-background .background,.p-background video,.p-background>img{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}@media (min-width:992px){.p-background .background{z-index:1}}.p-background .background:after{content:""}@media (min-width:992px){.p-background .background-mobile{z-index:0}}.p-background .background-video-mobile{z-index:1}@media (min-width:992px){.p-background .background-video-mobile{z-index:-1}}.p-breadcrumbs{color:rgba(var(--color-text-light))}.p-breadcrumbs a,.p-breadcrumbs p,.p-breadcrumbs span{font-size:clamp(.75rem,.75rem + 0vw,.75rem)}.p-breadcrumbs .breadcrumb_last{text-decoration:underline}.language-switcher{position:relative;width:-moz-fit-content;width:fit-content}.language-switcher .item{align-items:center;background:rgba(var(--color-background-dark));border:1px solid rgba(var(--color-white));border-radius:1.25rem;display:flex;font-family:Fellix,sans-serif;font-size:.75rem;font-weight:var(--font-weight-semi-bold);height:1.875rem;justify-content:center;line-height:1;padding-inline:.9375rem;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.language-switcher__list{bottom:0;display:flex;flex-direction:column;gap:.3125rem;left:0;list-style-type:none;margin-bottom:0;opacity:0;padding-bottom:2.1875rem;padding-left:0;pointer-events:none;position:absolute;scale:.3;transform-origin:bottom center;transition:.3s ease-in-out;width:100%}.language-switcher__list__item>a{transition:all .3s ease}.language-switcher__list__item>a:hover{background:rgba(var(--color-primary));border:1px solid rgba(var(--color-primary));color:rgba(var(--color-white))!important}.language-switcher:hover .language-switcher__list{opacity:1;pointer-events:auto;scale:1}.p-optimation-bar{background:var(--background-gradient-bar);display:block;height:.625rem;margin-block:1.875rem;width:100%}.p-optimation-figures{display:flex;justify-content:space-between;margin-block:1.875rem}.vacancy-categories{align-items:center;display:flex;gap:.625rem;list-style-type:none;margin-bottom:0;padding-left:0}.vacancy-categories>li{color:#28808b;font-size:clamp(.6875rem,.6716rem + .0654vw,.75rem);font-weight:600;letter-spacing:1px;line-height:1;text-transform:uppercase}.vacancy-categories>li:not(:last-child){border-inline-end:1px solid #28808b;padding-right:.625rem}@media (min-width:768px){.p-employee-cta{max-width:22.5rem}}.p-employee-cta__title{align-items:center;color:rgba(var(--color-text-light-gray));display:flex;gap:.625rem;margin-bottom:0}.p-employee-cta__title>.status-circle{background:rgba(var(--color-primary));border-radius:100%;display:inline-block;flex:none;height:.625rem;width:.625rem}.p-employee-cta__title>.cta-title{font-family:var(--font-family-body);font-size:clamp(1rem,.9681rem + .1307vw,1.125rem);margin-bottom:0}.p-employee-cta__cta{align-items:center;background:rgba(var(--color-background-light-gray));border-radius:.3125rem;display:flex;gap:1.5625rem;margin-top:1.5625rem;padding:.9375rem}.p-employee-cta__cta .avatar{border-radius:.3125rem;height:5rem;overflow:hidden;width:5rem}@media (min-width:992px){.p-employee-cta__cta .avatar{height:5.625rem;width:5.625rem}}.p-employee-cta__cta .avatar img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.p-employee-cta__cta .name{color:rgba(var(--color-text));font-size:clamp(1.125rem,1.125rem + 0vw,1.125rem);font-weight:var(--font-weight-semi-bold)}.p-employee-cta__cta .job-title{font-size:clamp(.875rem,.875rem + 0vw,.875rem)}.p-employee-cta__cta .btn--chevron{margin-top:.8125rem}.p-employee-cta__cta .btn--chevron:hover{background-color:rgba(var(--color-text));color:rgba(var(--color-white))}.contact-info{display:grid;gap:.625rem;grid-template-columns:repeat(2,1fr);margin-bottom:2.5rem;row-gap:1.875rem}@media (min-width:992px){.contact-info{gap:1.875rem;row-gap:2.5rem}}.contact-info>.item{color:rgba(var(--color-text-light-gray));display:flex;flex-direction:column;font-size:clamp(1.0625rem,1.0147rem + .1961vw,1.25rem);font-weight:var(--font-weight-semi-bold);white-space:nowrap}.contact-info>.item .label{color:rgba(var(--color-text));font-weight:var(--font-weight-semi-bold)}.contact-info>.address{grid-column:span 2}.p-socials{display:flex;gap:.3125rem;list-style-type:none;margin-bottom:0;padding-left:0}@media (min-width:992px){.p-socials{border:unset;gap:.3125rem;margin-block:0}}.p-socials>li a{align-items:center;border-radius:100%;color:#23353b;display:flex;height:2.1875rem;justify-content:center;position:relative;width:2.1875rem;z-index:2}@media (min-width:992px){.p-socials>li a{height:2.5rem;width:2.5rem}}.p-socials>li a>img{filter:brightness(0) saturate(100%) invert(17%) sepia(38%) saturate(420%) hue-rotate(148deg) brightness(93%) contrast(91%);height:40%;-o-object-fit:contain;object-fit:contain;transition:all .24s ease;width:45%}.p-socials>li a:before{background:#e8eaeb;transition:scale .3s ease-in-out;z-index:-2}.p-socials>li a:after,.p-socials>li a:before{border-radius:100%;content:"";height:100%;position:absolute;transform-origin:center;width:100%}.p-socials>li a:after{background:rgba(var(--color-primary));scale:0;transition:scale .3s ease;z-index:-1}.p-socials>li a:hover:after{scale:1}.p-socials>li a:hover img{filter:unset}.sub-menu-product-categories{background:#fff;left:0;padding-block:9.6875rem 2.1875rem;position:fixed;top:0;transform:translateY(-100%);transition:transform .3s ease;width:100%;z-index:20}.sub-menu-product-categories__header .title{font-size:clamp(1.75rem,1.75rem + 0vw,1.75rem);opacity:0;transform:translateY(.625rem)}.sub-menu-product-categories__header .content{color:rgba(var(--color-text-light-gray));opacity:0;transform:translateY(.625rem)}.sub-menu-product-categories__header .btn--arrow{margin-top:2.1875rem;opacity:0;transform:translateY(.625rem)}.sub-menu-product-categories__grid{display:grid;gap:1.875rem;grid-template-columns:repeat(2,1fr)}.sub-menu-product-categories__grid .product-category{background:rgba(var(--color-background-light-gray));opacity:0;overflow:hidden;padding-top:4.0625rem;position:relative;transform:translateY(.625rem)}@media (min-width:768px){.sub-menu-product-categories__grid .product-category{padding-top:6.25rem}}@media (min-width:992px){.sub-menu-product-categories__grid .product-category{padding-top:4.375rem}}.sub-menu-product-categories__grid .product-category .thumb{align-items:center;display:flex;height:12.5rem;justify-content:center;margin-inline:auto;margin-bottom:2.8125rem;position:relative;width:20rem;z-index:2}@media (min-width:768px){.sub-menu-product-categories__grid .product-category .thumb{margin-bottom:3.75rem}}@media (min-width:992px){.sub-menu-product-categories__grid .product-category .thumb{height:9.75rem;margin-bottom:3.4375rem;width:12.375rem}}.sub-menu-product-categories__grid .product-category .thumb img{height:100%;-o-object-fit:contain;object-fit:contain;transition:.3s ease;width:100%}.sub-menu-product-categories__grid .product-category .content{display:flex;flex-direction:column;gap:1.25rem;justify-content:space-between;padding:0 1.5625rem 1.5625rem}@media (min-width:768px){.sub-menu-product-categories__grid .product-category .content{align-items:flex-end;flex-direction:row;gap:1.25rem;padding:0 1.875rem 1.875rem}}@media (min-width:992px){.sub-menu-product-categories__grid .product-category .content{gap:1.875rem;padding:0 2.1875rem 2.1875rem}}.sub-menu-product-categories__grid .product-category .content .title{font-family:var(--font-family-body);font-size:clamp(1.125rem,1.125rem + 0vw,1.125rem);font-weight:var(--font-weight-semi-bold)}.sub-menu-product-categories__grid .product-category .content .title .post-count{display:inline-block;font-size:clamp(.875rem,.875rem + 0vw,.875rem);transform:translateY(-.3125rem)}.sub-menu-product-categories__grid .product-category .link{height:100%;inset:0;position:absolute;width:100%;z-index:2}.sub-menu-product-categories__grid .product-category:hover img{scale:1.04}.sub-menu-product-categories__background{background:rgba(0,0,0,.8);cursor:pointer;height:100%;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .3s ease;width:100%;z-index:19}@media (min-width:992px){.sub-menu-product-categories__background.is-active{opacity:1;pointer-events:auto}.sub-menu-product-categories.is-open{transform:translateY(0)}}.sub-menu-product-categories.is-open .title{opacity:1;transform:translate(0);transition:all .3s ease .15s}.sub-menu-product-categories.is-open .content{opacity:1;transform:translate(0);transition:all .3s ease .24s}.sub-menu-product-categories.is-open .btn--arrow{opacity:1;transform:translate(0);transition:all .3s ease .3s}.sub-menu-product-categories.is-open .product-category{opacity:1;transform:translate(0);transition:all .3s ease .1s}.sub-menu-product-categories.is-open .product-category:nth-child(2){transition-delay:.2s}.share-link-modal{background-color:#fff;display:none;height:-moz-fit-content;height:fit-content;left:50%;opacity:0;padding:1.875rem;position:fixed;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:90%;z-index:-1}@media (min-width:768px){.share-link-modal{margin:0;max-width:40.625rem;padding:3.125rem}}.share-link-modal__header{align-items:flex-start;display:flex;gap:.625rem;justify-content:space-between;margin-bottom:.625rem;position:relative;width:100%}.share-link-modal__header .close-btn .close-icon{height:1.25rem;width:1.25rem}.share-link-modal__header .title{font-size:clamp(1.75rem,1.5907rem + .6536vw,2.375rem);margin-bottom:0}.share-link-modal__body{display:flex;flex-direction:row;gap:.3125rem;justify-content:space-between}.share-link-modal__body .visually-hidden{display:none}.share-link-modal__body .form-control{background:#e8eaeb;border:none;border-radius:1.875rem;color:rgba(var(--color-text));font-size:.875rem;height:2.5rem;padding:1.25rem;width:100%}@media (min-width:992px){.share-link-modal__body .form-control{height:3.125rem}}.share-link-modal__footer{margin-top:1.875rem}@media (min-width:992px){.share-link-modal__footer{margin-top:3.125rem}}.share-link-modal__footer .text-socials{font-size:clamp(.75rem,.6863rem + .2614vw,1rem);font-weight:var(--font-weight-semi-bold);letter-spacing:1px;margin-bottom:.625rem;text-transform:uppercase}.share-link-modal__footer--social-media{display:flex;flex-wrap:wrap;gap:.3125rem;margin:0}@media (min-width:992px){.share-link-modal__footer--social-media{gap:.625rem}}.share-link-modal__footer--social-media a{align-items:center;background:#e8eaeb;border-radius:1.25rem;color:rgba(var(--color-text));display:flex;font-size:clamp(.625rem,.5931rem + .1307vw,.75rem);font-weight:var(--font-weight-semi-bold);height:1.5625rem;justify-content:center;letter-spacing:1px;padding-inline:.625rem;text-transform:uppercase}.share-link-modal.active{display:inline-block;opacity:1;z-index:100}.modal-background{background:rgba(0,0,0,.8);height:100vh;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .3s ease;width:100vw;z-index:10}.modal-background.active{opacity:1;pointer-events:auto}.single-media{aspect-ratio:350/197;border-radius:.3125rem;height:auto;overflow:hidden;position:relative;width:100%}.single-media .link{background:rgba(0,0,0,.1);height:100%;inset:0;position:absolute;width:100%;z-index:2}.single-media .icon-play{height:2.5rem;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:2.5rem;z-index:3}@media (min-width:992px){.single-media .icon-play{height:3.4375rem;width:3.4375rem}}.single-media img,.single-media video{height:100%;-o-object-fit:cover;object-fit:cover;transition:.3s ease-in-out;width:100%}.single-media.has-video:after{background:rgba(20,31,34,.2);content:"";height:100%;inset:0;position:absolute;width:100%}.single-media.has-video:hover video{scale:1.08}.single-featured{margin-block:1.875rem 3.4375rem}@media (min-width:992px){.single-featured{margin-block:5.625rem 8.75rem}}.single-featured__header{margin-bottom:1.875rem}@media (min-width:992px){.single-featured__header{margin-bottom:2.5rem}}.single-featured__header .title{font-size:clamp(1.75rem,1.3676rem + 1.5686vw,3.25rem)}article.type-post{position:relative}article.type-post .thumb{aspect-ratio:135/76;border-radius:.3125rem;height:auto;overflow:hidden;transition:var(--transition-duration) var(--transition);width:100%}article.type-post .thumb img{height:100%;-o-object-fit:cover;object-fit:cover;transition:scale var(--transition-duration) var(--transition);width:100%}article.type-post .content{margin-top:1.875rem}article.type-post .content .label{color:#919a9d;display:block;font-size:clamp(.75rem,.75rem + 0vw,.75rem);font-weight:var(--font-weight-semi-bold);letter-spacing:1px;margin-bottom:.625rem;text-transform:uppercase}article.type-post .content .title{color:rgba(var(--color-text));font-size:clamp(1.125rem,1.0931rem + .1307vw,1.25rem);font-weight:var(--font-weight-semi-bold);transition:var(--transition-duration) var(--transition)}article.type-post .content .summary{color:#919a9d;font-size:clamp(1rem,.9681rem + .1307vw,1.125rem);margin-top:.9375rem}article.type-post .link{align-items:center;color:rgba(var(--color-primary));display:flex;font-size:clamp(1rem,.9681rem + .1307vw,1.125rem);gap:.625rem;line-height:1;margin-top:1.25rem}@media (min-width:992px){article.type-post .link{margin-top:1.875rem}}article.type-post .link svg{height:.625rem;transform:translateY(.0625rem);transition:var(--transition-duration) var(--transition);width:.625rem}article.type-post .link:after{content:"";height:100%;inset:0;position:absolute;width:100%;z-index:2}article.type-post:hover .title{color:rgba(var(--color-primary))}article.type-post:hover img{scale:1.05}article.type-post:hover svg{transform:translateY(.125rem) translateX(.3125rem)}.card-faq{border-bottom:1px solid #bcc2c3;overflow:hidden;position:relative}.card-faq:first-child{border-top:1px solid #bcc2c3}.card-faq .faq-question{cursor:pointer;display:flex;justify-content:space-between;padding-block:1.25rem;transition:all .1s ease}@media (min-width:992px){.card-faq .faq-question{padding-block:1.875rem}}.card-faq .faq-question .faq-title{align-items:center;display:flex;font-size:clamp(1rem,.9681rem + .1307vw,1.125rem);font-weight:500;line-height:1.3888888889;margin-bottom:0;padding-right:3.125rem;text-transform:none;transition:color .3s ease}.card-faq .faq-question .icon{flex:none;height:.6875rem;margin-right:.3125rem;margin-top:.4375rem;transition:.3s ease;width:.6875rem}@media (min-width:992px){.card-faq .faq-question .icon{height:.8125rem;margin-right:.625rem;width:.8125rem}}.card-faq .faq-answer{color:#7b8689;font-size:clamp(1rem,.9681rem + .1307vw,1.125rem);max-height:0;opacity:0;pointer-events:none;transition:all .3s ease}.card-faq .faq-answer a:not(.btn){color:rgba(var(--color-primary));text-decoration:underline;transition:.2s ease}.card-faq .faq-answer a:not(.btn):hover{color:rgba(var(--color-secondary))}.card-faq.active .faq-question .icon .icon-chevron{rotate:180deg}.card-faq.active .faq-answer{max-height:2000px;opacity:1;padding-bottom:2.25rem;pointer-events:auto}@media (min-width:992px){.card-faq.active .faq-answer{padding-bottom:2.25rem}}article.type-vacancy{border-bottom:1px solid #bcc2c3;cursor:pointer;display:flex;flex-direction:column;gap:1.5625rem;justify-content:space-between;padding-block:1.5625rem;position:relative}@media (min-width:768px){article.type-vacancy{align-items:center;flex-direction:row;gap:1.875rem;padding-block:1.875rem}}article.type-vacancy:first-child{border-top:1px solid #bcc2c3}article.type-vacancy .content>.title{font-size:clamp(1.125rem,1.0931rem + .1307vw,1.25rem);font-weight:var(--font-weight-semi-bold);margin-bottom:.625rem}article.type-vacancy .btn--chevron:after{content:"";height:100%;inset:0;position:absolute;width:100%;z-index:1}article.type-vacancy:hover .btn--chevron{background:url(../images/icon-chevron-right-white.svg?fc2b644ea5122626418d75f5ebceca3f) no-repeat calc(100% - .525rem) .45rem,#23353b;color:rgba(var(--color-white))}@media (min-width:992px){article.type-vacancy:hover .btn--chevron{background:url(../images/icon-chevron-right-white.svg?fc2b644ea5122626418d75f5ebceca3f) no-repeat calc(100% - .725rem) .55rem,#23353b}}article.type-testimonial{color:rgba(var(--color-white))}article.type-testimonial .thumb{aspect-ratio:1;border-radius:100%;height:auto;overflow:hidden;width:100%}article.type-testimonial .thumb img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}article.type-testimonial .review{margin-top:2.5rem}@media (min-width:768px){article.type-testimonial .review{margin-top:0}}article.type-testimonial .review .icon-quotes{margin-bottom:1.875rem}article.type-testimonial .review .title{color:rgba(var(--color-white));font-size:clamp(.75rem,.75rem + 0vw,.75rem);font-weight:var(--font-weight-semi-bold);letter-spacing:1px;margin-bottom:2.1875rem;text-transform:uppercase}article.type-testimonial .review .content{font-size:clamp(1.5rem,1.4363rem + .2614vw,1.75rem);line-height:1.25}article.type-testimonial .review .link{align-items:center;display:flex;gap:.3125rem;margin-top:1.875rem}@media (min-width:992px){article.type-testimonial .review .link{gap:.625rem}}article.type-testimonial .review .link svg{transform:translateY(.0625rem);transition:.3s ease}article.type-testimonial .review .link:hover{color:rgba(var(--color-white))}article.type-product{background:rgba(var(--color-background-light-gray));border:1px solid rgba(var(--color-background-light-gray));border-radius:.3125rem;overflow:hidden;position:relative}article.type-product .thumb{align-items:center;display:flex;height:9.375rem;justify-content:center;margin-block:4.0625rem 2.8125rem;margin-inline:auto;position:relative;width:12.5rem;z-index:2}@media (min-width:768px){article.type-product .thumb{margin-block:6.25rem 3.75rem}}@media (min-width:992px){article.type-product .thumb{height:17.5rem;margin-block:6.25rem 5rem;width:22.5rem}}article.type-product .thumb img{height:100%;-o-object-fit:contain;object-fit:contain;transition:var(--transition-duration) var(--transition);width:100%}article.type-product .thumb .lines{bottom:0;height:4.5rem;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:-1}@media (min-width:992px){article.type-product .thumb .lines{height:8.125rem}}article.type-product .thumb .lines>.line{background:rgba(var(--color-primary));display:block;height:1px;position:absolute;width:200%}article.type-product .thumb .lines>.line:first-child{left:50%;top:0}article.type-product .thumb .lines>.line:nth-child(2){background:rgba(var(--color-text));left:50%;top:1.75rem}@media (min-width:992px){article.type-product .thumb .lines>.line:nth-child(2){top:3.125rem}}article.type-product .thumb .lines>.line:nth-child(3){background:rgba(var(--color-text));bottom:1.875rem;right:50%}@media (min-width:992px){article.type-product .thumb .lines>.line:nth-child(3){bottom:3.125rem}}article.type-product .thumb .lines>.line:nth-child(4){bottom:0;right:50%}article.type-product .content{display:flex;flex-direction:column;gap:1.25rem;justify-content:space-between;padding:0 1.5625rem 1.5625rem}@media (min-width:768px){article.type-product .content{align-items:flex-end;flex-direction:row;gap:1.25rem;padding:0 3.125rem 3.75rem}}@media (min-width:992px){article.type-product .content{gap:1.875rem;padding:0 2.1875rem 2.1875rem}}article.type-product .content .title{font-size:clamp(1.125rem,.9657rem + .6536vw,1.75rem);font-weight:var(--font-weight-semi-bold);transition:var(--transition-duration) var(--transition)}article.type-product .content .subtitle{color:rgba(var(--color-text-light-gray));font-size:clamp(.875rem,.875rem + 0vw,.875rem);margin-top:.3125rem}article.type-product .content .link{transition:var(--transition-duration) var(--transition)}article.type-product .content .link:after{content:"";height:100%;inset:0;position:absolute;width:100%;z-index:2}article.type-product .content .link svg,article.type-product .content .link svg path{transition:var(--transition-duration) var(--transition)}article.type-product:hover{border-color:rgba(0,0,0,.03)}article.type-product:hover img{transform:scale(1.075)}article.type-product:hover .title{transform:translateY(-.3125rem)}article.type-product:hover svg .st0-1{fill:rgba(var(--color-primary))}article.type-product:hover svg .st0-2{stroke:#fff}article.type-product:hover svg .st0-3{stroke:rgba(var(--color-primary))}article.type-download{align-items:center;background-color:#f3f4f5;border-radius:.3125rem;display:flex;gap:.9375rem;overflow:hidden;padding:.9375rem;position:relative}@media (min-width:992px){article.type-download{gap:1.875rem;padding:1.25rem}}article.type-download .file-thumb{align-items:center;background-color:rgba(var(--color-white));border:1px solid #dfe1e2;border-radius:.3125rem;display:flex;flex:none;height:5rem;justify-content:center;width:5rem}@media (min-width:992px){article.type-download .file-thumb{height:8.75rem;width:8.75rem}}article.type-download .file-thumb svg{height:.9375rem;width:.9375rem}@media (min-width:992px){article.type-download .file-thumb svg{height:1.25rem;width:1.25rem}}article.type-download .file-thumb img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}article.type-download .wrapper{display:flex;flex-direction:column;gap:.3125rem}article.type-download h3{color:#23353b;font-size:clamp(1rem,.9681rem + .1307vw,1.125rem);text-decoration:underline;transition:var(--transition-duration) var(--transition)}article.type-download .link{height:100%;inset:0;position:absolute;width:100%;z-index:2}article.type-download:hover h3{color:rgba(var(--color-primary))}main .c-hero-page{background:var(--background-gradient-diagional-up-down-dark-light)}main .c-hero-page .p-breadcrumbs{color:rgba(var(--color-text-light));position:absolute;top:4.875rem}@media (min-width:992px){main .c-hero-page .p-breadcrumbs{top:7rem}}main .c-hero-page__wrapper{align-items:center;display:flex;padding-block:8.5rem 3.75rem}@media (min-width:992px){main .c-hero-page__wrapper{min-height:calc(100vh - 9.125rem);padding-block:10.625rem 7.5rem}}main .c-hero-page__wrapper__header{color:rgba(var(--color-text-light))}@media (min-width:992px){main .c-hero-page__wrapper__header{padding-top:4.375rem}}main .c-hero-page__wrapper__header .title{color:rgba(var(--color-white))}main .c-hero-page__wrapper__image{margin-top:3.125rem;position:relative}@media (min-width:992px){main .c-hero-page__wrapper__image{margin-top:0}}main .c-hero-page__wrapper__image:after{background:rgba(var(--color-white));content:"";display:none;height:1px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100vw}@media (min-width:992px){main .c-hero-page__wrapper__image:after{display:block}}main .c-hero-page__wrapper__image figure{aspect-ratio:1;border-radius:100%;height:auto;overflow:hidden;position:relative;width:100%;z-index:2}main .c-hero-page__wrapper__image figure img,main .c-hero-page__wrapper__image figure video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}main .c-hero-page--background-blue{background:var(--background-gradient-diagonal-down-up-only-blue)}main .c-hero-home{position:relative}@media (min-width:992px){main .c-hero-home{margin-bottom:8.75rem}}main .c-hero-home:before{background:rgba(0,0,0,.5);content:"";height:100%;inset:0;position:absolute;width:100%;z-index:2}main .c-hero-home:after{background:linear-gradient(90deg,#f47121 0,#28808b 40%,#23353b);bottom:0;content:"";height:.3125rem;left:0;position:absolute;width:100%;z-index:3}@media (min-width:992px){main .c-hero-home:after{height:.625rem}}main .c-hero-home__wrapper{color:rgba(var(--color-white));display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 10.125rem);position:relative;z-index:2}@media (min-width:992px){main .c-hero-home__wrapper{min-height:calc(100vh - 9.3125rem)}}main .c-hero-home__wrapper .title{font-size:clamp(1.75rem,1.1127rem + 2.6144vw,4.25rem);line-height:1.2;margin-bottom:1.25rem}@media (min-width:992px){main .c-hero-home__wrapper .title{margin-bottom:4.0625rem}}main .c-hero-home__wrapper .title>span{display:inline-block;font-size:clamp(1.75rem,1.1127rem + 2.6144vw,4.25rem);line-height:1.2;position:relative}@media (min-width:992px){main .c-hero-home__wrapper .title>span{white-space:nowrap}}main .c-hero-home__wrapper .title>span>span{display:inline-block}main .c-hero-home__wrapper .title>span:after{background:rgba(var(--color-primary));content:"";height:1px;left:calc(100% + 1.875rem);position:absolute;top:50%;transform:translateY(-50%);width:100vw;z-index:10}main .c-hero-home__wrapper .title .secondary:after{background:rgba(var(--color-white))}main .c-hero-home__wrapper .content{font-size:.75rem;font-weight:var(--font-weight-semi-bold);letter-spacing:.0625rem;text-transform:uppercase}main .c-hero-home__wrapper .buttons{margin-top:1.25rem}@media (min-width:992px){main .c-hero-home__wrapper .buttons{margin-top:1.875rem}}main .c-usps{margin-block:3.75rem;position:relative}@media (min-width:768px){main .c-usps{margin-block:5rem}}@media (min-width:992px){main .c-usps{margin-block:5.9375rem}}main .c-usps__header{margin-bottom:.625rem}@media (min-width:992px){main .c-usps__header{margin-bottom:4.0625rem}}main .c-usps__header .title{margin-bottom:0}main .c-usps__item{border-bottom:1px solid #bcc2c3;height:100%;padding-block:1.875rem}@media (min-width:992px){main .c-usps__item{padding-block:0 3.125rem}}main .c-usps__item__top{align-items:center;display:flex;flex-direction:row;gap:.8125rem;margin-bottom:1.25rem}@media (min-width:992px){main .c-usps__item__top{align-items:flex-start;flex-direction:column;gap:1.25rem;margin-bottom:1.5625rem}}main .c-usps__item .icon{height:2.5rem;width:2.5rem}main .c-usps__item .icon img,main .c-usps__item .icon svg{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}main .c-usps__item .usp-title{font-size:clamp(1.125rem,1.0931rem + .1307vw,1.25rem);font-weight:700}main .c-usps__item .description{color:rgba(var(--color-text-light-gray));font-size:clamp(1rem,.9681rem + .1307vw,1.125rem)}main .c-cta{background:var(--background-gradient-diagional-up-down-dark-light);padding-block:3.4375rem}@media (min-width:768px){main .c-cta{padding-block:5rem}}@media (min-width:992px){main .c-cta{padding-block:6.25rem}}main .c-cta__header{color:rgba(var(--color-text-light))}main .c-cta__header .title{color:rgba(var(--color-white))}main .c-cta__image{margin-top:3.125rem;position:relative}@media (min-width:992px){main .c-cta__image{margin-top:0}}main .c-cta__image:after{background:rgba(var(--color-white));content:"";display:none;height:1px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100vw}@media (min-width:992px){main .c-cta__image:after{display:block}}main .c-cta__image figure{aspect-ratio:1;border-radius:100%;height:auto;overflow:hidden;position:relative;width:100%;z-index:2}main .c-cta__image figure img,main .c-cta__image figure video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}main .c-archive-blog{padding-bottom:3.75rem;position:relative}@media (min-width:768px){main .c-archive-blog{padding-bottom:5rem}}@media (min-width:992px){main .c-archive-blog{padding-bottom:8.75rem}}main .c-archive-blog__wrapper{background:var(--background-gradient-bar-reversed);padding-block:8.125rem 3.125rem}@media (min-width:768px){main .c-archive-blog__wrapper{padding-block:9.375rem 5rem}}@media (min-width:992px){main .c-archive-blog__wrapper{padding-block:12.1875rem 7.1875rem}}main .c-archive-blog__wrapper__header .p-breadcrumbs{position:absolute;top:4.875rem}@media (min-width:992px){main .c-archive-blog__wrapper__header .p-breadcrumbs{top:7rem}}main .c-archive-blog__wrapper__header .title{color:rgba(var(--color-white));margin-bottom:0}main .c-archive-blog__filters{display:flex;gap:.3125rem;margin-block:2.5rem}@media (min-width:768px){main .c-archive-blog__filters{margin-block:3.125rem}}@media (min-width:992px){main .c-archive-blog__filters{margin-block:6.25rem 3.75rem}}main .c-archive-blog__filters__wrapper{display:flex;flex-wrap:wrap;gap:.3125rem}main .c-archive-blog__filters .btn{background:rgba(var(--color-white));border:1px solid #cdd2d3;color:rgba(var(--color-text));flex:none;font-size:clamp(.6875rem,.6716rem + .0654vw,.75rem);font-weight:var(--font-weight-semi-bold);height:1.5625rem;letter-spacing:1px;line-height:1;padding-inline:.75rem;text-transform:uppercase;white-space:nowrap;width:-moz-fit-content;width:fit-content}@media (min-width:992px){main .c-archive-blog__filters .btn{height:1.875rem;padding-inline:.9375rem}}main .c-archive-blog__filters .btn.active{background:#23353b;border-color:#23353b;color:rgba(var(--color-white))}main .c-archive-blog__filters .facetwp-facet{display:flex;gap:.3125rem;margin-bottom:0;margin-top:0;padding-right:.9375rem;white-space:nowrap}@media (min-width:992px){main .c-archive-blog__filters .facetwp-facet{flex-wrap:wrap;overflow:initial}}main .c-archive-blog__filters .facetwp-facet .facetwp-checkbox{align-items:center;background:unset;border:1px solid #cdd2d3;border-radius:1.875rem;display:flex;font-size:clamp(.6875rem,.6716rem + .0654vw,.75rem);font-weight:var(--font-weight-semi-bold);height:1.5625rem;justify-content:center;letter-spacing:1px;line-height:1;margin-bottom:0;padding-inline:.75rem;text-transform:uppercase;width:-moz-fit-content;width:fit-content}@media (min-width:992px){main .c-archive-blog__filters .facetwp-facet .facetwp-checkbox{height:1.875rem;padding-inline:.9375rem}}main .c-archive-blog__filters .facetwp-facet .facetwp-checkbox .facetwp-counter{display:none}main .c-archive-blog__filters .facetwp-facet .facetwp-checkbox.checked{background:#23353b;border-color:#23353b;color:rgba(var(--color-white))}main .c-archive-blog__pagination .facetwp-type-pager{border-top:1px solid #bcc2c3;margin-bottom:0;margin-top:2.5rem;margin-inline:auto;padding-top:2.5rem;width:100%}@media (min-width:768px){main .c-archive-blog__pagination .facetwp-type-pager{margin-top:3.125rem;padding-top:3.125rem}}@media (min-width:992px){main .c-archive-blog__pagination .facetwp-type-pager{margin-top:5rem;padding-top:5rem}}main .c-archive-blog__pagination .facetwp-type-pager .facetwp-pager{align-items:center;display:flex;justify-content:center}main .c-archive-blog__pagination .facetwp-type-pager .facetwp-page{align-items:center;background:#e8eaeb;border-radius:1.4375rem;display:flex;font-size:clamp(.875rem,.875rem + 0vw,.875rem);font-weight:600;height:1.25rem;justify-content:center;min-width:2rem;transition:all .3s ease}main .c-archive-blog__pagination .facetwp-type-pager .facetwp-page.next{background:url(../images/icon-arrow-right-dark.svg?d64844b9b27273b24d9ba7a5bbe12531) 50% no-repeat;background-size:6px;border:1px solid #23353b;font-size:0;font-weight:500;padding-right:.625rem}@media (min-width:992px){main .c-archive-blog__pagination .facetwp-type-pager .facetwp-page.next{background:url(../images/icon-arrow-right-dark.svg?d64844b9b27273b24d9ba7a5bbe12531) 50% no-repeat;background-size:.625rem;height:1.25rem;width:2rem}}main .c-archive-blog__pagination .facetwp-type-pager .facetwp-page.next:hover{color:currentColor;text-decoration:underline}main .c-archive-blog__pagination .facetwp-type-pager .facetwp-page.prev{background:url(../images/icon-arrow-left-dark.svg?680b19f3fd83ccc058e5077444042bd5) 50% no-repeat;background-size:.625rem;border:1px solid #23353b;font-size:0;font-weight:500}@media (min-width:992px){main .c-archive-blog__pagination .facetwp-type-pager .facetwp-page.prev{background:url(../images/icon-arrow-left-dark.svg?680b19f3fd83ccc058e5077444042bd5) 50% no-repeat;background-size:.625rem;height:1.25rem;width:2rem}}main .c-archive-blog__pagination .facetwp-type-pager .facetwp-page.prev:hover{color:currentColor;text-decoration:underline}main .c-archive-blog__pagination .facetwp-type-pager .facetwp-page.active{background:#23353b;color:rgba(var(--color-white))}main .c-archive-downloads{padding-bottom:3.75rem;position:relative}@media (min-width:768px){main .c-archive-downloads{padding-bottom:5rem}}@media (min-width:992px){main .c-archive-downloads{padding-bottom:8.75rem}}main .c-archive-downloads__wrapper{background:var(--background-gradient-bar-reversed);padding-block:8.125rem 3.125rem}@media (min-width:768px){main .c-archive-downloads__wrapper{padding-block:9.375rem 5rem}}@media (min-width:992px){main .c-archive-downloads__wrapper{padding-block:12.1875rem 7.1875rem}}main .c-archive-downloads__wrapper__header .p-breadcrumbs{position:absolute;top:4.875rem}@media (min-width:992px){main .c-archive-downloads__wrapper__header .p-breadcrumbs{top:7rem}}main .c-archive-downloads__wrapper__header .title{color:rgba(var(--color-white));margin-bottom:0}main .c-archive-downloads__wrapper__header .content{color:rgba(var(--color-white));margin-top:1.25rem}main .c-archive-downloads__center{margin-block:2.5rem}@media (min-width:768px){main .c-archive-downloads__center{margin-block:3.125rem}}@media (min-width:992px){main .c-archive-downloads__center{margin-block:6.25rem 3.75rem}}main .c-archive-downloads__center__filters{display:flex;gap:.3125rem;margin-bottom:1.875rem}@media (min-width:992px){main .c-archive-downloads__center__filters{margin-bottom:0}}main .c-archive-downloads__center__filters .link-btn{align-items:center;background:rgba(var(--color-white));border:1px solid #cdd2d3;border-radius:1.25rem;color:rgba(var(--color-text));display:flex;flex:none;font-size:clamp(.6875rem,.6716rem + .0654vw,.75rem);font-weight:var(--font-weight-semi-bold);height:1.5625rem;justify-content:center;letter-spacing:1px;line-height:1;padding-inline:.75rem;text-transform:uppercase;transition:var(--transition-duration) var(--transition);white-space:nowrap;width:-moz-fit-content;width:fit-content}@media (min-width:992px){main .c-archive-downloads__center__filters .link-btn{height:1.875rem;padding-inline:.9375rem}}main .c-archive-downloads__center__filters .link-btn.active{background:#23353b;border-color:#23353b;color:rgba(var(--color-white))}main .c-archive-downloads__center__filters .link-btn:hover{background:rgba(var(--color-primary));border-color:rgba(var(--color-primary));color:rgba(var(--color-white))}main .c-archive-downloads__center__content{color:rgba(var(--color-text-light-gray))}main .c-archive-downloads__center hr{margin-block:2.5rem}main .c-archive-downloads__items{scroll-margin-top:5rem}main .c-featured-posts{margin-block:3.75rem}@media (min-width:768px){main .c-featured-posts{margin-block:5rem 6.25rem}}@media (min-width:992px){main .c-featured-posts{margin-block:5.625rem 8.75rem}}main .c-featured-posts__header{display:flex;flex-wrap:wrap;gap:1.875rem;justify-content:space-between;margin-bottom:1.875rem}@media (min-width:992px){main .c-featured-posts__header{margin-bottom:2.5rem}}main .c-featured-posts__header .title{font-size:clamp(1.75rem,1.3676rem + 1.5686vw,3.25rem)}main .c-featured-posts__header .btn{flex:none}main .c-featured-faq{margin-block:3.75rem}@media (min-width:768px){main .c-featured-faq{margin-block:5rem}}@media (min-width:992px){main .c-featured-faq{margin-block:7.5rem 8.75rem}}main .c-featured-faq__header{display:flex;flex-wrap:wrap;gap:1.875rem;justify-content:space-between;margin-bottom:1.875rem}@media (min-width:992px){main .c-featured-faq__header{margin-bottom:2.5rem}}main .c-featured-faq__header .title{font-size:clamp(1.75rem,1.3676rem + 1.5686vw,3.25rem)}main .c-featured-faq__header .content{color:#7b8689;font-size:clamp(1rem,.9681rem + .1307vw,1.125rem)}main .c-featured-faq__header .btn{flex:none;font-size:clamp(1rem,.9681rem + .1307vw,1.125rem)}main .c-form{margin-block:3.75rem;scroll-margin-top:9.375rem}@media (min-width:768px){main .c-form{margin-block:5rem}}@media (min-width:992px){main .c-form{margin-block:6.5rem 8.75rem}}main .c-form__content{display:flex;flex-direction:column;height:100%}main .c-form__content .content{color:#7b8689}main .c-form__content .p-employee-cta{margin-top:2.5rem}@media (min-width:768px){main .c-form__content .p-employee-cta{margin-top:3.4375rem}}main .c-form__content .btn--arrow{margin-top:1.875rem}@media (min-width:992px){main .c-form__content .btn--arrow{margin-top:3.4375rem}}main .c-form__content .p-optimation-bar{display:none;margin-block:auto 0}@media (min-width:992px){main .c-form__content .p-optimation-bar{display:block;margin-top:1.875rem}}main .c-form__form{border:1px solid #dcdfe0;border-radius:.3125rem;margin-top:3.125rem;padding:2.1875rem 1.5625rem}@media (min-width:992px){main .c-form__form{margin-top:0;padding:2.375rem 2.1875rem}}main .c-form__form__header{align-items:center;display:flex;gap:1.125rem;margin-bottom:2.1875rem}@media (min-width:992px){main .c-form__form__header{gap:1.25rem}}main .c-form__form__header .logo{align-items:center;background:linear-gradient(to bottom right,#23353b,#28808b);border-radius:.3125rem;display:flex;height:4.0625rem;justify-content:center;width:4.0625rem}main .c-form__form__header .logo svg{flex:none;height:auto;-o-object-fit:contain;object-fit:contain;width:1.75rem}main .c-form__form__header .title{font-family:Fellix,sans-serif;font-size:clamp(1.125rem,1.0931rem + .1307vw,1.25rem);font-weight:var(--font-weight-semi-bold)}main .c-form__form__header .content{color:#7b8689;font-size:clamp(.8125rem,.7966rem + .0654vw,.875rem);font-weight:var(--font-weight-medium)}main .c-form__form .title-form{font-size:clamp(1.125rem,.9657rem + .6536vw,1.75rem);font-weight:var(--font-weight-medium);margin-bottom:1.875rem}main .c-form__form form .gform_fields{row-gap:20px!important}main .c-form__form form .gfield_required{display:none}main .c-form__form form input[type=email],main .c-form__form form input[type=tel],main .c-form__form form input[type=text]{border:.125rem solid #dcdfe0;border-radius:.125rem;box-shadow:unset;color:rgba(var(--color-text));font-size:clamp(.875rem,.875rem + 0vw,.875rem);height:3.125rem;padding-inline:1.125rem}main .c-form__form form input[type=email]::-moz-placeholder,main .c-form__form form input[type=tel]::-moz-placeholder,main .c-form__form form input[type=text]::-moz-placeholder{opacity:.5}main .c-form__form form input[type=email]::placeholder,main .c-form__form form input[type=tel]::placeholder,main .c-form__form form input[type=text]::placeholder{opacity:.5}main .c-form__form form input[type=email]:focus,main .c-form__form form input[type=tel]:focus,main .c-form__form form input[type=text]:focus{outline:2px solid rgba(var(--color-primary),.5)}main .c-form__form form .ginput_container_fileupload input[type=file]{border:.125rem solid #dcdfe0;border-radius:.125rem;box-shadow:unset;color:rgba(var(--color-text));font-size:clamp(.75rem,.7181rem + .1307vw,.875rem);height:3.125rem;padding-left:.625rem;position:relative;text-align:left}main .c-form__form form .ginput_container_fileupload input[type=file]::-moz-placeholder{opacity:.5}main .c-form__form form .ginput_container_fileupload input[type=file]::placeholder{opacity:.5}main .c-form__form form .ginput_container_fileupload input[type=file]::file-selector-button{background:#e8eaeb!important;border:unset!important;border-radius:1.25rem;color:rgba(var(--color-text))!important;font-size:clamp(.6875rem,.6716rem + .0654vw,.75rem)!important;font-weight:var(--font-weight-semi-bold)!important;height:1.875rem!important;letter-spacing:1px!important;margin-block:.625rem .3125rem!important;text-transform:uppercase!important;transition:all .2s ease}main .c-form__form form .ginput_container_fileupload input[type=file]::file-selector-button:hover{background:rgba(var(--color-primary))!important;color:#fff!important}main .c-form__form form .ginput_container_fileupload input[type=file] span{position:absolute;top:50%;transform:translateY(-50%)}main .c-form__form form .gform-footer{margin:0!important}main .c-form__form form .gfield .gfield_label{font-size:.875rem;font-weight:var(--font-weight-medium)}main .c-form__form form input[type=submit]{background:url(../images/icon-btn.svg?2f515ff2ae6451c29110de3a2a69d953) calc(100% - .3125rem) no-repeat,rgba(var(--color-primary))!important;border-radius:1.875rem!important;font-size:clamp(1rem,.9681rem + .1307vw,1.125rem)!important;height:3.125rem!important;margin-top:.625rem!important;padding-inline:1.5625rem 4.125rem!important}@media (min-width:768px){main .c-form__form form input[type=submit]{margin-left:auto!important}}main .c-form__form form input[type=submit]:hover{background:url(../images/icon-btn.svg?2f515ff2ae6451c29110de3a2a69d953) calc(100% - .3125rem) no-repeat,rgba(var(--color-text))!important}main .c-form__form form .gfield--type-consent{align-items:center;display:flex}main .c-form__form form .ginput_container_consent{align-items:center;display:flex;gap:.3125rem}main .c-form__form form .ginput_container_consent label{color:rgba(var(--color-text));margin-left:.625rem}main .c-form__form form .ginput_container_consent label .gfield_required{display:none}main .c-form__form form .ginput_container_consent label a{text-decoration:underline;transition:.3s ease}main .c-form__form form .ginput_container_consent label a:hover{color:rgba(var(--color-primary))}main .c-form__form form .ginput_container_consent input[type=checkbox]{background:#e8eaeb;border-color:#e8eaeb;border-radius:.125rem;height:1.125rem!important;width:1.125rem!important}main .c-form__form form .ginput_container_consent input[type=checkbox]:before{color:rgba(var(--color-background-dark))}main .c-form__form form .ginput_container_consent input[type=checkbox]:focus{border:1px solid #28808b;box-shadow:none;outline:1px solid rgba(40,128,139,.4)}main .c-featured-vacancies{margin-block:3.75rem}@media (min-width:768px){main .c-featured-vacancies{margin-block:5rem}}@media (min-width:992px){main .c-featured-vacancies{margin-block:7.5rem 8.75rem}}main .c-featured-vacancies__header{display:flex;flex-wrap:wrap;gap:1.875rem;justify-content:space-between;margin-bottom:1.875rem}@media (min-width:992px){main .c-featured-vacancies__header{margin-bottom:2.5rem}}main .c-featured-vacancies__header .title{font-size:clamp(1.75rem,1.3676rem + 1.5686vw,3.25rem)}main .c-featured-vacancies__header .content{color:#7b8689;font-size:clamp(1rem,.9681rem + .1307vw,1.125rem)}main .c-featured-vacancies__header .btn{flex:none}main .c-featured-testimonials{margin-block:3.75rem}@media (min-width:992px){main .c-featured-testimonials{margin-block:5.9375rem}}main .c-featured-testimonials__header{display:flex;flex-wrap:wrap;gap:1.875rem;justify-content:space-between;margin-bottom:1.875rem}@media (min-width:992px){main .c-featured-testimonials__header{margin-bottom:2.5rem}}main .c-featured-testimonials__header .title{font-size:clamp(1.75rem,1.3676rem + 1.5686vw,3.25rem)}main .c-featured-testimonials__header .btn{flex:none}main .c-featured-testimonials__slider{background:linear-gradient(to bottom left,#f47121,#28808b 50%,#23353b 85%,#23353b);border-radius:.3125rem;padding:1.5625rem 1.5625rem 5.3125rem;position:relative}@media (min-width:768px){main .c-featured-testimonials__slider{padding:5rem 3.125rem 7.5rem}}@media (min-width:992px){main .c-featured-testimonials__slider{background:linear-gradient(to top right,#f47121,#28808b 50%,#23353b 85%,#23353b);padding:6.25rem 0}}main .c-featured-testimonials__slider .slider{overflow:hidden}main .c-featured-testimonials__slider .swiper-buttons{align-items:center;bottom:1.5625rem;display:flex;gap:.3125rem;position:absolute;right:1.5625rem}@media (min-width:768px){main .c-featured-testimonials__slider .swiper-buttons{bottom:1.875rem;right:3.125rem}}@media (min-width:992px){main .c-featured-testimonials__slider .swiper-buttons{right:1.875rem}}main .c-featured-testimonials__slider .swiper-buttons button{transition:.3s ease}main .c-featured-testimonials__slider .swiper-buttons button svg{height:2.1875rem;width:2.1875rem}@media (min-width:992px){main .c-featured-testimonials__slider .swiper-buttons button svg{height:2.5rem;width:2.5rem}}main .c-featured-testimonials__slider .swiper-buttons button.swiper-button-disabled{opacity:.3}main .c-featured-testimonials__slider .swiper-buttons button.prev svg{rotate:180deg}main .c-featured-testimonials__slider .swiper-pagination-testimonials{bottom:1.5625rem;left:1.5625rem;position:absolute}@media (min-width:768px){main .c-featured-testimonials__slider .swiper-pagination-testimonials{bottom:1.875rem;left:3.125rem}}@media (min-width:992px){main .c-featured-testimonials__slider .swiper-pagination-testimonials{left:1.875rem}}main .c-featured-testimonials__slider .swiper-pagination-testimonials .swiper-pagination-bullet{background:rgba(var(--color-white));height:.3125rem;margin-inline:.1875rem;width:.3125rem}main .c-textblock{margin-block:3.4375rem}@media (min-width:768px){main .c-textblock{margin-block:5rem}}@media (min-width:992px){main .c-textblock{margin-block:5.9375rem}}main .c-textblock .subtitle{color:rgba(var(--color-text-light-gray));font-size:clamp(.6875rem,.6716rem + .0654vw,.75rem);font-weight:var(--font-weight-semi-bold);letter-spacing:1px;margin-bottom:1.25rem;text-transform:uppercase}@media (min-width:992px){main .c-textblock .subtitle{margin-bottom:0}}main .c-textblock__image{display:flex;flex-direction:column;height:100%;justify-content:space-between;margin-top:2.8125rem}@media (min-width:992px){main .c-textblock__image{margin-top:0}}main .c-textblock__image .media{aspect-ratio:1;border-radius:100%;height:auto;overflow:hidden;position:relative;width:100%}main .c-textblock__image .media img,main .c-textblock__image .media video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}main .c-textblock__image .media video{inset:0;position:absolute;z-index:2}main .c-textblock__content .title{margin-bottom:1.875rem}@media (min-width:992px){main .c-textblock__content .title{margin-bottom:2.1875rem}}main .c-textblock__content .content{color:rgba(var(--color-text-light-gray))}main .c-textblock__content .p-employee-cta{display:block;margin-top:2.5rem}@media (min-width:992px){main .c-textblock__content .p-employee-cta{margin-top:5rem}}main .c-textblock__banner{margin-top:3.125rem}@media (min-width:992px){main .c-textblock__banner{margin-top:7.5rem}}main .c-textblock__banner .p-optimation-bar{margin:0}main .c-textblock__wrapper{background:linear-gradient(to bottom right,#23353b,#28808b);border-radius:.3125rem;color:rgba(var(--color-white));padding:2.1875rem 1.5625rem}@media (min-width:768px){main .c-textblock__wrapper{padding:3.75rem 3.125rem}}@media (min-width:992px){main .c-textblock__wrapper{padding:6.25rem 0}}main .c-textblock__wrapper .content{color:rgba(var(--color-text-light))}main .c-textblock__wrapper .title,main .c-textblock__wrapper h1,main .c-textblock__wrapper h2,main .c-textblock__wrapper h3,main .c-textblock__wrapper h4,main .c-textblock__wrapper h5{font-size:clamp(1.5rem,1.277rem + .915vw,2.375rem);margin-bottom:1.875rem}main .c-textblock.change-margin{margin-top:1.875rem}main .c-hero-form{padding-top:8.125rem;position:relative}@media (min-width:768px){main .c-hero-form{padding-top:8.125rem}}@media (min-width:1200px){main .c-hero-form{margin-bottom:5rem;padding-top:12.1875rem}}main .c-hero-form .p-breadcrumbs{color:#7b8689;position:absolute;top:4.875rem}@media (min-width:1200px){main .c-hero-form .p-breadcrumbs{top:7rem}}main .c-hero-form__header .p-optimation-figures{display:none;margin:0}@media (min-width:1200px){main .c-hero-form__header .p-optimation-figures{display:flex}}main .c-hero-form__header .p-optimation-figures:first-child{margin-bottom:4.375rem}main .c-hero-form__header .p-optimation-figures>svg:nth-child(2){opacity:0}main .c-hero-form__header .title{font-size:clamp(1.75rem,1.75rem + 0vw,1.75rem)}main .c-hero-form__header .content{color:rgba(var(--color-text-light-gray))}main .c-hero-form__header .p-employee-cta{margin-top:1.875rem}@media (min-width:1200px){main .c-hero-form__header .p-employee-cta{margin-top:3.125rem}}main .c-hero-form__header__wrapper .p-optimation-figures{display:flex}main .c-hero-form__header__wrapper .p-optimation-figures>svg:nth-child(2){opacity:0}main .c-hero-form__header__wrapper .p-socials{margin-bottom:2.1875rem}@media (min-width:1200px){main .c-hero-form__header__wrapper .p-socials{margin-bottom:4.375rem}}main .c-hero-form__header__wrapper .thumb{aspect-ratio:1;border-radius:100%;height:100%;overflow:hidden;width:100%}main .c-hero-form__header__wrapper .thumb img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}main .c-hero-form__header__wrapper a{transition:.3s ease}main .c-hero-form__header__wrapper a:hover{color:rgba(var(--color-primary))}main .c-hero-form__form{border-radius:.3125rem;color:rgba(var(--color-white));margin-top:3.75rem;padding:3.75rem 0;position:relative;z-index:2}@media (min-width:768px){main .c-hero-form__form{margin-top:5rem;padding:5rem 0}}@media (min-width:1200px){main .c-hero-form__form{background:var(--background-gradient-diagional-up-down-dark-light);margin-top:0;padding:5.625rem 6.875rem}}main .c-hero-form__form:before{background:var(--background-gradient-diagional-up-down-dark-light);content:"";height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:100vw;z-index:-1}@media (min-width:1200px){main .c-hero-form__form:before{display:none}}main .c-hero-form__form .title-form{font-size:clamp(1.75rem,1.3676rem + 1.5686vw,3.25rem)}@media (min-width:1200px){main .c-hero-form__form .title-form{margin-bottom:.9375rem}}main .c-hero-form__form .content{color:rgba(var(--color-white))}main .c-hero-form__form form{margin-top:2.5rem}main .c-hero-form__form form .gform_fields{row-gap:20px!important}main .c-hero-form__form form .gfield_required{display:none}main .c-hero-form__form form input[type=email],main .c-hero-form__form form input[type=tel],main .c-hero-form__form form input[type=text]{background:unset;border:.125rem solid rgba(var(--color-white),.5);border-radius:.125rem;box-shadow:unset;color:rgba(var(--color-white));font-size:clamp(.875rem,.875rem + 0vw,.875rem);height:2.5rem;padding-inline:.875rem}@media (min-width:1200px){main .c-hero-form__form form input[type=email],main .c-hero-form__form form input[type=tel],main .c-hero-form__form form input[type=text]{height:3.125rem;padding-inline:1.125rem}}main .c-hero-form__form form input[type=email]::-moz-placeholder,main .c-hero-form__form form input[type=tel]::-moz-placeholder,main .c-hero-form__form form input[type=text]::-moz-placeholder{opacity:.5}main .c-hero-form__form form input[type=email]::placeholder,main .c-hero-form__form form input[type=tel]::placeholder,main .c-hero-form__form form input[type=text]::placeholder{opacity:.5}main .c-hero-form__form form input[type=email]:focus,main .c-hero-form__form form input[type=tel]:focus,main .c-hero-form__form form input[type=text]:focus{outline:1px solid rgba(var(--color-primary),.5)}main .c-hero-form__form form textarea{background:unset;border:.125rem solid rgba(var(--color-white),.5);border-radius:.125rem;box-shadow:unset;color:rgba(var(--color-white));font-size:clamp(.875rem,.875rem + 0vw,.875rem);height:2.5rem;padding-inline:.875rem}@media (min-width:1200px){main .c-hero-form__form form textarea{height:3.125rem;padding-inline:1.125rem}}main .c-hero-form__form form textarea::-moz-placeholder{opacity:.5}main .c-hero-form__form form textarea::placeholder{opacity:.5}main .c-hero-form__form form textarea:focus{outline:2px solid rgba(var(--color-primary),.5)}main .c-hero-form__form form .ginput_container_fileupload input[type=file]{border:.125rem solid #dcdfe0;border-radius:.125rem;box-shadow:unset;color:rgba(var(--color-text));font-size:clamp(.75rem,.7181rem + .1307vw,.875rem);height:3.125rem;padding-left:1.125rem;padding-block:.25rem;position:relative}main .c-hero-form__form form .ginput_container_fileupload input[type=file]::-moz-placeholder{opacity:.5}main .c-hero-form__form form .ginput_container_fileupload input[type=file]::placeholder{opacity:.5}main .c-hero-form__form form .ginput_container_fileupload input[type=file]::file-selector-button{background:#e8eaeb!important;border:unset!important;border-radius:1.25rem;color:rgba(var(--color-text))!important;font-size:clamp(.6875rem,.6716rem + .0654vw,.75rem)!important;font-weight:var(--font-weight-semi-bold)!important;height:1.875rem!important;letter-spacing:1px!important;margin:.625rem!important;padding-inline:.75rem!important;position:absolute;right:0;text-transform:uppercase!important;transition:all .2s ease}main .c-hero-form__form form .ginput_container_fileupload input[type=file] span{position:absolute;top:50%;transform:translateY(-50%)}main .c-hero-form__form form .gform-footer{margin:0!important}main .c-hero-form__form form .gfield .gfield_label{color:rgba(var(--color-white));font-size:.875rem;font-weight:var(--font-weight-medium)}main .c-hero-form__form form input[type=submit]{background:rgba(var(--color-primary))!important;border-radius:1.875rem!important;font-size:clamp(1rem,.9681rem + .1307vw,1.125rem)!important;height:3.125rem!important;margin-top:.625rem!important;padding-inline:1.5625rem!important}@media (min-width:768px){main .c-hero-form__form form input[type=submit]{margin-left:auto!important}}main .c-hero-form__form form input[type=submit]:hover{background:rgba(var(--color-text))!important}main .c-hero-form__form form .gfield--type-consent,main .c-hero-form__form form .ginput_container_consent{align-items:center;display:flex;gap:.3125rem}main .c-hero-form__form form .ginput_container_consent label{color:rgba(var(--color-white));margin-left:.625rem}main .c-hero-form__form form .ginput_container_consent label .gfield_required{display:none}main .c-hero-form__form form .ginput_container_consent label a{text-decoration:underline;transition:.3s ease}main .c-hero-form__form form .ginput_container_consent label a:hover{color:rgba(var(--color-primary))}main .c-hero-form__form form .ginput_container_consent input[type=checkbox]{background:#e8eaeb;border-color:#e8eaeb;border-radius:.125rem;height:1.125rem!important;width:1.125rem!important}main .c-hero-form__form form .ginput_container_consent input[type=checkbox]:before{color:rgba(var(--color-background-dark))}main .c-hero-form__form form .ginput_container_consent input[type=checkbox]:focus{border:1px solid #28808b;box-shadow:none;outline:1px solid rgba(40,128,139,.4)}main .c-screen-thumbs{margin-block:3.75rem}@media (min-width:992px){main .c-screen-thumbs{margin-block:5.9375rem}}main .c-screen-thumbs__header{display:flex;flex-wrap:wrap;gap:1.875rem;justify-content:space-between;margin-bottom:1.875rem}@media (min-width:992px){main .c-screen-thumbs__header{margin-bottom:2.5rem}}main .c-screen-thumbs__item__thumb{align-items:center;aspect-ratio:1;background:var(--background-gradient-diagional-up-down-dark-light);border-radius:.625rem;display:flex;height:auto;justify-content:center;width:100%}main .c-screen-thumbs__item__thumb .image{aspect-ratio:279/158;border:5px solid #000;border-radius:.3125rem;height:auto;max-width:17.5rem;transition:scale .3s ease;width:67%}main .c-screen-thumbs__item__thumb .image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}main .c-screen-thumbs__item__thumb:hover .image{scale:1.05}main .c-screen-thumbs__item__content{margin-top:1.875rem}@media (min-width:992px){main .c-screen-thumbs__item__content{margin-top:2.1875rem}}main .c-screen-thumbs__item__content .title{font-family:var(--font-family-body);font-size:clamp(1.125rem,1.0931rem + .1307vw,1.25rem);font-weight:var(--font-weight-semi-bold);margin-bottom:.9375rem}@media (min-width:992px){main .c-screen-thumbs__item__content .title{margin-bottom:1.25rem}}main .c-screen-thumbs__item__content .description{color:rgba(var(--color-text-light-gray));font-size:clamp(1rem,.9681rem + .1307vw,1.125rem)}main .c-partners{margin-block:3.4375rem 2.5rem}@media (min-width:768px){main .c-partners{margin-block:5rem 6.25rem}}@media (min-width:992px){main .c-partners{margin-block:7.8125rem 7.8125rem}}main .c-partners__header{display:flex;flex-direction:column;gap:.3125rem;justify-content:space-between}@media (min-width:992px){main .c-partners__header{flex-direction:row;gap:1.875rem}}main .c-partners__header .title{font-family:var(--font-family-body);font-size:clamp(.875rem,.875rem + 0vw,.875rem);font-weight:var(--font-weight-medium);margin-bottom:0}main .c-partners__header .title span,main .c-partners__header .title strong{color:rgba(Var(--color-primary));font-weight:var(--font-weight-bold)}main .c-partners__header .label{color:rgba(var(--color-text-light-gray));font-size:clamp(.6875rem,.6716rem + .0654vw,.75rem);font-weight:var(--font-weight-semi-bold);letter-spacing:1px;text-transform:uppercase}main .c-partners__wrapper{margin-top:2.1875rem}@media (min-width:768px){main .c-partners__wrapper{margin-top:3.125rem}}@media (min-width:992px){main .c-partners__wrapper{margin-top:5rem}}main .c-partners__wrapper__slider .swiper-wrapper{transition-timing-function:linear}main .c-partners__wrapper__slider .swiper-slide{height:auto}main .c-partners__wrapper__slider .swiper-slide .partner{align-items:flex-end;display:flex;height:100%;justify-content:center}main .c-partners__wrapper__slider .swiper-slide .partner .thumb img{max-height:1.875rem;max-width:6.875rem;-o-object-fit:contain;object-fit:contain;transform-origin:center;transition:scale .3s ease}@media (min-width:992px){main .c-partners__wrapper__slider .swiper-slide .partner .thumb img{max-height:2.5rem;max-width:11.25rem}}main .c-partners__wrapper__slider .swiper-slide .partner .link{height:100%;inset:0;position:absolute;width:100%;z-index:2}main .c-partners__wrapper__slider .swiper-slide .partner.contains-link:hover img{scale:1.05}main .c-numbers__wrapper{background:linear-gradient(to top right,#f47121,#28808b 50%,#23353b 85%,#23353b);border-radius:.3125rem;color:rgba(var(--color-white));padding:2.5rem 1.5625rem}@media (min-width:768px){main .c-numbers__wrapper{padding:3.125rem 1.875rem}}@media (min-width:992px){main .c-numbers__wrapper{padding-block:6.875rem}}main .c-numbers__wrapper__header{display:flex;flex-direction:column;gap:1.875rem;justify-content:space-between}@media (min-width:992px){main .c-numbers__wrapper__header{flex-direction:row}}main .c-numbers__wrapper__header .title{margin-bottom:0}@media (min-width:992px){main .c-numbers__wrapper__header .content{max-width:32.8125rem}}main .c-numbers__wrapper__line{margin-block:1.875rem}@media (min-width:768px){main .c-numbers__wrapper__line{margin-block:3.125rem}}@media (min-width:992px){main .c-numbers__wrapper__line{margin-block:5rem}}main .c-numbers__wrapper__numbers{display:flex;flex-direction:column;gap:2.1875rem;justify-content:space-between}@media (min-width:992px){main .c-numbers__wrapper__numbers{flex-direction:row}}main .c-numbers__wrapper__numbers>.item .usp{font-family:var(--font-family-headings);font-size:clamp(2.375rem,2.0564rem + 1.3072vw,3.625rem)}main .c-numbers__wrapper__numbers>.item .info{font-size:clamp(.6875rem,.6716rem + .0654vw,.75rem);font-weight:var(--font-weight-semi-bold);letter-spacing:1px;text-transform:uppercase}main .c-google-maps{position:relative}main .c-google-maps__maps{height:24.375rem}@media (min-width:768px){main .c-google-maps__maps{height:550px}}@media (min-width:992px){main .c-google-maps__maps{height:37.5rem}}main .c-product-specifications{margin-block:2.8125rem}@media (min-width:768px){main .c-product-specifications{margin-block:3.75rem}}@media (min-width:992px){main .c-product-specifications{margin-block:4.375rem}}main .c-product-specifications__header .title{margin-bottom:.625rem}main .c-product-specifications__header .subtitle{color:rgba(var(--color-primary))}main .c-product-specifications__specifications{margin-bottom:0;margin-top:2.5rem;padding-left:0}main .c-product-specifications__specifications .specification{border-bottom:1px solid #cdd2d3;display:flex;flex-direction:column;justify-content:flex-start;padding-block:.9375rem;width:100%}@media (min-width:992px){main .c-product-specifications__specifications .specification{flex-direction:row}}main .c-product-specifications__specifications .specification:first-child{border-top:1px solid #cdd2d3;padding-top:1.875rem}@media (min-width:992px){main .c-product-specifications__specifications .specification:first-child{padding-top:2.1875rem}}main .c-product-specifications__specifications .specification:last-child{padding-bottom:3.125rem}@media (min-width:992px){main .c-product-specifications__specifications .specification:last-child{padding-bottom:6.25rem}}main .c-product-specifications__specifications .specification__label{font-weight:var(--font-weight-semi-bold)}@media (min-width:992px){main .c-product-specifications__specifications .specification__label{width:32%}}main .c-product-specifications__specifications .specification__spec{color:rgba(var(--color-text-light-gray));font-weight:var(--font-weight-medium)}main .c-product-gallery{margin-block:3.75rem}@media (min-width:992px){main .c-product-gallery{margin-block:6.25rem}}main .c-product-gallery__slider__item{aspect-ratio:286/161;border-radius:.3125rem;height:auto;overflow:hidden;position:relative;width:100%}main .c-product-gallery__slider__item img,main .c-product-gallery__slider__item video{height:100%;-o-object-fit:cover;object-fit:cover;transition:.3s ease;width:100%}main .c-product-gallery__slider__item .link,main .c-product-gallery__slider__item video{height:100%;inset:0;position:absolute;width:100%}main .c-product-gallery__slider__item .link{z-index:3}main .c-product-gallery__slider__item.contains-link:after{background:#141f22;content:"";height:100%;inset:0;opacity:.2;position:absolute;width:100%;z-index:2}main .c-product-gallery__slider__item.contains-link .icon-play{height:2.5rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:2.5rem;z-index:3}main .c-product-gallery__slider__item.contains-link:hover img{scale:1.03}main .c-product-gallery__slider .p-optimation-figures{margin-bottom:0}@media (min-width:768px){main .c-product-gallery__slider .p-optimation-figures{margin-top:3.125rem}}@media (min-width:992px){main .c-product-gallery__slider .p-optimation-figures{margin-top:5.9375rem}}main .c-featured-products-by-cat{margin-block:3.75rem}@media (min-width:992px){main .c-featured-products-by-cat{margin-block:8.125rem 8.75rem}}main .c-featured-products-by-cat__header{display:flex;flex-wrap:wrap;gap:1.875rem;justify-content:space-between;margin-bottom:1.875rem}@media (min-width:992px){main .c-featured-products-by-cat__header{margin-bottom:2.5rem}}main .c-featured-products-by-cat__header .title{font-size:clamp(1.75rem,1.3676rem + 1.5686vw,3.25rem)}main .c-featured-products-by-cat__header .btn{flex:none}main .c-featured-products-by-cat.change-margin{margin-bottom:1.875rem}@media (min-width:992px){main .c-optimation-figures{margin-block:5.9375rem}}main .c-optimation-figures .p-optimation-figures{margin:0}main .c-archive-faq{margin-block:3.75rem}@media (min-width:768px){main .c-archive-faq{margin-block:5rem}}@media (min-width:992px){main .c-archive-faq{margin-block:7.5rem 8.75rem}}main .c-archive-faq__header{display:flex;flex-wrap:wrap;gap:1.875rem;justify-content:space-between;margin-bottom:1.875rem}@media (min-width:992px){main .c-archive-faq__header{margin-bottom:2.5rem}}main .c-archive-faq__header .title{font-size:clamp(1.75rem,1.3676rem + 1.5686vw,3.25rem)}main .c-archive-faq__header .content{color:#7b8689;font-size:clamp(1rem,.9681rem + .1307vw,1.125rem)}@media (min-width:992px){main .c-archive-faq__header .filter-buttons-wrap{margin-top:1.25rem}}main .c-archive-faq__header .filter-buttons-wrap .filter-title{font-size:clamp(1rem,.9681rem + .1307vw,1.125rem);font-weight:var(--font-weight-bold);margin-bottom:.625rem}main .c-archive-faq__header .filter-buttons-wrap .taxonomy-buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:.3125rem;list-style-type:none;margin-bottom:0;padding-left:0}main .c-archive-faq__header .filter-buttons-wrap .taxonomy-buttons .filter-btn{align-items:center;background:rgba(var(--color-white));border:1px solid #cdd2d3;border-radius:1.25rem;color:rgba(var(--color-text));display:flex;flex:none;font-size:clamp(.6875rem,.6716rem + .0654vw,.75rem);font-weight:var(--font-weight-semi-bold);height:1.5625rem;justify-content:center;letter-spacing:1px;line-height:1;padding-inline:.75rem;text-transform:uppercase;transition:var(--transition-duration) var(--transition);white-space:nowrap;width:-moz-fit-content;width:fit-content}@media (min-width:992px){main .c-archive-faq__header .filter-buttons-wrap .taxonomy-buttons .filter-btn{height:1.875rem;padding-inline:.9375rem}}main .c-archive-faq__header .filter-buttons-wrap .taxonomy-buttons .filter-btn.active,main .c-archive-faq__header .filter-buttons-wrap .taxonomy-buttons .filter-btn:hover{background:rgba(var(--color-primary));border-color:rgba(var(--color-primary));color:rgba(var(--color-white))}main .c-archive-faq__tabs{display:flex;flex-direction:column;margin-top:1.875rem}@media (min-width:992px){main .c-archive-faq__tabs{margin-top:1.875rem}}main .c-archive-faq__tabs .tab{display:none;scroll-margin-top:100px}main .c-archive-faq__tabs .tab .tab-title{font-size:clamp(1rem,.9681rem + .1307vw,1.125rem);font-weight:var(--font-weight-bold);margin-bottom:.625rem}main .c-archive-faq__tabs .tab.active{display:inline-block}.footer{background:rgba(var(--color-background-dark));color:rgba(var(--color-white));overflow:hidden;padding-top:3.75rem;position:relative}@media (min-width:768px){.footer{padding-top:5rem}}@media (min-width:992px){.footer{padding-top:5.9375rem}}.footer:after{background:var(--background-gradient-bar);bottom:0;content:"";height:.3125rem;left:0;position:absolute;width:100%;z-index:10}@media (min-width:768px){.footer:after{height:.5rem}}@media (min-width:992px){.footer:after{height:.625rem}}.footer__logo{display:block;margin-bottom:1.5625rem}@media (min-width:992px){.footer__logo{margin-bottom:5.3125rem}}.footer__logo>img{height:auto;-o-object-fit:contain;object-fit:contain;width:2.0625rem}@media (min-width:992px){.footer__logo>img{width:3.125rem}}.footer__form .content{margin-bottom:1.5625rem}@media (min-width:992px){.footer__form .content{margin-bottom:5.3125rem;max-width:25.875rem}}.footer__form .content h3{line-height:1.25}.footer__form form{position:relative}.footer__form form .gform_fields{row-gap:1.25rem!important}.footer__form form .gform-footer{margin:0!important}.footer__form form input[type=email]{background:unset;border:unset;border-bottom:1px solid #5a686c;border-radius:unset;color:#fff;font-size:clamp(1.125rem,1.0931rem + .1307vw,1.25rem);font-weight:var(--font-weight-semi-bold);height:2.8125rem;padding-inline:0}.footer__form form input[type=email]::-moz-placeholder{color:#5a686c}.footer__form form input[type=email]::placeholder{color:#5a686c}.footer__form form input[type=email]:focus{border:unset;border-bottom:1px solid rgba(var(--color-primary));color:rgba(var(--color-primary));outline:unset}.footer__form form input[type=email]:focus::-moz-placeholder{color:rgba(var(--color-primary))}.footer__form form input[type=email]:focus::placeholder{color:rgba(var(--color-primary))}@media (min-width:992px){.footer__form form input[type=email]{height:4.0625rem}}.footer__form form .ginput_container_consent{align-items:center;display:flex;gap:.3125rem}.footer__form form .ginput_container_consent label{color:rgba(var(--color-white));margin-left:.625rem}.footer__form form .ginput_container_consent label .gfield_required{display:none}.footer__form form .ginput_container_consent label a{text-decoration:underline;transition:var(--transition-duration) var(--transition)}.footer__form form .ginput_container_consent label a:hover{color:rgba(var(--color-primary))}.footer__form form .ginput_container_consent input[type=checkbox]{background:#e8eaeb;border-color:#e8eaeb;border-radius:.125rem;height:1.125rem!important;width:1.125rem!important}.footer__form form .ginput_container_consent input[type=checkbox]:before{color:rgba(var(--color-background-dark))}.footer__form form .ginput_container_consent input[type=checkbox]:focus{border:1px solid #28808b;box-shadow:none;outline:1px solid rgba(40,128,139,.4)}.footer__form form input[type=submit]{background:url(../images/icon-arrow-up-white.svg?b1edaea90222ec5a25169dda8451686d) 50% no-repeat,#5a686c!important;background-position:60% 45%!important;border:1px solid #5a686c!important;border-radius:50px!important;box-shadow:unset!important;font-size:0!important;height:2.8125rem!important;position:absolute;right:0;top:.625rem!important;transition:var(--transition-duration) var(--transition);width:2.8125rem!important}@media (min-width:992px){.footer__form form input[type=submit]{height:2.8125rem!important;width:2.8125rem!important}}.footer__form form input[type=submit]:hover{background:url(../images/icon-arrow-up-white.svg?b1edaea90222ec5a25169dda8451686d) 50% no-repeat,rgba(var(--color-primary))!important;background-position:60% 45%!important;border-color:rgba(var(--color-primary))!important}.footer__navigation{margin-top:2.5rem}@media (min-width:768px){.footer__navigation{margin-top:3.75rem}}@media (min-width:992px){.footer__navigation{margin-top:0}}.footer__navigation h3{color:#919a9d;font-family:Fellix,sans-serif;font-size:clamp(.75rem,.75rem + 0vw,.75rem);font-weight:var(--font-weight-semi-bold);letter-spacing:1px;margin-bottom:1.25rem;text-transform:uppercase;white-space:nowrap}@media (min-width:992px){.footer__navigation h3{margin-bottom:2.1875rem}}.footer__navigation address{font-size:clamp(1rem,.9681rem + .1307vw,1.125rem);line-height:2.2777777778}.footer__navigation ul{-moz-columns:2;column-count:2;list-style-type:none;margin:0;padding:0}@media (min-width:992px){.footer__navigation ul{-moz-columns:initial;columns:initial}}.footer__navigation ul>li{font-size:clamp(1rem,.9681rem + .1307vw,1.125rem);line-height:2.2777777778}.footer__navigation a{transition:color var(--transition-duration) var(--transition)}.footer__navigation a:hover{color:rgba(var(--color-primary))}.footer__socials{border-bottom:1px solid #5a686c;display:flex;gap:.3125rem;list-style-type:none;margin-bottom:0;padding-left:0;padding-block:2.5rem}@media (min-width:992px){.footer__socials{border:unset;gap:.625rem;margin-block:0}}.footer__socials>li a{align-items:center;border-radius:100%;display:flex;height:2.1875rem;justify-content:center;position:relative;width:2.1875rem;z-index:2}@media (min-width:992px){.footer__socials>li a{height:2.5rem;width:2.5rem}}.footer__socials>li a>img{height:40%;-o-object-fit:contain;object-fit:contain;width:50%}.footer__socials>li a:before{background:#4f5d62;z-index:-2}.footer__socials>li a:after,.footer__socials>li a:before{border-radius:100%;content:"";height:100%;position:absolute;transform-origin:center;transition:scale var(--transition-duration) var(--transition);width:100%}.footer__socials>li a:after{background:rgba(var(--color-primary));scale:0;z-index:-1}.footer__socials>li a:hover:after{scale:1}.footer__bottom{border-top:1px solid #5a686c;margin-top:2.5rem;padding-block:2.5rem;position:relative}@media (min-width:768px){.footer__bottom{margin-top:3.75rem;padding-block:3.75rem}}@media (min-width:992px){.footer__bottom{margin-top:5.625rem;padding-block:3.4375rem 4.0625rem}}.footer__bottom:after{background:#5a686c;bottom:100%;content:"";display:none;height:100vh;left:50%;position:absolute;transform:translateX(50%);width:1px;z-index:10}@media (min-width:992px){.footer__bottom:after{display:block}}.footer__bottom__wrapper{display:flex;flex-direction:column;gap:2.1875rem;justify-content:space-between;width:100%}@media (min-width:992px){.footer__bottom__wrapper{flex-direction:row;gap:5rem}}.footer__bottom__wrapper .legal{grid-row-gap:5px;grid-column-gap:10px;align-items:center;color:#919a9d;display:flex;flex-wrap:wrap;font-size:clamp(.875rem,.875rem + 0vw,.875rem);list-style:none;margin:0;padding:0;width:100%}@media (min-width:992px){.footer__bottom__wrapper .legal{gap:.4375rem}}.footer__bottom__wrapper .legal>li{font-weight:var(--font-weight-medium);line-height:1;white-space:nowrap}.footer__bottom__wrapper .legal>li:not(:last-child):not(:first-child){border-inline-end:1px solid #919a9d;padding-right:.4375rem}@media (min-width:992px){.footer__bottom__wrapper .legal>li.site-info-and-date{margin-right:auto}}.footer__bottom__wrapper a{transition:color var(--transition-duration) var(--transition)}.footer__bottom__wrapper a:hover{color:rgba(var(--color-primary))}.offcanvas{background:rgba(var(--color-text));bottom:0;min-height:100vh;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transform:translateX(100%);transition:.3s ease;visibility:hidden;width:100vw;z-index:9}.offcanvas__container{-ms-overflow-style:none;height:100vh;margin-top:4.6875rem;overflow:scroll;overflow-x:hidden;position:relative;scrollbar-width:none}@media (min-width:768px){.offcanvas__container{margin-top:6.25rem}}@media (min-width:992px){.offcanvas__container{margin-top:8.125rem}}.offcanvas__container::-webkit-scrollbar{display:none}.offcanvas__container .p-optimation-bar{height:.3125rem}.offcanvas__container .btn-close-sub-menu{align-items:center;border-bottom:1px solid rgba(93,93,93,.3);color:rgba(var(--color-white));display:flex;font-size:.75rem;gap:.625rem;height:3.125rem;left:0;line-height:1;opacity:0;pointer-events:none;position:absolute;text-transform:uppercase;top:0;transform:translateX(-100%);transition:all .3s ease;width:100%;z-index:16}.offcanvas__container .btn-close-sub-menu.active{cursor:pointer;opacity:1;pointer-events:auto;transform:translateX(0)}.offcanvas__container .offcanvas-bottom-widget .menu{list-style-type:none;margin-bottom:0;padding-left:0}.offcanvas__container .offcanvas-bottom-widget .menu a{color:#919a9d;display:block;font-weight:var(--font-family-headings);padding-block:.3125rem;transition:.3s ease}@media (min-width:768px){.offcanvas__container .offcanvas-bottom-widget .menu a{padding-block:.625rem}}.offcanvas__container .offcanvas-bottom-widget .menu a:hover{color:rgba(var(--color-primary))}.offcanvas__container .language-switcher{margin-top:1.875rem}.offcanvas__container .language-switcher__list{bottom:unset;padding-bottom:0;padding-top:2.1875rem;top:0;transform-origin:top center}.offcanvas__container .language-switcher .item{background:unset;color:rgba(var(--color-white))}.offcanvas__navigation .menu{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.offcanvas__navigation .menu a{background:url(../images/icon-arrow-up-white.svg?b1edaea90222ec5a25169dda8451686d) 100% no-repeat;border-bottom:1px solid rgba(93,93,93,.3);color:rgba(var(--color-white));display:block;font-weight:var(--font-family-headings);padding:15px 0;transition:.3s ease}.offcanvas__navigation .menu a:hover{color:rgba(var(--color-primary))}.offcanvas__navigation .menu .menu-item-has-children>a{background:url(../images/icon-arrow-up-white.svg?b1edaea90222ec5a25169dda8451686d) 100% no-repeat;display:block}.offcanvas__navigation .menu .menu-item-has-children .sub-menu{background:#23353b;display:flex;flex-direction:column;height:100%;left:0;list-style-type:none;margin-bottom:0;padding-left:0;padding-top:3.125rem;position:absolute;top:0;transform:translateX(-100%);transition:all .3s ease;width:100%;z-index:15}.offcanvas__navigation .menu .menu-item-has-children .sub-menu li:last-child{position:relative}.offcanvas__navigation .menu .menu-item-has-children .sub-menu li:last-child:after{background:var(--background-gradient-bar);bottom:-1.875rem;content:"";height:.3125rem;left:0;position:absolute;right:0;width:100%}.offcanvas__navigation .menu .menu-item-has-children.active a:before{transform:translateY(-50%) rotate(-180deg)}.offcanvas__navigation .menu .menu-item-has-children.active .sub-menu{transform:translate(0)}.offcanvas.active{opacity:1;pointer-events:auto;transform:translateY(0);transition:.3s ease;visibility:visible}.header{display:flex;flex-direction:column;justify-content:center;left:0;position:fixed;right:0;top:0;transition:background-color .2s ease-in-out,transform .2s ease-in-out .24s,-webkit-backdrop-filter .24s ease-in-out;transition:background-color .2s ease-in-out,backdrop-filter .24s ease-in-out,transform .2s ease-in-out .24s;transition:background-color .2s ease-in-out,backdrop-filter .24s ease-in-out,transform .2s ease-in-out .24s,-webkit-backdrop-filter .24s ease-in-out;width:100%;z-index:22}.header__wrapper{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding-block:1.125rem}@media (min-width:768px){.header__wrapper{padding-block:1.875rem}}@media (min-width:992px){.header__wrapper{padding-block:2.5rem}}.header__wrapper__logo,.header__wrapper__logo:hover{color:rgba(var(--color-white))}.header__wrapper__logo svg{width:10rem}@media (min-width:992px){.header__wrapper__logo svg{width:12rem}}.header__wrapper__right{display:flex;gap:.625rem}.header__wrapper__right .navigation{align-items:center;color:rgba(var(--color-white));display:none;font-size:clamp(1.125rem,1.125rem + 0vw,1.125rem);gap:1.875rem;justify-content:flex-end;list-style-type:none;margin-bottom:0;padding-left:0;width:100%}@media (min-width:992px){.header__wrapper__right .navigation{display:flex}}.header__wrapper__right .navigation li>a{cursor:pointer;display:flex;font-weight:600;transition:color var(--transition-duration) var(--transition);white-space:nowrap}.header__wrapper__right .navigation li>a:hover{color:rgba(var(--color-primary))}.header__wrapper__right .navigation li:last-child a{align-items:center;background:rgba(var(--color-white));border-radius:1.25rem;color:#23353b;display:flex;font-size:.75rem;font-weight:var(--font-weight-semi-bold);height:1.875rem;justify-content:center;line-height:1;padding-inline:.9375rem 1.6875rem;position:relative;text-transform:uppercase;transition:all var(--transition-duration) var(--transition);width:-moz-fit-content;width:fit-content}.header__wrapper__right .navigation li:last-child a:after{background:url(../images/icon-chevron-right.svg?1b351ca3b9cb1c6020b37d959e25cd63) 50% no-repeat;content:"";height:.625rem;position:absolute;right:.625rem;top:50%;transform:translateY(-50%);transition:all var(--transition-duration) var(--transition);width:.625rem}.header__wrapper__right .navigation li:last-child a:hover{background:rgba(var(--color-primary));color:rgba(var(--color-white))}.header__wrapper__right .navigation li:last-child a:hover:after{background:url(../images/icon-chevron-right-white.svg?fc2b644ea5122626418d75f5ebceca3f) 50% no-repeat;right:.5rem}.header__wrapper__right .language-switcher{display:none}@media (min-width:992px){.header__wrapper__right .language-switcher{display:flex}}.header__wrapper__right .language-switcher__list{bottom:unset;padding-bottom:0;padding-top:2.1875rem;top:0;transform-origin:top center}.header__wrapper__right .language-switcher .item{background:unset;color:rgba(var(--color-white))}.header--scrolled{background:rgba(var(--color-white));border-bottom:1px solid #cdd2d3}.header--scrolled .header__wrapper{padding-block:.9375rem}@media (min-width:992px){.header--scrolled .header__wrapper{padding-block:1.25rem;padding-block:1.5rem}}.header--scrolled .header__wrapper__right .navigation li>a{color:rgba(var(--color-text))}.header--scrolled .header__wrapper__right .navigation li>a:hover{color:rgba(var(--color-primary))}.header--scrolled .header__wrapper__right .navigation li:last-child a{background:rgba(var(--color-background-light-gray))}.header--scrolled .header__wrapper__right .navigation li:last-child a:hover{color:rgba(var(--color-text))}.header--scrolled .header__wrapper__right .language-switcher__list__item a:hover{border-color:rgba(var(--color-primary))!important;color:rgba(var(--color-primary))!important}.header--scrolled .header__wrapper__right .language-switcher .item{background:rgba(var(--color-white));border-color:rgba(var(--color-text));color:rgba(var(--color-text))}.header--scrolled .header__wrapper__logo svg{color:rgba(Var(--color-text));width:10rem}@media (min-width:992px){.header--scrolled .header__wrapper__logo svg{width:10.625rem}}.header--scrolled .header__toggle{box-shadow:0 0 12px rgba(0,0,0,.12)}@media (min-width:992px){.header--scrolled-back{transform:translateY(0)}}.header--secondary .header__wrapper__logo svg,.header--secondary .header__wrapper__right .navigation li>a{color:rgba(var(--color-text))}.header--secondary .header__wrapper__right .navigation li>a:hover{color:rgba(var(--color-primary))}.header--secondary .header__wrapper__right .navigation li:last-child a{background:rgba(var(--color-background-light-gray))}.header--secondary .header__wrapper__right .navigation li:last-child a:hover{background:rgba(var(--color-primary));color:rgba(var(--color-white))}.header--secondary .header__wrapper__right .navigation li:last-child a:hover:after{background:url(../images/icon-chevron-right-white.svg?fc2b644ea5122626418d75f5ebceca3f) 50% no-repeat;right:.5rem}.header--secondary .header__wrapper__right .language-switcher .item{border-color:rgba(var(--color-text));color:rgba(var(--color-text))}.header--secondary .header__toggle{border:1px solid rgba(var(--color-background-light-gray));box-shadow:0 4px 10px rgba(0,0,0,.1)}.header__toggle{align-items:center;background:rgba(var(--color-white));border-radius:100%;display:flex;height:2.5rem;justify-content:center;width:2.5rem}@media (min-width:768px){.header__toggle{height:2.8125rem;width:2.8125rem}}@media (min-width:992px){.header__toggle{display:none}}.header__toggle:focus{outline:0}.header__toggle .wrapper{display:block;height:.625rem;position:relative;width:1.25rem}.header__toggle .wrapper>span{background-color:rgba(var(--color-text));display:block;height:.0625rem;position:absolute;transition:var(--transition-duration) var(--transition);width:100%}.header__toggle .wrapper>span:first-child{left:0;top:0}.header__toggle .wrapper>span:nth-child(2){left:0;top:50%;transform:translateY(-50%)}.header__toggle .wrapper>span:nth-child(3){bottom:0;left:0}.header__toggle.active .wrapper{height:1.25rem}.header__toggle.active .wrapper>span:first-child{top:50%;transform:translateY(0) rotate(45deg)}.header__toggle.active .wrapper>span:nth-child(2){opacity:0}.header__toggle.active .wrapper>span:nth-child(3){bottom:unset;left:0;top:50%;transform:translateY(0) rotate(-45deg)}.header--background{-webkit-backdrop-filter:blur(17.6px);backdrop-filter:blur(17.6px);background:rgba(var(--color-white),.92);box-shadow:0 4px 20px rgba(0,0,0,.05);transition:background-color .2s ease-in-out,-webkit-backdrop-filter .3s ease-in-out;transition:background-color .2s ease-in-out,backdrop-filter .3s ease-in-out;transition:background-color .2s ease-in-out,backdrop-filter .3s ease-in-out,-webkit-backdrop-filter .3s ease-in-out}@media (min-width:992px){.header--background{transform:translateY(-3.875rem)}}.header--background .header__wrapper__logo{width:8.4375rem}@media (min-width:992px){.header--background .header__wrapper__logo{width:10.9375rem}}.header--background .header__navigation{color:rgba(var(--color-text))}.header--offcanvas-active{background:unset;border:none;box-shadow:unset}.header--offcanvas-active .header__wrapper__logo svg{color:rgba(var(--color-white))}@media (min-width:992px){.header--sub-menu-open{transform:translateY(0)}}.header--sub-menu-open .header__wrapper__logo svg,.header--sub-menu-open .header__wrapper__right .navigation li>a{color:rgba(var(--color-text))}.header--sub-menu-open .header__wrapper__right .navigation li>a:hover{color:rgba(var(--color-primary))}.header--sub-menu-open .header__wrapper__right .navigation li:last-child a{background:rgba(var(--color-background-light-gray))}.header--sub-menu-open .header__wrapper__right .navigation li:last-child a:hover{background:rgba(var(--color-primary));color:rgba(var(--color-white))}.header--sub-menu-open .header__wrapper__right .navigation li:last-child a:hover:after{background:url(../images/icon-chevron-right-white.svg?fc2b644ea5122626418d75f5ebceca3f) 50% no-repeat;right:.5rem}.header--sub-menu-open .header__wrapper__right .language-switcher .item{border-color:rgba(var(--color-text));color:rgba(var(--color-text))}.header--sub-menu-open .header__toggle{border:1px solid rgba(var(--color-background-light-gray));box-shadow:0 4px 10px rgba(0,0,0,.1)}.page-404{position:relative}.page-404__breadcrumbs{position:absolute;top:4.875rem}@media (min-width:992px){.page-404__breadcrumbs{top:7.375rem}}.page-404__breadcrumbs p,.page-404__breadcrumbs span{color:#7b8689}.page-404__inner{display:flex;flex-direction:column;justify-content:center;min-height:70vh;padding-block:11.5625rem 6.5625rem;text-align:center}@media (min-width:992px){.page-404__inner{height:100vh}}.page-404__inner>.error-label{align-items:center;background:rgba(var(--color-text));border-radius:1.875rem;color:rgba(var(--color-white));display:flex;font-size:clamp(.6875rem,.6716rem + .0654vw,.75rem);height:1.875rem;justify-content:center;letter-spacing:1px;line-height:1;margin-inline:auto;margin-bottom:1.875rem;padding-inline:.9375rem;text-transform:uppercase;width:-moz-fit-content;width:fit-content}@media (min-width:992px){.page-404__inner>.error-label{margin-bottom:2.5rem}}.page-404__inner>.title{font-size:clamp(2.5rem,2.0539rem + 1.8301vw,4.25rem)}.page-404__inner>.content{color:rgba(var(--color-text-light-gray));margin-inline:auto;max-width:80%}@media (min-width:992px){.page-404__inner>.content{max-width:25rem}}.page-404__inner>.btn{margin-inline:auto;margin-top:2.5rem}@media (min-width:992px){.page-404__inner>.btn{margin-top:3.75rem}}.content-single-layout{margin-bottom:3.75rem;padding-top:8.125rem}@media (min-width:768px){.content-single-layout{margin-bottom:4.375rem;padding-top:8.125rem}}@media (min-width:992px){.content-single-layout{margin-bottom:5rem;padding-top:12.1875rem}}.content-single-layout__breadcrumbs{position:absolute;top:4.875rem}@media (min-width:992px){.content-single-layout__breadcrumbs{top:7.375rem}}.content-single-layout__breadcrumbs p,.content-single-layout__breadcrumbs span{color:#7b8689}.content-single-layout__header{margin-bottom:2.5rem}@media (min-width:992px){.content-single-layout__header{margin-bottom:3.75rem}}.content-single-layout__header__title{font-size:clamp(1.75rem,1.3517rem + 1.634vw,3.3125rem);margin-bottom:.9375rem}@media (min-width:992px){.content-single-layout__header__title{margin-bottom:1.25rem}}.content-single-layout__header__meta{color:#28808b;font-size:.6875rem;font-weight:var(--font-weight-semi-bold);letter-spacing:1px;line-height:1;text-transform:uppercase}.content-single-layout__header__meta .line{margin-inline:.3125rem}.content-single-layout__wrapper{position:relative}@media (min-width:992px){.content-single-layout__wrapper{display:grid;gap:1.875rem;grid-template-columns:repeat(12,1fr)}}.content-single-layout__wrapper__thumb{aspect-ratio:350/197;border-radius:.3125rem;height:auto;overflow:hidden;position:relative;width:100%;z-index:2}@media (min-width:992px){.content-single-layout__wrapper__thumb{grid-column:2/12}}.content-single-layout__wrapper__thumb>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.content-single-layout__wrapper .line-wrapper{height:5.25rem;left:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}@media (min-width:992px){.content-single-layout__wrapper .line-wrapper{height:8.5rem}}.content-single-layout__wrapper .line-wrapper>.line{background:rgba(var(--color-primary));height:1px;position:absolute;width:200vw}@media (min-width:992px){.content-single-layout__wrapper .line-wrapper>.line{width:100vw}}.content-single-layout__wrapper .line-wrapper>.line:first-child{left:-50vw;top:0}@media (min-width:992px){.content-single-layout__wrapper .line-wrapper>.line:first-child{left:0}}.content-single-layout__wrapper .line-wrapper>.line:nth-child(2){background:rgba(var(--color-secondary));right:-50vw;top:50%}@media (min-width:992px){.content-single-layout__wrapper .line-wrapper>.line:nth-child(2){right:0}}.content-single-layout__wrapper .line-wrapper>.line:nth-child(3){bottom:0;left:-50vw;width:200vw}.content-single-layout__content{margin-top:2.5rem}@media (min-width:992px){.content-single-layout__content{margin-top:3.125rem}}.content-single-layout__content figure:not(:first-child),.content-single-layout__content>div:not(:first-child){margin-top:2.5rem}@media (min-width:768px){.content-single-layout__content figure:not(:first-child),.content-single-layout__content>div:not(:first-child){margin-top:3.125rem}}@media (min-width:992px){.content-single-layout__content figure:not(:first-child),.content-single-layout__content>div:not(:first-child){margin-top:3.4375rem}}.content-single-layout__content li,.content-single-layout__content ol,.content-single-layout__content p,.content-single-layout__content ul{color:#7b8689}.content-single-layout__content h2,.content-single-layout__content h3,.content-single-layout__content h4,.content-single-layout__content h5,.content-single-layout__content p+h1{margin-top:.625rem}@media (min-width:768px){.content-single-layout__content h2,.content-single-layout__content h3,.content-single-layout__content h4,.content-single-layout__content h5,.content-single-layout__content p+h1{margin-top:.9375rem}}.content-single-layout__content h1,.content-single-layout__content h2,.content-single-layout__content h3,.content-single-layout__content h4,.content-single-layout__content h5,.content-single-layout__content h6{font-size:clamp(1.125rem,.9657rem + .6536vw,1.75rem);margin-bottom:.625rem}@media (min-width:992px){.content-single-layout__content h1,.content-single-layout__content h2,.content-single-layout__content h3,.content-single-layout__content h4,.content-single-layout__content h5,.content-single-layout__content h6{margin-bottom:1.25rem}}.content-single-layout__content a:not(.btn){color:rgba(var(--color-primary));text-decoration:underline;transition:.3s ease-in-out}.content-single-layout__content a:not(.btn):hover{color:rgba(var(--color-secondary))}@media (min-width:768px){.content-single-layout__content .p-optimation-bar{margin-block:2.5rem 3.75rem}}@media (min-width:992px){.content-single-layout__content .p-optimation-bar{margin-block:3.75rem 6.25rem}}@media (min-width:768px){.content-single-layout__content .p-optimation-figures{margin-block:2.5rem 0}}.content-single-layout.vacancy .content-single-layout__header__buttons{align-items:center;display:flex;flex-wrap:wrap;gap:.9375rem;margin-top:2.5rem}.content-single-layout.vacancy .content-single-layout__header__buttons .share-btn{background:#e8eaeb;border-radius:1.25rem;color:rgba(var(--color-text));font-size:.6875rem;font-weight:var(--font-weight-semi-bold);height:1.5625rem;letter-spacing:1px;padding-inline:.75rem;text-transform:uppercase;transition:all .2s ease}.content-single-layout.vacancy .content-single-layout__header__buttons .share-btn:hover{background:rgba(var(--color-text));color:#fff}.content-single-layout.vacancy .content-single-layout__content h2,.content-single-layout.vacancy .content-single-layout__content h3,.content-single-layout.vacancy .content-single-layout__content h4,.content-single-layout.vacancy .content-single-layout__content h5,.content-single-layout.vacancy .content-single-layout__content p+h1{margin-top:1.875rem}@media (min-width:768px){.content-single-layout.vacancy .content-single-layout__content h2,.content-single-layout.vacancy .content-single-layout__content h3,.content-single-layout.vacancy .content-single-layout__content h4,.content-single-layout.vacancy .content-single-layout__content h5,.content-single-layout.vacancy .content-single-layout__content p+h1{margin-top:2.1875rem}}.content-single-layout.vacancy .content-single-layout__content ol,.content-single-layout.vacancy .content-single-layout__content p+ul{margin-top:1.5625rem}@media (min-width:768px){.content-single-layout.vacancy .content-single-layout__content ol,.content-single-layout.vacancy .content-single-layout__content p+ul{margin-top:1.875rem}}.content-single-layout.vacancy .content-single-layout__content ul{display:flex;flex-direction:column;gap:1.125rem;list-style-type:none;margin-bottom:0;padding-left:0}.content-single-layout.vacancy .content-single-layout__content ul>li{padding-left:2.0625rem;position:relative}@media (min-width:768px){.content-single-layout.vacancy .content-single-layout__content ul>li{padding-left:2.5rem}}.content-single-layout.vacancy .content-single-layout__content ul>li:before{background:url(../images/icon-checkmark.svg?358aac8a9473fee740fc4a52ca166e90) 50% no-repeat;background-size:contain;content:"";height:1.5625rem;left:0;position:absolute;top:-.0625rem;width:1.5625rem}@media (min-width:768px){.content-single-layout.vacancy .content-single-layout__content ul>li:before{height:1.875rem;top:-.1875rem;width:1.875rem}}.content-single-layout.vacancy .content-single-layout__content ul h2,.content-single-layout.vacancy .content-single-layout__content ul h3,.content-single-layout.vacancy .content-single-layout__content ul h4,.content-single-layout.vacancy .content-single-layout__content ul h5,.content-single-layout.vacancy .content-single-layout__content ul+h1{margin-top:1.875rem}@media (min-width:768px){.content-single-layout.vacancy .content-single-layout__content ul h2,.content-single-layout.vacancy .content-single-layout__content ul h3,.content-single-layout.vacancy .content-single-layout__content ul h4,.content-single-layout.vacancy .content-single-layout__content ul h5,.content-single-layout.vacancy .content-single-layout__content ul+h1{margin-top:2.1875rem}}.content-single-product{margin-bottom:3.75rem;padding-top:8.125rem}@media (min-width:768px){.content-single-product{margin-bottom:4.375rem;padding-top:8.125rem}}@media (min-width:992px){.content-single-product{margin-bottom:5rem;padding-top:12.1875rem}}.content-single-product__breadcrumbs{position:absolute;top:4.875rem}@media (min-width:992px){.content-single-product__breadcrumbs{top:7.375rem}}.content-single-product__breadcrumbs p,.content-single-product__breadcrumbs span{color:#7b8689}.content-single-product__left__slider{aspect-ratio:318/275;background:rgba(var(--color-background-light-gray));height:auto;position:relative;width:100%}.content-single-product__left__slider .swiper-button{box-shadow:0 0 10px rgba(var(--color-black),.1);position:absolute;top:50%;transform:translateY(-50%);z-index:3}.content-single-product__left__slider .swiper-button svg{height:1.875rem;width:1.875rem}@media (min-width:992px){.content-single-product__left__slider .swiper-button svg{height:2.5rem;width:2.5rem}}.content-single-product__left__slider .swiper-button.prev{left:.9375rem}@media (min-width:992px){.content-single-product__left__slider .swiper-button.prev{left:1.5625rem}}.content-single-product__left__slider .swiper-button.prev svg{rotate:180deg}.content-single-product__left__slider .swiper-button.next{right:.9375rem}@media (min-width:992px){.content-single-product__left__slider .swiper-button.next{right:1.5625rem}}.content-single-product__left__slider .swiper-button.swiper-button-disabled{opacity:.3}.content-single-product__left__slider .slider{height:100%;overflow:hidden}.content-single-product__left__slider .swiper-slide{height:auto}.content-single-product__left__slider .swiper-pagination-product-thumbs{border-radius:1.25rem;font-size:clamp(.875rem,.875rem + 0vw,.875rem);font-weight:var(--font-weight-medium);height:1.25rem;left:.9375rem;padding-inline:.4375rem;width:-moz-fit-content;width:fit-content}.content-single-product__left__slider .icon,.content-single-product__left__slider .swiper-pagination-product-thumbs{align-items:center;background:rgba(var(--color-white));bottom:1.0625rem;display:flex;justify-content:center;position:absolute}.content-single-product__left__slider .icon{border-radius:100%;box-shadow:0 0 10px rgba(var(--color-black),.1);height:1.5625rem;right:.9375rem;width:1.5625rem}.content-single-product__left__slider .icon svg{height:.875rem;width:.875rem}.content-single-product__left__slider__item{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.content-single-product__left__slider__item .link{height:100%;inset:0;position:absolute;width:100%}.content-single-product__left__slider__item img{aspect-ratio:236/169;height:auto;max-height:10.75rem;max-width:15rem;-o-object-fit:contain;object-fit:contain;width:100%}@media (min-width:768px){.content-single-product__left__slider__item img{max-height:21.125rem;max-width:29.5rem}}@media (min-width:992px){.content-single-product__left__slider__item img{max-height:21.125rem;max-width:29.5rem}}.content-single-product__right{display:flex;flex-direction:column;height:100%;margin-top:1.875rem}@media (min-width:992px){.content-single-product__right{margin-top:0}}.content-single-product__right .title{font-size:clamp(1.125rem,.9657rem + .6536vw,1.75rem);font-weight:var(--font-weight-medium);margin-bottom:1.25rem}.content-single-product__right .content{color:rgba(var(--color-text-light-gray));font-size:clamp(1rem,.9681rem + .1307vw,1.125rem)}.content-single-product__right nav.buttons{gap:0;margin-block:2.5rem}@media (min-width:992px){.content-single-product__right nav.buttons{margin-block:3.4375rem}}.content-single-product__right nav.buttons>a:nth-child(2){align-items:center;border-left:1px solid rgba(var(--color-text-light-gray));display:flex;gap:.625rem;height:2.5rem;margin-left:1.25rem;padding-left:1.25rem}@media (min-width:992px){.content-single-product__right nav.buttons>a:nth-child(2){height:3.125rem;margin-left:1.5625rem;padding-left:1.5625rem}}.content-single-product__right nav.buttons .link-brochure{transition:.3s ease}.content-single-product__right nav.buttons .link-brochure:hover{color:rgba(var(--color-primary))}.content-single-product__right .specifications{display:flex;flex-direction:column;gap:.625rem}@media (min-width:992px){.content-single-product__right .specifications{display:flex;flex-direction:column;gap:.9375rem}}.content-single-product__right .specifications .specification{border-bottom:1px solid #23353b;padding-bottom:1.25rem}.content-single-product__right .specifications .specification__label{font-size:clamp(1.125rem,1.0931rem + .1307vw,1.25rem);margin-bottom:.625rem}.content-single-product__right .specifications .specification__value{font-family:var(--font-family-headings);font-size:clamp(2.5625rem,2.3873rem + .719vw,3.25rem);line-height:1}.content-single-product__right .specifications .specification .link{color:rgba(var(--color-primary));display:block;font-size:clamp(1rem,.9681rem + .1307vw,1.125rem);margin-top:1.25rem}.content-single-product__right .specifications .specification .link svg{transform:translateY(-.0625rem) translateX(.1875rem)}.content-single-product__right .p-optimation-bar{margin-block:2.5rem 0}@media (min-width:992px){.content-single-product__right .p-optimation-bar{margin-block:auto 0}}.content-single-product .c-usps{margin-block:5.625rem}
