@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700&display=swap";*,::after,::before{box-sizing:border-box}:root{--body-font-size: 1rem;--color-black: #222222;--color-dark-gray: #888888;--color-gray: #cccccc;--color-blue: #0090DD}a{color:#fff;cursor:pointer;text-decoration:none}ul{list-style-type:none;padding:0;margin:0}button.btn{font-family:inherit;background-color:#000;border:none;color:#fff;font-weight:700;padding:.375rem}div.select{position:relative;font-weight:700;font-size:.825rem;width:calc(33% - 2rem)}div.select a{display:block;color:var(--color-black)}div.select>a{display:flex;justify-content:space-between;align-items:center;background-color:var(--color-gray);padding-left:.375rem;padding-right:.375rem}div.select>a span{display:block;padding-top:.375rem;padding-bottom:.375rem}div.select>a>i{display:block;width:1rem;height:1rem;background-image:url("../images/sc.svg");background-size:100%;background-position:center;background-repeat:no-repeat;transition:all .15s ease-in-out;transform:rotate(180deg)}div.select.active span[data-selected]{display:none}div.select.active span[data-label]{display:block}div.select.active>a>i{transform:rotate(0)}div.select.selected:not(.active) span[data-selected]{display:block}div.select.selected:not(.active) span[data-label]{display:none}div.select.selected:not(.active)>a{color:#fff;background-color:var(--color-blue)}div.select ul{display:none}div.select.active ul{position:absolute;z-index:100;left:0;display:block;width:100%;background-color:rgba(255,255,255,.8)}div.select.active ul>li>a{padding:.375rem;transition:all .125s ease-in-out}div.select.active ul>li>a.active,div.select.active ul>li>a:hover{color:#fff;background-color:var(--color-blue)}.ulblock,[data-uid=productlines] .choose ul,[data-uid=start] .choose ul{display:grid;grid-template-columns:repeat(3, 8rem);grid-gap:2rem}.ulblock li a,[data-uid=productlines] .choose ul li a,[data-uid=start] .choose ul li a{display:flex;align-items:center;justify-content:center;text-align:center;width:8rem;height:8rem;background-color:var(--color-blue);text-transform:uppercase;letter-spacing:.125rem;flex-wrap:wrap;flex-direction:column}.ulblock li a i,[data-uid=productlines] .choose ul li a i,[data-uid=start] .choose ul li a i{display:block;font-size:2.5rem;font-style:normal;font-weight:200}.ulblock li a span,[data-uid=productlines] .choose ul li a span,[data-uid=start] .choose ul li a span{display:block}.template{display:none}html{font-size:20px}body{min-height:100vh;max-width:100vw;font-weight:400;font-size:.6875rem;margin:0;font-family:"Open Sans",sans-serif;overflow-x:hidden;color:#fff}#failed,#loading{display:flex;background-color:var(--color-blue);align-items:center;justify-content:center;position:fixed;top:-2rem;left:-2rem;right:-2rem;bottom:-2rem;z-index:-100;opacity:0}#failed.alternative,#loading.alternative{background-color:rgba(0,0,0,.25)}#failed.active,#loading.active{z-index:90;opacity:1}#failed div,#loading div{display:inline-block;width:2rem;height:2rem;border:4px solid rgba(255,255,255,.25);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{-webkit-transform:rotate(360deg)}}.h-v{position:relative;min-height:calc(100vh - 4rem);height:100%}body.exporter-is-active .h-v,body.nav-is-active .h-v{filter:blur(0.5rem) brightness(0.25)}.wrap{position:relative;width:100%;max-width:1600px;min-height:inherit;margin:auto;padding-left:3.5rem;padding-right:3.5rem}.wrap .flow{padding-top:8rem;min-height:inherit}.wrap .confidential{position:absolute;bottom:0;right:0;padding-right:2rem;padding-bottom:2rem;font-size:.5rem;text-transform:uppercase;letter-spacing:.125rem;text-align:right}body.is-vses .wrap .confidential,body.has-overflow .wrap .confidential{position:static}[data-uid=start],[data-uid=productlines],[data-uid=productbyproductlines]{position:absolute;left:0;top:0;width:100%;min-height:inherit;z-index:-10;opacity:0;transition:all .15s ease-in-out}[data-uid=start].active,[data-uid=productlines].active,[data-uid=productbyproductlines].active{z-index:1;opacity:1}#exporter{z-index:-10;opacity:0;transition:all 1s ease-in-out;position:fixed;top:0;left:0;width:100%;min-height:100vh;display:none;align-items:center;justify-content:center}#exporter .wrap{background-color:var(--color-blue);max-width:600px;margin:1.5rem;padding:2rem;min-height:auto}body.exporter-is-active #exporter{display:flex;z-index:10;opacity:1}#exporter .i-g{display:flex;margin-bottom:.5rem}#exporter .i-g button{color:#fff;border:solid 1px #fff;border-left:none;width:2rem;height:100%;background-color:rgba(0,0,0,0)}#exporter .i-g [data-action=toAdd]{display:none}#exporter .i-g:last-child [data-action=toRemove]{display:none}#exporter .i-g:last-child [data-action=toAdd]{display:block}#exporter input{width:100%;font-family:inherit;font-size:inherit;font-weight:700;font-size:.825rem;border:solid 1px #fff;color:#fff;background-color:rgba(0,0,0,0);padding:.375rem;width:100%;max-width:320px}#exporter footer{padding-top:1rem;display:flex;align-items:center}#exporter footer a{margin-left:1rem;color:rgba(255,255,255,.5)}nav{z-index:-10;opacity:0;transition:all 1s ease-in-out;position:fixed;top:0;left:0;width:100%;min-height:100vh;display:none;align-items:center;justify-content:center}nav .wrap{background-color:var(--color-blue);max-width:1200px;margin:1.5rem;padding:2rem;min-height:auto;column-count:3;column-gap:2rem}body.nav-is-active nav{display:flex;z-index:10;opacity:1}nav div{break-inside:avoid}nav div.pl ul{font-weight:700;font-size:.825rem}nav div ul{margin-top:-0.375rem}nav div ul li a{display:block;padding-top:.375rem;padding-bottom:.375rem}.is-nav-toggle{z-index:10;position:absolute;top:2.5rem;right:0;border:none;background:none;width:1.5rem;height:1.5rem;cursor:pointer;opacity:0}body:not(.is-start).do-menu .is-nav-toggle{transition-delay:1s;opacity:1;right:2rem}.is-nav-toggle span{display:block;position:absolute;height:3px;width:100%;background:#fff;opacity:1;left:0;transform:rotate(0deg);transition:.15s ease-in-out}.is-nav-toggle span:nth-child(1){top:0px}.is-nav-toggle span:nth-child(2),.is-nav-toggle span:nth-child(3){top:9px}.is-nav-toggle span:nth-child(4){top:18px}body.nav-is-active .is-nav-toggle span:nth-child(1){top:9px;width:0%;left:50%}body.nav-is-active .is-nav-toggle span:nth-child(2){transform:rotate(45deg)}body.nav-is-active .is-nav-toggle span:nth-child(3){transform:rotate(-45deg)}body.nav-is-active .is-nav-toggle span:nth-child(4){top:9px;width:0%;left:50%}strong.logo{z-index:9;display:block;position:absolute;top:2rem;width:auto;height:2rem;transition:all .15s ease-in-out}strong.logo a,strong.logo img{display:block;width:inherit;height:inherit}strong.logo.tk{left:2rem}strong.logo.comcom{opacity:0;right:2rem;top:2.25rem;height:1.5rem;display:flex;align-items:center;transition:all .15s ease-in-out}body:not(.is-start) strong.logo.comcom{opacity:1}strong.logo.comcom img{padding-right:.5rem;border-right:solid 4px #fff;margin-right:.5rem}strong.logo.comcom span{font-weight:400;color:#fff;text-transform:uppercase;letter-spacing:.25rem}body:not(.is-start).do-menu strong.logo.comcom{right:-1.2rem}body:not(.is-start).do-menu strong.logo.comcom img{border-color:var(--color-gray)}body:not(.is-start).do-menu strong.logo.comcom span{transition:all .15s ease-in-out;opacity:0}.bg{z-index:-1;position:fixed;top:-2rem;left:-2rem;right:-2rem;bottom:-2rem;opacity:1;background-size:cover;background-position:center;transition:all .15s ease-in-out;opacity:0}.bg.is-1{background-image:url("../images/bg.webp");opacity:1}.bg.is-2{background-image:url("../images/bg-e.webp")}body.is-productbyproductlines .bg.is-2{opacity:1;filter:blur(0.5rem)}h2{text-transform:uppercase;font-size:1rem;letter-spacing:.25rem;margin:0;margin-bottom:1rem}h3{text-transform:uppercase;font-size:.75rem;letter-spacing:.125rem;margin:0;margin-bottom:1rem;position:relative;transition:all .15s ease-in-out}h3:before{content:"";position:absolute;top:.125rem;left:-2rem;width:.75rem;height:.75rem;background-image:url("../images/h3i.svg");transition:all .15s ease-in-out}h4{margin-top:1rem;margin-bottom:1rem}h6{text-transform:uppercase;font-size:.5rem;letter-spacing:.125rem;margin-bottom:.5rem}[data-uid=start] .bubble{position:absolute;top:6rem;right:2rem;background-image:url("../images/bubble.svg");background-size:cover;width:20vw;height:20vw}[data-uid=start] .bubble>div{display:flex;align-items:center;justify-content:center;padding:2rem}[data-uid=start] .logo{display:flex;align-items:center}[data-uid=start] .logo img{width:8rem;height:auto}[data-uid=start] .logo span{margin-left:2rem;padding-left:2rem;border-left:solid .5rem #fff;font-size:1.5rem;text-transform:uppercase;letter-spacing:.5rem;line-height:200%}[data-uid=start] .choose{opacity:0;transition:all .15s ease-in-out;padding-top:4rem;padding-left:10rem}[data-uid=start] .choose.active{opacity:1}[data-uid=productlines] .choose ul{grid-template-columns:repeat(4, 8rem)}[data-uid=productlines] .pitch{font-size:1.25rem;letter-spacing:.25rem;max-width:66vw;padding-top:2rem;padding-bottom:2rem;position:absolute;bottom:6rem}body.has-overflow [data-uid=productlines] .pitch{position:static}[data-uid=productlines] .pitch span{white-space:nowrap}[data-uid=productbyproductlines] a.is-r-to-pl{display:block;width:100%;opacity:.5}[data-uid=productbyproductlines] a.is-r-to-pl h3:before{transform:rotate(180deg)}[data-uid=productbyproductlines] a.is-r-to-pl:hover{opacity:1}[data-uid=productbyproductlines] a.is-r-to-pl:hover h3:before{transform:rotate(0deg)}[data-uid=productbyproductlines] .hold-h3{position:relative;height:3rem;margin-bottom:1rem}[data-uid=productbyproductlines] .hold-h3 h3{position:absolute;opacity:0;z-index:-1}[data-uid=productbyproductlines] .hold-h3 h3.active{z-index:1;opacity:1}[data-uid=productbyproductlines] .choose{display:flex;justify-content:center;padding-top:1rem;padding-bottom:2rem}[data-uid=productbyproductlines] .choose>i{display:block;width:2rem;height:2rem;background-image:url("../images/svsi.svg");background-repeat:no-repeat;background-size:55%;background-position:center}[data-uid=productbyproductlines] .capacities{justify-content:center;flex-wrap:wrap;display:flex}[data-uid=productbyproductlines] .capacities div:not(.template){display:none;flex-direction:column;flex-wrap:wrap;align-items:center;padding-left:2rem;padding-right:2rem}[data-uid=productbyproductlines] .capacities div:not(.template).active{margin-bottom:1rem}[data-uid=productbyproductlines] .capacities div:not(.template):first-child.active{border-left:none}[data-uid=productbyproductlines] .capacities div:not(.template).active{display:flex}[data-uid=productbyproductlines] .capacities div:not(.template) i{display:block;width:12rem;height:4rem;margin-bottom:1rem}[data-uid=productbyproductlines] .capacities div:not(.template) span{font-weight:700;font-size:.625rem;letter-spacing:.25rem;text-transform:uppercase;margin-bottom:1rem}[data-uid=productbyproductlines] .capacities div:not(.template) ul{margin-top:-0.375rem;text-align:center}[data-uid=productbyproductlines] .capacities div:not(.template) ul li a{display:block;padding-top:.375rem;padding-bottom:.375rem}[data-uid=productbyproductlines] .capacities div:not(.template).is-small-van i{background-image:url("../images/capacity-small-van.svg")}[data-uid=productbyproductlines] .capacities div:not(.template).is-trailer i{background-image:url("../images/capacity-trailer.svg")}[data-uid=productbyproductlines] .capacities div:not(.template).is-truck i{background-image:url("../images/capacity-truck.svg")}[data-uid=productbyproductlines] .capacities div:not(.template).is-van i{background-image:url("../images/capacity-van.svg")}[data-uid=vs-pgs]{display:flex;flex-wrap:wrap;justify-content:center}[data-uid=vs-pgs] [data-uid=pc]:not(.template){margin-left:1rem;margin-right:1rem;margin-bottom:2rem;background-color:rgba(255,255,255,.8);color:var(--color-black);width:calc(50% - 2rem);display:flex;flex-direction:column;justify-content:space-between}@media(min-width: 992px){[data-uid=vs-pgs] [data-uid=pc]:not(.template){width:calc(33% - 2rem)}}[data-uid=vs-pgs] [data-uid=pc]:not(.template).hidden{display:none}[data-uid=vs-pgs] [data-uid=pc]:not(.template).key-benefits{justify-content:initial}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .pg{padding-left:.375rem;padding-right:.375rem;background-color:var(--color-blue);display:flex;justify-content:space-between}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .pg div{padding-top:.375rem;padding-bottom:.375rem;font-weight:700;text-transform:uppercase;color:#fff;font-size:.625rem;letter-spacing:.0625rem}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .pg div{display:flex;align-items:flex-end;padding-bottom:.375rem}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .pg div a{margin-left:.25rem;display:block;background-position:center;background-repeat:no-repeat}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .pg div a.toggle{width:.825rem;height:.825rem;border-radius:50%;border:solid 2px #fff;background-image:url("../images/minus.svg");background-size:70%}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .pg div a.export{width:1rem;height:1rem;background-image:url("../images/export.svg")}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .vs{display:flex}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .vs>div{width:50%;padding-top:.75rem;padding-bottom:.75rem}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .vs>div div{white-space:nowrap}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .vs>div div.brand{font-weight:700;text-transform:uppercase;font-size:.5rem}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .vs>div div.name{font-weight:700;font-size:.75rem;overflow:hidden}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .vs>div.tk{text-align:right;padding-right:.625rem}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .vs>div.co{padding-left:.625rem}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .pts .pt:not(.template){display:flex;margin-left:.375rem;margin-right:.375rem;min-height:1.5rem;position:relative}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .pts .pt:not(.template) div.name{position:absolute;top:0;left:0;width:30%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;min-height:inherit;align-items:center;height:100%;transition:all .15s ease-in-out;line-height:1;padding-right:.375rem}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .pts .pt:not(.template) div.name:hover{width:auto}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .pts .pt:not(.template) div.name:hover div{transition:all .125s ease-in-out;padding:.25rem;color:#fff;background-color:var(--color-blue)}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .pts .pt:not(.template) div.compare{display:flex;width:100%;justify-content:center;min-height:inherit;align-items:center;border-bottom:solid 1px var(--color-black)}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .pts .pt:not(.template) div.compare div{width:50%}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .pts .pt:not(.template) div.compare .tk{padding-right:.375rem}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .pts .pt:not(.template) div.compare .tk div{width:100%;text-align:right}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .pts .pt:not(.template) div.compare i{display:block;width:.5rem;height:.5rem;background-image:url("../images/vsi.svg");background-repeat:no-repeat;background-size:cover}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .pts .pt:not(.template) div.compare .co{padding-left:.375rem}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .pts .pt:not(.template) div.formula{position:absolute;right:0;width:20%;height:100%;display:flex;align-items:center}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .pts .pt:not(.template) div.formula div.is-y,[data-uid=vs-pgs] [data-uid=pc]:not(.template) .pts .pt:not(.template) div.formula div.is-g,[data-uid=vs-pgs] [data-uid=pc]:not(.template) .pts .pt:not(.template) div.formula div.is-r{overflow:hidden;white-space:nowrap;justify-content:flex-end;padding-left:.375rem;padding-right:.375rem;padding-top:.1875rem;padding-bottom:.1875rem;line-height:1;width:100%;color:#fff;font-weight:700;display:flex;align-items:center}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .pts .pt:not(.template) div.formula div.is-y{background-color:var(--color-dark-gray)}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .pts .pt:not(.template) div.formula div.is-g{background-color:#18912a}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .pts .pt:not(.template) div.formula div.is-r{background-color:red}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .verdict{padding-top:.75rem;padding-bottom:.75rem;padding-left:.375rem;padding-right:.375rem}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .verdict>ul{font-weight:400;font-size:.625rem;line-height:175%}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .verdict.is-complex>ul>li{font-weight:700;margin-bottom:.5rem;letter-spacing:.0625rem}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .verdict.is-complex>ul>li>ul>li{display:block;padding-left:.5rem;position:relative;font-weight:400;letter-spacing:0}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .verdict.is-complex>ul>li>ul>li:before{position:absolute;left:0;display:block;content:"-";color:var(--color-blue)}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .atp div{display:flex;align-items:center;border-top:solid 1px rgba(255,255,255,.1);padding:.375rem}[data-uid=vs-pgs] [data-uid=pc]:not(.template) .atp div:before{content:"";display:inline-block;width:.825rem;height:.825rem;background-image:url("../images/atp.svg");background-position:center;background-size:cover;margin-right:.5rem}.pgs-hidden{opacity:0;transition:all .15s ease-in-out;text-align:center}.pgs-hidden.active{opacity:.5}.pgs-hidden.active:hover{opacity:1}.pgs-hidden h3{opacity:.5}.pgs-hidden ul{display:flex;justify-content:center}.pgs-hidden ul li:after{content:",";padding-right:.125rem}.pgs-hidden ul li:last-child:after{display:none}
