:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0, 0, 0, 0.1);--f-spinner-color-2:rgba(17, 24, 28, 0.8);--f-spinner-stroke:2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.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{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration,0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throw-out-distance, 150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throw-out-distance,150px),0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration,0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration,0.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,0.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}: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{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover:hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{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{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;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-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24, 24, 27, 0.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:rgba(255, 255, 255, 0.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:#fff0;overflow:visible;z-index:var(--fancybox-zIndex,1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container *:empty{display:block}.fancybox__container::backdrop{background-color:#fff0}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity,1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0%;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);cursor:default;border-radius:0;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 [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:#fff0;min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .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;top:0;right:8px;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;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity,1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgb(24 24 27 / .5)}.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, 0.6);--f-button-active-bg:rgba(0, 0, 0, 0.6);--f-button-hover-bg:rgba(0, 0, 0, 0.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;top:5px;right: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, 0.3);--f-button-active-bg:rgba(24, 24, 27, 0.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, 0.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{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration,0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration,0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration,0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration,0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgb(24 24 27 / .9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:#fff0}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!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;width:1px!important;white-space:nowrap!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{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:#fff0;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0,0,0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px),0,0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition: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{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:#fff0;outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.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{outline:none;opacity:var(--f-thumb-selected-opacity)}.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) );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{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.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;position:relative;opacity:var(--fancybox-opacity,1);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(rgb(255 255 255 / .1),rgb(255 255 255 / .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(rgb(255 255 255 / .1),rgb(255 255 255 / .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:0px!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color, rgba(255, 255, 255, 0.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, 0.65);--f-button-hover-bg:rgba(70, 70, 73, 0.65);--f-button-active-bg:rgba(90, 90, 93, 0.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, 0.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgb(0 0 0 / .5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0%}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;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}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));z-index:30;user-select:none;pointer-events:none}@font-face{font-family:swiper-icons;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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgb(0 0 0 / .15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgb(0 0 0 / .5),#fff0)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgb(0 0 0 / .5),#fff0)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgb(0 0 0 / .5),#fff0)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgb(0 0 0 / .5),#fff0)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:#fff0}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgb(0 0 0 / .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgb(0 0 0 / .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgb(0 0 0 / .5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:#fff0;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:#fff0}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset #fff0}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgb(0 0 0 / .6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgb(0 0 0 / .6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgb(0 0 0 / .6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgb(0 0 0 / .6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}@font-face{font-family:'Raleway-Regular';src:url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../fonts/Raleway-Regular.eot);src:url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../fonts/Raleway-Regular.eot?#iefix) format("embedded-opentype"),url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../fonts/Raleway-Regular.woff2) format("woff2"),url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../fonts/Raleway-Regular.woff) format("woff"),url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../fonts/Raleway-Regular.ttf) format("truetype"),url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../fonts/Raleway-Regular.svg#Raleway-Regular) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Raleway-Bold';src:url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../fonts/Raleway-Bold.eot);src:url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../fonts/Raleway-Bold.eot?#iefix) format("embedded-opentype"),url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../fonts/Raleway-Bold.woff2) format("woff2"),url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../fonts/Raleway-Bold.woff) format("woff"),url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../fonts/Raleway-Bold.ttf) format("truetype"),url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../fonts/Raleway-Bold.svg#Raleway-Bold) format("svg");font-weight:700;font-style:normal;font-display:swap}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:#fff0}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 2.5rem}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:#fff0;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}html,.root{font-size:16px;line-height:26px}body{line-height:26px;font-family:"Raleway-Regular",sans-serif;font-size:16px;font-weight:400;color:#000}.btn{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:12px;line-height:1.66667;color:#000;text-transform:uppercase;text-align:center;transition:0.3s ease;max-width:200px;width:100%;display:flex;justify-content:center;align-items:center;background:#fed141;padding:10px;border-radius:0}p{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;letter-spacing:.02em;color:#fff}@media screen and (max-width:576px){p{font-size:16px}}.btn.with-arrow{position:relative}.btn.with-arrow:after{content:"";position:absolute;width:10px;height:18px;background-image:url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../images/icons/button-arrow.svg);top:50%;transform:translateY(-50%);right:20px;background-repeat:no-repeat}h1{margin:0;font-family:"Raleway-Bold",sans-serif;font-weight:900;font-size:48px;line-height:100%;color:#fff}@media screen and (max-width:576px){h1{font-size:38px}}.title-line{position:relative;padding-bottom:24px;margin-bottom:24px}.title-line::after{content:"";display:block;width:100px;height:3px;background-color:#fff;position:absolute;bottom:0}.title-line-gray{position:relative;padding-bottom:24px;margin-bottom:30px}.title-line-gray::after{content:"";display:block;width:100px;height:3px;background-color:rgb(94 95 97 / .2);position:absolute;bottom:0}@media screen and (max-width:992px){h2,h1{font-size:32px!important;line-height:1.2}}@media screen and (max-width:576px){h2{font-size:26px!important;line-height:1.2}}@keyframes slideLeft{0%{opacity:0;transform:translateX(100%)}100%{opacity:1;transform:translateX(0%)}}@keyframes slideRight{0%{opacity:1;transform:translateX(0%)}100%{opacity:0;transform:translateX(100%)}}.header{display:block;width:100%;height:auto;margin:0 auto;z-index:100;background:linear-gradient(90deg,rgb(0 0 0 / .75) 0%,rgb(0 0 0 / .75) 100%)}.header .logo__main{max-width:210px}@media screen and (max-width:576px){.header .logo__main{max-width:200px}}.header .wrapper-menu{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between}.header-contact-us{margin-left:30px}@media screen and (max-width:992px){.header-contact-us{margin-left:0;margin-right:20px}}@media screen and (max-width:650px){.header-contact-us{margin-right:15px}}.header-contact-us .btn-header{position:relative;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:12px;text-transform:uppercase;color:#000;padding-left:50px;padding-right:15px}@media screen and (max-width:1200px){.header-contact-us .btn-header{padding-right:3px;font-size:0;height:45px;margin-left:0}}.header-contact-us .btn-header::before{content:"";background-image:url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../images/icons/icon-header.svg);background-repeat:no-repeat;width:22px;height:30px;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.header .header-menu{display:flex;justify-content:space-between;align-items:center}.header-item-center{display:flex}.header-item-right{display:flex;align-items:center;justify-content:flex-end}.header .menu>ul>li{display:inline-block;margin-left:15px}@media screen and (min-width:1024px){.header .menu>ul>li{margin-left:27px}}@media screen and (min-width:993px){.header .menu>ul>li{padding:26px 0}}.header .menu>ul>li:first-child{margin-left:0}.header .menu>ul>li .menu-link{display:flex;align-items:center}.header .menu>ul>li .menu-link a{position:relative;font-family:"Raleway-Bold",sans-serif;font-size:14px;text-align:center;color:#fff;transition:color 0.3s ease;display:flex;align-items:center;text-transform:uppercase}.header .menu>ul>li .menu-subs{position:absolute;width:100%;height:auto;z-index:108;opacity:0;visibility:hidden;background:linear-gradient(180deg,#333 9.5%,#000 99.89%);transition:opacity 0.25s ease 0.15s,visibility 0.25s ease 0.15s}@media screen and (min-width:993px){.header .menu>ul>li .menu-subs{margin-top:26px}}.header .menu>ul>li .menu-subs ul{display:flex;flex-direction:column}@media screen and (min-width:993px){.header .menu>ul>li .menu-subs ul{gap:10px}}.header .menu>ul>li .menu-subs a{display:inline-block;font-size:14px;font-style:normal;font-weight:400;line-height:20px;border:none;outline:none;color:#fff;transition:all 0.3s ease}@media screen and (min-width:993px){.header .menu>ul>li .menu-subs a{padding-left:0}}@media screen and (min-width:993px){.header .menu>ul>li.menu-column-1 .menu-subs{min-width:14rem;max-width:14rem;padding:16px}}@media screen and (min-width:993px){.header .menu>ul>li.menu-column-4 .menu-subs{display:flex;flex-wrap:wrap;width:100%;padding:45px 35px;left:50%;max-width:1320px;height:auto;padding:20px 16px;transform:translateX(-50%);margin-right:16px}.header .menu>ul>li.menu-column-4 .menu-subs ul{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:20px 30px;width:100%}.header .menu>ul>li.menu-column-4 .menu-subs ul li:hover a{color:unset}.header .menu>ul>li.menu-column-4 .menu-subs ul li:hover a::before{content:unset}.header .menu>ul>li.menu-column-4 .menu-subs ul li .menu-link-subs{margin-bottom:10px}.header .menu>ul>li.menu-column-4 .menu-subs ul li .menu-link-subs a{text-transform:uppercase;color:#fed141;font-family:"Raleway-Regular",sans-serif;font-weight:600}.header .menu>ul>li.menu-column-4 .menu-subs-2 ul{display:grid;grid-template-columns:1fr;grid-gap:0 30px}.header .menu>ul>li.menu-column-4 .menu-subs-2 ul li{margin-top:5px}.header .menu>ul>li.menu-column-4 .menu-subs-2 ul li:first-child{margin-top:0}.header .menu>ul>li.menu-column-4 .menu-subs-2 ul li a{text-transform:uppercase}.header .menu>ul>li.menu-column-4 .menu-subs-2 ul li a:hover{text-decoration:underline}}@media screen and (min-width:993px){.header .menu>ul>li a:before{content:"";transition:all .2s ease-in-out;position:absolute;display:block;bottom:-26px;width:0;margin-left:0;height:2px;left:0;right:0;background:#fed141}.header .menu>ul>li:hover>.menu-link{color:#EA6B47}.header .menu>ul>li:hover>.menu-link a{color:#fed141;position:relative}.header .menu>ul>li:hover>.menu-link a:before{content:"";width:100%;margin-left:0}}.header .menu-subs ul li:hover a{color:#fed141}.header .menu-subs ul li.current-menu-item .menu-link a{color:#fed141}.header .menu-subs ul li.current-menu-item .menu-link a:before{content:"";transition:all .2s ease-in-out;position:absolute;display:block;bottom:0;width:100%;margin-left:0;height:2px;left:0;right:0}.header .menu-subs ul li.current-menu-item .menu-link-subs a{color:#fed141}.header .menu-mobile-header,.header .menu-mobile-toggle{display:none}.header .menu>ul>li.current-menu-item>.menu-link a,.header .menu>ul>li.current-page-ancestor>.menu-link a{position:relative;color:#fed141!important}.header .menu>ul>li.current-menu-item>.menu-link a:before,.header .menu>ul>li.current-page-ancestor>.menu-link a:before{content:"";transition:all .2s ease-in-out;position:absolute;display:block;bottom:0;width:100%;margin-left:0;height:2px;left:0;right:0}.header .menu>ul>li.current-page-ancestor>.menu-link .ion-ios-arrow-down,.header .menu>ul>li.current-menu-item>.menu-link .ion-ios-arrow-down{color:#FFE358}.header .header-info__mobile{display:none}@media screen and (min-width:993px){.header .menu>ul>li.menu-item-has-children .menu-subs{pointer-events:none}.header .menu>ul>li.menu-item-has-children:hover .menu-subs{opacity:1;visibility:visible;pointer-events:auto;transition:opacity 0.25s ease 0s,visibility 0.25s ease 0s}.menu>ul:has(>.menu-item-has-children>.menu-link:hover)>.menu-item-has-children:not(:has(>.menu-link:hover)){pointer-events:none}.header:has(.menu>ul>li:hover){background:#000}}.header-info .header-mobile{display:none}@media screen and (min-width:993px){.menu-mobile-header{display:none}}@media screen and (max-width:992px){.header-item-left,.header-item-right{flex:0 0 auto}.wrapper-menu{justify-content:space-between;padding:.5rem 0}.header-info .header-desktop{display:none}.header .menu-mobile-toggle{position:relative;display:block;cursor:pointer;border:none;outline:none;top:0;left:0;background:none;transition:0.35s ease-in-out;z-index:999}.header-item-right{align-items:center}.header .menu{position:fixed;top:0;right:0;width:75%;height:100%;z-index:111;overflow:hidden;background:linear-gradient(180deg,#333 9.5%,#000 99.89%);transform:translate(200%);transition:all 0.5s ease-in-out}.header .menu.active{transform:translate(0%)}.header .menu>ul>li{display:block;line-height:1;margin:0;border-top:1px solid #fff}.header .menu>ul>li .menu-link{display:flex;line-height:3.125rem;height:3.125rem;justify-content:space-between;width:100%;padding-right:50px}.header .menu>ul>li .menu-link a{width:100%;padding-left:15px;font-size:14px}.header .menu .menu-mobile-header{position:relative;position:sticky;display:block;align-items:center;justify-content:space-between;top:0;height:70px;z-index:110}.header .menu .menu-mobile-header .menu-mobile-arrow{display:none;line-height:90px;width:50px;height:70px;cursor:pointer;text-align:center}.header .menu .menu-mobile-header.active{display:block}.header .menu .menu-mobile-header.active .menu-mobile-arrow{display:block;position:relative}.header .menu .menu-mobile-header.active .menu-mobile-arrow::before{content:"";background-image:url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../images/ios-arrow-back.svg);background-repeat:no-repeat;width:40px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header .menu .menu-mobile-header .menu-mobile-title{font-size:14px;font-weight:400;line-height:inherit;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-transform:uppercase}.header .menu .menu-mobile-header .menu-mobile-close{font-size:2.25rem;line-height:3.125rem;cursor:pointer;width:3.125rem;height:3.125rem;text-align:center;border-left:1px solid rgb(0 0 0 / .1);color:var(--color-black)}.header .menu .menu-section{overflow-y:auto;overflow-x:hidden;margin-top:0}.header .menu>ul>li .menu-subs{position:absolute;display:none;top:0;left:0;max-width:none;min-width:auto;width:100%;height:100%;margin:0;padding-top:70px;opacity:1;overflow-y:auto;visibility:visible;transform:translateX(0%);box-shadow:none;background:linear-gradient(180deg,#333 9.5%,#000 99.89%)}.header .menu>ul>li .menu-subs .menu-link{line-height:inherit;height:inherit;background:#fff0}.header .menu>ul>li .menu-subs .menu-link a{font-size:14px;font-weight:400;line-height:22px}.header .menu>ul>li .menu-subs.active{display:block;top:0;border:none}.header .menu>ul>li .menu-subs.active ul{margin-top:13px;align-items:flex-start}.header .menu>ul>li .menu-subs.active ul li{width:100%}.header .menu>ul>li .menu-subs.active ul li a{text-align:left}.header .menu>ul>li .menu-subs>ul>li{line-height:3.125rem;height:3.125rem;padding:0 15px}.header .menu>ul>li .menu-subs>ul>li>a{display:block;width:100%;padding-left:15px;font-size:16px}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100;opacity:0;visibility:hidden;transition:all 0.45s ease-in-out}.overlay.active{opacity:1;visibility:visible;background:rgb(0 0 0 / .3)}.menu>ul>li.current-menu-item>.menu-link a,.menu>ul>li.current-page-ancestor>.menu-link a{color:#ffffff!important;width:100%}.has-arrow .arrow-down{position:absolute!important;right:15px}}.header-icons{display:flex;align-items:center;gap:0 10px}.header-icons .social-networks{display:flex;align-items:center}.header-icons .social-networks img{width:40px;height:40px}.white-popup{position:relative;background:#FFF;padding:25px;width:auto;max-width:650px;margin:0 auto}.mfp-zoom-in .mfp-with-anim{opacity:0;transition:all 0.2s ease-in-out;transform:scale(.8)}.mfp-zoom-in.mfp-bg{opacity:0;transition:all 0.3s ease-out}.mfp-zoom-in.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1)}.mfp-zoom-in.mfp-ready.mfp-bg{opacity:.8}.mfp-zoom-in.mfp-removing .mfp-with-anim{transform:scale(.8);opacity:0}.mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.menu-hamburger{width:35px;height:28px;transform:rotate(0deg);transition:0.5s ease-in-out;cursor:pointer}.menu-hamburger span{display:block;position:absolute;height:3px;width:100%;background:#fff;border-radius:9px;opacity:1;left:0;transform:rotate(0deg);transition:0.25s ease-in-out}.menu-hamburger span:nth-child(1){top:0}.menu-hamburger span:nth-child(2){top:12px;width:75%}.menu-hamburger span:nth-child(3){top:24px}.menu-hamburger.open span:nth-child(1){top:12px;transform:rotate(135deg)}.menu-hamburger.open span:nth-child(2){opacity:0;left:-40px}.menu-hamburger.open span:nth-child(3){top:12px;transform:rotate(-135deg)}.has-arrow{padding-right:15px!important}.has-arrow .arrow-down{position:relative}.has-arrow .arrow-down::before{content:"";background-image:url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../images/arrow-down.svg);background-repeat:no-repeat;width:15px;height:15px;position:absolute;top:50%;right:-18px;transition:transform 0.3s ease;transform:translateY(-50%)}@media screen and (max-width:992px){.has-arrow .arrow-down::before{right:10px}}.has-arrow:hover .arrow-down::before{transform:translateY(-50%) rotate(180deg);top:50%;background-image:url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../images/arrow-down-green.svg)}.top-bar{background:rgb(0 0 0 / .7);padding:10px 0;color:#fff;position:relative;z-index:5}@media screen and (max-width:992px){.top-bar{display:none}}.top-bar .container{display:flex;justify-content:space-between;align-items:center}.top-bar .contact-info{display:flex;align-items:center;gap:0 50px}.top-bar .contact-info .top-bar-phone{font-family:"Raleway-Regular",sans-serif;font-weight:500;font-size:18px;line-height:1.11111;letter-spacing:.02em;color:#fff;position:relative;padding-left:25px}.top-bar .contact-info .top-bar-phone::before{content:"";background-image:url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../images/icon-phone-top-bar.svg);background-position:center;background-repeat:no-repeat;position:absolute;width:14px;height:18px;left:0;top:50%;transform:translateY(-50%)}.top-bar .contact-info .top-bar-email{font-family:"Raleway-Regular",sans-serif;font-weight:500;font-size:14px;line-height:1.11111;letter-spacing:.02em;color:#fff;position:relative;padding-left:30px}.top-bar .contact-info .top-bar-email::before{content:"";background-image:url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../images/icon-mail-top-bar.svg);background-position:center;background-repeat:no-repeat;position:absolute;width:18px;height:12px;left:0;top:50%;transform:translateY(-50%)}.top-bar.top-bar-mobile{display:none}@media screen and (max-width:992px){.top-bar.top-bar-mobile{display:block;margin-top:24px;background-color:#fff0}.top-bar.top-bar-mobile .container{flex-direction:column;align-items:flex-start}.top-bar.top-bar-mobile .contact-info{flex-direction:column;gap:20px;align-items:flex-start;margin-bottom:20px}}@media screen and (min-width:993px){.menu-column-1 .mega-menu__column>.menu-link-subs a{text-transform:none!important}.menu>ul>li.is-mega-menu{position:static}.mega-menu{left:50%!important;transform:translateX(-50%)!important;width:100vw!important;max-width:1320px!important;padding:26px 40px 32px!important}.mega-menu>ul{flex-direction:row!important}.mega-menu__grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))!important;gap:15px 32px!important;width:100%;flex-direction:unset!important}.mega-cols-2 .mega-menu__grid{grid-template-columns:repeat(2,1fr)!important}.mega-cols-3 .mega-menu__grid{grid-template-columns:repeat(3,1fr)!important}.mega-cols-4 .mega-menu__grid{grid-template-columns:repeat(4,1fr)!important}.mega-cols-5 .mega-menu__grid{grid-template-columns:repeat(5,1fr)!important}.mega-cols-6 .mega-menu__grid{grid-template-columns:repeat(6,1fr)!important}.mega-menu__column{padding:0}.mega-menu__column>.menu-link-subs>.arrow-down{display:none}.mega-menu__column.menu-item-has-children .menu-link-subs{margin-bottom:5px}.mega-menu__column>.menu-link-subs a{font-family:"Raleway-Bold",sans-serif!important;font-size:13px!important;text-transform:uppercase!important;color:#ffffff!important;letter-spacing:.04em}.mega-menu__column>.menu-link-subs a::before{display:none!important}.mega-menu__column>.menu-link-subs a:hover{color:#fed141!important;text-decoration:underline}.mega-menu__column .menu-subs-2{background:none;padding:0;position:static;opacity:1;visibility:visible;border:none;box-shadow:none}.mega-menu__grid>.is-col-group-item{display:none!important}.mega-menu__column--links:hover>.menu-subs-2 a{color:#ffffff!important}.mega-menu__column--links .mega-menu__links li .menu-link-subs a{font-size:13px!important;text-transform:uppercase!important}.mega-menu__column--links .mega-menu__links li:hover .menu-link-subs a{color:#fed141!important;text-decoration:underline}.mega-menu__links{display:flex!important;flex-direction:column!important;gap:6px 0!important}.mega-menu__links li .menu-link-subs-2 a{font-size:13px!important;font-family:"Raleway-Regular",sans-serif!important;text-transform:uppercase;color:#ffffff!important;line-height:1.8}.mega-menu__links li .menu-link-subs-2 a::before{display:none!important}.mega-menu__links li .menu-link-subs-2 a:hover{color:#fed141!important;text-decoration:underline;background:rgb(255 255 255 / .05)}.mega-menu__links li.current-menu-item .menu-link-subs-2 a{color:#fed141!important}}@media screen and (max-width:992px){.mega-menu__column--links{display:none!important}.mega-menu__grid{display:flex!important;flex-direction:column!important;gap:0!important;margin-top:0!important;align-items:stretch!important}.mega-menu__column{height:auto!important;line-height:normal!important;padding:0!important}.mega-menu__column>.menu-link-subs{display:flex!important;align-items:center;height:3.125rem!important;line-height:3.125rem!important;padding:0 50px 0 15px!important;border-top:1px solid #fff;background:#fff0}.mega-menu__column>.menu-link-subs a{font-size:14px!important;line-height:inherit!important;padding-left:0!important;width:100%}.mega-menu__column>.menu-link-subs .arrow-down{position:absolute!important;right:15px}.mega-menu__column>.menu-link-subs .arrow-down::before{transform:translateY(-50%)!important;background-image:url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../images/arrow-down.svg)!important}.mega-menu__column>.menu-subs-2{display:none}.mega-menu__column>.menu-subs-2.active{display:block;position:fixed;top:0;right:0;width:100%;height:100%;background:linear-gradient(180deg,#333 9.5%,#000 99.89%);overflow-y:auto;padding-top:70px;z-index:112;border:none!important;box-shadow:none!important}.mega-menu__column>.menu-subs-2 .mega-menu__links{display:flex!important;flex-direction:column!important;gap:0!important;margin:0!important}.mega-menu__column>.menu-subs-2 .mega-menu__links li{width:100%;height:3.125rem;line-height:3.125rem;padding:0 15px;border-top:1px solid #fff}.mega-menu__column>.menu-subs-2 .mega-menu__links li .menu-link-subs-2{line-height:inherit;height:inherit;background:#fff0}.mega-menu__column>.menu-subs-2 .mega-menu__links li .menu-link-subs-2 a{display:block;font-size:14px!important;font-weight:400!important;color:#fff!important;text-transform:none!important;line-height:3.125rem!important;padding-left:0!important;width:100%}.mega-menu__column>.menu-subs-2 .mega-menu__links li.current-menu-item .menu-link-subs-2 a{color:#fed141!important}}.footer{background-color:#000;color:#fff;padding:60px 0 20px 0}@media (max-width:1024px){.footer{padding:30px 0 20px 0}}.footer .logo{margin-top:-20px;display:block}.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 1.5fr;gap:20px}@media screen and (min-width:1025px){.footer-inner{gap:30px}}@media (max-width:1024px){.footer-inner{grid-template-columns:repeat(4,1fr)}}@media (max-width:575px){.footer-inner{grid-template-columns:repeat(2,1fr);gap:5px 20px}}@media (max-width:400px){.footer-inner{grid-template-columns:1fr}}.footer .footer-section{margin-bottom:20px}@media (max-width:1024px){.footer .footer-section{margin-bottom:10px}}.footer .footer-section .footer-h3{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:18px;color:#fff;margin-bottom:15px}@media (max-width:1024px){.footer .footer-section .footer-h3{font-size:16px;margin-bottom:10px}}.footer .footer-section p{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:14px;line-height:2.14286;color:#fff}.footer .footer-section a{color:#fff;text-decoration:none}.footer .footer-section a:hover{text-decoration:underline}.footer .footer-section ul{list-style:none;padding:0}.footer .footer-section ul li{margin-bottom:5px}.footer .footer-section ul li a{font-family:"Raleway-Regular",sans-serif;text-decoration:none;font-weight:400;font-size:14px;line-height:1.875;position:relative;transition:all .2s ease-in-out}.footer .footer-section ul li a:before{content:"";transition:all .2s ease-in-out;position:absolute;display:block;bottom:0;width:0;margin-left:0;height:1px;left:0;right:0;background:#fed141}.footer .footer-section ul li a:hover{text-decoration:none;color:#fed141}.footer .footer-section ul li a:hover:before{width:100%}@media (max-width:1024px){.footer .footer-about,.footer .footer-contact{grid-column:1 / -1}}.footer .footer-about .footer-logo{margin-bottom:20px}.footer .footer-about p{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:14px;line-height:1.42857;color:#fff}.footer .footer-bottom{text-align:center;padding-top:20px}.footer .footer-bottom .footer-copyright{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:14px;line-height:1.25;color:#fff}.footer .footer-bottom .footer-copyright a,.footer .footer-bottom .footer-copyright span{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:14px;line-height:1.25;color:#fff}.footer .social-icons{display:flex;gap:0 30px;align-items:center;margin-top:24px}.footer .social-icons a{transition:color 0.3s ease;margin:0;padding:0;line-height:0}.footer .social-icons a:hover svg path{fill:#fff}*,*::before,*::after{padding:0;margin:0;box-sizing:border-box;list-style:none;list-style-type:none;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}html{font-size:100%;box-sizing:inherit;scroll-behavior:smooth}body{font-family:"Raleway-Bold",sans-serif;font-size:16px;font-weight:400;line-height:24px;overflow-x:hidden;color:#fff}a,button{font-size:inherit;line-height:inherit;cursor:pointer;border:none;outline:none;background:none}img,video{display:block;max-width:100%;height:auto;object-fit:cover}img{image-rendering:-webkit-optimize-contrast;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;vertical-align:middle}video{touch-action:none}p,a{color:#2A2931}.wrapper{min-height:100%;overflow:hidden;display:flex;flex-direction:column}.block-container{max-width:1352px;height:auto;margin:0 auto;padding:0 16px}.container{max-width:1352px;height:auto;margin:0 auto;padding:0 16px;width:100%}.site-content{flex:1 1 auto}.entry-content{padding:80px 0}@media (max-width:992px){.entry-content{padding:64px 0}}.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{color:#000;margin-bottom:16px}.entry-content h2{position:relative;margin-bottom:20px;font-size:28px;line-height:1.11111}.entry-content p{margin-bottom:16px}.entry-content h3{font-size:24px;line-height:32px}@media screen and (min-width:650px){.entry-content h3{font-size:28px;line-height:32px}}.entry-content h4{font-size:18px;line-height:26px}@media screen and (min-width:1025px){.entry-content h4{font-size:24px;line-height:38px}}.entry-content h5{font-size:16px;line-height:24px}@media screen and (min-width:1025px){.entry-content h5{font-size:18px;line-height:24px}}.entry-content h6{font-size:14px;line-height:22px}@media screen and (min-width:1025px){.entry-content h6{font-size:16px;line-height:22px}}.entry-content p,.entry-content li{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.02em;color:#000;margin-bottom:15px}.entry-content ul li{color:#000;font-family:"Raleway-Regular",sans-serif;font-size:16px;line-height:24px;font-style:normal;font-weight:400;letter-spacing:-.3px;margin-bottom:16px;padding-left:16px;position:relative}.entry-content ul li:before{content:'';display:inline-block;width:1em;margin-right:12px;background:#fed141;border-radius:50%;width:8px;height:8px;left:0;top:50%;position:absolute;transform:translateY(-50%)}.entry-content ol{counter-reset:list-counter}.entry-content ol li{position:relative;padding-left:16px;font-family:"Raleway-Bold",sans-serif}.entry-content ol li:before{counter-increment:list-counter;content:counter(list-counter) ". ";display:inline-block;left:0;top:0;position:absolute;font-family:"Raleway-Bold",sans-serif}.entry-content a{color:#24309E;opacity:1}.entry-content .wp-block-quote p{color:#077981;font-family:"Raleway-Bold",sans-serif;font-style:italic;font-weight:400;letter-spacing:-.3px;padding:24px;position:relative}@media screen and (min-width:768px){.entry-content .wp-block-quote p{font-size:18px;line-height:32px}}.entry-content .wp-block-quote p::before{content:"";background-image:url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../images/icons/quote-top.svg);background-repeat:no-repeat;width:21px;height:14px;position:absolute;left:0;top:0;display:flex;align-items:center;z-index:1}.entry-content .wp-block-quote p::after{content:"";background-image:url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../images/icons/quote-bottom.svg);background-repeat:no-repeat;width:21px;height:14px;position:absolute;right:0;bottom:0;display:flex;align-items:center;z-index:1}.entry-content figure{margin:0}.entry-content figure.wp-block-image{margin-bottom:24px}.entry-content .wp-block-gallery{margin-bottom:24px}*{scrollbar-width:thin}*{scrollbar-color:#fed141 #fff0}.swiper-button-next,.swiper-button-prev{margin-top:0;z-index:5;width:16px;height:32px;top:50%;transform:translateY(-50%)}.swiper-button-prev{left:50px}.swiper-button-prev:after{background-image:url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../images/slider-prev.svg)!important}.swiper-button-next{right:50px}.swiper-button-next:after{background-image:url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../images/slider-next.svg)!important}.swiper-button-next:after,.swiper-button-prev:after{font-size:0;top:50%;left:50%;width:20px;height:24px;transform:translate(-50%,-50%);position:absolute;background-repeat:no-repeat}.page-template-contact-us-inc .hero-content{top:50%!important}.swiper-pagination{bottom:24px!important;display:flex;align-items:center;justify-content:center}@media screen and (min-width:1201px){.swiper-pagination{bottom:25px!important}}.swiper-pagination .swiper-pagination-bullet{height:2px;width:30px;background:#FED141!important;opacity:.5}.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1}.tax-product-cat .additional-options-section-info p{display:unset!important}.product-content-info{position:absolute;bottom:40px;left:40px;z-index:5;text-align:left}.product-content-info .additional-option-text-cat{color:#fff}.product-content-info p{color:#fff;padding-right:40px;font-size:14px;margin-top:10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.page-template-contact-us-inc .hero-section{min-height:480px}.page-template-contact-us-inc .hero-section .hero-content-inner{margin-top:70px}.page-template-our-products-inc .header,.page-template-our-works-inc .header{background:#000}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-about{display:flex;align-items:center;justify-content:space-between;flex-direction:column}.home-about-top{padding:170px 0 370px 0;width:100%;position:relative;background-repeat:no-repeat;background-position:center;background-size:cover}@media screen and (max-width:992px){.home-about-top{padding:60px 0}}.home-about-top::before{content:"";position:absolute;background:linear-gradient(to right,#fff,rgb(255 255 255 / .9),#fff0);top:0;left:0;width:100%;height:100%}.home-about-top .about-content{width:100%;max-width:750px;position:relative;z-index:2}.home-about-top .about-content h2{margin-bottom:30px}.home-about-top .about-content h2,.home-about-top .about-content h3{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1;letter-spacing:.02em;color:#000;margin-bottom:15px}.home-about-top .about-content h3{font-size:20px}.home-about-top .about-content p{margin-bottom:40px;font-size:16px;line-height:1.5;letter-spacing:.02em;color:#000}.home-about-top .about-content p:last-child{margin-bottom:30px}.home-about-bottom{padding:70px 100px}@media screen and (max-width:1200px){.home-about-bottom{padding:70px 0}}@media screen and (min-width:1201px){.home-about-bottom .about-content{column-count:2;column-gap:120px}}.home-about-bottom .about-content p{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:.02em;color:#000;margin-bottom:24px}.home-about .why-chosen{margin-top:-250px;position:relative;z-index:3;width:100%}@media screen and (max-width:992px){.home-about .why-chosen{margin-top:0}}.home-about .why-chosen-container{max-width:1520px;margin:0 auto;padding:40px 16px;background-color:#000}@media screen and (min-width:1200px){.home-about .why-chosen-container{padding:70px 100px}}.home-about .why-chosen h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1.33333;color:#fff;margin-bottom:50px}.home-about .why-chosen .features{display:grid;position:relative;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto)}@media screen and (min-width:993px){.home-about .why-chosen .features{grid-template-columns:repeat(3,1fr)}.home-about .why-chosen .features::before{content:'';position:absolute;top:50%;left:0;width:100%;height:1px;background-color:rgb(255 255 255 / .5);z-index:1}}.home-about .why-chosen .features .feature{display:flex;align-items:center;text-align:center;gap:24px;padding:30px 15px;position:relative;flex-direction:column;z-index:2}@media screen and (min-width:680px){.home-about .why-chosen .features .feature{padding:30px 45px;flex-direction:row;gap:30px}}.home-about .why-chosen .features .feature-icon{width:60px;height:60px;flex-shrink:0}.home-about .why-chosen .features .feature-icon img{object-fit:contain;width:100%;height:100%}.home-about .why-chosen .features .feature-title{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:16px;line-height:20px;color:#fed141;max-width:240px}@media screen and (min-width:680px){.home-about .why-chosen .features .feature-title{text-align:left;font-size:20px;line-height:1.5}}.home-about .why-chosen .features .feature::after{content:'';position:absolute;right:0;top:0;height:100%;width:1px;background-color:rgb(255 255 255 / .5)}@media screen and (max-width:992px){.home-about .why-chosen .features .feature::before{content:'';position:absolute;left:0;bottom:0;height:1px;width:100%;background-color:rgb(255 255 255 / .5)}.home-about .why-chosen .features .feature:nth-child(2n)::after{display:none}.home-about .why-chosen .features .feature:nth-child(5)::before,.home-about .why-chosen .features .feature:nth-child(6)::before{display:none}}@media screen and (min-width:993px){.home-about .why-chosen .features .feature:nth-child(3n)::after{display:none}}.home-about__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:60px}@media (max-width:1023px){.home-about__grid{gap:40px;display:flex;flex-direction:column-reverse}}@media (max-width:768px){.home-about__grid{gap:32px}}.home-about h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1;letter-spacing:.02em;color:#000;margin-bottom:15px}@media (max-width:1024px){.home-about h2{font-size:28px}}@media (max-width:640px){.home-about h2{font-size:24px}}.home-about__text{color:#5b5b5b}.home-about__text p{margin-bottom:20px;font-size:16px;line-height:1.5;letter-spacing:.02em;color:#000}@media (max-width:576px){.home-about__text p{font-size:14px}}.home-about__text p:last-child{margin-bottom:0}.home-about__btn{margin-top:22px}@media (max-width:768px){.home-about__btn{margin-top:18px}}.home-about__media{display:flex;justify-content:flex-end}@media (max-width:768px){.home-about__media{justify-content:flex-start}}.home-about__image-wrap{position:relative;width:100%;max-width:560px;height:530px;overflow:hidden}@media (max-width:1023px){.home-about__image-wrap{width:100%;max-width:100%;aspect-ratio:16 / 9;height:inherit}}.home-about__image{width:100%;height:100%;object-fit:cover;display:block}.home-about__new .why-chosen{margin-top:0;background-color:#000}.home-about__info{padding:100px 0}@media (max-width:1024px){.home-about__info{padding:60px 0}}.home-hero{position:relative;margin-top:-75px;display:flex;align-items:center;color:#fff;background:#000;overflow:hidden}@media (min-width:577px){.home-hero{height:100vh}}@media (max-width:767px){.home-hero{min-height:420px}}.home-hero__bg{position:absolute;inset:0;z-index:1;overflow:hidden}.home-hero__bg-image{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.02)}.home-hero__overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(to bottom,rgb(0 0 0 / .55) 0%,rgb(0 0 0 / .55) 40%,rgb(0 0 0 / .7) 100%)}.home-hero__inner{position:relative;z-index:3;width:100%;padding-top:80px;padding-bottom:80px;display:flex;flex-direction:column}@media (max-width:767px){.home-hero__inner{padding-top:60px;padding-bottom:60px}}@media (max-width:576px){.home-hero__inner{padding-top:140px;padding-bottom:60px}}.home-hero__content{max-width:660px;margin:0 auto;padding:60px 40px;text-align:center;backdrop-filter:blur(10px);background:rgb(255 255 255 / .3)}@media (max-width:767px){.home-hero__content{max-width:100%;padding:24px 20px}}.home-hero__title{font-weight:700;font-size:36px;line-height:1.11;text-align:center;color:#fed141;max-width:500px;margin:0 auto 16px}@media (max-width:767px){.home-hero__title{font-size:32px!important}}.home-hero__text{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:18px;line-height:1.33;text-align:center;color:#fff}@media (max-width:767px){.home-hero__text{font-size:14px}}.home-hero__bottom{position:absolute;bottom:0;z-index:2;background:rgb(255 255 255 / .25);width:100%;padding:30px 0}.home-hero__button{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:12px;line-height:167%;text-transform:uppercase;text-align:center;color:#000;max-width:280px;width:100%;margin:0 auto;padding:15px 20px}.home-hero_link{margin-top:24px}.cta-hero{position:relative;height:450px;min-height:360px;overflow:hidden;--cta-hero-bg:none}@media (max-width:576px){.cta-hero{height:360px}}.cta-hero__bg{position:absolute;inset:0;background-image:var(--cta-hero-bg);background-size:cover;background-position:center}.cta-hero::after{content:"";position:absolute;inset:0;background:rgb(0 0 0 / .25);z-index:1}.cta-hero__inner{position:relative;z-index:2;height:100%;display:flex;align-items:center;justify-content:center}.cta-hero__panel{width:770px;max-width:100%;padding:50px;text-align:center;backdrop-filter:blur(2px);background:rgb(255 255 255 / .3)}@media (max-width:576px){.cta-hero__panel{padding:32px}}.cta-hero__title{margin:0 0 32px;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:42px;line-height:1.04;text-align:center;color:#fff}@media (max-width:576px){.cta-hero__title{margin-bottom:24px;font-size:32px!important}}.cta-hero__btn{display:inline-flex;align-items:center;gap:10px}.simple-block{padding:80px 0}@media (max-width:992px){.simple-block{padding:64px 0}}.simple-block h2,.simple-block h3,.simple-block h4,.simple-block h5,.simple-block h6{color:#000;margin-bottom:16px}.simple-block h2{position:relative;padding-bottom:24px;margin-bottom:30px;font-size:36px;line-height:1.11111}.simple-block h2::after{content:"";display:block;width:100px;height:3px;background-color:rgb(94 95 97 / .2);position:absolute;bottom:0}.simple-block p{margin-bottom:16px}.simple-block h3{font-size:24px;line-height:32px}@media screen and (min-width:650px){.simple-block h3{font-size:28px;line-height:32px}}.simple-block h4{font-size:18px;line-height:26px}@media screen and (min-width:1025px){.simple-block h4{font-size:24px;line-height:38px}}.simple-block h5{font-size:16px;line-height:24px}@media screen and (min-width:1025px){.simple-block h5{font-size:18px;line-height:24px}}.simple-block h6{font-size:14px;line-height:22px}@media screen and (min-width:1025px){.simple-block h6{font-size:16px;line-height:22px}}.simple-block p,.simple-block li{font-family:"Raleway-Bold",sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.02em;color:#000;margin-bottom:15px}.simple-block ul li{color:#000;font-family:"Raleway-Bold",sans-serif;font-size:16px;line-height:24px;font-style:normal;font-weight:400;letter-spacing:-.3px;margin-bottom:16px;padding-left:16px;position:relative}.simple-block ul li:before{content:'';display:inline-block;width:1em;margin-right:12px;background:#01b02f;border-radius:50%;width:8px;height:8px;left:0;top:50%;position:absolute;transform:translateY(-50%)}.simple-block ol{counter-reset:list-counter}.simple-block ol li{position:relative;padding-left:16px;font-family:"Raleway-Bold",sans-serif}.simple-block ol li:before{counter-increment:list-counter;content:counter(list-counter) ". ";display:inline-block;left:0;top:0;position:absolute;font-family:"Raleway-Bold",sans-serif}.simple-block a{color:#24309E;opacity:1}.mfp-fade.mfp-bg{opacity:0;transition:opacity 0.3s ease}.mfp-fade.mfp-bg.mfp-ready{opacity:.8}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;transition:opacity 0.3s ease}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}.popup{width:100%;height:100%;display:none;position:fixed;top:0;left:0;background:rgb(0 0 0 / .5);z-index:999;overflow-y:auto}.body-no-scroll{overflow:hidden}.body-no-scroll-compensate{padding-right:0;transition:padding-right 0.3s ease}.popup-inner{max-width:980px;width:95%;padding:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:6px;overflow:auto;max-height:90vh}@media (max-width:767px){.popup-inner{width:90%;max-width:100%;top:10%;transform:translate(-50%,0);max-height:80vh}.popup-close{top:15px;right:15px}}.popup-close{width:30px;height:30px;padding-top:4px;display:inline-block;position:absolute;top:30px;right:30px;transition:ease 0.25s all;transform:translate(50%,-50%);border-radius:1000px;font-size:25px;text-align:center;line-height:100%;color:#01b02f}.popup-faq p{font-family:"Raleway-Bold",sans-serif;font-weight:400;line-height:1.33333;letter-spacing:.02em;color:#000;margin-bottom:15px}.popup-faq p:last-child{margin-bottom:0}@media (min-width:600px){.popup-faq p{font-size:18px}}.popup-faq h2{font-family:"Raleway-Bold",sans-serif;font-weight:400;font-size:36px;line-height:1.11111;color:#000}.popup-faq .popup-inner{padding:60px 32px;overflow-y:auto}@media (min-width:992px){.popup-faq .popup-inner{padding:120px 210px}}.single-product .hero-section .hero-content{max-width:600px}.hero-section-image img{width:100%;height:100%;object-fit:cover;object-position:center}.specs-table{background:rgb(0 0 0 / .7);padding:15px}@media screen and (min-width:600px){.specs-table{padding:25px 30px}}.specs-table .spec-row{display:grid;grid-template-columns:1fr 1.2fr;align-items:center;justify-content:start;border-bottom:1px solid rgb(255 255 255 / .5)}.specs-table .spec-row:last-child{border-bottom:none}@media screen and (min-width:600px){.specs-table .spec-row{grid-template-columns:1fr 1fr}}.specs-table .spec-row .spec-label{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:12px;line-height:2.14286;text-transform:uppercase;color:#fff}@media screen and (min-width:600px){.specs-table .spec-row .spec-label{padding-left:30px;font-size:14px}}.specs-table .spec-row .spec-value{font-family:"Raleway-Bold",sans-serif;font-weight:600;font-size:13px;line-height:1.66667;color:#fed141;border-left:1px solid rgb(255 255 255 / .5);padding:4px 0 4px 15px}@media screen and (min-width:600px){.specs-table .spec-row .spec-value{font-size:18px;padding:4px 0 4px 30px}}.specs-table .spec-row .highlighted{color:#f1c40f;font-weight:700}.product-section-info{padding:70px 0;background-color:#fff;display:flex;justify-content:center}@media screen and (min-width:1025px){.product-section-info{padding:100px 0}}.product-section-info .product-content{display:flex;gap:32px;flex-direction:column-reverse}@media screen and (min-width:1025px){.product-section-info .product-content{flex-direction:row;gap:32px}}.product-section-info .product-info{flex:1}.product-section-info .product-info h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1;letter-spacing:.02em;color:#000;margin-bottom:30px}.product-section-info .product-info h3,.product-section-info .product-info h4,.product-section-info .product-info h5,.product-section-info .product-info h6{color:#000;margin-bottom:24px}.product-section-info .product-info p{margin-bottom:16px}.product-section-info .product-info li{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:.02em;color:#000;margin-bottom:15px}.product-section-info .product-info ul{margin-bottom:16px}.product-section-info .product-info ul li{color:#000;font-family:"Raleway-Regular",sans-serif;font-size:16px;line-height:1.5;font-style:normal;font-weight:400;letter-spacing:-.3px;margin-bottom:16px;padding-left:20px;position:relative}.product-section-info .product-info ul li:before{content:'';display:inline-block;width:1em;margin-right:12px;background:#fed141;border-radius:50%;width:8px;height:8px;left:0;top:50%;position:absolute;transform:translateY(-50%)}.product-section-info .product-info ol{counter-reset:list-counter}.product-section-info .product-info ol li{position:relative;padding-left:16px;font-family:"Raleway-Regular",sans-serif}.product-section-info .product-info ol li:before{counter-increment:list-counter;content:counter(list-counter) ". ";display:inline-block;left:0;top:0;position:absolute;font-family:"Raleway-Regular",sans-serif}.product-section-info .product-image{flex:1}.product-section-info .product-image img{max-width:100%;height:auto}.product-preview{padding:70px 0;background-repeat:no-repeat;background-position:center;position:relative;background-size:cover}.product-preview::after{content:"";background:linear-gradient(141deg,rgb(51 51 51 / .4) 0%,#000 100%);position:absolute;width:100%;height:100%;top:0;left:0}@media screen and (min-width:700px){.product-preview{padding:100px 0}}.product-preview .window-preview{display:grid;grid-template-columns:1fr;flex-direction:row;align-items:center;gap:100px;position:relative}@media screen and (min-width:1200px){.product-preview .window-preview{grid-template-columns:1fr 1fr}}@media screen and (max-width:1199px){.product-preview .window-preview{gap:32px}}.product-preview .window-preview-image{padding:0 0 35% 0;position:relative;z-index:5}@media screen and (min-width:1200px){.product-preview .window-preview-image{padding:0 0 90% 0}}@media screen and (max-width:1199px){.product-preview .window-preview-image{padding:0 0 45% 0}}@media screen and (max-width:767px){.product-preview .window-preview-image{padding:0 0 65% 0}}@media screen and (max-width:576px){.product-preview .window-preview-image{padding:0 0 85% 0}}.product-preview .window-preview-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.product-preview .window-preview.sprite-window-preview .window-image-sprite{width:213px;height:389px;padding:0}.product-preview .window-preview.sprite-window-preview .window-preview-image{padding:0;display:flex;align-items:center;justify-content:center;flex-direction:column}.product-preview .window-preview.sprite-window-preview .sprite-btn{margin-top:30px}.product-preview-header{position:relative;z-index:5;margin-bottom:50px}.product-preview h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1;letter-spacing:.02em;color:#fff;margin-bottom:30px}.product-preview p{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:.02em;color:#fff;max-width:600px;width:100%}.product-preview .color-options{display:flex;flex-direction:row;gap:12px;position:relative;z-index:5;flex-wrap:wrap;width:100%}@media screen and (min-width:576px){.product-preview .color-options{gap:19px}}.product-preview .color-option{width:40px;height:40px;cursor:pointer;border:2px solid #fff0;transition:all 0.2s}@media screen and (min-width:576px){.product-preview .color-option{width:55px;height:55px}}.product-preview .color-option.selected{border-color:#ff8c00}.product-preview .color-option:hover{transform:scale(1.15);box-shadow:2px 2px 10px rgb(0 0 0 / .4);transition:all 0.3s}.product-preview .choose-colour{display:grid;grid-template-columns:1fr;gap:24px;margin-top:30px;position:relative;z-index:5;width:100%}@media screen and (min-width:576px){.product-preview .choose-colour{grid-template-columns:1fr 1.5fr}}@media screen and (min-width:535px){.product-preview .choose-colour{max-width:425px}}.product-preview .choose-colour-item{width:100%;height:100px}@media screen and (min-width:576px){.product-preview .choose-colour-item{width:230px}}.product-preview .choose-colour-name,.product-preview .choose-colour-title,.product-preview .choose-colour-articule{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.66667;letter-spacing:.02em;color:#fff}.additional-options-section{background:#000;padding-top:70px}.additional-options-section h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1.11111;color:#fff;margin-bottom:70px}.additional-options-section-items{display:flex;flex-direction:column}@media screen and (max-width:1200px){.additional-options-section-items{flex-direction:column;gap:32px}}.additional-options-section-item{display:flex}@media screen and (max-width:1200px){.additional-options-section-item{flex-direction:column;gap:32px}}.additional-options-section-item .additional-options-section-info{max-width:480px;padding:0 50px;display:flex;flex-direction:column;justify-content:center;width:100%}@media screen and (max-width:1200px){.additional-options-section-item .additional-options-section-info{max-width:50%;padding:0 16px}}@media screen and (max-width:1024px){.additional-options-section-item .additional-options-section-info{max-width:100%}}.additional-options-section-item .additional-options-section-info h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:30px;line-height:1;color:#fed141;margin-bottom:30px}.additional-options-section-item .additional-options-section-info h3{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:24px;line-height:1;color:#fed141;margin-bottom:20px}.additional-options-section-item .additional-options-section-info p{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.33333;color:#fff;margin-bottom:30px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.additional-options-section .wrapper-carousel{min-height:100%;overflow:hidden;display:flex;flex-direction:column;flex:3}.additional-options-section-carousel .swiper-wrapper{display:flex}.additional-options-section-carousel .swiper-slide{position:relative;text-align:center;color:#fff;border-left:1px solid #fff}.additional-options-section-carousel .swiper-slide::after{content:"";background:linear-gradient(225deg,#fff0 20%,#000 100%);position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.additional-options-section-carousel .swiper-slide.first-slide{border:none}.additional-options-section-carousel .swiper-slide img{width:100%;height:auto}.additional-options-section-carousel .swiper-slide .additional-option-text{position:absolute;z-index:2;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:18px;line-height:1.5;color:#fff;bottom:20px;left:30px}@media screen and (max-width:449px){.additional-options-section-carousel .swiper-slide .additional-option-text{font-size:16px}}.additional-options-section-carousel .swiper-button-next,.additional-options-section-carousel .swiper-button-prev{color:#fc0}.additional-options-section-carousel .swiper-button-next:hover,.additional-options-section-carousel .swiper-button-prev:hover{color:#e6b800}.additional-options-section .swiper-button-next{right:15px}.additional-options-section .swiper-button-prev{left:15px}.additional-options-section.product-category-section{padding-top:0;padding-bottom:70px}@media screen and (max-width:1200px){.additional-options-section.product-category-section{padding-top:70px}}.additional-options-section.product-category-section .term-title{margin-bottom:32px}.additional-options-section.product-category-section .additional-options-section-info{border-bottom:1px solid #fff}@media screen and (max-width:1440px){.additional-options-section.product-category-section .additional-options-section-info{max-width:360px}}@media screen and (max-width:1200px){.additional-options-section.product-category-section .additional-options-section-info{max-width:100%}}@media screen and (max-width:1200px){.additional-options-section.product-category-section .additional-options-section-item{gap:0}}.additional-options-section.product-category-section .swiper-slide{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 0 45% 0;height:auto;position:relative;border-left:1px solid #fff;border-right:1px solid #fff;border-bottom:1px solid #fff;overflow:hidden;transition:transform 0.3s ease}@media screen and (max-width:768px){.additional-options-section.product-category-section .swiper-slide{padding:0 0 50% 0}}@media screen and (max-width:768px){.additional-options-section.product-category-section .swiper-slide{padding:0 0 55% 0}}@media screen and (max-width:600px){.additional-options-section.product-category-section .swiper-slide{padding:0 0 75% 0}}@media screen and (max-width:450px){.additional-options-section.product-category-section .swiper-slide{padding:0 0 120% 0}}.additional-options-section.product-category-section .swiper-slide::after{content:"";background:linear-gradient(180deg,#fff0 25.5%,#000 100%);position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.additional-options-section.product-category-section .swiper-slide img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.additional-options-section.product-category-section .swiper-slide:hover img{transform:scale(1.15)}.additional-options-section.product-category-section .additional-option-text{text-transform:uppercase;bottom:40px;left:40px}@media screen and (max-width:1024px){.additional-options-section.product-category-section .additional-option-text{font-size:16px;bottom:24px;left:24px}}@media screen and (max-width:768px){.additional-options-section.product-category-section .additional-option-text{font-size:14px}}.fancybox__caption{max-width:600px;text-align:center;font-family:"Raleway-Regular",sans-serif}.caption-title{font-family:"Raleway-Bold",sans-serif}.single-products .gallery-section{padding-top:60px}.single-additional-options .hero-section{min-height:600px}.single-additional-options .hero-section h2{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:21px;line-height:1.42857;color:#fff}.container-additional{padding:0 32px}@media screen and (max-width:1365px){.container-additional{padding:0 16px}}.container-additional a{width:100%;height:100%;display:block}.container-additional .additional-inner-image{position:relative;padding:0 0 100% 0;overflow:hidden}.container-additional .additional-inner-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.container-additional .additional-option-text{padding:15px 0}.container-additional .additional-inner-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:60px}@media screen and (max-width:1024px){.container-additional .additional-inner-gallery{grid-template-columns:repeat(3,1fr);gap:24px}}@media screen and (max-width:768px){.container-additional .additional-inner-gallery{grid-template-columns:repeat(2,1fr);gap:24px}}@media screen and (max-width:576px){.container-additional .additional-inner-gallery{grid-template-columns:repeat(1,1fr);gap:24px}}.container-additional .additional-inner-gallery-item{display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 10px 20px rgb(0 0 0 / .19),0 6px 6px rgb(0 0 0 / .23);overflow:hidden;transition:transform 0.2s ease,box-shadow 0.2s ease;cursor:pointer}.archive-additional-section .archive-addition{display:grid;grid-template-columns:repeat(4,1fr)}@media screen and (max-width:1024px){.archive-additional-section .archive-addition{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.archive-additional-section .archive-addition{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:576px){.archive-additional-section .archive-addition{grid-template-columns:repeat(1,1fr)}}.archive-additional-section .archive-addition-item{position:relative;display:flex;flex-direction:column}.archive-additional-section .archive-addition-item::after{content:"";background:linear-gradient(225deg,#fff0 20%,#000 100%);position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.archive-additional-section .archive-addition-item a{position:relative;position:relative;padding:0 0 100% 0;overflow:hidden;transition:transform 0.2s ease,box-shadow 0.2s ease;cursor:pointer}.archive-additional-section .archive-addition-item a img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.archive-additional-section .archive-addition-item a .addition-option-text{position:absolute;left:30px;bottom:24px;z-index:2;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:20px;line-height:1.5;color:#fff}.archive-additional-section .archive-addition-item a:hover img{transform:scale(1.15)}.archive-additional-section .archive-addition-item a:hover .addition-option-text{color:#fed141}.popup-content-infill-swiper{overflow:hidden}.popup-content-infill-swiper .swiper-slide{display:flex;justify-content:space-around}.popup-content-infill-swiper .sprite-image{width:213px;height:389px;padding:0;cursor:pointer}.single-products #popup-content-infill .popup-container{overflow:hidden;padding:32px 16px!important}.single-products #popup-content-infill h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:24px;line-height:1.11111;color:#000;margin-bottom:70px;text-align:center;margin-bottom:24px}.single-products #popup-content-infill .swiper-button-next{right:10px}.single-products #popup-content-infill .swiper-button-prev{left:10px}.single-products .sprite_l_1{background-position-x:-1px;background-position-y:-1px}.single-products .sprite_l_2{background-position-x:-232px;background-position-y:-1px}.single-products .sprite_l_3{background-position-x:-463px;background-position-y:-1px}.single-products .sprite_l_4{background-position-x:-694px;background-position-y:-1px}.single-products .sprite_l_5{background-position-x:-924px;background-position-y:-1px}.single-products .sprite_l_6{background-position-x:-1156px;background-position-y:-1px}.single-products .sprite_l_7{background-position-x:-1387px;background-position-y:-1px}.single-products .sprite_l_8{background-position-x:-1px;background-position-y:-407px}.single-products .sprite_l_9{background-position-x:-232px;background-position-y:-407px}.single-products .sprite_l_10{background-position-x:-463px;background-position-y:-408px}.single-products .sprite_l_11{background-position-x:-694px;background-position-y:-408px}.single-products .sprite_l_12{background-position-x:-924px;background-position-y:-407px}.single-products .sprite_l_13{background-position-x:-1156px;background-position-y:-407px}.single-products .sprite_l_14{background-position-x:-1386px;background-position-y:-408px}.color-window-preview .color-options{gap:3px}.color-window-preview .color-option{width:30px;height:30px}.color-window-preview .color-window-preview-image{padding:0 0 35% 0;position:relative;z-index:5}@media screen and (min-width:1200px){.color-window-preview .color-window-preview-image{padding:0 0 90% 0}}@media screen and (max-width:1199px){.color-window-preview .color-window-preview-image{padding:0 0 45% 0}}@media screen and (max-width:767px){.color-window-preview .color-window-preview-image{padding:0 0 65% 0}}@media screen and (max-width:576px){.color-window-preview .color-window-preview-image{padding:0 0 85% 0}}.color-window-preview .color-window-preview-image img{position:absolute;top:0;left:50%;height:100%;object-fit:contain;transform:translateX(-50%)}.comparison-section{position:relative}.comparison-section .comparison-wrap{display:flex;overflow:hidden;position:relative}.comparison-section .comparison-wrap .technical-data{flex:0 0 370px;padding-top:350px;display:flex;flex-direction:column;align-items:flex-start;transition:transform 0.3s ease;border-right:1px solid rgb(0 0 0 / .08)}@media screen and (max-width:1440px){.comparison-section .comparison-wrap .technical-data{flex:0 0 280px}}.comparison-section .comparison-wrap .technical-data.hidden{transform:translateX(200px);position:absolute;display:block!important;background:#fff;z-index:9;width:200px;box-shadow:0 0 10px rgb(0 0 0 / .2);border-right:none}@media screen and (max-width:1300px){.comparison-section .comparison-wrap .technical-data{padding-top:250px}}@media screen and (max-width:768px){.comparison-section .comparison-wrap .technical-data{flex:0 0 200px}}.comparison-section .comparison-wrap .technical-data .technical-data-title{font-family:"Raleway-Bold",sans-serif!important;font-weight:700;font-size:18px!important;line-height:1.25;color:#000}@media screen and (max-width:768px){.comparison-section .comparison-wrap .technical-data .technical-data-title{font-size:14px!important}}@media screen and (max-width:475px){.comparison-section .comparison-wrap .technical-data .technical-data-title{font-size:12px!important}}.comparison-section .comparison-wrap .technical-data .technical-data-item{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.25;color:#000;padding:24px;width:100%;display:flex;align-items:center}.comparison-section .comparison-wrap .technical-data .technical-data-item:nth-child(odd){background:rgb(172 172 172 / .1)}.comparison-section .comparison-wrap .technical-data .technical-data-item:nth-child(5){padding-bottom:88px}@media screen and (max-width:768px){.comparison-section .comparison-wrap .technical-data .technical-data-item{font-size:14px}}@media screen and (max-width:475px){.comparison-section .comparison-wrap .technical-data .technical-data-item{font-size:12px!important;padding:15px}}.comparison-section .comparison-wrap .comparison-product-carousel{flex:1;overflow:hidden;position:relative}.comparison-section .comparison-wrap .comparison-product-carousel .swiper-wrapper{display:flex}.comparison-section .comparison-wrap .comparison-product-carousel .comparison-image{display:flex;justify-content:center;padding-bottom:30px}.comparison-section .comparison-wrap .comparison-product-carousel .comparison-image .comparison-img{width:300px;height:300px}@media screen and (max-width:1300px){.comparison-section .comparison-wrap .comparison-product-carousel .comparison-image .comparison-img{width:200px;height:200px}}.comparison-section .comparison-wrap .comparison-product-carousel .comparison-image .comparison-img img{object-fit:contain;width:100%;height:100%}.comparison-section .comparison-wrap .comparison-product-carousel .swiper-slide{display:flex;flex-direction:column;padding-top:20px;border-right:1px solid rgb(0 0 0 / .08);transition:background-color 0.3s ease}.comparison-section .comparison-wrap .comparison-product-carousel .swiper-slide .product-title{font-family:"Raleway-Bold",sans-serif!important;font-weight:700;font-size:18px!important;line-height:1.25;color:#000}@media screen and (max-width:768px){.comparison-section .comparison-wrap .comparison-product-carousel .swiper-slide .product-title{font-size:14px!important}}.comparison-section .comparison-wrap .comparison-product-carousel .swiper-slide .product-image{margin-bottom:10px}.comparison-section .comparison-wrap .comparison-product-carousel .swiper-slide .product-item{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.25;color:#000;padding:24px;width:100%}@media screen and (max-width:768px){.comparison-section .comparison-wrap .comparison-product-carousel .swiper-slide .product-item{font-size:14px}}.comparison-section .comparison-wrap .comparison-product-carousel .swiper-slide .product-item:nth-child(even){background:rgb(172 172 172 / .1)}.comparison-section .comparison-wrap .comparison-product-carousel .swiper-slide .product-item .small-text{font-size:14px!important;margin-top:15px;display:block;line-height:24px}.comparison-section .comparison-wrap .comparison-product-carousel .swiper-slide:hover{background:#fed141;cursor:pointer}.comparison-section .comparison-wrap .comparison-next{right:24px}.comparison-section .comparison-wrap .comparison-next::after{background-image:url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../images/slider-next-black.svg)!important}.comparison-section .comparison-wrap .comparison-prev{left:24px}.comparison-section .comparison-wrap .comparison-prev::after{background-image:url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../images/slider-prev-black.svg)!important}@media (max-width:768px){.comparison-section .technical-data{position:absolute;left:-200px;top:0;height:100%;width:200px;background:#fff;transition:transform 0.3s ease;z-index:2}.comparison-section .toggle-technical-data-icon{display:block;position:absolute;top:35%;left:0;width:60px;height:60px;transform:translateY(-50%);z-index:10}.comparison-section .toggle-technical-data-icon::before{content:"";position:absolute;top:0;width:50%;height:inherit;padding:0;border:0;background:url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../images/slider-next.svg) center center no-repeat;background-color:rgb(255 255 255 / .6);border-top-right-radius:100% 50%;border-bottom-right-radius:100% 50%;box-shadow:0 0 10px rgb(0 0 0 / .2);transition:opacity 0.3s}.comparison-section .toggle-technical-data-icon.active::before{left:170px;transform:rotate(180deg)}}.glass-section{background:#fff}.glass-section h2{color:#000;margin-bottom:24px}.glass-section p{margin-bottom:32px;max-width:1024px}.glass-section .swiper-slide{position:relative;border-left:1px solid #fff}.glass-section .swiper-slide a{position:relative}.glass-section .swiper-slide .glass-text{position:absolute;z-index:2;font-family:"Raleway-Regular",sans-serif;font-weight:500;font-size:15px;line-height:1.5;color:#000;bottom:14px;left:50%;transform:translateX(-50%)}.glass-section--handles .swiper-slide{padding:24px;border-left:1px solid rgb(0 0 0 / .08)}.glass-section--handles .swiper-slide .glass-text{position:relative!important;display:flex;justify-content:center;text-align:center;bottom:0}@media (max-width:576px){.glass-section--handles .swiper-slide .glass-text{font-size:12px}}.our-works-info .home-about-top{padding:60px 0 80px 0}.our-works-info .why-chosen{margin-top:-50px;position:relative;z-index:3;width:100%;margin-bottom:60px}.our-works-info .why-chosen-container{padding:24px;background-color:#000;display:flex;align-items:center;gap:24px;flex-wrap:wrap}.our-works-title{color:#000}.gallery-our-works{margin-bottom:60px}.gallery-our-works-item-row{display:flex;flex-direction:column}.gallery-our-works-item-row .gallery-our-works-item{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:32px}@media screen and (max-width:1270px){.gallery-our-works-item-row .gallery-our-works-item{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.gallery-our-works-item-row .gallery-our-works-item{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:576px){.gallery-our-works-item-row .gallery-our-works-item{grid-template-columns:repeat(1,1fr)}}.gallery-our-works-item-row .gallery-our-works-item-inner{position:relative;display:flex;flex-direction:column;border-left:1px solid #fff}.gallery-our-works-item-row .gallery-our-works-item-inner::after{content:"";background:linear-gradient(225deg,#fff0 20%,#000 100%);position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}@media screen and (min-width:1271px){.gallery-our-works-item-row .gallery-our-works-item-inner:nth-child(4n+1){border-left:none}}@media screen and (max-width:1270px){.gallery-our-works-item-row .gallery-our-works-item-inner:nth-child(3n+1){border-left:none}}@media screen and (max-width:768px){.gallery-our-works-item-row .gallery-our-works-item-inner:nth-child(2n+1){border-left:none}.gallery-our-works-item-row .gallery-our-works-item-inner:nth-child(3n+1){border-left:1px solid #fff}}@media screen and (max-width:576px){.gallery-our-works-item-row .gallery-our-works-item-inner{border-top:1px solid #fff}}.gallery-our-works-item-row .gallery-our-works-item-inner a{position:relative;padding:0 0 120% 0;overflow:hidden;transition:transform 0.2s ease,box-shadow 0.2s ease;cursor:pointer}.gallery-our-works-item-row .gallery-our-works-item-inner a img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.gallery-our-works-item-row .gallery-our-works-item-inner a .gallery-our-works-text{position:absolute;left:40px;bottom:30px;right:40px;z-index:2;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:20px;line-height:1.5;color:#fff}@media screen and (max-width:1024px){.gallery-our-works-item-row .gallery-our-works-item-inner a .gallery-our-works-text{font-size:16px}}@media screen and (max-width:768px){.gallery-our-works-item-row .gallery-our-works-item-inner a .gallery-our-works-text{left:24px;bottom:30px;right:24px}}.gallery-our-works-item-row .gallery-our-works-item-inner a:hover img{transform:scale(1.15)}.gallery-our-works-item-row .gallery-our-works-item-inner a:hover .addition-option-text{color:#fed141}.gallery-our-works-item-row h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:32px;line-height:1;letter-spacing:.02em;color:#000;margin-bottom:30px}.categories-title{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1.33333;color:#fff}.filter-buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:15px}.filter-buttons button{font-family:"Raleway-Regular",sans-serif;font-weight:500;font-size:16px;line-height:20px;color:#fed141;border-radius:20px;border:1px solid #fed141;padding:8px 16px}.filter-buttons button:hover,.filter-buttons button.active{color:#fff;border:1px solid #fff}.product-grid-section{background:#000}.product-grid-section .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}@media screen and (max-width:1200px){.product-grid-section .product-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.product-grid-section .product-grid{grid-template-columns:1fr}}.product-grid-section .product-grid-item{position:relative;min-height:545px;border-left:1px solid #fff;border-right:1px solid #fff;border-bottom:1px solid #fff;overflow:hidden;transition:transform 0.3s ease;display:flex;flex-direction:column;justify-content:flex-end;margin-right:-1px}.product-grid-section .product-grid-item:hover .product-grid-image{transform:scale(1.1)}.product-grid-section .product-grid-item a{display:block;height:100%;color:#fff;text-decoration:none;position:relative}.product-grid-section .product-grid-image{position:absolute;width:100%;height:100%;inset:0;object-fit:cover;z-index:1;transition:transform 0.3s}.product-grid-section .product-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#fff0 25%,#000 100%);pointer-events:none;z-index:2}.product-grid-section .product-grid-info{position:absolute;left:30px;bottom:30px;z-index:3;max-width:420px;margin-right:30px}@media screen and (max-width:1024px){.product-grid-section .product-grid-info{left:20px;bottom:20px;max-width:100%}}.product-grid-section .product-grid-info p{color:#fff}.product-grid-section .product-grid-title{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:18px;line-height:1.5;color:#fff;margin-bottom:12px;text-transform:uppercase}@media screen and (max-width:449px){.product-grid-section .product-grid-title{font-size:16px}}.product-grid-section .product-grid-text{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.33333;color:#fff;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0}.profile-spec{padding:32px 0 0}.profile-spec__grid{display:grid;grid-template-columns:1fr;gap:20px;align-items:stretch}.profile-spec__grid:has(>.profile-spec__media:nth-last-child(2):first-child){grid-template-columns:repeat(3,1fr)}.profile-spec__grid:has(>.profile-spec__media:nth-last-child(3):first-child){grid-template-columns:repeat(3,1fr)}.profile-spec__grid:has(>.profile-spec__media:nth-last-child(4):first-child){grid-template-columns:repeat(4,1fr)}.profile-spec__grid:has(>.profile-spec__media:nth-last-child(n+5):first-child){grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.profile-spec__grid:has(>.profile-spec__media:nth-last-child(n+4):first-child),.profile-spec__grid:has(>.profile-spec__media:nth-last-child(4):first-child){grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.profile-spec__grid{grid-template-columns:1fr!important;gap:15px}}.profile-spec__title{font-size:18px;font-weight:600;color:#333;text-align:center;margin-bottom:20px}.profile-spec__media{background:#fff;border:1px solid rgb(0 0 0 / .08);border-radius:16px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:320px}@media (max-width:768px){.profile-spec__media{min-height:260px}}.profile-spec__media img{display:block;max-width:100%;height:auto;max-height:280px;object-fit:contain}.category-hero{position:relative;height:100vh;margin-top:-75px;display:flex;align-items:center;color:#fff;background:#000;overflow:hidden}@media (max-width:767px){.category-hero{min-height:420px}}.category-hero__bg{position:absolute;inset:0;z-index:1;overflow:hidden}.category-hero__bg-image{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.02)}.category-hero__overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(to bottom,rgb(0 0 0 / .55) 0%,rgb(0 0 0 / .55) 40%,rgb(0 0 0 / .7) 100%)}.category-hero__inner{position:relative;z-index:3;width:100%;padding-top:80px;padding-bottom:80px;display:flex;flex-direction:column}@media (max-width:767px){.category-hero__inner{padding-top:60px;padding-bottom:60px}}.category-hero__content{max-width:660px;margin:0 auto;padding:60px 40px;text-align:center;backdrop-filter:blur(10px);background:rgb(255 255 255 / .3)}@media (max-width:767px){.category-hero__content{max-width:100%;padding:24px 20px}}@media (min-width:768px){.category-hero__content{min-width:660px}}.category-hero__title{font-weight:700;font-size:36px;line-height:1.11;text-align:center;color:#fed141;max-width:600px;margin:0 auto 0}@media (max-width:767px){.category-hero__title{font-size:22px!important}}.category-hero__text{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:18px;line-height:1.33;text-align:center;color:#fff}@media (max-width:767px){.category-hero__text{font-size:14px}}.category-hero__bottom{position:absolute;bottom:0;z-index:2;background:rgb(255 255 255 / .25);width:100%;padding:30px 0}.category-hero__button{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:12px;line-height:167%;text-transform:uppercase;text-align:center;color:#000;max-width:280px;width:100%;margin:0 auto;padding:15px 20px}.models-grid{background:#fff}.models-grid__top{background:#f9f9f9;padding:50px 0}.models-grid__title{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:111%;color:#000}.models-grid__desc{font-size:16px;line-height:1.5;color:#666;margin-top:12px}.models-grid__list{display:grid;border-top:1px solid rgb(0 0 0 / .08);border-left:1px solid rgb(0 0 0 / .08)}.models-grid__list--col_4{grid-template-columns:repeat(4,1fr)}@media (max-width:992px){.models-grid__list--col_4{grid-template-columns:repeat(2,1fr)}}.models-grid__list--col_3{grid-template-columns:repeat(3,1fr)}@media (max-width:720px){.models-grid__list--col_3{grid-template-columns:repeat(2,1fr)}}.models-grid__list--col_2{grid-template-columns:repeat(2,1fr)}@media (max-width:520px){.models-grid__list{grid-template-columns:1fr!important}}.models-grid__item{padding:40px;min-height:unset;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;border-right:1px solid rgb(0 0 0 / .08);border-bottom:1px solid rgb(0 0 0 / .08);background:#fff}.models-grid__item:last-child{border-right:none}@media (max-width:720px){.models-grid__item{padding:20px 15px}}.models-grid__media{width:100%;aspect-ratio:4 / 3;max-height:300px;margin-inline:auto;display:flex;align-items:center;justify-content:center;margin-bottom:30px;overflow:hidden}.models-grid__media img{width:auto;max-width:100%;height:100%;object-fit:contain}.models-grid__name{text-align:center;font-family:"Raleway-Bold",sans-serif;text-transform:uppercase;font-weight:700;font-size:18px;line-height:1.25;text-align:center;color:#000}.models-grid__item-desc{line-height:1.5;color:#666;text-align:center;margin-top:8px;max-width:590px}@media (max-width:720px){.models-grid__item-desc p{font-size:14px}}.models-grid__link{display:flex;flex-direction:column;align-items:center;height:100%;text-decoration:none;color:inherit}.models-grid__link:hover .models-grid__name{text-decoration:underline}.about-media{padding:120px 0;background:#fff;border-bottom:1px solid rgb(0 0 0 / .08)}@media (max-width:1024px){.about-media{padding:70px 0}}@media (max-width:767px){.about-media{padding:50px 0}}.about-media__grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;column-gap:120px}@media (max-width:1200px){.about-media__grid{column-gap:70px}}@media (max-width:900px){.about-media__grid{grid-template-columns:1fr;row-gap:24px;column-gap:0}}.about-media__content{max-width:570px}@media (max-width:900px){.about-media__content{max-width:100%}}.about-media__title{margin:0 0 20px;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:100%;letter-spacing:.02em;color:#000}.about-media__text{font-weight:400;font-size:16px;line-height:150%;letter-spacing:.02em;color:#000}.about-media__text p{margin:0 0 10px}.about-media__text p:last-child{margin-bottom:0}.about-media__media{display:flex;justify-content:center}@media (max-width:900px){.about-media__media{justify-content:flex-start}}.about-media__media img{object-fit:cover;width:100%;height:auto;display:block}.components-diagram{padding:80px 0;background:#fff}@media (max-width:767px){.components-diagram{padding:50px 0}}.components-diagram__top{margin-bottom:50px}.components-diagram__title{margin:0 0 30px;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:111%;color:#000}.components-diagram__lead{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:18px;line-height:1.33;color:#000;max-width:1170px}@media (max-width:768px){.components-diagram__lead{font-size:14px}}.components-diagram__lead p{margin:0}.components-diagram__grid{display:grid;grid-template-columns:1fr 1fr;column-gap:80px;align-items:start;align-items:center}@media (max-width:1024px){.components-diagram__grid{column-gap:40px}}@media (max-width:900px){.components-diagram__grid{grid-template-columns:1fr;row-gap:34px}}.components-diagram__grid--image-left .components-diagram__figure{order:-1}.components-diagram__grid--no-image{grid-template-columns:1fr}.components-diagram__list{display:flex;flex-direction:column;gap:26px}.components-diagram__item{display:grid;grid-template-columns:44px 1fr;gap:16px;align-items:start}.components-diagram__item--no-badge{grid-template-columns:1fr}.components-diagram__badge{width:40px;height:40px;border-radius:999px;display:grid;place-items:center;background:#fed141;font-family:sans-serif;font-weight:700;font-size:20px;line-height:1;text-align:center;color:#000;transform:translateY(-.5px);display:flex;align-items:center;justify-content:center}@media (max-width:768px){.components-diagram__badge{font-size:18px}}.components-diagram__item-title{margin:0 0 15px;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:24px;line-height:1.25;color:#000}@media (max-width:768px){.components-diagram__item-title{font-size:20px;margin:0 0 10px}}.components-diagram__item-text{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#000}@media (max-width:768px){.components-diagram__item-text{font-size:14px}}.components-diagram__item-text p{margin:0}.components-diagram__figure{display:flex;justify-content:center}.components-diagram__figure-inner{position:relative;width:100%;max-width:540px}.components-diagram__img{width:100%;height:auto;display:block}.benefits-grid{padding:80px 0;background:var(--benefits-bg,#fff)}@media (max-width:767px){.benefits-grid{padding:50px 0}}.benefits-grid__top{margin-bottom:50px}@media (max-width:600px){.benefits-grid__top{margin-bottom:30px}}.benefits-grid__title{margin:0 0 15px;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1.11;color:#000}.benefits-grid__lead{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:18px;line-height:1.33;color:#000;max-width:900px}@media (max-width:768px){.benefits-grid__lead{font-size:14px}}.benefits-grid__lead p{margin:0}.benefits-grid__list{display:grid;grid-template-columns:repeat(3,1fr);border:none}@media (max-width:1024px){.benefits-grid__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.benefits-grid__list{grid-template-columns:1fr}}.benefits-grid__home .benefits-grid__list{grid-template-columns:repeat(2,1fr)}@media (max-width:720px){.benefits-grid__home .benefits-grid__list{grid-template-columns:repeat(1,1fr)}}@media (max-width:720px){.benefits-grid__home .benefits-grid__item{border-top:1px solid rgb(0 0 0 / .1)!important;border-right:none!important;border-bottom:none!important}.benefits-grid__home .benefits-grid__item:first-child{border-top:none!important}}@media (min-width:1025px){.benefits-grid__home .benefits-grid__item:nth-child(2n){border-right:none;border-bottom:1px solid rgb(0 0 0 / .1)}.benefits-grid__home .benefits-grid__item:nth-child(4n){border-bottom:none}.benefits-grid__home .benefits-grid__item:nth-child(3n){border-right:1px solid rgb(0 0 0 / .1)}}@media (min-width:1025px){.benefits-grid .benefits-grid__list.col-5 .benefits-grid__item:nth-child(3n){border-right:none;border-bottom:1px solid rgb(0 0 0 / .1)}}@media (max-width:1024px){.benefits-grid .benefits-grid__list.col-5 .benefits-grid__item:nth-child(4n){border-bottom:1px solid rgb(0 0 0 / .1)}}.benefits-grid__item{padding:30px;border-right:1px solid rgb(0 0 0 / .1);border-bottom:1px solid rgb(0 0 0 / .1);min-height:220px}@media (max-width:1024px){.benefits-grid__item{padding:28px 26px}}@media (max-width:600px){.benefits-grid__item{padding:22px 0;min-height:unset}.benefits-grid__item:last-child{border-bottom:none!important}}@media (min-width:1025px){.benefits-grid__item:nth-child(3n){border-right:none}.benefits-grid__item:nth-last-child(-n+3){border-bottom:none}}.benefits-grid__icon{width:54px;height:54px;margin-bottom:20px;display:flex;align-items:center;justify-content:center}.benefits-grid__icon-img{width:100%;height:100%;object-fit:contain;display:block}.benefits-grid__item-title{margin:0 0 15px;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:20px;line-height:1.25;color:#000}@media (max-width:768px){.benefits-grid__item-title{font-size:18px;margin:0 0 10px}}.benefits-grid__item-text{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#000}@media (max-width:768px){.benefits-grid__item-text{font-size:14px}}.benefits-grid__item-text p{margin:0}@media (max-width:1024px){.benefits-grid .benefits-grid__item:nth-child(3n){border-right:1px solid rgb(0 0 0 / .1)}.benefits-grid .benefits-grid__item:nth-child(2n){border-right:none}.benefits-grid .benefits-grid__item:nth-last-child(-n+2){border-bottom:none}}@media (max-width:600px){.benefits-grid .benefits-grid__item{border-right:none}.benefits-grid .benefits-grid__item:last-child{border-bottom:none}.benefits-grid .benefits-grid__item:nth-last-child(-n+2){border-bottom:1px solid rgb(0 0 0 / .1)}.benefits-grid .benefits-grid__item:nth-child(3n){border-right:none}}.process-steps{position:relative;padding:80px 0;color:#fff;background:#111;overflow:hidden}@media (max-width:767px){.process-steps{padding:50px 0}}.process-steps::before{content:"";position:absolute;inset:0;background-image:var(--process-bg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}.process-steps__overlay{position:absolute;inset:0;background:rgb(0 0 0 / .6);z-index:2}.process-steps__inner{position:relative;z-index:3}.process-steps__top{max-width:900px;margin-bottom:50px}.process-steps__title{margin:0 0 15px;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:111%;color:#fff}.process-steps__lead{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.33;color:#fff;max-width:900px}@media (max-width:768px){.process-steps__lead{font-size:14px}}.process-steps__lead p{margin:0}.process-steps__grid{display:grid;grid-template-columns:repeat(5,1fr);column-gap:0}@media (max-width:1200px){.process-steps__grid{grid-template-columns:repeat(2,1fr);row-gap:30px}}@media (max-width:600px){.process-steps__grid{grid-template-columns:1fr;border-top:none;row-gap:10px}}.process-steps__item{padding:20px;border-left:1px solid rgb(255 255 255 / .5);min-height:260px;display:flex;flex-direction:column}@media (min-width:1201px){.process-steps__item:first-child{border-left:none;padding-left:0}}@media (max-width:600px){.process-steps__item{border-left:none;border-top:1px solid rgb(255 255 255 / .18);min-height:unset;padding:40px 0 20px}.process-steps__item:first-child{border-top:none}}.process-steps__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px;position:relative}.process-steps__icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.process-steps__icon-img{width:100%;height:100%;object-fit:contain;display:block}.process-steps__num{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:48px;line-height:normal;text-align:center;color:#fff;position:absolute;left:75px;top:-38px}.process-steps__item-title{margin:0 0 15px;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:18px;line-height:1.25;color:#fff;min-height:calc(1.25em * 2)}@media (max-width:768px){.process-steps__item-title{font-size:18px;margin:0 0 10px}}.process-steps__item-text{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:15px;line-height:1.5;color:#fff;margin-top:0}@media (max-width:768px){.process-steps__item-text{font-size:14px}}.process-steps__item-text p{margin:0}.materials-cats{background-color:#fff;padding:70px 0 0;color:#fff;border-top:1px solid rgb(0 0 0 / .08)}@media (max-width:767px){.materials-cats{padding:50px 0 0}}.materials-cats__top{max-width:900px;padding-bottom:50px}@media (max-width:600px){.materials-cats__top{padding-bottom:30px}}.materials-cats__title{margin:0 0 15px;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1.11;color:#000}.materials-cats__lead{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.33;color:#000;max-width:900px}@media (max-width:768px){.materials-cats__lead{font-size:14px}}.materials-cats__lead p{margin:0}.materials-cats__grid{display:grid;grid-template-columns:1fr 1fr 1fr}@media (max-width:1365px){.materials-cats__grid{grid-template-columns:1fr 1fr;justify-content:center}}@media (max-width:960px){.materials-cats__grid{grid-template-columns:1fr;justify-content:center}}.materials-cats__grid--cols-2{grid-template-columns:1fr 1fr}@media (max-width:960px){.materials-cats__grid--cols-2{grid-template-columns:1fr 1fr}}@media (max-width:768px){.materials-cats__grid--cols-2{grid-template-columns:1fr}}.materials-cats__product-box{position:relative;z-index:2;max-width:440px;margin:40px auto 0;text-align:center;padding-bottom:7px;border-bottom:1px solid #FED141;transition:transform 0.35s ease;display:flex;justify-content:center}.materials-cats__product-box::after{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform 0.35s ease}.materials-cats__product-box:hover span{color:#FED141!important}.materials-cats__product-box:hover::after{transform:scaleX(1)}.materials-cats__product-box.text-color__black span{color:#000}.materials-cats__product-box.text-color__white{color:#fff}.materials-cats__product-box .materials-cats__product-link{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:26px;line-height:1.33;letter-spacing:-.01em;text-align:center;color:#fff}.materials-cats__item{position:relative;overflow:hidden;min-height:800px;background-size:cover;background-position:center;background-repeat:no-repeat}@media (max-width:576px){.materials-cats__item{min-height:700px}}@media (max-width:475px){.materials-cats__item{min-height:650px}}.materials-cats__item::after{content:"";background:var(--mc-overlay);width:100%;top:0;left:0;position:absolute;height:100%;backdrop-filter:blur(4px)}.materials-cats__overlay-link{position:absolute;inset:0;z-index:2}.materials-cats__link{position:relative;display:block;height:100%;padding:50px 42px 42px 42px;text-decoration:none;color:inherit;cursor:pointer}@media (max-width:576px){.materials-cats__link{padding:50px 20px}}.materials-cats__content{position:relative;z-index:1;max-width:440px;margin:0 auto;text-align:center}.materials-cats__item-title{margin:0 0 20px;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:26px;line-height:1.33;letter-spacing:-.01em;text-transform:uppercase;text-align:center}.materials-cats__item-title.text-color__black{color:#000}.materials-cats__item-title.text-color__white{color:#fff}@media (max-width:600px){.materials-cats__item-title{font-size:20px}}.materials-cats__item-text{font-family:"Raleway-Regular",sans-serif;font-size:16px;line-height:1.5;letter-spacing:.02em;text-align:center;color:#000;max-width:440px;margin:0 auto}.materials-cats__item-text.text-color__black{color:#000}.materials-cats__item-text.text-color__white{color:#fff}.materials-cats__item-text p{margin:0}.materials-cats__media{position:absolute;left:0;right:0;bottom:0;z-index:2;pointer-events:none;max-width:620px;margin:0 auto}.materials-cats__img img{display:block;width:100%;height:auto}.materials-cats__img--window{position:absolute;left:42px;bottom:110px;width:100%;max-width:var(--max-width)}@media (max-width:475px){.materials-cats__img--window{max-width:250px}}.materials-cats__img--window.materials-cats__img--position{left:50%;bottom:60px;width:100%;transform:translateX(-50%)}.materials-cats__img--corner{position:absolute;right:42px;bottom:50px;width:100%;max-width:250px}@media (max-width:1440px){.materials-cats__img--corner{max-width:170px}}@media (max-width:1365px){.materials-cats__img--corner{max-width:250px}}@media (max-width:1024px){.materials-cats__img--corner{max-width:210px}}@media (max-width:960px){.materials-cats__img--corner{max-width:250px}}@media (max-width:576px){.materials-cats__img--corner{max-width:210px}}@media (max-width:475px){.materials-cats__img--corner{max-width:160px;bottom:70px}}.tax-product-cat .gallery-section{padding-top:60px}.tax-product-cat .callback-form{padding:50px 0}.faq-acc{padding:80px 0;background:#fff}@media (max-width:768px){.faq-acc{padding:50px 0}}.faq-acc__title{margin:0 0 32px;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1.11;color:#000}.faq-acc__list{border-top:1px solid rgb(0 0 0 / .1)}.faq-acc__item{border-bottom:1px solid rgb(0 0 0 / .1);padding-right:20px}.faq-acc__item:last-child{border-bottom:none}@media (max-width:767px){.faq-acc__item{padding-right:0}}.faq-acc__btn{width:100%;padding:20px 0;display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fff0;border:0;cursor:pointer;text-align:left}.faq-acc__q{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:22px;line-height:1.25;color:#000}@media (max-width:767px){.faq-acc__q{font-size:18px}}.faq-acc__icon{width:36px;height:36px;display:grid;place-items:center;color:rgb(0 0 0 / .45);transition:transform .25s ease,color .25s ease}.faq-acc__panel{overflow:hidden}.faq-acc__panel-inner{padding:0 0 18px}.faq-acc__a{max-width:1000px}.faq-acc__a p{margin:0;font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#000}@media (max-width:767px){.faq-acc__a p{font-size:14px}}.faq-acc__item.is-open .faq-acc__icon{transform:rotate(180deg);color:rgb(0 0 0 / .8)}.blog-preview{background:#f9f9f9;padding:80px 0}@media (max-width:1024px){.blog-preview{padding:60px 0}}@media (max-width:768px){.blog-preview{padding:50px 0}}.blog-preview__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}@media (max-width:768px){.blog-preview__head{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:24px}}.blog-preview__title{margin:0 0 10px;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1.11;color:#000}@media (max-width:768px){.blog-preview__title{font-size:28px}}@media (max-width:480px){.blog-preview__title{font-size:24px}}.blog-preview__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;padding:0 32px}@media (max-width:1200px){.blog-preview__grid{gap:24px;padding:0 24px}}@media (max-width:1024px){.blog-preview__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.blog-preview__grid{grid-template-columns:1fr;padding:0 16px;gap:16px}}.blog-card{background:#fff;display:flex;flex-direction:column;height:100%}.blog-card__image img{width:100%;object-fit:cover;display:block;aspect-ratio:16 / 10}@media (max-width:1024px){.blog-card__image img{aspect-ratio:4 / 3}}@media (max-width:600px){.blog-card__image img{aspect-ratio:2,5 / 1}}.blog-card__content{padding:50px;position:relative;flex:1;display:flex;flex-direction:column;justify-content:flex-end}@media (max-width:1440px){.blog-card__content{padding:24px}}.blog-card__title{font-weight:700;font-size:21px;line-height:1.43;color:#000;margin-bottom:16px}@media (max-width:1300px){.blog-card__title{font-size:18px;margin-bottom:12px}}.blog-card__excerpt{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#000;margin-bottom:20px}@media (max-width:1300px){.blog-card__excerpt{font-size:14px}}.blog-card__bottom{display:flex;margin-top:60px}.blog-card__more{width:40px;height:40px;background:#fed141;right:50px;bottom:50px;display:flex;align-items:center;justify-content:center;margin-top:auto;margin-left:auto}@media (max-width:1024px){.blog-card__more{right:36px;bottom:36px}}@media (max-width:600px){.blog-card__more{right:24px;bottom:24px}}.blog-card__more::before{content:"";width:10px;height:18px;background-image:url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../images/icons/button-arrow.svg);background-repeat:no-repeat;background-position:center}.google-reviews--grid{background:#F9F9F9;padding:80px 0}@media (max-width:1024px){.google-reviews--grid{padding:60px 0}}.google-reviews--grid .grv-head{text-align:left;margin-bottom:50px}.google-reviews--grid .grv-head__title{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1.33333;letter-spacing:-.01em;color:#000;margin:0 0 16px;display:flex;flex-direction:column;position:relative;width:100%}@media (max-width:1200px){.google-reviews--grid .grv-head__title{font-size:32px}}.google-reviews--grid .grv-grid{display:flex;gap:28px;align-items:flex-start}.google-reviews--grid .grv-grid .grv-col{flex:1 1 0%;min-width:0;display:flex;flex-direction:column;gap:28px}@media (max-width:1024px){.google-reviews--grid .grv-grid{gap:20px}.google-reviews--grid .grv-grid .grv-col{gap:20px}}@media (max-width:640px){.google-reviews--grid .grv-grid{gap:16px}.google-reviews--grid .grv-grid .grv-col{gap:16px}}.google-reviews--grid .grv-card{position:relative;background:#fff;border-radius:8px;padding:24px;box-shadow:0 10px 28px rgb(0 0 0 / .08);display:inline-block;width:100%}.google-reviews--grid .grv-card__g{position:absolute;top:14px;right:14px;opacity:.9}.google-reviews--grid .grv-card__head{padding-right:34px;margin-bottom:10px}.google-reviews--grid .grv-card__name{font-weight:700;font-size:18px;line-height:1.2;color:#000;margin-bottom:10px}@media (max-width:768px){.google-reviews--grid .grv-card__name{font-size:16px}}.google-reviews--grid .grv-card__rating{display:inline-flex;gap:4px;align-items:center}.google-reviews--grid .star{color:rgb(0 0 0 / .18)}.google-reviews--grid .star--full{color:#f4a62a}.google-reviews--grid .star--half{color:#f4a62a;opacity:.65}.google-reviews--grid .grv-card__text{font-size:16px;line-height:1.55;color:rgb(0 0 0 / .75);display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;font-family:"Raleway-Regular",sans-serif}@media (max-width:768px){.google-reviews--grid .grv-card__text{font-size:14px}}.google-reviews--grid .grv-footer{display:flex;justify-content:center;margin-top:50px}.google-reviews--grid .grv-footer .grv-btn{display:inline-flex;align-items:center}@use "../core/index" as *;.breadcrumbs{position:absolute;top:75px;z-index:10;width:100%;background:rgb(0 0 0 / .5);padding:15px 0}@media (max-width:767px){.breadcrumbs{padding:5px 0}}.breadcrumbs__list{display:flex;align-items:center;flex-wrap:wrap;list-style:none;margin:0;padding:0;font-size:12px;color:#000;text-decoration:none}@media (max-width:767px){.breadcrumbs__list{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none}}@media (max-width:767px){.breadcrumbs__list::-webkit-scrollbar{display:none}}.breadcrumbs__item{display:inline-flex;align-items:center}@media (max-width:767px){.breadcrumbs__item{flex:0 0 auto}}.breadcrumbs__separator{margin:0 5px;color:#c2ccd8}@media (max-width:767px){.breadcrumbs__separator{margin:0 3px}}.breadcrumbs__link{font-weight:700;font-size:12px;line-height:2.5;text-transform:uppercase;color:#fff;transition:color 0.3s ease}@media (max-width:767px){.breadcrumbs__link{font-size:9px;line-height:1.4}}.breadcrumbs__link:hover{color:#fed141}.breadcrumbs__link--home{display:inline-flex;align-items:center;opacity:1}.breadcrumbs__item--current .breadcrumbs__link{color:#fed141}.inner-hero-second.category-hero{height:550px}.inner-hero-second.category-hero__inner{padding-top:190px}.single-post .category-hero{height:550px}.single-post .category-hero__inner{padding-top:190px}.blog-single{margin:40px 0 40px 0;color:#000}@media (max-width:991px){.blog-single{margin-bottom:0}}.blog-single figure{margin:0}.blog-single__inner{display:grid;grid-template-columns:1fr 430px;gap:clamp(24px, 5vw, 60px);position:relative}@media (max-width:1200px){.blog-single__inner{grid-template-columns:1fr 330px}}@media (max-width:991px){.blog-single__inner{display:flex;flex-direction:column-reverse;gap:40px}}.blog-single__content{min-width:0}.blog-single__title{font-size:clamp(30px, 4vw, 45px);margin-bottom:20px;line-height:130%;font-weight:300}.blog-single__title-highlight{font-weight:600}.blog-single h2{margin-top:50px;margin-bottom:20px;font-size:clamp(24px, 4vw, 30px);font-weight:300;line-height:1.3}.blog-single h3{margin-top:40px;margin-bottom:15px;font-size:clamp(20px, 3vw, 24px);font-weight:300;line-height:1.3}.blog-single h4{margin-top:30px;margin-bottom:10px;font-size:clamp(18px, 2.5vw, 20px);font-weight:300;line-height:1.3}.blog-single h5{margin-top:20px;margin-bottom:10px;font-size:clamp(16px, 2vw, 18px);font-weight:300;line-height:1.3}.blog-single h6{margin-top:15px;margin-bottom:10px;font-size:clamp(14px, 1.5vw, 16px);font-weight:300;line-height:1.3}.blog-single ul,.blog-single ol{margin:20px 0;padding-left:40px}.blog-single ul li,.blog-single ol li{line-height:1.3;font-size:17px;font-weight:300}.blog-single ul{padding-left:0;list-style-type:none}.blog-single ul li{position:relative;padding-left:15px}.blog-single ul li::before{content:'';position:absolute;left:0;top:10px;width:6px;height:6px;background-color:#000;border-radius:50%}.blog-single ol{list-style:none;padding-left:0;counter-reset:item}.blog-single ol>li{position:relative;padding-left:24px;counter-increment:item}.blog-single ol>li::before{content:counter(item) ".";position:absolute;left:0;top:0;font-weight:600;color:var(--color-primary,#000)}.blog-single p{line-height:1.5;font-size:16px;font-weight:300;margin:20px 0}@media (max-width:576px){.blog-single p{font-size:14px}}.blog-single__meta{display:flex;align-items:center;gap:20px;color:#666;font-size:14px;margin-bottom:30px}.blog-single__featured-image{margin-bottom:40px;border-radius:8px;overflow:hidden}.blog-single__featured-image img{width:100%;height:auto;display:block}.blog-single__body{font-size:18px;line-height:1.8}.blog-single__body h2,.blog-single__body h3,.blog-single__body h4{margin:20px 0 20px}.blog-single__body p{margin-bottom:20px}.blog-single__body img{max-width:100%;height:auto;border-radius:8px;margin:30px 0}.blog-single__body img:first-child{margin-top:0}.blog-single .wp-block-table{margin:30px 0;overflow:visible}.blog-single blockquote,.blog-single .wp-block-quote{margin:30px 0;padding:32px 40px;background:#fff;border:1px solid #E5E5E5;border-radius:8px;box-shadow:0 2px 8px rgb(0 0 0 / .08);position:relative}.blog-single blockquote::before,.blog-single .wp-block-quote::before{content:'"';position:absolute;top:16px;left:20px;font-size:60px;line-height:1;color:#007AFF;opacity:.3;font-family:Georgia,serif}.blog-single blockquote p,.blog-single .wp-block-quote p{margin:0;font-size:18px;line-height:1.7;color:#333;font-style:italic;font-weight:400;position:relative;z-index:1}.blog-single blockquote p:not(:last-child),.blog-single .wp-block-quote p:not(:last-child){margin-bottom:16px}.blog-single blockquote cite,.blog-single .wp-block-quote cite{display:block;margin-top:16px;font-size:14px;color:#666;font-style:normal;font-weight:600}.blog-single blockquote cite::before,.blog-single .wp-block-quote cite::before{content:'— '}@media (max-width:767px){.blog-single blockquote,.blog-single .wp-block-quote{padding:28px 32px;margin:24px 0}.blog-single blockquote::before,.blog-single .wp-block-quote::before{font-size:48px;top:12px;left:16px}.blog-single blockquote p,.blog-single .wp-block-quote p{font-size:16px}}.blog-single table,.blog-single .wp-block-table table{width:100%;margin:0;border-collapse:separate;border-spacing:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgb(0 0 0 / .08);border:1px solid #E5E5E5}.blog-single table.has-fixed-layout,.blog-single .wp-block-table table.has-fixed-layout{table-layout:fixed}.blog-single table thead tr:first-child th:first-child,.blog-single .wp-block-table table thead tr:first-child th:first-child{border-top-left-radius:8px}.blog-single table thead tr:first-child th:last-child,.blog-single .wp-block-table table thead tr:first-child th:last-child{border-top-right-radius:8px}.blog-single table thead tr th,.blog-single .wp-block-table table thead tr th{padding:16px 20px;text-align:left;font-size:14px;font-weight:600;color:#333;background:#F9F9F9;border:1px solid #E5E5E5}.blog-single table thead tr th:not(:last-child),.blog-single .wp-block-table table thead tr th:not(:last-child){border-right:1px solid #E5E5E5}.blog-single table tbody tr:last-child td,.blog-single .wp-block-table table tbody tr:last-child td{border-bottom:none}.blog-single table tbody tr:last-child td:first-child,.blog-single .wp-block-table table tbody tr:last-child td:first-child{border-bottom-left-radius:8px}.blog-single table tbody tr:last-child td:last-child,.blog-single .wp-block-table table tbody tr:last-child td:last-child{border-bottom-right-radius:8px}.blog-single table tbody tr td,.blog-single .wp-block-table table tbody tr td{padding:16px 20px;font-size:14px;line-height:1.6;color:#333;border:1px solid #E5E5E5}.blog-single table tbody tr td:first-child,.blog-single .wp-block-table table tbody tr td:first-child{font-weight:600;color:#1D1D1F}.blog-single table tbody tr td:not(:last-child),.blog-single .wp-block-table table tbody tr td:not(:last-child){border-right:1px solid #E5E5E5}@media (max-width:767px){.blog-single table,.blog-single .wp-block-table table{box-shadow:none;background:#fff0;border:none}.blog-single table thead,.blog-single .wp-block-table table thead{display:none}.blog-single table tbody tr,.blog-single .wp-block-table table tbody tr{display:block;margin-bottom:16px;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgb(0 0 0 / .08);overflow:hidden;border:1px solid #E5E5E5}.blog-single table tbody tr td,.blog-single .wp-block-table table tbody tr td{display:block;padding:14px 20px;border-bottom:1px solid #F0F0F0;border-right:none!important;border-radius:0!important}.blog-single table tbody tr td:first-child,.blog-single .wp-block-table table tbody tr td:first-child{background:#F9F9F9;font-weight:600;color:#333;border-top-left-radius:8px;border-top-right-radius:8px}.blog-single table tbody tr td:last-child,.blog-single .wp-block-table table tbody tr td:last-child{border-bottom:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.blog-single table tbody tr:last-child,.blog-single .wp-block-table table tbody tr:last-child{margin-bottom:0}}.blog-single__sidebar{position:sticky;top:100px;align-self:start;height:fit-content}@media (max-width:991px){.blog-single__sidebar{position:static;width:100%}}.blog-single__sidebar.is-stopped{position:absolute}.blog-single__sidebar-sticky{position:sticky;top:24px;max-height:calc(100vh - 48px);overflow:auto}.blog-single__sidebar .toc{padding:0 16px 1px 0;border-left:1px solid #e7e7e7}@media (max-width:991px){.blog-single__sidebar .toc{padding:0}}.blog-single__sidebar .toc__title{font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px;margin-left:30px}@media (max-width:576px){.blog-single__sidebar .toc__title{margin-left:15px}}.blog-single__sidebar .toc__list{list-style:none;margin:0;padding:0}.blog-single__sidebar .toc__item{transition:background 0.3s ease}.blog-single__sidebar .toc__item .toc__link{transition:color 0.3s ease,font-weight 0.3s ease}.blog-single__sidebar .toc__item.is-active{background:rgb(0 0 0 / .5)}.blog-single__sidebar .toc__item.is-active .toc__link{color:#fed141;font-weight:500}.blog-single__sidebar .toc__item:hover{background:rgb(0 0 0 / .5)}.blog-single__sidebar .toc__item:hover .toc__link{color:#fed141;font-weight:500}.blog-single__sidebar .toc__link{display:block;text-decoration:none;line-height:1.35;padding:8px 0;color:inherit;transition:opacity 0.2s ease,background-color 0.2s ease}.blog-single__sidebar .toc__link:hover{opacity:1;background:rgb(255 255 255 / .08)}.blog-single__sidebar .toc__item{font-size:14px;padding-left:30px}@media (max-width:576px){.blog-single__sidebar .toc__item{padding-left:15px}}.blog-single__sidebar .toc__item::before{content:unset}@media (min-width:992px){.blog-single__sidebar.is-sticky{position:fixed;top:40px;width:400px;max-height:calc(100vh - 40px);overflow:auto;right:calc((100vw - 1352px) / 2 + 39px)}}html{scroll-behavior:smooth}.blog-single__body ol.wp-block-list{list-style:none;padding-left:0;margin:0 0 20px}.blog-single__body ol.wp-block-list>li{position:relative;padding-left:20px;margin:0 0 12px}.blog-single__body ol.wp-block-list>li::before{content:counter(list-item) ".";position:absolute;left:0;top:0;font-weight:700;color:var(--color-primary,#000)}.callback-form{position:relative;z-index:3}@media screen and (max-width:1200px){.callback-form{margin-top:0}}.callback-form .form-container{max-width:1520px;margin:0 auto;padding:30px 170px 30px;background-color:#fff}@media screen and (max-width:1200px){.callback-form .form-container{padding:20px 16px 30px}}.callback-form p{margin-bottom:16px}.callback-form h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1.33333;letter-spacing:-.01em;color:#000;margin-bottom:5px}.callback-form .form-row{display:grid;justify-content:space-between;grid-template-columns:1fr 1fr;width:100%;gap:40px}@media screen and (max-width:680px){.callback-form .form-row{grid-template-columns:1fr;gap:20px}}.callback-form .form-row .form-group{flex:0 0 30%;margin-bottom:20px}.callback-form .form-row .form-group:last-child{margin-bottom:0}.callback-form .form-row .form-group label{display:block;margin-bottom:5px;font-size:14px;color:#333}.callback-form .form-row .form-group input,.callback-form .form-row .form-group textarea{border:1px solid #ddd;width:100%;padding:12px 15px;font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#000}.callback-form .form-row .form-group input::placeholder,.callback-form .form-row .form-group textarea::placeholder{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:16px;line-height:1.5;color:#000}.callback-form .form-row .form-group textarea{resize:vertical;max-height:120px;height:100%}.callback-form .form-submit{text-align:right;width:100%}.callback-form .form-submit .btn-submit{padding:15px 30px;margin-top:-7px;cursor:pointer;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:14px;line-height:1.42857;text-transform:uppercase;text-align:center;color:#000;background-color:#fed141;border:none;width:100%}.callback-form .wpcf7-form .wpcf7-not-valid{border-color:#ff0000!important}.callback-form .wpcf7-not-valid-tip{display:none!important}.callback-form .wpcf7-response-output{font-size:12px;color:#000;font-family:"Raleway-Regular",sans-serif;position:absolute;margin:0!important;width:100%;bottom:-10px}.callback-form .callback-form-inner{position:relative}.callback-form.callback-form--hero{position:relative;overflow:hidden;padding:80px 0}@media (max-width:768px){.callback-form.callback-form--hero{padding:50px 0}}.callback-form.callback-form--hero .callback-form__bg{position:absolute;inset:0;z-index:0}.callback-form.callback-form--hero .callback-form__bg img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.callback-form.callback-form--hero .callback-form__overlay{position:absolute;inset:0;z-index:1}.callback-form.callback-form--hero .form__inner{position:relative;z-index:2;padding:64px;background:rgb(0 0 0 / .6)}@media (max-width:1024px){.callback-form.callback-form--hero .form__inner{padding:32px}}@media (max-width:620px){.callback-form.callback-form--hero .form__inner{padding:16px}}.callback-form.callback-form--hero .form__inner h2{color:#fed141}.callback-form.callback-form--hero .form__inner p{color:#fff}.callback-form.callback-form--hero .wpcf7-response-output{color:#fff}@media (max-width:680px){.callback-form.callback-form--hero .wpcf7-response-output{position:inherit}}.products-section{display:grid;grid-template-columns:1fr 1fr 1fr;background-color:#000}@media screen and (max-width:768px){.products-section{grid-template-columns:1fr;justify-content:center}}.products-section .product{text-align:center;color:#fff;padding-top:100px;position:relative;border-left:1px solid #fff;display:flex;flex-direction:column;align-items:center;overflow:hidden;transition:all 0.3s linear}@media screen and (max-width:768px){.products-section .product{border-left:0;border-top:1px solid #fff;padding-top:60px}}.products-section .product:first-child{border:none}.products-section .product img{max-width:100%;height:auto;display:block;width:100%;height:auto;object-fit:cover;opacity:.6;transition:transform 0.3s linear}.products-section .product h3{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:30px;line-height:1.33333;letter-spacing:-.01em;text-align:center;color:#fff;margin-bottom:30px;display:flex;flex-direction:column;position:relative;width:100%}.products-section .product h3 span{font-size:12px;font-family:"Raleway-Regular",sans-serif;font-weight:400;margin-top:10px;display:none;position:absolute;bottom:-21px;left:50%;transform:translateX(-50%);width:100%;text-transform:uppercase;color:#fed141}.products-section .product p{max-width:440px;width:100%;font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:.02em;text-align:center;color:#fff;margin:0 auto;padding:0 24px;position:relative;z-index:2}.products-section .product:hover h3 span{transition:transform 0.3s ease;display:block}.products-section .product:hover img{transform:scale(1.15)}.other-products{background-color:#000}.other-products__title{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1.2;color:#fff;text-align:center;padding:60px 24px 40px}.other-products__grid{display:grid}.other-products__grid--col-2{grid-template-columns:repeat(2,1fr)}.other-products__grid--col-3{grid-template-columns:repeat(3,1fr)}.other-products__grid--col-4{grid-template-columns:repeat(4,1fr)}.other-products__grid--col-auto{grid-template-columns:repeat(3,1fr)}@media screen and (max-width:768px){.other-products__grid{grid-template-columns:1fr!important;justify-content:center}}.other-products__item{text-align:center;color:#fff;padding-top:100px;position:relative;border-left:1px solid #fff;display:flex;flex-direction:column;align-items:center;overflow:hidden;transition:all 0.3s linear;text-decoration:none}@media screen and (max-width:768px){.other-products__item{border-left:0;border-top:1px solid #fff;padding-top:60px}}.other-products__item:first-child{border:none}.other-products__item img{max-width:100%;height:auto;display:block;width:100%;object-fit:cover;opacity:.6;transition:transform 0.3s linear}.other-products__item:hover .other-products__item-title .other-products__link-label{transition:transform 0.3s ease;display:block}.other-products__item:hover img{transform:scale(1.15)}.other-products__item-title{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:30px;line-height:1.33333;letter-spacing:-.01em;text-align:center;color:#fff;margin-bottom:30px;display:flex;flex-direction:column;position:relative;width:100%}.other-products__link-label{font-size:12px;font-family:"Raleway-Regular",sans-serif;font-weight:400;margin-top:10px;display:none;position:absolute;bottom:-21px;left:50%;transform:translateX(-50%);width:100%;text-transform:uppercase;color:#fed141}.other-products__item-content{max-width:440px;width:100%;font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:.02em;text-align:center;color:#fff;margin:0 auto;padding:0 24px;position:relative;z-index:2}.gallery-section{padding:60px 0 0 0}.gallery-section .gallery-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:60px}@media screen and (max-width:600px){.gallery-section .gallery-header{margin-bottom:24px}}.gallery-section .gallery-header-row{display:flex;justify-content:space-between;align-items:center;width:100%}@media screen and (max-width:600px){.gallery-section .gallery-header-row{flex-direction:column;align-items:flex-start;gap:24px}}.gallery-section .gallery-header h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1.11111;color:#000}.gallery-section .gallery-header .view-all-btn{display:flex;align-items:center;padding:10px 20px;background-color:#f9c500;color:#000;text-decoration:none;font-weight:700;border-radius:5px}.gallery-section .gallery-header .view-all-btn span{margin-left:10px;font-size:20px}.gallery-section .gallery-header .view-all-btn:hover{background-color:#f8a300}.gallery-section .swiper{margin-top:20px}@media screen and (max-width:600px){.gallery-section .swiper .swiper-button-next{right:16px}.gallery-section .swiper .swiper-button-prev{left:16px}}.gallery-section .swiper .swiper-slide{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 0 30% 0;height:auto;position:relative;border-left:1px solid #fff;overflow:hidden;transition:transform 0.3s ease}@media screen and (max-width:768px){.gallery-section .swiper .swiper-slide{padding:0 0 65% 0}}@media screen and (max-width:600px){.gallery-section .swiper .swiper-slide{padding:0 0 100% 0}}.gallery-section .swiper .swiper-slide::before{content:"";display:block;width:100%;height:100%;background:linear-gradient(180deg,#fff0 25%,#000 100%);position:absolute;top:0;left:0;z-index:1;pointer-events:none}.gallery-section .swiper .swiper-slide.first-slide{border:none}.gallery-section .swiper .swiper-slide img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.gallery-section .swiper .swiper-slide img::after{content:"";display:block;width:100%;height:100%;background:linear-gradient(215deg,rgb(0 0 0 / .4) 0%,#000 100%);position:absolute;bottom:0;left:0}.gallery-section .swiper .swiper-slide:hover img{transform:scale(1.15)}.gallery-section .swiper .swiper-slide .gallery-text{position:absolute;bottom:40px;z-index:5;left:16px;right:16px;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:16px;line-height:1.5;color:#fff;text-align:left}@media screen and (max-width:768px){.gallery-section .swiper .swiper-slide .gallery-text{bottom:20px;font-size:14px}}@media screen and (min-width:1300px){.gallery-section .swiper .swiper-slide .gallery-text{left:50px;right:50px;font-size:20px;line-height:1.5}}.gallery-section .swiper .swiper-slide .gallery-caption{margin-top:10px;background-color:rgb(0 0 0 / .6);color:#fff;padding:10px;border-radius:0 0 5px 5px}.gallery-section .swiper .swiper-slide .gallery-caption p{margin:0;font-size:14px}.gallery-section .swiper .swiper-button-next,.gallery-section .swiper .swiper-button-prev{color:#000}.gallery-section .swiper .swiper-pagination-bullet{background:#000}.testimonial-section{padding:70px 0;position:relative}.testimonial-section::before{content:"";display:block;width:100%;height:100%;background:linear-gradient(215deg,rgb(0 0 0 / .4) 0%,#000 100%);position:absolute;top:0;left:0;z-index:1;pointer-events:none}.testimonial-section .container{position:relative}.testimonial-section .container .swiper-button-next{right:-40px}.testimonial-section .container .swiper-button-prev{left:-50px}.testimonial-section .testimonial-header{position:relative;z-index:5}.testimonial-section .testimonial-header h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1;letter-spacing:.02em;color:#fff;margin-bottom:70px}.testimonial-section .testimonial-swiper{position:relative;margin-top:20px;z-index:5}.testimonial-section .testimonial-swiper .testimonial-content{color:#fff}.testimonial-section .testimonial-swiper .testimonial-content p{font-family:"Raleway-Regular",sans-serif;font-style:italic;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:.02em;color:#fff;margin-bottom:15px}@media screen and (min-width:1025px){.testimonial-section .testimonial-swiper .testimonial-content p{font-size:20px}}.testimonial-section .testimonial-swiper .testimonial-content .testimonials__author{font-family:"Raleway-Bold",sans-serif;font-style:italic;font-size:18px;line-height:1.5;letter-spacing:.02em;color:#fff;font-weight:700}@media screen and (min-width:1025px){.testimonial-section .testimonial-swiper .testimonial-content .testimonials__author{font-size:20px}}.testimonial-section .testimonial-swiper .swiper-button-next,.testimonial-section .testimonial-swiper .swiper-button-prev{color:#fff;width:30px;height:30px;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.testimonial-section .testimonial-swiper .swiper-button-next:hover,.testimonial-section .testimonial-swiper .swiper-button-prev:hover{color:#ff0}.testimonial-section .testimonial-swiper .swiper-button-next{right:10px}.testimonial-section .testimonial-swiper .swiper-button-prev{left:10px}.testimonial-section .testimonial-all-section{position:relative;z-index:2}.testimonial-section .testimonial-all-section .testimonial-button{display:flex;justify-content:center}.testimonial-section .testimonial-swiper-wrap{margin-bottom:50px}.popup-section .popup-container{position:absolute;background:#fff;height:auto;max-width:800px;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);padding:32px}@media (max-width:992px){.popup-section .popup-container{width:90%;padding:20px}}@media (max-width:480px){.popup-section .popup-container{width:90%;padding:16px}}.popup-section .mfp-close-wrap{background-color:#fed141;height:40px;width:40px;position:absolute;right:15px;top:15px;cursor:pointer;border-radius:50%}@media (max-width:480px){.popup-section .mfp-close-wrap{top:9px;right:9px}}.popup-section .mfp-close{text-align:center;font-size:48px;font-family:"Raleway-Regular",sans-serif;font-weight:400;color:#000;opacity:1!important;position:absolute;top:-4px;width:15px;height:15px;left:41%;transform:translate(-50%,-50%);line-height:normal}.popup-section.contact-callback-form h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1.33333;letter-spacing:-.01em;color:#000;margin-bottom:5px}@media (max-width:620px){.popup-section.contact-callback-form h2{font-size:24px}}.popup-section.contact-callback-form p{margin-bottom:15px}.popup-section.contact-callback-form .form-row{display:grid;justify-content:space-between;grid-template-columns:1fr 1fr;width:100%;gap:40px}@media screen and (max-width:680px){.popup-section.contact-callback-form .form-row{grid-template-columns:1fr;gap:20px}}.popup-section.contact-callback-form .form-row .form-group{flex:0 0 30%;margin-bottom:20px}.popup-section.contact-callback-form .form-row .form-group:last-child{margin-bottom:0}.popup-section.contact-callback-form .form-row .form-group label{display:block;margin-bottom:5px;font-size:14px;color:#333}.popup-section.contact-callback-form .form-row .form-group input,.popup-section.contact-callback-form .form-row .form-group textarea{border:1px solid #ddd;width:100%;padding:12px 15px;font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#000}.popup-section.contact-callback-form .form-row .form-group input::placeholder,.popup-section.contact-callback-form .form-row .form-group textarea::placeholder{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:16px;line-height:1.5;color:#000}.popup-section.contact-callback-form .form-row .form-group textarea{resize:vertical;max-height:120px;height:100%}.popup-section.contact-callback-form .form-submit{text-align:right;width:100%}.popup-section.contact-callback-form .form-submit .btn-submit{padding:15px 30px;margin-top:-7px;cursor:pointer;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:14px;line-height:1.42857;text-transform:uppercase;text-align:center;color:#000;background-color:#fed141;border:none;width:100%}.popup-section.contact-callback-form .wpcf7-form .wpcf7-not-valid{border-color:#ff0000!important}.popup-section.contact-callback-form .wpcf7-not-valid-tip{display:none!important}.popup-section.contact-callback-form .wpcf7-response-output{font-size:12px;color:#000;font-family:"Raleway-Regular",sans-serif;position:absolute;margin:0!important;width:100%;bottom:-10px;line-height:12px}.popup-section.contact-callback-form .callback-form-inner{position:relative}@keyframes popup_fadein{from{transform:scale(.5,.5)}to{transform:scale(1,1)}}@keyframes popup_fadeout{from{transform:scale(1,1)}to{transform:scale(.5,.5)}}.simple-carousel-section{padding:70px 0 0 0}.simple-carousel-section .simple-carousel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:60px}@media screen and (max-width:600px){.simple-carousel-section .simple-carousel-header{margin-bottom:24px}}.simple-carousel-section .simple-carousel-header-row{display:flex;align-items:self-start;width:100%;flex-direction:column}@media screen and (max-width:600px){.simple-carousel-section .simple-carousel-header-row{flex-direction:column;align-items:flex-start}}.simple-carousel-section .simple-carousel-header h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1.11111;color:#000;margin-bottom:24px}.simple-carousel-section .simple-carousel-header .view-all-btn{display:flex;align-items:center;padding:10px 20px;background-color:#f9c500;color:#000;text-decoration:none;font-weight:700;border-radius:5px}.simple-carousel-section .simple-carousel-header .view-all-btn span{margin-left:10px;font-size:20px}.simple-carousel-section .simple-carousel-header .view-all-btn:hover{background-color:#f8a300}.simple-carousel-section .swiper{margin-top:20px}@media screen and (max-width:600px){.simple-carousel-section .swiper .swiper-button-next{right:16px}.simple-carousel-section .swiper .swiper-button-prev{left:16px}}.simple-carousel-section .swiper .swiper-slide{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 0 36% 0;height:auto;position:relative;border-left:1px solid #00000029;overflow:hidden;transition:transform 0.3s ease}@media screen and (max-width:1024px){.simple-carousel-section .swiper .swiper-slide{padding:0 0 40% 0}}@media screen and (max-width:768px){.simple-carousel-section .swiper .swiper-slide{padding:0 0 75% 0}}@media screen and (max-width:600px){.simple-carousel-section .swiper .swiper-slide{padding:0 0 100% 0}}.simple-carousel-section .swiper .swiper-slide.first-slide{border:none}.simple-carousel-section .swiper .swiper-slide img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;transition:transform 0.3s ease;padding-bottom:120px}@media screen and (max-width:1024px){.simple-carousel-section .swiper .swiper-slide img{padding-bottom:80px}}.simple-carousel-section .swiper .swiper-slide .simple-carousel-wrap{display:flex;flex-direction:column;position:absolute;bottom:40px;left:50%;align-items:center;transform:translateX(-50%);width:100%}@media screen and (max-width:1024px){.simple-carousel-section .swiper .swiper-slide .simple-carousel-wrap{bottom:20px}}.simple-carousel-section .swiper .swiper-slide .simple-carousel-wrap .title-carousel{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:18px;line-height:1.5;color:#000}@media screen and (max-width:1200px){.simple-carousel-section .swiper .swiper-slide .simple-carousel-wrap .title-carousel{font-size:16px}}.simple-carousel-section .swiper .swiper-slide .simple-carousel-wrap .sub-title-carousel{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:18px;line-height:1.5;color:#000}@media screen and (max-width:1200px){.simple-carousel-section .swiper .swiper-slide .simple-carousel-wrap .sub-title-carousel{font-size:16px}}.simple-carousel-section .swiper .swiper-button-next,.simple-carousel-section .swiper .swiper-button-prev{color:#000}@media screen and (max-width:1440px){.simple-carousel-section .swiper .swiper-button-next{right:24px}.simple-carousel-section .swiper .swiper-button-prev{left:24px}}.simple-carousel-section .swiper .swiper-pagination-bullet{background:#000}.simple-carousel-section.door-structures .swiper-slide{padding:0 0 32% 0}@media screen and (max-width:1024px){.simple-carousel-section.door-structures .swiper-slide{padding:0 0 40% 0}}@media screen and (max-width:768px){.simple-carousel-section.door-structures .swiper-slide{padding:0 0 75% 0}}@media screen and (max-width:600px){.simple-carousel-section.door-structures .swiper-slide{padding:0 0 100% 0}}.simple-carousel-section.door-structures .swiper-slide img{padding-bottom:50px}@media screen and (max-width:768px){.simple-carousel-section.door-structures .swiper-slide img{padding-bottom:0}}@media screen and (max-width:576px){.simple-carousel-section.door-structures .swiper-slide img{padding-bottom:50px}}.simple-carousel-section.door-structures .simple-carousel-wrap{bottom:24px}.simple-carousel-section.door-handles{background-color:#000}.simple-carousel-section.door-handles .swiper-slide{padding:0 0 37% 0;border-left:1px solid #fff}@media screen and (max-width:1023px){.simple-carousel-section.door-handles .swiper-slide{padding:0 0 50% 0}}@media screen and (max-width:768px){.simple-carousel-section.door-handles .swiper-slide{padding:0 0 70% 0}}@media screen and (max-width:599px){.simple-carousel-section.door-handles .swiper-slide{padding:0 0 100% 0}}.simple-carousel-section.door-handles .swiper-slide img{padding-bottom:129px;object-fit:cover}@media screen and (max-width:768px){.simple-carousel-section.door-handles .swiper-slide img{padding-bottom:80px}}@media screen and (max-width:599px){.simple-carousel-section.door-handles .swiper-slide img{object-fit:contain}}.simple-carousel-section.door-handles h2,.simple-carousel-section.door-handles p{color:#fff}.simple-carousel-section.door-handles .simple-carousel-wrap{padding:0 15px}.simple-carousel-section.door-handles .simple-carousel-wrap .title-carousel{color:#ffffff!important}.our-partners{padding:70px 0;border-top:1px solid rgb(0 0 0 / .08)}.our-partners-header{margin-bottom:40px}.our-partners h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1.11111;color:#000;margin-bottom:15px}.our-partners .c-carousel{overflow-x:hidden;position:relative;width:100%}.our-partners .c-carousel__wrapper.swiper{position:static}.our-partners .c-carousel__inner-wrapper.swiper-wrapper{display:flex;align-items:center}.our-partners .c-carousel img{margin:0 auto;height:120px;object-fit:contain;width:100%}.our-partners .c-carousel__controls{position:absolute;inset:0;display:flex;justify-content:space-between;align-items:center}.our-partners .c-carousel__button--next,.our-partners .c-carousel__button--prev{cursor:pointer}.our-partners .c-carousel__button--prev.swiper-button-disabled,.our-partners .c-carousel__button--next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.our-partners .c-carousel__item.swiper-slide{width:auto;flex-shrink:0;border:1px solid #e6e6e6;border-radius:16px;padding:10px 15px}.loc-strip{background:#fff;padding:80px 0}@media (max-width:768px){.loc-strip{padding:50px 0}}.loc-strip__inner{display:grid;gap:18px}.loc-strip__title{margin:0 0 32px;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1.11;color:#000}.loc-strip__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 24px;align-items:center}@media (max-width:900px){.loc-strip__grid{grid-template-columns:1fr;gap:10px}}.loc-strip__item{display:inline-flex;align-items:center;gap:10px;flex:0 0 30px;position:relative;padding-left:30px}.loc-strip__city{font-weight:600;font-size:21px;line-height:1.43;letter-spacing:.02em;color:#000}.loc-strip__pin::after{content:"";background-image:url(//lionwindows.ca/wp-content/themes/lion-windows/includes/css/../../images/icons/map-pin.svg);background-repeat:no-repeat;width:30px;height:30px;position:absolute;top:0;left:0}.hero-slider{margin-top:-80px}.hero-slider .hero-slider-container{position:relative}.hero-slider .swiper-slide{padding:0 0 32% 0;height:auto;position:relative}@media screen and (max-width:1440px){.hero-slider .swiper-slide{padding:0 0 35% 0}}@media screen and (max-width:1300px){.hero-slider .swiper-slide{padding:0 0 39% 0}}@media screen and (max-width:1024px){.hero-slider .swiper-slide{padding:0 0 50% 0}}@media screen and (max-width:768px){.hero-slider .swiper-slide{padding:0 0 60% 0}}@media screen and (max-width:680px){.hero-slider .swiper-slide{padding:0 0 75% 0;height:450px}}.hero-slider .swiper-slide::after{content:"";display:block;width:100%;height:100%;background:linear-gradient(135deg,#fff0 9.5%,#000 90.5%);position:absolute;bottom:0;right:0;z-index:1}.hero-slider .swiper-slide img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.hero-slider .swiper-slide .hero-slider-content{position:absolute;top:53%;right:18%;z-index:2;color:#fff;max-width:600px;transform:translateY(-50%);width:100%}@media screen and (max-width:992px){.hero-slider .swiper-slide .hero-slider-content{transform:translate(-50%,-50%);right:0;left:50%;padding:0 16px}}@media screen and (max-width:680px){.hero-slider .swiper-slide .hero-slider-content{top:55%}}.hero-slider .swiper-slide .hero-slider-content h2{position:relative;z-index:2;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:48px;line-height:1;color:#fed141;margin-bottom:30px}.hero-slider .swiper-slide .hero-slider-content .hero-slider-simple-text{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:21px;line-height:1.42857;color:#fff;margin-bottom:30px}@media screen and (max-width:992px){.hero-slider .swiper-slide .hero-slider-content .hero-slider-simple-text{font-size:16px}}@media (max-width:680px){.hero-slider .swiper-button-next,.hero-slider .swiper-button-prev{display:none!important}}.single-products .hero-section .hero-section-image{position:relative;height:100vh}.single-products .hero-section .hero-section-image::after{content:"";background:linear-gradient(135deg,#fff0 9.5%,#000 90.5%);position:absolute;width:100%;height:100%;top:0;left:0}.hero-section{background-position:center;background-size:cover;position:relative;margin-top:-80px}.hero-section .hero-section-image{position:relative;height:550px}.hero-section .hero-section-image::after{content:"";background:linear-gradient(135deg,#fff0 9.5%,#000 90.5%);position:absolute;width:100%;height:100%;top:0;left:0}.hero-section .hero-second-image{position:relative;z-index:2}@media screen and (max-width:991px){.hero-section .hero-second-image{display:none}}.hero-section .hero-content{position:absolute;top:50%;right:20%;z-index:2;color:#fff;max-width:480px;transform:translateY(-50%);width:100%}@media screen and (max-width:992px){.hero-section .hero-content{transform:translate(-50%,-50%);right:0;left:50%;padding:0 16px}}.hero-section .hero-content h1{position:relative;z-index:2;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:48px;line-height:1;color:#fed141;margin-bottom:20px}.hero-section .hero-content .hero-section__text p{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:21px;line-height:1.42857;color:#fff;margin-bottom:30px}@media screen and (max-width:992px){.hero-section .hero-content .hero-section__text p{font-size:16px}}.hero-section .hero-second-image{margin-bottom:-230px}.contact-section{padding:70px 0;background-color:#000}.contact-section-inner{display:flex;justify-content:space-between;display:grid;grid-template-columns:1fr 1fr;gap:60px}@media screen and (min-width:1350px){.contact-section-inner{gap:230px}}@media screen and (max-width:1024px){.contact-section-inner{grid-template-columns:1fr;gap:32px}}.contact-section .contact-info h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:24px;color:#fff;margin-bottom:30px}.contact-section .contact-info ul{list-style-type:none;padding:0;margin:0}.contact-section .contact-info ul li{padding:10px 0;border-bottom:1px solid #444;display:flex;justify-content:space-between;padding-right:75px}.contact-section .contact-info ul li:last-child{border-bottom:none}@media screen and (max-width:1024px){.contact-section .contact-info ul li{padding-right:0}}.contact-section .contact-info ul li h3{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.875;margin:0}.contact-section .contact-info ul li p{margin:0;font-weight:400;font-size:18px;line-height:1.66667;text-decoration:none;color:#fff}.contact-section .contact-info ul li p a{font-weight:400;font-size:18px;line-height:1.66667;text-decoration:none;color:#fff}.contact-section .address-block{margin-top:50px}@media screen and (max-width:1024px){.contact-section .address-block{margin-top:10px}}.contact-section .address-block h2{margin-bottom:10px}.contact-section .address-block p{margin:0;font-weight:400;font-size:16px!important;line-height:1.66667;text-decoration:none;color:#fff;font-family:"Raleway-Regular",sans-serif}.contact-section .address-block li.address{padding-right:0;font-weight:400;font-size:16px!important;line-height:1.66667;text-decoration:none;color:#fff;font-family:"Raleway-Regular",sans-serif}.contact-section .map{width:100%}.contact-section .map iframe{width:100%}.mission-vision{padding:100px 0 80px 0;background:#fff}@media (max-width:992px){.mission-vision{padding:64px 0}}.mission-vision-row{display:grid;flex-wrap:wrap;grid-template-columns:1fr 1fr;gap:0 80px}@media (min-width:1200px){.mission-vision-row{gap:0 190px}}@media (max-width:992px){.mission-vision-row{grid-template-columns:1fr;gap:32px 0}}.mission-vision p{letter-spacing:.02em;margin-bottom:20px}.mission-vision.one-col .mission-vision-row{grid-template-columns:1fr;gap:0 80px}.mission-vision .content-block{flex:0 0 48%;margin-bottom:20px}.mission-vision .content-block h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1.11111;color:#000;margin-bottom:24px}@media (max-width:768px){.mission-vision .content-block{flex:0 0 100%}}.simple-block{padding:80px 0}@media (max-width:992px){.simple-block{padding:64px 0}}.simple-block h2,.simple-block h3,.simple-block h4,.simple-block h5,.simple-block h6{color:#000;margin-bottom:16px}.simple-block h2{position:relative;padding-bottom:24px;margin-bottom:30px;font-size:36px;line-height:1.11111}.simple-block h2::after{content:"";display:block;width:100px;height:3px;background-color:rgb(94 95 97 / .2);position:absolute;bottom:0}.simple-block p{margin-bottom:16px}.simple-block h3{font-size:24px;line-height:32px}@media screen and (min-width:650px){.simple-block h3{font-size:28px;line-height:32px}}.simple-block h4{font-size:18px;line-height:26px}@media screen and (min-width:1025px){.simple-block h4{font-size:24px;line-height:38px}}.simple-block h5{font-size:16px;line-height:24px}@media screen and (min-width:1025px){.simple-block h5{font-size:18px;line-height:24px}}.simple-block h6{font-size:14px;line-height:22px}@media screen and (min-width:1025px){.simple-block h6{font-size:16px;line-height:22px}}.simple-block p,.simple-block li{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.02em;color:#000;margin-bottom:15px}.simple-block ul li{color:#000;font-family:"Raleway-Regular",sans-serif;font-size:16px;line-height:24px;font-style:normal;font-weight:400;letter-spacing:-.3px;margin-bottom:16px;padding-left:16px;position:relative}.simple-block ul li:before{content:'';display:inline-block;width:1em;margin-right:12px;background:#fed141;border-radius:50%;width:8px;height:8px;left:0;top:50%;position:absolute;transform:translateY(-50%)}.simple-block ol{counter-reset:list-counter}.simple-block ol li{position:relative;padding-left:16px;font-family:"Raleway-Regular",sans-serif}.simple-block ol li:before{counter-increment:list-counter;content:counter(list-counter) ". ";display:inline-block;left:0;top:0;position:absolute;font-family:"Raleway-Regular",sans-serif}.simple-block a{color:#24309E;opacity:1}