@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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:high_tideregular;font-style:normal;font-weight:400;src:url(../fonts/high_tide-webfont.eot?c8a76de176e6bc3b791ef962f12dc00d);src:url(../fonts/high_tide-webfont.eot?c8a76de176e6bc3b791ef962f12dc00d) format("embedded-opentype"),url(../fonts/high_tide-webfont.woff2?6cf85bd72753049fd78a5d6182404548) format("woff2"),url(../fonts/high_tide-webfont.woff?81cdc56b503d0d448f4fc1d9446ee774) format("woff"),url(../fonts/high_tide-webfont.ttf?525882cfe96f800cc08645f963924056) format("truetype")}@font-face{font-display:swap;font-family:CabinetGrotesk-Thin;font-style:normal;font-weight:100;src:url(../fonts/CabinetGrotesk-Thin.woff2?cf2b52da952379fabf22a4667d1b678d) format("woff2"),url(../fonts/CabinetGrotesk-Thin.woff?7a82d2c65da19deade072438838738fa) format("woff"),url(../fonts/CabinetGrotesk-Thin.ttf?4e07e5f2bc189f93103bc62a14c6a67d) format("truetype")}@font-face{font-display:swap;font-family:CabinetGrotesk-Extralight;font-style:normal;font-weight:200;src:url(../fonts/CabinetGrotesk-Extralight.woff2?333e1421124f6f5f2ce4f014143359d5) format("woff2"),url(../fonts/CabinetGrotesk-Extralight.woff?0a0aee471e0aaabaf198f6e3d5f3b3fa) format("woff"),url(../fonts/CabinetGrotesk-Extralight.ttf?49bf00e949763e74bd4021b0b1a0f722) format("truetype")}@font-face{font-display:swap;font-family:CabinetGrotesk-Light;font-style:normal;font-weight:300;src:url(../fonts/CabinetGrotesk-Light.woff2?ef578021ef5cf2632a15d46412073605) format("woff2"),url(../fonts/CabinetGrotesk-Light.woff?35a01b80d359a5a2ce5ab7ac5f8c7d33) format("woff"),url(../fonts/CabinetGrotesk-Light.ttf?3e99f7da5330cede47f33c69126fe196) format("truetype")}@font-face{font-display:swap;font-family:CabinetGrotesk-Regular;font-style:normal;font-weight:400;src:url(../fonts/CabinetGrotesk-Regular.woff2?36628114dad0d602be78e688c680dbf4) format("woff2"),url(../fonts/CabinetGrotesk-Regular.woff?133340b3f2339c545d7a7a53ab4dbed2) format("woff"),url(../fonts/CabinetGrotesk-Regular.ttf?6a0bc5b857b1a7af3eeac98368ebb20c) format("truetype")}@font-face{font-display:swap;font-family:CabinetGrotesk-Medium;font-style:normal;font-weight:500;src:url(../fonts/CabinetGrotesk-Medium.woff2?467bcdaa2530ea7584037c6d69bab091) format("woff2"),url(../fonts/CabinetGrotesk-Medium.woff?1928499875b5b3682ea5b7c63897ef22) format("woff"),url(../fonts/CabinetGrotesk-Medium.ttf?06e4535179580983658a5c383d175eed) format("truetype")}@font-face{font-display:swap;font-family:CabinetGrotesk-Bold;font-style:normal;font-weight:700;src:url(../fonts/CabinetGrotesk-Bold.woff2?c9c3bc30c44ade9d3b9b8068a54929a5) format("woff2"),url(../fonts/CabinetGrotesk-Bold.woff?0fb1cbec860aa3537c32f7ff3702534f) format("woff"),url(../fonts/CabinetGrotesk-Bold.ttf?049721aa3e601711db60fb7a87cbd0c5) format("truetype")}@font-face{font-display:swap;font-family:CabinetGrotesk-Extrabold;font-style:normal;font-weight:800;src:url(../fonts/CabinetGrotesk-Extrabold.woff2?599c0758c052d8f4c3f8ec7e7568e137) format("woff2"),url(../fonts/CabinetGrotesk-Extrabold.woff?841faf95c6ba525e617d15eeccc4b318) format("woff"),url(../fonts/CabinetGrotesk-Extrabold.ttf?9ec7766b97fa50aa8241b4fab8b462f1) format("truetype")}@font-face{font-display:swap;font-family:CabinetGrotesk-Black;font-style:normal;font-weight:900;src:url(../fonts/CabinetGrotesk-Black.woff2?811203077326fa601dfa7e9285e27e27) format("woff2"),url(../fonts/CabinetGrotesk-Black.woff?811034da30a4fff604def210e91f9584) format("woff"),url(../fonts/CabinetGrotesk-Black.ttf?673da867dd340705f42b7ebeddc784da) format("truetype")}:root{--color-primary:36,67,26;--color-secondary:218,146,9;--color-background:255,251,238;--color-white:255,255,255;--font-family-body:"Open Sans",sans-serif;--font-family-headings:"CabinetGrotesk-Extrabold",sans-serif;--font-family-subtitle:"high_tideregular",sans-serif;--border:1px solid rgba(var(--color-primary),.15);--border-dashed:1px dashed rgba(var(--color-primary),.15);--border-radius:0.3125rem;--font-weight-medium:600;--font-weight-semi-bold:700;--font-weight-bold:800;--font-weight-extra-bold:900}

/*!
 * 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}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.h1,.h2,.h3,.h4,.h5,.h6,.paragraph,h1,h2,h3,h4,h5,h6,p{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;margin:0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:rgba(var(--color-primary));line-height:.9512195122}.h1,h1{font-size:clamp(2.8125rem,2.223rem + 2.4183vw,5.125rem)}.h2,h2{font-size:clamp(2.1875rem,1.7574rem + 1.7647vw,3.875rem)}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:var(--font-family-headings)}.h1 span,.h1 strong,.h2 span,.h2 strong,.h3 span,.h3 strong,.h4 span,.h4 strong,.h5 span,.h5 strong,.h6 span,.h6 strong,h1 span,h1 strong,h2 span,h2 strong,h3 span,h3 strong,h4 span,h4 strong,h5 span,h5 strong,h6 span,h6 strong{color:rgba(var(--color-secondary))}p{color:rgba(var(--color-primary))}p.subtitle{color:rgba(var(--color-secondary));font-family:var(--font-family-subtitle);font-size:clamp(2.3125rem,2.185rem + .5229vw,2.8125rem);line-height:1.2;margin-bottom:1.25rem}@media (min-width:992px){p.subtitle{margin-bottom:2.5rem}}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6,strong{font-weight:var(--font-weight-bold)}body{color:rgba(var(--color-primary));font-family:var(--font-family-body);font-size:clamp(1rem,.9681rem + .1307vw,1.125rem)}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}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{color:rgba(var(--color-primary));text-decoration:none}button{background:transparent;border:none;color:inherit;cursor:pointer;display:block;font:inherit;margin:0;padding:0;text-align:left}.error404 footer{display:none}address,figure{margin-bottom:0}.content a:not(.btn){color:#45803a;text-decoration:underline}@media (min-width:1200px){.container{max-width:1100px}}@media (min-width:1300px){.container{max-width:1200px}}@media (min-width:1800px){.container{max-width:1600px}}.btn-archive{color:#fff;font-size:clamp(.875rem,.8431rem + .1307vw,1rem);font-weight:var(--font-weight-semi-bold);position:relative;transition:color .3s ease}.btn-archive .label{display:inline-block;transition:transform .3s ease}.btn-archive:hover{color:rgba(var(--color-secondary))}.btn-archive:hover .label{transform:translateX(5px)}.btn{align-items:center;border-radius:var(--border-radius);color:rgba(var(--color-primary));display:inline-flex;font-size:clamp(.875rem,.8431rem + .1307vw,1rem);font-weight:var(--font-weight-semi-bold);height:3.125rem;justify-content:center;overflow:hidden;padding-inline:1.5625rem;position:relative;text-align:center;transition:background-color .24s ease;white-space:nowrap;width:-moz-fit-content;width:fit-content;z-index:2}.btn:after{border:.125rem solid rgba(var(--color-primary));border-radius:var(--border-radius);content:"";inset:0;pointer-events:none;position:absolute}.btn svg{margin-right:10px;position:relative;z-index:3}.btn--secondary,.btn:hover{color:rgba(var(--color-white))}.btn:hover{background:rgba(var(--color-secondary))}.btn:hover .btn__label{color:rgba(var(--color-white));transition:color .15s ease}@media (hover:hover){.btn:hover{text-decoration:none}.btn:hover:after{border-color:rgba(var(--color-secondary))}}.btn--tertiary-filled{background:rgba(var(--color-secondary));color:rgba(var(--color-white))}.btn--tertiary-filled:after{border-color:rgba(var(--color-secondary))}.btn--tertiary-filled:hover{background:rgba(var(--color-primary));color:rgba(var(--color-white))}.btn--tertiary-filled:hover:after{border-color:rgba(var(--color-primary))}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes appear{to{opacity:1}}@keyframes transform-to-0{to{opacity:1;transform:translate(0) rotate(0)}}form .gform-body .gform_fields{gap:1.25rem!important}@media (min-width:992px){form .gform-body .gform_fields{gap:1.5625rem!important}}form .gform-body .gform_fields .gfield .gform-field-label{color:rgba(var(--color-primary));font-size:clamp(1rem,.9681rem + .1307vw,1.125rem);gap:0;line-height:1;min-height:1.5625rem}form .gform-body .gform_fields .gfield input[type=email],form .gform-body .gform_fields .gfield input[type=number],form .gform-body .gform_fields .gfield input[type=tel],form .gform-body .gform_fields .gfield input[type=text]{background:unset;border:2px solid #d3d6c4;border-radius:var(--border-radius);box-shadow:unset;height:3.125rem;width:100%}@media (min-width:992px){form .gform-body .gform_fields .gfield input[type=email],form .gform-body .gform_fields .gfield input[type=number],form .gform-body .gform_fields .gfield input[type=tel],form .gform-body .gform_fields .gfield input[type=text]{height:3.75rem}}form .gform-body .gform_fields .gfield input[type=email]:focus,form .gform-body .gform_fields .gfield input[type=number]:focus,form .gform-body .gform_fields .gfield input[type=tel]:focus,form .gform-body .gform_fields .gfield input[type=text]:focus{outline:2px solid rgba(var(--color-primary),.5)}form .gform-body .gform_fields .gfield--type-checkbox{margin-top:1.875rem;position:relative}form .gform-body .gform_fields .gfield--type-checkbox .gfield_label{background:rgba(var(--color-background));color:rgba(var(--color-secondary));font-family:CabinetGrotesk-Medium,"sans-serif";font-size:clamp(1.25rem,1.2022rem + .1961vw,1.4375rem);left:1.25rem;margin-bottom:0;padding-inline:1.25rem;position:absolute;top:-.9375rem}form .gform-body .gform_fields .gfield--type-checkbox .ginput_container_checkbox{border:1px dashed rgba(var(--color-primary));border-radius:var(--border-radius);padding:2.5rem}form .gform-body .gform_fields .gfield--type-checkbox .ginput_container_checkbox input[type=checkbox]{background:#dedfce;border:1px solid #dedfce;box-shadow:none}form .gform-body .gform_fields .gfield--type-checkbox .ginput_container_checkbox input[type=checkbox]:before{color:rgba(var(--color-primary))}form .gform-body .gform_fields .gfield--type-checkbox .ginput_container_checkbox input[type=checkbox]:focus{outline:2px solid rgba(var(--color-primary),.5)}form .gform-body .gform_fields .gfield--type-html{margin-top:1.875rem}@media (min-width:992px){form .gform-body .gform_fields .gfield--type-html{max-width:31.25rem}}form .gform-body .gform_fields .gfield--type-html h1,form .gform-body .gform_fields .gfield--type-html h2,form .gform-body .gform_fields .gfield--type-html h3,form .gform-body .gform_fields .gfield--type-html h4,form .gform-body .gform_fields .gfield--type-html h5{font-size:clamp(2.1875rem,1.9167rem + 1.1111vw,3.25rem);margin-bottom:.625rem!important}form .gform-body .gform_fields .gfield--type-html p i{font-weight:500}form .gform-body .gform_fields textarea{background:unset;border:var(--border);border-radius:var(--border-radius);box-shadow:unset;width:100%}form .gform-body .gform_fields textarea:focus{outline:2px solid rgba(var(--color-primary),.5)}form .gform-body .gform_fields .ginput_container_fileupload{background:#fff;border:1px solid #e9e9ea;border-radius:5px;padding:40px 30px;text-align:center}@media (min-width:992px){form .gform-body .gform_fields .ginput_container_fileupload{padding:60px 45px}}form .gform-body .gform_fields .ginput_container_fileupload .gform_drop_area{border:unset;box-shadow:unset;padding:0 0 20px}form .gform-body .gform_fields .ginput_container_fileupload .gform_drop_area:before{display:none!important}form .gform-body .gform_fields .ginput_container_fileupload .gfield_description{color:#798ba2;font-size:12px!important;margin:auto;max-width:250px}form .gform-body .gform_fields .ginput_container_fileupload .gform_drop_instructions{display:none}form .gform-body .gform_fields .ginput_container_fileupload .button{background:unset!important;border:2px dashed rgba(var(--color-primary))!important;border-radius:30px!important;box-shadow:unset!important;color:rgba(var(--color-primary))!important;font-weight:400!important;height:40px!important;padding-inline:30px!important}form .gform-body .gform_fields .ginput_container_fileupload input[type=file]{border:0;box-shadow:unset}form .gform-body .gform_fields .gfield_required .gfield_required{font-size:0}form .gform-body .gform_fields .gfield_required .gfield_required:after{color:rgba(var(--color-primary));content:"*";display:inline-block;font-size:1.125rem;position:relative}form .gform-body .gform_fields .ginput_container_consent{align-items:center}form .gform-body .gform_fields .ginput_container_consent .gform-field-label{color:rgba(var(--color-primary),.6);font-size:clamp(.75rem,.75rem + 0vw,.75rem)}form .gform-body .gform_fields .ginput_container_consent .gfield_required{display:none}form .gform-body .gform_fields .ginput_container_consent label{min-height:unset!important}form .gform-body .gform_fields .ginput_container_consent input[type=checkbox]{background:#dedfce;border:1px solid #dedfce;box-shadow:none}form .gform-body .gform_fields .ginput_container_consent input[type=checkbox]:before{color:rgba(var(--color-primary))}form .gform-body .gform_fields .ginput_container_consent input[type=checkbox]:focus{outline:2px solid rgba(var(--color-primary),.5)}form .gform-body .gform_fields .ginput_container_consent a{text-decoration:underline;transition:.3s ease}form .gform-body .gform_fields .ginput_container_consent a:hover{color:rgba(var(--color-primary))}@media (min-width:768px){form .gform-body .gform_fields .gfield--type-submit{margin-left:auto}}form .gform-body .gform_fields .gfield--type-submit input[type=submit]{background:rgba(var(--color-primary))!important;border-radius:30px!important;font-size:16px!important;height:50px!important;padding-inline:30px!important}@media (min-width:992px){form .gform-body .gform_fields .gfield--type-submit input[type=submit]{font-size:18px!important}}form .gform-body .gform_fields .gform-footer{margin:0!important}@media (min-width:768px){form .gform-body .gform_fields .col-input-2{grid-column:span 2}form .gform-body .gform_fields .col-input-4{grid-column:span 4}form .gform-body .gform_fields .col-input-6{grid-column:span 6}}form .gform_footer{margin-top:2.5rem!important}form .gform_footer input[type=submit]{background:rgba(var(--color-secondary))!important;font-size:clamp(1rem,.9681rem + .1307vw,1.125rem)!important;height:3.125rem!important;padding-inline:1.5625rem!important}@media (min-width:992px){form .gform_footer input[type=submit]{height:3.75rem!important;padding-inline:1.75rem!important}}@media (prefers-reduced-motion:no-preference){.top-bar ul>li{animation:transform-to-0 .5s ease-in-out .15s forwards;opacity:0;transform:translateX(5px)}.top-bar ul>li:nth-child(2){animation-delay:.2s}.top-bar ul>li:nth-child(3){animation-delay:.25s}.top-bar ul>li:nth-child(4){animation-delay:.3s}.top-bar ul>li:nth-child(5){animation-delay:.35s}.top-bar ul>li:nth-child(6){animation-delay:.4s}.top-bar ul>li:nth-child(7){animation-delay:.45s}.header__logo{animation:transform-to-0 .5s ease-in-out forwards;opacity:0;transform:translateX(5px)}.header .navigation>li{animation:transform-to-0 .5s ease-in-out .15s forwards;opacity:0;transform:translateX(5px)}.header .navigation>li:nth-child(2){animation-delay:.2s}.header .navigation>li:nth-child(3){animation-delay:.25s}.header .navigation>li:nth-child(4){animation-delay:.3s}.header .navigation>li:nth-child(5){animation-delay:.35s}.header .navigation>li:nth-child(6){animation-delay:.4s}.header .navigation>li:nth-child(7){animation-delay:.45s}.header__functions{animation:appear .5s ease-in-out .5s forwards;opacity:0}.header .btn{animation:transform-to-0 .5s ease-in-out .5s forwards;opacity:0;transform:translateX(5px)}}article.testimonial{aspect-ratio:189/283;border-radius:var(--border-radius);height:100%;overflow:hidden;position:relative}article.testimonial .content{background:rgba(var(--color-background));color:rgba(var(--color-primary));display:flex;flex-direction:column;height:100%;justify-content:space-between;text-align:center}article.testimonial .content p{color:rgba(var(--color-primary));font-weight:var(--font-weight-medium)}article.testimonial .content .wrapper{padding:2.1875rem 1.875rem 0}@media (min-width:992px){article.testimonial .content .wrapper{padding:3.75rem 3.4375rem 0}}article.testimonial .content .wrapper .top{margin-bottom:2.1875rem;text-align:center}article.testimonial .content .wrapper .top .rating{margin-bottom:.625rem}article.testimonial .content .wrapper .top .stars{display:flex;gap:.1875rem;justify-content:center;line-height:0}article.testimonial .content .wrapper .top .stars .star{display:inline-block;height:.625rem;position:relative;width:.625rem}article.testimonial .content .wrapper .top .stars .star svg{display:block;height:100%}article.testimonial .content .wrapper .top .stars .star .star-base path{fill:#ccc}article.testimonial .content .wrapper .top .stars .star .star-fill{color:rgba(var(--color-primary));height:100%;left:0;overflow:hidden;position:absolute;top:0}article.testimonial .content a:not(.btn){color:rgba(var(--color-primary));transition:.3s ease-in-out}article.testimonial .content a:not(.btn):hover{color:rgba(var(--color-secondary))}article.testimonial .content .reviewer{border-top:2px dashed rgba(var(--color-primary),.14);display:flex;justify-content:center;padding:1.875rem}article.testimonial .image{height:100%;overflow:hidden}article.testimonial .image img,article.testimonial .video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}article.testimonial .video{inset:0;position:absolute;transition:scale 1s ease}article.testimonial.has-video .video-link{height:100%;inset:0;position:absolute;width:100%;z-index:3}article.testimonial.has-video:after{background:url(../images/icon-play-green.svg?9d68d633dc6769c9d004fa6e91cd45de) no-repeat 50%,rgba(var(--color-white));background-size:.875rem;border-radius:var(--border-radius);content:"";height:3.125rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .6s ease;width:3.125rem;z-index:2}article.testimonial.has-video:hover .video{scale:1.2}article.testimonial.has-video:hover:after{transform:translate(-50%,-50%) scale(1.1)}@media (min-width:768px){article.testimonial--image{transform:translateY(1.875rem)}}@media (min-width:992px){article.testimonial--image{transform:translateY(1.875rem)}}article.recipe-product{align-items:center;border:1px dashed rgba(var(--color-primary));border-radius:var(--border-radius);display:flex;gap:1.25rem;padding:.625rem 3.4375rem .625rem .625rem;position:relative}@media (min-width:992px){article.recipe-product{gap:2.5rem;padding-right:6.25rem}}article.recipe-product .thumb{align-items:center;background:rgba(var(--color-primary));border-radius:var(--border-radius);display:flex;flex:none;height:7.1875rem;justify-content:center;width:4.375rem}@media (min-width:992px){article.recipe-product .thumb{height:11.25rem;width:6.875rem}}article.recipe-product .thumb img{height:80%;-o-object-fit:contain;object-fit:contain;width:80%}article.recipe-product .content{display:flex;flex-direction:column}article.recipe-product .content .label{color:rgba(var(--color-secondary));font-weight:var(--font-weight-semi-bold);margin-bottom:5px}article.recipe-product .icon-arrow-right{position:absolute;right:1.875rem;top:50%;transform:translateY(-50%)}@media (min-width:992px){article.recipe-product .icon-arrow-right{right:3.75rem}}article.recipe-product .link{height:100%;inset:0;position:absolute;width:100%}article.recipe{position:relative}article.recipe .thumb{aspect-ratio:1;border-radius:var(--border-radius);height:auto;overflow:hidden;width:100%}article.recipe .thumb img{height:100%;-o-object-fit:cover;object-fit:cover;transition:scale .7s ease;width:100%}article.recipe .content{margin-top:1.25rem}@media (min-width:992px){article.recipe .content{margin-top:2.1875rem}}article.recipe .content .label{color:rgba(var(--color-white));display:inline-block;font-size:1rem;margin-bottom:.625rem;transition:color .3s ease}article.recipe .content .title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:clamp(1.5625rem,1.4828rem + .3268vw,1.875rem);overflow:hidden;transition:color .3s ease}article.recipe .link{height:100%;inset:0;position:absolute;width:100%;z-index:2}article.recipe:hover img{scale:1.05}article.recipe:hover .label{color:rgba(var(--color-secondary))!important}article.recipe:hover .title{color:rgba(var(--color-secondary))}article.product-sauce{position:relative}article.product-sauce .product-thumb{margin-inline:auto;padding-top:2rem;position:relative;transition:scale .3s ease;width:4.5rem}@media (min-width:992px){article.product-sauce .product-thumb{padding-top:5.3125rem;width:7.125rem}}article.product-sauce .product-thumb__wrapper{height:100%;left:-2rem;max-height:2.5rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:calc(100% + 4rem);z-index:2}@media (min-width:768px){article.product-sauce .product-thumb__wrapper{left:-3rem;top:60%;width:calc(100% + 6rem)}}article.product-sauce .product-thumb__wrapper .ingredient{height:6.25rem;-o-object-fit:contain;object-fit:contain;opacity:0;position:absolute;scale:0;transition:all .2s ease;width:6.25rem;z-index:2}article.product-sauce .product-thumb__wrapper .ingredient:first-child{left:0;top:0}article.product-sauce .product-thumb__wrapper .ingredient:nth-child(2){right:0;top:5.375rem}article.product-sauce .product-thumb__wrapper .ingredient:nth-child(3){bottom:5.375rem;left:0}article.product-sauce .product-thumb__wrapper .ingredient:nth-child(4){bottom:0;right:0}article.product-sauce .product-thumb .sauce{height:100%;-o-object-fit:contain;object-fit:contain;transition:all .5s ease;width:100%}article.product-sauce .content{color:rgba(var(--color-primary));margin-inline:auto;margin-top:1.25rem;text-align:center;transition:scale .3s ease}@media (min-width:992px){article.product-sauce .content{margin-top:2.8125rem;max-width:20.625rem}}article.product-sauce .content .extra-label{background:rgba(var(--color-secondary));border-radius:.125rem;color:rgba(var(--color-white));display:inline-block;font-size:clamp(.875rem,.8113rem + .2614vw,1.125rem);left:50%;margin-bottom:.3125rem;padding-inline:.625rem;position:absolute;top:-1.5625rem;transform:translateX(-50%)}@media (min-width:992px){article.product-sauce .content .extra-label{top:-2.5rem}}article.product-sauce .content h3{font-weight:var(--font-weight-extra-bold)}article.product-sauce .content .usp{font-weight:600}@media (min-width:992px){article.product-sauce .content .usp{margin-top:.625rem}}article.product-sauce .sauce-border{color:rgba(var(--color-primary),.15);height:auto;left:50%;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;transform:translateX(-50%);width:6.875rem}@media (min-width:992px){article.product-sauce .sauce-border{width:11.875rem}}article.product-sauce .link{cursor:pointer;height:100%;inset:0;position:absolute;width:100%;z-index:2}article.product-sauce:hover .product-thumb .sauce{filter:drop-shadow(6px -8px 3px rgba(34,34,34,.15));transform:rotate(3deg)}@media (min-width:992px){article.product-sauce:hover .ingredient{opacity:1;scale:1}}.card-faq{border-bottom:var(--border);overflow:hidden;position:relative}.card-faq:first-child{border-top:var(--border)}.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-family:var(--font-family-body);font-size:clamp(1rem,.9681rem + .1307vw,1.125rem);font-weight:var(--font-weight-medium);letter-spacing:0;line-height:1.75;padding-right:3.125rem;text-transform:none;transition:color .3s ease}.card-faq .faq-question .icon{color:#24431a;flex:none;height:.75rem;margin-right:.3125rem;margin-top:.5rem;transition:.3s ease;width:.75rem}@media (min-width:992px){.card-faq .faq-question .icon{height:1.125rem;margin-right:.625rem;margin-top:.375rem;width:1.125rem}}.card-faq .faq-answer{max-height:0;opacity:0;pointer-events:none;transition:all .3s ease}.card-faq .faq-answer a:not(.btn){text-decoration:underline;transition:.2s ease}.card-faq .faq-answer a:not(.btn):hover{color:rgba(var(--color-secondary))}.card-faq.active .faq-question .faq-title{text-decoration:underline}.card-faq.active .faq-question .icon{rotate:45deg}.card-faq.active .faq-answer{max-height:2000px;opacity:1;padding-block:1.25rem 2.5rem;pointer-events:auto}@media (min-width:992px){.card-faq.active .faq-answer{padding-block:1.25rem 3.75rem}}article.type-employee{position:relative}article.type-employee .thumb{aspect-ratio:1;border-radius:var(--border-radius);height:auto;overflow:hidden;width:100%}article.type-employee .thumb img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}article.type-employee .content{margin-top:1.875rem}article.type-employee .content .title{font-size:clamp(1.25rem,1.0907rem + .6536vw,1.875rem)}article.type-employee .content .job-title{font-family:CabinetGrotesk-Medium,sans-serif;font-size:clamp(1.25rem,1.2022rem + .1961vw,1.4375rem)}article.type-employee .content .contact-info{display:flex;flex-direction:column;margin-top:1.25rem}@media (min-width:992px){article.type-employee .content .contact-info{margin-top:1.875rem}}article.type-employee .content .contact-info a{display:inline-block;transition:color .3s ease}article.type-employee .content .contact-info a:hover{color:rgba(var(--color-secondary))}article.type-employee .link{height:100%;inset:0;position:absolute;width:100%}.recipe-card{align-items:center;display:flex;gap:1.875rem;position:relative}.recipe-card .thumb{border-radius:var(--border-radius);flex:none;height:4.6875rem;overflow:hidden;width:4.6875rem}@media (min-width:992px){.recipe-card .thumb{height:6.625rem;width:6.625rem}}.recipe-card .thumb img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.recipe-card .content .title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:rgba(var(--color-primary));display:-webkit-box;font-family:Open Sans,sans-serif;font-size:clamp(1rem,.9681rem + .1307vw,1.125rem);font-weight:600;line-height:1.3888888889;overflow:hidden}.recipe-card .link{height:100%;inset:0;position:absolute;width:100%}.recipe-card+.recipe-card{margin-top:1.25rem}.product-sauce-card{align-items:center;display:flex;gap:1.875rem;position:relative}.product-sauce-card .thumb{align-items:center;background:rgba(var(--color-primary));border-radius:var(--border-radius);display:flex;flex:none;height:4.6875rem;justify-content:center;overflow:hidden;width:4.6875rem}@media (min-width:992px){.product-sauce-card .thumb{height:6.625rem;width:6.625rem}}.product-sauce-card .thumb img{height:80%;-o-object-fit:contain;object-fit:contain;width:80%}.product-sauce-card .content{color:rgba(var(--color-primary))}.product-sauce-card .content .usp{color:rgba(var(--color-primary),.5);font-size:clamp(1rem,.9681rem + .1307vw,1.125rem);font-weight:600}.product-sauce-card .content .card-title{font-family:Open Sans,sans-serif;font-size:clamp(1rem,.9681rem + .1307vw,1.125rem);font-weight:600}.product-sauce-card .link{height:100%;inset:0;position:absolute;width:100%;z-index:2}.product-sauce-card+.product-sauce-card{margin-top:1.25rem}.type-search{align-items:center;border:2px dashed rgba(var(--color-primary),.5);border-radius:var(--border-radius);display:flex;gap:1.875rem;height:100%;justify-content:space-between;padding:.9375rem .9375rem .9375rem 1.875rem;position:relative}.type-search header{max-width:calc(100% - 100px)}.type-search .entry-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:clamp(1.25rem,1.2022rem + .1961vw,1.4375rem);overflow:hidden}.type-search .label{color:rgba(var(--color-primary));display:block;font-weight:600;margin-bottom:.3125rem}.type-search .thumb{align-items:center;background:rgba(var(--color-primary));border-radius:var(--border-radius);display:flex;flex:none;height:4.6875rem;justify-content:center;overflow:hidden;width:4.6875rem}@media (min-width:992px){.type-search .thumb{height:5.625rem;width:5.625rem}}.type-search .thumb img{height:80%;-o-object-fit:contain;object-fit:contain;width:80%}.type-search .link{height:100%;inset:0;position:absolute;width:100%}.type-search.style-recipe img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}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}}.bottom-figure,.bottom-figure svg{bottom:0;left:50%;position:absolute;right:0;transform:translateX(-50%);z-index:2}.bottom-figure svg{width:346%}.language-switcher{display:flex;position:relative}.language-switcher__current{align-items:center;display:flex;gap:5px}.language-switcher__current img{height:1.375rem;-o-object-fit:contain;object-fit:contain;width:1.375rem}.language-switcher__list{display:flex;flex-direction:column;left:0;list-style-type:none;margin-bottom:0;opacity:0;padding-left:0;position:absolute;right:0;scale:.4;top:100%;transform-origin:top left;transition:all .3s ease}.language-switcher__list li{align-items:center;display:flex;justify-content:center}.language-switcher:hover .language-switcher__list{opacity:1;scale:1}.language-switcher-weglot{display:flex;position:relative}.language-switcher-weglot .country-selector{background:unset;border:unset}.language-switcher-weglot .wgcurrent{border:unset!important;padding:0!important}.language-switcher-weglot .wgcurrent:after{display:none!important}.language-switcher-weglot .wglanguage-name{border:2px solid #fff;border-radius:5px!important;height:-moz-fit-content!important;height:fit-content!important;line-height:1!important;margin-right:0!important;overflow:hidden;padding:0!important}.language-switcher-weglot .wglanguage-name:before{border-radius:2px!important;margin-right:0!important;overflow:hidden}.language-switcher-weglot .weglot-dropdown a{border:2px solid #fff;border-radius:5px!important;height:-moz-fit-content!important;height:fit-content!important;line-height:1!important;margin-right:0!important;overflow:hidden;padding:0!important}.language-switcher-weglot .weglot-dropdown a:before{border-radius:2px!important;margin-right:0!important;overflow:hidden}.language-switcher-weglot .country-selector.weglot-dropdown input:checked~ul{background:unset;border:unset;display:flex;flex-direction:column;gap:10px;margin-top:10px}@media (min-width:992px){.ingredients{height:18.125rem;width:18.125rem}}.ingredients img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.c-popup-allergens{align-items:center;background:rgba(0,0,0,.65);bottom:0;display:flex;height:100%;justify-content:center;left:50%;opacity:0;pointer-events:none;position:fixed;right:0;top:50%;transform:translate(-50%,-50%);transition:opacity .4s ease;width:100%;z-index:100}.c-popup-allergens__wrapper{background:rgba(var(--color-background));border-radius:var(--border-radius);color:rgba(var(--color-primary));position:relative;width:calc(100% - 40px)}@media (min-width:768px){.c-popup-allergens__wrapper{width:32.1875rem}}.c-popup-allergens__wrapper .btn-close{position:absolute;right:1.25rem;top:1.25rem}.c-popup-allergens__wrapper .title{font-size:clamp(1.25rem,1.0907rem + .6536vw,1.875rem);padding-block:3.125rem 1.875rem;text-align:center}.c-popup-allergens__wrapper ul{border-radius:var(--border-radius);height:calc(100% - 80px);margin-bottom:0;max-height:70vh;overflow-y:auto;padding-inline:2.5rem;padding-bottom:2.5rem;width:100%}@media (min-width:768px){.c-popup-allergens__wrapper ul{max-height:80vh}}@media (min-width:992px){.c-popup-allergens__wrapper ul{height:50vh;max-height:38.125rem;min-height:31.25rem;padding-bottom:3.125rem;width:32.1875rem}}.c-popup-allergens__wrapper ul::-webkit-scrollbar{width:.25rem}.c-popup-allergens__wrapper ul::-webkit-scrollbar-track{background:rgba(var(--color-background),.5)}.c-popup-allergens__wrapper ul::-webkit-scrollbar-thumb{background:gray}.c-popup-allergens__wrapper ul::-webkit-scrollbar-thumb:hover{background:rgba(var(--color-primary),1)}.c-popup-allergens__wrapper ul>li{align-items:center;border-bottom:var(--border);display:flex;height:3.75rem;justify-content:space-between;list-style-type:none}.c-popup-allergens__wrapper ul>li:first-child{border-top:var(--border)}.c-popup-allergens.active{opacity:1;pointer-events:auto}.c-popup-locations{align-items:center;background:rgba(0,0,0,.65);bottom:0;display:flex;height:100%;justify-content:center;left:50%;opacity:0;pointer-events:none;position:fixed;right:0;top:50%;transform:translate(-50%,-50%);transition:opacity .4s ease;width:100%;z-index:100}.c-popup-locations__wrapper{background:rgba(var(--color-background));border-radius:var(--border-radius);color:rgba(var(--color-primary));position:relative;width:calc(100% - 40px)}@media (min-width:768px){.c-popup-locations__wrapper{width:32.1875rem}}.c-popup-locations__wrapper .btn-close{position:absolute;right:1.25rem;top:1.25rem}.c-popup-locations__wrapper .title{font-size:clamp(1.25rem,1.0907rem + .6536vw,1.875rem);padding-block:3.125rem 1.875rem;text-align:center}.c-popup-locations__wrapper ul{border-radius:var(--border-radius);height:calc(100% - 80px);margin-bottom:0;max-height:70vh;overflow-y:auto;padding-inline:1.875rem;width:100%}@media (min-width:768px){.c-popup-locations__wrapper ul{max-height:80vh;padding-inline:2.5rem}}@media (min-width:992px){.c-popup-locations__wrapper ul{height:50vh;max-height:38.125rem;min-height:31.25rem;padding-bottom:3.125rem;width:32.1875rem}}.c-popup-locations__wrapper ul::-webkit-scrollbar{width:.25rem}.c-popup-locations__wrapper ul::-webkit-scrollbar-track{background:rgba(var(--color-background),.5)}.c-popup-locations__wrapper ul::-webkit-scrollbar-thumb{background:gray}.c-popup-locations__wrapper ul::-webkit-scrollbar-thumb:hover{background:rgba(var(--color-primary),1)}.c-popup-locations__wrapper ul>li{align-items:center;border-bottom:var(--border);display:flex;gap:1.25rem;justify-content:space-between;list-style-type:none;min-height:6.875rem;padding-block:1.25rem}.c-popup-locations__wrapper ul>li:first-child{border-top:var(--border)}.c-popup-locations__wrapper ul>li img{height:1.875rem;-o-object-fit:contain;object-fit:contain;width:5rem}@media (min-width:992px){.c-popup-locations__wrapper ul>li img{height:3.125rem;width:6.25rem}}.c-popup-locations__wrapper ul>li .btn{height:-moz-fit-content;height:fit-content;padding:.625rem;white-space:pre-wrap}.c-popup-locations.active{opacity:1;pointer-events:auto}.top-figure{position:relative}.top-figure svg{width:100%}.page-switch{background:green;background:rgba(var(--color-white));border-radius:var(--border-radius);bottom:1.25rem;box-shadow:5px 10px 10px rgba(0,0,0,.1);left:50%;padding:.3125rem;position:fixed;transform:translateX(-50%);z-index:10}@media (min-width:768px){.page-switch{bottom:.9375rem;left:unset;right:.9375rem;transform:unset}}@media (min-width:992px){.page-switch{bottom:1.25rem;padding:.625rem;right:1.25rem}}.page-switch__link{align-items:center;border:1.5px solid rgba(var(--color-primary));border-radius:var(--border-radius);display:flex;font-weight:600;gap:.625rem;height:3.125rem;padding-inline:1.25rem}@media (min-width:992px){.page-switch__link{height:3.75rem}}.page-switch__link .professional{font-weight:600;opacity:.5}.page-switch__link .saucefan{font-weight:600}.page-switch__link .switch{align-items:center;border:1.5px solid rgba(var(--color-primary));border-radius:20px;display:flex;height:1.0625rem;padding-inline:2px;width:1.875rem}.page-switch__link .switch .circle{background:rgba(var(--color-primary));border-radius:100%;display:inline-block;height:.6875rem;width:.6875rem}.page-switch__link:hover{color:rgba(var(--color-primary))}.page-switch.professional .saucefan{opacity:.5}.page-switch.professional .professional{opacity:1}.page-switch.professional .switch{justify-content:flex-end}.popup-selector{background-image:url(../images/background-popup-selector.jpg?0c6f777df3830d469450e412b2f7d062);background-position:50%;background-size:cover;height:100%;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .3s ease;visibility:hidden;width:100%;z-index:51}.popup-selector:after{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:rgba(36,67,26,.9);content:"";height:100%;inset:0;position:absolute;width:100%;z-index:1}.popup-selector__logo{left:50%;position:absolute;top:1.25rem;transform:translateX(-50%);z-index:5}@media (min-width:992px){.popup-selector__logo{top:1.875rem}}.popup-selector__logo img{height:auto;-o-object-fit:contain;object-fit:contain;width:7.375rem}@media (min-width:992px){.popup-selector__logo img{width:10rem}}.popup-selector__wrapper{align-items:center;display:flex;height:100vh;position:relative;text-align:center;width:100vw;z-index:3}.popup-selector__wrapper__content{position:relative}.popup-selector__wrapper__content .image-thumb{border-radius:var(--border-radius);box-shadow:5px 10px 20px rgba(0,0,0,.2);height:6.25rem;overflow:hidden;width:6.25rem}@media (min-width:768px){.popup-selector__wrapper__content .image-thumb{height:9.375rem;width:9.375rem}}@media (min-width:992px){.popup-selector__wrapper__content .image-thumb{height:12.5rem;width:12.5rem}}.popup-selector__wrapper__content .image-thumb img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.popup-selector__wrapper__content .image-thumb.right{margin-bottom:2.8125rem;margin-left:auto;margin-right:2.8125rem}@media (min-width:992px){.popup-selector__wrapper__content .image-thumb.right{margin-bottom:-7.625rem;margin-right:unset}}.popup-selector__wrapper__content .image-thumb.left{margin-left:2.8125rem;margin-top:2.8125rem}@media (min-width:992px){.popup-selector__wrapper__content .image-thumb.left{margin-left:unset;margin-top:-9.6875rem}}.popup-selector__wrapper__content .content{margin-inline:auto;max-width:49.125rem;position:relative;z-index:1}.popup-selector__wrapper__content .content .subtitle{opacity:0;transform:translateY(20px)}.popup-selector__wrapper__content .content .title{color:rgba(var(--color-white));opacity:0;text-shadow:2px 10px 20px rgba(0,0,0,.1);transform:translateY(20px)}.popup-selector__wrapper__content .content .buttons{justify-content:center;margin-top:2.5rem;margin-inline:auto;opacity:0;position:relative;transform:translateY(20px);width:-moz-fit-content;width:fit-content}@media (min-width:992px){.popup-selector__wrapper__content .content .buttons{margin-top:3.4375rem}}.popup-selector__wrapper__content .content .buttons .btn__label{color:rgba(var(--color-white))}.popup-selector__wrapper__content .content .buttons .btn--secondary:after{border-color:rgba(var(--color-white))}.popup-selector__wrapper__content .content .buttons .btn--secondary:hover:after{border-color:rgba(var(--color-secondary))}.popup-selector__wrapper__content .content .buttons .icon-arrow{bottom:1.25rem;display:none;left:calc(100% + 2.5rem);position:absolute}@media (min-width:768px){.popup-selector__wrapper__content .content .buttons .icon-arrow{display:block}}.popup-selector[data-popup-selector=visible]{opacity:1;pointer-events:auto;visibility:visible}.popup-selector[data-popup-selector=visible] .popup-selector__wrapper__content .content .subtitle{opacity:1;transform:translateY(0);transition:all .3s ease-in-out .1s}.popup-selector[data-popup-selector=visible] .popup-selector__wrapper__content .content .title{opacity:1;transform:translateY(0);transition:all .3s ease-in-out}.popup-selector[data-popup-selector=visible] .popup-selector__wrapper__content .content .buttons{opacity:1;transform:translateY(0);transition:all .3s ease-in-out .2s}.popup-selector[data-popup-selector=visible] .popup-selector__wrapper__content .image-thumb.right{rotate:-5deg;transition:rotate .5s ease-in-out .2s}@media (min-width:992px){.popup-selector[data-popup-selector=visible] .popup-selector__wrapper__content .image-thumb.right{rotate:5deg}}.popup-selector[data-popup-selector=visible] .popup-selector__wrapper__content .image-thumb.left{rotate:5deg;transition:rotate .5s ease-in-out .4s}@media (min-width:992px){.popup-selector[data-popup-selector=visible] .popup-selector__wrapper__content .image-thumb.left{rotate:-5deg}}.google-reviews{align-items:center;display:flex;gap:.625rem;width:-moz-fit-content;width:fit-content}.google-reviews__total{color:rgba(var(--color-white));cursor:pointer;line-height:1;position:relative}.google-reviews__total:before{background-color:currentcolor;bottom:0;content:"";height:1px;left:0;position:absolute;scale:0 1;transform-origin:right;transition:scale .25s;width:100%}.google-reviews__total:hover{color:#fff}.google-reviews__total:hover:before{scale:1;transform-origin:left}.google-reviews__total:hover{color:rgba(var(--color-white))}.google-reviews__total strong{font-weight:600}.google-reviews__stars{align-items:center;display:flex;gap:.125rem;transform:translateY(-.0625rem)}.google-reviews__stars svg{height:auto;width:.75rem}@media (min-width:992px){.google-reviews__stars svg{width:.9375rem}}main .c-hero-home{position:relative}main .c-hero-home__wrapper{padding-block:16.75rem 15.625rem;position:relative;text-align:center;z-index:2}@media (min-width:768px){main .c-hero-home__wrapper{padding-block:9.375rem}}@media (min-width:992px){main .c-hero-home__wrapper{padding-block:20.5rem}}main .c-hero-home__wrapper .subtitle{color:rgba(var(--color-white));font-size:clamp(2.375rem,2.2635rem + .4575vw,2.8125rem);margin-bottom:10px}main .c-hero-home__wrapper .title{color:rgba(var(--color-white))}main .c-hero-home__btn-toggle-video{backdrop-filter:blur(7.9px);-webkit-backdrop-filter:blur(7.9px);background:hsla(0,0%,100%,.38);border:1px solid hsla(0,0%,100%,.3);border-radius:.3125rem;bottom:1.25rem;box-shadow:0 4px 30px rgba(0,0,0,.1);color:rgba(var(--color-white));font-family:var(--font-family-body);font-size:.875rem;font-weight:600;left:1.25rem;line-height:1;opacity:0;padding:.625rem;position:absolute;scale:.4;transform-origin:left;transition:all .3s ease;visibility:hidden;white-space:nowrap;z-index:3}@media (min-width:992px){main .c-hero-home__btn-toggle-video{opacity:1;scale:1;visibility:visible}}main .c-hero-home__btn-toggle-video svg{margin-left:.3125rem}main .c-hero-home__btn-toggle-video .play{display:none}main .c-hero-home__btn-toggle-video .pause,main .c-hero-home__btn-toggle-video.not-active .play{display:block}main .c-hero-home__btn-toggle-video.not-active .pause{display:none}main .c-hero-home:before{background:rgba(var(--color-primary));content:"";height:.5rem;left:0;position:absolute;right:0;top:0;width:100%;z-index:2}@media (min-width:992px){main .c-hero-home:before{height:.625rem}}main .c-hero-home .p-background:after{background:rgba(0,0,0,.42);content:"";height:100%;inset:0;position:absolute;width:100%;z-index:1}main .c-hero-home .bottom-figure{color:rgba(var(--color-background))}main .c-hero-home+.c-featured-sauces{padding-top:0}main .c-content-image{margin-block:3.75rem;position:relative}@media (min-width:992px){main .c-content-image{margin-block:7.5rem}}@media (max-width:991.98px){main .c-content-image .row{gap:3.75rem}}main .c-content-image__content .title{font-size:clamp(2.8125rem,2.223rem + 2.4183vw,5.125rem)}main .c-content-image__content .title+.content{margin-top:3.125rem}@media (min-width:992px){main .c-content-image__content .title+.content{margin-top:4.125rem}main .c-content-image__content .content{padding-left:8.25rem}}main .c-content-image__content .content a:not(.btn){transition:color .3s ease}main .c-content-image__content .content a:not(.btn):hover{color:rgba(var(--color-secondary))}main .c-content-image__content .content .buttons{margin-top:3.125rem}@media (min-width:992px){main .c-content-image__content .content .buttons{margin-top:4.125rem}}main .c-content-image__image{position:relative}main .c-content-image__image figure{aspect-ratio:1;border-radius:var(--border-radius);height:auto;overflow:hidden;width:100%}main .c-content-image__image figure .image,main .c-content-image__image figure .video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}main .c-content-image__image .ingredients-gallery{display:flex;flex-direction:column;height:14rem;margin-inline:auto;margin-top:3.125rem;position:relative;width:auto;z-index:1}@media (min-width:768px){main .c-content-image__image .ingredients-gallery{height:400px}}@media (min-width:992px){main .c-content-image__image .ingredients-gallery{height:25rem;left:-4rem;margin-top:0;position:absolute;top:50%;transform:translateY(-50%);width:calc(100% + 8rem);z-index:7}}main .c-content-image__image .ingredients-gallery__wrapper{height:100%;left:-2rem;max-height:300px;position:absolute;top:50%;transform:translateY(-50%);width:calc(100% + 4rem);z-index:2}@media (min-width:768px){main .c-content-image__image .ingredients-gallery__wrapper{left:-1.5rem;width:calc(100% + 3rem)}}main .c-content-image__image .ingredients-gallery .ingredient{height:3.75rem;-o-object-fit:contain;object-fit:contain;position:absolute;transition:all .2s ease;width:3.75rem;z-index:2}@media (min-width:768px){main .c-content-image__image .ingredients-gallery .ingredient{height:5rem;width:5rem}}@media (min-width:992px){main .c-content-image__image .ingredients-gallery .ingredient{height:7.5rem;opacity:0;scale:0;width:7.5rem}}main .c-content-image__image .ingredients-gallery .ingredient:first-child{left:0;top:0;transition-delay:.1s}main .c-content-image__image .ingredients-gallery .ingredient:nth-child(2){right:0;top:5.375rem;transition-delay:.3s}main .c-content-image__image .ingredients-gallery .ingredient:nth-child(3){bottom:5.375rem;left:0}main .c-content-image__image .ingredients-gallery .ingredient:nth-child(4){bottom:0;right:0;transition-delay:.2s}main .c-content-image__image .ingredients-gallery .sauce{height:auto;left:50%;max-height:230px;max-width:11.25rem;-o-object-fit:contain;object-fit:contain;position:relative;top:50%;transform:translate(-50%,-50%);width:-moz-fit-content;width:fit-content}@media (min-width:768px){main .c-content-image__image .ingredients-gallery .sauce{max-height:400px}}@media (min-width:992px){main .c-content-image__image .ingredients-gallery .sauce{display:none}}main .c-content-image__ingredients{display:none}@media (min-width:992px){main .c-content-image__ingredients{bottom:7.5rem;display:block;left:-9.0625rem;pointer-events:none;position:absolute}main .c-content-image__ingredients.show-ingredient-right{left:unset;right:-9.0625rem}}main .c-content-image--is-single .row{gap:0}main .c-content-image--is-single .c-content-image__content .content{padding-left:0}main .c-content-image--is-single .c-content-image__image{display:flex;flex-direction:column-reverse;gap:2.5rem}@media (min-width:992px){main .c-content-image--is-single .c-content-image__image{display:initial;flex-direction:row;gap:unset}}main .c-content-image.active .ingredients-gallery .ingredient{opacity:1;scale:1}main .c-background-green-styling{background:url(../images/background-green.png?cb595987568b7626424e0f8a7111fe0c) 50% no-repeat,rgba(var(--color-primary));background-size:cover;color:rgba(var(--color-white));margin-block:0;padding-block:5.3125rem;position:relative}@media (min-width:992px){main .c-background-green-styling{padding-block:6.25rem}}main .c-background-green-styling h1,main .c-background-green-styling h2,main .c-background-green-styling h3,main .c-background-green-styling h4,main .c-background-green-styling h5,main .c-background-green-styling h6,main .c-background-green-styling li,main .c-background-green-styling ol,main .c-background-green-styling p,main .c-background-green-styling ul{color:rgba(var(--color-white))}main .c-background-green-styling .subtitle{color:rgba(var(--color-secondary))}main .c-background-green-styling .content a{color:rgba(var(--color-white))}main .c-background-green-styling nav.buttons .btn__flair:before{background:rgba(var(--color-secondary))}main .c-background-green-styling nav.buttons .btn__label{color:rgba(var(--color-white))}main .c-background-green-styling nav.buttons .btn:after{border-color:rgba(var(--color-white))}main .c-background-green-styling nav.buttons .btn:hover:after{border-color:rgba(var(--color-secondary))}main .c-testimonials{padding-block:3.75rem}@media (min-width:992px){main .c-testimonials{padding-block:8.125rem}}main .c-testimonials__header{margin-bottom:3.125rem;text-align:center}@media (min-width:992px){main .c-testimonials__header{margin-bottom:4.6875rem}}main .c-testimonials__header .google-reviews{margin-inline:auto}main .c-testimonials__header .google-reviews__total{position:relative}main .c-testimonials__header .small-title{font-weight:var(--font-weight-semi-bold);line-height:1}main .c-testimonials__header .title{font-size:clamp(2.8125rem,2.223rem + 2.4183vw,5.125rem);margin-top:2.5rem}@media (min-width:992px){main .c-testimonials__header .title{margin-top:3.125rem}}main .c-testimonials__header__top{align-items:center;display:flex;justify-content:center}main .c-testimonials__header__top .rating-number{font-weight:var(--font-weight-bold);line-height:1;margin-inline:5px}main .c-testimonials__header__top .stars{color:rgba(var(--color-secondary));transform:translateY(-2px)}main .c-testimonials__header__top .stars svg{height:.625rem;width:.625rem}main .c-testimonials__slider .swiper-wrapper{cursor:grab}main .c-testimonials__slider .swiper-slide{height:auto}main .c-testimonials__slider .swiper-slide:nth-child(2n) .reviewer{border-top:2px dashed rgba(var(--color-white),.14)}main .c-testimonials__slider .swiper-slide:nth-child(2n) .content{background:rgba(var(--color-secondary));color:#fff}main .c-testimonials__slider .swiper-slide:nth-child(2n) .content p{color:#fff}main .c-testimonials__slider__functions{align-items:center;display:flex;gap:1.25rem;margin-top:4.0625rem}@media (min-width:992px){main .c-testimonials__slider__functions{gap:.625rem;margin-top:5.9375rem}}main .c-testimonials__slider__functions .swiper-button{align-items:center;border:1px solid rgba(var(--color-white));border-radius:var(--border-radius);display:flex;flex:none;height:2.1875rem;justify-content:center;width:2.1875rem}@media (min-width:992px){main .c-testimonials__slider__functions .swiper-button{height:3.125rem;width:3.125rem}}main .c-testimonials__slider__functions .swiper-button.prev svg{transform:rotate(180deg)}main .c-testimonials__slider__functions .swiper-button.next{order:2}@media (min-width:992px){main .c-testimonials__slider__functions .swiper-button.next{order:unset}}main .c-testimonials__slider__functions .swiper-button.swiper-button-disabled{opacity:.3;pointer-events:none}main .c-testimonials__slider__functions .swiper-pagination-testimonials{background:rgba(var(--color-white),.3);height:2px;order:1;position:relative}@media (min-width:992px){main .c-testimonials__slider__functions .swiper-pagination-testimonials{margin-right:1.25rem;order:unset}}main .c-testimonials__slider__functions .swiper-pagination-testimonials .swiper-pagination-progressbar-fill{background:rgba(var(--color-white))}main .c-testimonials__slider__functions .swiper-buttons{display:flex}main .c-hero-content-image{padding-block:10.5rem 6.125rem;position:relative}@media (min-width:768px){main .c-hero-content-image{padding-block:10rem 6.25rem}}@media (min-width:992px){main .c-hero-content-image{padding-block:15.625rem 8.125rem}}main .c-hero-content-image__wrapper{position:relative}main .c-hero-content-image__wrapper__marquee{position:absolute;top:31.25rem}@media (min-width:768px){main .c-hero-content-image__wrapper__marquee{top:50rem}}@media (min-width:992px){main .c-hero-content-image__wrapper__marquee{top:0}}main .c-hero-content-image__wrapper__marquee .marquee{display:flex}main .c-hero-content-image__wrapper__marquee .marquee__content{animation:marquee 70s linear infinite;display:flex;gap:1.875rem;transform:translateX(0);white-space:nowrap;will-change:transform}main .c-hero-content-image__wrapper__marquee .marquee__content__text{-webkit-text-stroke:2px rgba(var(--color-white),.12);color:transparent;display:flex;font-family:CabinetGrotesk-Extrabold,sans-serif;font-size:clamp(3.4375rem,2.3223rem + 4.5752vw,7.8125rem);font-weight:var(--font-weight-extra-bold);white-space:nowrap}main .c-hero-content-image__wrapper__content{padding-top:3.75rem}@media (min-width:992px){main .c-hero-content-image__wrapper__content{padding-top:0}}main .c-hero-content-image__wrapper__content .subtitle{color:rgba(var(--color-secondary))}main .c-hero-content-image__wrapper__content .title+.content{margin-top:3.125rem}@media (min-width:992px){main .c-hero-content-image__wrapper__content .title+.content{margin-top:4.125rem}}main .c-hero-content-image__wrapper__content .region_search input[type=search]{background:none;border:2px solid #fff;border-radius:5px;color:#fff;font-size:14px;opacity:.5;outline:none;padding:12px 40px 12px 10px;transition:opacity .2s ease-in-out}main .c-hero-content-image__wrapper__content .region_search input[type=search]:focus{opacity:1}main .c-hero-content-image__wrapper__content .region_search input[type=submit]{background:url(../images/icon-search.svg?76abc3dcb4326f8cc53d9deaabf41c65) no-repeat 50%!important;background-size:20px;border:unset;box-shadow:unset!important;font-size:0!important;height:36px;margin-left:-43px;position:relative;top:-5px;width:36px}main .c-hero-content-image__wrapper__content .region_search #result-popup{align-items:center;background-color:rgba(0,0,0,.8);bottom:0;display:none;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}main .c-hero-content-image__wrapper__content .region_search #result-popup.show{display:flex}main .c-hero-content-image__wrapper__content .region_search #result-popup #close-popup{float:right;height:20px;position:relative;right:25px;top:23px;width:20px;z-index:25}main .c-hero-content-image__wrapper__content .region_search #result-popup #close-popup svg{stroke:#fff;transition:color .3s ease}main .c-hero-content-image__wrapper__content .region_search #result-popup #close-popup svg:hover{stroke:#45803a}main .c-hero-content-image__wrapper__content .region_search #result-popup #popup-content{background:#fffbee;border-radius:5px;position:relative;width:350px;z-index:20}main .c-hero-content-image__wrapper__content .region_search #result-popup #popup-content .holder{padding:20px;position:relative}main .c-hero-content-image__wrapper__content .region_search #result-popup #popup-content .holder .thumb{border-radius:5px;overflow:hidden;width:310px}main .c-hero-content-image__wrapper__content .region_search #result-popup #popup-content .holder .thumb img{height:auto;-o-object-fit:contain;object-fit:contain;width:320px}main .c-hero-content-image__wrapper__content .region_search #result-popup #popup-content .holder .content,main .c-hero-content-image__wrapper__content .region_search #result-popup #popup-content .holder .content a,main .c-hero-content-image__wrapper__content .region_search #result-popup #popup-content .holder .content h3,main .c-hero-content-image__wrapper__content .region_search #result-popup #popup-content .holder .content p{color:#000}main .c-hero-content-image__wrapper__content .region_search #result-popup #popup-content .holder .content .title{font-size:clamp(1.125rem,1.0613rem + .2614vw,1.375rem);margin-top:15px}main .c-hero-content-image__wrapper__content .region_search #result-popup #popup-content .holder .content .job-title{font-size:clamp(1rem,.9681rem + .1307vw,1.125rem)}main .c-hero-content-image__wrapper__content .region_search #result-popup #popup-content .holder .content .contact-info{margin-top:.9375rem}main .c-hero-content-image__wrapper__content .region_search #result-popup #popup-content .holder .content .contact-info a{color:#45803a;display:inline-block;transition:color .3s ease}main .c-hero-content-image__wrapper__content .region_search #result-popup #popup-content .holder .content .contact-info a:hover{color:rgba(var(--color-primary))}main .c-hero-content-image__wrapper__content .region_search #result-error p{color:red!important;font-size:14px}main .c-hero-content-image__wrapper__content a:not(.btn){transition:color .3s ease}main .c-hero-content-image__wrapper__content a:not(.btn):hover{color:rgba(var(--color-secondary))}main .c-hero-content-image__wrapper__content .navigation{display:flex;flex-direction:column;margin-top:3.125rem}@media (min-width:992px){main .c-hero-content-image__wrapper__content .navigation{margin-top:4.125rem}}main .c-hero-content-image__wrapper__content .navigation>.navigation-link{align-items:center;border-bottom:1px dashed rgba(var(--color-white),.5);color:rgba(var(--color-white));display:flex;font-family:CabinetGrotesk-Medium,sans-serif;height:5rem;justify-content:space-between;width:100%}main .c-hero-content-image__wrapper__content .navigation>.navigation-link:first-child{border-top:1px dashed rgba(var(--color-white),.5)}main .c-hero-content-image__wrapper__content .navigation>.navigation-link .icon,main .c-hero-content-image__wrapper__content .navigation>.navigation-link .label{display:inline-block;transition:transform .3s ease}main .c-hero-content-image__wrapper__content .navigation>.navigation-link:hover{color:rgba(var(--color-secondary))}main .c-hero-content-image__wrapper__content .navigation>.navigation-link:hover .label{transform:translateX(.3125rem)}main .c-hero-content-image__wrapper__content .navigation>.navigation-link:hover .icon{transform:translateX(.1875rem)}main .c-hero-content-image__wrapper__image{aspect-ratio:1;border-radius:var(--border-radius);height:auto;overflow:hidden;position:relative;width:100%}main .c-hero-content-image__wrapper__image .image,main .c-hero-content-image__wrapper__image .video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}main .c-hero-content-image__wrapper__image .video{inset:0;position:absolute}main .c-hero-content-image__wrapper__image .regionmap{background:#fff}main .c-hero-content-image__wrapper__image .regionmap .regio path{fill:#1d4d25;cursor:pointer;transition:fill .3s ease-in-out}main .c-hero-content-image__wrapper__image .regionmap .regio:hover path{fill:#326038;transition:fill .3s ease-in-out}main .c-hero-content-image--no-image{text-align:center}@media (min-width:992px){main .c-hero-product{padding-block:3.75rem 12.5rem}}main .c-hero-product__btn-archive{display:block;margin-bottom:7.5rem}main .c-hero-product__wrapper{position:relative}main .c-hero-product__wrapper__marquee{position:absolute;top:-11.25rem}@media (min-width:768px){main .c-hero-product__wrapper__marquee{top:-18.75rem}}@media (min-width:992px){main .c-hero-product__wrapper__marquee{top:-3.125rem}}main .c-hero-product__wrapper__marquee .marquee{display:flex}main .c-hero-product__wrapper__marquee .marquee__content{animation:marquee 70s linear infinite;display:flex;gap:1.875rem;margin-left:1.875rem;transform:translateX(0);white-space:nowrap;will-change:transform}main .c-hero-product__wrapper__marquee .marquee__content__text{-webkit-text-stroke:2px rgba(var(--color-white),.12);color:transparent;display:flex;font-family:CabinetGrotesk-Extrabold,sans-serif;font-size:clamp(3.4375rem,2.3223rem + 4.5752vw,7.8125rem);font-weight:var(--font-weight-extra-bold);line-height:1;white-space:nowrap}main .c-hero-product__wrapper__content{display:flex;flex-direction:column;justify-content:space-between}main .c-hero-product__wrapper__content .extra-label{background:rgba(var(--color-secondary));border-radius:.125rem;color:rgba(var(--color-white));display:inline-block;font-size:clamp(1rem,.9363rem + .2614vw,1.25rem);margin-bottom:.625rem;padding-inline:.625rem;position:relative;width:-moz-fit-content;width:fit-content;z-index:2}main .c-hero-product__wrapper__content__variants{display:flex;margin-top:3.125rem}main .c-hero-product__wrapper__content__variants .variants{display:flex;gap:.625rem;list-style-type:none;margin-bottom:0;padding-left:0}main .c-hero-product__wrapper__content__variants .variants>.variant{display:flex;flex-direction:column}main .c-hero-product__wrapper__content__variants .variants>.variant .label{font-size:.875rem;font-weight:var(--font-weight-semi-bold);margin-bottom:.625rem}main .c-hero-product__wrapper__content__variants .variants>.variant .item{align-items:center;border:1px solid rgba(var(--color-white),.5);border-radius:var(--border-radius);display:flex;font-size:1rem;height:1.875rem;justify-content:center;line-height:1;padding-inline:.625rem;width:-moz-fit-content;width:fit-content}main .c-hero-product__wrapper__content__variants .sticker{height:120px;-o-object-fit:contain;object-fit:contain;width:auto}main .c-hero-product__wrapper__content__info{margin-bottom:2.5rem;margin-top:auto}@media (min-width:992px){main .c-hero-product__wrapper__content__info{margin-bottom:0;margin-top:3.75rem}}main .c-hero-product__wrapper__content .google-reviews{font-size:.875rem;gap:.3125rem;margin-top:2.5rem}main .c-hero-product__wrapper__content .google-reviews__stars{transform:translateY(-.125rem)}main .c-hero-product__wrapper__content .google-reviews svg{width:.75rem}main .c-hero-product__wrapper__content__buttons{display:flex;flex-direction:column;gap:.3125rem;margin-block:2.5rem 5rem}@media (min-width:768px){main .c-hero-product__wrapper__content__buttons{flex-direction:row;margin-block:2.5rem 2.5rem}}main .c-hero-product__wrapper__content__buttons .btn{width:100%}@media (min-width:992px){main .c-hero-product__wrapper__content__buttons .btn{width:-moz-fit-content;width:fit-content}}main .c-hero-product__wrapper__content__buttons .btn--secondary{color:rgba(var(--color-white))}main .c-hero-product__wrapper__content__buttons .btn--secondary:after{border:1px solid #fff}main .c-hero-product__wrapper__content__buttons .btn--secondary:hover:after{border:1px solid rgba(var(--color-secondary))}main .c-hero-product__wrapper__content__buttons .btn--tertiary-filled:hover{background:rgba(var(--color-primary))}main .c-hero-product__wrapper__content__buttons .btn--tertiary-filled:hover:after{border-color:rgba(var(--color-secondary))}main .c-hero-product__wrapper__image{aspect-ratio:1;border-radius:var(--border-radius);height:auto;overflow:hidden;position:relative;width:100%}@media (min-width:992px){main .c-hero-product__wrapper__image{margin-top:1.875rem}}main .c-hero-product__wrapper__image .image,main .c-hero-product__wrapper__image .video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}main .c-hero-product__wrapper__image .video{inset:0;position:absolute}main .c-nutritional-values{padding-block:5rem 5.9375rem;position:relative}@media (min-width:992px){main .c-nutritional-values{padding-block:6.25rem}}main .c-nutritional-values__top{display:flex;flex-direction:column;gap:1.875rem;justify-content:space-between;margin-bottom:3.125rem}@media (min-width:992px){main .c-nutritional-values__top{flex-direction:row}}main .c-nutritional-values__top .info{font-style:italic;font-weight:var(--font-weight-semi-bold)}main .c-nutritional-values__items{list-style-type:none;margin-bottom:0;padding-left:0}@media (min-width:768px){main .c-nutritional-values__items{-moz-columns:2;column-count:2;gap:0}}main .c-nutritional-values__items .item{align-items:center;border-top:1px solid rgba(var(--color-primary),.15);color:rgba(var(--color-primary));display:flex;height:5rem;justify-content:space-between}@media (min-width:768px){main .c-nutritional-values__items .item{height:6.25rem;padding-right:2.5rem}}@media (min-width:992px){main .c-nutritional-values__items .item{-moz-columns:2;column-count:2;gap:0;justify-content:flex-start;padding-right:0}}main .c-nutritional-values__items .item:last-child{border-bottom:1px solid rgba(var(--color-primary),.15)}@media (min-width:992px){main .c-nutritional-values__items .item:nth-last-child(-n+4){justify-content:flex-end;padding-right:3.4375rem}}@media (min-width:768px){main .c-nutritional-values__items .item:nth-child(4){border-bottom:1px solid rgba(var(--color-primary),.15)}}@media (min-width:992px){main .c-nutritional-values__items .item .wrapper{width:25rem}}main .c-nutritional-values__items .item .wrapper svg{height:1.6875rem;margin-right:1.5625rem;width:1.6875rem}main .c-hero-recipe{padding-block:8.4375rem 4.8125rem}@media (min-width:992px){main .c-hero-recipe{padding-block:18.125rem 12.5rem}}main .c-hero-recipe__btn-archive{display:block;margin-bottom:1.875rem}@media (min-width:992px){main .c-hero-recipe__btn-archive{margin-bottom:3.125rem}}main .c-hero-recipe__wrapper{position:relative}main .c-hero-recipe__wrapper__content{height:100%;margin-top:3.4375rem}main .c-hero-recipe__wrapper__content__marquee{margin-block:-2.5rem -1.125rem;pointer-events:none}@media (min-width:992px){main .c-hero-recipe__wrapper__content__marquee{left:-50%;position:absolute;top:0}}main .c-hero-recipe__wrapper__content__marquee .marquee{display:flex;justify-content:center}main .c-hero-recipe__wrapper__content__marquee .marquee__content{animation:marquee 70s linear infinite;display:flex;gap:1.875rem;margin-left:1.875rem;transform:translateX(0);white-space:nowrap;will-change:transform}main .c-hero-recipe__wrapper__content__marquee .marquee__content__text{-webkit-text-stroke:2px rgba(var(--color-white),.12);color:transparent;display:flex;font-family:CabinetGrotesk-Extrabold,sans-serif;font-size:clamp(3.4375rem,2.3223rem + 4.5752vw,7.8125rem);font-weight:var(--font-weight-extra-bold);line-height:1;white-space:nowrap}main .c-hero-recipe__wrapper__content__info{margin-top:3.4375rem}main .c-hero-recipe__wrapper__content__info .categories{display:flex;flex-wrap:wrap;gap:.625rem;list-style-type:none;margin-bottom:0;margin-top:3.75rem;padding-left:0}@media (min-width:992px){main .c-hero-recipe__wrapper__content__info .categories{margin-top:2.5rem}}main .c-hero-recipe__wrapper__content__info .categories>li{align-items:center;border:1px solid rgba(var(--color-white),.5);border-radius:var(--border-radius);display:flex;font-size:1rem;gap:.3125rem;height:2.25rem;justify-content:center;line-height:1;padding-inline:.875rem;white-space:nowrap}main .c-hero-recipe__wrapper__content__info .categories>li svg{flex:none;max-height:15px;max-width:15px}main .c-hero-recipe__wrapper__content__info .share{margin-top:2.375rem}@media (min-width:992px){main .c-hero-recipe__wrapper__content__info .share{margin-top:3.75rem}}main .c-hero-recipe__wrapper__content__info .share p{color:rgba(var(--color-secondary));font-size:.875rem;font-weight:600;margin-bottom:.625rem}main .c-hero-recipe__wrapper__content__info .share ul{display:flex;gap:.9375rem;list-style-type:none;margin-bottom:0;padding-left:0}main .c-hero-recipe__wrapper__content .title{font-size:clamp(2.8125rem,2.4939rem + 1.3072vw,4.0625rem)!important}main .c-hero-recipe__wrapper__image{aspect-ratio:1;border-radius:var(--border-radius);height:auto;overflow:hidden;position:relative;width:100%}main .c-hero-recipe__wrapper__image .video,main .c-hero-recipe__wrapper__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}main .c-hero-recipe__wrapper__image .video{inset:0;position:absolute}main .c-product-recipe{margin-block:3.75rem;scroll-margin-top:9.375rem}@media (min-width:992px){main .c-product-recipe{margin-block:5rem;scroll-margin-top:9.375rem}}main .c-product-recipe__navigation p{font-weight:var(--font-weight-semi-bold);margin-bottom:.625rem}main .c-product-recipe__navigation .nav-list{align-items:center;display:flex;gap:.625rem;list-style-type:none;margin-bottom:0;padding-left:0}main .c-product-recipe__title{margin-bottom:2.5rem}main .c-product-recipe__ingredients .title{font-size:clamp(2.1875rem,1.9167rem + 1.1111vw,3.25rem);margin-bottom:2.5rem}@media (min-width:992px){main .c-product-recipe__ingredients .title{margin-bottom:3.4375rem}}main .c-product-recipe__ingredients .title .total{color:rgba(var(--color-primary));display:inline-block;font-size:clamp(1.5625rem,1.4828rem + .3268vw,1.875rem);transform:translateY(-1.25rem)}main .c-product-recipe__ingredients h3{margin-block:1.25rem}main .c-product-recipe__ingredients ul{list-style-type:none;margin-bottom:0;padding-left:0}main .c-product-recipe__ingredients ul>li{border-bottom:var(--border);color:rgba(var(--color-primary));font-family:CabinetGrotesk-Medium,sans-serif;font-size:clamp(1.25rem,1.2022rem + .1961vw,1.4375rem);line-height:1;padding-block:2rem}@media (min-width:992px){main .c-product-recipe__ingredients ul>li{padding-block:2.5rem}}main .c-product-recipe__ingredients ul>li:first-child{border-top:var(--border)}main .c-product-recipe__ingredients__products{display:flex;flex-direction:column;gap:.3125rem;margin-bottom:1.25rem}@media (min-width:992px){main .c-product-recipe__ingredients__products{margin-bottom:2.5rem}}main .c-product-recipe__ingredients__wrapper+.c-product-recipe__ingredients__wrapper{margin-top:6.25rem}main .c-product-recipe__steps{margin-top:5rem}@media (min-width:992px){main .c-product-recipe__steps{margin-top:0}}main .c-product-recipe__steps .title{font-size:clamp(2.1875rem,1.9167rem + 1.1111vw,3.25rem);margin-bottom:1.875rem}@media (min-width:992px){main .c-product-recipe__steps .title{margin-bottom:3.4375rem}}main .c-product-recipe__steps .title .total{color:rgba(var(--color-primary));display:inline-block;font-size:clamp(1.5625rem,1.4828rem + .3268vw,1.875rem);transform:translateY(-1.25rem)}main .c-product-recipe__steps h3{margin-block:1.25rem}main .c-product-recipe__steps ul{list-style-type:none;margin-bottom:0;padding-left:0}main .c-product-recipe__steps ul>li{border-bottom:var(--border);color:rgba(var(--color-primary));display:flex;font-family:CabinetGrotesk-Medium,sans-serif;font-size:clamp(1.25rem,1.2022rem + .1961vw,1.4375rem);line-height:1.5217391304;padding-block:2rem}@media (min-width:992px){main .c-product-recipe__steps ul>li{padding-block:2.5rem}}main .c-product-recipe__steps ul>li .counter{display:inline-block;font-family:CabinetGrotesk-Extrabold,sans-serif;min-width:2.5rem}@media (min-width:992px){main .c-product-recipe__steps ul>li .counter{min-width:3.125rem}}main .c-product-recipe__steps ul>li:first-child{border-top:var(--border)}main .c-product-recipe__steps .steps-wrapper+.steps-wrapper{margin-block:5rem}main .c-product-recipe--multiple .title{font-size:clamp(1.875rem,1.7157rem + .6536vw,2.5rem)}main .c-product-recipe--multiple .title .total{font-size:clamp(1.5625rem,1.6422rem + -.3268vw,1.25rem)}main .c-featured-recipes{padding-block:3.75rem}@media (min-width:992px){main .c-featured-recipes{padding-block:6.25rem 6.25rem}}main .c-featured-recipes__header{margin-bottom:3.125rem;text-align:center}@media (min-width:992px){main .c-featured-recipes__header{margin-bottom:6.25rem}}main .c-featured-recipes__marquee{position:relative;visibility:hidden}@media (min-width:1200px){main .c-featured-recipes__marquee{visibility:visible}}main .c-featured-recipes__marquee .marquee{display:flex;justify-content:center;left:-50%;position:absolute;top:6.25rem}main .c-featured-recipes__marquee .marquee__content{animation:marquee 70s linear infinite;display:flex;gap:1.875rem;margin-left:1.875rem;transform:translateX(0);white-space:nowrap;will-change:transform}main .c-featured-recipes__marquee .marquee__content__text{-webkit-text-stroke:2px rgba(var(--color-white),.12);color:transparent;display:flex;font-family:CabinetGrotesk-Extrabold,sans-serif;font-size:clamp(3.4375rem,2.3223rem + 4.5752vw,7.8125rem);font-weight:var(--font-weight-extra-bold);line-height:1;white-space:nowrap}main .c-featured-recipes__slider__functions{align-items:center;display:flex;gap:1.25rem;margin-top:4.0625rem}@media (min-width:992px){main .c-featured-recipes__slider__functions{gap:.625rem;margin-top:5.9375rem}}main .c-featured-recipes__slider__functions .swiper-button{align-items:center;border:1px solid rgba(var(--color-white));border-radius:var(--border-radius);display:flex;flex:none;height:2.1875rem;justify-content:center;width:2.1875rem}@media (min-width:992px){main .c-featured-recipes__slider__functions .swiper-button{height:3.125rem;width:3.125rem}}main .c-featured-recipes__slider__functions .swiper-button.prev svg{transform:rotate(180deg)}main .c-featured-recipes__slider__functions .swiper-button.next{order:2}@media (min-width:992px){main .c-featured-recipes__slider__functions .swiper-button.next{order:unset}}main .c-featured-recipes__slider__functions .swiper-button.swiper-button-disabled{opacity:.3;pointer-events:none}main .c-featured-recipes__slider__functions .swiper-pagination-recipe{background:rgba(var(--color-white),.3);height:2px;order:1;position:relative}@media (min-width:992px){main .c-featured-recipes__slider__functions .swiper-pagination-recipe{margin-right:1.25rem;order:unset}}main .c-featured-recipes__slider__functions .swiper-pagination-recipe .swiper-pagination-progressbar-fill{background:rgba(var(--color-white))}main .c-featured-recipes__slider__functions .swiper-buttons{display:flex}main .c-featured-recipes__slider__functions.items-1{display:none}@media (min-width:768px){main .c-featured-recipes__slider__functions.items-2{display:none}}@media (min-width:992px){main .c-featured-recipes__slider__functions.items-3{display:none}main .c-featured-recipes__slider article.type-recipe{padding-right:10rem}}main .c-featured-recipes__slider article.type-recipe .label{color:rgba(var(--color-white))}main .c-featured-recipes__slider article.type-recipe .label.label-recipe{display:none}main .c-sauce-inspiration-recipes{padding-block:3.75rem;position:relative}@media (min-width:992px){main .c-sauce-inspiration-recipes{padding-block:6.25rem}}main .c-sauce-inspiration-recipes .ingredients{display:none;max-height:10.625rem}@media (min-width:992px){main .c-sauce-inspiration-recipes .ingredients{display:block;left:-9.0625rem;pointer-events:none;position:absolute;top:24.1875rem}main .c-sauce-inspiration-recipes .ingredients-secondary{left:unset;right:-9.0625rem;top:10.625rem}}main .c-sauce-inspiration-recipes__product{aspect-ratio:1;display:none;height:14.375rem;margin-inline:auto;margin-top:40px;max-width:11.25rem;width:auto;z-index:3}@media (min-width:992px){main .c-sauce-inspiration-recipes__product{display:block;height:33.75rem;left:50%;max-width:18.75rem;position:fixed;top:50%;transform:translate(-50%,-50%);transition:opacity .2s ease-in-out;width:33.75rem;z-index:5}}main .c-sauce-inspiration-recipes__product .product-sauce-animation{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}main .c-sauce-inspiration-recipes__product__wrapper{height:33.75rem;margin-inline:auto;position:relative;width:-moz-fit-content;width:fit-content}main .c-sauce-inspiration-recipes__product .ingredients-gallery{display:none}@media (min-width:992px){main .c-sauce-inspiration-recipes__product .ingredients-gallery{display:block;height:25rem;inset:0;left:-4rem;position:absolute;top:50%;transform:translateY(-50%);width:calc(100% + 8rem)}}main .c-sauce-inspiration-recipes__product .ingredients-gallery .ingredient{height:3.75rem;-o-object-fit:contain;object-fit:contain;position:absolute;transition:all .2s ease;width:3.75rem;z-index:2}@media (min-width:992px){main .c-sauce-inspiration-recipes__product .ingredients-gallery .ingredient{height:7.5rem;opacity:0;scale:0;width:7.5rem}}main .c-sauce-inspiration-recipes__product .ingredients-gallery .ingredient:first-child{left:0;top:0;transition-delay:.1s}main .c-sauce-inspiration-recipes__product .ingredients-gallery .ingredient:nth-child(2){right:0;top:5.375rem;transition-delay:.3s}main .c-sauce-inspiration-recipes__product .ingredients-gallery .ingredient:nth-child(3){bottom:5.375rem;left:0}main .c-sauce-inspiration-recipes__product .ingredients-gallery .ingredient:nth-child(4){bottom:0;right:0;transition-delay:.2s}main .c-sauce-inspiration-recipes__product .ingredients-gallery .sauce{height:auto;left:50%;max-height:230px;-o-object-fit:contain;object-fit:contain;position:absolute;top:50%;transform:translate(-50%,-50%);width:14.375rem}@media (min-width:992px){main .c-sauce-inspiration-recipes__product .ingredients-gallery .sauce{display:none}}main .c-sauce-inspiration-recipes__product.active .ingredients-gallery .ingredient{opacity:1;scale:1}main .c-sauce-inspiration-recipes__product.absolute{position:absolute}main .c-sauce-inspiration-recipes__header{margin-bottom:9.0625rem;text-align:center}@media (min-width:992px){main .c-sauce-inspiration-recipes__header{margin-bottom:6.25rem}}main .c-sauce-inspiration-recipes__header .title{font-size:clamp(2.8125rem,2.223rem + 2.4183vw,5.125rem)}main .c-sauce-inspiration-recipes__header .content{margin-top:2.1875rem}@media (min-width:992px){main .c-sauce-inspiration-recipes__header .content{margin:4.375rem auto 0;max-width:32.5rem}}main .c-sauce-inspiration-recipes__header nav.buttons{justify-content:center;margin-top:3.4375rem}@media (min-width:992px){main .c-sauce-inspiration-recipes__header nav.buttons{margin-top:4.375rem}}main .c-sauce-inspiration-recipes__grid{display:grid;gap:1.875rem;position:relative;z-index:2}@media (min-width:768px){main .c-sauce-inspiration-recipes__grid{gap:1.875rem;grid-template-columns:repeat(12,1fr)}}main .c-sauce-inspiration-recipes__grid .type-recipe .thumb{aspect-ratio:513/643}main .c-sauce-inspiration-recipes__grid .type-recipe .label-trending{color:rgba(var(--color-primary))}main .c-sauce-inspiration-recipes__grid .type-recipe .label-recipe{display:none}@media (min-width:768px){main .c-sauce-inspiration-recipes__grid .type-recipe:first-child{grid-column:span 6}}@media (min-width:992px){main .c-sauce-inspiration-recipes__grid .type-recipe:first-child{grid-column:span 4;order:0}}main .c-sauce-inspiration-recipes__grid .type-recipe:nth-child(2){margin-top:0}@media (min-width:768px){main .c-sauce-inspiration-recipes__grid .type-recipe:nth-child(2){grid-column:span 6;margin-top:0}}@media (min-width:992px){main .c-sauce-inspiration-recipes__grid .type-recipe:nth-child(2){grid-column:9/13;margin-top:0;order:2;transform:translateY(-9.5rem)}}main .c-sauce-inspiration-recipes__grid .image-on-place{display:none}@media (min-width:992px){main .c-sauce-inspiration-recipes__grid .image-on-place{display:block;grid-column:5/9;height:18.125rem;margin-inline:auto;margin-top:6.25rem;order:1;width:20.25rem}}main .c-sauce-inspiration-recipes__grid .image-on-place img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}main .c-sauce-inspiration-recipes__marquee{position:relative}main .c-sauce-inspiration-recipes__marquee .marquee{display:flex;justify-content:center;left:-50%;position:absolute;top:-6.25rem}@media (min-width:1200px){main .c-sauce-inspiration-recipes__marquee .marquee{left:-50%;position:absolute;top:6.25rem}}main .c-sauce-inspiration-recipes__marquee .marquee__content{animation:marquee 70s linear infinite;display:flex;gap:1.875rem;margin-left:1.875rem;transform:translateX(0);white-space:nowrap;will-change:transform}main .c-sauce-inspiration-recipes__marquee .marquee__content__text{-webkit-text-stroke:2px rgba(var(--color-primary),.12);color:transparent;display:flex;font-family:CabinetGrotesk-Extrabold,sans-serif;font-size:clamp(3.4375rem,2.3223rem + 4.5752vw,7.8125rem);font-weight:var(--font-weight-extra-bold);line-height:1;white-space:nowrap}main .c-sauce-inspiration-recipes__marquee.second .marquee{top:-2.5rem}@media (min-width:1200px){main .c-sauce-inspiration-recipes__marquee.second .marquee{top:15rem}}main .c-sauce-inspiration-recipes__marquee.second .marquee__content{animation-direction:reverse}main .c-sauce-inspiration-recipes--is-single .c-sauce-inspiration-recipes__header{text-align:left}@media (min-width:992px){main .c-sauce-inspiration-recipes--is-single .c-sauce-inspiration-recipes__grid .type-recipe .thumb{aspect-ratio:1}}main .c-sauce-inspiration-recipes--is-single .c-sauce-inspiration-recipes__grid .type-recipe .label-trending{color:rgba(var(--color-white))}@media (min-width:992px){main .c-sauce-inspiration-recipes--is-single .c-sauce-inspiration-recipes__grid .type-recipe:first-child{grid-column:2/5}main .c-sauce-inspiration-recipes--is-single .c-sauce-inspiration-recipes__grid .type-recipe:nth-child(2){grid-column:9/12}}main .c-sauce-inspiration-recipes--is-single .c-sauce-inspiration-recipes__marquee .marquee__content__text{-webkit-text-stroke:2px rgba(var(--color-background),.12)}main .c-sauce-inspiration-recipes--is-single .bottom-figure{color:rgba(var(--color-background))}main .c-featured-sauces{margin-block:2.5rem;position:relative}@media (min-width:992px){main .c-featured-sauces{margin-block:5rem}}main .c-featured-sauces .ingredients{display:none;max-height:10.625rem}@media (min-width:992px){main .c-featured-sauces .ingredients{display:block;left:-9.0625rem;pointer-events:none;position:absolute;top:25rem}main .c-featured-sauces .ingredients-secondary{left:unset;right:-9.0625rem;top:10.625rem}}main .c-featured-sauces__header{margin-bottom:4.0625rem;text-align:center}@media (min-width:992px){main .c-featured-sauces__header{margin-bottom:6.25rem}}main .c-featured-sauces__header .logo{height:auto;margin-bottom:1.5625rem;-o-object-fit:contain;object-fit:contain;width:2.8125rem}main .c-featured-sauces__header .title{font-size:clamp(2.8125rem,2.223rem + 2.4183vw,5.125rem)}main .c-featured-sauces__marquee{position:relative}main .c-featured-sauces__marquee .marquee{display:flex;justify-content:center;left:-50%;position:absolute;top:-6.875rem}@media (min-width:992px){main .c-featured-sauces__marquee .marquee{top:-12.5rem}}main .c-featured-sauces__marquee .marquee__content{animation:marquee 70s linear infinite;display:flex;gap:1.875rem;margin-left:1.875rem;transform:translateX(0);white-space:nowrap;will-change:transform}main .c-featured-sauces__marquee .marquee__content__text{-webkit-text-stroke:2px rgba(var(--color-primary),.1);color:transparent;display:flex;font-family:CabinetGrotesk-Extrabold,sans-serif;font-size:clamp(3.4375rem,2.3223rem + 4.5752vw,7.8125rem);font-weight:var(--font-weight-extra-bold);line-height:1;white-space:nowrap}@media (min-width:992px){main .c-featured-sauces__slider{overflow-x:hidden}}main .c-featured-sauces__slider .swiper-slide .content{opacity:0;scale:0;transition:all .3s ease}@media (min-width:992px){main .c-featured-sauces__slider .swiper-slide .content{opacity:1;scale:1}}main .c-featured-sauces__slider .swiper-slide .sauce-border{opacity:0;scale:0;transition:all .3s ease}@media (min-width:992px){main .c-featured-sauces__slider .swiper-slide .sauce-border{opacity:1;scale:1}}main .c-featured-sauces__slider .swiper-slide-active .content,main .c-featured-sauces__slider .swiper-slide-active .sauce-border{opacity:1;scale:1}main .c-featured-sauces__slider__functions{margin-top:3.75rem}@media (min-width:992px){main .c-featured-sauces__slider__functions{margin-top:6.25rem}}main .c-featured-sauces__slider__functions .swiper-pagination-featured-sauces{bottom:1.25rem;display:flex;justify-content:center;position:relative}@media (min-width:992px){main .c-featured-sauces__slider__functions .swiper-pagination-featured-sauces{bottom:1.875rem}}main .c-featured-sauces__slider__functions .swiper-pagination-featured-sauces .swiper-pagination-bullet{background:rgba(var(--color-primary));height:5px;width:5px}@media (min-width:992px){main .c-featured-sauces__slider.items-3 .swiper-pagination-featured-sauces{display:none}}main .c-featured-sauces__buttons{display:flex;justify-content:center}main .c-featured-sauces__buttons .btn{color:rgba(var(--color-primary))}main .c-featured-sauces__buttons .btn:hover{color:rgba(var(--color-white))}main .c-featured-sauces--consumer{margin:0;padding-block:0 5.625rem}@media (min-width:768px){main .c-featured-sauces--consumer{padding-block:0 9.375rem}}@media (min-width:992px){main .c-featured-sauces--consumer{padding-block:4.375rem 10rem}}main .c-featured-sauces--consumer .swiper-pagination-featured-sauces .swiper-pagination-bullet{background:rgba(var(--color-background))}main .c-featured-sauces--consumer .marquee__content__text{-webkit-text-stroke:2px rgba(var(--color-background),.12)}main .c-featured-sauces--consumer .btn,main .c-featured-sauces--consumer .btn:hover{color:rgba(var(--color-white))}main .c-featured-sauces--consumer article.product-sauce .label{display:none}main .c-featured-sauces--consumer article.product-sauce .sauce-border{color:rgba(var(--color-white),.15)}main .c-featured-sauces--consumer .bottom-figure{color:rgba(var(--color-background))}main .c-featured-sauces .product-sauce .product-thumb img{max-height:9.375rem}@media (min-width:768px){main .c-featured-sauces .product-sauce .product-thumb img{max-height:11.25rem}}@media (min-width:992px){main .c-featured-sauces .product-sauce .product-thumb img{max-height:15.625rem}}main .c-featured-sauces .product-sauce .sauce-border{max-height:18.75rem}@media (min-width:992px){main .c-featured-sauces .product-sauce .sauce-border{max-height:30rem}}main .c-featured-sauces .product-sauce .content{margin-top:1.875rem}@media (min-width:992px){main .c-featured-sauces .product-sauce .content{margin-top:3.125rem}}main .c-featured-sauces--professional .swiper-slide{height:auto}main .c-featured-sauces--professional .swiper-slide .product-sauce{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-end}main .c-featured-sauces--professional .product-sauce .sauce-border{display:none}main .c-featured-sauces--professional .product-sauce .product-thumb img{max-height:9.375rem}@media (min-width:768px){main .c-featured-sauces--professional .product-sauce .product-thumb img{max-height:11.25rem}}@media (min-width:992px){main .c-featured-sauces--professional .product-sauce .product-thumb img{max-height:15.625rem}}main .c-featured-sauces--professional .product-sauce .product-thumb{width:7.5rem}@media (min-width:992px){main .c-featured-sauces--professional .product-sauce .product-thumb{width:11.25rem}}main .c-archive-sauce__hero{height:25rem;position:relative}@media (min-width:768px){main .c-archive-sauce__hero{height:25rem}}@media (min-width:992px){main .c-archive-sauce__hero{height:28.125rem}}main .c-archive-sauce__hero .bottom-figure{bottom:-4px;color:rgba(var(--color-primary));height:auto;max-width:49.3125rem;-o-object-fit:contain;object-fit:contain;width:100vw}@media (min-width:992px){main .c-archive-sauce__hero .bottom-figure{width:50vw}}main .c-archive-sauce__all-products{margin-bottom:3.75rem;position:relative}@media (min-width:992px){main .c-archive-sauce__all-products{margin-bottom:12.5rem}}main .c-archive-sauce__all-products .hide{opacity:.3}main .c-archive-sauce__all-products .ingredients{display:none;max-height:10.625rem}@media (min-width:992px){main .c-archive-sauce__all-products .ingredients{display:block;left:-9.0625rem;pointer-events:none;position:absolute;top:25rem}main .c-archive-sauce__all-products .ingredients-secondary{left:unset;right:-9.0625rem;top:10.625rem}}main .c-archive-sauce__all-products .row{scroll-margin-top:100px}@media (min-width:992px){main .c-archive-sauce__all-products .row{scroll-margin-top:200px}}main .c-archive-sauce__all-products__header{margin-block:4.0625rem 2.8125rem;text-align:center}@media (min-width:992px){main .c-archive-sauce__all-products__header{margin-block:6.25rem 4.375rem}}main .c-archive-sauce__all-products__header .title{font-size:clamp(2.8125rem,2.223rem + 2.4183vw,5.125rem)}main .c-archive-sauce__all-products__navigation-wrapper{min-height:3.125rem;position:relative}main .c-archive-sauce__all-products__navigation-wrapper__navigation{-ms-overflow-style:none;display:flex;gap:.625rem;left:.625rem;overflow-x:auto;padding-right:2.5rem;position:absolute;scrollbar-width:none}main .c-archive-sauce__all-products__navigation-wrapper__navigation::-webkit-scrollbar{display:none}@media (min-width:768px){main .c-archive-sauce__all-products__navigation-wrapper__navigation{padding-right:6.25rem}}@media (min-width:992px){main .c-archive-sauce__all-products__navigation-wrapper__navigation{flex-wrap:wrap;justify-content:center;margin-inline:auto;overflow:initial;padding:0;position:relative;width:-moz-fit-content;width:fit-content}}main .c-archive-sauce__all-products__navigation-wrapper__navigation .btn{white-space:nowrap}@media (min-width:992px){main .c-archive-sauce__all-products__navigation-wrapper__navigation .btn{height:2.5rem;padding-inline:1.25rem}}main .c-archive-sauce__all-products__navigation-wrapper__navigation .btn:after{border-color:rgba(var(--color-primary))}main .c-archive-sauce__all-products__navigation-wrapper__navigation .btn:hover:after{border-color:rgba(var(--color-secondary))}main .c-archive-sauce__all-products__navigation-wrapper__navigation .btn.is-active{background:rgba(var(--color-primary));color:rgba(var(--color-white));white-space:nowrap}main .c-archive-sauce__all-products__navigation-wrapper__navigation .btn.is-active:after{border-color:rgba(var(--color-primary))}@media (min-width:992px){main .c-archive-sauce__all-products__navigation-wrapper__navigation.hide{display:none}}main .c-archive-sauce__all-products__seperator{border:var(--border-dashed);margin:3.125rem 0;opacity:1}@media (min-width:992px){main .c-archive-sauce__all-products__seperator{margin:5.9375rem 0}main .c-archive-sauce__all-products__seperator.hide{display:none}}main .c-archive-sauce__all-products__category-tile{margin-bottom:3.75rem}main .c-archive-sauce__all-products__category-tile .title{font-size:clamp(2.1875rem,1.9167rem + 1.1111vw,3.25rem);margin-bottom:1.25rem}@media (min-width:992px){main .c-archive-sauce__all-products__category-tile .title{margin-bottom:1.25rem}}main .c-archive-sauce__all-products__category-tile .title .total{color:rgba(var(--color-primary));display:inline-block;font-size:clamp(1.5625rem,1.4828rem + .3268vw,1.875rem);transform:translateY(-1.25rem)}main .c-archive-sauce__all-products__category-tile .toggle-sauce{display:none;margin-top:3.75rem}@media (min-width:992px){main .c-archive-sauce__all-products__category-tile .toggle-sauce{display:flex}}main .c-archive-sauce__all-products__category-tile .toggle-sauce .icon-chevron{margin-left:.3125rem;rotate:180deg;transition:all .2s ease}main .c-archive-sauce__all-products__category-tile .toggle-sauce .show-label{display:none}main .c-archive-sauce__all-products__category-tile .toggle-sauce .hide-label,main .c-archive-sauce__all-products__category-tile .toggle-sauce.active .show-label{display:block}main .c-archive-sauce__all-products__category-tile .toggle-sauce.active .hide-label{display:none}main .c-archive-sauce__all-products__category-tile .toggle-sauce.active .icon-chevron{rotate:0deg}main .c-archive-sauce__all-products__item-seperator{border:var(--border-dashed);height:100%;width:1px}main .c-archive-sauce__all-products__items{grid-row-gap:3.25rem;display:grid;gap:1.875rem;grid-template-columns:repeat(2,1fr)}@media (min-width:992px){main .c-archive-sauce__all-products__items{grid-row-gap:6.25rem}main .c-archive-sauce__all-products__items.active article{display:none}main .c-archive-sauce__all-products__items.active article:nth-child(-n+2){display:block}main .c-archive-sauce .product-row>:nth-child(4n+2),main .c-archive-sauce .product-row>:nth-child(4n+3){border-left:var(--border-dashed)}main .c-archive-sauce .product-row.hide{display:none}}main .c-archive-sauce .product-row .c-archive-sauce__all-products__seperator{display:none}@media (min-width:992px){main .c-archive-sauce .product-row .c-archive-sauce__all-products__seperator{display:block}main .c-archive-sauce .product-row .c-archive-sauce__all-products__seperator.hide,main .c-archive-sauce .product-row:not(.active)>*{display:none}main .c-archive-sauce .product-row:not(.active)>:nth-child(-n+3){display:block}}main .c-archive-sauce .no-products{margin-block:6.25rem 3.125rem;text-align:center}main .c-archive-sauce .product-sauce .product-thumb img{max-height:9.375rem}@media (min-width:768px){main .c-archive-sauce .product-sauce .product-thumb img{max-height:11.25rem}}@media (min-width:992px){main .c-archive-sauce .product-sauce .product-thumb img{max-height:15.625rem}}main .c-archive-sauce .product-sauce .sauce-border{max-height:18.75rem}@media (min-width:992px){main .c-archive-sauce .product-sauce .sauce-border{max-height:31.25rem}}main .c-archive-recipe__wrapper,main .c-archive-sauce .product-sauce .content{position:relative}main .c-archive-recipe__wrapper .ingredients{display:none;max-height:10.625rem}@media (min-width:992px){main .c-archive-recipe__wrapper .ingredients{display:block;left:-9.0625rem;pointer-events:none;position:absolute;top:12.5rem}main .c-archive-recipe__wrapper .ingredients-secondary{left:unset;right:-9.0625rem;top:3.125rem}}main .c-archive-recipe__wrapper__header{padding-block:10.5rem 3.125rem;text-align:center}@media (min-width:992px){main .c-archive-recipe__wrapper__header{padding-block:18.125rem 6.25rem}}main .c-archive-recipe__wrapper__header .content{margin-top:2.5rem}@media (min-width:992px){main .c-archive-recipe__wrapper__header .content{margin-inline:auto;margin-top:2.5rem;max-width:41.5625rem}}main .c-archive-recipe__wrapper__filters{border-bottom:var(--border);display:flex;gap:.625rem;justify-content:space-between;margin-bottom:4.125rem;padding-bottom:2.5rem}main .c-archive-recipe__wrapper__filters .btn{width:100%}@media (min-width:768px){main .c-archive-recipe__wrapper__filters .btn{width:-moz-fit-content;width:fit-content}}main .c-archive-recipe__wrapper__filters .facetwp-facet{margin-bottom:0;width:100%}@media (min-width:768px){main .c-archive-recipe__wrapper__filters .facetwp-facet{width:-moz-fit-content;width:fit-content}}main .c-archive-recipe__wrapper__filters .facetwp-type-sort select{-webkit-appearance:none;-moz-appearance:none;background:unset;background:url(../images/icon-chevron-down.svg?d856916723b3e12230e516f072c76cfb) calc(100% - 20px) no-repeat;background-size:.8125rem .9375rem;border:2px solid rgba(var(--color-primary),.15);border-radius:var(--border-radius);color:rgba(var(--color-primary));height:3.125rem;padding-inline:1.25rem 3.125rem;text-indent:1px;text-overflow:"";width:100%}@media (min-width:768px){main .c-archive-recipe__wrapper__filters .facetwp-type-sort select{width:-moz-fit-content;width:fit-content}}@media (min-width:992px){main .c-archive-recipe__wrapper__filters .facetwp-type-sort select{height:3.75rem;padding-inline:1.75rem 3.125rem}}main .c-archive-recipe__wrapper__filters .facetwp-type-sort select::-ms-expand{display:none}main .c-archive-recipe__wrapper__items__pagination{text-align:center}main .c-archive-recipe__wrapper__items__pagination .facetwp-type-pager{margin-bottom:0}main .c-archive-recipe__wrapper__items__pagination .facetwp-type-pager button{align-items:center;background:url(../images/icon-chevron-down-white.svg?b45dfc170f5ea197534e4e06e1e487d6) calc(100% - 20px) no-repeat,rgba(var(--color-secondary));background-size:.75rem;border:2px solid rgba(var(--color-secondary));border-radius:var(--border-radius);color:rgba(var(--color-white));display:inline-flex;font-size:14px;font-weight:var(--font-weight-semi-bold);height:3.125rem;margin:auto;padding-inline:1.5625rem;position:relative;white-space:nowrap;width:-moz-fit-content;width:fit-content;z-index:2}@media screen and (min-width:400px){main .c-archive-recipe__wrapper__items__pagination .facetwp-type-pager button{font-size:calc(13.33333px + .16667vw)}}@media screen and (min-width:1600px){main .c-archive-recipe__wrapper__items__pagination .facetwp-type-pager button{font-size:16px}}@media (min-width:992px){main .c-archive-recipe__wrapper__items__pagination .facetwp-type-pager button{height:3.75rem;padding-inline:1.75rem 2.5rem}}main .c-archive-recipe__first-section{grid-column-gap:1.875rem;grid-row-gap:3.125rem;display:grid;margin-bottom:5.9375rem}@media (min-width:768px){main .c-archive-recipe__first-section{grid-row-gap:3.125rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){main .c-archive-recipe__first-section{grid-row-gap:2.5rem;grid-template-columns:repeat(4,1fr);margin-bottom:3.125rem}main .c-archive-recipe__first-section .type-recipe{padding-bottom:8.125rem;position:relative}}@media (min-width:1200px){main .c-archive-recipe__first-section .type-recipe{padding-bottom:13.4375rem;position:relative}}@media (min-width:992px){main .c-archive-recipe__first-section .type-recipe .content{left:0;position:absolute;right:0;top:calc(100% - 8.125rem)}}@media (min-width:1200px){main .c-archive-recipe__first-section .type-recipe .content{left:0;position:absolute;right:0;top:calc(100% - 13.4375rem)}}@media (min-width:992px){main .c-archive-recipe__first-section .type-recipe:first-child{grid-column:span 2;grid-row:span 2}main .c-archive-recipe__first-section .type-recipe:first-child .thumb{height:100%}}main .c-archive-recipe__filter-tab{background:rgba(var(--color-background));display:flex;flex-direction:column;height:100%;padding-block:1.875rem;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;width:calc(100% - 20px);z-index:51}@media (min-width:768px){main .c-archive-recipe__filter-tab{width:calc(100% - 50px)}}@media (min-width:992px){main .c-archive-recipe__filter-tab{width:33.75rem}}main .c-archive-recipe__filter-tab__top{border-bottom:var(--border);display:flex;justify-content:space-between;padding:0 1.875rem 1.875rem}main .c-archive-recipe__filter-tab__top .title{color:rgba(var(--color-secondary));font-family:CabinetGrotesk-Medium,sans-serif;font-size:clamp(1.25rem,1.25rem + 0vw,1.25rem)}main .c-archive-recipe__filter-tab__content{border-bottom:var(--border);margin-inline:1.875rem}main .c-archive-recipe__filter-tab__content .tab-title{align-items:center;display:flex;font-family:Open Sans,sans-serif;font-weight:700;justify-content:space-between;padding-block:1.875rem;width:100%}main .c-archive-recipe__filter-tab__content .tab-title .icon-chevron{flex:none;transition:transform .2s ease}main .c-archive-recipe__filter-tab__content .facetwp-facet{display:none;margin-bottom:0}main .c-archive-recipe__filter-tab__content .facetwp-facet .facetwp-checkbox .facetwp-display-value{font-family:Open Sans,sans-serif;font-weight:500}main .c-archive-recipe__filter-tab__content .facetwp-facet .facetwp-checkbox .facetwp-counter{display:none}main .c-archive-recipe__filter-tab__content.active{padding-bottom:1.875rem}main .c-archive-recipe__filter-tab__content.active .tab-title{padding-bottom:.9375rem;text-decoration:underline}main .c-archive-recipe__filter-tab__content.active .tab-title .icon-chevron{transform:rotate(180deg)}main .c-archive-recipe__filter-tab__content.active .facetwp-facet{display:block}main .c-archive-recipe__filter-tab__content.active .facetwp-facet .facetwp-checkbox{background:url(../images/checkbox.svg?64765b476935e3b4deec2af903983aac) 0 50% no-repeat;background-size:.9375rem;border:unset;padding-left:1.5625rem}main .c-archive-recipe__filter-tab__content.active .facetwp-facet .facetwp-checkbox.checked{background:url(../images/icon-checkmark.svg?806e2db033788f5324dc23d87a72a793) 0 50% no-repeat}main .c-archive-recipe__filter-tab__bottom{display:flex;gap:10px;justify-content:space-between;margin-top:auto;margin-inline:1.875rem}main .c-archive-recipe__filter-tab__bottom button{width:100%}main .c-archive-recipe__filter-tab.active{transform:translate(0);transition:transform .4s ease}main .c-archive-recipe__filter-tab-background{background:rgba(0,0,0,.65);height:100%;left:0;opacity:0;position:fixed;top:0;transition:opacity .4s ease;visibility:hidden;width:100%;z-index:50}main .c-archive-recipe__filter-tab-background.active{opacity:1;visibility:visible}main .c-archive-recipe .facetwp-load-more{background:rgba(var(--color-secondary));border-radius:.3125rem;color:rgba(var(--color-white));height:3.125rem;margin-inline:auto;padding-inline:1.25rem;text-align:center;width:-moz-fit-content;width:fit-content}main .c-archive-recipe .type-recipe .label-trending{display:none}main .c-archive-recipe .type-recipe .label-recipe{color:rgba(var(--color-primary))}main .c-form{padding-block:11.25rem 5.9375rem;position:relative}@media (min-width:992px){main .c-form{padding-block:18.375rem 12.5rem}}main .c-form:before{background:rgba(var(--color-primary));content:"";height:.5rem;left:0;position:absolute;right:0;top:0;width:100%;z-index:2}@media (min-width:992px){main .c-form:before{height:.625rem}}main .c-form .ingredients{display:none;max-height:10.625rem}@media (min-width:992px){main .c-form .ingredients{display:block;pointer-events:none;position:absolute;right:-9.0625rem;top:72.3125rem}}main .c-form form{margin-top:2.8125rem}@media (min-width:992px){main .c-form form{margin-top:3.75rem}}main .c-form__header .subtitle{color:rgba(var(--color-secondary))}main .c-form__header .title+.content{margin-top:2.8125rem}@media (min-width:992px){main .c-form__header .title+.content{margin-top:4.125rem}}main .c-form__header .content a:not(.btn){transition:color .3s ease}main .c-form__header .content a:not(.btn):hover{color:rgba(var(--color-primary))}main .c-form__image{aspect-ratio:1;border-radius:var(--border-radius);height:auto;margin-top:3.75rem;overflow:hidden;width:100%}@media (min-width:992px){main .c-form__image{margin-top:0}}main .c-form__image .image,main .c-form__image .video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}main .c-archive-faq{padding-bottom:5.9375rem}@media (min-width:992px){main .c-archive-faq{padding-bottom:12.5rem}}main .c-archive-faq__wrapper{position:relative}main .c-archive-faq__wrapper .ingredients{display:none;max-height:10.625rem}@media (min-width:992px){main .c-archive-faq__wrapper .ingredients{display:block;left:-9.0625rem;pointer-events:none;position:absolute;top:26.875rem}main .c-archive-faq__wrapper .ingredients-secondary{left:unset;right:-9.0625rem;top:15.3125rem}}main .c-archive-faq__wrapper__header{padding-block:10.5rem 3.125rem;text-align:center}@media (min-width:992px){main .c-archive-faq__wrapper__header{padding-block:18.125rem 6.25rem}}main .c-archive-faq__wrapper__header .content{margin-top:2.5rem}@media (min-width:992px){main .c-archive-faq__wrapper__header .content{margin-inline:auto;margin-top:2.5rem;max-width:41.5625rem}}main .c-archive-faq__wrapper__header .title-faq{margin-top:3.75rem}@media (min-width:768px){main .c-archive-faq__wrapper__header .title-faq{margin-top:5rem}}@media (min-width:992px){main .c-archive-faq__wrapper__header .title-faq{margin-top:6.25rem}}main .c-archive-faq .faq-items>div:not(:first-child){margin-top:3.75rem}@media (min-width:992px){main .c-archive-faq .faq-items>div:not(:first-child){margin-top:3.75rem}}main .c-archive-faq__items .title{font-size:clamp(1.5625rem,1.4828rem + .3268vw,1.875rem);margin-bottom:1.25rem}main .c-insta-gallery{padding-block:3.75rem}@media (min-width:992px){main .c-insta-gallery{padding-block:6.25rem}}main .c-insta-gallery__header{margin-bottom:2.5rem;position:relative;text-align:center}main .c-insta-gallery__header .bottle{position:absolute}main .c-insta-gallery__header .bottle.first{bottom:-3.125rem;right:calc(50% + 17rem);transform:translateX(-50%) rotate(41deg)}main .c-insta-gallery__header .bottle.second{left:calc(50% + 17rem);top:0;transform:translateX(-50%) rotate(-41deg)}main .c-insta-gallery__wrapper{align-items:center;display:flex;gap:1.875rem;justify-content:center}main .c-insta-gallery__wrapper>.image{aspect-ratio:1;border:6px solid rgba(var(--color-white));border-radius:var(--border-radius);flex:none;height:auto;width:10rem}@media (min-width:992px){main .c-insta-gallery__wrapper>.image{width:18.875rem}}main .c-insta-gallery__wrapper>.image img{display:block;height:auto;-o-object-fit:cover;object-fit:cover;opacity:1;transition:opacity .4s ease;width:100%}main .c-insta-gallery__wrapper>.image--1{transform:translate(-150px,150px) rotate(-10deg)}main .c-insta-gallery__wrapper>.image--2{transform:translate(-50px,50px) rotate(-10deg)}main .c-insta-gallery__wrapper>.image--3{transform:translate(50px,50px) rotate(10deg)}main .c-insta-gallery__wrapper>.image--4{transform:translate(150px,150px) rotate(10deg)}main .c-insta-gallery__wrapper__slider{align-items:center;display:flex;gap:1.875rem;position:relative}main .c-insta-gallery__wrapper__slider .slider{aspect-ratio:1;border:6px solid rgba(var(--color-white));border-radius:var(--border-radius);display:flex;height:auto;margin-inline:auto;overflow:hidden;width:13.4375rem}@media (min-width:992px){main .c-insta-gallery__wrapper__slider .slider{width:32.125rem}}main .c-insta-gallery__wrapper__slider .slider img{height:auto;-o-object-fit:cover;object-fit:cover;width:100%}main .c-insta-gallery__wrapper__slider .swiper-pagination-instagram{bottom:-1.875rem;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);width:-moz-fit-content;width:fit-content;z-index:2}main .c-insta-gallery__wrapper__slider .swiper-pagination-instagram .swiper-pagination-bullet{background:rgba(var(--color-white));height:.3125rem;width:.3125rem}main .c-insta-gallery__wrapper__slider .swiper-button{align-items:center;border:1px solid rgba(var(--color-white));border-radius:var(--border-radius);display:none;height:3.125rem;justify-content:center;width:3.125rem}@media (min-width:992px){main .c-insta-gallery__wrapper__slider .swiper-button{display:flex}}main .c-insta-gallery__wrapper__slider .swiper-button.prev svg{rotate:180deg}main .c-insta-gallery__bottom{margin-inline:auto;margin-top:-2.8125rem;position:relative;text-align:center;width:100%;z-index:2}@media (min-width:768px){main .c-insta-gallery__bottom{width:70%}}@media (min-width:992px){main .c-insta-gallery__bottom{width:32.125rem}}main .c-insta-gallery__bottom .arrow{margin-bottom:1.25rem;pointer-events:none;transform:translateX(3.125rem)}@media (min-width:992px){main .c-insta-gallery__bottom .arrow{transform:translateX(6.25rem)}}main .c-insta-gallery__bottom .bottle{left:calc(50% + 17rem);position:absolute;top:3.125rem;transform:translateX(-50%) rotate(41deg)}main .c-insta-gallery__bottom .hashtag{font-family:CabinetGrotesk-Extrabold,sans-serif;font-size:clamp(1.75rem,1.5588rem + .7843vw,2.5rem);margin-bottom:.625rem}@media (min-width:992px){main .c-insta-gallery__bottom .hashtag{margin-bottom:1.25rem}}main .c-insta-gallery__bottom .hashtag span{color:rgba(var(--color-secondary))}main .c-history-slider{padding-block:4.375rem}@media (min-width:992px){main .c-history-slider{padding-block:12.5rem}}main .c-history-slider__header{margin-bottom:5.625rem;position:relative;z-index:2}@media (min-width:992px){main .c-history-slider__header{margin-bottom:-100%}}main .c-history-slider__wrapper{position:relative}main .c-history-slider__wrapper__slider-content{overflow-x:hidden;position:relative;z-index:2}main .c-history-slider__wrapper__slider-content__item{display:grid}@media (min-width:992px){main .c-history-slider__wrapper__slider-content__item{align-items:flex-end;gap:1.875rem;grid-template-columns:repeat(12,1fr)}main .c-history-slider__wrapper__slider-content__item .content{grid-column:span 5}}main .c-history-slider__wrapper__slider-content__item .content .year{display:block;font-family:CabinetGrotesk-Medium,sans-serif;font-size:clamp(1.4375rem,1.4375rem + 0vw,1.4375rem);margin-bottom:.3125rem}main .c-history-slider__wrapper__slider-content__item .content .title{font-size:clamp(1.875rem,1.875rem + 0vw,1.875rem);margin-bottom:3.125rem}main .c-history-slider__wrapper__slider-content__item .slide-image{aspect-ratio:393/325;border-radius:var(--border-radius);height:290px;margin-top:9.375rem;overflow:hidden;width:100%}@media (min-width:768px){main .c-history-slider__wrapper__slider-content__item .slide-image{height:570px}}@media (min-width:992px){main .c-history-slider__wrapper__slider-content__item .slide-image{grid-column:7/13;height:auto;margin-top:0}}main .c-history-slider__wrapper__slider-content__item .slide-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}main .c-history-slider__wrapper__slider-year{left:0;pointer-events:none;position:absolute;right:0;top:-2.5rem;width:100vw}@media (min-width:992px){main .c-history-slider__wrapper__slider-year{top:18.75rem}}main .c-history-slider__wrapper__slider-year__item{max-width:100vw;overflow:hidden}main .c-history-slider__wrapper__slider-year__item .year-wrapper{display:flex;gap:3.125rem;white-space:nowrap}main .c-history-slider__wrapper__slider-year__item .year-wrapper span{-webkit-text-stroke:1px rgba(var(--color-white),.12);color:transparent;font-family:CabinetGrotesk-Extrabold,sans-serif;font-size:clamp(3.4375rem,2.3223rem + 4.5752vw,7.8125rem)}@media (min-width:992px){main .c-history-slider__wrapper__slider-year__item .year-wrapper span{-webkit-text-stroke:2px rgba(var(--color-white),.12)}}main .c-history-slider__wrapper__functions{align-items:center;bottom:21.25rem;display:flex;gap:1.25rem;position:absolute;z-index:10}@media screen and (min-width:576px){main .c-history-slider__wrapper__functions{max-width:540px}}@media (min-width:768px){main .c-history-slider__wrapper__functions{bottom:38.75rem;max-width:720px}}@media (min-width:992px){main .c-history-slider__wrapper__functions{bottom:unset;gap:.625rem;margin-top:5.9375rem;max-width:unset;position:relative}}main .c-history-slider__wrapper__functions .swiper-button{align-items:center;border:1px solid rgba(var(--color-white));border-radius:var(--border-radius);display:flex;flex:none;height:2.1875rem;justify-content:center;width:2.1875rem}@media (min-width:992px){main .c-history-slider__wrapper__functions .swiper-button{height:3.125rem;width:3.125rem}}main .c-history-slider__wrapper__functions .swiper-button.prev svg{transform:rotate(180deg)}main .c-history-slider__wrapper__functions .swiper-button.next{order:2}@media (min-width:992px){main .c-history-slider__wrapper__functions .swiper-button.next{order:unset}}main .c-history-slider__wrapper__functions .swiper-button.swiper-button-disabled{opacity:.3;pointer-events:none}main .c-history-slider__wrapper__functions .swiper-pagination-history-content{background:rgba(var(--color-white),.3);height:2px;order:1;position:relative}@media (min-width:992px){main .c-history-slider__wrapper__functions .swiper-pagination-history-content{margin-right:1.25rem;order:unset}}main .c-history-slider__wrapper__functions .swiper-pagination-history-content .swiper-pagination-progressbar-fill{background:rgba(var(--color-white))}main .c-history-slider__wrapper__functions .swiper-buttons{display:flex}main .c-team{padding-block:5rem;position:relative}@media (min-width:992px){main .c-team{padding-block:10.625rem}}main .c-team__wrapper .container-departments>.row:not(:first-child){margin-top:5.9375rem}@media (min-width:992px){main .c-team__wrapper .container-departments>.row:not(:first-child){margin-top:11.25rem}}main .c-team__wrapper__department__header{margin-inline:auto;margin-bottom:3.125rem;text-align:center}@media (min-width:768px){main .c-team__wrapper__department__header{margin-bottom:3.75rem}}@media (min-width:992px){main .c-team__wrapper__department__header{margin-bottom:5rem}}main .c-team__wrapper__department__grid{grid-row-gap:3.125rem;grid-column-gap:30px;display:grid}@media (min-width:768px){main .c-team__wrapper__department__grid{grid-row-gap:4.0625rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){main .c-team__wrapper__department__grid{grid-row-gap:5rem;grid-template-columns:repeat(4,1fr)}}main .c-team__wrapper__department__grid .type-employee{margin-inline:2.8125rem;text-align:center}@media (min-width:768px){main .c-team__wrapper__department__grid .type-employee{margin-inline:0;text-align:left}}@media (min-width:992px){main .c-team__wrapper__department__grid.three-items{display:flex;gap:1.875rem;justify-content:space-between}main .c-team__wrapper__department__grid.three-items .employee{width:calc(25% - 30px)}}main .c-archive-sauce-professional__hero{height:28.125rem;position:relative}main .c-archive-sauce-professional__hero .bottom-figure{color:rgba(var(--color-background))}main .c-archive-sauce-professional__all-products{margin-bottom:5.9375rem;position:relative}@media (min-width:992px){main .c-archive-sauce-professional__all-products{margin-bottom:12.5rem}}main .c-archive-sauce-professional__all-products .ingredients{display:none;max-height:10.625rem}@media (min-width:992px){main .c-archive-sauce-professional__all-products .ingredients{display:block;left:-9.0625rem;pointer-events:none;position:absolute;top:25rem}main .c-archive-sauce-professional__all-products .ingredients-secondary{left:unset;right:-9.0625rem;top:10.625rem}}main .c-archive-sauce-professional__all-products .row{scroll-margin-top:100px}@media (min-width:992px){main .c-archive-sauce-professional__all-products .row{scroll-margin-top:200px}}main .c-archive-sauce-professional__all-products .hide{opacity:.3}main .c-archive-sauce-professional__all-products__header{margin-block:4.0625rem 2.8125rem;text-align:center}@media (min-width:992px){main .c-archive-sauce-professional__all-products__header{margin-block:6.25rem 4.375rem}}main .c-archive-sauce-professional__all-products__header .title{font-size:clamp(2.8125rem,2.223rem + 2.4183vw,5.125rem)}main .c-archive-sauce-professional__all-products__navigation-wrapper{min-height:3.125rem;position:relative}main .c-archive-sauce-professional__all-products__navigation-wrapper__navigation{-ms-overflow-style:none;display:flex;gap:.625rem;left:.625rem;overflow-x:auto;padding-right:2.5rem;position:absolute;scrollbar-width:none;width:100vw}main .c-archive-sauce-professional__all-products__navigation-wrapper__navigation::-webkit-scrollbar{display:none}@media (min-width:768px){main .c-archive-sauce-professional__all-products__navigation-wrapper__navigation{padding-right:6.25rem}}@media (min-width:992px){main .c-archive-sauce-professional__all-products__navigation-wrapper__navigation{flex-wrap:wrap;justify-content:center;margin-inline:auto;overflow:initial;padding:0;position:relative;width:-moz-fit-content;width:fit-content}}main .c-archive-sauce-professional__all-products__navigation-wrapper__navigation .btn{flex:none;white-space:nowrap}@media (min-width:992px){main .c-archive-sauce-professional__all-products__navigation-wrapper__navigation .btn{height:2.5rem;padding-inline:1.25rem}}main .c-archive-sauce-professional__all-products__navigation-wrapper__navigation .btn__flair:before{background:rgba(var(--color-primary))}main .c-archive-sauce-professional__all-products__navigation-wrapper__navigation .btn:after{border-color:rgba(var(--color-primary))}main .c-archive-sauce-professional__all-products__navigation-wrapper__navigation .btn.is-active{background:rgba(var(--color-primary));border:2px solid rgba(var(--color-primary));color:rgba(var(--color-white))}main .c-archive-sauce-professional__all-products__navigation-wrapper__navigation .btn.is-active .btn__label{color:rgba(var(--color-white))}@media (min-width:992px){main .c-archive-sauce-professional__all-products__navigation-wrapper__navigation.hide{display:none}}main .c-archive-sauce-professional__all-products__seperator{border:var(--border-dashed);margin:3.125rem 0;opacity:1}@media (min-width:992px){main .c-archive-sauce-professional__all-products__seperator{margin:5.9375rem 0}main .c-archive-sauce-professional__all-products__seperator.hide{display:none}}main .c-archive-sauce-professional__all-products__category-tile{margin-bottom:.625rem}@media (min-width:992px){main .c-archive-sauce-professional__all-products__category-tile{max-width:23.75rem}}main .c-archive-sauce-professional__all-products__category-tile .title{font-size:clamp(2.1875rem,1.9167rem + 1.1111vw,3.25rem);margin-bottom:1.25rem}@media (min-width:992px){main .c-archive-sauce-professional__all-products__category-tile .title{margin-bottom:1.25rem}}main .c-archive-sauce-professional__all-products__category-tile .title .total{color:rgba(var(--color-primary));display:inline-block;font-size:clamp(1.5625rem,1.4828rem + .3268vw,1.875rem);transform:translateY(-1.25rem)}main .c-archive-sauce-professional__all-products__category-tile .toggle-sauce{display:none;margin-top:3.75rem}@media (min-width:992px){main .c-archive-sauce-professional__all-products__category-tile .toggle-sauce{display:flex}}main .c-archive-sauce-professional__all-products__category-tile .toggle-sauce .icon-chevron{margin-left:.3125rem;rotate:180deg;transition:all .2s ease}main .c-archive-sauce-professional__all-products__category-tile .toggle-sauce .show-label{display:none}main .c-archive-sauce-professional__all-products__category-tile .toggle-sauce .hide-label,main .c-archive-sauce-professional__all-products__category-tile .toggle-sauce.active .show-label{display:block}main .c-archive-sauce-professional__all-products__category-tile .toggle-sauce.active .hide-label{display:none}main .c-archive-sauce-professional__all-products__category-tile .toggle-sauce.active .icon-chevron{rotate:0deg}@media (min-width:992px){main .c-archive-sauce-professional__all-products .product-sauce .thumb{width:15.125rem}}main .c-archive-sauce-professional__all-products .product-sauce .product-thumb__wrapper{left:0;top:60%;width:100%}main .c-archive-sauce-professional__all-products .product-sauce .sauce-border{display:none}main .c-archive-sauce-professional__all-products .product-sauce .product-thumb{width:7.5rem}@media (min-width:768px){main .c-archive-sauce-professional__all-products .product-sauce .product-thumb{width:12.5rem}}@media (min-width:992px){main .c-archive-sauce-professional__all-products .product-sauce .product-thumb{width:18.75rem}main .c-archive-sauce-professional__all-products .product-row>:nth-child(4n+2),main .c-archive-sauce-professional__all-products .product-row>:nth-child(4n+3){border-left:var(--border-dashed)}main .c-archive-sauce-professional__all-products .product-row.hide{display:none}}main .c-archive-sauce-professional__all-products .product-row .c-archive-sauce-professional__all-products__seperator{display:none}@media (min-width:992px){main .c-archive-sauce-professional__all-products .product-row .c-archive-sauce-professional__all-products__seperator{display:block}main .c-archive-sauce-professional__all-products .product-row:not(.active)>*{display:none}main .c-archive-sauce-professional__all-products .product-row:not(.active)>:nth-child(-n+3){display:block}}main .c-archive-sauce-professional .no-products{margin-block:6.25rem 3.125rem;text-align:center}main .c-archive-sauce-professional .product-sauce{display:flex;flex-direction:column;height:100%;justify-content:flex-end;margin-top:auto;position:relative}main .c-archive-sauce-professional .product-sauce img{max-height:7.5rem}@media (min-width:768px){main .c-archive-sauce-professional .product-sauce img{max-height:12.5rem}}@media (min-width:992px){main .c-archive-sauce-professional .product-sauce img{max-height:17.5rem}}main .c-hero-archive-search__wrapper{position:relative}main .c-hero-archive-search__wrapper .ingredients{display:none;max-height:10.625rem}@media (min-width:992px){main .c-hero-archive-search__wrapper .ingredients{display:block;left:-9.0625rem;pointer-events:none;position:absolute;top:26.875rem}main .c-hero-archive-search__wrapper .ingredients-secondary{left:unset;right:-9.0625rem;top:15.3125rem}}main .c-hero-archive-search__wrapper__header{padding-block:10.5rem 3.125rem;text-align:center}@media (min-width:992px){main .c-hero-archive-search__wrapper__header{padding-block:18.125rem 6.25rem}}main .c-hero-archive-search__wrapper__header .content{margin-top:2.5rem}@media (min-width:992px){main .c-hero-archive-search__wrapper__header .content{margin-inline:auto;margin-top:2.5rem;max-width:41.5625rem}}main .c-hero-archive-search__wrapper__header .result{color:rgba(Var(--color-primary));margin-top:1.875rem}main .c-sales-locations{margin-block:10.5rem 3.125rem}@media (min-width:992px){main .c-sales-locations{margin-block:18.125rem 9.375rem}}main .c-sales-locations__header{padding-bottom:3.125rem;text-align:center}@media (min-width:992px){main .c-sales-locations__header{padding-bottom:6.25rem}}main .c-sales-locations__header .content{margin-top:1.875rem}@media (min-width:992px){main .c-sales-locations__header .content{margin-top:3.125rem}}main .c-sales-locations__item{position:relative;text-align:center}main .c-sales-locations__item figure{align-items:center;display:flex;height:6.25rem;justify-content:center}@media (min-width:992px){main .c-sales-locations__item figure{height:7.5rem}}main .c-sales-locations__item figure img{max-height:3.75rem;max-width:8.125rem;transition:.3s ease}@media (min-width:992px){main .c-sales-locations__item figure img{max-height:5rem;max-width:12.5rem}}main .c-sales-locations__item h3{transition:.3s ease}@media (min-width:992px){main .c-sales-locations__item h3{margin-top:1.25rem}}main .c-sales-locations__item a{height:100%;inset:0;position:absolute;width:100%;z-index:1}main .c-sales-locations__item:hover img{scale:1.1}main .c-sales-locations__item:hover h3{color:rgba(var(--color-secondary))}.footer{margin-top:4.0625rem;position:relative}@media (min-width:768px){.footer{margin-top:6.875rem}}.footer__top{align-items:center;display:flex;gap:3.125rem;padding-bottom:3.4375rem}@media (min-width:768px){.footer__top{padding-bottom:6.875rem}}.footer__top hr{background:rgba(var(--primary-color),.15);display:none;margin-top:3.125rem;width:100%}@media (min-width:768px){.footer__top hr{display:block}}.footer__top .logo{-o-object-fit:contain;object-fit:contain;width:8.75rem}@media (min-width:768px){.footer__top .logo{width:9.375rem}}.footer__navigation{border-bottom:1px solid rgba(var(--color-primary),.15)}@media (min-width:768px){.footer__navigation{border:unset;margin-bottom:3.125rem}}.footer__navigation h3{font-family:CabinetGrotesk-Bold,sans-serif;font-size:clamp(1.25rem,1.2022rem + .1961vw,1.4375rem);padding-block:1.25rem}.footer__navigation ul{list-style-type:none;margin:0;padding:0}.footer__navigation ul li a{font-size:1rem;line-height:2.375;position:relative;width:-moz-fit-content;width:fit-content}.footer__navigation ul li a:before{background-color:currentcolor;bottom:0;content:"";height:1px;left:0;position:absolute;scale:0 1;transform-origin:right;transition:scale .25s;width:100%}.footer__navigation ul li a:hover{color:#fff}.footer__navigation ul li a:hover:before{scale:1;transform-origin:left}.footer__navigation ul li a:hover{color:rgba(var(--color-primary))}.footer__navigation .socials{align-items:center;display:flex;gap:10px;margin-bottom:0;padding-left:0}.footer__navigation .widget h3{position:relative}.footer__navigation .widget h3:after{background:url(../images/icon-chevron-down.svg?d856916723b3e12230e516f072c76cfb) no-repeat 50%;background-size:contain;content:"";height:.625rem;position:absolute;right:1.25rem;top:1.5625rem;transition:all var(--transition-duration) var(--transition-ease);width:.625rem}@media (min-width:768px){.footer__navigation .widget h3:after{display:none}}.footer__navigation .widget>div{max-height:0;overflow:hidden;transition:max-height var(--transition-duration) var(--transition-ease)}@media (min-width:768px){.footer__navigation .widget>div{max-height:none}}.footer__navigation .widget.is-active h3:after{transform:rotate(-180deg);transition:all var(--transition-duration) var(--transition-ease)}.footer__navigation .widget.is-active>div{max-height:400px;padding-bottom:2.1875rem;transition:max-height var(--transition-duration) var(--transition-ease)}.footer__socials{display:flex;flex-direction:column;gap:5px;list-style-type:none;margin-bottom:0;padding-left:0}.footer__socials>li>a{align-items:center;display:flex;height:-moz-fit-content;height:fit-content}.footer__socials>li>a .icon{min-width:1.875rem}.footer__socials>li>a .label{line-height:1}.footer__socials>li>a img{height:100%;max-height:20px;max-width:20px;-o-object-fit:contain;object-fit:contain;transform:translateY(-.125rem);width:auto}.footer__bottom{color:rgba(var(--color-primary),.6);padding-block:3.75rem 2.1875rem}@media (min-width:768px){.footer__bottom{position:relative}}.footer__bottom ul{grid-row-gap:.625rem;grid-column-gap:10px;align-items:center;display:flex;flex-wrap:wrap;font-size:.75rem;list-style:none;margin:0;padding:0}@media (min-width:768px){.footer__bottom ul{max-width:calc(100% - 80px)}}.footer__bottom ul>li{line-height:1;white-space:nowrap}.footer__bottom ul>li a{color:rgba(var(--color-primary),.6);position:relative}.footer__bottom ul>li a:before{background-color:currentcolor;bottom:0;content:"";height:1px;left:0;position:absolute;scale:0 1;transform-origin:right;transition:scale .25s;width:100%}.footer__bottom ul>li a:hover{color:#fff}.footer__bottom ul>li a:hover:before{scale:1;transform-origin:left}.footer__bottom ul>li a:hover{color:rgba(var(--color-primary))}.footer__bottom ul>li:not(:last-child){border-inline-end:1px solid rgba(var(--color-primary),.6);padding-right:10px}.footer__bottom .sauce{bottom:0;height:6.875rem;left:4.9375rem;-o-object-fit:contain;object-fit:contain;position:absolute;width:auto}@media (min-width:768px){.footer__bottom .sauce{left:unset;right:0}}@media (min-width:1300px){.footer__bottom .sauce{height:9.0625rem;left:unset;right:4.375rem}}.footer__certificates{display:flex;gap:1.875rem;justify-content:center;margin-bottom:5.3125rem;position:relative;width:-moz-fit-content;width:fit-content;z-index:2}@media (min-width:768px){.footer__certificates{justify-content:flex-end;margin-bottom:0}}.footer__certificates img{height:6.25rem;-o-object-fit:contain;object-fit:contain;width:auto}@media (min-width:768px){.footer__certificates img{height:7.5rem}}@media (min-width:1300px){.footer__certificates img{height:7.5rem}}.footer__certificates a{height:100%;inset:0;position:absolute;width:100%}.footer__title-form{font-size:clamp(2.8125rem,2.223rem + 2.4183vw,5.125rem)}.footer__form{border-bottom:1px solid rgba(var(--color-primary),.15);margin-top:2.5rem;padding-bottom:.625rem}@media (min-width:768px){.footer__form{border:unset;padding-bottom:3.75rem}}.footer__form .gform_wrapper{margin-top:2.5rem}.footer__form form{position:relative}.footer__form form .gform_fields{gap:1.875rem}.footer__form form .gform-field-label{min-height:unset!important}.footer__form form input[type=email]{background:unset;border:2px solid rgba(var(--color-primary));border-radius:5px;color:rgba(var(--color-primary));font-weight:600;height:3.125rem}.footer__form form input[type=email]:focus{outline:2px solid rgba(var(--color-primary),.5)}.footer__form form input[type=submit]{background:url(../images/icon-arrow-right.svg?5d241777061abeae3c66fd77199fb9b0) no-repeat 50%!important;background-size:20px;border:unset;box-shadow:unset!important;font-size:0!important;height:3.125rem!important;padding:0;position:absolute;right:0;top:0;width:3.125rem!important}@media (min-width:992px){.footer__form form input[type=submit]{height:3.75rem!important;width:3.75rem!important}}.footer__form form input[type=checkbox]{background:#dee0ce;border:unset}.footer__form form input[type=checkbox]:before{color:rgba(var(--color-primary))}.footer__form form input[type=checkbox]:focus{outline:2px solid rgba(var(--color-primary),.5)}.footer__form form .ginput_container_consent{align-items:center;display:flex}.footer__form form .ginput_container_consent label{color:rgba(Var(--color-primary),.6);font-size:.75rem;font-weight:600;line-height:1}.footer__form form .ginput_container_consent label a{color:rgba(Var(--color-primary),.6);text-decoration:underline}.footer__form form .ginput_container_consent label a:hover{text-decoration:none}.offcanvas{background:rgba(var(--color-primary));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}@media (min-width:1300px){.offcanvas{display:none}}.offcanvas__container{-ms-overflow-style:none;height:100vh;overflow:scroll;padding-top:9rem;scrollbar-width:none}.offcanvas__container::-webkit-scrollbar{display:none}@media (min-width:768px){.offcanvas__container{padding-top:140px}}.offcanvas__navigation{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0;position:relative}.offcanvas__navigation>li:first-child a{border-top:1px solid rgba(var(--color-white),.2)}.offcanvas__navigation a{border-bottom:1px solid rgba(var(--color-white),.2);color:rgba(var(--color-white));display:block;font-family:CabinetGrotesk-Bold,sans-serif;padding:15px 0;transition:.3s ease}.offcanvas__navigation a:hover{color:rgba(var(--color-secondary))}.offcanvas__navigation .menu-item-has-children{position:relative}.offcanvas__navigation .menu-item-has-children.active a:before{transform:translateY(-50%) rotate(-180deg)}.offcanvas__navigation .menu-item-has-children.active .sub-menu{display:flex}.offcanvas__navigation .menu-item-has-children>a{display:block;position:relative}.offcanvas__navigation .menu-item-has-children>a:before{background:url(../images/icon-chevron-down.svg?d856916723b3e12230e516f072c76cfb) 50% no-repeat;background-size:contain;content:"";height:20px;position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(0);transition:.3s ease;width:20px}.offcanvas__navigation .menu-item-has-children .sub-menu{display:none;flex-direction:column;list-style-type:none}.offcanvas__navigation .menu-item-has-children>.sub-menu .menu-item-has-children .sub-menu{display:none}.offcanvas__navigation .menu-item-has-children>.sub-menu .menu-item-has-children.active{display:block}.offcanvas__navigation .menu-item-has-children>.sub-menu .menu-item-has-children.active>a:before{transform:translateY(-50%) rotate(0)}.offcanvas__navigation .menu-item-has-children>.sub-menu .menu-item-has-children.active .sub-menu{display:block}.offcanvas__bottom-list{display:flex;flex-direction:column;list-style:none;margin-bottom:0;margin-top:2.5rem;padding-left:0;position:relative}.offcanvas__bottom-list>li a{color:rgba(var(--color-white));line-height:2.5;transition:.3s ease}.offcanvas__bottom-list>li a:hover{color:rgba(var(--color-secondary))}.offcanvas__background{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(0,0,0,.5);height:100vh;opacity:0;pointer-events:none;position:fixed;transition:.3s ease;width:100vw;z-index:8}.offcanvas__background.active{cursor:pointer;opacity:1;pointer-events:auto}.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;padding-block:1.25rem;position:fixed;right:0;top:0;transition:transform var(--transition-duration) .5s var(--transition-ease);width:100%;z-index:10}.header__logo .logo{height:auto;-o-object-fit:contain;object-fit:contain;transition:width .3s ease;width:8.625rem}@media (min-width:992px){.header__logo .logo{width:10rem}}.header__wrapper{align-items:flex-end;display:flex;flex-direction:row;justify-content:space-between;position:relative}@media (min-width:992px){.header__wrapper{margin-top:-1.125rem}}.header__navigation{display:none;width:100%}@media (min-width:992px){.header__navigation{display:block;margin-left:7.0625rem}}.header__navigation .navigation-professional h3{display:none}.header__navigation .menu,.header__navigation .navigation{align-items:center;display:flex;gap:2.5rem;list-style-type:none;margin-bottom:0;padding-left:0;width:100%}.header__navigation .menu li>a,.header__navigation .navigation li>a{color:rgba(var(--color-white));display:flex;font-size:1rem;font-weight:500;padding:.625rem 0;position:relative;white-space:nowrap}.header__navigation .menu li>a:before,.header__navigation .navigation li>a:before{background-color:currentcolor;bottom:0;content:"";height:1px;left:0;position:absolute;scale:0 1;transform-origin:right;transition:scale .25s;width:100%}.header__navigation .menu li>a:hover,.header__navigation .navigation li>a:hover{color:#fff}.header__navigation .menu li>a:hover:before,.header__navigation .navigation li>a:hover:before{scale:1;transform-origin:left}.header__navigation .menu li.menu-item-has-children,.header__navigation .navigation li.menu-item-has-children{padding-right:1.5625rem;position:relative}.header__navigation .menu li.menu-item-has-children:before,.header__navigation .navigation li.menu-item-has-children:before{background:url(../images/icon-chevron-down.svg?d856916723b3e12230e516f072c76cfb) 50% no-repeat;background-size:18px;content:"";height:18px;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:.15s ease;width:18px}.header__navigation .menu li.menu-item-has-children .sub-menu,.header__navigation .navigation li.menu-item-has-children .sub-menu{background:#fff;border:1px solid #ebebeb;display:flex;flex-direction:column;left:0;list-style-type:none;margin:0;min-width:175px;opacity:0;padding:0;pointer-events:none;position:absolute;right:0;top:100%;transform:scale(.95);transform-origin:top left;transition-property:opacity,scale;transition:var(--transition-duration) var(--transition-ease);width:-moz-fit-content;width:fit-content;z-index:2}.header__navigation .menu li.menu-item-has-children .sub-menu a,.header__navigation .navigation li.menu-item-has-children .sub-menu a{align-items:center;display:flex;font-size:.875rem;height:2.5rem;opacity:.7;padding:0 .75rem;transition:var(--transition-duration) var(--transition-ease);transition-property:background,opacity}.header__navigation .menu li.menu-item-has-children .sub-menu a:hover,.header__navigation .navigation li.menu-item-has-children .sub-menu a:hover{background:#f5f5f5;opacity:1}.header__navigation .menu li.menu-item-has-children:hover>.sub-menu,.header__navigation .navigation li.menu-item-has-children:hover>.sub-menu{opacity:1;pointer-events:auto;transform:scale(1);transition:var(--transition-duration) var(--transition-ease)}.header__navigation .menu li.menu-item-has-children:hover:before,.header__navigation .navigation li.menu-item-has-children:hover:before{transform:translateY(-50%) rotate(180deg)}.header__functions{display:flex;gap:.3125rem}.header__functions .search-form{display:none}@media (min-width:992px){.header__functions .search-form{display:block;width:15.625rem}}.header__functions .search-form form{position:relative}.header__functions .search-form form .screen-reader-text{display:none}.header__functions .search-form form input[type=text]{background:unset;border:unset;border-bottom:2px solid #fff;color:#fff;font-size:1rem;font-weight:600;height:2.5rem;width:100%}.header__functions .search-form form input[type=text]:focus{outline:none}.header__functions .search-form form input[type=text]::-moz-placeholder{color:#fff}.header__functions .search-form form input[type=text]::placeholder{color:#fff}.header__functions .search-form form input[type=submit]{aspect-ratio:1;background:url(../images/icon-search.svg?76abc3dcb4326f8cc53d9deaabf41c65) 100% no-repeat;background-size:.9375rem;border:unset;bottom:0;font-size:0;height:100%;position:absolute;right:0;top:0;width:auto}.header__functions .search-form.active{bottom:0;position:absolute;right:0;transform-origin:right;transition:all .5s ease-in-out;width:100%}.header__functions .search-form.active form{position:relative;width:100%}.header__functions .search-form.active form input[type=text]{border-color:rgba(var(--color-primary));color:rgba(var(--color-primary));font-size:1rem;height:3.75rem;padding-left:2.5rem;transform-origin:right}.header__functions .search-form.active form input[type=text]::-moz-placeholder{color:rgba(var(--color-primary))!important}.header__functions .search-form.active form input[type=text]::placeholder{color:rgba(var(--color-primary))!important}.header__functions .search-form.active form input[type=text]::-moz-placeholder{color:#fff}.header__functions .search-form.active form input[type=text]::placeholder{color:#fff}.header__functions .search-form.active form input[type=submit]{background:url(../images/icon-search-dark.svg?5f81d80f3889136a0a9f5eea2544c04b) 0 no-repeat!important;left:0;right:unset}.header__functions .btn-search{align-items:center;border:2px solid #fff;border-radius:.3125rem;color:#fff;display:flex;height:2.8125rem;justify-content:center;width:2.8125rem}@media (min-width:992px){.header__functions .btn-search{display:none}}.header__functions .language-switcher-weglot{align-items:center;border:2px solid #fff;border-radius:.3125rem;display:flex;height:2.8125rem;justify-content:center;margin-left:.9375rem;width:2.8125rem}@media (min-width:1300px){.header__functions .language-switcher-weglot{border:unset;margin-left:.625rem;width:-moz-fit-content;width:fit-content}}@media (min-width:1920px){.header__functions .language-switcher-weglot{margin-left:1.5625rem}}.header__functions .btn-toggle-offcanvas{align-items:center;border:2px solid #fff;border-radius:.3125rem;display:flex;height:2.8125rem;justify-content:center;position:relative;width:2.8125rem}.header__functions .btn-toggle-offcanvas .icon-wrapper{height:.625rem;position:relative;width:1rem}.header__functions .btn-toggle-offcanvas .icon-wrapper>.line{background:rgba(var(--color-white));border-radius:4px;height:2px;left:0;position:absolute;right:0;transition:all .3s ease-in-out;width:100%}.header__functions .btn-toggle-offcanvas .icon-wrapper>.line:first-child{top:0}.header__functions .btn-toggle-offcanvas .icon-wrapper>.line:nth-child(2){top:50%;transform:translateY(-50%)}.header__functions .btn-toggle-offcanvas .icon-wrapper>.line:nth-child(3){top:calc(100% - 2px)}@media (min-width:1300px){.header__functions .btn-toggle-offcanvas{display:none}}.header__background{background:rgba(0,0,0,.65);height:100%;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .3s ease;visibility:hidden;width:100%;z-index:9}.header__background.active{opacity:1;visibility:visible}.header__search{background:rgba(var(--color-background));max-height:0;opacity:0;overflow:hidden;pointer-events:none;transition:all .5s ease;visibility:hidden}.header__search .close-btn{position:absolute;right:2.5rem;top:2.5rem}@media (min-width:992px){.header__search .search-form{display:none}}.header__search .search-form form{position:relative}.header__search .search-form form .screen-reader-text{display:none}.header__search .search-form form input[type=text]{background:unset;border:unset;border-bottom:2px solid rgba(var(--color-primary));color:rgba(var(--color-primary));font-size:1rem;font-weight:600;height:3.75rem;padding-left:2.5rem;width:100%}.header__search .search-form form input[type=submit]{aspect-ratio:1;background:url(../images/icon-search-dark.svg?5f81d80f3889136a0a9f5eea2544c04b) 0 no-repeat;background-size:.9375rem;border:unset;bottom:0;font-size:0;height:100%;left:0;position:absolute;top:0;width:auto}.header__search p.title{color:rgba(var(--color-secondary));font-family:CabinetGrotesk-Medium,sans-serif;font-size:clamp(1.4375rem,1.4375rem + 0vw,1.4375rem);margin-bottom:1.25rem}@media (min-width:992px){.header__search__search-form{margin-bottom:3.4375rem}}.header__search__search-form .under-text{font-size:1rem;font-weight:600;margin-top:1.25rem}.header__search__popular-search-results{margin-top:2.5rem}@media (min-width:992px){.header__search__popular-search-results{margin-top:0}}.header__search__popular-search-results ul{display:flex;flex-wrap:wrap;gap:.3125rem;list-style-type:none;margin-bottom:0;padding-left:0}.header__search__popular-search-results ul>li>a{align-items:center;display:flex;height:2.25rem;justify-content:center;line-height:1;padding-inline:.6875rem}.header__search__recipes{margin-top:2.5rem}@media (min-width:992px){.header__search__recipes{margin-top:0}}.header__search__products{margin-top:2.5rem}@media (min-width:992px){.header__search__products{margin-top:0}}.header__search.active{max-height:1000px;opacity:1;padding-bottom:6.25rem;pointer-events:auto;transition:all .8s ease;visibility:visible}.header:before{background:rgba(var(--color-background));content:"";height:100%;left:0;max-height:0;opacity:1;position:absolute;right:0;top:0;transform-origin:top;transition:all .5s ease;width:100%;z-index:-1}.header--search-active:before{max-height:2000px;opacity:1;transition:max-height 1s ease}.header--search-active .header__functions .btn-search,.header--search-active .header__functions .btn-toggle-offcanvas,.header--search-active .header__functions .language-switcher-weglot,.header--search-active .header__logo{visibility:hidden}.header--search-active .header__wrapper{max-height:4.0625rem;overflow:hidden}.header--search-active .header__wrapper .navigation,.header--search-active .top-bar{visibility:hidden}.header--secondary .header__navigation li>a,.header--secondary .header__navigation li>a:hover,.header--secondary .top-bar__list li a{color:rgba(var(--color-primary))}.header--secondary .header__functions .search-form form input{border-color:rgba(var(--color-primary));color:rgba(var(--color-primary))}.header--secondary .header__functions .search-form form input::-moz-placeholder{color:rgba(var(--color-primary))}.header--secondary .header__functions .search-form form input::placeholder{color:rgba(var(--color-primary))}.header--secondary .header__functions .search-form form input[type=submit]{background:url(../images/icon-search-dark.svg?5f81d80f3889136a0a9f5eea2544c04b) 100% no-repeat;background-size:.9375rem}.header--secondary .header__functions .btn-toggle-offcanvas .icon-wrapper .line{background:rgba(var(--color-primary))}.header--secondary .header__functions .language-switcher-weglot{border-color:rgba(var(--color-primary))}.header--secondary .header__functions .btn-search,.header--secondary .header__functions .btn-toggle-offcanvas{border-color:rgba(var(--color-primary));color:rgba(var(--color-primary))}.header--scrolled{background:rgba(var(--color-background));box-shadow:5px 10px 10px rgba(0,0,0,.05);padding-block:.9375rem}.header--scrolled .top-bar{max-height:0}.header--scrolled .header__navigation li a,.header--scrolled .header__navigation li a:hover,.header--scrolled .top-bar__list li a{color:rgba(var(--color-primary))}.header--scrolled .header__functions .search-form form input{border-color:rgba(var(--color-primary));color:rgba(var(--color-primary))}.header--scrolled .header__functions .search-form form input::-moz-placeholder{color:rgba(var(--color-primary))}.header--scrolled .header__functions .search-form form input::placeholder{color:rgba(var(--color-primary))}.header--scrolled .header__functions .search-form form input[type=submit]{background:url(../images/icon-search-dark.svg?5f81d80f3889136a0a9f5eea2544c04b) 100% no-repeat;background-size:.9375rem}.header--scrolled .header__functions .btn-toggle-offcanvas .icon-wrapper .line{background:rgba(var(--color-primary))}.header--scrolled .header__logo .logo{width:6.25rem}@media (min-width:992px){.header--scrolled .header__logo .logo{width:8.75rem}}.header--scrolled .header__functions .search-form input[type=text]{font-size:.875rem}.header--scrolled .header__functions .language-switcher-weglot{border-color:rgba(var(--color-primary))}.header--scrolled .header__functions .btn-search,.header--scrolled .header__functions .btn-toggle-offcanvas{border-color:rgba(var(--color-primary));color:rgba(var(--color-primary))}.header--scrolled-back .top-bar{max-height:2.5rem}@media screen and (max-width:1300px){.header--offcanvas-active{background:unset;box-shadow:unset}.header--offcanvas-active .header__functions .language-switcher-weglot,.header--offcanvas-active .header__functions .search-form,.header--offcanvas-active .header__navigation{visibility:hidden}.header--offcanvas-active .header__functions .btn-toggle-offcanvas{border-color:rgba(var(--color-white));color:rgba(var(--color-white))}.header--offcanvas-active .header__functions .btn-toggle-offcanvas .icon-wrapper{height:1rem}.header--offcanvas-active .header__functions .btn-toggle-offcanvas .icon-wrapper .line{background:rgba(var(--color-white))}.header--offcanvas-active .header__functions .btn-toggle-offcanvas .icon-wrapper .line:first-child{top:50%;transform:rotate(45deg) translateY(calc(-50% + 1px))}.header--offcanvas-active .header__functions .btn-toggle-offcanvas .icon-wrapper .line:nth-child(2){left:unset;right:0;top:50%;transform:rotate(-45deg) translateY(calc(-50% + 1px))}.header--offcanvas-active .header__functions .btn-toggle-offcanvas .icon-wrapper .line:nth-child(3){left:unset;opacity:0;right:0;top:50%;transform:rotate(-45deg) translateY(calc(-50% + 1px))}.header--offcanvas-active .header__functions .btn-search{visibility:hidden}}.page-404{position:relative}.page-404__inner{display:flex;flex-direction:column;height:100vh;justify-content:center;text-align:center}.page-404__inner h1{color:rgba(var(--color-secondary));font-family:var(--font-family-subtitle);font-size:clamp(2.3125rem,2.185rem + .5229vw,2.8125rem);font-weight:500;line-height:1;margin-bottom:1.25rem}.page-404__inner .number-404{font-size:clamp(5rem,3.8848rem + 4.5752vw,9.375rem);line-height:1;margin-bottom:1.25rem}@media (min-width:992px){.page-404__inner .content{margin-inline:auto;max-width:28.125rem}}.page-404__inner .btn{margin-inline:auto;margin-top:1.25rem}.top-bar{display:none;max-height:2.5rem;overflow:hidden;transition:max-height .3s ease-in-out}@media (min-width:1300px){.top-bar{display:block}}@media (min-width:1920px){.top-bar{padding-top:.625rem}}.top-bar__list{display:flex;font-size:.75rem;gap:1.25rem;justify-content:flex-end;list-style-type:none;margin-bottom:0;padding-left:0}@media (min-width:1300px){.top-bar__list{font-size:.75rem}}.top-bar__list>li:last-child a{background:rgba(var(--color-secondary));border-radius:.3125rem;color:rgba(var(--color-white))!important;height:1.875rem;padding-inline:.625rem;transition:.3s ease}.top-bar__list>li:last-child a:hover{background:rgba(var(--color-primary))}.top-bar__list>li:not(:last-child) a:before{background-color:currentcolor;bottom:0;content:"";height:1px;left:0;position:absolute;scale:0 1;transform-origin:right;transition:scale .25s;width:100%}.top-bar__list>li:not(:last-child) a:hover{color:#fff}.top-bar__list>li:not(:last-child) a:hover:before{scale:1;transform-origin:left}.top-bar__list a{align-items:center;color:rgba(var(--color-white));display:flex;font-weight:600;height:1.875rem;position:relative}.content-single-product-sauce{margin-bottom:-2px;padding-block:9.375rem 3.125rem!important}@media (min-width:992px){.content-single-product-sauce{padding-block:16.25rem 0!important}}.content-single-product-sauce__product{aspect-ratio:1;height:14.375rem;margin-inline:auto;margin-top:40px;max-width:11.25rem;position:relative;transition:.3s ease;width:auto;z-index:3}@media (min-width:768px){.content-single-product-sauce__product{height:25rem}}@media (min-width:992px){.content-single-product-sauce__product{display:none;height:33.75rem;left:50%;max-width:21.25rem;position:fixed;top:17.1875rem;transform:translateX(-50%);width:auto;z-index:10}}.content-single-product-sauce__product img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.content-single-product-sauce+.c-hero-content-image{padding-top:0}@media (min-width:992px){.content-single-product-sauce+.c-hero-content-image{padding-top:6.25rem}}.page-search__results{color:rgba(var(--color-primary));font-size:clamp(1.25rem,1.2022rem + .1961vw,1.4375rem);text-align:center}.page-search__pagination{margin-top:6.25rem;text-align:center}.page-search__pagination .facetwp-pager{display:flex;gap:.3125rem;justify-content:center}.page-search__pagination .facetwp-page{align-items:center;border:1px solid rgba(var(--color-primary));border-radius:var(--border-radius);display:flex;height:50px;justify-content:center;text-align:center;width:50px}.page-search__pagination .facetwp-page:hover{color:rgba(var(--color-primary))}.page-search__pagination .facetwp-page.next,.page-search__pagination .facetwp-page.prev{background:url(../images/icon-arrow-right.svg?5d241777061abeae3c66fd77199fb9b0) 50% no-repeat;font-size:0}.page-search__pagination .facetwp-page.prev{rotate:180deg}.page-search__pagination .facetwp-page.active{background:rgba(var(--color-primary));color:rgba(var(--color-white))}
