/*! 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:4rem;-webkit-tap-highlight-color:transparent}@media (min-width:970px){html{scroll-padding:8rem}}body{min-height:100vh;background-color:#121212}body.resize-animation-stopper *{transition:none!important}img{max-width:100%;height:auto;display:block}ul{list-style:none}hr{background-color:#dfdfdf;border:0;height:1px;margin:1.5rem 0}body{font-family:Barlow,sans-serif;color:#fff}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}.text-center{text-align:center}.page-title{font-size:1.6rem;margin-bottom:1.2rem}@media (min-width:768px){.page-title{font-size:1.9rem;margin-bottom:2rem}}.section-title{text-align:center;margin-bottom:1.5rem}@media (min-width:768px){.section-title{font-size:1.8rem;margin-bottom:2.2rem}}.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.5rem 0 1.2rem 0;line-height:1.3}.editor p{margin-bottom:1.2rem}.editor a:not([class]){font-weight:600}.editor b,.editor strong{font-weight:600}.editor ol,.editor ul{margin-left:1.3rem;margin-bottom:1.5rem}.editor ol ol,.editor ol ul,.editor ul ol,.editor ul ul{margin-bottom:0}.editor ol li::marker{color:#121212;font-size:1.1rem}.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 .wp-block-buttons{margin-bottom:1.2rem}.editor ul,ul.checkmarks{line-height:1.5;margin-left:0}.editor ul li,ul.checkmarks li{list-style-type:none;background-image:url(../../svg/checkmark.svg);background-repeat:no-repeat;background-position:0 2px;background-repeat:no-repeat;padding-left:29px}: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:#fff}.hamburger-box{width:35px;height:22px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-1px}.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:35px;height:2px;background-color:#fff;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:-10px}.hamburger-inner::after{bottom:-10px}.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;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{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:40px;--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:#121212!important;height:var(--button-size)!important;border-radius:4px!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:43px;--background-size:10px;--button-margin:14px}}.button,.button-reset,.vehicle-slider .primary-slider .slick-arrow,button{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,button::-moz-focus-inner{border:0;padding:0}.button{display:inline-block;text-decoration:none;background-color:#121212;color:#fff;padding:.5rem 1.2rem;border-radius:0;text-align:center;transition:background-color .2s;cursor:pointer;line-height:1.69}.button:hover{background-color:#001b44}.button.borders{box-shadow:inset 0 0 0 2px #fff;background-color:transparent;color:#fff}.button.borders:where(:hover,:focus){background-color:#fff;color:#121212}.button.arrow{display:inline-flex;justify-content:center;align-items:center;gap:1rem}.button.arrow:after{content:'';display:inline-block;width:2rem;height:.8rem;background-image:url(../../svg/arrow-button.svg);background-repeat:no-repeat;background-position:right;background-size:contain;margin-top:1px;transition:transform .2s}.button.arrow:hover{background-color:#fff;color:#121212}.button.arrow:hover::after{transform:translateX(5px);background-image:url(../../svg/arrow-button-primary.svg)}.button.download{display:inline-flex;justify-content:center;align-items:center}.button.download:after{content:'';display:inline-block;width:1.6rem;height:.9rem;background-image:url(../../svg/download.svg);background-repeat:no-repeat;background-position:right;background-size:contain;margin-top:1px}.button.email:before,.button.phone:before{content:'';display:inline-block;background-image:url(../../svg/phone.svg);background-size:100%;background-repeat:no-repeat;background-position:center;margin-right:11px;margin-bottom:-2px}.button.phone:before{background-image:url(../../svg/phone.svg);width:12px;height:12px}.button.email:before{background-image:url(../../svg/email.svg);width:17px;height:14px}.pagination{text-align:center;display:flex;justify-content:center;flex-wrap:wrap;margin-top:2rem;gap:.5rem}.pagination .page-numbers{border:2px solid #121212;border-radius:50%;width:2.2rem;height:2.2rem;color:#121212;font-weight:600;font-size:1.0625rem;display:inline-flex;justify-content:center;align-items:center}.pagination .page-numbers.current,.pagination .page-numbers:hover{background-color:#121212;color:#fff}.card-post{border-radius:1rem;overflow:hidden;background:#fff;box-shadow:0 0 20px rgba(0,0,0,.15)}.card-post .date{font-size:.9375rem;margin-bottom:.5rem;color:#3d3d3d;font-weight:500}.card-post .title{font-size:1.2rem;margin-top:0;margin-bottom:.7rem;color:#000}.card-post p{margin-bottom:1.1rem}.card-post .image{overflow:hidden}@supports not (aspect-ratio:1/1){.card-post .image{height:17rem}}.card-post .image img{width:100%;height:100%;aspect-ratio:16/11;-o-object-fit:cover;object-fit:cover;transition:all .4s}.card-post .text{padding:1rem 1.3rem 1.4rem}.card-post:hover .image img{transform:scale(1.1)}.card-post:hover .button{background-color:#001b44}@media (min-width:768px){.card-post h1{font-size:1.2rem}}.page-header-image{position:relative;height:32vh;min-height:200px;max-height:500px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-left:1rem;padding-right:1rem}.page-header-image .shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000057,#0000000f)}.page-header-image h1{position:relative;font-size:2rem;color:#fff;text-shadow:0 0 5px #000;text-align:center}.page-header-image .svg-container{display:none;position:absolute;left:50%;transform:translateX(-50%);bottom:-1px;width:100%;overflow:hidden}@media (min-width:768px){.page-header-image{height:60vh}.page-header-image h1{font-size:2.5rem}}.card-product{position:relative;margin-left:auto;margin-right:auto;transition:all .3s;width:100%;min-width:0;border-radius:.7rem;overflow:hidden;display:grid;grid-template-rows:auto 1fr;height:100%;overflow:hidden;background-color:#1d1d1d;color:#fff}.card-product .global-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10}.card-product:hover .image img{transform:scale(1.1)}.card-product:hover .button{background-color:#121212}.card-product.default a{text-decoration:underline;margin-bottom:.6rem}.card-product .title{position:relative;display:inline-block;font-size:1.4375rem;margin-top:0;margin-bottom:10px;margin-bottom:15px;padding-bottom:16px}.card-product .title:after{content:'';display:block;position:absolute;bottom:0;right:0;left:0;height:1px;max-width:20rem;background:linear-gradient(to right,#fff 50%,#121212 100%)}.card-product .model-specification{margin-bottom:1.5rem}.card-product .image{position:relative;width:100%;overflow:hidden}.card-product .image img{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;transition:transform .4s ease-out}.card-product .text{display:flex;flex-direction:column;padding-top:.95rem;padding-bottom:1.5rem;padding-left:1.3rem;padding-right:1.3rem}.card-product .specs{display:grid;justify-items:start}.card-product .specs .spec{position:relative;display:inline-block;font-size:.875rem;font-weight:500;padding-top:9px;padding-bottom:9px}.card-product .specs .spec:last-of-type{padding-bottom:0}.card-product .prices{margin-top:auto;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-end;-moz-column-gap:1.1rem;column-gap:1.1rem;row-gap:.8rem}.card-product .total-cost{font-size:1.4rem;font-weight:700;text-align:center}.card-product .button{padding:.65rem 1rem;background-color:#121212}.card-product .tax{font-weight:400}.card-product .monthly-cost{font-size:1.125rem;font-weight:400}.hero{position:relative;height:41vh;min-height:250px;max-height:850px;display:flex;align-items:center;overflow:hidden;background-color:#121212}.hero .video{height:100%;width:100%;top:0;left:0;position:absolute}.hero .video iframe{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero .shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000057,#0000000f)}.hero .content-wrapper{margin-left:auto;margin-right:auto;max-width:88rem;width:100%;padding:0 1.2rem}.hero .content{display:inline-grid;position:relative;color:#fff;max-width:25rem;margin-top:1rem;animation:heroFadeUp .8s ease both}.hero h1{color:#fff;margin-bottom:1.4rem;text-shadow:0 0 10px rgba(0,0,0,.164);font-size:1.9rem}.hero .buttons{display:flex;flex-wrap:wrap;gap:1rem;animation:heroFadeUp .8s .4s ease both}@keyframes heroFadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero .button{box-shadow:inset 0 0 0 2px #fff;color:#fff}.hero .hero-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero .hero-logo.glacier-yachts{width:12rem}.hero .hero-logo.brizo-yachts{width:15rem}@media (min-width:768px){.hero{height:77vh}.hero h1{font-size:2.5rem}.hero h1:before{font-size:1.7rem;margin-bottom:.4rem}.hero .content{margin-top:4rem}.hero .hero-logo.glacier-yachts{width:12rem}.hero .hero-logo.brizo-yachts{width:24rem}}.hero .gallery-slider{position:absolute;top:0;left:0;width:100%;height:100%}.hero .gallery-slider .slide{height:100%;background-size:cover;background-position:center}.hero .gallery-slider .slick-list,.hero .gallery-slider .slick-track{height:100%}.hero .gallery-slider .slick-slide>div{height:100%}@media (min-width:1500px){.hero .video iframe{transform:translate(-50%,-65%)}}.vehicle-slider{min-width:0;box-shadow:none;margin-bottom:.9rem}.vehicle-slider .primary-slider>.slide:not(:first-child),.vehicle-slider .secondary-slider>.slide:not(:first-child){display:none}.vehicle-slider .primary-slider{overflow:hidden;--button-gap:10px;--button-bottom:10px;--button-width:30px;--button-height:30px;--button-bg-size:8px;--button-border-radius:7px;cursor:pointer}.vehicle-slider .primary-slider .slick-slide{position:relative}.vehicle-slider .primary-slider .hidden-image-link{display:none}.vehicle-slider .primary-slider .slick-slide img{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;width:100%}.vehicle-slider .primary-slider .slick-arrow{width:var(--button-width);height:var(--button-height);cursor:pointer;position:absolute;bottom:var(--button-bottom);background:#121212;color:#fff;z-index:1;background-size:var(--button-bg-size);background-position:center;background-repeat:no-repeat;opacity:.85;border-radius:50%}.vehicle-slider .primary-slider .slick-arrow::after{content:'';position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%}.vehicle-slider .primary-slider .slick-arrow.slick-prev{left:var(--button-gap);background-image:url(../../svg/arrow-left.svg);background-position:46% 50%}.vehicle-slider .primary-slider .slick-arrow.slick-next{right:var(--button-gap);background-image:url(../../svg/arrow-right.svg);background-position:54% 50%}.vehicle-slider .primary-slider .slick-arrow:hover{opacity:1}.vehicle-slider .primary-slider .full-screen-shade{position:absolute;left:0;right:0;top:0;bottom:0;cursor:pointer;background-color:#00000056;z-index:1;opacity:0;transition:all .1s;pointer-events:all}.vehicle-slider .primary-slider .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 .full-screen-shade:hover{opacity:1}}@media (min-width:768px){.vehicle-slider .primary-slider{--button-width:34px;--button-height:34px;--button-bg-size:10px;--button-gap:calc(50% - 45px)}}.vehicle-slider .secondary-slider{padding-left:4px;padding-right:4px;margin-bottom:-9px}.vehicle-slider .secondary-slider .slick-track{margin:0}.vehicle-slider .secondary-slider .slick-arrow{position:absolute}.vehicle-slider .secondary-slider .slick-slide{margin:10px 5px 3px;opacity:1;transition:all .14s;border-radius:.3rem}.vehicle-slider .secondary-slider .slick-slide.slick-current,.vehicle-slider .secondary-slider .slick-slide:hover{box-shadow:0 0 0 3px #fff;opacity:1}.vehicle-slider .secondary-slider img{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;width:100%;border-radius:.3rem}@media (min-width:992px){.vehicle-slider .secondary-slider{display:block}}.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 .gallery-jump-buttons{display:flex;justify-content:center;gap:.6rem;padding:1.1rem .6rem 0;max-width:32rem;margin-left:auto;margin-right:auto}.vehicle-slider .gallery-jump-buttons .button.borders{line-height:1;padding:.7rem 1rem;width:100%;font-size:.8125rem;white-space:nowrap;max-width:13rem}@media (min-width:576px){.vehicle-slider .gallery-jump-buttons .button.borders{font-size:.9375rem}}.vehicle-slider .pop-up-gallery{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;padding:.7rem;background-color:#000000e6;z-index:1001;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}.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:#121212;background-image:url(../../svg/close-white.svg);background-size:contain;background-repeat:no-repeat;background-position:center;background-size:49%;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 h2{margin-bottom:1.3rem;font-size:1.6rem;font-weight:600}.funding p{font-size:.9375rem}.funding p:last-of-type{margin-bottom:0}.funding strong{font-weight:600}.funding .variables{margin-bottom:1.4rem;display:grid;gap:.6rem}.funding .variables p{display:flex;justify-content:space-between;padding:.7rem 1rem;margin-bottom:0;background-color:#f5f7ff}.funding .variables strong{color:#0046ad}.funding .month-buttons{margin-bottom:1.5rem}.funding .month-buttons p{margin-bottom:.8rem;font-size:1rem}.funding .month-buttons .months{display:none}.funding .month-buttons .buttons{display:flex;flex-wrap:wrap;gap:.3rem}.funding .month-buttons .month-button{padding:.4rem .8rem;border-radius:5px;font-size:.875rem;font-weight:400;transition:all .2s;cursor:pointer;box-shadow:inset 0 0 0 2px #121212}.funding .month-buttons .month-button.selected,.funding .month-buttons .month-button:hover{background-color:#121212;color:#fff}.funding .slider-container{margin-bottom:1.6rem}.funding .slider-container .label-input{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.funding .slider-container p{font-size:1rem;align-self:flex-end}.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 silver;border-radius:5px;background-color:transparent;max-width:5.3rem;margin-left:auto;margin-right:.5rem}.funding .slider-container input[type=text]:focus{box-shadow:0 0 0 2px #121212}.funding .slider-container span{margin-left:.8rem}.funding .slider-container:last-of-type{margin-bottom:0}.funding .real-interest-rate{margin-bottom:0}.funding .funding-values{display:none}input[type=range]{-webkit-appearance:none;margin-right:15px;width:100%;height:7px;background:rgba(255,255,255,.6);border-radius:5px;background-image:linear-gradient(#121212,#121212);background-size:70% 100%;background-repeat:no-repeat;background-color:#e3e2e2}input[type=range]::-webkit-slider-thumb{position:relative;-webkit-appearance:none;height:20px;width:20px;border-radius:50%;background-color:#121212;cursor:ew-resize;-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}.image-text-grid{display:grid;margin-left:auto;margin-right:auto;background-color:#121212}.image-text-grid .image{position:relative;overflow:hidden;aspect-ratio:16/10;background-size:cover;background-position:center}.image-text-grid .text{display:grid;align-items:center;align-content:center;padding:1.2rem 1.2rem 1.8rem;background-image:url(../../images/kuvio.png);background-size:800px}.image-text-grid h2,.image-text-grid h3,.image-text-grid h4{font-size:1.3rem}.image-text-grid .buttons{display:grid;justify-items:left;gap:1rem}.image-text-grid .item{position:relative;overflow:hidden}@media (min-width:768px){.image-text-grid{padding-left:0;padding-right:0}.image-text-grid h2,.image-text-grid h3,.image-text-grid h4{font-size:1.8rem}.image-text-grid .item{display:grid;grid-template-columns:1fr 1fr;min-height:31rem;gap:0}.image-text-grid .item:nth-of-type(even) .text{order:-1}.image-text-grid .item:nth-of-type(even) .text .editor{margin-left:auto}.image-text-grid .image{aspect-ratio:auto}.image-text-grid .text{padding-left:3rem;padding-right:3rem;padding-top:4rem;padding-bottom:4rem}.image-text-grid .editor{max-width:35rem}.image-text-grid img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}}@media (min-width:992px){.image-text-grid .text{padding-left:6rem;padding-right:6rem}}.text-grid{padding:2.2rem 1.2rem;background-image:url(../../images/kuvio.png);background-size:800px;--gap:3.5rem}.text-grid .grid{display:grid;max-width:1300px;margin-left:auto;margin-right:auto;position:relative;gap:var(--gap)}.text-grid .text{display:grid;align-items:center;align-content:center;height:100%}.text-grid .item{position:relative}.text-grid .item:not(:last-child):after{content:'';position:absolute;bottom:calc(var(--gap)/ -2);left:0;width:100%;height:1px;background:linear-gradient(to right,#121212 0,#fff 50%,#121212 100%)}.text-grid h2,.text-grid h3,.text-grid h4{font-size:1.3rem;margin-bottom:1rem}.text-grid p{margin-bottom:1rem}.text-grid p:last-child{margin-bottom:0}@media (min-width:768px){.text-grid{padding:5rem 3rem;--gap:5rem}.text-grid .grid{grid-template-columns:1fr 1fr}.text-grid .grid:before{content:'';position:absolute;left:50%;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,#121212 0,#fff 50%,#121212 100%);z-index:1}.text-grid h2,.text-grid h3,.text-grid h4{font-size:1.8rem}.text-grid .item:after{display:none}.text-grid .item:nth-child(2):after{content:'';display:block;position:absolute;bottom:calc(var(--gap)/ -2);right:0;left:auto;width:calc(200% + var(--gap));height:1px;background:linear-gradient(to right,#121212 0,#fff 50%,#121212 100%)}}@media (min-width:992px){.text-grid{padding:7rem 3rem;--gap:9rem}}.collapsibles{display:grid;max-width:50rem;margin-left:auto;margin-right:auto;padding:2rem 1.2rem 3rem}.collapsibles>h2{text-align:center;font-size:1.6rem;margin-bottom:1.5rem}.collapsibles>.content{display:grid;gap:.75rem}.collapsibles .collapsible{background-color:#1d1d1d;border-radius:6px}.collapsibles .collapsible.open>.content{grid-template-rows:1fr}.collapsibles .collapsible.open>button:after{background-image:url(../../svg/minus.svg)}.collapsibles .collapsible button{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:0 0;color:#fff;padding:1.4rem 1.4rem;text-align:left;font-weight:500;font-size:1.125rem;font-family:inherit;display:flex;gap:1rem;justify-content:space-between;align-items:center;cursor:pointer}.collapsibles .collapsible button:after{content:'';width:24px;height:24px;background-image:url(../../svg/plus.svg);background-size:contain;background-repeat:no-repeat;background-position:center;flex-shrink:0}.collapsibles .collapsible>.content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease;font-size:.9375rem;line-height:1.5}.collapsibles .collapsible>.content .wrapper{overflow:hidden;padding-left:1.4rem;padding-right:1.4rem}.collapsibles .collapsible>.content .inner{padding-bottom:1.4rem}@media (min-width:768px){.collapsibles{padding:4.4rem 2rem 4.9rem}.collapsibles>h2{font-size:1.8rem;margin-bottom:2rem}}.site-header{position:relative;z-index:100;position:fixed;top:0;width:100%;max-width:1920px;transition:background-color .3s;background-color:#121212}.site-header.menu-open,.site-header.nav-scrolled{background-color:#121212}.site-header.menu-open .logo-container,.site-header.nav-scrolled .logo-container{color:#121212}.site-header.menu-open .box-shadow,.site-header.nav-scrolled .box-shadow{box-shadow:0 0 20px #00000018}.site-header.menu-open .hamburger-inner,.site-header.menu-open .hamburger-inner::after,.site-header.menu-open .hamburger-inner::before,.site-header.nav-scrolled .hamburger-inner,.site-header.nav-scrolled .hamburger-inner::after,.site-header.nav-scrolled .hamburger-inner::before{background-color:#fff}.site-header.menu-open .logo-container svg *,.site-header.nav-scrolled .logo-container svg *{fill:#000}.site-header .hamburger-box{display:block!important}.site-header .top .content{position:relative;display:flex;justify-content:flex-end;align-items:center}.site-header .logo-container{margin-left:.7rem;margin-right:auto;padding-top:.2rem;padding-bottom:.2rem;font-family:"Playfair Display",serif;font-size:1.375rem;color:#fff;width:12rem}.site-header .logo-container *{width:100%}.site-header .logo-container.desktop{display:none}.site-header .icon-text{display:none}.site-header .language-switcher a{padding-left:.5rem;padding-right:.5rem}.site-header .language-switcher img{width:1.6rem}.site-header .language-switcher.mobile{margin-left:.9rem}.site-header .language-switcher.desktop{display:none}.site-header .desktop-menu{display:none}.site-header .mobile-menu{position:fixed;right:0;height:100%;min-width:16rem;width:100%;max-width:16rem;background:#121212;padding:.9rem 1.4rem;padding-bottom:7.1rem;transform:translate3d(100%,0,0);transition:all .3s ease-out;visibility:hidden;overflow:auto;box-shadow:0 0 10px 0 #0000002e;font-weight:300;z-index:-1;font-weight:300;color:#fff}.site-header .mobile-menu .menu>li{border-bottom:1px solid #1f1f1f}.site-header .mobile-menu a{font-weight:300;padding-left:0;padding-right:0}.site-header .mobile-menu.show{transform:translate3d(0,0,0);visibility:visible}.site-header .mobile-menu .sub-menu{display:none;padding-left:1.3rem}.site-header .mobile-menu .sub-menu.depth-0 a{font-size:.9375rem}.site-header .mobile-menu .sub-menu.depth-1 a{font-size:.875rem}.site-header .mobile-menu .sub-menu>a{padding-left:2.5em}.site-header ul.menu li{position:relative;list-style:none}.site-header ul.menu li a{position:relative;display:block;text-decoration:none;white-space:nowrap;padding-top:.6875rem;padding-bottom:.6875rem}.site-header ul.menu .current-menu-item>a,.site-header ul.menu .current-menu-parent:not(.menu-item-has-children)>a{font-weight:500}.site-header ul.menu .open>.sub-menu-toggle{transform:rotate(180deg)}.site-header ul.menu .open>.sub-menu{display:block}.site-header ul.menu .sub-menu-toggle{display:grid;place-items:center;width:40px;height:40px;border:0;cursor:pointer;background:0 0;position:absolute;top:0;right:.6rem;transition:transform .2s}.site-header li{position:relative;list-style:none}.site-header li a{position:relative;display:inline-block;text-decoration:none;padding:.6875rem 1rem;font-weight:400;white-space:nowrap}.site-header .box-shadow{position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:0;pointer-events:none;z-index:-1}@media (min-width:970px){.site-header{background-color:transparent}.site-header .box-shadow{box-shadow:none!important}.site-header.nav-scrolled .bottom{background-color:#2c2c2c}.site-header .bottom .content,.site-header .top .content{max-width:1369px;margin-left:auto;margin-right:auto}.site-header .bottom{display:block;transition:background-color .2s}.site-header .bottom>.content{display:flex;justify-content:space-between;align-items:center}.site-header .top{background-color:#121212;color:#fff;font-weight:400;font-size:.9375rem;transition:background-color .3s}.site-header .top .content{padding-top:.55rem;padding-bottom:.55rem;gap:3rem;padding-right:.9rem}.site-header .top .icon-texts{display:flex;justify-content:end;gap:3rem}.site-header .top .icon-text{display:grid;font-size:.9375rem}.site-header .logo-container{font-size:1.7rem;margin-left:1rem;width:17.4375rem;margin-top:-3.6875rem}.site-header .logo-container.mobile{display:none}.site-header .logo-container.desktop{display:block}.site-header .language-switcher.mobile{display:none}.site-header .language-switcher.desktop{display:block;order:1;margin-left:.4rem;margin-right:.2rem}.site-header .hamburger{display:none}.site-header .mobile-menu{display:none}.site-header .desktop-menu{display:block}.site-header .desktop-menu .menu{display:flex}.site-header .desktop-menu .menu>li>a{padding-top:2rem;padding-bottom:2rem}.site-header .desktop-menu a{font-weight:400;transition:color .2s;color:#fff;font-size:1.0625rem}.site-header .desktop-menu .menu-item-has-children>a{padding-right:2rem!important}.site-header .desktop-menu .menu-item-has-children.open>.sub-menu,.site-header .desktop-menu .menu-item-has-children:hover>.sub-menu{transform:translateY(0);opacity:1;visibility:visible}.site-header .desktop-menu .menu-item-has-children .sub-menu-toggle{right:0;width:30px;height:100%}.site-header .desktop-menu .menu-item-has-children .sub-menu-toggle svg path{stroke:#fff}.site-header .desktop-menu .sub-menu{padding:0;background:#f0f0f0}.site-header .desktop-menu .sub-menu a{padding:.9rem .9rem .8rem;white-space:nowrap;border-bottom:1px solid #e6e6e6;color:#000}.site-header .desktop-menu .sub-menu.depth-0{position:absolute;transform:translateY(15px);opacity:0;visibility:hidden;transition:transform .2s,opacity .2s,visibility .2s;display:grid}.site-header .desktop-menu .sub-menu.depth-0 .sub-menu-toggle svg{transform-origin:center;transform:rotate(270deg) translateY(-3px)}.site-header .desktop-menu .sub-menu.depth-1{opacity:0;visibility:hidden;position:absolute;left:100%;top:0}}@media (min-width:1200px){.site-header .button{margin-left:.5rem;margin-right:.5rem}}.admin-bar .site-header{margin-top:2.875rem;position:fixed!important}@media (min-width:783px){.admin-bar .site-header{margin-top:2rem}}@media screen and (max-width:600px){#wpadminbar{position:fixed}}.site-footer{position:relative;background:#121212;color:#fff;overflow:hidden}.site-footer:before{content:'';position:absolute;top:0;width:calc(100% - 1.2rem);left:50%;transform:translateX(-50%);height:2px;background:linear-gradient(to right,#121212 0,#fff 50%,#121212 100%);max-width:60rem}.site-footer a{font-weight:400;line-height:1.5}.site-footer h2{font-size:1.3rem;font-weight:600;margin-bottom:1rem}.site-footer h3{margin-top:1.1rem;font-size:1.1rem;margin-bottom:.5rem;font-weight:600}.site-footer a,.site-footer p{font-size:.9375rem;line-height:1.5}.site-footer .logo-container{width:6rem}.site-footer .logo-container img{width:100%}.site-footer .top .grid{gap:1.8rem;padding-top:2rem;padding-bottom:2rem}.site-footer .top a{line-height:1.7}.site-footer .top .icon-text+.icon-text{margin-top:.4rem}.site-footer .bottom>.grid,.site-footer .top>.grid{display:grid;align-items:start;justify-items:start;padding-left:1.2rem;padding-right:1.2rem;max-width:700px;margin-left:auto;margin-right:auto}.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:rgba(255,255,255,.582);font-size:.8125rem;line-height:1.7}.site-footer .sub-menu-toggle{display:none}@media (min-width:768px){.site-footer .top .grid{padding-top:3.6rem;padding-bottom:3rem;grid-template-columns:repeat(2,auto);justify-items:center;justify-content:center;-moz-column-gap:4rem;column-gap:4rem}.site-footer .bottom .grid{grid-auto-flow:column;justify-content:space-between}.site-footer .logo-container{grid-column:1/-1;width:8.4rem;margin-left:auto;margin-right:auto;margin-bottom:1.5rem}}aside.sidebar-single .sidebar-title{margin-bottom:1rem;font-size:1.4rem;font-weight:700}aside.sidebar-single .grid{display:grid;gap:1.8rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}aside.sidebar-single article{display:grid;gap:.9rem}aside.sidebar-single .title{font-size:1.1rem;margin-bottom:.5rem;font-weight:600}aside.sidebar-single .date{font-size:.875rem;color:#676767;margin:0}@media (min-width:992px){aside.sidebar-single .sidebar-title{font-size:1.2rem;margin-bottom:1.5rem}aside.sidebar-single article{grid-template-columns:8rem 1fr;gap:1rem}aside.sidebar-single .title{font-size:.9rem}}form{position:relative}form h2,form h3{font-weight:600;margin-bottom:1rem}form label{display:inline-block;font-size:1rem;font-weight:400;color:#fff;margin-left:.2rem;margin-bottom:.6rem!important}form .asterisk,form .required{color:#ce1111;font-weight:500}form input[type=email],form input[type=password],form input[type=tel],form input[type=text],form textarea{width:100%;display:block;padding:7px!important;color:#000;line-height:1.15!important;border-radius:5px;border:none;background-color:#fff}form input[type=email]:focus,form input[type=password]:focus,form input[type=tel]:focus,form input[type=text]:focus,form textarea:focus{box-shadow:0 0 12px #0000001a}form textarea{height:100px}form select{width:100%;border:1px solid #ddd;border-radius:6px;display:block;padding:6px 8px;box-shadow:none;color:#4d4d4d!important;background-color:transparent}.wpcf7 form[data-status=submitting] .wpcf7-submit{pointer-events:none}.wpcf7 input{accent-color:#0c3bd6}.wpcf7 .wpcf7-list-item{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:#fff!important}.wpcf7 br{display:none}.wpcf7 .wpcf7-checkbox,.wpcf7 .wpcf7-radio{display:grid;gap:.2rem;margin-top:.4rem}.wpcf7 .wpcf7-checkbox input,.wpcf7 .wpcf7-radio input{margin-right:.3rem}.form h2{font-size:1.1rem}.form p{margin-bottom:0}.form .row{position:relative}.form .row>div{margin-bottom:1.4rem}.form .full-width{grid-column:1/-1}@media (min-width:576px){.form .two-columns{display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:1.5rem;column-gap:1.5rem}}.form .radio-buttons{margin-bottom:1rem!important}.form .radio-buttons label{margin-bottom:1rem}.form .checkboxes{margin-bottom:1rem!important}.form .checkboxes label{margin-bottom:0}.form .additional-info{display:block;font-size:.9375rem;font-style:italic;color:#3d3d3d;margin-top:.55rem;margin-bottom:.3rem}.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 #001b44;border-radius:8px;background-color:transparent;color:#001b44;margin-bottom:0!important;width:100%}.form .image-upload label{margin-bottom:0!important}.form .hidden-fields{max-height:0;overflow:hidden}.form .vaihdokki-tiedot{max-height:0;overflow:hidden;transition:max-height .32s}.hero-intro{background-color:#121212;color:#fff;padding-left:1.2rem;padding-right:1.2rem;margin-top:1.7rem;margin-bottom:3rem;text-shadow:0 0 10px rgba(0,0,0,.11);display:flex}.hero-intro .content{display:inline-grid;row-gap:2rem;-moz-column-gap:1.3rem;column-gap:1.3rem;max-width:64rem;margin-left:auto;margin-right:auto}.hero-intro h2{font-size:1.6rem;line-height:1.3}.hero-intro p{line-height:1.5}.hero-intro .image{display:flex;justify-content:center}.hero-intro .image img{max-width:11rem}@media (min-width:768px){.hero-intro{padding-left:2rem;padding-right:2rem;margin-top:5rem;margin-bottom:5rem}.hero-intro h2{font-size:1.8rem}.hero-intro .content{gap:5rem;grid-template-columns:1fr 16rem;align-items:center}.hero-intro p{font-size:1.0625rem}}.home .vehicles-for-sale{margin-top:1.8rem;margin-bottom:3.2rem;padding-left:1.2rem;padding-right:1.2rem;max-width:85rem;margin-left:auto;margin-right:auto;overflow:hidden}.home .vehicles-for-sale h2{text-align:center;font-size:1.8rem;margin-bottom:1.4rem}.home .vehicles-for-sale .vehicles-grid{display:grid;gap:1.2rem;margin-bottom:2rem}@media (min-width:768px){.home .vehicles-for-sale .vehicles-grid{grid-template-columns:1fr 1fr}.home .vehicles-for-sale .vehicles-grid .card-product.anim:nth-child(2n){transition-delay:.1s}}@media (min-width:1070px){.home .vehicles-for-sale .vehicles-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.home .vehicles-for-sale .vehicles-grid .card-product.anim:nth-child(2n){transition-delay:0s}.home .vehicles-for-sale .vehicles-grid .card-product.anim:nth-child(3n+2){transition-delay:.1s}.home .vehicles-for-sale .vehicles-grid .card-product.anim:nth-child(3n+3){transition-delay:.2s}}.home .vehicles-for-sale .show-more{display:flex;justify-content:center}.home .vehicles-for-sale .show-more .button{width:100%;max-width:20rem}@media (min-width:576px){.home .vehicles-for-sale{margin-top:3.5rem;margin-bottom:3.5rem;padding-left:2.4rem;padding-right:2.4rem}.home .vehicles-for-sale h2{margin-bottom:1.7rem}}@media (min-width:1500px){.home .vehicles-for-sale{margin-top:4rem;margin-bottom:4.7rem;padding-left:4.4rem;padding-right:4.4rem}.home .vehicles-for-sale h2{font-size:2rem}}.error404 .container,.page-template-default:not(.home) .container{max-width:900px;margin-left:auto;margin-right:auto;padding:1.5rem 1.5rem 3rem}@media (min-width:576px){.error404 .container,.page-template-default:not(.home) .container{padding:2.5rem 2rem 4rem}}.archive .site-content .container,.blog .site-content .container,.search .site-content .container{max-width:1300px;margin-left:auto;margin-right:auto;padding:2em 1.2rem 3.2rem}@media (min-width:768px){.archive .site-content .container,.blog .site-content .container,.search .site-content .container{padding:3.2rem 2rem 4.5rem}}.archive .site-content .posts,.blog .site-content .posts,.search .site-content .posts{position:relative;display:grid;gap:1.4rem;isolation:isolate;max-width:1300px;margin-left:auto;margin-right:auto}@media (min-width:620px){.archive .site-content .posts,.blog .site-content .posts,.search .site-content .posts{grid-template-columns:1fr 1fr}}@media (min-width:1000px){.archive .site-content .posts,.blog .site-content .posts,.search .site-content .posts{grid-template-columns:1fr 1fr 1fr}}.single-post{background-color:#f0f0f0}.single-post .main-content{position:relative}.single-post .container{display:grid;align-items:flex-start;max-width:1300px;margin-left:auto;margin-right:auto;padding:2.4rem 1.2rem;gap:4.5rem}.single-post .main-post .text,.single-post .sidebar-single{position:relative;background:#fff;box-shadow:0 0 20px rgba(0,0,0,.15);border-radius:.625rem}.single-post .sidebar-single{padding:1.2rem 1.3rem 1.3rem}.single-post .sidebar-single .image{border-radius:1rem;overflow:hidden}.single-post .main-post{position:relative}.single-post .main-post .text{padding:1.1rem 1.3rem 1.3rem}.single-post .main-post h1{font-size:1.4rem}.single-post .main-post .image{border-top-right-radius:1rem;border-top-left-radius:1rem;overflow:hidden}.single-post .main-post .image img{width:100%}.single-post .date{font-size:.875rem;color:#676767;margin-bottom:.7rem;font-weight:500}.single-post .return{display:block;font-weight:600;color:#121212;font-size:1rem;margin-top:1.26rem}.single-post .social-share{position:absolute;top:100%;left:1.2rem}.single-post .social-share .grid{display:grid;justify-content:left;grid-auto-flow:column;gap:.5rem}.single-post .social-share a{padding:.4rem;display:block;background-color:#121212;border-radius:0 0 .4rem .4rem;width:-moz-max-content;width:max-content;transition:background-color .2s}.single-post .social-share a:hover{background-color:#121212}.single-post .social-share img{height:22px}@media (min-width:992px){.single-post .container{padding:4rem 2rem;grid-template-columns:1fr 400px;gap:2rem}.single-post .main-post .text{padding:1.3rem 1.7rem 1.5rem}.single-post .sidebar-single{padding:1.2rem 1.6rem 1.6rem}}@media (min-width:1300px){.single-post .social-share{position:absolute;top:2rem;right:calc(100% - 1px);bottom:unset;height:calc(100% - 5rem);left:auto}.single-post .social-share a{border-radius:.4rem 0 0 .4rem}.single-post .social-share .grid{grid-auto-flow:unset;position:sticky;top:10rem}}.page-template-line-up,.tax-line-up{background-image:url(../../images/kuvio.png);background-size:800px}.page-template-line-up .container,.tax-line-up .container{padding:1.4rem 1.2rem 4.6rem;max-width:87rem;margin-left:auto;margin-right:auto}.page-template-line-up .filters,.tax-line-up .filters{position:relative;margin-left:auto;margin-right:auto;margin-bottom:2.2rem}.page-template-line-up .filters>.content,.tax-line-up .filters>.content{max-width:78rem;margin-left:auto;margin-right:auto}.page-template-line-up .filters .buttons,.tax-line-up .filters .buttons{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.page-template-line-up .filters .buttons .button.selected,.tax-line-up .filters .buttons .button.selected{background-color:#fff;color:#121212}.page-template-line-up .products,.tax-line-up .products{display:grid;gap:1.6rem}@media (min-width:768px){.page-template-line-up .products,.tax-line-up .products{grid-template-columns:1fr 1fr}.page-template-line-up .products .card-product.anim:nth-child(2n),.tax-line-up .products .card-product.anim:nth-child(2n){transition-delay:.1s}}@media (min-width:992px){.page-template-line-up .products,.tax-line-up .products{grid-template-columns:1fr 1fr 1fr}.page-template-line-up .products .card-product.anim:nth-child(2n),.tax-line-up .products .card-product.anim:nth-child(2n){transition-delay:0s}.page-template-line-up .products .card-product.anim:nth-child(3n+2),.tax-line-up .products .card-product.anim:nth-child(3n+2){transition-delay:.1s}.page-template-line-up .products .card-product.anim:nth-child(3n+3),.tax-line-up .products .card-product.anim:nth-child(3n+3){transition-delay:.2s}}.page-template-line-up .no-matches,.tax-line-up .no-matches{grid-column:1/-1}@media (min-width:768px){.page-template-line-up .container,.tax-line-up .container{padding:3rem 2rem 5.5rem}.page-template-line-up .filters,.tax-line-up .filters{margin-bottom:4.5rem}}.page-template-yhteystiedot .site-content{background-image:url(../../images/kuvio.png);background-size:800px}.page-template-yhteystiedot .site-content h1,.page-template-yhteystiedot .site-content h2{font-size:1.5rem;margin-bottom:1.4rem}@media (min-width:768px){.page-template-yhteystiedot .site-content h1,.page-template-yhteystiedot .site-content h2{margin-bottom:2rem;font-size:1.9rem}}.page-template-yhteystiedot .site-content .contact-info h2{font-size:1.0625rem;margin-top:1.7rem;margin-bottom:.9rem;font-weight:600;color:#0f0f0f}@media (min-width:768px){.page-template-yhteystiedot .site-content .contact-info h2{font-size:1.3rem}}.page-template-yhteystiedot .site-content .contact-info p{margin-bottom:.8rem}.page-template-yhteystiedot .site-content .contact-info strong{font-weight:500}.page-template-yhteystiedot .site-content .contact-info a{margin-bottom:.6rem}.page-template-yhteystiedot .site-content .contact-info a p{margin-bottom:0}.page-template-yhteystiedot .site-content .contact-info .mb-small{margin-bottom:.4rem}.page-template-yhteystiedot .site-content .container{display:grid;gap:2rem;max-width:51.875rem;margin-left:auto;margin-right:auto;padding:2rem 1.2rem}@media (min-width:768px){.page-template-yhteystiedot .site-content .container{padding-top:3rem;padding-bottom:3rem;display:grid;gap:3rem;grid-template-columns:20rem auto}}@media (min-width:1200px){.page-template-yhteystiedot .site-content .container{padding-top:4rem;padding-bottom:3.2rem}}.page-template-retail .site-content{background-image:url(../../images/kuvio.png);background-size:800px}.page-template-retail .site-content .container{max-width:75rem;margin-left:auto;margin-right:auto;padding:2.2rem 1.5rem 3.3rem}@media (min-width:768px){.page-template-retail .site-content .container{padding-top:3.3rem;padding-bottom:5.4rem}}.page-template-retail .site-content h1{text-align:center;font-size:1.8rem;font-weight:600;margin-bottom:2rem}@media (min-width:768px){.page-template-retail .site-content h1{font-size:2.2rem;margin-bottom:2.5rem}}.page-template-retail .site-content .retailers-grid{display:grid;gap:1.5rem}@media (min-width:768px){.page-template-retail .site-content .retailers-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.page-template-retail .site-content .retailers-grid{grid-template-columns:repeat(3,1fr)}}.page-template-retail .site-content .retailer-card{background-color:#1d1d1d;border-radius:8px;padding:1.6rem 1.6rem 1.8rem}.page-template-retail .site-content .retailer-card .icon-text+.icon-text{margin-top:.8rem}.page-template-retail .site-content .retailer-header{display:flex;align-items:center;gap:.9rem;margin-bottom:1.7rem;padding-bottom:.8rem;position:relative}.page-template-retail .site-content .retailer-header:after{content:'';display:block;position:absolute;bottom:0;left:0;right:0;height:1px;max-width:16rem;background:linear-gradient(to right,#fff 50%,#121212 100%)}.page-template-retail .site-content .retailer-header h2{font-size:1.25rem;font-weight:500;margin:0}.page-template-retail .site-content .retailer-header .flag{width:20px;height:20px;-o-object-fit:cover;object-fit:cover;border-radius:2px;display:flex;align-items:center}.single .site-content{word-break:break-word;background-image:url(../../images/kuvio.png);background-size:800px}.single .site-content .top{display:grid;gap:.3rem;max-width:55rem;margin-left:auto;margin-right:auto}.single .site-content .container{display:grid;max-width:55rem;margin-left:auto;margin-right:auto;padding-bottom:3rem}.single .site-content .container .fixed{display:none}@media (min-width:1000px){.single .site-content .container{padding-top:4rem;row-gap:5rem;padding-bottom:4rem}.single .site-content .container .accommodations:after,.single .site-content .container .engine-performance:after,.single .site-content .container .technical-data:after{bottom:-3rem}.single .site-content .container .section{padding:0}.single .site-content .container .primary-slider{border-radius:.6rem}.single .site-content .container .secondary-slider{padding-left:0;padding-right:0}.single .site-content .container .intro{padding:0;margin-top:-2.3rem}.single .site-content .container .intro>.content{position:sticky;top:140px}.single .site-content .container .intro .buttons-container{padding:1.7rem 2rem 2rem}.single .site-content .container .intro .buttons-container h2{margin-bottom:1.5rem}}.single .site-content .static{display:grid}.single .site-content .section{padding:1.7rem 1.3rem 1.7rem;margin-left:auto;margin-right:auto;width:100%}.single .site-content .section h2{margin-bottom:.9rem;font-size:1.5rem;font-weight:500}.single .site-content .intro h1{position:relative;font-size:1.7rem;padding-bottom:1rem;margin-top:0;margin-bottom:1.5rem}.single .site-content .intro h1:after{content:'';display:block;position:absolute;bottom:0;right:0;left:0;height:1px;max-width:20rem;background:linear-gradient(to right,#fff 50%,#121212 100%)}.single .site-content .intro .editor-wrapper{overflow:hidden;transition:max-height .5s ease}.single .site-content .intro .editor-wrapper.collapsed{max-height:9rem;-webkit-mask-image:linear-gradient(to bottom,#000 40%,transparent 100%);mask-image:linear-gradient(to bottom,#000 40%,transparent 100%)}.single .site-content .intro .read-more-toggle{margin-top:1rem;font-size:.9375rem}.single .site-content .intro .read-more-toggle .less{display:none}.single .site-content .intro .read-more-toggle.expanded .more{display:none}.single .site-content .intro .read-more-toggle.expanded .less{display:inline}.single .site-content .intro .model-specification{margin-bottom:1.2rem}.single .site-content .intro .specs{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:2.3rem}.single .site-content .intro .specs .spec{display:inline-block;padding:.4rem .5rem .33rem;font-size:.875rem;border-radius:9px;font-weight:500;background-color:#fff;color:#121212}.single .site-content .intro .price-table{width:100%;border-collapse:collapse;margin-bottom:1rem}.single .site-content .intro .price-table td{padding:.5rem 0;vertical-align:middle}.single .site-content .intro .price-table tr{border-bottom:1px solid #e0e0e0}.single .site-content .intro .price-table td:first-child{font-weight:500;white-space:nowrap}.single .site-content .intro .price-table .price{text-align:right}.single .site-content .intro .price-table strong{font-weight:700;font-size:1.3rem}.single .site-content .intro .price-table .note{font-size:.9375rem;color:#505050}.single .site-content .intro .tax{margin-bottom:1rem}.single .site-content .intro .link-to-funding{display:block;margin-bottom:2rem;color:#0c3bd6;font-weight:500;text-decoration:underline}.single .site-content .intro .buttons-container{padding:1.2rem;background-color:#1d1d1d;border-radius:.6rem}.single .site-content .intro .buttons-container h2{font-size:1.3rem;margin-bottom:1rem}.single .site-content .intro .buttons{display:grid;gap:.6rem}@media (min-width:768px){.single .site-content .accommodations .table tbody,.single .site-content .basic-info .table tbody,.single .site-content .engine-performance .table tbody,.single .site-content .technical-data .table tbody{display:block;-moz-columns:2;columns:2;-moz-column-gap:2.5rem;column-gap:2.5rem}}.single .site-content .accommodations .table h2,.single .site-content .basic-info .table h2,.single .site-content .engine-performance .table h2,.single .site-content .technical-data .table h2{margin-bottom:.8rem}.single .site-content .accommodations .table table,.single .site-content .basic-info .table table,.single .site-content .engine-performance .table table,.single .site-content .technical-data .table table{border-collapse:collapse;width:100%}.single .site-content .accommodations .table tr,.single .site-content .basic-info .table tr,.single .site-content .engine-performance .table tr,.single .site-content .technical-data .table tr{display:flex;-moz-column-break-inside:avoid;break-inside:avoid-column;background-color:#1d1d1d;margin-bottom:.6rem}.single .site-content .accommodations .table tr:last-of-type,.single .site-content .basic-info .table tr:last-of-type,.single .site-content .engine-performance .table tr:last-of-type,.single .site-content .technical-data .table tr:last-of-type{border:0}.single .site-content .accommodations .table td,.single .site-content .basic-info .table td,.single .site-content .engine-performance .table td,.single .site-content .technical-data .table td{padding:15px;width:100%;font-size:.9375rem}.single .site-content .accommodations .table td:first-of-type,.single .site-content .basic-info .table td:first-of-type,.single .site-content .engine-performance .table td:first-of-type,.single .site-content .technical-data .table td:first-of-type{font-weight:500}.single .site-content .accommodations .table td:last-of-type,.single .site-content .basic-info .table td:last-of-type,.single .site-content .engine-performance .table td:last-of-type,.single .site-content .technical-data .table td:last-of-type{text-align:right;font-weight:400}.single .site-content .additional-info{font-size:.9375rem}.single .site-content .additional-info p{margin-bottom:.8rem}@media (min-width:768px){.single .site-content .additional-info .columns{-moz-columns:2;columns:2;-moz-column-gap:2rem;column-gap:2rem}}.single .site-content .accommodations,.single .site-content .engine-performance,.single .site-content .technical-data{position:relative}.single .site-content .accommodations:after,.single .site-content .engine-performance:after,.single .site-content .technical-data:after{content:'';display:block;position:absolute;bottom:0;right:0;left:0;height:1px;background:linear-gradient(to right,#121212 0,#fff 50%,#121212 100%)}.single .site-content .contact .form{max-width:27rem}.single .site-content .see-also{margin-top:1.8rem;margin-bottom:3.2rem;padding-left:1.2rem;padding-right:1.2rem;max-width:105rem;margin-left:auto;margin-right:auto}.single .site-content .see-also>h2{text-align:center;font-size:1.8rem;margin-bottom:1.4rem;font-weight:600}.single .site-content .see-also .vehicles-grid{display:grid;gap:1.2rem}@media (min-width:768px){.single .site-content .see-also .vehicles-grid{grid-template-columns:1fr 1fr}}@media (min-width:1070px){.single .site-content .see-also .vehicles-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width:1320px){.single .site-content .see-also .vehicles-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:576px){.single .site-content .see-also{margin-top:3.5rem;margin-bottom:3.5rem;padding-left:2.4rem;padding-right:2.4rem}.single .site-content .see-also>h2{margin-bottom:1.5rem}}@media (min-width:1500px){.single .site-content .see-also{margin-top:4rem;margin-bottom:4.7rem;padding-left:4.4rem;padding-right:4.4rem}.single .site-content .see-also>h2{font-size:2rem}}.pollentia-intro{padding-left:1.2rem;padding-right:1.2rem;margin-top:2.5rem;margin-bottom:2.5rem;max-width:50rem;margin-left:auto;margin-right:auto}.pollentia-intro h2{font-size:1.5rem;margin-bottom:1.2rem}.pollentia-intro p{line-height:1.6;font-size:1.0625rem}@media (min-width:768px){.pollentia-intro{padding-left:2rem;padding-right:2rem;margin-top:4rem;margin-bottom:4rem}.pollentia-intro h2{font-size:1.8rem}}.pollentia-system{padding-left:1.2rem;padding-right:1.2rem;margin-top:2.5rem;margin-bottom:2.5rem;max-width:50rem;margin-left:auto;margin-right:auto}.pollentia-system h2{font-size:1.5rem;margin-bottom:1.5rem}.pollentia-system h3{font-size:1.15rem;margin-bottom:.8rem}.pollentia-system li,.pollentia-system p{line-height:1.6}@media (min-width:768px){.pollentia-system{padding-left:2rem;padding-right:2rem;margin-top:4rem;margin-bottom:4.7rem}.pollentia-system h2{font-size:1.8rem}.pollentia-system h3{font-size:1.3rem}}.page-template-shipyard .image-text-grid{margin-bottom:3rem}@media (min-width:768px){.page-template-shipyard .image-text-grid{margin-bottom:5rem}}.shipyard-intro{padding-left:1.2rem;padding-right:1.2rem;margin-top:2.5rem;margin-bottom:3.5rem;max-width:50rem;margin-left:auto;margin-right:auto}.shipyard-intro h2{font-size:1.5rem;margin-bottom:1.2rem}.shipyard-intro p{line-height:1.6;font-size:1.0625rem}@media (min-width:768px){.shipyard-intro{padding-left:2rem;padding-right:2rem;margin-top:4rem;margin-bottom:5rem}.shipyard-intro h2{font-size:1.8rem}}#page{max-width:1920px;margin:0 auto}.hide{display:none}.first-last-marginless>:first-child{margin-top:0!important}.first-last-marginless>:last-child{margin-bottom:0!important}.floating-button{position:fixed;display:grid;place-items:center;right:15px;width:48px;height:48px;background-color:#0c3bd6;z-index:10;box-shadow:1px 1px 13px #0000001f;border-radius:100%;border:2px solid #0c3bd6;z-index:100}.floating-button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;margin:-2px;border-radius:inherit;background:linear-gradient(45deg,#999 5%,#fff 10%,#ccc 30%,#ddd 50%,#ccc 70%,#fff 80%,#999 95%)}.floating-button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:inherit;background:#0e0e0e}.floating-button img{height:54%}.floating-button.whatsapp{bottom:15px;background:0 0;border:none;box-shadow:none;border-radius:0;width:auto;height:auto}.floating-button.whatsapp:after,.floating-button.whatsapp:before{display:none}.floating-button.whatsapp img{height:43px;width:43px}.floating-button.call{bottom:74px}.floating-button.call img{height:36%}@media (min-width:970px){.floating-button.call{display:none}.floating-button.whatsapp{bottom:30px;right:30px}.floating-button.whatsapp img{height:50px;width:50px}}.icon-text{display:grid;grid-template-columns:auto auto;align-items:center;justify-content:start;gap:.7rem}.icon-text.email img{height:12px}.icon-text.phone img{height:14px}.icon-text.address img{height:17px}.icon-text.opening-hours img{height:12px}.icon-text.facebook img{height:16px}.icon-text>*{line-height:1}.global-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10}.scroll-to-top-button{position:fixed;display:flex;justify-content:center;align-items:center;bottom:1rem;right:1rem;height:3rem;width:3rem;border-radius:50%;background-color:#fff;box-shadow:0 0 9px #00000029;visibility:hidden;opacity:0;transition:all .15s;z-index:1000}@media (min-width:576px){.scroll-to-top-button{right:2rem;bottom:2rem}}.scroll-to-top-button:hover{background-color:#ececec;transform:scale(1.05)}@media (min-width:970px){.site-content{padding-top:2.0625rem}}.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%}.anim{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.anim.in-view{opacity:1;transform:translateY(0)}.map{display:flex}.map .wpgmza-preloader{display:none!important}