﻿:root{--clr-dark-blue: #071852;--clr-main-green: #029993;--clr-light-green: #b2ff9e;--clr-middle-green: #1dd3b0;--clr-dark-turquoise: #014751;--clr-turquoise: hsl(179, 95%, 34%);--clr-neon-green: #ccff33;--clr-white: hsl(0, 0%, 100%);--clr-black: hsl(0, 0%, 0%);--clr-grey: hsl(0, 0%, 96%);--clr-middle-grey: hsl(0, 0%, 84%);--clr-dark-grey: hsl(0, 0%, 55%);--clr-dark-text: hsl(0, 0%, 7%);--clr-dark: hsl(0, 0%, 3%);--clr-black-900: hsl(0, 0%, 10%);--clr-black-800: hsl(0, 0%, 20%);--clr-error-red: #ffa500;--fz-h1: clamp(40px, 5vw, 96px);--fz-h2: clamp(24px, 2.5vw, 40px);--fz-h3: clamp(18px, 1.6vw, 24px);--fz-accent-lg: clamp(24px, 1.8vw, 34px);--fz-accent-md: clamp(20px, 1.4vw, 32px);--fz-accent-sm: clamp(18px, 1.25vw, 30px);--fz-btn: clamp(16px, 1.25vw, 20px);--fz-regular: clamp(16px, 1vw, 18px);--start-padding: 24vmin;--scroll-width: 8px}@media only screen and (max-width: 1760px){:root{--start-padding: 9dvw}}@media only screen and (max-width: 1576px){:root{--start-padding: 5dvw}}@keyframes bounce{0%{transform:translateX(0px);timing-function:ease-in}37%{transform:translateX(5px);timing-function:ease-out}55%{transform:translateX(-5px);timing-function:ease-in}73%{transform:translateX(4px);timing-function:ease-out}82%{transform:translateX(-4px);timing-function:ease-in}91%{transform:translateX(2px);timing-function:ease-out}96%{transform:translateX(-2px);timing-function:ease-in}100%{transform:translateX(0px);timing-function:ease-in}}@keyframes remove{100%{display:none}}@keyframes donut-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes shimmer{100%{transform:translateX(100%)}}@keyframes move-right{100%{transform:translateX(50%)}}@keyframes fadeToSide{0%{opacity:1}65%{opacity:.4;max-height:100%;transform:translateX(0%);overflow:hidden}100%{transform:translateX(-100%);max-height:0;opacity:0}}@keyframes circle-check-loader{0%{stroke-dasharray:1666,1650;stroke-dashoffset:2000}100%{stroke-dashoffset:3320}}@keyframes check{0%{stroke-dasharray:340;stroke-dashoffset:340;opacity:0}40%{opacity:1}100%{stroke-dashoffset:94;opacity:1}}@keyframes showUp{0%{opacity:0}100%{opacity:1}}.wrapper{margin-inline:auto}@media only screen and (max-width: 1576px){.wrapper{padding-inline:8dvw}}.wrapper-xs{width:min(780px,100%)}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.fixed{position:fixed}.grid{display:grid}.flex{display:flex}.wrap{flex-wrap:wrap}.flex-column{display:flex;flex-direction:column}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-center{justify-content:center}.justify-evenly{justify-content:space-evenly}.align-center{align-items:center}.align-end{align-items:flex-end}.center-self{align-self:center}.end-self{align-self:end}.fill-all{position:absolute;inset:0}.pill{border-radius:100vw}.none{display:none}.main-btn{--color: var(--clr-white);color:var(--clr-dark-blue);border-radius:100vw;border:2px solid var(--color);width:9.5em;text-align:center;font-size:var(--fz-btn);height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .25s ease-in-out,color .25s ease-in-out,border .25s ease-in-out}.main-btn--dark-blue{--color: var(--clr-dark-blue);color:var(--clr-white)}.main-btn--neon{--color: var(--clr-neon-green);color:var(--clr-dark-blue)}.main-btn--neon::selection{color:var(--color);background-color:var(--clr-dark-blue)}.main-btn--outlined{color:var(--color)}.main-btn--outlined:hover{background-color:var(--color);color:var(--clr-white)}.main-btn--filled{background-color:var(--color)}.main-btn--filled:hover{background-color:rgba(0,0,0,0);color:var(--color)}.main-btn--filled:hover:has(.add-to-cart) .circle,.main-btn--filled:hover:has(.add-to-cart) .check{stroke:var(--color)}.main-btn.add-to-cart{position:relative;pointer-events:none}.main-btn.add-to-cart .text{opacity:0;transition:all .2s ease-in-out}.main-btn.add-to-cart .icon{display:block;height:83%;aspect-ratio:1}.main-btn.add-to-cart .circle{stroke:var(--clr-white)}.main-btn.add-to-cart .check{stroke:var(--clr-white)}.main-btn .icon{position:absolute;display:none}.section{background-color:var(--bg-color);color:var(--color)}.section--white{--bg-color: var(--clr-white);--color: var(--clr-black)}.section--main-green{--bg-color: var(--clr-main-green);--color: var(--clr-white)}.section--dark-blue{--bg-color: var(--clr-dark-blue);--color: var(--clr-white)}.section--grey{--bg-color: var(--clr-grey);--color: var(--clr-dark-blue)}.lazy-image-wrapper{position:relative;overflow:hidden;width:100%;height:100%}.lazy-image-wrapper .lazy-thumbnail{filter:blur(20px);width:100%;height:100%;object-fit:cover;position:absolute;z-index:1}.lazy-image-wrapper .lazy-full-image{opacity:0;transition:opacity .5s ease,transform .5s ease;transform:scale(1.2);position:absolute;z-index:2;object-fit:cover;width:100%;height:100%}.mobile-only{display:none}@media only screen and (max-width: 768px){.mobile-only{display:block}}.add-to-cart .circle{animation-delay:.2s;animation-name:circle-check-loader}.add-to-cart .check{animation-delay:.85s;animation-name:check}.icon-loader-check{width:54px;height:54px;position:absolute;top:50%;left:50%;z-index:0;transform:translate(-50%, -50%) rotate(90deg)}.circle{stroke-dasharray:1666,1650;stroke-dashoffset:2000;animation-timing-function:ease;animation-fill-mode:forwards;animation-duration:1s;animation-delay:0s}.check{stroke-dasharray:340;stroke-dashoffset:340;animation-timing-function:ease;animation-fill-mode:forwards;animation-duration:.6s;animation-delay:1s}h1{font-size:var(--fz-h1);font-weight:200;text-transform:uppercase}h2{font-weight:300;font-size:var(--fz-h2);text-transform:uppercase}h3{font-size:var(--fz-h3)}.regular-text{font-size:var(--fz-regular)}.general-hero{height:413px;background-color:var(--bg-color);padding-inline-start:var(--start-padding)}@media only screen and (max-width: 1576px){.general-hero{height:44dvh}}@media only screen and (max-width: 992px){.general-hero{height:unset;aspect-ratio:380/171}}@media only screen and (max-width: 768px){.general-hero{aspect-ratio:380/254}}.general-hero:has(.general-hero__image)::before{content:"";inset:0;z-index:1;position:absolute;background:linear-gradient(90deg, var(--bg-color) var(--title-width), rgba(255, 255, 255, 0) 75%)}.general-hero__wrapper{height:100%}.general-hero__elements{inset:0;overflow:hidden}.general-hero__element{top:var(--top);left:var(--left);transform:rotate(225deg)}.general-hero__element rect{fill:var(--color)}.general-hero__page-title{color:var(--clr-white);font-size:clamp(30px,7vmin,65px);z-index:1;max-width:22ch}@media only screen and (max-width: 768px){.general-hero__page-title{width:75%}}.general-hero__page-title--tax span:last-of-type{font-size:var(--fz-h2);line-height:1}.general-hero__subtitle{width:min(960px,95%);font-size:var(--fz-regular);color:var(--clr-white);font-weight:300;z-index:1}.general-hero__image{inset:0;overflow:hidden;z-index:0}.general-hero__image .lazy-image-wrapper{margin-inline-start:auto;max-width:65%}.general-hero__image img,.general-hero__image picture{height:100%;width:100%;object-fit:cover}.general-hero__breadcrumbs{padding-inline-start:var(--start-padding);font-size:14px;font-weight:500;gap:.3em;background-color:var(--clr-grey);padding-block:.75em;color:var(--clr-dark-grey)}@media only screen and (max-width: 620px){.general-hero__breadcrumbs{flex-wrap:wrap}}.general-hero__breadcrumbs span:last-of-type{color:var(--clr-dark-turquoise)}@media only screen and (max-width: 992px){.post-card{padding-bottom:2em;border-bottom:1px solid var(--clr-dark-blue)}}@media only screen and (max-width: 768px){.post-card:not(:has(.post-card__play)){flex-direction:row;align-items:center}.post-card:not(:has(.post-card__play)) .post-card__btn{display:none}}.post-card__image{border-radius:20px;overflow:hidden;aspect-ratio:465/260}@media only screen and (max-width: 992px){.post-card__image:not(:has(svg)){display:none}}.post-card__image img{object-fit:cover;height:100%;width:100%}.post-card__play{inset:0;width:88px;aspect-ratio:1;border-radius:100%;background-color:var(--clr-main-green);transition:background-color .25s ease-in-out;cursor:pointer;margin:auto}.post-card__play--loading::before{content:"";border:4px solid var(--clr-middle-green);border-left-color:var(--clr-white);position:absolute;margin:auto;border-radius:100%;width:calc(100% + 4px);height:calc(100% + 4px);animation:donut-spin 2s linear infinite}.post-card__play:hover{background-color:var(--clr-middle-green)}.post-card__play svg{margin-inline-start:6px}.post-card__tag{font-size:12px;border-left:5px solid var(--clr-neon-green);padding-inline:.8em;top:3vmin;background:var(--clr-dark-blue);color:var(--clr-white)}.post-card__body a{display:block}.post-card__title{font-size:var(--fz-btn);text-transform:uppercase;font-weight:400;margin-top:1em;width:min(80%,376px)}.post-card__title--videos{font-size:var(--fz-regular);font-weight:500}.post-card__date{margin-top:1em;font-size:var(--fz-regular);font-weight:500}.post-card__excerpt{margin-top:2vmin;max-width:95%;line-height:2}.post-card__btn{margin-top:3vmin;font-size:var(--fz-regular);min-width:220px}.post-card__details{font-size:var(--fz-btn)}.post-card__arrow{transform:scale(-1, -1)}.applications{background-image:var(--bg-image);background-size:cover;background-repeat:no-repeat;background-position:10%;padding-block:13vmin 20vmin;position:relative}@media only screen and (max-width: 620px){.applications{padding-block:13vmin 37vmin;background-position:60% 0%;background-size:284%}}@media only screen and (max-width: 468px){.applications{padding-block:13vmin;background-size:324%}}.applications::before{content:"";position:absolute;inset:0;background-color:rgba(26,26,50,.8901960784);mix-blend-mode:color}.applications::after{content:"";position:absolute;inset:0;background-color:var(--clr-dark-turquoise);mix-blend-mode:multiply}@media only screen and (max-width: 1200px){.applications__wrapper:has(.applications__cards){width:90%;padding-inline:unset}}.applications__title{color:var(--clr-white);margin-bottom:8vmin;z-index:1}@media only screen and (max-width: 568px){.applications__title{font-size:30px}}.applications__slider_container{width:min(1212px,95%);aspect-ratio:1212/579}@media only screen and (max-width: 1280px){.applications__slider_container{width:min(1212px,88%)}}@media only screen and (max-width: 620px){.applications__slider_container{aspect-ratio:1212/722}}@media only screen and (max-width: 568px){.applications__slider_container{aspect-ratio:unset}}.applications__slider{height:100%;padding-block:30px}.applications__nav-items{--space: max(7vmin, 30px);inset:0;z-index:1;pointer-events:none;width:calc(100% + 2*var(--space));margin-inline-start:calc(-1*var(--space))}@media only screen and (max-width: 568px){.applications__nav-items{aspect-ratio:205/188;width:100%;margin:auto;margin-top:0;z-index:2}}.applications__nav{pointer-events:all;cursor:pointer}.applications__nav:hover path{stroke:var(--clr-neon-green)}@media only screen and (max-width: 1280px){.applications__nav svg{height:26px;width:18px}}@media only screen and (max-width: 568px){.applications__nav svg{height:20px;width:11px}}.applications__nav--next{transform:scale(-1, -1)}.applications__nav path{transition:all .25s ease-in}.applications__slide{transition:all ease-in 300ms !important;transform-origin:center;overflow:hidden}.applications__slide--next+.applications__slide{transform:translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(-33.0195deg) scale(0.54, 0.69) !important;margin-inline-start:-3.5%;opacity:.6}.applications__slide--next{transform:translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(-17.0195deg) scale(0.82) !important;margin-inline-start:3.5%;opacity:.75}.applications__slide--prev{transform:translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(17.0195deg) scale(0.82) !important;margin-inline-end:3.5%;opacity:.75}.applications__slide--active{transform:scale(1.28, 1.12) !important;overflow:visible}@media only screen and (max-width: 568px){.applications__slide--active{transform:unset !important}}.applications__slide--active .applications__image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(26, 26, 50, 0) 59.77%, rgba(26, 26, 50, 0.7) 93.17%);mix-blend-mode:multiply}.applications__slide:has(+.applications__slide--prev){transform:translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(33.0195deg) scale(0.54, 0.69) !important;margin-inline-end:-3.5%;opacity:.6}.applications__image{width:100%;height:100%;transform-origin:center;border-radius:11px;overflow:hidden;position:relative}@media only screen and (max-width: 568px){.applications__image{aspect-ratio:163/188;max-width:67%;margin-inline:auto}}.applications__image img{height:100%;width:100%;object-fit:cover}.applications__slider-details{max-width:337px;overflow:visible;transform:translateY(calc(-1.7 * var(--fz-accent-lg)));padding-inline-start:2vmin}@media only screen and (max-width: 1376px){.applications__slider-details{padding-inline-start:2.6em}}@media only screen and (max-width: 1376px){.applications__slider-details{width:28%;padding-inline-start:1.5em}}@media only screen and (max-width: 768px){.applications__slider-details{width:42%}}@media only screen and (max-width: 620px){.applications__slider-details{transform:unset;padding-inline-start:unset;text-align:center;width:unset;max-width:unset}}.applications__content{opacity:0 !important;transition:opacity ease-in 300ms .15s;gap:3vmin;color:var(--clr-white)}@media only screen and (max-width: 1080px){.applications__content{gap:2vmin}}@media only screen and (max-width: 620px){.applications__content{align-items:center}}.applications__content.swiper-slide-thumb-active{opacity:1 !important}.applications__name{font-weight:500;font-size:var(--fz-accent-lg);position:relative;width:max-content;text-transform:uppercase}@media only screen and (max-width: 1080px){.applications__name{margin-top:-4px}}.applications__name:after{content:"";width:80px;height:5px;border-radius:100vw;background-color:var(--clr-white);margin-top:2px;transition:all .25s ease-in-out}@media only screen and (max-width: 1080px){.applications__name:after{height:3px;width:60px;margin-top:-2px}}@media only screen and (max-width: 620px){.applications__name:after{content:unset}}.applications__name:hover{color:var(--clr-neon-green)}.applications__name:hover:after{transform:translateX(30%);background-color:var(--clr-neon-green)}.applications__subs{gap:1.5em;width:max-content}@media only screen and (max-width: 768px){.applications__subs{flex-direction:column;align-items:baseline;gap:.6em}}@media only screen and (max-width: 620px){.applications__subs{align-items:center}}.applications__sub{font-size:var(--fz-accent-md);font-weight:300;transition:all ease-in 300ms;cursor:pointer}.applications__sub:hover{color:var(--clr-neon-green);font-weight:700}.applications__cards{z-index:1;width:min(1369px,90%);overflow:visible}@media only screen and (max-width: 1200px){.applications__cards{margin:-2vmin;padding:2vmin;overflow:hidden}}@media only screen and (max-width: 568px){.applications__cards{width:100%}}.applications__cards .swiper-wrapper{gap:3.5vmin}@media only screen and (max-width: 1200px){.applications__cards .swiper-wrapper{gap:unset}}.applications__cards~.applications__nav-items{display:none}@media only screen and (max-width: 1200px){.applications__cards~.applications__nav-items{display:flex;--space: 0}}@media only screen and (max-width: 568px){.applications__cards~.applications__nav-items{aspect-ratio:1;width:92%}}.applications__card-img{grid-template-areas:"image"}@media only screen and (max-width: 568px){.applications__card-img{display:flex;flex-direction:column;align-items:center;gap:1.5em}.applications__card-img::after{content:unset !important}}.applications__card-img::after{content:"";width:min(25%,49px);border-radius:100vw;height:5px;background-color:var(--clr-neon-green);margin-top:2vmin;transition:.2s all ease-in-out}.applications__img-wrapper{grid-area:image;border-radius:11px;overflow:hidden;aspect-ratio:1;box-shadow:0px 4px 4px 0px rgba(0,0,0,.2509803922);transition:.2s all ease-in-out}@media only screen and (max-width: 568px){.applications__img-wrapper{width:max(50%,164px);margin-inline:auto}}.applications__img-wrapper::after{content:"";background-color:rgba(26,26,50,.6);position:absolute;inset:0;mix-blend-mode:multiply;transition:.2s all ease-in-out}.applications__img-wrapper::before{content:"";position:absolute;inset:0;mix-blend-mode:multiply;background:linear-gradient(180deg, rgba(26, 26, 50, 0) 59.77%, rgba(26, 26, 50, 0.7) 93.17%)}.applications__img-wrapper img{height:100%;width:100%;object-fit:cover}.applications__card{flex:1}@media only screen and (max-width: 1200px){.applications__card{flex:none}}.applications__card:hover .applications__card-img::after{transform:translateX(-10px)}.applications__card:hover .applications__card-img .applications__img-wrapper{transform:scale(1.12)}.applications__card:hover .applications__card-img .applications__img-wrapper::after{background-color:rgba(0,0,0,0)}.applications__app-title{grid-area:image;z-index:1;font-size:var(--fz-btn);margin:auto 10px 2vmin 10px;max-width:75%;text-transform:uppercase;color:var(--clr-white);transition:.2s all ease-in-out}@media only screen and (max-width: 568px){.applications__app-title{font-size:20px;font-weight:500;width:100%;text-align:center}}.applications__sub-list{font-size:var(--fz-regular);color:var(--clr-white);gap:1em;margin-top:1.5em}@media only screen and (max-width: 568px){.applications__sub-list{margin-top:unset;align-items:center}}.applications__item{cursor:pointer}.applications__item:hover a{color:var(--clr-neon-green);transition:.2s all ease-in-out}.hs-form{--gap: 29px;display:flex;flex-direction:column;gap:var(--gap)}@media only screen and (max-width: 768px){.hs-form{--gap: 18px}}.hs-form fieldset{display:flex;flex-direction:column;gap:var(--gap);max-width:unset !important}.hs-form .field{position:relative;float:unset !important;flex:1;width:unset !important;margin-bottom:unset !important}@media only screen and (max-width: 590px){.hs-form .field{flex:unset;width:100% !important}}.hs-form .field .hs-error-msgs{position:absolute;font-size:.8em;color:var(--clr-error-red);animation-name:bounce;animation-duration:.5s;animation-delay:.25s}@media only screen and (max-width: 768px){.hs-form .field .hs-error-msgs{font-size:.6em}}.hs-form .field .input{margin-right:unset !important}.hs-form .field input,.hs-form .field select,.hs-form .field textarea{padding-block:.95em;border-radius:1.25em;overflow:hidden;background-color:var(--clr-white);width:100%;color:var(--clr-dark-blue);padding-inline:1.8em !important;border:1px solid rgba(0,0,0,0) !important;-webkit-appearance:none;-moz-appearance:none}@media only screen and (max-width: 768px){.hs-form .field input,.hs-form .field select,.hs-form .field textarea{font-size:16px;padding-block:.65em;padding-inline:1em !important;width:100% !important}}.hs-form .field input:focus,.hs-form .field select:focus,.hs-form .field textarea:focus{outline:none}.hs-form .field input:-webkit-autofill,.hs-form .field select:-webkit-autofill,.hs-form .field textarea:-webkit-autofill{-webkit-text-fill-color:var(--clr-dark-blue);-webkit-box-shadow:0 0 0px 1000px #fff inset;transition:background-color 5000s ease-in-out 0s}.hs-form .field input.invalid,.hs-form .field select.invalid,.hs-form .field textarea.invalid{border-color:var(--clr-error-red) !important}.hs-form .field select{height:54px !important}@media only screen and (max-width: 768px){.hs-form .field select{height:46px !important}}@media only screen and (max-width: 590px){.hs-form .field select{width:100% !important}}.hs-form .field textarea{resize:none;width:100% !important;height:54px !important}@media only screen and (max-width: 768px){.hs-form .field textarea{height:46px !important}}.hs-form .field:has(select){position:relative}.hs-form .field:has(select)::before{content:"";position:absolute;background-image:url("../images/arrow.svg");right:4%;pointer-events:none;height:20px;width:13px;filter:grayscale(0.5) invert(1) brightness(0);background-size:contain;transform:rotate(-90deg);opacity:.4;top:30%;background-repeat:no-repeat;transition:all .25s ease-in-out}@media only screen and (max-width: 768px){.hs-form .field:has(select)::before{height:14px}}.hs-form .field:has(select:focus-within)::before{transform:rotate(90deg)}.hs-form .field.hs_product label{display:none}.hs-form .hs-richtext{color:var(--clr-white)}.hs-form .legal-consent-container,.hs-form .hs-form-booleancheckbox{font-size:14px}@media only screen and (max-width: 568px){.hs-form .legal-consent-container,.hs-form .hs-form-booleancheckbox{font-size:11px}}.hs-form .legal-consent-container label,.hs-form .hs-form-booleancheckbox label{display:flex;align-items:center;gap:1em;cursor:pointer}@media only screen and (max-width: 568px){.hs-form .legal-consent-container label,.hs-form .hs-form-booleancheckbox label{align-items:start;line-height:1}}.hs-form .legal-consent-container label input,.hs-form .hs-form-booleancheckbox label input{display:none}.hs-form .legal-consent-container label::before,.hs-form .hs-form-booleancheckbox label::before{content:"";display:flex !important;position:absolute;width:1em;height:1em;align-items:center;justify-content:center;background-color:var(--clr-white);border-radius:2px;transition:all .25s ease-in-out}.hs-form .legal-consent-container label:has(input:checked)::before,.hs-form .hs-form-booleancheckbox label:has(input:checked)::before{content:"✓" !important;font-weight:700;color:var(--clr-dark-blue);background-color:var(--clr-neon-green)}.hs-form .hs-submit .hs-button{--color: var(--clr-neon-green);color:var(--clr-dark-blue) !important;border-radius:100vw;border:2px solid var(--color);width:162px;text-align:center;font-size:16px !important;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .25s ease-in-out,color .25s ease-in-out,border .25s ease-in-out;background-color:var(--color) !important;margin-inline-start:auto;font-weight:500 !important}@media only screen and (max-width: 590px){.hs-form .hs-submit .hs-button{margin-inline:auto}}.hs-form .hs-submit .hs-button:hover{opacity:1;background-color:rgba(0,0,0,0) !important;color:var(--color) !important}.hs-form .hs_error_rollup{display:none !important}.form{--fluentform-danger: var(--clr-error-red) !important;--gap: 29px}.form fieldset{display:flex;flex-direction:column;gap:var(--gap);max-width:unset !important}.form .ff-el-group{position:relative;margin-bottom:0 !important}.form .ff-el-group .ff-el-input--label{position:absolute;left:1.8em;opacity:1;pointer-events:none;color:rgba(26,26,50,.4);transition:.25s ease-in-out}.form__input,.form__textarea{padding-block:.95em;border-radius:1.25em;overflow:hidden;background-color:var(--clr-white);width:100%}.form__input input,.form__input select,.form__input textarea,.form__textarea input,.form__textarea select,.form__textarea textarea{padding:unset !important;background-color:rgba(0,0,0,0) !important;border:unset !important;padding-inline:1.8em !important;height:unset !important;color:var(--clr-dark-blue);width:100%;height:100%;-webkit-appearance:none;-moz-appearance:none}.form__input input[type=tel]::placeholder,.form__input select[type=tel]::placeholder,.form__input textarea[type=tel]::placeholder,.form__textarea input[type=tel]::placeholder,.form__textarea select[type=tel]::placeholder,.form__textarea textarea[type=tel]::placeholder{opacity:0}.form__input input:-webkit-autofill,.form__input select:-webkit-autofill,.form__input textarea:-webkit-autofill,.form__textarea input:-webkit-autofill,.form__textarea select:-webkit-autofill,.form__textarea textarea:-webkit-autofill{-webkit-text-fill-color:var(--clr-dark-blue);-webkit-box-shadow:0 0 0px 1000px #fff inset;transition:background-color 5000s ease-in-out 0s}.form__input:has(input:focus,textarea:focus,select:focus) .ff-el-input--label,.form__input:has(.filled) .ff-el-input--label,.form__textarea:has(input:focus,textarea:focus,select:focus) .ff-el-input--label,.form__textarea:has(.filled) .ff-el-input--label{opacity:0}.form__input select,.form__textarea select{height:22px !important}.form__input .ff-el-input--content:has(select),.form__textarea .ff-el-input--content:has(select){position:relative}.form__input .ff-el-input--content:has(select)::before,.form__textarea .ff-el-input--content:has(select)::before{content:"";position:absolute;background-image:url("../images/arrow.svg");right:4%;pointer-events:none;height:20px;width:13px;filter:grayscale(0.5) invert(1) brightness(0);background-size:contain;transform:rotate(-90deg);opacity:.4;top:11%;background-repeat:no-repeat;transition:all .25s ease-in-out}.form__input .ff-el-input--content:has(select:focus-within)::before,.form__textarea .ff-el-input--content:has(select:focus-within)::before{transform:rotate(90deg)}.form__input textarea,.form__textarea textarea{resize:none}.form__input .iti__flag-container,.form__textarea .iti__flag-container{display:none}.form__input.ff-el-is-error,.form__textarea.ff-el-is-error{animation-name:bounce;animation-duration:.5s;animation-delay:.25s}.form__input.ff-el-is-error .error,.form__textarea.ff-el-is-error .error{display:none}.form__input.ff-el-is-error .ff-el-input--label,.form__textarea.ff-el-is-error .ff-el-input--label{color:var(--fluentform-danger)}.form__input--small,.form__textarea--small{width:calc(50% - var(--gap)/2)}.form__checkbox .ff_t_c{font-size:14px}.form__checkbox .ff_t_c a{color:var(--clr-main-green);text-decoration:underline}.form__checkbox:has(input:checked)::before{content:"✓" !important;color:var(--clr-white);display:flex !important;position:absolute;font-size:14px;width:14px;height:14px;align-items:center;justify-content:center}.form__checkbox .ff_tc_checkbox{height:14px;width:14px !important;background-color:var(--clr-white);display:flex !important;align-items:center;justify-content:center;border-radius:2px;border:1px solid var(--clr-grey);margin-inline-end:11px;transition:all .25s ease-in}.form__checkbox .ff_tc_checkbox input{display:none !important}.form__checkbox .ff_tc_checkbox:has(input:checked){background-color:var(--clr-main-green);border-color:var(--clr-main-green)}.product-lines{padding-block:10vmin;background-color:var(--bg-color);background-repeat:no-repeat;background-position:top right}@media only screen and (max-width: 768px){.product-lines{background-size:80%}}.product-lines__wrapper{width:min(1468px,100%);gap:5vmin}@media only screen and (max-width: 1576px){.product-lines__wrapper{padding-inline:4dvw}}@media only screen and (max-width: 768px){.product-lines__title{text-align:center}}.product-lines__lines{--column-count: var(--columns, 4);width:100%;grid-template-columns:repeat(var(--column-count), minmax(auto, 303px));row-gap:4vmin}@media only screen and (max-width: 1440px){.product-lines__lines{grid-template-columns:repeat(var(--column-count), minmax(auto, 284px))}}@media only screen and (max-width: 1340px){.product-lines__lines{column-gap:2vmin}}@media only screen and (max-width: 1130px){.product-lines__lines{grid-template-columns:repeat(var(--column-count), minmax(auto, 244px))}}@media only screen and (max-width: 992px){.product-lines__lines{--column-count: var(--columns, 3)}}@media only screen and (max-width: 768px){.product-lines__lines{grid-template-columns:repeat(2, minmax(auto, 300px))}}.product-lines__lines--less{justify-content:center;gap:2vmin}.product-lines__line{text-align:center;flex:1;max-width:303px}.product-lines__line.hide{display:none}.product-lines__image{mix-blend-mode:multiply;margin-block:auto;aspect-ratio:1;max-width:100%;width:100%}@media only screen and (max-width: 768px){.product-lines__image{margin-top:auto;height:80%}}@media only screen and (max-width: 520px){.product-lines__image{max-width:80%;margin-inline:auto;height:74%}}.product-lines__image img{margin:auto;width:auto;height:auto}.product-lines__line-title{font-weight:400}@media only screen and (max-width: 1440px){.product-lines__line-title{width:95%;text-align:center}}@media only screen and (max-width: 768px){.product-lines__line-title{margin-bottom:auto;font-weight:500;min-height:20%}}.product-lines__sub{font-size:var(--fz-regular);margin-top:8px}@media only screen and (max-width: 1130px){.product-lines__sub{max-width:85%;margin-inline:auto}}@media only screen and (max-width: 768px){.product-lines__btn{margin-top:2em}}.product-lines__btn--hide{display:none}.product-lines__btn--loading{--border-angle: 0turn;--main-bg: conic-gradient( from var(--border-angle), var(--clr-dark-blue), var(--clr-dark-blue) 5%, var(--clr-dark-blue) 60%, var(--clr-dark-blue) 95% );--gradient-border: conic-gradient( from var(--border-angle), transparent 25%, var(--clr-light-green) 99%, transparent );border:solid 2px rgba(0,0,0,0);background:var(--main-bg) padding-box,var(--gradient-border) border-box,var(--color) border-box;background-position:center center;animation:bg-spin 3s ease-in-out infinite;pointer-events:none}.post-slide{color:var(--clr-black);height:unset}@media only screen and (max-width: 590px){.post-slide:not(:last-of-type){border-bottom:1px solid currentColor}}.post-slide__tag{color:var(--tag-color);text-transform:uppercase;font-weight:600}@media only screen and (max-width: 590px){.post-slide__tag{font-size:12px}}.post-slide__image{border-radius:20px;overflow:hidden;border:1px solid var(--clr-middle-grey);margin-bottom:9px;aspect-ratio:371/235}.post-slide__image img{aspect-ratio:371/235;width:100%;height:unset;object-fit:cover}@media only screen and (max-width: 590px){.post-slide__image{display:none}}.post-slide__title{font-weight:300;text-transform:uppercase;font-size:var(--fz-h3);margin-bottom:9px;letter-spacing:.03em;line-height:1.2}@media only screen and (max-width: 1200px){.post-slide__title{font-size:18px}}@media only screen and (max-width: 590px){.post-slide__title{font-weight:600;display:flex;gap:2em;align-items:center;justify-content:space-between}.post-slide__title::after{content:url("../images/arrow-point.svg");transform:scale(-0.7, -0.7)}}.post-slide__body{margin-bottom:18px}@media only screen and (max-width: 590px){.post-slide__body{cursor:pointer}}.post-slide__excerpt{color:var(--clr-black)}@media only screen and (max-width: 1200px){.post-slide__excerpt{font-size:14px}}.post-slide__btn{margin-top:auto}@media only screen and (max-width: 590px){.post-slide__btn{display:none}}.product-card{font-size:var(--fz-regular);aspect-ratio:346/344}.product-card:hover .product-card__content{transform:translateY(0%);opacity:1}.product-card:hover .product-card__link-wrapper{background-color:var(--clr-white)}.product-card:hover .product-card__name{color:var(--clr-black)}.product-card:hover .product-card__link{color:var(--clr-dark-turquoise)}@media only screen and (max-width: 768px){.product-card:hover .product-card__link--mobile{display:none}.product-card:hover .product-card__link:not(.mobile-only){display:block !important}}.product-card:hover .product-card__add-to-cart path{fill:var(--clr-main-green)}.product-card__image{background-color:var(--clr-white);mix-blend-mode:multiply;aspect-ratio:346/284}.product-card__image img{margin:auto;height:auto;width:auto;max-height:284px}@media only screen and (max-width: 1576px){.product-card__image img{max-height:215px}}@media only screen and (max-width: 1200px){.product-card__image img{max-height:180px}}.product-card__link-wrapper{background-color:var(--clr-main-green);color:var(--clr-white);padding:.7em 1.3em;z-index:1;transition:background-color .25s ease-in-out}.product-card__name{font-size:var(--fz-accent-sm);transition:color .25s ease-in-out}.product-card__link{font-weight:700;text-decoration:underline;transition:color .25s ease-in-out}@media only screen and (max-width: 768px){.product-card__link:not(.mobile-only){display:none}}.product-card__content{background-color:var(--clr-grey);padding:.85em 1.3em;width:100%;transform:translateY(125%);opacity:0;transition:all .25s ease-in-out;aspect-ratio:346/284}@media only screen and (max-width: 568px){.product-card__content{padding:.55em 1.1em}}.product-card__list{font-weight:600;font-size:16px;height:100%}@media only screen and (max-width: 1576px){.product-card__list{font-size:14px}}.product-card__attr:not(:first-of-type),.product-card__detail:not(:first-of-type){margin-top:.55em}@media only screen and (max-width: 568px){.product-card__attr:not(:first-of-type),.product-card__detail:not(:first-of-type){margin-top:.35em}}.product-card__attr:not(:last-of-type),.product-card__detail:not(:last-of-type){border-bottom:.5px solid #a6a6a6}.product-card__attr span.attr-name,.product-card__attr span.key,.product-card__detail span.attr-name,.product-card__detail span.key{width:49%}.product-card__attr span.attr-value,.product-card__attr span.value,.product-card__detail span.attr-value,.product-card__detail span.value{width:51%}.product-card__detail{font-weight:400 !important}.product-card__add-to-cart{cursor:pointer}.product-card__add-to-cart path{transition:all .25s ease-in-out;fill:var(--clr-white)}.product-card__attr:has([data-attr=pa_operational-temp-range]){display:none}.banner{width:calc(100dvw - var(--scroll-width))}.banner img{width:100%;height:auto}.ordering-code__dropdowns{margin-block:6vmin}.ordering-code__config-wrapper{gap:1.2em}.ordering-code__config-term{border-color:#e0e0e0;border-width:1px;width:max-content;min-width:120px;padding-inline:1.5em;font-size:16px}.ordering-code__config-term[data-open=true] .ordering-code__values{max-height:283px;border:1px solid #e0e0e0;padding-bottom:10px;overflow-y:auto;z-index:2}.ordering-code__config-term:hover{color:var(--clr-dark-blue)}.ordering-code__config-term:hover .ordering-code__term .text{font-weight:600}.ordering-code__config-term:hover .ordering-code__term .icon svg{transform:rotate(90deg)}.ordering-code__config-term:has([data-selected=true]:not([data-default="1"])){border-color:var(--clr-main-green)}.ordering-code__config-term--disabled{pointer-events:none;opacity:.5}.ordering-code__term{font-weight:500;gap:.75em}.ordering-code__term .text{transition:all .25s ease-in}.ordering-code__term .icon svg{height:14px;width:15px;transform:rotate(-90deg);transition:all .25s ease-in}.ordering-code__term .icon svg path{stroke:var(--clr-dark-blue)}.ordering-code__result{background-color:var(--clr-grey);box-shadow:4px 4px 4px 0px rgba(0,0,0,.11);font-size:var(--fz-accent-md);padding-block:.875em;padding-inline:4.3em 2.4em;border-radius:100vw;color:var(--clr-dark-blue);gap:1em;margin-top:6vmin}@media only screen and (max-width: 1200px){.ordering-code__result{padding-inline:2.6em}}@media only screen and (max-width: 1024px){.ordering-code__result{gap:2em}}@media only screen and (max-width: 768px){.ordering-code__result{box-shadow:unset;border-radius:unset;flex-direction:column;width:100%;padding-block:1.875em}}.ordering-code__text{font-weight:700}.ordering-code__code{gap:6px}.ordering-code__part{--fz: 1.125em;font-size:var(--fz);font-weight:500;gap:6px}@media only screen and (max-width: 768px){.ordering-code__part{font-weight:400}}.ordering-code__part .content{overflow:hidden}.ordering-code__part .content--empty{border-radius:6px;width:var(--fz);height:calc(var(--fz)*1.4)}.ordering-code__part .content:not(:empty){margin-inline-start:-6px}.ordering-code__part--sep::before{content:"-"}.ordering-code__part--sep[data-required=false]:has(.content--empty)::before{content:unset}.ordering-code__part[data-required=false] .content--empty{opacity:0;display:none;transition:opacity .25s ease-in-out}.ordering-code__btn{font-size:var(--fz-regular);width:10em}.ordering-code__btn--disabled{pointer-events:none;opacity:.6}.ordering-code__image{border-radius:12px;aspect-ratio:1;width:111px;overflow:hidden}@media only screen and (max-width: 1024px){.ordering-code__image{width:100px}}@media only screen and (max-width: 768px){.ordering-code__image{width:217px}.ordering-code__image img{width:100%}}.ordering-code__image:has(img){border:1px solid #bdbdbd}.ordering-code__code-wrapper{gap:1em}@media only screen and (max-width: 1024px){.ordering-code__code-wrapper{flex-direction:column}}.ordering-code__part .content--empty,.ordering-code__image--empty{background-color:#e6e6e6}.ordering-code__part .content--loading::after,.ordering-code__image--loading::after{position:absolute;inset:0;transform:translateX(-100%);background-image:linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));animation:shimmer 3.5s infinite;content:""}.ordering-code__values{max-height:0px;overflow:hidden;background-color:var(--clr-white);z-index:1;border-radius:8px;max-width:352px;min-width:100%;width:max-content;left:0;transition:all .25s ease-in;top:100%;margin-top:14px;border:1px solid rgba(0,0,0,0)}.ordering-code__values::-webkit-scrollbar{width:6px;overflow:hidden}.ordering-code__values::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.ordering-code__values::-webkit-scrollbar-thumb{background:#e6e6e6;border-radius:8px;overflow:hidden}.ordering-code__value{padding:.6rem 1.375rem;gap:.6rem}.ordering-code__value .text{font-size:16px;color:#6d767e;text-align:left}.ordering-code__value:hover{background-color:#f8f9fa;transition:all .25s ease-in}.ordering-code__value[data-selected=true]{justify-content:space-between}.ordering-code__value[data-selected=true] .text{color:var(--clr-main-green);font-weight:500}.ordering-code__value[data-selected=true]::after{content:"x";color:var(--clr-main-green);font-weight:500;transition:all .25s ease-in-out}.ordering-code__value[data-selected=true]::after:hover{transform:scale(1.15)}.ordering-code__value--disabled{pointer-events:none;background-color:rgba(109,118,126,.1)}.ordering-code__value--disabled .text{color:rgba(109,118,126,.5)}.ordering-code__helper-text{margin-top:1.5em;gap:.5em;cursor:pointer;transition:all .25s ease;font-size:1.2em}.ordering-code__helper-text span.icon{height:1.5em;width:1.5em;display:block;transition:all .25s ease}.ordering-code__helper-text span.icon svg{height:100%;width:100%}.ordering-code__helper-text span.icon svg path{fill:var(--clr-dark-blue)}.ordering-code__helper-text:hover{text-decoration:underline}.ordering-code__helper-text:hover span.icon{scale:1.2}.cart-product{width:min(max(48dvw,918px),100%);padding-inline-start:6vmin;border:1px solid #e6e7e9;border-radius:5px;padding-bottom:5px}.cart-product__img{aspect-ratio:1;width:10%;padding-block:5px}.cart-product__content{flex:1;padding:13px 0 13px 5vmin}.cart-product__name{font-size:var(--fz-regular)}.cart-product__qty-label,.cart-product__price{gap:.4em}.cart-product__qty-label span,.cart-product__price span{font-size:11px;line-height:1.7}.cart-product__qty-label span.label,.cart-product__price span.label{font-weight:600}.cart-product__trash{margin-inline-end:2vmin;cursor:pointer}.cart-product__trash path{transition:all .25s ease-in-out}.cart-product__trash:hover path{fill:var(--clr-main-green)}.cart-product__qty{width:32px;box-shadow:0px 4px 12px 0px rgba(0,0,0,.2509803922),0px 4px 4px 0px rgba(0,0,0,.2509803922);border-radius:4px}.cart-product__btn{aspect-ratio:1;width:100%;font-size:1.7em;font-weight:600;color:#888;line-height:1;cursor:pointer;transition:all .25s ease-in-out}.cart-product__btn:hover{color:var(--clr-main-green)}.cart-product__input{width:100%}.cart-product__input input{width:100%;border:unset;outline:unset;background-color:var(--clr-main-green);color:var(--clr-white);text-align:center;font-weight:500;font-size:12px;padding-block:8px}.cart-product--deleted{animation:fadeToSide 1.2s forwards}.tax-applications .general-hero::before{mix-blend-mode:multiply}@media only screen and (max-width: 568px){.tax-applications .general-hero::before::before{background:linear-gradient(346.27deg, rgba(4, 168, 164, 0) 3.34%, #000000 86.54%)}}.tax-applications .general-hero__image .lazy-image-wrapper{max-width:100%}@media only screen and (max-width: 568px){.tax-applications .general-hero__page-title{font-weight:300}}.tax-applications .application__ancestors{padding-block:.8em;padding-inline-start:var(--start-padding);padding-block:1em;box-shadow:1px 2px 13px 0px rgba(0,0,0,.0784313725);align-items:center;font-size:var(--fz-btn);gap:10vmin;color:var(--clr-dark-blue)}@media only screen and (max-width: 680px){.tax-applications .application__title{gap:.5em}}.tax-applications .application__ancestors-title{text-transform:uppercase;font-weight:400;font-size:1.05em;color:var(--clr-black)}.tax-applications .application__siblings{--space: 1.3em;gap:var(--space);align-items:center}@media only screen and (max-width: 1280px){.tax-applications .application__siblings{flex-wrap:wrap;row-gap:0}}.tax-applications .application__archive-link{transform:translateX(-200%);height:19px;width:10px}@media only screen and (max-width: 680px){.tax-applications .application__archive-link{transform:unset;position:unset}}.tax-applications .application__archive-link svg{height:100%;width:100%}.tax-applications .application__archive-link svg path{stroke:var(--clr-main-green)}.tax-applications .application__app{font-weight:500;border-radius:100vw;transition:all .25s ease}.tax-applications .application__app:not(.application__app--current) a{text-decoration:underline}.tax-applications .application__app:not(.application__app--current):hover{font-weight:600}.tax-applications .application__app--current{background-color:var(--clr-neon-green);padding:.4em 2em}.tax-applications .application__intro{gap:7vmin}@media only screen and (max-width: 992px){.tax-applications .application__intro{flex-direction:column}}.tax-applications .application__body{padding-block-start:10vmin;padding-inline-start:var(--start-padding);flex:1}@media only screen and (max-width: 992px){.tax-applications .application__body{padding-inline-end:var(--start-padding);padding-block-start:5vmin}}.tax-applications .application__desc{margin-block:2vmin 5vmin}.tax-applications .application__desc p{font-size:var(--fz-regular)}.tax-applications .application__desc p:not(:last-of-type){margin-bottom:2em}.tax-applications .application__desc,.tax-applications .application__feature{color:var(--clr-dark-text)}.tax-applications .application__features{margin-block:2vmin 5vmin;gap:6px}.tax-applications .application__feature{font-size:var(--fz-regular);gap:.6em;font-weight:300;--icon-width: 49px}.tax-applications .application__feature strong{font-weight:500}@media only screen and (max-width: 680px){.tax-applications .application__feature{align-items:flex-start}}.tax-applications .application__feature .icon{margin-block-start:-0.1em}.tax-applications .application__feature .icon svg{width:var(--icon-width)}@media only screen and (max-width: 680px){.tax-applications .application__feature .icon svg{--icon-width: 26px;height:var(--icon-width)}}.tax-applications .application__feature .text{width:calc(100% - .6em - var(--icon-width))}.tax-applications .application__values{padding-block-start:10vmin;padding-bottom:5vmin;background-color:var(--clr-grey);width:min(655px,45%)}@media only screen and (max-width: 992px){.tax-applications .application__values{width:100%;padding-block:5vmin}}.tax-applications .application__values-wrapper{position:sticky;top:150px;height:fit-content}.tax-applications .application__icons{margin-top:8vmin;grid-template-columns:1fr 1fr;gap:6vmin 8vmin}@media only screen and (max-width: 680px){.tax-applications .application__icons{gap:6vmin 4vmin;padding:4vmin}}.tax-applications .application__value{text-align:center;gap:2em;font-size:var(--fz-regular)}.tax-applications .application__icon{max-width:115px}.tax-applications .application__icon img{width:100%}.tax-applications .application__value-text{max-width:175px}.tax-applications .application__specs{padding-inline-start:var(--start-padding);padding-block:5.5vmin}@media only screen and (max-width: 1750px){.tax-applications .application__specs{padding-inline-end:var(--start-padding)}}@media only screen and (max-width: 1360px){.tax-applications .application__specs{--start-padding: 3dvw}}.tax-applications .application__specs-wrapper{width:min(1578px,100%);gap:6vmin}@media only screen and (max-width: 620px){.tax-applications .application__specs-wrapper{align-items:center}.tax-applications .application__specs-wrapper .application__title{text-align:center}}.tax-applications .application__table{border:1px solid #b9b9b9}@media only screen and (max-width: 922px){.tax-applications .application__table{border:unset;flex-direction:column;gap:2.5vmin;width:max(60vw,319px)}.tax-applications .application__table:not(:last-of-type){margin-bottom:2.5vmin}}.tax-applications .application__table:first-of-type{margin-top:2vmin}.tax-applications .application__table:not(:first-of-type){border-top:unset}.tax-applications .application__column{flex:var(--flex)}.tax-applications .application__column:not(:last-of-type){border-right:1px solid #b9b9b9}@media only screen and (max-width: 922px){.tax-applications .application__column{border:1px solid #b9b9b9;flex-direction:row}}.tax-applications .application__heading{color:var(--clr-dark-turquoise);font-weight:500;font-size:var(--fz-btn)}@media only screen and (max-width: 1360px){.tax-applications .application__heading{min-height:4.3em}}@media only screen and (max-width: 922px){.tax-applications .application__heading{min-height:unset}}@media only screen and (max-width: 620px){.tax-applications .application__heading{font-size:15px}}.tax-applications .application__heading,.tax-applications .application__content{padding:10px 12px}@media only screen and (max-width: 1576px){.tax-applications .application__heading,.tax-applications .application__content{font-size:16px}}@media only screen and (max-width: 922px){.tax-applications .application__heading,.tax-applications .application__content{flex:1}}.tax-applications .application__content{border-top:1px solid #b9b9b9;font-size:var(--fz-regular)}@media only screen and (max-width: 922px){.tax-applications .application__content{border-top:unset;border-left:1px solid #b9b9b9}}@media only screen and (max-width: 620px){.tax-applications .application__content{font-size:13px}}.tax-applications .application__comments{margin-top:8px;font-size:var(--fz-regular)}.tax-applications .application__products{padding-block:9vmin;background-color:var(--clr-dark-turquoise)}.tax-applications .application__products-wrapper{gap:8vmin}@media only screen and (max-width: 1440px){.tax-applications .application__products-wrapper{padding-inline:2dvw}}.tax-applications .application__related-products{width:min(1414px,90%)}@media only screen and (max-width: 568px){.tax-applications .application__related-products{width:85%}}.tax-applications .application__slider-wrapper{width:min(1560px,100%)}@media only screen and (max-width: 1360px){.tax-applications .application__slider-wrapper{width:85%}}@media only screen and (max-width: 1024px){.tax-applications .application__slider-wrapper{width:93%}}@media only screen and (max-width: 992px){.tax-applications .application__slider-wrapper{width:74%}}@media only screen and (max-width: 768px){.tax-applications .application__slider-wrapper{width:100%}}@media only screen and (max-width: 568px){.tax-applications .application__slider-wrapper{width:327px}}.tax-applications .application__nav{inset:0;margin:auto;height:max-content;pointer-events:none}.tax-applications .application__nav-arrow{pointer-events:all;cursor:pointer}.tax-applications .application__nav-arrow svg{width:10px;height:19px}.tax-applications .application__nav-arrow svg path{stroke:var(--clr-white)}.tax-applications .application__nav-arrow--next{transform:scale(-1, -1)}.tax-applications .application__nav-arrow--hidden{opacity:0;pointer-events:none}.tax-applications .application__nav-arrow--disabled{opacity:.5;pointer-events:none}.tax-applications .application__products-title{color:var(--clr-white)}@media only screen and (max-width: 768px){.tax-applications .application__products-title{text-align:center;padding-inline:2dvw}}@media only screen and (max-width: 1200px){.tax-applications .application [data-load-mobile]{display:flex;margin-bottom:4vmin;margin-inline:auto;width:194px;height:48px}.tax-applications .application [data-load-mobile].loaded{color:rgba(0,0,0,0);background-color:rgba(0,0,0,0)}.tax-applications .application [data-load-mobile].loaded::before{content:"Show Less";color:var(--color);width:100%;position:absolute}}@media only screen and (max-width: 1200px){.tax-applications .application [data-mobile-wrapper] :first-child{max-height:18dvh;overflow:hidden;transition:all .25s ease-in-out}}.tax-applications .product-card{overflow:hidden}@media only screen and (max-width: 992px){.tax-applications .product-lines{background-image:unset !important}}@media only screen and (max-width: 1200px){.single-product .general-hero{padding-inline:var(--start-padding)}}@media only screen and (max-width: 992px){.single-product .general-hero{aspect-ratio:380/140}}@media only screen and (max-width: 768px){.single-product .general-hero{aspect-ratio:380/254}}.single-product .general-hero__element{--top: 44%;--left: 69%;--color: var(--clr-dark-grey);transform:rotate(60deg);opacity:.5;width:36%}.single-product .general-hero__element svg{height:auto;width:100%}@media only screen and (max-width: 768px){.single-product .general-hero__element{--top: 60%}}.single-product .general-hero__page-title{color:var(--clr-black);max-width:unset}@media only screen and (max-width: 1200px){.single-product .general-hero__page-title{line-height:1.1;gap:.3em}}@media only screen and (max-width: 768px){.single-product .general-hero__page-title{width:unset;font-weight:200}}@media only screen and (max-width: 568px){.single-product .general-hero__page-title{font-weight:300;line-height:1.2}}@media only screen and (max-width: 568px){.single-product .general-hero__wrapper{justify-content:start;padding-top:3em}}.single-product .intro{padding-top:5vmin;padding-bottom:14vmin}@media only screen and (max-width: 768px){.single-product .intro{background:#fafafa;box-shadow:8px 4px 4px 1px rgba(0,0,0,.0784313725)}}.single-product .intro__wrapper{padding-inline:17vmin;gap:max(60px,14vmin)}@media only screen and (max-width: 1576px){.single-product .intro__wrapper{padding-inline:8dvw;gap:60px}}@media only screen and (max-width: 1200px){.single-product .intro__wrapper{padding-inline:var(--start-padding);align-items:center}}@media only screen and (max-width: 992px){.single-product .intro__wrapper{flex-direction:column}}@media only screen and (max-width: 768px){.single-product .intro__wrapper{gap:10px}}.single-product .intro__image{mix-blend-mode:multiply;width:min(488px,45%)}@media only screen and (max-width: 1200px){.single-product .intro__image{width:37%}}@media only screen and (max-width: 768px){.single-product .intro__image{width:77%}}.single-product .intro__image img{margin-inline:auto;min-width:55%;mix-blend-mode:multiply}.single-product .intro__body{width:min(900px,72%);color:#0a0a0a}@media only screen and (max-width: 1340px){.single-product .intro__body{width:min(900px,50%)}}@media only screen and (max-width: 1200px){.single-product .intro__body{width:56%}}@media only screen and (max-width: 992px){.single-product .intro__body{width:100%}}.single-product .intro__title{font-size:clamp(30px,6.2vmin,48px)}@media only screen and (max-width: 768px){.single-product .intro__title{color:#0b0b0b;font-weight:600;line-height:3}}.single-product .intro__text{font-size:var(--fz-btn);margin-bottom:5vmin}.single-product .intro__text *{font-weight:400}@media only screen and (max-width: 768px){.single-product .intro__text{font-weight:300;font-size:18px}}.single-product .intro__btns{gap:1.6dvw}@media only screen and (max-width: 520px){.single-product .intro__btns{flex-direction:column}}.single-product .intro__btn{font-size:var(--fz-regular);min-width:220px;font-weight:300}@media only screen and (max-width: 768px){.single-product .intro__btn{margin-inline:auto}}.single-product .features{padding-block:9vmin}.single-product .features__title{margin-bottom:3vmin}@media only screen and (max-width: 768px){.single-product .features__title{text-align:center;margin-block:1.5em}}.single-product .features__wrapper{width:min(1468px,100%)}@media only screen and (max-width: 1200px){.single-product .features__wrapper{padding-inline:var(--start-padding)}}@media only screen and (max-width: 768px){.single-product .features__wrapper{flex-direction:column;align-items:center;row-gap:5vmin}}.single-product .features__features{width:min(100% - 412px,60%)}@media only screen and (max-width: 768px){.single-product .features__features{order:2;width:100%}}.single-product .features__values{width:min(412px,40%)}@media only screen and (max-width: 768px){.single-product .features__values{order:1;width:100%}}.single-product .features__attributes{width:100%;padding-top:5vmin;margin-top:5vmin;border-top:1px solid var(--clr-white);gap:12px}@media only screen and (max-width: 768px){.single-product .features__attributes{order:3;flex-wrap:wrap;justify-content:space-evenly}}.single-product .features__list{font-size:var(--fz-regular);gap:.5em}.single-product .features__item{gap:.5em}.single-product .features__item .icon svg g g{opacity:.6}.single-product .features__item .icon svg g g path{fill:var(--clr-white)}.single-product .features__item .icon svg circle{fill:var(--clr-white)}.single-product .features__item .icon svg path{fill:var(--clr-main-green)}.single-product .features__item .text{width:calc(100% - 49px - .5em)}.single-product .features__values-list{gap:5vmin;grid-template-columns:1fr 1fr}.single-product .features__value{gap:2vmin}.single-product .features__value .text{text-align:center;font-size:var(--fz-regular)}.single-product .features__value .icon{max-width:calc(100px + .5vw)}.single-product .features__attribute{flex:1;gap:12px}@media only screen and (max-width: 768px){.single-product .features__attribute{width:30%;flex:unset}}.single-product .features__attribute-name,.single-product .features__attribute-value{width:100%;border-radius:7px;padding-block:10px;text-align:center;line-height:1.2}.single-product .features__attribute-name{color:var(--clr-white);background-color:var(--clr-dark-blue);font-size:var(--fz-regular)}.single-product .features__attribute-value{color:var(--clr-dark-blue);background-color:var(--clr-white);font-size:var(--fz-btn);font-weight:500}@media only screen and (max-width: 568px){.single-product .features__attribute-value{flex:1}}.single-product .content{overflow:hidden;scroll-margin-top:60px}.single-product .content__header{padding-block:5vmin;box-shadow:1px 2px 13px 0px rgba(0,0,0,.0784313725)}@media only screen and (max-width: 768px){.single-product .content__header{font-size:20px;padding:0}}@media only screen and (max-width: 768px){.single-product .content__select-drop{display:flex;padding:1.375em 1.45em;box-shadow:1px 2px 13px 0px rgba(0,0,0,.0784313725);cursor:pointer}.single-product .content__select-drop[data-open=true]~.tabs{max-height:25dvh}}.single-product .content__tabs{max-width:fit-content}@media only screen and (max-width: 768px){.single-product .content__tabs{width:100%;order:3;max-height:0;max-width:unset;transition:max-height .25s ease-in-out}}.single-product .content__tabs .swiper-wrapper{gap:1em}@media only screen and (max-width: 768px){.single-product .content__tabs .swiper-wrapper{flex-direction:column;align-items:start;padding:1em 1.45em 1.375em}}.single-product .content .tabs__tab{padding-inline:4vmin;width:fit-content;line-height:1.2;color:var(--clr-dark-blue);padding-block:1.2em;border:1px solid rgba(0,0,0,0);color:var(--clr-black)}@media only screen and (max-width: 992px){.single-product .content .tabs__tab{padding-inline:2vmin}}@media only screen and (max-width: 768px){.single-product .content .tabs__tab{padding:0;height:unset;color:#6c757d;display:flex;gap:.7em}.single-product .content .tabs__tab::before{content:"";height:15px;width:15px;border-radius:100%;border:1px solid #d9d9d9}}.single-product .content .tabs__tab:not(.tabs__tab--selected){--color: var(--clr-white);max-width:285px}.single-product .content .tabs__tab:not(.tabs__tab--selected):hover{--color: var(--clr-dark-blue);font-weight:600;border-color:rgba(0,0,0,0)}.single-product .content .tabs__tab--selected{font-weight:600;max-width:290px}.single-product .content .tabs__tab--selected:hover{background-color:var(--clr-neon-green);color:inherit}.single-product .content .tabs__tab--active{font-weight:600;color:var(--clr-main-green)}.single-product .content .tabs__tab--active::after{content:"";height:10.2px;width:10.2px;background-color:#ced4da;position:absolute;left:2.45px;border-radius:100%;top:50%;transform:translatey(-53%)}.single-product .content__view{padding-block:8vmin}.single-product .content__view[data-view=technical-data].content__view--active{background-image:url("../images/product-page.png");background-repeat:no-repeat;background-position:right -10%;background-attachment:fixed}@media only screen and (max-width: 768px){.single-product .content__view[data-view=technical-data].content__view--active{background:unset}}@media only screen and (max-width: 768px){.single-product .content__view[data-view=ordering-code]{padding-bottom:unset}}.single-product .content__wrapper.tables{width:min(1100px,90%);margin-inline:auto;gap:6.5vmin}.single-product .content__wrapper.image{width:min(1446px,100%)}.single-product .content__wrapper.downloads{width:min(918px,100%)}@media only screen and (max-width: 768px){.single-product .content__wrapper.ordering-code{padding-inline:unset}}.single-product .content .tables__title{font-size:var(--fz-h3);color:var(--clr-dark-turquoise);margin-bottom:4vmin}.single-product .content .tables__table-rows{font-size:var(--fz-regular);gap:1em}.single-product .content .tables__item{padding:1.05em 1.2em 1.05em 3.3em;background-color:var(--clr-grey);gap:1em}@media only screen and (max-width: 992px){.single-product .content .tables__item{align-items:start}}@media only screen and (max-width: 768px){.single-product .content .tables__item{padding-inline-start:1.7em}}@media only screen and (max-width: 568px){.single-product .content .tables__item{background-color:var(--clr-white);border:1px solid #b9b9b9;padding:0;align-items:stretch}}.single-product .content .tables__head{font-weight:600;white-space:nowrap}@media only screen and (max-width: 568px){.single-product .content .tables__head{border-right:1px solid #b9b9b9;white-space:unset}}.single-product .content .tables__value{text-align:end}@media only screen and (max-width: 568px){.single-product .content .tables__head,.single-product .content .tables__value{flex:1;padding:12px 10px}}.single-product .content .downloads__list{grid-template-columns:1fr 1fr;gap:2.5vmin}@media only screen and (max-width: 768px){.single-product .content .downloads__list{grid-template-columns:1fr}}.single-product .content .downloads__file{gap:2.5vmin}.single-product .content .downloads__file .text{text-decoration:underline;font-size:var(--fz-regular)}.single-product .content__image{width:100%}.single-product .content__image img{width:100%}.single-product .related-products{background-color:var(--clr-grey);padding-top:9vmin}.single-product .related-products .product-card__content{border:1px solid #d6d6d6}.single-product .accessories{margin-top:9vmin;background-color:var(--clr-white)}.single-product .accessories .product-card:hover .product-card__link-wrapper{box-shadow:0px 1px 2px 0px rgba(0,0,0,.25)}.single-product .related-products,.single-product .accessories{padding-bottom:9vmin}.single-product .related-products__slider-wrapper,.single-product .accessories__slider-wrapper{width:min(1658px,100%)}@media only screen and (max-width: 768px){.single-product .related-products__slider-wrapper .swiper-wrapper,.single-product .accessories__slider-wrapper .swiper-wrapper{justify-content:unset}}.single-product .related-products__wrapper,.single-product .accessories__wrapper{gap:8vmin}.single-product .related-products__nav,.single-product .accessories__nav{inset:0;margin:auto;height:max-content;pointer-events:none}.single-product .related-products__products,.single-product .accessories__products{width:min(1418px,90%);padding:2px}.single-product .related-products__nav-arrow,.single-product .accessories__nav-arrow{pointer-events:all;cursor:pointer}.single-product .related-products__nav-arrow svg path,.single-product .accessories__nav-arrow svg path{stroke:var(--clr-dark-blue)}.single-product .related-products__nav-arrow--next,.single-product .accessories__nav-arrow--next{transform:scale(-1, -1)}.single-product .related-products__nav-arrow--disabled,.single-product .accessories__nav-arrow--disabled{opacity:.5;pointer-events:none}.single-product .related-products__nav-arrow--hidden,.single-product .related-products__nav-arrow--locked,.single-product .accessories__nav-arrow--hidden,.single-product .accessories__nav-arrow--locked{opacity:0;pointer-events:none}.single-product .related-products__product .product-card__image,.single-product .accessories__product .product-card__image{border:1px solid rgba(238,238,238,.9333333333);border-bottom:unset}@media only screen and (max-width: 768px){.single-product .ordering-code__title{text-align:center;padding-inline:5dvw}}@media only screen and (max-width: 568px){.single-product .ordering-code__config-wrapper{flex-direction:column}}.single-product .modal{pointer-events:none !important}.single-product .modal__body{width:min(1394px,80%);padding:5vmin 8vmin 2vmin;background-color:var(--clr-dark-blue);border:2px solid var(--clr-white);pointer-events:all}@media only screen and (max-width: 1576px){.single-product .modal__body{padding:2em}}@media only screen and (max-width: 768px){.single-product .modal__body{padding:1.25em;max-height:83dvh;overflow:scroll}}.single-product .modal__exit{transform:unset;border:unset;padding:unset;align-self:end;pointer-events:all}.single-product .modal__exit:hover{background-color:unset}.single-product .modal__exit:hover svg path{stroke:var(--clr-neon-green)}@media only screen and (max-width: 768px){.single-product .modal__exit svg{width:14px;height:14px}}.single-product .modal__form{width:95%}@media only screen and (max-width: 768px){.single-product .modal__form{width:100%}}.single-product .modal__title{color:var(--clr-white);margin-block:2vmin 5vmin}.single-product .modal .form fieldset{flex-direction:row;flex-wrap:wrap}.single-product .modal .form fieldset:has(input[name=form_page]),.single-product .modal .form fieldset:has(input[name=ordering_code]){display:none}.single-product .modal .form .legal-consent-container{color:var(--clr-white) !important}.single-product .modal .form .legal-consent-container a{color:var(--clr-neon-green);text-decoration:underline}.single-product .modal .form .legal-consent-container label{align-items:unset}.single-product .modal .form .legal-consent-container label::before{margin-top:3px}.single-product .modal .form__textarea{width:calc(50% - var(--gap)/2);max-height:54px}.single-product .modal .form__textarea textarea{min-height:unset;max-height:54px}.single-product .modal .form__checkbox{color:var(--clr-white);order:1;width:100%}.single-product .modal .form__checkbox a{color:var(--clr-neon-green) !important}.single-product .modal .form__checkbox .ff_tc_checkbox:has(input:checked){background-color:var(--clr-neon-green);border-color:var(--clr-neon-green)}.single-product .modal .form__checkbox:has(input:checked)::before{color:var(--clr-dark-blue);pointer-events:none}.single-product .modal .form .ff_submit_btn_wrapper{margin-inline-start:auto}.single-product .modal .form button{--color: var(--clr-neon-green);color:var(--clr-dark-blue) !important;border-radius:100vw;border:2px solid var(--color);width:162px;text-align:center;font-size:16px !important;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease-in-out;background-color:var(--color) !important;margin-inline-start:auto}.single-product .modal .form button:hover{opacity:1;background-color:rgba(0,0,0,0) !important;color:var(--color) !important}.single-product .modal .form .hbspt-form{width:100%}.single-product .modal .form .hs-richtext{display:none}@media only screen and (max-width: 1576px){.single-product .modal .form form{--gap: 1em}}@media only screen and (max-width: 1200px){.single-product .modal .form form input,.single-product .modal .form form textarea,.single-product .modal .form form select{padding-block:.55em;border-radius:.85em;padding-inline:1.2em !important}}@media only screen and (max-width: 1200px){.single-product .modal .form form textarea,.single-product .modal .form form select{height:43.6px !important}}@media only screen and (max-width: 768px){.single-product .modal .form form .field{width:100% !important;flex:unset}.single-product .modal .form form .field input{overflow:hidden;border-radius:100vw}}@media only screen and (max-width: 768px){.single-product .modal .form form .hs-submit input{border-radius:100vw}}.single-product .modal--image .lazy-full-image{pointer-events:none;transform-origin:center center}.single-post .general-hero__page-title{font-weight:200;text-transform:uppercase}.single-post .single-post{--h3: clamp(18px, 1.6vw, 26px);padding:8vmin var(--start-padding) 14vmin}@media only screen and (max-width: 1024px){.single-post .single-post__container{flex-direction:column}}.single-post .single-post__title{gap:2vmin;max-width:83%}.single-post .single-post__title .arrow{margin-top:1em}@media only screen and (max-width: 768px){.single-post .single-post__title .arrow{margin-top:.5em}}.single-post .single-post__title .arrow svg{width:10px;height:19px}.single-post .single-post__title .arrow svg path{stroke:var(--clr-main-green)}.single-post .single-post__title h1{font-size:var(--fz-h2);width:calc(100% - 2vmin - 10px);font-weight:300}.single-post .single-post__body{gap:5vmin;margin-bottom:7vmin;max-width:83%;color:var(--clr-black)}@media only screen and (max-width: 1440px){.single-post .single-post__body{max-width:100%}}.single-post .single-post__body::after{content:"";width:min(354px,40%);height:1px;background-color:#c2bfbf;margin-top:-2vmin}.single-post .single-post__body ul,.single-post .single-post__body li{list-style:disc}.single-post .single-post__body ul{padding-inline-start:1em}.single-post .single-post__section-title{text-transform:uppercase;font-size:var(--fz-h3);font-weight:300;margin-bottom:.5em}@media only screen and (max-width: 768px){.single-post .single-post__text-image{flex-direction:column !important}}.single-post .single-post__text-image .single-post__text{width:min(707px,55%)}@media only screen and (max-width: 768px){.single-post .single-post__text-image .single-post__text{width:100%}}.single-post .single-post__text-image .single-post__text p:not(:last-of-type){margin-bottom:1.5em}.single-post .single-post__text-image .single-post__image{width:min(500px,40%);border-radius:20px;overflow:hidden;height:fit-content;position:sticky;top:12dvh}@media only screen and (max-width: 768px){.single-post .single-post__text-image .single-post__image{width:90%;margin-inline:auto;margin-top:3vmin}}.single-post .single-post__text-image .single-post__image img{width:100%;height:auto;border-radius:20px}.single-post .single-post__text,.single-post .single-post .text{font-size:var(--fz-regular);font-weight:300}.single-post .single-post__list{gap:5vmin}.single-post .single-post__list ul,.single-post .single-post__list li{list-style:none;padding:0}.single-post .single-post__item{gap:1em}.single-post .single-post__item .text{font-weight:300;width:calc(100% - 2em)}.single-post .single-post__item .check{height:23px;width:23px;background-color:var(--clr-main-green);border-radius:100%;margin-top:.3em}.single-post .single-post__item .check svg{width:19px;margin:auto}.single-post .single-post__arrow{gap:1.5em}.single-post .single-post__arrow path{transition:stroke .25s ease-in-out}.single-post .single-post__arrow--next{flex-direction:row-reverse;text-align:right}.single-post .single-post__arrow--next svg{transform:scale(-1, -1)}@media only screen and (max-width: 768px){.single-post .single-post__arrow span:not(:first-of-type){display:none}}.single-post .single-post__arrow:hover svg path{stroke:var(--clr-main-green)}.single-post .single-post--event{padding-inline-end:16vmin}@media only screen and (max-width: 1024px){.single-post .single-post--event{padding-inline-end:var(--start-padding);padding-bottom:0}}.single-post .single-post--event .single-post__image{width:min(722px,50%);border-radius:20px;overflow:hidden;margin-top:2vmin;max-height:fit-content;position:sticky;top:12dvh}.single-post .single-post--event .single-post__image img{aspect-ratio:722/449;width:100%;object-fit:cover;border-radius:20px}@media only screen and (max-width: 1440px){.single-post .single-post--event .single-post__image{width:min(722px,37%)}}@media only screen and (max-width: 1024px){.single-post .single-post--event .single-post__image{width:100%;aspect-ratio:722/260;margin-top:6vmin;border-radius:20px 20px 0 0}.single-post .single-post--event .single-post__image img{aspect-ratio:722/260;border-radius:20px 20px 0 0}}.single-post .single-post--event .single-post__wrapper{width:min(695px,45%)}@media only screen and (max-width: 1440px){.single-post .single-post--event .single-post__wrapper{width:min(722px,57%)}}@media only screen and (max-width: 1024px){.single-post .single-post--event .single-post__wrapper{width:100%}}.single-post .single-post--event .single-post__text{gap:2vmin;margin-top:2vmin;margin-inline-start:calc(10px + 2vmin)}.single-post .single-post__btn{margin-top:18px;margin-inline-start:calc(10px + 2vmin);font-size:var(--fz-regular)}.single-post .single-post__apps a{text-decoration:underline}.woocommerce-account:not(.logged-in) .general-hero,.woocommerce-account:not(.logged-in) .general-hero__breadcrumbs{display:none}.woocommerce-account .general-hero__element svg{transform:rotate(135deg)}.woocommerce-account .default__wrapper{width:min(1534px,95%) !important}.woocommerce-account .my-account-page{--nav-bar-wdth: max(272px, 15dvw);min-height:100dvh}.woocommerce-account .my-account-page:has(.my-account__navigation){min-height:70dvh;border-radius:0;box-shadow:unset}.woocommerce-account .my-account-page:has(.my-account__navigation) .woocommerce{display:flex;min-height:70dvh;background-color:var(--clr-dark-blue)}.woocommerce-account .my-account__navigation{width:var(--nav-bar-wdth);background-color:var(--clr-dark-blue);color:var(--clr-white);padding-block:1.5em;height:100%;min-height:70dvh}.woocommerce-account .my-account__nav-title{font-size:var(--fz-btn);text-transform:uppercase;font-weight:300;padding-inline:2.8em 1.6em}.woocommerce-account .my-account__nav-items{gap:.6em;margin-top:1em}.woocommerce-account .my-account__nav-wrapper{padding:.6em 2em .6em 3.5em}.woocommerce-account .my-account__nav-wrapper:has([aria-current=page]){background-color:rgba(167,167,167,.3882352941);transition:all .25s ease}.woocommerce-account .my-account__nav-item{transition:all .25s ease}.woocommerce-account .my-account__nav-item:not([aria-current=page]):hover{font-weight:500}.woocommerce-account .my-account__nav-item:not([aria-current=page]):hover .arrow{transform:translateX(50%)}.woocommerce-account .my-account__nav-item .arrow{transition:all .25s ease}.woocommerce-account .my-account__content{width:calc(100% - var(--nav-bar-wdth));min-height:70dvh;background:#fbfbfb;padding:6vmin;padding-inline-end:14vmin;--text-padding: 6vmin}.woocommerce-account .my-account__page-title{padding-inline-start:var(--text-padding);margin-bottom:1em;text-transform:uppercase;font-weight:300}.woocommerce-account .my-account__content-wrapper{box-shadow:0px 4px 3px -2px rgba(0,0,0,.0588235294);background:#fff;min-height:50dvh;border-radius:22px;padding-inline:var(--text-padding);font-size:var(--fz-regular);padding-block:2.4em}.woocommerce-account .my-account__content-wrapper p{color:#212121}.woocommerce-account .my-account__content-wrapper p:not(:last-of-type){margin-bottom:1em}.woocommerce-account .my-account__content-wrapper p a{text-decoration:underline}.woocommerce-account .my-account__content-wrapper p.links a{font-weight:600}.woocommerce-account .my-account__content-wrapper .user-name{font-weight:400}.woocommerce-account .my-account__content-wrapper .user-name:first-of-type{color:var(--clr-main-green);font-weight:600}.woocommerce-account .my-account__content-wrapper:has(.orders){padding:2vmin}.woocommerce-account .orders__info{border-radius:5px;margin-inline:calc(-0.5*var(--text-padding));padding:1em 2em;border:1px solid #e6e7e9}.woocommerce-account .orders__info .woocommerce-info{all:unset;display:flex;justify-content:space-between;align-items:center}.woocommerce-account .orders__info .woocommerce-info::after{content:unset}.woocommerce-account .orders__info .main-btn{font-size:14px;padding-inline:2em;font-weight:600;width:max-content}.woocommerce-account .orders__info .main-btn:hover{color:var(--clr-dark-blue)}.woocommerce-account .orders__wrapper{overflow:hidden}.woocommerce-account .orders__tabs{--tab-width: 170px;font-size:13px;padding-bottom:.9em;font-weight:550;width:100%;border-bottom:1px solid #e6e7e9;margin-bottom:2vmin}.woocommerce-account .orders__tab{width:var(--tab-width);text-align:center;color:#82868f;cursor:pointer}.woocommerce-account .orders__tab--active{color:var(--clr-main-green)}.woocommerce-account .orders__tabs-indicator{width:var(--tab-width);height:2px;background-color:var(--clr-main-green);bottom:0;transition:all .25s ease}.woocommerce-account .orders__content-wrapper{width:300%}.woocommerce-account .orders__content-wrapper[data-show-content=previous] [data-content]{transform:translateX(-100%)}.woocommerce-account .orders__content-wrapper[data-show-content=quotes] [data-content]{transform:translateX(-200%)}.woocommerce-account .orders__section{width:100%;transition:transform .5s ease-in-out}.woocommerce-account .orders__card{border:1px solid #e6e7e9;border-radius:5px;padding:2vmin 4vmin;gap:2vmin;flex-wrap:wrap}.woocommerce-account .orders__card[data-show-details=false] [data-product-details]{max-height:0}.woocommerce-account .orders__card[data-show-details=false] [data-show-more=false]{display:none}.woocommerce-account .orders__card[data-show-details=true] [data-product-details]{padding-top:2vmin}.woocommerce-account .orders__card[data-show-details=true] .orders__products-preview{display:none}.woocommerce-account .orders__card[data-show-details=true] [data-show-more=true]{display:none}.woocommerce-account .orders__details{font-size:14px;gap:1em}.woocommerce-account .orders__detail{gap:.5em}.woocommerce-account .orders__label{font-weight:550}.woocommerce-account .orders__summary{margin-inline-start:auto}.woocommerce-account .orders__number,.woocommerce-account .orders__product-name{font-size:var(--fz-regular);font-weight:400}.woocommerce-account .orders__value{font-weight:450}.woocommerce-account .orders__value[data-status=completed]{color:var(--clr-main-green)}.woocommerce-account .orders__value[data-status=quote-requested]{color:var(--clr-dark-grey)}.woocommerce-account .orders__show-more{color:var(--clr-main-green);font-size:16px;cursor:pointer}.woocommerce-account .orders__show-more:hover{text-decoration:underline}.woocommerce-account .orders__products-preview{gap:1vmin}.woocommerce-account .orders__products-img{width:130px;border:1px solid #e6e7e9;border-radius:5px;aspect-ratio:1;overflow:hidden}.woocommerce-account .orders__products-img--has-more{position:relative}.woocommerce-account .orders__products-img--has-more::after{content:"+" attr(data-rest-count);display:flex;align-items:center;justify-content:center;inset:0;color:var(--clr-white);font-size:2em;position:absolute;z-index:3;font-weight:550}.woocommerce-account .orders__products-img--has-more::before{content:"";background-color:rgba(0,0,0,.508);position:absolute;inset:0;z-index:3}.woocommerce-account .orders__product-details{width:100%;gap:2vmin;transition:max-height .25s ease-in-out;overflow:hidden}.woocommerce-account .orders__product{gap:2em}.woocommerce-account .addresses{margin-inline:calc(-0.5*var(--text-padding));gap:4vmin}.woocommerce-account .addresses__box{padding:2em;border:1px solid #e6e7e9;border-radius:5px;min-width:32%}.woocommerce-account .addresses__title{margin-bottom:2em}.woocommerce-account .addresses__title h4{font-weight:400}.woocommerce-account .addresses__icon{cursor:pointer;gap:.7em;font-size:14px}.woocommerce-account .addresses__icon .text{color:var(--clr-main-green);transition:all .25s ease}.woocommerce-account .addresses__icon .text:hover{text-decoration:underline}.woocommerce-account .addresses__address address{font-style:normal;width:min(90%,230px)}.woocommerce-account .account__form{column-gap:.5em}.woocommerce-account .account__form .my-account__input-group:first-of-type{margin-bottom:unset}.woocommerce-account .account__form .my-account__input-group:not(.my-account__input-group--wide){flex:1}.woocommerce-account .account__form button{max-width:200px;--color: var(--clr-neon-green);color:var(--clr-dark-blue);margin-inline-start:auto;margin-top:5vmin;transition:all .25s ease}.woocommerce-account .account__form-wrapper{width:min(max(47vw,600px),95%);margin-block:3vmin}.woocommerce-account .account__toggle-view{width:100%;margin-bottom:1vmin}.woocommerce-account .account__toggle-view[data-view=false] .account__password{max-height:0;overflow:hidden}.woocommerce-account .account__toggle-view[data-view=false] [data-view=false]{display:block}.woocommerce-account .account__toggle-view[data-view=false] [data-view=true]{display:none}.woocommerce-account .account__toggle-view[data-view=true] [data-view=false]{display:none}.woocommerce-account .account__toggle-view[data-view=true] [data-view=true]{display:block}.woocommerce-account .account__toggle-btn span{text-decoration:underline;cursor:pointer;transition:all .25s ease}.woocommerce-account .account__toggle-btn span:hover{color:var(--clr-main-green)}.woocommerce-account .account__password{margin-block:1vmin}.woocommerce-account .account__guidelines{font-size:14px}.woocommerce-account .account__guide-title{color:var(--clr-main-green);margin-block:1.2em}.woocommerce-account .account__list{padding-inline:1em;color:#666}.woocommerce-account .account__list li{list-style:disc;line-height:2em}.woocommerce-account .my-account-form{box-shadow:0px 4px 4px 0px rgba(0,0,0,.2509803922);border-radius:24px;overflow:hidden;color:var(--clr-black-900);line-height:1.4;width:min(max(80dvw,1534px),95%);margin-inline:auto;margin-block:9vmin}.woocommerce-account .my-account-form__wrapper{--form-width: min(555px, 28dvw)}.woocommerce-account .my-account-form__wrapper[data-content=login] [data-form=register],.woocommerce-account .my-account-form__wrapper[data-content=login] [data-image=register]{opacity:0;pointer-events:none;visibility:hidden}.woocommerce-account .my-account-form__wrapper[data-content=register] [data-form=login],.woocommerce-account .my-account-form__wrapper[data-content=register] [data-image=login]{opacity:0;pointer-events:none;visibility:hidden}.woocommerce-account .my-account-form__forms-wrapper{width:var(--form-width)}.woocommerce-account .my-account-form__image-wrapper{width:calc(100% - var(--form-width))}.woocommerce-account .my-account-form__form-wrapper,.woocommerce-account .my-account-form__image{grid-area:1/1/2/2;transition:all .25s ease-in-out}.woocommerce-account .my-account-form__form-wrapper{--gap: 1.2em;--small-font: 0.7em;padding-inline:max(7.5vmin,30px);font-size:var(--fz-btn);gap:var(--gap)}.woocommerce-account .my-account-form__form-wrapper h2{font-size:2em;text-transform:capitalize}.woocommerce-account .my-account-form__form-wrapper[data-form=login] .my-account__extra{margin-top:calc(-1*var(--gap))}.woocommerce-account .my-account-form__form-wrapper[data-form=login] .my-account__extra::before{content:"";width:100%;height:.5px;background:#e5e5e5}.woocommerce-account .my-account-form__form-wrapper[data-form=register] .my-account__form-actions{margin-top:1.7em}.woocommerce-account .my-account-form__form-wrapper[data-form=register] .my-account__form-actions::before{content:"";width:100%;height:.5px;background:#e5e5e5}.woocommerce-account .my-account-form__form-wrapper[data-form=register] .my-account__google-login{margin-top:-1.6em}.woocommerce-account .my-account-form__image{aspect-ratio:1}.woocommerce-account .my-account-form__greeting{font-size:1em}.woocommerce-account .my-account-form__icon{place-items:center}.woocommerce-account .my-account-form__icon [data-show]{grid-area:1/1/2/2;cursor:pointer}.woocommerce-account .my-account-form__icon[data-show-pass=true] [data-show=false]{visibility:hidden;opacity:0;pointer-events:none}.woocommerce-account .my-account-form__icon[data-show-pass=false] [data-show=true]{visibility:hidden;opacity:0;pointer-events:none}.woocommerce-account .my-account-form__pass-link{font-size:var(--small-font);color:#007aff;cursor:pointer}.woocommerce-account .my-account-form__pass-link:hover{text-decoration:underline}.woocommerce-account .my-account-form__toggle-wrapper{gap:.5em;cursor:pointer;font-size:var(--small-font);margin-top:1em}.woocommerce-account .my-account-form__toggle{position:relative;background-color:#f2f2f2;border:.5px solid #e5e5e5;border-radius:100vw;width:40px;height:20px;display:flex;align-items:center;transition:all .25s ease-in-out}.woocommerce-account .my-account-form__toggle::before{content:"";position:absolute;width:16px;height:16px;box-shadow:1px 1px 2px -1px rgba(51,51,51,.3019607843);background-color:#029993;border-radius:100%;left:2px;transition:all .25s ease-in-out}.woocommerce-account .my-account-form__toggle:has(input:checked){background-color:#029993;border:.5px solid #029993}.woocommerce-account .my-account-form__toggle:has(input:checked)::before{transform:translateX(19px);background-color:#f2f2f2}.woocommerce-account .my-account-form__toggle input{display:none}.woocommerce-account .my-account-form__submit{width:100%;--color: var(--clr-main-green);color:var(--clr-white)}.woocommerce-account .my-account-form__google-login{width:100%;--color: var(--clr-black-800);gap:1em;font-size:.7em;color:var(--clr-white)}.woocommerce-account .my-account-form__switch-view{font-size:var(--small-font);gap:.5em}.woocommerce-account .my-account-form__switch-view [data-switch]{color:#007aff;cursor:pointer}.woocommerce-account .my-account-form__switch-view [data-switch]:hover{text-decoration:underline}.woocommerce-account .my-account-form__pass-instructions{color:#666;margin-block:1.2em;font-size:var(--small-font)}.woocommerce-account .my-account-form__error-msg{font-size:small;color:var(--clr-error-red);margin-top:2vmin}.woocommerce-account .my-account-form .main-btn{margin-block:1.6em}.woocommerce-account .my-account-form .main-btn:hover{color:var(--color)}.woocommerce-account .my-account-form__input-group:first-of-type,.woocommerce-account .my-account__input-group:first-of-type{margin-bottom:1.45em}.woocommerce-account .my-account-form__input-group label,.woocommerce-account .my-account__input-group label{font-size:var(--small-font);color:var(--clr-black-800);margin-bottom:.7em}.woocommerce-account .my-account-form__input-group--checkbox,.woocommerce-account .my-account__input-group--checkbox{font-size:var(--fz-btn);margin-block:.45em}.woocommerce-account .my-account-form__input-group--checkbox label,.woocommerce-account .my-account__input-group--checkbox label{display:flex;align-items:start;margin-bottom:unset;color:var(--clr-black-900);font-weight:600;line-height:1.2;gap:.5em}.woocommerce-account .my-account-form__input-group--checkbox label input,.woocommerce-account .my-account__input-group--checkbox label input{display:none}.woocommerce-account .my-account-form__input-group--checkbox label::before,.woocommerce-account .my-account__input-group--checkbox label::before{content:"";width:12.75px;height:12.75px;border-radius:2px;border:.5px solid var(--clr-black-900);margin-top:3px;display:flex;justify-content:center;align-items:center}.woocommerce-account .my-account-form__input-group--checkbox label:has(input:checked)::before,.woocommerce-account .my-account__input-group--checkbox label:has(input:checked)::before{content:"✓";color:var(--clr-white);background-color:var(--clr-black-900);border-radius:2px;font-size:.68em}.woocommerce-account .my-account-form__input-group--checkbox span,.woocommerce-account .my-account__input-group--checkbox span{width:calc(100% - 12.75px - 1em)}.woocommerce-account .my-account-form__input-group--wide,.woocommerce-account .my-account__input-group--wide{width:100%}.woocommerce-account .my-account-form__input-group--small,.woocommerce-account .my-account__input-group--small{flex:1}.woocommerce-account .my-account-form__input-wrapper,.woocommerce-account .my-account__input-wrapper{border:.5px solid #04a8a4;border-radius:100vw;padding-inline:1em .7em;padding-block:.5em;transition:all .25s ease-in-out;--icon-width: 0px}.woocommerce-account .my-account-form__input-wrapper:has(>.my-account__icon),.woocommerce-account .my-account__input-wrapper:has(>.my-account__icon){--icon-width: 16px}.woocommerce-account .my-account-form__input-wrapper:has(input:focus,input:focus-visible),.woocommerce-account .my-account__input-wrapper:has(input:focus,input:focus-visible){border-color:var(--clr-dark-turquoise)}.woocommerce-account .my-account-form__input,.woocommerce-account .my-account__input{width:calc(100% - var(--icon-width));font-size:16px;border:none}.woocommerce-account .my-account-form__input:focus,.woocommerce-account .my-account-form__input:focus-visible,.woocommerce-account .my-account__input:focus,.woocommerce-account .my-account__input:focus-visible{outline:none}.woocommerce-account .my-account-form__input::placeholder,.woocommerce-account .my-account__input::placeholder{color:var(--clr-dark-grey)}.woocommerce-account .modal--address *{transition:all .25s ease}.woocommerce-account .modal--address .modal__title-wrapper{align-self:start}.woocommerce-account .modal--address .modal__title-wrapper h3{font-weight:300;margin-bottom:1em}.woocommerce-account .modal--address .my-account__input-group:first-of-type{margin-bottom:unset}.woocommerce-account .modal--address .my-account-form__submit{--color: var(--clr-neon-green);margin-inline-start:auto;max-width:200px;color:var(--clr-dark-blue);font-size:16px;font-weight:600}.search-results .general-hero,.search-no-results .general-hero{--bg-color: var(--clr-main-green) !important}.search-results .general-hero__element,.search-no-results .general-hero__element{--top: 50% !important;--left: 50% !important;--color: var(--clr-white) !important;transform:scale(1.4) rotate(85deg)}.search-results .results__wrapper,.search-no-results .results__wrapper{width:min(1455px,100%);padding-block:9vmin}@media only screen and (max-width: 768px){.search-results .results__wrapper,.search-no-results .results__wrapper{padding-inline:unset}}.search-results .results__title span,.search-no-results .results__title span{color:var(--clr-main-green)}@media only screen and (max-width: 768px){.search-results .results__title,.search-no-results .results__title{padding-inline:8dvw;line-height:1.2}}.search-results .results__result:not(:last-of-type),.search-no-results .results__result:not(:last-of-type){margin-bottom:4vmin;display:block;padding-bottom:1.1vmin;border-bottom:1px solid #a6a6a6;max-width:60vw}.search-results .results__section,.search-no-results .results__section{margin-top:6vmin;padding-bottom:7vmin}@media only screen and (max-width: 768px){.search-results .results__section,.search-no-results .results__section{padding-inline:8dvw}}.search-results .results__section:not(:last-of-type),.search-no-results .results__section:not(:last-of-type){border-bottom:1px solid var(--clr-main-green)}@media only screen and (max-width: 768px){.search-results .results__section:not(:last-of-type),.search-no-results .results__section:not(:last-of-type){border-bottom:2px solid var(--clr-main-green)}}.search-results .results__section h2,.search-no-results .results__section h2{margin-bottom:2.5vmin}.search-results .results__result-title,.search-no-results .results__result-title{font-weight:500;margin-bottom:1vmin}.search-results .results__content,.search-no-results .results__content{width:min(1193px,85%);font-size:var(--fz-regular);margin-bottom:1vmin}@media only screen and (max-width: 768px){.search-results .results__content,.search-no-results .results__content{display:none}}.search-results .results__link,.search-no-results .results__link{margin-top:2vmin;min-width:200px;font-size:var(--fz-regular)}.search-results .results__link:hover,.search-no-results .results__link:hover{color:var(--clr-dark-blue)}*,*::before,*::after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;margin:0}a{text-decoration:none;display:inline-block;color:inherit}ul,li{list-style:none;padding:0}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}html{scroll-behavior:smooth}html body{height:fit-content;font-family:"Montserrat",sans-serif;background-color:var(--clr-white)}html body:has(.modal.show) .modal__underlayer{opacity:.8;pointer-events:all;visibility:visible}html body::-webkit-scrollbar{width:var(--scroll-width)}html body::-webkit-scrollbar-track{background:rgba(0,0,0,0)}html body::-webkit-scrollbar-thumb{background:var(--clr-dark-blue)}html body:has(.modal.show) .modal__underlayer{opacity:.84;pointer-events:all;visibility:visible}html body *:not(img)::selection{color:var(--clr-dark-blue);background-color:var(--clr-neon-green)}html body img::selection{background-color:rgba(0,0,0,0)}html body p{line-height:1.7}html body strong,html body b{font-weight:550}.error404 .section-404{min-height:90dvh;background-image:url("../images/404-bg.png");background-size:cover;background-position:center;background-repeat:no-repeat;padding-block:6vmin}@media only screen and (max-width: 1024px){.error404 .section-404{background-blend-mode:exclusion}}@media only screen and (max-width: 768px){.error404 .section-404{background-image:url("../images/404-bg-mobile.png");min-height:unset;background-blend-mode:unset}}.error404 .section-404__wrapper{gap:3vmin;text-align:center}@media only screen and (max-width: 1440px){.error404 .section-404__wrapper{width:95%}}@media only screen and (max-width: 768px){.error404 .section-404__wrapper{min-height:68dvh;width:100%;text-align:start}}.error404 .section-404 h1{font-size:clamp(40px,9vmin,80px);font-weight:600}@media only screen and (max-width: 1024px){.error404 .section-404 h1{line-height:1.2}}@media only screen and (max-width: 768px){.error404 .section-404 h1{font-weight:300}}.error404 .section-404 p{width:min(90%,1080px);font-size:var(--fz-h3)}@media only screen and (max-width: 768px){.error404 .section-404 p{line-height:1.3;width:100%}}.error404 .section-404 a{min-width:225px}.error404 .section-404 a:hover{--color: var(--clr-main-green)}@media only screen and (max-width: 768px){.error404 .section-404 a{margin-top:auto}}.modal{z-index:11;inset:0;pointer-events:none;visibility:hidden;height:fit-content;margin:auto}.modal__underlayer{inset:0;z-index:11;background-color:var(--clr-black);opacity:0;pointer-events:none;visibility:hidden;transition:opacity .25s ease-in-out}.modal__body{pointer-events:all}.modal.show{visibility:visible;pointer-events:all}.modal--video{width:min(1116px,90%);color:var(--clr-white)}.modal--video .modal__text{font-size:var(--fz-accent-md)}@media only screen and (max-width: 768px){.modal--video .modal__exit{border:unset;padding:unset}}.modal--thank-you{width:min(943px,90%);height:73dvh;background-color:var(--bg-color);--padding: 2em}.modal--thank-you .modal__wrapper{width:100%;padding:var(--padding);overflow:hidden;color:var(--contrast-color);pointer-events:all}.modal--thank-you .modal__exit{position:absolute;top:2em;right:2em}.modal--thank-you .modal__exit:hover svg path{stroke:var(--el-color)}.modal--thank-you .modal__exit svg path{stroke:var(--contrast-color)}.modal--thank-you .modal__title{color:var(--contrast-color);font-size:clamp(32px,3.5vw,64px);margin:0;font-weight:500;line-height:1}.modal--thank-you .modal__text{text-align:center;font-size:var(--fz-regular)}.modal--thank-you .modal__btn:hover{color:var(--clr-dark-blue)}.modal--image .modal__body{background:unset;border:unset;width:min(620px,95%);padding:unset}.modal--image .modal__image-wrapper{width:100%}.modal--image .modal__exit{transform:translate(100%, -100%)}.modal--password,.modal--address{background:var(--clr-white);width:min(1304px,95%);padding:5vmin}.modal--password .modal__wrapper,.modal--address .modal__wrapper{width:100%}.modal--password .modal__exit,.modal--address .modal__exit{border:unset;padding:0;transform:unset;align-self:start;margin-bottom:5vmin}.modal--password .modal__exit svg,.modal--address .modal__exit svg{height:10px;width:10px}.modal--password .modal__exit path,.modal--address .modal__exit path{stroke:var(--clr-black);stroke-width:4px}.modal--password .modal__content,.modal--address .modal__content{width:min(693px,100% - 7vmin)}.modal--password form,.modal--address form{width:100%;column-gap:.5em;margin-bottom:5vmin;text-align:center}.modal--password form .my-account__input-wrapper,.modal--password form input,.modal--address form .my-account__input-wrapper,.modal--address form input{width:100%;transition:all .25s ease-in-out}.modal--password form button,.modal--address form button{max-width:244px}.modal--password form button:hover,.modal--address form button:hover{color:var(--color)}.modal--password form .my-account__input-wrapper select,.modal--address form .my-account__input-wrapper select{padding-block:2px}.modal--address{width:min(972px,95%)}.modal--address .modal__exit{transform:translateX(-7vmin);margin-bottom:1vmin}.modal--address input,.modal--address select{color:var(--clr-black)}.modal--address input::placeholder,.modal--address select::placeholder{color:var(--clr-black)}.modal--form{width:min(1400px,90%);background-color:var(--clr-white)}.modal--form .modal__wrapper{padding:3vmin 5vmin 6vmin}.modal--form .modal__title{font-size:var(--fz-accent-md);text-align:center;max-width:90%;margin-bottom:1em}.modal--form .modal__exit{border:unset;padding:0;transform:unset;align-self:start;margin-bottom:5vmin;align-self:flex-end}.modal--form .modal__exit svg{height:10px;width:10px}.modal--form .modal__exit path{stroke:var(--clr-black);stroke-width:4px}.modal--form .modal__form{width:80%}.modal--form .modal__form .hbspt-form{width:100%}.modal--form .hs-form{--gap: 18px}.modal--form .hs-form fieldset.form-columns-2{flex-direction:row}.modal--form .hs-form fieldset:has(input[type=hidden]){display:none}.modal--form .hs-form .field{margin-bottom:5px !important}.modal--form .hs-form .hs-error-msg{font-size:small}.modal--form .hs-form .input:not(:has(input[type=checkbox])) input,.modal--form .hs-form .input:not(:has(input[type=checkbox])) select{border-radius:100vw;border:1px solid var(--clr-main-green) !important;font-size:16px}.modal--form .hs-form .input:not(:has(input[type=checkbox])) input.invalid,.modal--form .hs-form .input:not(:has(input[type=checkbox])) select.invalid{border-color:var(--clr-error-red) !important}.modal--form .hs-form .legal-consent-container label::before,.modal--form .hs-form .hs-form-booleancheckbox label::before{border:1px solid var(--clr-dark-blue)}.modal--form .hs-form .legal-consent-container label:has(input:checked)::before,.modal--form .hs-form .hs-form-booleancheckbox label:has(input:checked)::before{background-color:rgba(0,0,0,0) !important}.modal--form .hs-form .legal-consent-container label a,.modal--form .hs-form .hs-form-booleancheckbox label a{text-decoration:underline;color:var(--clr-main-green)}.modal--form .hs-form .hs-form-booleancheckbox label>span{margin-inline-start:1.6em}.modal__content{gap:var(--padding)}.modal__el{transform:scale(1.5) translateX(75%) rotate(0deg);pointer-events:none}.modal__el svg g rect{fill:var(--el-color);opacity:.5}.modal__vid-wrapper{aspect-ratio:1116/622;border-radius:20px;overflow:hidden}.modal__vid-wrapper iframe,.modal__vid-wrapper video{width:100%;height:100%;object-fit:cover}.modal__exit{z-index:1;right:0;top:0;transform:translate(100%, -100%);border:1px solid var(--clr-white);padding:.4em;border-radius:8px;cursor:pointer;transition:background-color .25s ease-in-out}.modal__exit path{stroke:var(--clr-white);transition:stroke .25s ease-in-out}.modal__exit:hover{background-color:var(--clr-white)}.modal__exit:hover path{stroke:var(--clr-dark-blue)}.modal__text{font-size:var(--fz-regular)}.page-template-default .default__wrapper{padding-block:8vmin;width:min(max(1470px,76.5vw),100%);font-size:var(--fz-btn);gap:2em}.page-template-default .default__wrapper li{list-style:unset}[data-mobile-wrapper] [data-content-to-show]{overflow:hidden;transition:max-height .25s ease}[data-mobile-wrapper] [data-load-mobile]{display:none}@media only screen and (max-width: 768px){[data-mobile-wrapper] [data-load-mobile]{display:flex;margin-inline:auto}}.thank-you{padding:2vmin;text-align:center;overflow:hidden}.thank-you__el{transform:scale(1.5) translateX(87%) rotate(0deg);pointer-events:none}.thank-you__el svg g rect{fill:var(--clr-main-green);opacity:.5}.thank-you__wrapper{gap:3vmin;min-height:50dvh;font-size:var(--fz-regular)}.thank-you__wrapper h1{font-size:clamp(32px,2.5vw,64px)}.thank-you__body{letter-spacing:1%}#hs_show_banner_button{--bottom-spacing: 10px;position:fixed;bottom:var(--bottom-spacing);background:var(--clr-dark-blue) !important;z-index:1111;display:flex;transform:translateX(-100%) !important}#hs_show_banner_button::after{content:url("../images/cookies.svg");position:absolute;right:0;transform:translateX(calc(100% + var(--bottom-spacing)));background:inherit;height:45px;display:flex;align-items:center;aspect-ratio:1;justify-content:center;border-radius:100%;top:0;padding-top:4px;cursor:pointer}#vplugin-toggler{--vp-toggler-position: end !important;border-radius:100% !important;transform:translateX(10px)}@media only screen and (max-width: 767px){#vplugin-toggler{--vp-toggler-button-size-mobile: 45px !important ;--vp-toggler-position-mobile: end !important;--vp-toggler-offset-bottom-mobile: 60px !important;transform:translateX(20px)}}.swiper-slide{user-select:text !important;-webkit-user-select:text !important;-moz-user-select:text !important;-ms-user-select:text !important}.header{background-color:var(--clr-grey);color:var(--clr-black);width:100%;top:0;z-index:11;padding-inline:var(--start-padding) 12vmin}@media only screen and (max-width: 1570px){.header{padding-inline:5%}}@media only screen and (max-width: 1440px){.header{padding-inline:2%}}@media only screen and (max-width: 1200px){.header{padding-inline:0}}.header:has(.header__hamburger.clicked) .header__menu-mobile{transform:translateX(0)}@media only screen and (max-width: 1200px){.header__wrapper{padding-inline:2%;background-color:var(--clr-grey)}}.header__logo a:focus-visible{outline:none}@media only screen and (max-width: 1200px){.header__logo{padding-block:1vmin}}@media only screen and (max-width: 1440px){.header__logo{width:min(10%,125px)}}@media only screen and (max-width: 662px){.header__logo{width:100%;max-width:76px}.header__logo img{height:auto}}.header__menu-mobile{--header-height: 80px}@media only screen and (max-width: 1200px){.header__menu-mobile{display:block;width:min(95%,331px);right:0;bottom:0;height:100%;padding-top:calc(var(--header-height)*1.5);background:rgba(1,71,81,.9);backdrop-filter:blur(4px);font-size:18px;transition:transform .3s ease-in-out;transform:translateX(100%);z-index:-1;top:0}.header__menu-mobile .header__menu-items{flex-direction:column;padding:1.3em;gap:1em !important;overflow:scroll}}@media only screen and (max-width: 1200px)and (max-width: 580px){.header__menu-mobile{--header-height: 60px}}.header__menu-wrapper,.header__menu-items{height:100%}.header__menu{margin-inline-start:auto}@media only screen and (max-width: 1200px){.header__menu{display:none}}.header__menu-items>li:hover>a{transition:all .25s ease-in-out;color:var(--clr-black);text-shadow:1px 0 0 var(--clr-black);outline:none}.header__menu-items>li:hover>a:hover,.header__menu-items>li:hover>a:focus-visible{color:var(--clr-black);text-shadow:1px 0 0 var(--clr-black);outline:none}.header .menu{gap:7vmin}@media only screen and (max-width: 1567px){.header .menu{gap:4vmin}}@media only screen and (max-width: 1440px){.header .menu{gap:3vmin}}.header .menu__item{padding-block:4vmin;position:relative;min-width:max-content}.header .menu__item:has([data-depth="0"])::before{position:absolute;content:url("../images/menu-triangle.svg");bottom:-8px;left:50%;transform:translateX(-50%);opacity:0;transition:all .5s ease-in-out}.header .menu__item:has([data-depth="0"]):hover::before{opacity:1}.header .menu__item:has([data-depth="0"]):hover [data-depth="0"]{pointer-events:all;visibility:visible;opacity:1;max-height:76vh;transition:all .5s ease-in-out}.header .menu__item:has([data-depth="0"]):hover.grid [data-depth="0"]{max-height:480px}.header .menu__item a{font-weight:450}.header .menu__item a:has(img){align-items:center}.header .menu__item a:has(img) .img-container{width:38px;height:38px;border-radius:100%;margin-inline-end:1.2vmin;background-color:var(--clr-white)}.header .menu__item a:has(img) .img-container img{width:34px;height:34px}.header .menu__item.current-menu-item{color:var(--clr-main-green)}.header .menu__item.current-menu-item a{font-weight:600}.header .menu__item.grid [data-depth="0"]{display:grid !important;grid-template-columns:repeat(8, minmax(auto, 208px));max-width:76vw;left:-15vw;row-gap:3vmin}@media only screen and (max-width: 1340px){.header .menu__item.grid [data-depth="0"]{max-width:84vw}}@media screen and (min-width: 1921px){.header .menu__item.grid [data-depth="0"]{left:-15vw !important;max-width:63vw !important}}.header .menu__item.grid [data-depth="0"] .menu__item{grid-row:span 1;font-size:16px !important;min-width:unset}.header .menu__item.grid [data-depth="0"] .menu__item.menu__item--long{grid-row:span 4}.header .menu__item.grid [data-depth="0"]>li>a{font-weight:450 !important;color:var(--clr-neon-green)}.header .menu__item.grid [data-depth="0"]>li .menu__item-wrap a:first-of-type{font-weight:450 !important;color:var(--clr-neon-green)}.header .menu__item.grid [data-depth="0"]>li:first-of-type::after{content:"";height:85%;width:1px;background-color:#d1d1d1;position:absolute;top:0;right:-2vmin}.header .menu__item.grid [data-depth="0"] a:not([href="#"]):not(:first-of-type){transition:all .25s ease-in-out}.header .menu__item.grid [data-depth="0"] a:not([href="#"]):not(:first-of-type):hover{font-weight:700;text-decoration:underline;color:var(--clr-white)}.header .menu__item.grid [data-depth="1"] a{transition:all .25s ease-in-out}.header .menu__item.grid [data-depth="1"] a:hover{font-weight:700 !important;text-decoration:underline;color:var(--clr-white) !important}.header .menu__children{font-size:16px;color:var(--clr-white)}.header .menu__children[data-depth="0"]{position:absolute;top:100%;left:-3vw;display:flex;padding:5vmin;padding-block-end:4vmin;transition:all .85s ease-in-out;z-index:10;background:rgba(1,71,81,.9);width:max-content;gap:6vmin;border-radius:0 0 30px 30px;pointer-events:none;visibility:hidden;opacity:0;max-height:0;overflow:hidden;max-width:63vw}@media only screen and (max-width: 1576px){.header .menu__children[data-depth="0"]{max-width:74vw;gap:4vmin;font-size:1em;padding:4vmin}}.header .menu__children[data-depth="0"]:not(:has([data-depth="1"])):not(:has(.menu__item-wrap)){flex-direction:column;gap:.75em}@media screen and (min-width: 1921px){.header .menu__children[data-depth="0"]{left:-100% !important;max-width:63vw !important}}.header .menu__children[data-depth="1"]{flex-direction:column;gap:.75em}.header .menu__children[data-depth="1"] .menu__item a:hover{color:var(--clr-neon-green);font-weight:450}.header .menu__children:has([data-depth="1"]) .menu__item a:has(~ul){font-weight:700;margin-bottom:.75em}.header .menu__children .menu__item{padding-block:unset}.header .menu__children .menu__item>a:hover{color:var(--clr-neon-green)}.header .menu__children .current-menu-item{color:var(--clr-neon-green);font-weight:500 !important;text-decoration:underline}.header .menu__item-wrap{gap:.75em}.header .menu__item-wrap a{transition:color .25s ease-in-out}.header .menu__item-wrap a:first-of-type{font-weight:700}.header .menu__item-wrap a:hover{color:var(--clr-neon-green)}.header .menu__item-wrap a.current_page{text-decoration:underline;font-weight:700}.header .mega-menu [data-depth="0"]{left:-24dvw;max-width:85dvw;gap:5vmin;backdrop-filter:blur(8px);padding:4vmin}@media only screen and (max-width: 1720px){.header .mega-menu [data-depth="0"]{gap:3vmin}}@media only screen and (max-width: 1480px){.header .mega-menu [data-depth="0"]{max-width:92dvw;left:-31dvw}}@media only screen and (max-width: 1380px){.header .mega-menu [data-depth="0"]{max-width:94dvw;left:-28dvw}}@media only screen and (max-width: 1280px){.header .mega-menu [data-depth="0"]{left:-25dvw}}.header .mega-menu [data-depth="0"] .menu__item:has(ul):not(:last-of-type){padding-inline-end:3vmin;border-inline-end:1px solid rgba(255,255,255,.6117647059)}.header .mega-menu [data-depth="0"] .menu__item:has(ul)>a{color:var(--clr-neon-green);font-size:18px;font-weight:550}@media only screen and (max-width: 1440px){.header .mega-menu [data-depth="0"] .menu__item:has(ul)>a{font-size:16px}}.header .mega-menu [data-depth="0"] .menu__item.menu__item--wide{flex:1;max-width:55%;min-width:unset !important}@media only screen and (max-width: 1440px){.header .mega-menu [data-depth="0"] .menu__item.menu__item--wide{max-width:59%}}.header .mega-menu [data-depth="0"] .menu__item.menu__item--wide [data-depth="1"]{flex-direction:row;flex-wrap:wrap;gap:3vmin}@media only screen and (max-width: 1720px){.header .mega-menu [data-depth="0"] .menu__item.menu__item--wide [data-depth="1"]{gap:2vmin}}@media only screen and (max-width: 1576px){.header .mega-menu [data-depth="0"] .menu__item.menu__item--wide [data-depth="1"]{gap:1vmin}}.header .mega-menu [data-depth="0"] .menu__item.menu__item--wide [data-depth="1"] .menu-item.group-title{width:30%;min-width:unset !important}@media only screen and (max-width: 1576px){.header .mega-menu [data-depth="0"] .menu__item.menu__item--wide [data-depth="1"] .menu-item.group-title{width:32%}}.header .mega-menu [data-depth="0"] .menu__item.menu__item--wide [data-depth="1"] .menu-item.group-title .menu__item-wrap{flex-direction:row;flex-wrap:wrap;max-width:100%}.header .mega-menu [data-depth="0"] .menu__item.menu__item--wide [data-depth="1"] .menu-item.group-title .menu__item-wrap a:first-of-type{width:100%;font-weight:550;color:var(--clr-light-green)}.header .mega-menu [data-depth="0"] .menu__item.menu__item--wide [data-depth="1"] .menu-item.group-title .menu__item-wrap a:not(:first-of-type){width:29%;font-size:15px;font-weight:400;transition:all .25s ease-in-out}@media only screen and (max-width: 1460px){.header .mega-menu [data-depth="0"] .menu__item.menu__item--wide [data-depth="1"] .menu-item.group-title .menu__item-wrap a:not(:first-of-type){width:31%}}@media only screen and (max-width: 1366px){.header .mega-menu [data-depth="0"] .menu__item.menu__item--wide [data-depth="1"] .menu-item.group-title .menu__item-wrap a:not(:first-of-type){width:29%;font-size:14px}}.header .mega-menu [data-depth="0"] .menu__item.menu__item--wide [data-depth="1"] .menu-item.group-title .menu__item-wrap a:not(:first-of-type):hover{color:var(--clr-white);text-decoration:underline;font-weight:550}.header .mega-menu .group-title .menu__item-wrap a:first-of-type{width:100%;font-weight:550;color:var(--clr-light-green)}@media only screen and (max-width: 1366px){.header .mega-menu .group-title .menu__item-wrap a:first-of-type{max-width:15ch}}.header .mega-menu .group-title .menu__item-wrap a:not(:first-of-type):hover{color:var(--clr-white);text-decoration:underline;font-weight:550}.header .mobile-menu__children{flex-direction:column;max-height:0;overflow:hidden}.header .mobile-menu__item{color:var(--clr-white);border-bottom:1px solid var(--clr-middle-grey)}.header .mobile-menu__item:hover>a{color:var(--clr-neon-green) !important;text-shadow:unset !important}.header .mobile-menu__item a{font-weight:300}.header .mobile-menu__item.open-menu{border-bottom:unset}.header .mobile-menu__item.open-menu>a{font-weight:700;color:var(--clr-neon-green) !important}.header .mobile-menu__item.open-menu .mobile-menu__children{max-height:43dvh;border-top:1px solid var(--clr-middle-grey);padding-top:2vmin !important;overflow:auto}.header .mobile-menu__item.open-menu .mobile-menu__children[data-depth="1"]{margin-inline-start:1.8em}.header .mobile-menu__item:has(.mobile-menu__item-wrap) .mobile-menu__item{border-bottom:unset}.header .mobile-menu__children{transition:all .5s ease}.header .mobile-menu__children::-webkit-scrollbar{width:0}.header .mobile-menu__children .mobile-menu__item:not(:has(.mobile-menu__item-wrap)){border-bottom:unset;margin-bottom:.3em}.header .mobile-menu__item-wrap a{font-weight:450}.header .mobile-menu__item-wrap .parent{background:rgba(29,211,175,.25);font-size:16px !important;padding:.25em .8em;margin-bottom:.5em}.header .mobile-menu__item-wrap .parent a{width:75%}.header .mobile-menu__item-wrap .parent .arrow svg path{fill:var(--clr-white)}.header .mobile-menu__item-wrap .children{transition:all .25s ease;max-height:0;overflow:hidden;padding-inline-start:1.5em}.header .mobile-menu__item-wrap .children a{border-bottom:1px solid var(--clr-middle-grey);width:100%;font-size:16px !important}.header .mobile-menu__item-wrap .children a:hover{font-weight:700;color:var(--clr-neon-green)}.header .mobile-menu__item-wrap.open-menu .parent a{color:var(--clr-neon-green)}.header .mobile-menu__item-wrap.open-menu .parent .arrow svg path{fill:var(--clr-neon-green)}.header .mobile-menu__item-wrap.open-menu .children{max-height:100%;padding-bottom:2vmin}.header .mobile-menu__children[data-depth="0"]>li>a{background:rgba(29,211,175,.25);font-size:16px !important;padding:.25em .8em;margin-bottom:.5em}.header .mobile-menu__children[data-depth="0"] .mobile-menu__children{margin-inline-start:1.1em;border-top:unset;padding-top:unset}.header .mobile-menu__children[data-depth="0"] .mobile-menu__children .menu-item a{font-size:15px !important}.header .mobile-menu__children[data-depth="0"] .mobile-menu__children .parent{background:unset !important;padding:unset !important;font-size:15px !important}.header .mobile-menu__children[data-depth="0"] .mobile-menu__children .children{padding-inline-start:unset}.header .mobile-menu__children[data-depth="0"] .mobile-menu__children .children a{border-bottom:unset;font-size:15px !important;font-weight:300}.header__profile{gap:8px;margin-inline-start:14px;cursor:pointer}.header__profile .text{transition:color .25s ease-in-out}.header__profile .text:hover{color:var(--clr-main-green)}@media only screen and (max-width: 662px){.header__profile .text{display:none}}.header__profile path{fill:var(--clr-main-green);stroke:var(--clr-main-green)}@media only screen and (max-width: 1200px){.header__profile .icon path{fill:var(--clr-dark-blue);stroke:var(--clr-dark-blue)}}@media only screen and (max-width: 662px){.header__profile .icon svg{width:18px}}.header__cart{margin-inline-start:18px;cursor:pointer;height:fit-content}.header__cart path{fill:var(--clr-main-green)}@media only screen and (max-width: 1200px){.header__cart path{fill:var(--clr-dark-blue)}}@media only screen and (max-width: 662px){.header__cart{margin-inline-start:10px}.header__cart svg{width:18px}}.header__cart [data-cart-total]{background:var(--clr-dark-blue);aspect-ratio:1;border-radius:100%;line-height:1;font-size:10px;color:var(--clr-white);text-align:center;font-weight:600;padding:3px;width:16px;position:absolute;top:-30%;left:70%;pointer-events:none}.header__cart [data-cart-total]::after{content:attr(data-cart-total)}.header__cart [data-cart-total="0"]{display:none}.header__search{margin-inline-start:4vmin;max-width:190px;background-color:var(--clr-white);height:fit-content;align-self:center;border:1px solid rgba(0,0,0,0);transition:border-color .25s ease-in-out}@media only screen and (max-width: 1200px){.header__search{margin-inline-start:auto}}@media only screen and (max-width: 662px){.header__search{max-width:130px}}@media only screen and (max-width: 400px){.header__search{max-width:100px}}.header__search:has(input:focus){border-color:var(--clr-black)}.header__search form{padding:.65em 1em;width:80%}@media only screen and (max-width: 662px){.header__search form{font-size:12px;padding-block:.45em}}@media only screen and (max-width: 400px){.header__search form{font-size:10px}}.header__search form input{width:100%;border:unset;outline:none !important}.header__search .icon{width:20%;cursor:pointer}.header__search .icon path{fill:var(--clr-black);transition:fill .25s ease-in-out}@media only screen and (max-width: 662px){.header__search .icon svg{width:12px}}.header__search .icon:hover path{fill:var(--clr-main-green)}.header__hamburger{display:none;position:relative;width:50px;height:60px;transition-duration:.5s;justify-content:flex-end;align-self:center}@media only screen and (max-width: 662px){.header__hamburger{width:30px}}.header__hamburger .icon{transition-duration:.5s;position:absolute;height:4px;width:30px;top:30px;background-color:var(--clr-middle-green);border-radius:4px}@media only screen and (max-width: 662px){.header__hamburger .icon{height:2px;width:18px}}.header__hamburger .icon::before,.header__hamburger .icon::after{transition-duration:.5s;position:absolute;width:100%;height:100%;background-color:var(--clr-middle-green);content:"";border-radius:inherit}.header__hamburger .icon::before{top:-10px}@media only screen and (max-width: 662px){.header__hamburger .icon::before{top:-6px}}.header__hamburger .icon:after{top:10px}@media only screen and (max-width: 662px){.header__hamburger .icon:after{top:6px}}.header__hamburger.open .icon{transition-duration:.5s;background:rgba(0,0,0,0)}.header__hamburger.open .icon:before{transform:rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px)}.header__hamburger.open .icon:after{transform:rotateZ(-45deg) scaleX(1.25) translate(6px, -6px)}@media only screen and (max-width: 1200px){.header__hamburger{display:flex}}.contact-banner{padding-block:8vmin 7vmin}.contact-banner__wrapper{width:min(1179px,100%);gap:5vmin}.contact-banner__form{width:100%}.contact-banner__form.form fieldset{flex-direction:row;flex-wrap:wrap}.contact-banner__form.form textarea{min-height:unset}.contact-banner__form.form button{--color: var(--clr-neon-green);color:var(--clr-dark-blue) !important;border-radius:100vw;border:2px solid var(--color);width:162px;text-align:center;font-size:16px !important;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease-in-out;background-color:var(--color) !important;margin-inline-start:auto}.contact-banner__form.form button:hover{opacity:1;background-color:rgba(0,0,0,0) !important;color:var(--color) !important}.contact-banner__form.form .ff_submit_btn_wrapper{margin-inline-start:auto;margin-top:4vmin}.contact-banner .form__textarea{min-height:54px}.contact-banner .form__input{padding-block:1.05em}.contact-banner .form__checkbox{width:100%}.contact-banner .form__checkbox a{color:var(--clr-neon-green)}.contact-banner .form__checkbox .ff_tc_checkbox:has(input:checked){background-color:var(--clr-neon-green);border-color:var(--clr-neon-green)}.contact-banner .form__checkbox .ff_tc_checkbox:has(input:checked)::before{color:var(--clr-dark-blue)}.footer{padding-block:7.5vmin;color:var(--clr-black);background-image:var(--bg-accent);background-repeat:no-repeat;background-position:100%}@media only screen and (max-width: 568px){.footer{background-position:100% 10%;background-size:29%}}.footer__wrapper{width:min(1410px,100%)}.footer__menu-wrapper{gap:14vmin;border-bottom:1px solid var(--clr-turquoise);width:100%;font-weight:300}@media only screen and (max-width: 1250px){.footer__menu-wrapper{gap:6vmin;font-size:95%}}@media only screen and (max-width: 768px){.footer__menu-wrapper{flex-direction:column;gap:0;padding-bottom:4vmin}}.footer__main-contact{width:max(239px,12.4vw);gap:2vmin}.footer__menu{width:calc(100% - max(239px,12.4vw));padding-bottom:3vmin}@media only screen and (max-width: 768px){.footer__menu:has(#menu-footer){display:none}}@media only screen and (max-width: 768px){.footer__menu:has(#menu-footer-mobile){width:100%}}.footer__links{gap:.8rem}.footer__link{font-size:var(--fz-regular);font-weight:450;gap:.5rem}.footer__link .icon svg{height:24px;width:24px}.footer__socials{margin-block:1em 2em;gap:1.5em}.footer__social{border-radius:100%;border:1px solid var(--clr-main-green);height:35px;width:35px;transition:all .25s ease-in-out}.footer__social:hover{background-color:var(--clr-main-green)}.footer__social:hover path{transition:all .25s ease-in-out;fill:var(--clr-white)}.footer__legal{font-size:14px;padding-top:1.5em}@media only screen and (max-width: 768px){.footer__legal-wrapper{padding:0}}.footer__pages{gap:30px;margin-bottom:1.2em}@media only screen and (max-width: 768px){.footer__pages{font-size:11px;gap:unset;justify-content:space-evenly;width:100%;flex-wrap:wrap}}.footer__page{padding:10px}@media only screen and (max-width: 768px){.footer__page{padding:0}}.footer__menu-items{--max-column: 255px;gap:2vmin 4vmin;grid-template-columns:repeat(4, minmax(auto, var(--max-column)))}@media only screen and (max-width: 1200px){.footer__menu-items{--max-column: 196px;gap:2vmin}}@media only screen and (max-width: 992px){.footer__menu-items{font-size:.9em;--max-column: 130px}}@media only screen and (max-width: 768px){.footer__menu-items#menu-footer-mobile{font-size:16px;font-weight:600}}@media only screen and (max-width: 568px){.footer__menu-items .menu__item{width:48%}}.footer__menu-items a{transition:all .25s ease-in-out}.footer__menu-items a:hover{text-decoration:underline}.footer__copyright{text-align:center}@media only screen and (max-width: 768px){.footer__copyright{font-size:11px}}.footer__copyright:has(a){gap:1em;margin-top:1em}.footer__copyright a{max-height:24px}.footer__copyright a svg{height:24px;width:auto}.footer .menu__item{grid-row:span 1;gap:1vmin}.footer .menu__item a:has(+ul){font-weight:550}.footer .menu__item--long{grid-row:span 2;gap:3vmin;width:max-content;max-width:var(--max-column)}.footer .menu__children{gap:1vmin}.footer .menu__item-wrap{gap:.5em}.footer .menu__item-wrap .title:first-of-type{font-weight:550}@media only screen and (max-width: 1200px){.footer .menu__item-wrap .title:first-of-type{font-weight:400}}.footer .menu__item-wrap .title:not(:first-of-type):not(:last-of-type)::after{content:" |"}@media only screen and (max-width: 1200px){.footer .menu__item-wrap .title:not(:first-of-type){display:none}}/*# sourceMappingURL=theme.min.css.map */