/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
: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-shadow:none;--f-button-transition:all .15s ease;--f-button-transform:none;--f-button-outline-width:1px;--f-button-outline-color:rgba(0,0,0,.7);--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-opacity:1;--f-button-svg-disabled-opacity:.5;--f-button-svg-transition:opacity .15s ease;--f-button-svg-transform:none}.f-button{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);transform:var(--f-button-transform);transition:var(--f-button-transition);backdrop-filter:var(--f-button-backdrop-filter);display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;pointer-events:all;cursor:pointer;overflow:hidden}@media (hover:hover){.f-button:hover:not([aria-disabled]){color:var(--f-button-hover-color,var(--f-button-color));background-color:var(--f-button-hover-bg,var(--f-button-bg))}}.f-button:active:not([aria-disabled]){color:var(--f-button-active-color,var(--f-button-hover-color,var(--f-button-color)));background-color:var(--f-button-active-bg,var(--f-button-hover-bg,var(--f-button-bg)))}.f-button:focus{outline:none}.f-button:focus-visible{outline:var(--f-button-outline-width) solid var(--f-button-outline-color);outline-offset:var(--f-button-outline-offset);position:relative;z-index:1}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);transform:var(--f-button-svg-transform);fill:var(--f-button-svg-fill);filter:var(--f-button-svg-filter);opacity:var(--f-button-svg-opacity,1);transition:var(--f-button-svg-transition);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.f-button[aria-disabled]{cursor:default}.f-button[aria-disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}:root{--f-spinner-color-1:rgba(0,0,0,.1);--f-spinner-color-2:rgba(17,24,28,.8);--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-border-radius:50%;--f-spinner-border-width:4px}.f-spinner{position:absolute;top:50%;left:50%;margin:calc(var(--f-spinner-width) * -.5) 0 0 calc(var(--f-spinner-height) * -.5);padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height);border-radius:var(--f-spinner-border-radius);border:var(--f-spinner-border-width) solid var(--f-spinner-color-1);border-top-color:var(--f-spinner-color-2);animation:f-spinner .75s linear infinite,f-fadeIn .2s ease .2s both}@keyframes f-spinner{to{transform:rotate(360deg)}}.f-panzoom,.f-zoomable{position:relative;overflow:hidden;display:flex;align-items:center;flex-direction:column}.f-panzoom:before,.f-panzoom:after,.f-zoomable:before,.f-zoomable:after{display:block;content:""}.f-panzoom:not(.has-controls):before,.f-zoomable:not(.has-controls):before{margin-bottom:auto}.f-panzoom:after,.f-zoomable:after{margin-top:auto}.f-panzoom__wrapper{position:relative;min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__wrapper.will-zoom-out{cursor:zoom-out}.f-panzoom__wrapper.can-drag{cursor:move;cursor:grab}.f-panzoom__wrapper.will-zoom-in{cursor:zoom-in}.f-panzoom__wrapper.is-dragging{cursor:move;cursor:grabbing}.f-panzoom__wrapper.has-error{display:none}.f-panzoom__content{min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__content.is-lazyloading,.f-panzoom__content.has-lazyerror{visibility:hidden}img.f-panzoom__content{vertical-align:top;object-fit:contain;transition:none;user-select:none}.f-panzoom__wrapper>img.f-panzoom__content{visibility:hidden}.f-panzoom__viewport{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.f-panzoom__viewport>.f-panzoom__content{display:block;width:100%;height:100%;object-fit:fill}picture.f-panzoom__content img{vertical-align:top;width:100%;height:auto;max-height:100%;object-fit:contain;transition:none;user-select:none}.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration,.2s) * .2) ease calc(var(--f-transition-duration,.2s) * .8) both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.is-horizontal .f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNextX}.is-horizontal .f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrevX}.is-horizontal .f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNextX}.is-horizontal .f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevX}@keyframes f-slideInPrevX{0%{transform:translate(calc(100% + var(--f-carousel-gap,0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextX{0%{transform:translate(calc(-100% - var(--f-carousel-gap,0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextX{to{transform:translate(calc(-100% - var(--f-carousel-gap,0)))}}@keyframes f-slideOutPrevX{to{transform:translate(calc(100% + var(--f-carousel-gap,0)))}}.is-vertical .f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNextY}.is-vertical .f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrevY}.is-vertical .f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNextY}.is-vertical .f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevY}@keyframes f-slideInPrevY{0%{transform:translateY(calc(100% + var(--f-carousel-gap,0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextY{0%{transform:translateY(calc(-100% - var(--f-carousel-gap,0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextY{to{transform:translateY(calc(-100% - var(--f-carousel-gap,0)))}}@keyframes f-slideOutPrevY{to{transform:translateY(calc(100% + var(--f-carousel-gap,0)))}}.f-zoomInUp{animation:var(--f-transition-duration,.3s) ease both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.3s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(var(--f-zoomInUp-scale,.975)) translate3d(var(--f-zoomInUp-x,0),var(--f-zoomInUp-y,16px),0);opacity:var(--f-zoomInUp-opacity,0)}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(var(--f-zoomOutDown-scale,.975)) translate3d(var(--f-zoomOutDown-x,0),var(--f-zoomOutDown-y,16px),0);opacity:0}}.f-throwOutUp{animation:var(--f-throwOutUp-duration,.2s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throwOutDown-duration,.2s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throwOutUp-y,150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throwOutDown-y,150px),0);opacity:0}}.f-carousel__slide.has-html{overflow:auto}.f-html{position:relative;margin:var(--f-html-margin,0);padding:var(--f-html-padding,2rem);color:var(--f-html-color,currentColor);background:var(--f-html-bg)}.f-html.is-error{text-align:center}.has-iframe .f-html,.has-pdf .f-html,.has-gmap .f-html{box-sizing:border-box;min-height:1px;overflow:visible;width:100%;height:100%}.has-pdf .f-html,.has-gmap .f-html{padding:0}.f-iframe{display:block;margin:0;border:0;height:100%;width:100%}.f-caption{align-self:center;flex-shrink:0;max-width:100%;max-height:calc(80vh - 100px);overflow:auto;margin:var(--f-caption-margin);padding:var(--f-caption-padding,16px 4px);overflow-wrap:anywhere;line-height:var(--f-caption-line-height);color:var(--f-caption-color);background:var(--f-caption-bg);font:var(--f-caption-font)}.has-html5video .f-html,.has-youtube .f-html,.has-vimeo .f-html{padding:0;width:100%;height:100%;max-width:var(--f-video-width,960px);max-height:var(--f-video-height,540px);aspect-ratio:var(--f-video-aspect-ratio);min-height:1px;overflow:visible;background:var(--f-video-bg,rgba(0,0,0,.9))}.f-html5video{border:0;display:block;height:100%;width:100%;background:transparent}.f-button.is-arrow{--f-button-width:var(--f-arrow-width,46px);--f-button-height:var(--f-arrow-height,46px);--f-button-svg-width:var(--f-arrow-svg-width,24px);--f-button-svg-height:var(--f-arrow-svg-height,24px);--f-button-svg-stroke-width:var(--f-arrow-svg-stroke-width,1.75);--f-button-border-radius:var(--f-arrow-border-radius,unset);--f-button-bg:var(--f-arrow-bg,transparent);--f-button-hover-bg:var(--f-arrow-hover-bg,var(--f-arrow-bg));--f-button-active-bg:var(--f-arrow-active-bg,var(--f-arrow-hover-bg));--f-button-shadow:var(--f-arrow-shadow);--f-button-color:var(--f-arrow-color);--f-button-hover-color:var(--f-arrow-hover-color,var(--f-arrow-color));--f-button-active-color:var(--f-arrow-active-color,var(--f-arrow-hover-color));overflow:visible}.f-button.is-arrow.is-prev,.f-button.is-arrow.is-next{position:absolute;transform:translate(0);z-index:20}.is-horizontal .f-button.is-arrow.is-prev,.is-horizontal .f-button.is-arrow.is-next{inset:50% auto auto;transform:translateY(-50%)}.is-horizontal.is-ltr .f-button.is-arrow.is-prev{left:var(--f-arrow-pos,0)}.is-horizontal.is-ltr .f-button.is-arrow.is-next{right:var(--f-arrow-pos,0)}.is-horizontal.is-rtl .f-button.is-arrow.is-prev{right:var(--f-arrow-pos,0);transform:translateY(-50%) rotateY(180deg)}.is-horizontal.is-rtl .f-button.is-arrow.is-next{left:var(--f-arrow-pos,0);transform:translateY(-50%) rotateY(180deg)}.is-vertical.is-ltr .f-button.is-arrow.is-prev,.is-vertical.is-rtl .f-button.is-arrow.is-prev{top:var(--f-arrow-pos,0);right:auto;bottom:auto;left:50%;transform:translate(-50%)}.is-vertical.is-ltr .f-button.is-arrow.is-next,.is-vertical.is-rtl .f-button.is-arrow.is-next{top:auto;right:auto;bottom:var(--f-arrow-pos,0);left:50%;transform:translate(-50%)}.is-vertical .f-button.is-arrow.is-prev svg,.is-vertical .f-button.is-arrow.is-next svg{transform:rotate(90deg)}.f-carousel__toolbar{--f-progressbar-height:100%;display:grid;grid-template-columns:1fr auto 1fr;margin:var(--f-toolbar-margin,0);padding:var(--f-toolbar-padding,8px);line-height:var(--f-toolbar-line-height);background:var(--f-toolbar-bg,none);box-shadow:var(--f-toolbar-shadow,none);backdrop-filter:var(--f-toolbar-backdrop-filter);position:relative;z-index:20;color:var(--f-toolbar-color,currentColor);font-size:var(--f-toolbar-font-size,17px);font-weight:var(--f-toolbar-font-weight,inherit);font-family:var(--f-toolbar-font,-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif);text-shadow:var(--f-toolbar-text-shadow);text-align:center;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;white-space:nowrap;pointer-events:none}.f-carousel__toolbar.is-absolute{position:absolute;top:0;left:0;right:0}.f-carousel__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start;gap:var(--f-toolbar-gap,0);pointer-events:none}.f-carousel__toolbar__column.is-left{justify-self:flex-start;justify-content:flex-start}.f-carousel__toolbar__column.is-middle{justify-content:center}.f-carousel__toolbar__column.is-right{justify-self:flex-end;justify-content:flex-end;flex-flow:nowrap}.f-carousel__toolbar__column>*{pointer-events:all}.f-carousel:has(.f-carousel__slide.is-fullsize) [data-panzoom-action=toggleFull] g{display:none}[data-autoplay-action=toggle] svg g:first-child{display:flex}[data-autoplay-action=toggle] svg g:last-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:first-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:last-child{display:flex}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child{display:flex}.f-carousel__counter{position:relative;display:flex;flex-direction:row;cursor:default;user-select:none;margin:var(--f-counter-margin,0);padding:var(--f-counter-padding,4px);line-height:var(--f-counter-line-height);background:var(--f-counter-bg);border-radius:var(--f-counter-border-radius)}.f-carousel__counter span{padding:0 var(--f-counter-gap,4px)}:root{--f-thumbs-gap:8px;--f-thumbs-margin:0;--f-thumbs-padding-x:8px;--f-thumbs-padding-y:8px;--f-thumbs-z-index:1;--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-fit:cover;--f-thumb-opacity:1;--f-thumb-transition:opacity .3s ease,transform .15s ease;--f-thumb-border:none;--f-thumb-border-radius:4px;--f-thumb-transfors:none;--f-thumb-shadow:none;--f-thumb-bg:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.05));--f-thumb-focus-shadow:inset 0 0 0 .8px #222,inset 0 0 0 2.25px #fff;--f-thumb-selected-shadow:inset 0 0 0 .8px #222,inset 0 0 0 2.25px #fff}.f-thumbs{--f-carousel-slide-width:calc(var(--f-thumb-width) + var(--f-thumbs-gap));--f-carousel-slide-height:calc(var(--f-thumb-height) + var(--f-thumbs-gap));--f-carousel-gap:0;flex-shrink:0;max-height:calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2);margin:var(--f-thumbs-margin);padding:0;background:var(--f-thumbs-bg);-webkit-tap-highlight-color:transparent;user-select:none;transition:max-height .3s ease;z-index:var(--f-thumbs-z-index);overflow:hidden}.f-thumbs__viewport{margin:var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);overflow:visible;display:grid}.f-thumbs__slide{position:relative;grid-area:1/1;display:flex;align-items:center;flex-direction:column;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);margin:0;padding:calc(var(--f-thumbs-gap) * .5);cursor:pointer;overflow:visible}.f-thumbs__slide:hover button{opacity:var(--f-thumb-hover-opacity,1);transform:var(--f-thumb-hover-transform,none)}.f-thumbs__slide:hover button:after{border:var(--f-thumb-hover-border,none);box-shadow:var(--f-thumb-hover-shadow,var(--f-thumb-shadow))}.f-thumbs__slide button{all:unset;margin:auto;padding:0;position:relative;overflow:visible;width:100%;height:100%;outline:none;transition:var(--f-thumb-transition);border-radius:var(--f-thumb-border-radius);opacity:var(--f-thumb-opacity);transform:var(--f-thumb-transform);background:var(--f-thumb-bg)}.f-thumbs__slide button:after{content:"";position:absolute;inset:0;z-index:1;transition:none;border-radius:inherit;border:var(--f-thumb-border);box-shadow:var(--f-thumb-shadow)}.f-thumbs__slide button:focus-within{opacity:var(--f-thumb-focus-opacity,1);transform:var(--f-thumb-focus-transform,none)}.f-thumbs__slide button:focus-within:after{border:var(--f-thumb-focus-border,none);box-shadow:var(--f-thumb-focus-shadow,var(--f-thumb-shadow))}.f-thumbs__slide:active{opacity:var(--f-thumb-active-opacity,1);transform:var(--f-thumb-active-transform,none)}.f-thumbs__slide:active:after{border:var(--f-thumb-active-border,none);box-shadow:var(--f-thumb-active-shadow,var(--f-thumb-shadow))}.f-thumbs__slide.is-selected{z-index:2}.f-thumbs__slide.is-selected button{opacity:var(--f-thumb-selected-opacity,1);transform:var(--f-thumb-selected-transform,none)}.f-thumbs__slide.is-selected button:after{border:var(--f-thumb-selected-border,none);box-shadow:var(--f-thumb-selected-shadow,var(--f-thumb-shadow))}.f-thumbs__slide img{display:block;width:100%;height:100%;object-fit:var(--f-thumb-fit);border-radius:inherit;pointer-events:none}.f-thumbs__slide img.has-lazyerror{display:none}.f-thumbs.is-modern{--f-thumb-clip-width:46px;--f-thumb-extra-gap:16px;--f-carousel-slide-width:calc(var(--f-thumb-clip-width) + var(--f-thumbs-gap));--f-carousel-slide-height:var(--f-thumb-height);--width-diff:calc((var(--f-thumb-width) - var(--f-thumb-clip-width)))}.f-thumbs.is-modern .f-thumbs__viewport{width:calc(100% + var(--width-diff) * 2);margin-left:calc(var(--width-diff) * -1)}.f-thumbs.is-modern .f-thumbs__slide{--clip-shift:calc((var(--width-diff) * .5) * var(--progress));--clip-path:inset(0 var(--clip-shift) round var(--f-thumb-border-radius,0));padding:0;overflow:visible;left:var(--shift,0);will-change:left;transition:left var(--f-transition-duration) var(--f-transition-easing)}.f-thumbs.is-modern .f-thumbs__slide button{display:block;margin-left:-50%;width:var(--f-thumb-width);clip-path:var(--clip-path);border:none;box-shadow:none;transition:clip-path var(--f-transition-duration) var(--f-transition-easing),opacity var(--f-thumb-transition-duration,.2s) var(--f-thumb-transition-easing,ease)}.f-thumbs.is-modern .f-thumbs__slide button:after{display:none}.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible){outline:none}.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before{content:"";position:absolute;z-index:1;top:0;left:var(--clip-shift);bottom:0;right:var(--clip-shift);transition:border var(--f-transition-duration) var(--f-transition-easing),box-shadow var(--f-transition-duration) var(--f-transition-easing);border-radius:inherit;border:var(--f-thumb-focus-border,none);box-shadow:var(--f-thumb-focus-shadow,none)}.f-thumbs.is-modern{--f-transition-duration:.25s;--f-transition-easing:ease-out}.f-thumbs.is-modern.is-syncing{--f-transition-duration:0s}.f-progressbar{position:absolute;top:0;left:0;right:0;z-index:30;height:var(--f-progressbar-height,3px);transform:scaleX(0);transform-origin:0;background:var(--f-progressbar-color,var(--f-carousel-theme-color,#575ad6));user-select:none;pointer-events:none;animation-name:f-progressbar;animation-play-state:running;animation-timing-function:linear}@keyframes f-progressbar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}[data-fullscreen-action=toggle] svg g:first-child{display:flex}[data-fullscreen-action=toggle] svg g:last-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:last-child{display:flex}.in-fullscreen-mode>.f-carousel{flex:1;min-width:0!important;min-height:0!important}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(--f-body-margin,0px) + var(--f-scrollbar-compensate,0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__dialog{width:100%;height:100vh;max-height:unset;max-width:unset;padding:0;margin:0;border:0;overflow:hidden;background:transparent}.fancybox__dialog:focus{outline:none}.fancybox__dialog::backdrop{opacity:0}@supports (height:100dvh){.fancybox__dialog{height:100dvh}}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-backdrop-bg:rgba(24,24,27,.95);--f-toolbar-margin:0;--f-toolbar-padding:8px;--f-toolbar-gap:0;--f-toolbar-color:#ddd;--f-toolbar-font-size:16px;--f-toolbar-font-weight:500;--f-toolbar-font:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;--f-toolbar-line-height:var(--f-button-height);--f-toolbar-text-shadow:1px 1px 1px rgba(0,0,0,.75);--f-toolbar-shadow:none;--f-toolbar-bg:none;--f-counter-margin:0;--f-counter-padding:0px 10px;--f-counter-gap:4px;--f-counter-line-height:var(--f-button-height);--f-carousel-gap:17px;--f-carousel-slide-width:100%;--f-carousel-slide-height:100%;--f-carousel-slide-padding:0;--f-carousel-slide-bg:unset;--f-html-color:#222;--f-html-bg:#fff;--f-error-color:#fff;--f-error-bg:#333;--f-caption-margin:0;--f-caption-padding:16px 4px;--f-caption-color:var(--fancybox-color,#dbdbdb);--f-caption-bg:transparent;--f-caption-font:inherit;--f-caption-line-height:1.375;--f-spinner-color-1:rgba(255,255,255,.2);--f-spinner-color-2:rgba(255,255,255,.8);--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-border-radius:50%;--f-spinner-border-width:4px;--f-progressbar-color:rgba(255,255,255,.2);--f-button-width:46px;--f-button-height:46px;--f-button-color:#ddd;--f-button-hover-color:#fff;--f-button-outline-width:1px;--f-button-outline-color:rgba(255,255,255,.75);--f-button-outline-offset:0px;--f-button-bg:rgba(54,54,54,.75);--f-button-border:0;--f-button-border-radius:0;--f-button-shadow:none;--f-button-transition:all .2s ease;--f-button-transform:none;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.75;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.01)),drop-shadow(1px 2px 1px rgba(24,24,27,.05));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:.5;--f-arrow-pos:32px;--f-arrow-width:50px;--f-arrow-height:50px;--f-arrow-svg-width:24px;--f-arrow-svg-height:24px;--f-arrow-svg-stroke-width:2;--f-arrow-border-radius:50%;--f-arrow-bg:rgba(54,54,54,.65);--f-arrow-color:#ddd;--f-arrow-hover-color:#fff;--f-thumbs-margin:0px;--f-thumbs-padding-x:8px;--f-thumbs-padding-y:8px;--f-thumbs-bg:none;--f-thumb-transition:all .2s ease;--f-thumb-width:94px;--f-thumb-height:76px;--f-thumb-opacity:1;--f-thumb-border:none;--f-thumb-shadow:none;--f-thumb-transform:none;--f-thumb-focus-opacity:1;--f-thumb-focus-border:none;--f-thumb-focus-shadow:inset 0 0 0 2px rgba(255,255,255,.65);--f-thumb-focus-transform:none;--f-thumb-hover-opacity:1;--f-thumb-hover-border:none;--f-thumb-hover-transform:none;--f-thumb-active-opacity:var(--f-thumb-hover-opacity);--f-thumb-active-border:var(--f-thumb-hover-border);--f-thumb-active-transform:var(--f-thumb-hover-transform);--f-thumb-selected-opacity:1;--f-thumb-selected-border:none;--f-thumb-selected-shadow:inset 0 0 0 2px #fff;--f-thumb-selected-transform:none;position:absolute;inset:0;overflow:hidden;outline:none;display:flex;flex-direction:column}.fancybox__container[theme=light]{--fancybox-color:#222;--fancybox-backdrop-bg:rgba(255,255,255,.97);--f-toolbar-color:var(--fancybox-color,#222);--f-toolbar-text-shadow:none;--f-toolbar-font-weight:400;--f-html-color:var(--fancybox-color,#222);--f-html-bg:#fff;--f-error-color:#555;--f-error-bg:#fff;--f-video-bg:#fff;--f-caption-color:#333;--f-spinner-color-1:rgba(0,0,0,.2);--f-spinner-color-2:rgba(0,0,0,.8);--f-spinner-border-width:3.5px;--f-progressbar-color:rgba(111,111,116,.2);--f-button-color:#333;--f-button-hover-color:#000;--f-button-outline-color:rgba(0,0,0,.85);--f-button-bg:rgba(255,255,255,.85);--f-button-svg-stroke-width:1.3;--f-button-svg-filter:none;--f-arrow-bg:rgba(255,255,255,.85);--f-arrow-color:#333;--f-arrow-hover-color:#000;--f-arrow-svg-stroke-width:1.3;--f-close-button-color:#555;--f-close-button-hover-color:#000;--f-thumb-bg:linear-gradient(#ebeff2,#e2e8f0);--f-thumb-focus-shadow:0 0 0 1.8px #fff,0px 0px 0px 2.25px #888;--f-thumb-selected-shadow:0 0 0 1.8px #fff,0px 0px 0px 2.25px #000}.fancybox__container::backdrop{background-color:transparent}.fancybox__container>*:not(.fancybox__carousel),.fancybox__container .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper,.f-spinner){opacity:var(--f-drag-opacity,1)}.fancybox__container:not(.is-ready,.is-hiding){visibility:hidden}.fancybox__container.is-revealing>*:not(.fancybox__carousel),.fancybox__container.is-revealing .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-revealing .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container.is-revealing .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper,.f-spinner){animation:var(--f-interface-enter-duration,.35s) ease none f-fadeIn}.fancybox__container.is-hiding>*:not(.fancybox__carousel),.fancybox__container.is-hiding .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-hiding .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container.is-hiding .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper){animation:var(--f-interface-exit-duration,.35s) ease forwards f-fadeOut}.fancybox__container.is-idle .f-carousel__toolbar{pointer-events:none;opacity:0}.fancybox__container.is-idle .f-button.is-arrow{opacity:0}.fancybox__container.is-idle.is-ready .f-carousel__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__container.is-idle.is-ready .f-button.is-arrow{animation:.15s ease-out both f-fadeOut}.fancybox__backdrop{position:fixed;inset:0;z-index:-1;background:var(--fancybox-backdrop-bg)}.fancybox__carousel{flex:1;display:flex;flex-direction:column;min-height:0;min-width:0;position:relative;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__carousel.is-vertical{--f-carousel-slide-height:100%}.fancybox__carousel.is-ltr{direction:ltr}.fancybox__carousel.is-rtl{direction:rtl}.fancybox__carousel>.f-button.is-arrow:before{position:absolute;content:"";inset:-30px;z-index:1}.fancybox__carousel>.f-progressbar{background-color:var(--fancybox-color)}.fancybox__viewport{display:grid;flex:1;min-height:0;min-width:0;position:relative;overflow:visible;transform:translate3d(0,var(--f-drag-offset,0),0)}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__viewport [data-selectable],.fancybox__viewport [contenteditable]{cursor:auto}.fancybox__slide{box-sizing:border-box;position:relative;grid-area:1/1;display:flex;align-items:center;flex-direction:column;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);min-width:0;min-height:0;max-width:100%;margin:0;padding:var(--f-carousel-slide-padding);background:var(--f-carousel-slide-bg);backface-visibility:hidden;transform:translateZ(0);will-change:transform}.fancybox__slide:before,.fancybox__slide:after{display:block;content:""}.fancybox__slide:before{margin-bottom:auto}.fancybox__slide:after{margin-top:auto}.fancybox__slide.is-selected{z-index:1}.fancybox__slide.f-zoomable{overflow:visible}.fancybox__slide.has-error{--f-html-color:var(--f-error-color,--f-html-color);--f-html-bg:var(--f-error-bg,--f-html-bg)}.fancybox__slide.has-html{overflow:auto;padding:8px}.fancybox__slide.has-close-btn{padding-top:34px}.fancybox__slide .f-button[data-fancybox-close]{--f-button-width:var(--f-close-button-width,34px);--f-button-height:var(--f-close-button-height,34px);--f-button-border-radius:var(--f-close-border-radius,4px);--f-button-color:var(--f-close-button-color,#fff);--f-button-hover-color:var(--f-close-button-hover-color,#fff);--f-button-bg:var(--f-close-button-bg,transparent);--f-button-hover-bg:var(--f-close-button-hover-bg,transparent);--f-button-active-bg:var(--f-close-button-active-bg,transparent);--f-button-svg-width:var(--f-close-button-svg-width,22px);--f-button-svg-height:var(--f-close-button-svg-height,22px);position:absolute;top:calc(var(--f-button-height) * -1);right:0;z-index:40}.fancybox__slide .f-spinner{cursor:pointer}.fancybox__container.is-closing .f-caption,.fancybox__slide.is-loading .f-caption{visibility:hidden}
*:where(:not(html,iframe,canvas,img,svg,video,audio,em,u,input[type=checkbox],input[type=radio],ol,ul):not(svg *,symbol *)){all:unset;display:revert}*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;height:auto;display:block}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}ul.menu{margin:0}:where([contenteditable]:not([contenteditable=false])){overflow-wrap:break-word}:where([hidden]){display:none}::marker{content:initial}::placeholder{color:unset}table{border-collapse:collapse}textarea{white-space:revert}a,button{cursor:pointer}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-light-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-light-webfont.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-light-italic-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-light-italic-webfont.woff) format("woff");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-regular-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-regular-webfont.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-regular-italic-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-regular-italic-webfont.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-medium-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-medium-webfont.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-medium-italic-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-medium-italic-webfont.woff) format("woff");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-bold-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-bold-webfont.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-bold-italic-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-bold-italic-webfont.woff) format("woff");font-weight:700;font-style:italic;font-display:swap}.commerce-order-item-variation-cart-form-form,.gto-commerce-cart-add-to-cart-product{display:flex;border-radius:4px;background-color:#44b1ea;box-shadow:0 12px 24px -16px #00000052;color:#fff;text-align:center;font-size:1rem;font-style:normal;font-weight:500;line-height:1.25rem;justify-content:flex-start;align-items:center;height:56px;width:100%;max-width:316px;padding:12px 16px}.commerce-order-item-variation-cart-form-form .form-actions,.gto-commerce-cart-add-to-cart-product .form-actions{height:100%}.commerce-order-item-variation-cart-form-form:hover .form-actions.form-actions-modal .add_to_cart_product_button:hover,.gto-commerce-cart-add-to-cart-product:hover .form-actions.form-actions-modal .add_to_cart_product_button:hover{border:1px solid #44B1EA}.commerce-order-item-variation-cart-form-form .field--name-quantity,.gto-commerce-cart-add-to-cart-product .field--name-quantity{display:flex;justify-content:center;align-items:center;max-width:100px}.commerce-order-item-variation-cart-form-form .field--name-quantity:after,.gto-commerce-cart-add-to-cart-product .field--name-quantity:after{content:"";display:flex;width:32px;height:1px;transform:rotate(-90deg);align-items:flex-start;opacity:.32;background-color:#f0f0f0}.commerce-order-item-variation-cart-form-form .field--name-quantity .form-item,.gto-commerce-cart-add-to-cart-product .field--name-quantity .form-item{margin:0;display:flex;align-items:center;justify-content:center}.commerce-order-item-variation-cart-form-form .field--name-quantity .form-item label,.gto-commerce-cart-add-to-cart-product .field--name-quantity .form-item label{display:none}.commerce-order-item-variation-cart-form-form .field--name-quantity .form-item .form-number,.gto-commerce-cart-add-to-cart-product .field--name-quantity .form-item .form-number{width:28px;text-align:center;font-size:1rem;font-style:normal;font-weight:500;line-height:1.25rem;-moz-appearance:textfield}.commerce-order-item-variation-cart-form-form .field--name-quantity .form-item .before,.commerce-order-item-variation-cart-form-form .field--name-quantity .form-item .after,.gto-commerce-cart-add-to-cart-product .field--name-quantity .form-item .before,.gto-commerce-cart-add-to-cart-product .field--name-quantity .form-item .after{display:flex;align-items:center;justify-content:center}.commerce-order-item-variation-cart-form-form .field--name-quantity .form-item .before:before,.commerce-order-item-variation-cart-form-form .field--name-quantity .form-item .after:before,.gto-commerce-cart-add-to-cart-product .field--name-quantity .form-item .before:before,.gto-commerce-cart-add-to-cart-product .field--name-quantity .form-item .after:before{content:"";display:inline-block;background-image:url(/themes/custom/gto/dist/minus.svg);width:16px;height:16px;background-repeat:no-repeat;background-size:cover;background-position:center;margin:auto 0;cursor:pointer}.commerce-order-item-variation-cart-form-form .field--name-quantity .form-item .after:before,.gto-commerce-cart-add-to-cart-product .field--name-quantity .form-item .after:before{background-image:url(/themes/custom/gto/dist/plus.svg)}.commerce-order-item-variation-cart-form-form .form-actions,.gto-commerce-cart-add-to-cart-product .form-actions{margin:0;gap:8px;width:100%;justify-content:center;align-items:center}.commerce-order-item-variation-cart-form-form .form-actions .button--add-to-cart,.commerce-order-item-variation-cart-form-form .form-actions .add_to_cart_button,.gto-commerce-cart-add-to-cart-product .form-actions .button--add-to-cart,.gto-commerce-cart-add-to-cart-product .form-actions .add_to_cart_button{padding:0;width:100%;display:flex;justify-content:center;align-items:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;background-color:transparent;height:100%;min-width:83px;font-family:Ubuntu}@media (min-width:992px){.commerce-order-item-variation-cart-form-form .form-actions .button--add-to-cart,.commerce-order-item-variation-cart-form-form .form-actions .add_to_cart_button,.gto-commerce-cart-add-to-cart-product .form-actions .button--add-to-cart,.gto-commerce-cart-add-to-cart-product .form-actions .add_to_cart_button{font-size:1rem}}.commerce-order-item-variation-cart-form-form .form-actions .add-to-cart-wrapper,.gto-commerce-cart-add-to-cart-product .form-actions .add-to-cart-wrapper{display:flex;justify-content:center;align-items:center;height:100%}.commerce-order-item-variation-cart-form-form .form-actions .add-to-cart-wrapper input,.gto-commerce-cart-add-to-cart-product .form-actions .add-to-cart-wrapper input{cursor:pointer}.commerce-order-item-variation-cart-form-form .form-actions .add-to-cart-wrapper:before,.gto-commerce-cart-add-to-cart-product .form-actions .add-to-cart-wrapper:before{content:"";display:inline-block;background-image:url(/themes/custom/gto/dist/shopping-cart.svg);width:20px;height:20px;flex:0 0 20px;background-repeat:no-repeat;background-size:cover;background-position:center;margin:auto 0}.commerce-order-item-variation-cart-form-form .form-actions .add-to-cart-wrapper .ajax-progress,.gto-commerce-cart-add-to-cart-product .form-actions .add-to-cart-wrapper .ajax-progress{margin:0}.commerce-order-item-variation-cart-form-form div span,.gto-commerce-cart-add-to-cart-product div span{display:none}.gto-commerce-cart-add-to-cart-product.view-mode-teaser .form-actions.form-actions-modal{display:flex}.gto-commerce-cart-add-to-cart-product.view-mode-full:hover{background-color:#44b1ea;color:#fff}.gto-commerce-cart-add-to-cart-product.view-mode-full:hover .form-actions.form-actions-modal .add_to_cart_product_button:before{filter:invert(0)}.gto-commerce-cart-add-to-cart-product.view-mode-comparison_teaser:hover{background-color:#44b1ea;color:#fff}.gto-commerce-cart-add-to-cart-product.view-mode-comparison_teaser:hover .form-actions.form-actions-modal .add_to_cart_product_button:before{filter:invert(0)}.gto-commerce-cart-add-to-cart-product.view-mode-comparison_teaser .field--name-quantity .form-item-quantity input::-webkit-outer-spin-button,.gto-commerce-cart-add-to-cart-product.view-mode-comparison_teaser .field--name-quantity .form-item-quantity input::-webkit-inner-spin-button{-webkit-appearance:none}.gto-commerce-cart-add-to-cart-product.view-mode-comparison_teaser .field--name-quantity .form-item-quantity input[type=number]{-moz-appearance:textfield}
*:where(:not(html,iframe,canvas,img,svg,video,audio,em,u,input[type=checkbox],input[type=radio],ol,ul):not(svg *,symbol *)){all:unset;display:revert}*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;height:auto;display:block}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}ul.menu{margin:0}:where([contenteditable]:not([contenteditable=false])){overflow-wrap:break-word}:where([hidden]){display:none}::marker{content:initial}::placeholder{color:unset}table{border-collapse:collapse}textarea{white-space:revert}a,button{cursor:pointer}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-light-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-light-webfont.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-light-italic-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-light-italic-webfont.woff) format("woff");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-regular-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-regular-webfont.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-regular-italic-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-regular-italic-webfont.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-medium-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-medium-webfont.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-medium-italic-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-medium-italic-webfont.woff) format("woff");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-bold-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-bold-webfont.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Ubuntu;src:url(/themes/custom/gto/fonts/Ubuntu/ubuntu-bold-italic-webfont.woff2) format("woff2"),url(/themes/custom/gto/fonts/Ubuntu/ubuntu-bold-italic-webfont.woff) format("woff");font-weight:700;font-style:italic;font-display:swap}.page-title{display:none}.product__wrapper--main{font-family:Ubuntu;display:flex;flex-direction:column}@media (min-width:768px){.product__wrapper--main{flex-direction:row;gap:18px}}@media (min-width:992px){.product__wrapper--main{gap:48px}}.product__wrapper--main .main-images{display:flex;flex-direction:column;position:relative}.product__wrapper--main .main-images__links{position:absolute;top:25px;right:0;z-index:5;display:flex;justify-content:center;align-items:center;gap:8px}.product__wrapper--main .main-images__links--compare{display:flex;align-items:center;gap:8px;border-radius:64px;border:1px solid #F0F0F0;color:#3d3f4e;font-size:1rem;font-style:normal;font-weight:500;line-height:1.25rem;text-transform:uppercase;background-color:#fff;cursor:pointer}.product__wrapper--main .main-images__links--compare.hidden{display:none}.product__wrapper--main .main-images__links--compare:hover{border:1px solid #44B1EA;color:#44b1ea;transition:.3s}.product__wrapper--main .main-images__links--compare .comparison__button{display:flex;width:24px;cursor:pointer;text-indent:-9999px;-webkit-mask:url(/themes/custom/gto/dist/balance.svg) center center no-repeat;background-color:#3d3f4e;-webkit-mask-size:contain;border-radius:50%;padding:16px 26px;mask-size:24px}.product__wrapper--main .main-images__links--compare .comparison__button.remove-link{width:27px;height:27px;padding:26px;-webkit-mask:url(/themes/custom/gto/dist/balance-active.svg) center center no-repeat}.product__wrapper--main .main-images__links--compare .comparison__button.different-type,.product__wrapper--main .main-images__links--compare .comparison__button.limit-reached{background-color:#b9b9b9}.product__wrapper--main .main-images__links .flag a{display:flex;width:56px;height:56px;border-radius:50%;border:1px solid #F0F0F0;text-indent:-9999px;background:url(/themes/custom/gto/dist/heart-line.svg) center center no-repeat}.product__wrapper--main .main-images__links .flag.action-unflag a{background-image:url(/themes/custom/gto/dist/heart-plain.svg)}.product__wrapper--main .main-images__links .flag .ajax-progress{display:none}.product__wrapper--main .main-images__main{display:flex;flex-direction:column-reverse;margin-bottom:10px}@media (min-width:768px){.product__wrapper--main .main-images__main{padding:0}}.product__wrapper--main .main-images__main:hover{z-index:0}.product__wrapper--main .main-images__main .splide__track{padding:0}.product__wrapper--main .main-images__main .splide__track .splide__slide{height:auto!important;min-height:350px;display:flex;justify-content:center;align-items:center}@media (min-width:768px){.product__wrapper--main .main-images__main .splide__track .splide__slide{height:auto!important}}.product__wrapper--main .main-images__main .splide__track .splide__slide img{width:100%}.product__wrapper--main .main-images__main .splide__arrows{display:flex;gap:8px;justify-content:center;align-items:center;z-index:10}.product__wrapper--main .main-images__main .splide__arrows .splide__arrow{cursor:pointer;padding:10px;border-radius:50%;background:rgba(240,240,240,.8);box-shadow:0 8px 16px -8px #00000029;backdrop-filter:blur(4px);width:50px;height:50px;display:flex;align-items:center;justify-content:center}.product__wrapper--main .main-images__main .splide__arrows .splide__arrow svg{width:16px;height:16px}.product__wrapper--main .main-images__main .splide__arrows .prev-arrow>svg{rotate:180deg}.product__wrapper--main .main-images__additional{max-height:70px}.product__wrapper--main .main-images__additional .splide__track{padding:0;margin:0}.product__wrapper--main .main-images__additional .splide__track .splide__slide{cursor:pointer;max-height:84px;border:1px solid transparent;display:flex;justify-content:center;align-items:center}.product__wrapper--main .main-images__additional .splide__track .splide__slide.is-active{border:1px solid #6A6D87}@media (min-width:768px){.product__wrapper--main .main-images{width:55%}}@media (min-width:992px){.product__wrapper--main .main-images{width:60%}}.product__wrapper--main .main-info__wrapper--tags-rates,.product__wrapper--main .main-info-mobile__wrapper--tags-rates{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:nowrap}.product__wrapper--main .main-info__wrapper--tags-rates .tags-wrapper,.product__wrapper--main .main-info-mobile__wrapper--tags-rates .tags-wrapper{display:flex;gap:8px;flex-direction:row;align-items:center}.product__wrapper--main .main-info__wrapper--tags-rates .tags-wrapper div,.product__wrapper--main .main-info-mobile__wrapper--tags-rates .tags-wrapper div{font-size:.75rem;font-style:normal;font-weight:500;line-height:.875rem;letter-spacing:.015rem;color:#fff;text-transform:uppercase;padding:4px 8px;border-radius:2px;background-color:#3d3f4e;display:inline-block}.product__wrapper--main .main-info__wrapper--tags-rates .tags-wrapper .sell,.product__wrapper--main .main-info-mobile__wrapper--tags-rates .tags-wrapper .sell{background-color:#e15345}.product__wrapper--main .main-info__wrapper--tags-rates .rates-wrapper__wrapper,.product__wrapper--main .main-info-mobile__wrapper--tags-rates .rates-wrapper__wrapper{display:flex;gap:8px}.product__wrapper--main .main-info__wrapper--tags-rates .rates-wrapper__wrapper--rates,.product__wrapper--main .main-info-mobile__wrapper--tags-rates .rates-wrapper__wrapper--rates{display:flex;flex-direction:row;line-height:1.125rem;align-items:center;padding:0;gap:2px}.product__wrapper--main .main-info__wrapper--tags-rates .rates-wrapper__wrapper--rates .star,.product__wrapper--main .main-info-mobile__wrapper--tags-rates .rates-wrapper__wrapper--rates .star{color:#b9b9b9}.product__wrapper--main .main-info__wrapper--tags-rates .rates-wrapper__wrapper--rates .star:before,.product__wrapper--main .main-info-mobile__wrapper--tags-rates .rates-wrapper__wrapper--rates .star:before{font-size:1.5rem;content:"\2605";display:inline-block;width:16px;height:15px}.product__wrapper--main .main-info__wrapper--tags-rates .rates-wrapper__wrapper--rates .full,.product__wrapper--main .main-info-mobile__wrapper--tags-rates .rates-wrapper__wrapper--rates .full{color:#ffb800}.product__wrapper--main .main-info__wrapper--title,.product__wrapper--main .main-info-mobile__wrapper--title{color:#3d3f4e;font-style:normal}.product__wrapper--main .main-info__wrapper--title .field--name-title,.product__wrapper--main .main-info-mobile__wrapper--title .field--name-title{font-size:1.625rem;font-weight:500;line-height:2.625rem}@media (min-width:768px){.product__wrapper--main .main-info__wrapper--title .field--name-title,.product__wrapper--main .main-info-mobile__wrapper--title .field--name-title{font-size:1.875rem}}@media (min-width:992px){.product__wrapper--main .main-info__wrapper--title .field--name-title,.product__wrapper--main .main-info-mobile__wrapper--title .field--name-title{font-size:2.25rem}}.product__wrapper--main .main-info__wrapper--title .sku,.product__wrapper--main .main-info-mobile__wrapper--title .sku{display:flex;align-items:center;font-size:.875rem;font-weight:700;gap:8px}.product__wrapper--main .main-info__wrapper--title .sku .field--name-sku,.product__wrapper--main .main-info-mobile__wrapper--title .sku .field--name-sku{font-weight:400;line-height:1.125rem}.product__wrapper--main .main-info__wrapper--price,.product__wrapper--main .main-info-mobile__wrapper--price{margin:32px 0 40px;font-style:normal;display:flex;flex-direction:column;gap:8px}.product__wrapper--main .main-info__wrapper--price .price-main,.product__wrapper--main .main-info-mobile__wrapper--price .price-main{display:flex;gap:6px;align-content:center;flex-direction:column;justify-content:center}@media (min-width:768px){.product__wrapper--main .main-info__wrapper--price .price-main,.product__wrapper--main .main-info-mobile__wrapper--price .price-main{gap:6px}}.product__wrapper--main .main-info__wrapper--price .price-main__general,.product__wrapper--main .main-info-mobile__wrapper--price .price-main__general{display:flex;gap:12px;align-items:center}.product__wrapper--main .main-info__wrapper--price .price-main__discount,.product__wrapper--main .main-info-mobile__wrapper--price .price-main__discount{border:1px solid #44B1EA;background-color:#44b1ea14;padding:4px 8px;color:#3d3f4e;font-size:.75rem;font-weight:500;line-height:.875rem;letter-spacing:.015rem;height:fit-content}.product__wrapper--main .main-info__wrapper--price .price-main__discount-price,.product__wrapper--main .main-info-mobile__wrapper--price .price-main__discount-price{text-align:center;color:#e15345;font-size:1.125rem;font-weight:400;line-height:2.25rem}@media (min-width:768px){.product__wrapper--main .main-info__wrapper--price .price-main__discount-price,.product__wrapper--main .main-info-mobile__wrapper--price .price-main__discount-price{font-size:1.375rem}}@media (min-width:1366px){.product__wrapper--main .main-info__wrapper--price .price-main__discount-price,.product__wrapper--main .main-info-mobile__wrapper--price .price-main__discount-price{font-size:1.75rem}}.product__wrapper--main .main-info__wrapper--price .price-main__price,.product__wrapper--main .main-info-mobile__wrapper--price .price-main__price{text-align:center;color:#6a6d87;font-size:1.125rem;font-weight:400;line-height:2.25rem}@media (min-width:768px){.product__wrapper--main .main-info__wrapper--price .price-main__price,.product__wrapper--main .main-info-mobile__wrapper--price .price-main__price{font-size:1.375rem}}@media (min-width:1366px){.product__wrapper--main .main-info__wrapper--price .price-main__price,.product__wrapper--main .main-info-mobile__wrapper--price .price-main__price{font-size:1.75rem}}.product__wrapper--main .main-info__wrapper--price .price-main__price.discount,.product__wrapper--main .main-info-mobile__wrapper--price .price-main__price.discount{text-decoration:line-through}.product__wrapper--main .main-info__wrapper--price .price-main__tax-info,.product__wrapper--main .main-info-mobile__wrapper--price .price-main__tax-info,.product__wrapper--main .main-info__wrapper--price .price-last-30-days,.product__wrapper--main .main-info-mobile__wrapper--price .price-last-30-days{color:#6a6d87;font-size:.75rem;font-weight:400;line-height:.875rem;letter-spacing:.015rem}.product__wrapper--main .main-info__wrapper--price .price-last-30-days span,.product__wrapper--main .main-info-mobile__wrapper--price .price-last-30-days span{margin-left:5px;font-weight:500}.product__wrapper--main .main-info__wrapper--delivery,.product__wrapper--main .main-info-mobile__wrapper--delivery{font-style:normal;padding:16px 0;border-top:1px solid #F0F0F0;border-bottom:1px solid #F0F0F0}.product__wrapper--main .main-info__wrapper--delivery .delivery-time,.product__wrapper--main .main-info__wrapper--delivery .delivery-return,.product__wrapper--main .main-info__wrapper--delivery .delivery-free-shipping,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-time,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-return,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-free-shipping{display:flex;text-align:left;font-weight:500;align-items:center;color:#3d3f4e;margin:5px 0;font-size:.75rem;line-height:1.125rem}.product__wrapper--main .main-info__wrapper--delivery .delivery-time:before,.product__wrapper--main .main-info__wrapper--delivery .delivery-return:before,.product__wrapper--main .main-info__wrapper--delivery .delivery-free-shipping:before,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-time:before,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-return:before,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-free-shipping:before{content:"";display:inline-block;background-image:url(/themes/custom/gto/dist/truck.svg);width:24px;height:24px;background-repeat:no-repeat;background-size:cover;margin-right:12px;background-position:center}.product__wrapper--main .main-info__wrapper--delivery .delivery-time a,.product__wrapper--main .main-info__wrapper--delivery .delivery-return a,.product__wrapper--main .main-info__wrapper--delivery .delivery-free-shipping a,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-time a,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-return a,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-free-shipping a{color:#44b1ea;text-transform:uppercase;padding:12px 10px;text-align:left;line-height:.75rem;font-size:.625rem;letter-spacing:.0075rem}@media (min-width:768px){.product__wrapper--main .main-info__wrapper--delivery .delivery-time a,.product__wrapper--main .main-info__wrapper--delivery .delivery-return a,.product__wrapper--main .main-info__wrapper--delivery .delivery-free-shipping a,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-time a,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-return a,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-free-shipping a{line-height:.75rem}}.product__wrapper--main .main-info__wrapper--delivery .delivery-return:before,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-return:before{background-image:url(/themes/custom/gto/dist/refresh-ccw.svg)}.product__wrapper--main .main-info__wrapper--delivery .delivery-free-shipping:before,.product__wrapper--main .main-info-mobile__wrapper--delivery .delivery-free-shipping:before{background-image:url(/themes/custom/gto/dist/package.svg)}@media (min-width:768px){.product__wrapper--main .main-info__wrapper--delivery,.product__wrapper--main .main-info-mobile__wrapper--delivery{display:block}}.product__wrapper--main .main-info__wrapper--cart,.product__wrapper--main .main-info-mobile__wrapper--cart{display:flex;margin:40px 0 16px;gap:8px;flex-direction:column;justify-content:center;align-items:center}.product__wrapper--main .main-info__wrapper--cart input::-webkit-outer-spin-button,.product__wrapper--main .main-info__wrapper--cart input::-webkit-inner-spin-button,.product__wrapper--main .main-info-mobile__wrapper--cart input::-webkit-outer-spin-button,.product__wrapper--main .main-info-mobile__wrapper--cart input::-webkit-inner-spin-button{-webkit-appearance:none}.product__wrapper--main .main-info__wrapper--cart input[type=number],.product__wrapper--main .main-info-mobile__wrapper--cart input[type=number]{-moz-appearance:textfield}.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper{width:100%;justify-content:center;align-items:center;max-width:316px}.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher{position:relative;display:flex;flex-direction:column}.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation,.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation-steel-frame,.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation-grate-type,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation-steel-frame,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation-grate-type{color:#3d3f4e;text-align:center;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5rem;position:relative;width:100%;margin:0 auto;z-index:2}@media (min-width:480px){.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation,.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation-steel-frame,.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation-grate-type,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation-steel-frame,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation-grate-type{margin:0;max-width:unset;width:70%;display:inline}}.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation .form-select,.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation-steel-frame .form-select,.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation-grate-type .form-select,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation .form-select,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation-steel-frame .form-select,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .form-item-product-variation-grate-type .form-select{border-radius:4px;border:1px solid #B9B9B9;display:flex;height:58px;width:100%;max-width:316px;padding:12px 12px 12px 20px;justify-content:space-between;align-items:center;text-align:left;flex:1 0 0;align-self:stretch;cursor:pointer}.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .product_variation_arrow_wrapper,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .product_variation_arrow_wrapper{position:relative}.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .product_variation_arrow_wrapper:after,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .product_variation_arrow_wrapper:after{content:"";display:inline-block;background-image:url(/themes/custom/gto/dist/arrow-down-s-line.svg);width:24px;height:24px;background-repeat:no-repeat;background-size:cover;background-position:center;position:absolute;right:12px;top:0;bottom:0;margin:auto 0;cursor:pointer;z-index:1}.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .steel_frame:after,.product__wrapper--main .main-info__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .grate_type:after,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .steel_frame:after,.product__wrapper--main .main-info-mobile__wrapper--cart .product_variation_wrapper .gto-product-variation-switcher .grate_type:after{margin:calc(7% + 20px) 0 auto}.product__wrapper--main .main-info__wrapper--cart .add-to-cart__wrapper,.product__wrapper--main .main-info-mobile__wrapper--cart .add-to-cart__wrapper{width:100%;max-width:316px}.product__wrapper--main .main-info__wrapper--description,.product__wrapper--main .main-info-mobile__wrapper--description{display:flex;list-style-type:none;overflow-x:auto;padding-bottom:8px;position:relative}.product__wrapper--main .main-info__wrapper--description li,.product__wrapper--main .main-info-mobile__wrapper--description li{padding:11px 10px;color:#3d3f4e;font-size:.875rem;font-style:normal;font-weight:700;line-height:1.125rem;cursor:pointer;display:flex;gap:8px;width:fit-content;border-bottom:2px solid transparent;align-items:center;text-align:center}.product__wrapper--main .main-info__wrapper--description li.active,.product__wrapper--main .main-info-mobile__wrapper--description li.active{border-color:#44b1ea}.product__wrapper--main .main-info__wrapper--description li span,.product__wrapper--main .main-info-mobile__wrapper--description li span{width:20px;height:20px;padding:2px;border-radius:50%;background-color:#6a6d87;color:#fff;font-size:.625rem;font-style:normal;font-weight:500;line-height:1rem;text-transform:uppercase;text-align:center;display:block}@media (min-width:768px){.product__wrapper--main .main-info__wrapper--description,.product__wrapper--main .main-info-mobile__wrapper--description{display:none}}@media (min-width:768px){.product__wrapper--main .main-info,.product__wrapper--main .main-info-mobile{width:45%}}@media (min-width:992px){.product__wrapper--main .main-info,.product__wrapper--main .main-info-mobile{width:40%}}.product__wrapper--main .main-info__wrapper--tags-rates{display:none}@media (min-width:768px){.product__wrapper--main .main-info__wrapper--tags-rates{display:flex}}.product__wrapper--main .main-info__wrapper--title{display:none}@media (min-width:768px){.product__wrapper--main .main-info__wrapper--title{display:block}}.product__wrapper--main .main-info-mobile{display:block}@media (min-width:768px){.product__wrapper--main .main-info-mobile{display:none}}.product__wrapper--description{display:flex;width:100%;padding:16px 24px 24px;flex-direction:column;align-items:flex-start;gap:24px;border-radius:4px;border:1px solid #F0F0F0;background-color:#f0f0f0;font-family:Ubuntu;margin-top:24px}.product__wrapper--description .delivery{display:none}.product__wrapper--description .description-navigation{width:100%;padding:0;position:relative;display:inline-block;list-style:none}.product__wrapper--description .description-navigation__menu-selector{display:grid;align-items:center;gap:8px;height:46px}@media (min-width:768px){.product__wrapper--description .description-navigation__menu-selector{display:none}}.product__wrapper--description .description-navigation__menu-selector--selected{border-bottom:2px solid #44B1EA;padding:13px 10px;color:#3d3f4e;text-align:center;font-size:.875rem;font-style:normal;font-weight:700;line-height:1.125rem}.product__wrapper--description .description-navigation__menu-selector--selected li{display:flex;justify-content:center;align-items:center;gap:10px}.product__wrapper--description .description-navigation__menu-selector--selected li span{width:20px;height:20px;padding:2px;border-radius:50%;background-color:#6a6d87;color:#fff;font-size:.625rem;font-style:normal;font-weight:500;line-height:1rem;text-transform:uppercase;text-align:center}.product__wrapper--description .description-navigation__menu-selector--button{height:46px;width:46px;text-align:center;display:flex;align-items:center;justify-content:center;transition:.5s;cursor:pointer}.product__wrapper--description .description-navigation__menu-selector--button:before{content:"";display:inline-block;background-image:url(/themes/custom/gto/dist/hamburger-menu.svg);width:24px;height:24px;background-repeat:no-repeat;background-size:cover}.product__wrapper--description .description-navigation__menu-selector--button:hover{background-color:#b9b9b9}.product__wrapper--description .description-navigation__menu{display:flex;height:0px;overflow-y:hidden;transition:.25s ease-in-out;flex-direction:column;list-style:none;position:absolute;width:100%;background-color:#f0f0f0;z-index:2;margin:0;padding:0}@media (min-width:768px){.product__wrapper--description .description-navigation__menu{position:relative;display:grid;flex-direction:row;grid-template-columns:repeat(7,1fr);height:auto}}.product__wrapper--description .description-navigation__menu--item{display:flex;justify-content:left;align-items:center;padding:13px 10px;color:#3d3f4e;text-align:left;font-size:.875rem;font-style:normal;font-weight:700;line-height:1.125rem;gap:10px;cursor:pointer}@media (min-width:768px){.product__wrapper--description .description-navigation__menu--item{text-align:center;border-bottom:2px solid #B9B9B9;justify-content:center}}.product__wrapper--description .description-navigation__menu--item:hover{background-color:#b9b9b9}.product__wrapper--description .description-navigation__menu--item span{width:20px;height:20px;padding:2px;border-radius:50%;background-color:#6a6d87;color:#fff;font-size:.625rem;font-style:normal;font-weight:500;line-height:1rem;text-transform:uppercase;text-align:center}.product__wrapper--description .description-navigation__menu--item.active{display:none}@media (min-width:768px){.product__wrapper--description .description-navigation__menu--item.active{display:flex;border-bottom:2px solid #44B1EA}}.product__wrapper--description .description-navigation .open{height:270px;transition:.25s ease-in-out}@media (min-width:768px){.product__wrapper--description .description-navigation .open{height:auto}}.product__wrapper--description .description-pages{width:100%;min-height:230px}@media (min-width:768px){.product__wrapper--description .description-pages{min-height:auto}}.product__wrapper--description .description-pages__page{width:100%;display:none}.product__wrapper--description .description-pages .additional-products.active,.product__wrapper--description .description-pages .specification.active,.product__wrapper--description .description-pages .description.active,.product__wrapper--description .description-pages .benefits.active,.product__wrapper--description .description-pages .material-properties.active,.product__wrapper--description .description-pages .instruction.active{display:grid}.product__wrapper--description .description-pages .reviews.active{display:block}.product__wrapper--description .description-pages .additional-products{position:relative}.product__wrapper--description .description-pages .additional-products .splide__slide .field__item,.product__wrapper--description .description-pages .additional-products .splide__slide article,.product__wrapper--description .description-pages .additional-products .splide__slide .product-teaser{height:100%}@media (min-width:992px){.product__wrapper--description .description-pages .additional-products .splide__slide .field__item,.product__wrapper--description .description-pages .additional-products .splide__slide article,.product__wrapper--description .description-pages .additional-products .splide__slide .product-teaser{height:auto}}.product__wrapper--description .description-pages .additional-products .splide__arrows .splide__arrow{position:absolute;top:0;bottom:0;margin:auto 0;width:40px;height:40px;display:flex;padding:12px;justify-content:center;align-items:center;gap:8px;border-radius:50%;border:1px solid #F0F0F0;background:rgba(255,255,255,.8);box-shadow:0 12px 24px -8px #0000003d;backdrop-filter:blur(6px);z-index:2;cursor:pointer}@media (min-width:768px){.product__wrapper--description .description-pages .additional-products .splide__arrows .splide__arrow{width:50px;height:50px}}.product__wrapper--description .description-pages .additional-products .splide__arrows .prev-arrow{left:-30px}@media (min-width:768px){.product__wrapper--description .description-pages .additional-products .splide__arrows .prev-arrow{left:-40px}}.product__wrapper--description .description-pages .additional-products .splide__arrows .prev-arrow svg{rotate:180deg}.product__wrapper--description .description-pages .additional-products .splide__arrows .next-arrow{right:-30px}@media (min-width:768px){.product__wrapper--description .description-pages .additional-products .splide__arrows .next-arrow{right:-40px}}.product__wrapper--description .description-pages .specification{grid-template-columns:1fr}@media (min-width:768px){.product__wrapper--description .description-pages .specification{grid-template-columns:repeat(2,1fr)}}.product__wrapper--description .description-pages .specification__description--item{display:flex;gap:8px;color:#3d3f4e;font-size:.75rem;font-style:normal;font-weight:500;line-height:.875rem;letter-spacing:.015rem;padding:12px 8px 16px;border-bottom:1px solid rgba(61,63,78,.12)}.product__wrapper--description .description-pages .specification__description--item:last-child{border:none}.product__wrapper--description .description-pages .specification__description--item div{color:#6a6d87}.product__wrapper--description .description-pages .specification__description--item.ckeditor{display:block}.product__wrapper--description .description-pages .specification__description--item.ckeditor p,.product__wrapper--description .description-pages .specification__description--item.ckeditor ul{margin:0!important;background-color:transparent!important;color:#6a6d87!important;font-family:Ubuntu!important;font-size:.875rem!important;font-style:normal!important;font-weight:400!important;line-height:1.125rem!important}.product__wrapper--description .description-pages .specification__description--item.ckeditor ul{margin:16px 0 16px 6px!important;padding-inline-start:20px;list-style:disc}.product__wrapper--description .description-pages .specification__description--item.ckeditor ul li:before{border-radius:50%;background-color:#3d3f4e;margin:0}.product__wrapper--description .description-pages .specification__image{display:flex;text-align:center;padding:24px;flex-direction:column;justify-content:space-between;align-items:center;flex:1 0 0;align-self:stretch}.product__wrapper--description .description-pages .material-properties{width:100%}.product__wrapper--description .description-pages .material-properties .node--type-material-properties h2,.product__wrapper--description .description-pages .material-properties .node--type-material-properties footer{display:none}.product__wrapper--description .description-pages .material-properties .node--type-material-properties .field--name-field-paragraphs .field__item:last-child .paragraph--type--two-columns{border:none}.product__wrapper--description .description-pages .instruction .field__items{display:flex;flex-direction:column;gap:12px}@media (min-width:480px){.product__wrapper--description .description-pages .instruction .field__items{flex-direction:row;display:block}}.product__wrapper--description .description-pages .instruction .field__items .field__item{display:flex;float:left;padding:12px;justify-content:center;align-items:center;gap:8px;flex:1 0 0;border-radius:4px;background:#fff;box-shadow:0 16px 24px -20px #0000003d;margin:2px 6px}.product__wrapper--description .description-pages .instruction .field__items .field__item .file-wrapper{cursor:pointer}.product__wrapper--description .description-pages .instruction .field__items .field__item .file-wrapper a{font-size:1rem;font-style:normal;font-weight:400;line-height:1.375rem}.product__wrapper--description .description-pages .instruction .field__items .field__item .file-wrapper a .file{background:none;padding:0;display:flex;align-items:center;justify-content:center;gap:8px}.product__wrapper--description .description-pages .instruction .field__items .field__item .file-wrapper a .file:before{content:"";display:inline-block;background-image:url(/themes/custom/gto/dist/file-text.svg);width:24px;height:24px;background-repeat:no-repeat;background-size:cover;background-position:center}.product__wrapper--description .description-pages .reviews__add-review{display:flex;align-items:center;flex-direction:column-reverse;gap:10px;position:relative}@media (min-width:480px){.product__wrapper--description .description-pages .reviews__add-review{align-items:flex-start;gap:0}}.product__wrapper--description .description-pages .reviews__add-review--button{z-index:1}@media (min-width:768px){.product__wrapper--description .description-pages .reviews__add-review--button{margin-top:0}}.product__wrapper--description .description-pages .reviews__add-review--button .form{top:10px;position:relative}@media (min-width:992px){.product__wrapper--description .description-pages .reviews__add-review--button .form{top:-30px}}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form input{width:100%}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .error-box{position:relative;font-size:.875rem;color:#e15345;top:-5px;line-height:14px}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-name__wrapper{margin:1em 0;max-height:70px}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-name__wrapper .form-item-name{margin:0;position:relative}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-name__wrapper .form-item-name label{padding:0 4px;position:absolute;left:12px;top:14px;color:#3d3f4e;font-size:.875rem;font-style:normal;font-weight:500;line-height:1rem;letter-spacing:.015rem;transition:.4s;z-index:-1;background:rgb(255,255,255);background:linear-gradient(0deg,rgb(255,255,255) 0%,rgb(255,255,255) 50%,rgb(240,240,240) 50%,rgb(240,240,240) 100%)}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-name__wrapper .form-item-name label:after{display:none}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-name__wrapper .form-item-name input{padding:12px 12px 12px 16px;border:1px solid #B9B9B9;border-radius:4px;background-color:#fff;height:50px;font-size:.875rem;outline:none}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-name__wrapper .form-item-name input::placeholder{color:#3d3f4e;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5rem}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-name__wrapper .form-item-name input:not(:placeholder-shown){border:1.5px solid #44B1EA}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-name__wrapper .form-item-name input:not(:placeholder-shown)+label{z-index:0;display:inline-block;top:-8px;font-size:.75rem}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-name__wrapper .form-item-name .error{border:1.5px solid #E15345!important}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-item-message{position:relative}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-item-message label{padding:0 4px;position:absolute;left:12px;top:14px;color:#3d3f4e;font-size:.875rem;font-style:normal;font-weight:500;line-height:1rem;letter-spacing:.015rem;transition:.4s;z-index:-1;background:rgb(255,255,255);background:linear-gradient(0deg,rgb(255,255,255) 0%,rgb(255,255,255) 50%,rgb(240,240,240) 50%,rgb(240,240,240) 100%)}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-item-message label:after{display:none}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-item-message textarea{width:100%;padding:12px 12px 12px 16px;border:1px solid #B9B9B9;border-radius:4px;background-color:#fff;height:130px;resize:none;font-size:.875rem}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-item-message textarea::placeholder{color:#3d3f4e;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5rem}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-item-message textarea:not(:placeholder-shown){border:1.5px solid #44B1EA}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-item-message textarea:not(:placeholder-shown)+label{z-index:0;display:inline-block;top:-8px;font-size:.75rem}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-rate__wrapper{margin:1em 0}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-rate__wrapper .rate-widget-comments-rate{margin:0;display:flex;gap:10px}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-rate__wrapper .rate-widget-comments-rate legend{display:flex;float:left}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-rate__wrapper .rate-widget-comments-rate legend .fieldset-legend{font-size:1rem;font-style:normal;font-weight:400;line-height:1.375rem}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-rate__wrapper .rate-widget-comments-rate legend .fieldset-legend:after{display:none}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-rate__wrapper .rate-widget-comments-rate .fieldset-wrapper{display:flex}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-rate__wrapper .rate-widget-comments-rate .fieldset-wrapper .form-radios{display:flex;flex-direction:row;line-height:1.125rem;align-items:center;padding:0;clear:both;gap:2px}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-rate__wrapper .rate-widget-comments-rate .fieldset-wrapper .form-radios .form-item-rate{display:inline-block;margin:0}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-rate__wrapper .rate-widget-comments-rate .fieldset-wrapper .form-radios .form-item-rate .form-radio{color:#b9b9b9;cursor:pointer;width:17px;height:18px;border:none;background-color:transparent;appearance:none}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-rate__wrapper .rate-widget-comments-rate .fieldset-wrapper .form-radios .form-item-rate .form-radio:before{font-size:1.75rem;content:"\2605";display:inline-block;width:17px;height:18px}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-rate__wrapper .rate-widget-comments-rate .fieldset-wrapper .form-radios .form-item-rate .form-radio:checked{color:#ffb800}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-rate__wrapper .rate-widget-comments-rate .fieldset-wrapper .form-radios .form-item-rate .full{color:#ffb800}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .field-rate__wrapper .rate-widget-comments-rate .fieldset-wrapper .form-radios .form-item-rate .option{display:none}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-actions{display:flex;flex-direction:column;align-items:center;gap:10px}@media (min-width:480px){.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-actions{flex-direction:row;gap:0}}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-actions input{width:156px}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-actions .button-cancel{background-color:transparent;border:1px solid #44B1EA;color:#3d3f4e;position:relative;gap:0;padding:0}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-actions .button-cancel span{position:absolute;left:16px;display:flex;align-items:center;z-index:0}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-actions .button-cancel span:before{content:"";display:inline-block;background-image:url(/themes/custom/gto/dist/x.svg);width:16px;height:16px;background-repeat:no-repeat;background-size:cover;background-position:center}.product__wrapper--description .description-pages .reviews__add-review--button .form .gto-frontend-helper-product-comment-rate-form .form-actions .button-cancel .button-close{position:relative;width:100%;background-color:transparent;box-shadow:none;padding:0;color:#3d3f4e;margin:0;z-index:1}.product__wrapper--description .description-pages .reviews__add-review--button .button{width:156px;height:56px;display:flex;padding:16px 20px;justify-content:center;align-items:center;gap:8px;border-radius:4px;background-color:#44b1ea;box-shadow:0 12px 24px -16px #00000052;color:#fff;text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1rem;cursor:pointer}.product__wrapper--description .description-pages .reviews__add-review--button .reviews__add-review--button{margin-left:0}.product__wrapper--description .description-pages .reviews__add-review--button .hide{display:none}.product__wrapper--description .description-pages .reviews__add-review--overall{display:flex;align-items:center;gap:12px;color:#3d3f4e;font-size:1rem;font-style:normal;font-weight:400;line-height:1.375rem;justify-content:center}@media (min-width:480px){.product__wrapper--description .description-pages .reviews__add-review--overall{justify-content:end;width:100%;position:absolute;top:0}}.product__wrapper--description .description-pages .reviews__add-review--overall .rates-wrapper__wrapper{display:flex;gap:8px}.product__wrapper--description .description-pages .reviews__add-review--overall .rates-wrapper__wrapper--rates{display:flex;flex-direction:row;line-height:1.125rem;align-items:center;padding:0;gap:2px}.product__wrapper--description .description-pages .reviews__add-review--overall .rates-wrapper__wrapper--rates .star{color:#b9b9b9}.product__wrapper--description .description-pages .reviews__add-review--overall .rates-wrapper__wrapper--rates .star:before{font-size:1.5rem;content:"\2605";display:inline-block;width:16px;height:15px}.product__wrapper--description .description-pages .reviews__add-review--overall .rates-wrapper__wrapper--rates .full{color:#ffb800}.product__wrapper--description .description-pages .reviews__add-review--overall .fivestar-rating-wrapper{display:flex;flex-direction:row;line-height:1.125rem;align-items:center}.product__wrapper--description .description-pages .reviews__add-review--overall .fivestar-rating-wrapper .fivestar-rating-label:before{font-size:1.125rem}.product__wrapper--description .description-pages .reviews__add-review--overall .fivestar-rating-wrapper div.form-item:last-child{display:flex;align-items:center}.product__wrapper--description .description-pages .reviews__add-review--overall .fivestar-rating-wrapper .rating-label{color:#b9b9b9}.product__wrapper--description .description-pages .reviews__add-review--overall .fivestar-rating-wrapper .rating-label.full{color:#ffb800}.product__wrapper--description .description-pages .reviews__add-review--overall .fivestar-rating-wrapper .rating-option-result{color:#3d3f4e;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.125rem;padding:2px 5px}.product__wrapper--description .description-pages .reviews__add-review--overall .vote-result,.product__wrapper--description .description-pages .reviews__add-review--overall .fivestar-rating-submit,.product__wrapper--description .description-pages .reviews__reviews .comment-products-comments-form,.product__wrapper--description .description-pages .reviews__reviews .comment-form__title{display:none}.product__wrapper--description .description-pages .reviews__reviews .comment-wrapper .comment{margin:24px 0 0;padding:24px 0 0;border-top:1px solid rgba(61,63,78,.12)}.product__wrapper--description .description-pages .reviews__reviews .comment-wrapper .comment .comment__name-rate{display:flex;gap:12px;align-items:center}.product__wrapper--description .description-pages .reviews__reviews .comment-wrapper .comment .comment__name-rate--name{color:#3d3f4e;font-size:1.125rem;font-style:normal;font-weight:700;line-height:1.375rem}.product__wrapper--description .description-pages .reviews__reviews .comment-wrapper .comment .comment__name-rate--rate{display:flex;flex-direction:row;line-height:1.125rem;align-items:center;padding:0;gap:2px}.product__wrapper--description .description-pages .reviews__reviews .comment-wrapper .comment .comment__name-rate--rate .star{color:#b9b9b9}.product__wrapper--description .description-pages .reviews__reviews .comment-wrapper .comment .comment__name-rate--rate .star:before{font-size:1.5rem;content:"\2605";display:inline-block;width:16px;height:15px}.product__wrapper--description .description-pages .reviews__reviews .comment-wrapper .comment .comment__name-rate--rate .full{color:#ffb800}.product__wrapper--description .description-pages .reviews__reviews .comment-wrapper .comment .comment__date{color:#6a6d87;font-size:.75rem;font-style:normal;font-weight:400;line-height:.875rem;letter-spacing:.015rem;margin-top:8px}.product__wrapper--description .description-pages .reviews__reviews .comment-wrapper .comment .comment__body{margin-top:16px;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.125rem}.product__wrapper--description .description-pages .reviews__reviews .comment-wrapper .comment .comment__body .field--name-comment-body{width:100%;text-align:justify}@media (min-width:768px){.product__wrapper--description .description-pages .reviews__reviews .comment-wrapper .comment .comment__body .field--name-comment-body{width:60%}}.views-element-container h2{color:#3d3f4e;font-size:1.75rem;font-weight:500;margin-bottom:16px}.views-element-container .view-display-id-recently_viewed{margin:0 auto;min-width:300px}@media (min-width:480px){.views-element-container .view-display-id-recently_viewed{min-width:450px}}@media (min-width:768px){.views-element-container .view-display-id-recently_viewed{min-width:750px}}@media (min-width:992px){.views-element-container .view-display-id-recently_viewed{width:970px}}@media (min-width:1366px){.views-element-container .view-display-id-recently_viewed{width:1200px}}@media (min-width:1640px){.views-element-container .view-display-id-recently_viewed{width:1620px}}.views-element-container .view-display-id-recently_viewed .product-teaser__buttons div,.views-element-container .view-display-id-recently_viewed .product-teaser__buttons button{width:100%;height:56px}.views-element-container .view-display-id-recently_viewed .product-teaser__buttons div form,.views-element-container .view-display-id-recently_viewed .product-teaser__buttons button form{padding:0}
