/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2rem;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1rem}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1rem}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25rem}sup{top:-.5rem}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625rem}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-itrem}template{display:none}[hidden]{display:none}*,::after,::before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding:1.875rem;-webkit-tap-highlight-color:transparent}body{min-height:100vh;background-color:#1b1b1b}body.resize-animation-stopper *{transition:none!important}img{max-width:100%;height:auto;display:block}ul{list-style:none}hr{background:linear-gradient(318deg,#845a1c 15.57%,#b38123 25.35%,#deb349 35.14%,#ebda7a 43.53%,#d7b958 53.32%,#d7b958 61.71%,#c8983b 68.7%,#dab759 76.39%,#eedf7e 85.47%);border:0;height:2px;margin:1.5rem 0}body{font-family:Exo,sans-serif;color:#fff}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{margin:0}.text-center{text-align:center}.page-title{font-size:1.9rem;text-align:center;margin-bottom:1.5rem;font-weight:700}@media (min-width:768px){.page-title{font-size:2.2rem;margin-bottom:2.3rem}}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}@media (min-width:768px){.section-title{font-size:1.8rem;margin-bottom:2.3rem}}.editor{line-height:1.5}.editor>:first-child{margin-top:0!important}.editor>:last-child{margin-bottom:0!important}.editor h1,.editor h2,.editor h3,.editor h4,.editor h5,.editor h6{margin:1.25rem 0 .8rem 0;line-height:1.3}.editor p{margin-bottom:1.2rem}.editor a:not([class]){font-weight:600;color:#e1c89a}.editor ol{counter-reset:li;list-style:none;margin-bottom:1.5rem;padding-left:0}.editor ol li{position:relative;padding-left:40px;margin-bottom:10px}.editor ol li::before{content:counter(li);font-size:.9375rem;counter-increment:li;position:absolute;top:3px;left:0;width:25px;height:25px;border-radius:50%;background-color:#d0a65b;color:#fff;display:flex;align-items:center;justify-content:center}.editor ul{list-style-type:disc;padding-left:1.2rem;line-height:1.5}.editor ul::marker{color:#d0a65b}.editor .wp-block-image figcaption{font-size:.875rem}.editor pre.wp-block-code{border-left:6px solid #313131;background-color:#f5f7f9;padding:.8em .6rem;margin-bottom:1.2rem}.editor .wp-block-pullquote{border-top:4px solid #3b3b3b;border-bottom:4px solid #3b3b3b;margin-bottom:1.2rem}.editor ul,.single .site-content .equipment ul,ul.checkmarks{display:grid;gap:.3rem;line-height:1.5;padding-left:0;margin-left:0}.editor ul li,.single .site-content .equipment ul li,ul.checkmarks li{list-style-type:none;background-image:url(../../svg/checkmark.svg);background-repeat:no-repeat;background-position:0 6px;background-repeat:no-repeat;background-size:15px;padding-left:25px}:focus{outline:0}body.using-keyboard :focus{outline:#000 auto 2px}.skip-link:focus{outline:#000 auto 2px!important}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:15px 15px;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:1}.hamburger.is-active:hover{opacity:1}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::after,.hamburger.is-active .hamburger-inner::before{background-color:#d0a65b}.hamburger-box{width:34px;height:25px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-1.5px}.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:34px;height:3px;background-color:#d0a65b;border-radius:1px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::after,.hamburger-inner::before{content:"";display:block}.hamburger-inner::before{top:-11px}.hamburger-inner::after{bottom:-11px}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner::before{transition:top .1s .25s ease-in,opacity .1s ease-in}.hamburger--spin .hamburger-inner::after{transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin.is-active .hamburger-inner::before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s .12s ease-out}.hamburger--spin.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1)}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-slider{touch-action:auto!important}.slick-slider .slick-slide>*>*{display:block!important}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 18px rgba(0,0,0,.15);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 18px rgba(0,0,0,.15);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{transform:scale(.75)}.mfp-arrow-left{transform-origin:0}.mfp-arrow-right{transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-arrow{--button-size:42px;--button-margin:6px;--background-size:8px;--arrow-left-position:calc(50% - 1px) center;--arrow-right-position:calc(50% + 1px) center;background-size:contain!important;background-repeat:no-repeat!important;background-size:var(--background-size)!important;width:var(--button-size)!important;background-color:#d0a65b!important;height:var(--button-size)!important;border-radius:50%!important;margin-top:0!important;transform:translateY(-50%)!important;transition:opacity .15s}.mfp-arrow:after,.mfp-arrow:before{content:none!important}.mfp-arrow.mfp-arrow-left{background-image:url(../../svg/arrow-left.svg)!important;background-position:var(--arrow-left-position);margin-left:var(--button-margin)!important}.mfp-arrow.mfp-arrow-right{background-image:url(../../svg/arrow-right.svg)!important;background-position:var(--arrow-right-position);margin-right:var(--button-margin)!important}@media (min-width:768px){.mfp-arrow{--button-size:45px;--background-size:10px;--button-margin:14px}}.button,.button-reset,.vehicle-slider .primary-slider .slick-arrow,input[type=button],input[type=submit]{border:none;margin:0;padding:0;width:auto;overflow:visible;background:0 0;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none}.button-reset::-moz-focus-inner,.button::-moz-focus-inner,.vehicle-slider .primary-slider .slick-arrow::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=submit]::-moz-focus-inner{border:0;padding:0}button{background-color:transparent}.button,input[type=button],input[type=submit]{display:inline-block;text-decoration:none;background-color:#d0a65b;color:#000;padding:.5rem 1.2rem;border-radius:.6rem;font-weight:500;text-align:center;white-space:nowrap;cursor:pointer;transition:background-color .2s}.button:where(:hover,:focus),input[type=button]:where(:hover,:focus),input[type=submit]:where(:hover,:focus){background-color:#d0a65b;color:#000}.custom-select{width:100%;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:0}.custom-select.disabled{opacity:.6}.custom-select .filter-name{width:100%;font-size:1rem;margin-bottom:.5625em;text-transform:capitalize}@media (min-width:576px){.custom-select .filter-name{margin-bottom:.6rem}}.custom-select .select{position:relative}.custom-select .select.open button.menu-toggle:after{transform:rotate(180deg)}.custom-select .select.open .inputs{display:block}.custom-select button.menu-toggle{width:100%;position:relative;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:6px;text-align:left;padding-top:.4375rem;padding-bottom:.4375rem;background:#373737;font-weight:400;color:#fff;display:flex;cursor:pointer;justify-content:space-between;transition:box-shadow .2s;overflow:hidden;border:1px solid #5b5b5b}.custom-select button.menu-toggle span{padding-left:.7rem;max-width:calc(100% - 3.2rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-select button.menu-toggle::after{content:"";position:absolute;right:.6875rem;top:5px;background:url(../../svg/custom-selects/arrow-down.svg);background-size:contain;background-repeat:no-repeat;background-position:center;transform-origin:center center;transition:transform .2s ease;margin-left:auto;width:1rem;height:1.5625rem}.custom-select button.menu-toggle[data-filter-selected]{color:#d0a65b;font-weight:600;border-color:#d0a65b}.custom-select button.remove-selections{position:absolute;top:calc(50% + 1px);transform:translateY(-50%);right:30px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;width:19px;height:19px;border-radius:50%;cursor:pointer;background-size:100%;background-position:center;background-repeat:no-repeat;background-color:transparent}.custom-select button.remove-selections:after{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px}.custom-select .inputs{display:none;border-radius:5px;border:1px solid #5b5b5b;background:#373737;padding-top:.4375rem;padding-bottom:.4375rem;list-style:none;position:absolute;top:100%;left:0;right:0;max-height:17.9em;overflow:auto;z-index:10;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);overscroll-behavior:none}.custom-select .inputs input{margin-top:0}.custom-select label{display:flex;align-items:center;padding:.4rem .5rem;cursor:pointer;white-space:nowrap}.custom-select label span{margin-bottom:-2px}.custom-select label:hover{background:#2e2e2e}.custom-select input{accent-color:#3f3f3f;margin-top:.125rem;display:none}.custom-select input+label::before{content:url(../../svg/custom-selects/input-unchecked.svg);display:inline-block;margin-right:.5625rem;width:19px;height:19px}.custom-select input:checked+label{font-weight:600}.custom-select input[type=checkbox]{margin-right:.5rem}.custom-select input[type=checkbox]:checked+label:before{content:url(../../svg/custom-selects/input-checked.svg)}.custom-select input[type=radio]:checked+label:before{content:url(../../svg/custom-selects/input-checked.svg)}.range-selects{display:flex;flex-wrap:wrap}.range-selects h3{width:100%}.range-selects .range-select{flex:1 1 0}.range-selects .separator{width:.9rem}.card-autot{position:relative;color:#e9e9e9;margin-left:auto;margin-right:auto;transition:all .3s;width:100%;min-width:0;background-color:#151515;border-radius:4px;overflow:hidden}.card-autot:hover{transform:translateY(-2px);box-shadow:-4px -2px 33px rgba(0,0,0,.1098039216)}.card-autot.default a{text-decoration:underline;margin-bottom:.6rem}.card-autot>a{display:grid;grid-template-rows:auto 1fr;height:100%;overflow:hidden}.card-autot h2{display:inline-block;font-size:1.375rem;margin-top:0;margin-bottom:10px;margin-bottom:1rem}.card-autot .short-description{margin-bottom:1.3rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.9375rem;font-weight:300;text-overflow:ellipsis;min-height:1rem}.card-autot .specs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.4rem;z-index:1}.card-autot .specs span{position:relative;background-color:#151515;font-size:.8125rem;font-weight:400;padding:.5rem .5rem .3rem .4rem;background-clip:padding-box;border:solid 2px transparent;border-radius:.6rem}.card-autot .specs span:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;margin:-2px;border-radius:inherit;background:linear-gradient(318deg,#845a1c 15.57%,#b38123 25.35%,#deb349 35.14%,#ebda7a 43.53%,#d7b958 53.32%,#d7b958 61.71%,#c8983b 68.7%,#dab759 76.39%,#eedf7e 85.47%)}.card-autot .image img{transition:transform .4s ease-out;width:100%}.card-autot .text{padding:1rem;display:flex;align-items:flex-start;flex-direction:column}.card-autot .prices{margin-top:auto;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-end;-moz-column-gap:1.3rem;column-gap:1.3rem;row-gap:.5rem;color:#d0a65b;margin-bottom:.1rem}.card-autot .total-cost{font-size:1.25rem;font-weight:600;text-align:center}.card-autot .monthly-cost,.card-autot .tax{font-size:.875rem;font-weight:500;margin-bottom:1px}.sorting{max-width:13.8rem;margin-left:auto;margin-bottom:2.1rem}.sorting h3{text-align:right;margin-bottom:.7rem;font-size:16px;font-weight:400}.sorting .menu-toggle{padding-left:.6rem;padding-right:.6rem}.sorting .select-container{margin-bottom:0}.sorting button.menu-toggle{border:1px solid #5b5b5b}.page-header+.container .sorting{margin-top:2rem}.vehicle-slider{min-width:0;box-shadow:none;--slider-gap:16px}.vehicle-slider .slick-slide{overflow:hidden;background-color:#000}.vehicle-slider .slick-slide img{opacity:.5;transition:opacity .1s}.vehicle-slider .slick-slide.slick-current img,.vehicle-slider .slick-slide.slick-target img,.vehicle-slider .slick-slide:hover img{opacity:1}.vehicle-slider .primary-slider{overflow:hidden;--button-gap:10px;--button-bottom:10px;--button-width:30px;--button-bg-size:15px;cursor:pointer;margin-bottom:var(--slider-gap)}.vehicle-slider .primary-slider .slick-slide{position:relative;border-radius:0}@media (max-width:800px){.vehicle-slider .primary-slider .slick-slide img{opacity:1}}.vehicle-slider .primary-slider .hidden-image-link{display:none}.vehicle-slider .primary-slider .slick-slide img{position:absolute;left:0;top:0;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.vehicle-slider .primary-slider .image{position:relative;width:100%;padding-top:75%;overflow:hidden}@media (min-width:768px){.vehicle-slider .primary-slider .image{padding-top:68%}}.vehicle-slider .primary-slider .slick-arrow{width:var(--button-width);height:var(--button-width);cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);background:#151515;color:#fff;z-index:1;opacity:1;transition:background-color .1s;border-radius:50%;background:linear-gradient(318deg,#845a1c 15.57%,#b38123 25.35%,#deb349 35.14%,#ebda7a 43.53%,#d7b958 53.32%,#d7b958 61.71%,#c8983b 68.7%,#dab759 76.39%,#eedf7e 85.47%)}.vehicle-slider .primary-slider .slick-arrow .arrow{background-size:var(--button-bg-size);background-position:center;background-repeat:no-repeat;background-color:#000;position:absolute;top:0;left:0;bottom:0;right:0;margin:2px;border-radius:50%}.vehicle-slider .primary-slider .slick-arrow::after{content:"";position:absolute;top:-2rem;right:-.5rem;bottom:-2rem;left:-.5rem}.vehicle-slider .primary-slider .slick-arrow.slick-prev{left:var(--button-gap)}.vehicle-slider .primary-slider .slick-arrow.slick-prev .arrow{background-image:url(../../svg/arrow-left.svg)}.vehicle-slider .primary-slider .slick-arrow.slick-next{right:var(--button-gap)}.vehicle-slider .primary-slider .slick-arrow.slick-next .arrow{background-image:url(../../svg/arrow-right.svg)}.vehicle-slider .primary-slider .slick-arrow:hover{opacity:1;background-color:#111}.vehicle-slider .primary-slider .slick-current .full-screen-shade{position:absolute;left:0;right:0;top:0;bottom:0;cursor:pointer;background-color:rgba(0,0,0,.337254902);z-index:1;opacity:0;transition:all .1s;pointer-events:all}.vehicle-slider .primary-slider .slick-current .full-screen-shade::after{content:url(../../svg/zoom.svg);width:3rem;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media (min-width:576px){.vehicle-slider .primary-slider .slick-current .full-screen-shade:hover{opacity:1}}@media (min-width:768px){.vehicle-slider .primary-slider{--button-gap:26px;--button-bottom:14px;--button-width:41px;--button-bg-size:19px}}@media (min-width:800px){.vehicle-slider .primary-slider .slick-slide{margin-left:calc(var(--slider-gap)/ 2);margin-right:calc(var(--slider-gap)/ 2);border-radius:2px}.vehicle-slider .primary-slider .slick-arrow{display:block}}.vehicle-slider .secondary-slider{max-width:887px;margin-left:auto;margin-right:auto;padding-left:10px;padding-right:10px}.vehicle-slider .secondary-slider .slick-list{margin-left:-1px}.vehicle-slider .secondary-slider .slick-track{margin:0 auto}.vehicle-slider .secondary-slider .slick-arrow{position:absolute}.vehicle-slider .secondary-slider .slick-slide{margin-left:5px;margin-right:5px;background-color:#000;cursor:pointer;border-radius:2px}.vehicle-slider .secondary-slider .slick-slide img{width:100%}@media (min-width:768px){.vehicle-slider .secondary-slider{padding-left:4px;padding-right:4px}}.vehicle-slider .primary-slider,.vehicle-slider .secondary-slider{opacity:0;visibility:hidden;transition:opacity .3s ease;-webkit-transition:opacity .3s ease}.vehicle-slider .primary-slider.slick-initialized,.vehicle-slider .secondary-slider.slick-initialized{visibility:visible;opacity:1}.vehicle-slider .pop-up-gallery{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;padding:.7rem;background-color:rgba(0,0,0,.9019607843);z-index:1000;overflow:auto;visibility:hidden;opacity:0;transition:all .35s;-webkit-overflow-scrolling:touch;display:flex;justify-content:center;align-items:flex-start}.vehicle-slider .pop-up-gallery.open{visibility:visible;opacity:1}.vehicle-slider .pop-up-gallery .content{position:relative;display:inline-grid;gap:15px}.vehicle-slider .pop-up-gallery .content:after{content:"";position:fixed;width:inherit;height:inherit;background:rgba(150,150,150,.45)}.vehicle-slider .pop-up-gallery img{margin-left:auto;margin-right:auto;max-height:90vh;border-radius:2px}.vehicle-slider .pop-up-gallery .close-button-container{position:absolute;right:6px;top:6px}.vehicle-slider .pop-up-gallery .close-button{position:fixed;width:2rem;height:2rem;cursor:pointer;background-color:#d0a65b;background-image:url(../../svg/close.svg);background-size:contain;background-repeat:no-repeat;background-position:center;background-size:47%;border-radius:50%;transform:translate(-100%,0)}.vehicle-slider .pop-up-gallery .close-button::after{content:"";position:absolute;top:-80%;right:-80%;bottom:-80%;left:-80%}@media (min-width:576px){.vehicle-slider .pop-up-gallery{padding:2rem}}.funding strong{font-weight:600}.funding .monthly{margin-bottom:1.3rem;font-weight:400;color:#d0a65b;font-size:1.2rem}.funding .monthly strong{font-size:1.7rem;font-weight:600}.funding .slider-container{margin-bottom:1.6rem}.funding .slider-container p{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem;font-size:1rem}.funding .slider-container input[type=text]{width:100%;display:block;padding:6px 7px 4px!important;color:#000;line-height:1.15!important;border:1px solid #5b5b5b;border-radius:5px;background-color:#fff;max-width:5.3rem;margin-left:auto;margin-right:.5rem}.funding .slider-container input[type=text]:focus{box-shadow:0 0 0 2px #d0a65b}.funding .slider-container span{margin-left:.8rem}.funding .info p{margin-bottom:.6rem;font-size:.9375rem}.funding .funding-values{display:none}input[type=range]{-webkit-appearance:none;margin-right:15px;width:100%;height:8px;background:rgba(255,255,255,.6);border-radius:5px;background-image:linear-gradient(318deg,#845a1c 15.57%,#b38123 25.35%,#deb349 35.14%,#ebda7a 43.53%,#d7b958 53.32%,#d7b958 61.71%,#c8983b 68.7%,#dab759 76.39%,#eedf7e 85.47%);background-size:70% 100%;background-repeat:no-repeat;background-color:#4e4e4e;box-shadow:0 5px 5px rgba(0,0,0,.0509803922)}input[type=range]::-webkit-slider-thumb{position:relative;-webkit-appearance:none;height:24px;width:40px;background-image:url(../../svg/slider-handle.svg);background-size:contain;background-position:center;background-repeat:no-repeat;border-radius:8px;cursor:ew-resize;box-shadow:0 0 3px 0 rgba(0,0,0,.219);-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}input[type=range]::-webkit-slider-runnable-track{-webkit-appearance:none;box-shadow:none;border:none;background:0 0}.car-slider{--arrow-gap:.5rem}.car-slider .slick-slide{padding:.3rem}.car-slider .card-autot{box-shadow:none}.car-slider .front-page-slider{position:relative}.car-slider .slick-arrow{position:absolute;top:14%;width:2.2rem;height:3.7rem;color:transparent;background:#fff;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-position:center;background-repeat:no-repeat;background-size:.8rem;z-index:1;cursor:pointer;transition:opacity .15s;box-shadow:0 0 10px rgba(0,0,0,.301)}.car-slider .slick-prev{background-image:url(../../svg/arrow-left.svg);left:var(--arrow-gap)}.car-slider .slick-next{right:var(--arrow-gap);background-image:url(../../svg/arrow-right.svg)}.car-slider .slick-track{display:flex!important}.car-slider .slick-slide{height:inherit!important}@media (min-width:1800px){.car-slider{--arrow-gap:2.7rem}}.product-carousel{position:relative;overflow:hidden;margin-top:2rem;margin-bottom:2rem;padding-left:1.2rem;padding-right:1.2rem}.product-carousel .top{display:flex;row-gap:.5rem;-moz-column-gap:1.7rem;column-gap:1.7rem;flex-wrap:wrap;align-items:flex-end;margin-bottom:1.4rem}.product-carousel h2{margin:0}.product-carousel .swiper-slide{height:auto}.product-carousel .card-autot{height:100%}.product-carousel>.content{position:relative;padding-bottom:2.4rem;max-width:1505px;margin-left:auto;margin-right:auto}@media (min-width:992px){.product-carousel{margin-top:3rem;margin-bottom:3rem;padding-left:2rem;padding-right:2rem}}.product-carousel .buttons{display:flex;gap:1rem;margin-bottom:2.1rem}.product-carousel .swiper-button-next,.product-carousel .swiper-button-prev{position:relative;display:flex;background:#151515;border-radius:50%;width:40px!important;height:40px!important;margin:0!important;left:0!important;right:0!important;bottom:0!important;top:0!important;position:relative;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:background-color .2s,opacity .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:linear-gradient(318deg,#845a1c 15.57%,#b38123 25.35%,#deb349 35.14%,#ebda7a 43.53%,#d7b958 53.32%,#d7b958 61.71%,#c8983b 68.7%,#dab759 76.39%,#eedf7e 85.47%)}.product-carousel .swiper-button-next:before,.product-carousel .swiper-button-prev:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;margin:2px;border-radius:inherit;background-color:#151515}.product-carousel .swiper-button-next img,.product-carousel .swiper-button-prev img{width:1.3rem;transition:transform .2s}.product-carousel .swiper-button-next.swiper-button-disabled,.product-carousel .swiper-button-prev.swiper-button-disabled{pointer-events:all!important;opacity:.5!important}.product-carousel .swiper-button-next:after,.product-carousel .swiper-button-prev:after{font-size:0!important}.product-carousel .swiper-button-prev:hover img{transform:translateX(-3px)}.product-carousel .swiper-button-next:hover img{transform:translateX(3px)}.product-carousel .swiper-pagination-bullet-active{background-color:#d0a65b}.page-header{position:relative;height:20rem}.page-header h1{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;text-shadow:0 0 10px rgba(0,0,0,.28)}.page-header .image{position:relative;height:100%;background-size:cover;background-repeat:no-repeat;border-radius:4px;overflow:hidden;background-color:#d4d4d4}.page-header .image::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(rgba(0,0,0,.15),rgba(0,0,0,.5));pointer-events:none}@media (min-width:576px){.page-header{height:25rem}.page-header h1{font-size:3rem}}.site-header{position:relative;z-index:200;position:fixed;top:0;width:100%;max-width:1920px;background:#151515}.site-header .hamburger .hamburger-box{display:block!important}.site-header .top{display:none}.site-header .top .content{display:flex;justify-content:flex-end;gap:2.3rem}.site-header .top .icon-text{font-size:.9375rem;font-weight:300;color:#fff;transition:color .2s}.site-header .top .icon-text:hover{color:#d0a65b}.site-header .bottom .content{display:flex;justify-content:space-between;align-items:center}.site-header .logo-container{width:8.9375rem;margin-left:.8rem}.site-header nav{position:absolute;top:100%;left:0;width:100%;padding-bottom:1rem;overflow:hidden;pointer-events:none}.site-header nav.open ul{transform:translate(0);pointer-events:all}.site-header ul.menu{width:100%;top:100%;left:0;text-align:center;background:#1e1e1e;padding-top:.5rem;padding-bottom:.5rem;transform:translateY(calc(-100% - .2rem));transition:all .3s;box-shadow:0 0 5px rgba(0,0,0,.2196078431)}.site-header li{list-style:none}.site-header li a{position:relative;display:inline-block;text-decoration:none;padding:.6875rem 1rem;color:#fff}.site-header li a:hover{color:#d0a65b}.site-header li.current-menu-item>a{font-weight:700;color:#d0a65b}.site-header .box-shadow{position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:0 0 13px rgba(0,0,0,.1294117647);pointer-events:none}.site-header .social-icons a{padding-left:.5rem;padding-right:.5rem}@media (min-width:880px){.site-header .top{display:block;padding:.9rem 2rem 0}.site-header .top .content{padding-right:1rem}.site-header .bottom .content,.site-header .top .content{max-width:1340px;margin-left:auto;margin-right:auto}.site-header .logo-container{width:12.8125rem;padding:0;margin-left:0;margin-top:-2.3rem}.site-header .hamburger{display:none}.site-header nav{position:relative;padding:0;width:auto;overflow:visible;pointer-events:all}.site-header ul.menu{position:relative;display:flex;box-shadow:none;transform:none;background:0 0;padding:0}.site-header li a{padding:1.3rem 1rem 1.3rem}}.site-footer{position:relative;color:#fff;background-color:#151515}.site-footer .logo-container{margin-bottom:-1.3rem;width:10rem}.site-footer a{display:inline-block;font-weight:400;line-height:1.5}.site-footer a:hover{text-decoration:underline}.site-footer h2{position:relative;display:inline-block;font-size:1.4375rem;font-weight:700;margin-bottom:.9rem;color:#d0a65b}.site-footer a,.site-footer p{font-weight:400;font-size:.9375rem;color:#e9eaf1;line-height:1.9}.site-footer .icon-text+.icon-text{margin-top:.6rem}.site-footer .top .grid{padding-top:1.8rem;padding-bottom:1.8rem;gap:2.3rem}.site-footer .grid{position:relative;z-index:1;display:grid;justify-content:flex-start;padding-left:1.2rem;padding-right:1.2rem;max-width:800px;margin-left:auto;margin-right:auto}.site-footer .grid>div{max-width:20rem}.site-footer .contact-info .social-icons{display:flex;gap:1rem;margin-top:1rem}.site-footer .contact-info .social-icons a{margin:0}.site-footer .opening-hours p:first-of-type{margin-bottom:.7rem}.site-footer .bottom .grid{margin-left:auto;margin-right:auto;padding-top:10px;padding-bottom:10px}.site-footer .bottom a,.site-footer .bottom p{margin:0;font-weight:300;color:#9f9f9f;font-size:.8125rem;line-height:1.7}.site-footer .bottom a{display:inline-block;text-decoration:underline}.site-footer .bottom .cmplz-show-banner{cursor:pointer}@media (min-width:768px){.site-footer .logo-container{margin-bottom:0;width:13rem}.site-footer .grid{justify-content:space-between}.site-footer .top .grid{padding-top:3.4rem;padding-bottom:3.4rem;grid-template-columns:auto auto auto}.site-footer .bottom .grid{grid-auto-flow:column}.site-footer .border{height:auto;width:1px}}form h2,form h3{margin-bottom:1.2rem}form p{margin-bottom:1.4rem}form p:last-of-type{margin-bottom:0}form label{display:inline-block;margin-bottom:.5rem!important;font-size:1rem;margin-bottom:.5625em}form label>span:not([class]){color:red}form input[type=email],form input[type=tel],form input[type=text],form textarea{width:100%;max-width:500px;border:none;display:block;padding:7px!important;line-height:1.15!important;background-color:#fff;border:1px solid #5b5b5b;border-radius:8px}form textarea{height:120px}form select{width:100%;max-width:500px;border:none;display:block;padding:7px!important;height:36px!important;background-color:#fff;border:1px solid #5b5b5b;border-radius:6px;box-shadow:0}form .wpcf7-checkbox,form .wpcf7-radio{display:flex;flex-wrap:wrap;-moz-column-gap:1.5rem;column-gap:1.5rem;row-gap:.2rem}form .wpcf7-checkbox label,form .wpcf7-radio label{margin-bottom:0}form .wpcf7-checkbox input,form .wpcf7-radio input{margin-right:.3rem}.wpcf7 .wpcf7-list-item{display:block;margin:0}.wpcf7 .wpcf7-not-valid-tip{margin-top:.5rem;color:#e31c1c;font-weight:500}.wpcf7 .wpcf7-spinner{position:absolute!important;bottom:-1rem;left:50%;transform:translateX(calc(-50% - 24px))}.wpcf7 .wpcf7-response-output{color:#fff!important;border-color:#b5b5b5!important}.wpcf7 br{display:none}.form-container{padding:1.4rem 1.6rem;border-radius:4px;box-shadow:0 0 25px rgba(0,0,0,.1)}@media (min-width:576px){.form-container{padding:2rem 2.3rem}.form-container .grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}}.form h2{margin-top:0}.form .row{position:relative}.form .row>div{margin-bottom:1.4rem}.form .selects label{width:100%}.form .selects p{display:flex;flex-wrap:wrap;justify-content:space-between}.form .selects .wpcf7-form-control-wrap{width:48%}.form .selects br{display:none}.form .radio-container p{margin-bottom:.5rem;color:#000}.form .image-upload p{margin-bottom:.5rem}.form .image-upload #mfcf7_zl_multifilecontainer{margin:0}.form .image-upload #mfcf7_zl_add_file{background-color:transparent!important;border:2px dashed #b5b5b5;border-radius:8px;background-color:transparent;color:#e1c89a;margin-bottom:0!important;width:100%}.form .image-upload label{margin-bottom:0!important}.form .vaihtoauto-checkbox label{margin-bottom:0!important}.form .vaihtoauton-tiedot{max-height:0;overflow:hidden;transition:max-height .32s}.home .hero{position:relative;height:calc(100vh - 3.4rem);min-height:500px;max-height:1000px;background-size:cover;background-repeat:no-repeat;display:flex;align-items:center;overflow:hidden;color:#fff}.home .hero .shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.3294117647))}.home .hero .content{position:relative;padding:0 1.2rem;margin-left:auto;margin-right:auto;text-shadow:0 0 11px rgba(0,0,0,.2392156863);margin-top:-1rem;text-align:center}.home .hero .logo-container{width:13rem;margin-left:auto;margin-right:auto;margin-bottom:.8rem}.home .hero h1{margin-bottom:0;font-size:2.5rem;margin-bottom:.4rem;max-width:40rem}.home .hero .buttons{display:inline-flex;flex-wrap:wrap;gap:1rem}@media (min-width:768px){.home .hero{height:calc(100vh - 6.3rem)}.home .hero .logo-container{width:15rem;margin-bottom:1.3rem}.home .hero h1{font-size:2.8rem;margin:0}.home .hero p{font-size:3.8rem}}.home .categories{margin-bottom:3rem}.home .categories .grid{display:grid;gap:1px;padding:1px}.home .categories .category{position:relative;display:block;overflow:hidden;color:#fff}.home .categories .category img{display:block;width:100%;height:auto;aspect-ratio:800/644;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease-out}.home .categories .category::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.55),rgba(0,0,0,0) 45%);pointer-events:none}.home .categories .category .text{position:absolute;z-index:1;left:0;right:0;bottom:0;padding:0 1.2rem 11%;text-align:center}.home .categories .category h2{margin:0 0 .5rem;font-size:2rem;font-weight:700;line-height:1.2;color:#fff;text-shadow:0 0 12px rgba(0,0,0,.6)}.home .categories .category .button{width:100%;max-width:16.5rem;padding-top:.35rem;padding-bottom:.35rem;border-radius:4px}.home .categories .category:hover img{transform:scale(1.04)}.home .categories .category:focus-visible{outline:2px solid #d0a65b;outline-offset:-2px}@media (min-width:576px){.home .categories .grid{grid-template-columns:1fr 1fr}.home .categories h2{font-size:1.75rem}}@media (min-width:768px){.home .categories{margin-bottom:4.5rem}}@media (min-width:1200px){.home .categories .grid{grid-template-columns:repeat(4,1fr)}.home .categories h2{font-size:2rem}}.home .products h2{display:inline-block;position:relative;font-size:1.8rem;color:#d0a65b;padding-bottom:.8rem;margin-bottom:1.7rem}.home .products h2::after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(to right,#b69267,#f8f5f1 70%,#b69267 100%)}.home .products .buttons{display:flex;justify-content:center;gap:1rem}@media (min-width:768px){.home .products h2{font-size:2rem;margin-bottom:3rem}}.home .company{margin-bottom:2.5rem}.home .company h2{font-size:1.5rem}.home .company .image{position:relative;background-size:cover;background-position:center;aspect-ratio:16/9}.home .company .image-text{display:grid;gap:1.8rem}.home .company .text{display:grid;place-content:center;justify-items:left;padding-left:1.3rem;padding-right:1.3rem;gap:2rem;max-width:50rem}.home .company .block{position:relative;padding-left:1.7rem}.home .company .block:before{content:"";position:absolute;top:0;bottom:0;left:0;width:3px;background-color:#d0a65b}.home .company .buttons{display:grid;justify-items:left;gap:1rem}@media (min-width:768px){.home .company{margin-bottom:4.5rem}.home .company .image-text{display:grid;grid-template-columns:1fr 1fr}.home .company .image{aspect-ratio:auto;min-height:25rem}.home .company .overlay{padding:8rem}.home .company .text{padding-top:0;padding-bottom:0;padding-left:2rem;padding-right:2rem;gap:3rem}}@media (min-width:992px){.home .company h2{font-size:1.9rem}.home .company p{font-size:1.125rem}.home .company .image{min-height:30rem}}@media (min-width:1200px){.home .company .text{padding-left:4.5rem;padding-right:4.5rem}}@media (min-width:1500px){.home .company .image{min-height:37rem}}.page-template-default:not(.home) .container{max-width:1000px;margin-left:auto;margin-right:auto;padding:2rem 1.5rem 3rem}@media (min-width:576px){.page-template-default:not(.home) .container{padding:3em 2.5rem}}@media (min-width:768px){.page-template-default:not(.home) .container{padding:4.5em 3rem}}.page-ostamme .form{margin-top:1.8rem;padding:1.3rem;background-color:#151515;border-radius:4px}.page-ostamme .form .description{margin-bottom:1.6rem}@media (min-width:576px){.page-ostamme .form .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width:768px){.page-ostamme .form{padding:2.5rem 3rem}}.single .site-content .container{max-width:899px;padding-top:1rem;padding-bottom:2.8rem;padding-left:.9rem;padding-right:.9rem;margin-left:auto;margin-right:auto}@media (min-width:768px){.single .site-content .container{padding-top:1.8rem;padding-bottom:3.5rem}}.single .site-content .container>.grid{display:grid;gap:1rem}@media (min-width:768px){.single .site-content .container>.grid{gap:2rem}}.single .site-content .grid-item{border-radius:4px;background-color:#151515}.single .site-content .grid-item>.content{padding:.9rem 1.2rem 1.3rem}.single .site-content .info{font-size:.875rem}.single .site-content .info h1{margin-bottom:.9rem;line-height:1.3;font-size:1.7rem}.single .site-content .info .model-specification{margin-bottom:1.4rem;font-size:1rem;word-break:break-word}.single .site-content .info .prices{display:flex;gap:2rem;align-items:flex-end;color:#d0a65b}.single .site-content .info .prices .total-cost{font-size:1.35rem;font-weight:600;text-align:center}.single .site-content .info .prices .monthly-cost{font-size:.9375rem;font-weight:300;margin-bottom:2px}.single .site-content .info li{-moz-column-break-inside:avoid;break-inside:avoid-column}.single .site-content .info table{border-collapse:collapse;white-space:nowrap;width:100%}.single .site-content .info tr{line-height:2;-moz-column-break-inside:avoid;break-inside:avoid-column;display:flex}.single .site-content .info td{border-bottom:1px solid #252525}.single .site-content .info td:first-of-type{width:100%;color:#afafaf}.single .site-content .info td:last-of-type{text-align:right}@media (min-width:576px){.single .site-content .info h1{font-size:2rem}.single .site-content .info tbody{display:block;-moz-columns:2;columns:2}}@media (min-width:768px){.single .site-content .info tbody{display:block;-moz-columns:2;columns:2;-moz-column-gap:2.4rem;column-gap:2.4rem}.single .site-content .info .two-columns{display:grid;grid-template-columns:1fr 1fr;gap:2rem}}.single .site-content .additional-info{word-break:break-word}.single .site-content .additional-info p{margin-bottom:.9rem;font-size:.875rem}.single .site-content .equipment h2{margin-bottom:1rem}.single .site-content .equipment ul{margin-bottom:0;line-height:1.7}.single .site-content .equipment li{font-size:.875rem;background-size:1rem;background-size:13px!important;padding-left:22px!important}.single .site-content .funding-contact>.content{display:grid;gap:1.7rem}.single .site-content .contact .grid{display:grid;gap:2.5rem}.single .site-content .contact h2{margin-bottom:1.5rem;font-size:1.3rem;font-weight:500}.single .site-content .contact .contact-info{margin-bottom:2.5rem;max-width:300px}.single .site-content .contact .icon-text{display:flex;align-items:center;gap:1rem}.single .site-content .contact .icon-text img{border-radius:50%;height:22px}.single .site-content .contact .icon-text+.icon-text{margin-top:1.2rem}@media (min-width:576px){.single .site-content .grid-item>.content{padding-left:2rem;padding-right:2rem;padding-top:1.3rem;padding-bottom:1.8rem}.single .site-content .additional-info .columns,.single .site-content .equipment .columns{-moz-columns:2;columns:2;-moz-column-gap:1.5rem;column-gap:1.5rem}}@media (min-width:768px){.single .site-content .funding-contact>.content{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.single .site-content .funding>.content{grid-template-columns:1fr 1fr;gap:5rem}}@media (min-width:992px){.single .site-content .equipment .columns{-moz-columns:3;columns:3}.single .site-content .grid-item>.content{padding-left:1.6rem;padding-right:1.6rem;padding-top:1.5rem;padding-bottom:2rem}.single .site-content .contact .grid{display:grid;gap:2rem;grid-template-columns:auto auto}}@media (min-width:1200px){.single .site-content .grid-item>.content{padding-left:2.2rem;padding-right:2.2rem;padding-top:1.7rem;padding-bottom:2.2rem}.single .site-content .contact .grid{gap:3rem}}.page-template-ajoneuvot .container{padding-left:1.5rem;padding-right:1.5rem}.page-template-ajoneuvot .filters{position:relative;padding:2rem 1.4rem 1rem}.page-template-ajoneuvot .filters>.content{max-width:950px;margin:0 auto}.page-template-ajoneuvot .filters .grid{display:grid;gap:1rem}@media (min-width:768px){.page-template-ajoneuvot .filters .grid{grid-template-columns:1fr 1fr}}@media (min-width:1000px){.page-template-ajoneuvot .filters{padding:3rem 3rem 2rem}.page-template-ajoneuvot .filters .grid{grid-template-columns:1fr 1fr 1fr;gap:1.5rem}}.page-template-yhteystiedot .site-content .page-header h1{margin-top:-1.6rem}.page-template-yhteystiedot .site-content .container{padding:0 1.2rem 2rem;max-width:63rem;margin-left:auto;margin-right:auto}@media (min-width:768px){.page-template-yhteystiedot .site-content .container{padding:0 2.5rem 2rem}}@media (min-width:768px){.page-template-yhteystiedot .site-content .container{padding:0 2.5rem 3rem}}.page-template-yhteystiedot .site-content .phone-whatsapp{display:flex;gap:.7rem;align-items:flex-start}.page-template-yhteystiedot .site-content .phone-whatsapp .whatsapp{display:inline-block;background-color:#31ba45;padding:.625rem;border-radius:50%;flex-shrink:0}.page-template-yhteystiedot .site-content .grid{position:relative;background-color:#151515;padding:1.3rem;margin-top:-3rem;border-radius:4px;display:grid;gap:1.9rem;margin-bottom:1rem}.page-template-yhteystiedot .site-content .grid h2{text-align:left;font-size:1.5rem;margin-bottom:1.2rem}.page-template-yhteystiedot .site-content .grid .button{margin-bottom:1rem}.page-template-yhteystiedot .site-content .grid .contact-info{order:-1}.page-template-yhteystiedot .site-content .grid .contact-info h2{margin-top:1.7rem}.page-template-yhteystiedot .site-content .grid .contact-info p{line-height:1.5;margin-bottom:1.2rem}.page-template-yhteystiedot .site-content .grid .contact-info .icon-text{margin-bottom:.8rem}.page-template-yhteystiedot .site-content .grid .employee .name{font-size:1.125rem;font-weight:600;margin-bottom:.6rem;color:#000}.page-template-yhteystiedot .site-content .grid .employee .title{margin-bottom:.75rem}.page-template-yhteystiedot .site-content .grid .employee+.employee{margin-top:1.5rem}.page-template-yhteystiedot .site-content .grid .employee .button:last-of-type(){margin:0}@media (min-width:768px){.page-template-yhteystiedot .site-content .grid{grid-template-columns:1fr 1fr;gap:3rem;justify-content:space-between;padding:3rem 5rem;margin-top:-4rem}.page-template-yhteystiedot .site-content .grid .callback{grid-column:span 2}.page-template-yhteystiedot .site-content .grid .callback .row{grid-template-columns:1fr 1fr;align-items:start;gap:1rem}}#page{max-width:1920px;margin:0 auto}.hide{display:none}.bg-texture{background-image:url(../../images/bg.png);background-size:1000px}.floating-button{position:fixed;display:grid;place-items:center;right:15px;width:48px;height:48px;background-color:#151515;z-index:10;box-shadow:1px 1px 13px rgba(0,0,0,.2666666667);border-radius:100%;border:2px solid #d0a65b}.floating-button img{height:54%}.floating-button.call{bottom:15px}.floating-button.call img{height:36%}.floating-button.whatsapp{bottom:73px}.floating-button.whatsapp img{height:42%}@media (min-width:880px){.floating-button.call{display:none}.floating-button.whatsapp{right:24px;bottom:24px;width:60px;height:60px}}.products{max-width:101rem;margin-left:auto;margin-right:auto;margin-bottom:3.5rem}.products .grid{display:grid;justify-content:center;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-left:auto;margin-right:auto;margin-bottom:2rem}@media (min-width:1200px){.products .grid{grid-template-columns:1fr 1fr 1fr;gap:1.8rem}}@media (min-width:1500px){.products .grid{grid-template-columns:1fr 1fr 1fr 1fr}}.filters{border-radius:1.125rem;position:relative;margin-left:auto;margin-right:auto}.filters .grid{display:grid;gap:1.2rem;margin-left:auto;margin-right:auto}@media (min-width:576px){.filters .button{width:auto}}@media (min-width:768px){.filters .grid{grid-template-columns:1fr 1fr}.filters h2{margin-bottom:1.6rem}}@media (min-width:860px){.filters .grid{grid-template-columns:repeat(3,1fr);gap:1.3rem}}@media (min-width:1125px){.filters .grid{grid-template-columns:repeat(4,1fr);gap:1.3rem}}.link-arrow{line-height:1.65;font-weight:500}.link-arrow::after{content:"";display:inline-block;width:17px;height:17px;background-image:url(../../svg/arrow-ball-orange.svg);background-size:contain;background-position:right center;background-repeat:no-repeat;margin-left:.5rem;margin-bottom:-3px}.link-arrow:hover{text-decoration:underline}a.anchor{display:block;position:relative;top:-80px;visibility:hidden}@media (min-width:992px){a.anchor{top:-115px}}.first-last-marginless>:first-child{margin-top:0!important}.first-last-marginless>:last-child{margin-bottom:0!important}.full-width-embed-container{position:relative;overflow:hidden;width:100%;padding-top:56.25%;border-radius:.5rem}.full-width-embed-container iframe{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%}.map{height:400px;color:#1b1b1b}.map .wpgmza-preloader{display:none!important}.icon-text{display:grid;grid-template-columns:18px auto;align-items:center;gap:.7rem}.icon-text.email img{height:15px}.icon-text.phone img{height:19px}.icon-text.address img{height:20px}.icon-text.facebook img{height:16px}.icon-text a:hover{text-decoration:underline}.icon-text>*{line-height:1.5!important}