#bb-app .location-search{position:relative;width:100%;padding:0}#bb-app .location-search__input{display:flex}#bb-app .location-search__input input{width:100%;background-color:#fff;border:1px solid #b3b8bb;border-right:0;border-radius:3px 0 0 3px;padding:13px 18px;font-size:16px;line-height:20px;color:#05141f}@media screen and (max-width: 767px){#bb-app .location-search__input input{padding:10px 13px;font-size:14px}}@media screen and (min-width: mobile){#bb-app .location-search__input input{padding:10px 13px;font-size:14px}}#bb-app .location-search__input input::placeholder{font-family:"kiab",sans-serif;color:#05141f;opacity:1}#bb-app .location-search__input .dropdown{width:180px;margin-bottom:0;flex-shrink:0}@media screen and (max-width: 767px){#bb-app .location-search__input .dropdown{right:160px}}@media screen and (min-width: mobile){#bb-app .location-search__input .dropdown{right:160px}}#bb-app .location-search__input .dropdown__element{background-color:#f7f8f8;border-radius:0 3px 3px 0}#bb-app .location-search .autocomplete{position:absolute;top:calc(100% + 2px);left:0;right:180px;z-index:1}@media screen and (max-width: 767px){#bb-app .location-search .autocomplete{right:160px}}@media screen and (min-width: mobile){#bb-app .location-search .autocomplete{right:160px}}#bb-app .location-search .autocomplete ul{background-color:#fff;border:1px solid #b3b8bb;border-radius:3px;list-style-type:none}#bb-app .location-search .autocomplete ul li{padding:13px 18px;font-size:16px;line-height:20px;list-style-type:none;cursor:pointer}@media screen and (max-width: 767px){#bb-app .location-search .autocomplete ul li{padding:10px 13px;font-size:14px}}@media screen and (min-width: mobile){#bb-app .location-search .autocomplete ul li{padding:10px 13px;font-size:14px}}#bb-app .location-search .autocomplete ul li:first-child{border-radius:3px 3px 0 0}#bb-app .location-search .autocomplete ul li:last-child{border-radius:0 0 3px 3px}#bb-app .location-search .autocomplete ul li:hover,#bb-app .location-search .autocomplete ul li.active{background-color:#f7f8f8}
#bb-app .dropdown{display:flex;width:300px;flex-direction:column;user-select:none;margin-bottom:32px}#bb-app .dropdown label{font-family:"kiab",sans-serif;font-size:11px;line-height:12px;color:#81898e;padding-left:3px;text-transform:uppercase;margin-bottom:6px}#bb-app .dropdown__element{display:flex;position:relative;background-color:#fff;border:1px solid #b3b8bb;border-radius:3px}#bb-app .dropdown__element .icon{content:"";display:block;position:absolute;right:18px;top:50%;transform:translateY(-50%);color:#b3b8bb;cursor:pointer}@media screen and (max-width: 767px){#bb-app .dropdown__element .icon{right:13px}}@media screen and (min-width: mobile){#bb-app .dropdown__element .icon{right:13px}}#bb-app .dropdown__current{display:flex;width:100%;align-items:center;padding:13px 18px;font-size:16px;line-height:20px;color:#05141f;cursor:pointer}@media screen and (max-width: 767px){#bb-app .dropdown__current{padding:10px 13px;font-size:14px}}@media screen and (min-width: mobile){#bb-app .dropdown__current{padding:10px 13px;font-size:14px}}#bb-app .dropdown__overlay{position:absolute;top:100%;left:0;right:0;z-index:2}#bb-app .dropdown__items{background-color:#fff;border:1px solid #cdd0d2;border-radius:3px}#bb-app .dropdown__item{display:flex;font-size:16px;line-height:20px;color:#05141f;padding:13px 18px;cursor:pointer}@media screen and (max-width: 767px){#bb-app .dropdown__item{padding:10px 13px;font-size:14px}}@media screen and (min-width: mobile){#bb-app .dropdown__item{padding:10px 13px;font-size:14px}}#bb-app .dropdown__item:hover,#bb-app .dropdown__item.active{background-color:#f7f8f8}#bb-app .dropdown.open:after{transform:translateY(-50%) rotate(180deg)}
#bb-app .icon{color:#05141f;line-height:0}
#bb-app .slide-enter-done,#bb-app .slide-exit-active,#bb-app .slide-exit,#bb-app .slide-enter-active,#bb-app .slide-enter{transition:height 300ms cubic-bezier(0.4, 0, 0.2, 1);overflow:hidden;backface-visibility:hidden}#bb-app .slide-enter-done.open,#bb-app .slide-exit-active.open,#bb-app .slide-exit.open,#bb-app .slide-enter-active.open,#bb-app .slide-enter.open{overflow:visible}
#bb-app .button{display:inline-block;font-size:14px;line-height:16px;text-align:left;-webkit-user-select:none;user-select:none;white-space:nowrap;position:relative}#bb-app .button .icon{position:absolute;top:50%;transform:translateY(-50%)}#bb-app .button:hover{cursor:pointer;text-decoration:underline}#bb-app .button--type-primary{background-color:#05141f;color:#fff;padding:15px 21px}#bb-app .button--type-primary .icon{color:#fff}#bb-app .button--type-secondary{background-color:#fff;border:1px solid #05141f;color:#05141f;padding:9px 10px;font-size:14px;line-height:16px}#bb-app .button--type-secondary .icon{color:#05141f}#bb-app .button--type-tertiary{padding:17px 33px;border:1px solid #05141f;color:#05141f;font-family:"kiab",sans-serif;font-size:14px}#bb-app .button--icon-position--left{padding-left:37px}#bb-app .button--icon-position--left .icon{left:14px}#bb-app .button--icon-position--right{padding-right:37px}#bb-app .button--icon-position--right .icon{right:14px}#bb-app .button--type-textlink{font-family:"kiab",sans-serif;font-size:12px;line-height:16px;text-transform:uppercase}#bb-app .button--type-textlink.button--icon-position--left{padding-left:12px}#bb-app .button--type-textlink.button--icon-position--left .icon{left:0}#bb-app .button--type-textlink.button--icon-position--right{padding-right:12px}#bb-app .button--type-textlink.button--icon-position--right .icon{right:0}#bb-app .button--disabled{background-color:#697278;padding:15px 21px;color:#fff}#bb-app .button--disabled:hover{text-decoration:none;cursor:not-allowed}#bb-app .button--size-large{min-width:338px}
#bb-app .model-tabs{width:50%}@media screen and (min-width: 768px)and (max-width: 1023px){#bb-app .model-tabs{width:70%}}@media screen and (min-width: tablet){#bb-app .model-tabs{width:70%}}@media screen and (max-width: 767px){#bb-app .model-tabs{width:100%}}@media screen and (min-width: mobile){#bb-app .model-tabs{width:100%}}#bb-app .model-tabs__items{display:flex}#bb-app .model-tabs__item{width:50%;padding:12px 10px;font-size:24px;line-height:30px;color:#9ba1a5;text-align:center;border-bottom:2px solid #9ba1a5;cursor:pointer}@media screen and (max-width: 767px){#bb-app .model-tabs__item{font-size:20px;line-height:26px}}@media screen and (min-width: mobile){#bb-app .model-tabs__item{font-size:20px;line-height:26px}}#bb-app .model-tabs__item.active{color:#05141f;border-bottom-color:#05141f}#bb-app .model-tabs__container{position:relative}#bb-app .model-tabs__image{margin-top:40px;display:flex;justify-content:center}#bb-app .model-tabs__image img{display:block;max-width:520px;width:100%}
#bb-app{background-color:#fff;color:#05141f;font-size:16px;line-height:24px;padding:60px 30px}#bb-app *,#bb-app *:before,#bb-app *:after{box-sizing:border-box}#bb-app img{width:100%;height:auto}#bb-app sup{top:initial;vertical-align:super}#bb-app .bb-container{max-width:1240px;margin:0 auto}@media screen and (min-width: 768px)and (max-width: 1023px){#bb-app .bb-container{padding-bottom:120px}}@media screen and (min-width: tablet){#bb-app .bb-container{padding-bottom:120px}}#bb-app .bb-container .box{display:flex;align-items:center;gap:56px}@media screen and (max-width: 1023px){#bb-app .bb-container .box{gap:0;flex-direction:column}}@media screen and (min-width: mobile-tablet){#bb-app .bb-container .box{gap:0;flex-direction:column}}#bb-app .bb-container .box .image{width:50%}@media screen and (min-width: 768px)and (max-width: 1023px){#bb-app .bb-container .box .image{width:70%}}@media screen and (min-width: tablet){#bb-app .bb-container .box .image{width:70%}}@media screen and (max-width: 767px){#bb-app .bb-container .box .image{width:100%}}@media screen and (min-width: mobile){#bb-app .bb-container .box .image{width:100%}}#bb-app .bb-container .box .content{width:50%}@media screen and (max-width: 1023px){#bb-app .bb-container .box .content{width:100%}}@media screen and (min-width: mobile-tablet){#bb-app .bb-container .box .content{width:100%}}#bb-app .bb-container .box .content p:nth-of-type(1){font-size:24px;font-weight:"kiab",sans-serif;line-height:36px}@media screen and (min-width: 768px)and (max-width: 1023px){#bb-app .bb-container .box .content p:nth-of-type(1){text-align:center}}@media screen and (min-width: tablet){#bb-app .bb-container .box .content p:nth-of-type(1){text-align:center}}#bb-app .bb-container .box .content p:nth-of-type(1)>span{font-size:36px}#bb-app .bb-container .box .content p:nth-of-type(2){font-size:24px;font-weight:"kiab",sans-serif;line-height:36px;margin-bottom:23px}@media screen and (min-width: 768px)and (max-width: 1023px){#bb-app .bb-container .box .content p:nth-of-type(2){text-align:center}}@media screen and (min-width: tablet){#bb-app .bb-container .box .content p:nth-of-type(2){text-align:center}}#bb-app .bb-container .box .content p:nth-of-type(3){margin-bottom:26px}#bb-app .bb-container .box .content .search-box{width:100%;display:flex;margin-bottom:15px}@media screen and (max-width: 767px){#bb-app .bb-container .box .content .search-box{flex-direction:column}}@media screen and (min-width: mobile){#bb-app .bb-container .box .content .search-box{flex-direction:column}}#bb-app .bb-container .box .content .search-box .button{margin-left:17px}@media screen and (max-width: 767px){#bb-app .bb-container .box .content .search-box .button{margin-left:0;margin-top:17px;width:172px}}@media screen and (min-width: mobile){#bb-app .bb-container .box .content .search-box .button{margin-left:0;margin-top:17px;width:172px}}#bb-app .list-container{padding-top:90px}#bb-app .list-container .vehicle-found{font-size:17px;line-height:36px;margin-bottom:58px}#bb-app .list-container .vehicle-found span{font-family:"kiab",sans-serif;font-size:30px}#bb-app .bbemission-entry-dynamic{font-family:"kiam",sans-serif}#bb-app .bbemission-entry-dynamic strong{font-family:"kiam",sans-serif}#bb-app .bbemission-entry-dynamic .bb-emission-range:after{content:"3";position:relative;font-size:60%;line-height:0;top:initial;vertical-align:super;margin-left:-0.5em}#bb-app p{font-family:"kiam",sans-serif;font-size:16px;line-height:24px}@media screen and (max-width: 767px){#bb-app p{font-size:14px}}@media screen and (min-width: mobile){#bb-app p{font-size:14px}}#bb-app p.medium{font-size:14px;line-height:20px}#bb-app p.small{font-size:12px;line-height:15px}#bb-app p.emission-item{font-family:"kial",sans-serif;font-size:12px;line-height:14px}#bb-app p.emission-item .bbemission-entry-dynamic{font-family:"kial",sans-serif;font-size:12px;line-height:14px}#bb-app p.emission-item .bbemission-entry-dynamic strong{font-family:"kial",sans-serif}#bb-app b,#bb-app strong{font-family:"kiab",sans-serif;font-weight:normal}#bb-app h1{font-family:"kiam",sans-serif;font-size:50px;line-height:60px;color:#05141f;margin-bottom:42px}@media screen and (max-width: 767px){#bb-app h1{font-size:40px;line-height:50px;margin-bottom:30px}}@media screen and (min-width: mobile){#bb-app h1{font-size:40px;line-height:50px;margin-bottom:30px}}#bb-app h2{font-family:"kiab",sans-serif;font-size:40px;line-height:48px;color:#05141f;margin-bottom:31px}@media screen and (max-width: 767px){#bb-app h2{font-size:36px;line-height:42px}}@media screen and (min-width: mobile){#bb-app h2{font-size:36px;line-height:42px}}#bb-app h3{font-family:"kiab",sans-serif;font-size:30px;line-height:42px;color:#05141f;margin-bottom:20px}@media screen and (max-width: 767px){#bb-app h3{font-size:20px;line-height:26px;margin-bottom:10px}}@media screen and (min-width: mobile){#bb-app h3{font-size:20px;line-height:26px;margin-bottom:10px}}#bb-app h4{font-family:"kiab",sans-serif;font-size:20px;line-height:26px;color:#05141f;margin-bottom:19px}@media screen and (max-width: 767px){#bb-app h4{font-size:18px;line-height:24px;margin-bottom:10px}}@media screen and (min-width: mobile){#bb-app h4{font-size:18px;line-height:24px;margin-bottom:10px}}#bb-app h5{font-family:"kiab",sans-serif;font-size:14px;line-height:17px;color:#05141f;text-transform:uppercase;margin-bottom:6px}@media screen and (max-width: 767px){#bb-app h5{font-size:15px;line-height:18px}}@media screen and (min-width: mobile){#bb-app h5{font-size:15px;line-height:18px}}#bb-app .fade-appear,#bb-app .fade-enter{opacity:0}#bb-app .fade-appear-active,#bb-app .fade-enter-active{transition:opacity .35s linear;opacity:1}#bb-app .fade-exit{transition:opacity .35s linear;opacity:1}#bb-app .fade-exit-active{opacity:0;display:none}#bb-app .item-enter{opacity:0}#bb-app .item-enter-active{opacity:1;transition:opacity 500ms ease-in}#bb-app .item-exit{opacity:1}#bb-app .item-exit-active{opacity:0;transition:opacity 500ms ease-in}#bb-app .fade-in{animation:fadeIn 1500ms}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
