.form-errors{position:relative;overflow:hidden;border-radius:22px;padding:1.25rem 1.5rem;border:1px solid rgba(207,61,61,.35);background:#cf3d3d14;box-shadow:0 18px 32px #cf3d3d14;font-size:.95rem}.form-errors__body{display:flex;gap:1.25rem;align-items:flex-start}.form-errors__icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;background:#cf3d3d26;color:#ee0925;flex-shrink:0}.form-errors__icon-svg{width:1.25rem;height:1.25rem}.form-errors__content{display:flex;flex-direction:column;gap:.5rem}.form-errors__title{margin:0;font-size:.95rem;font-weight:600;color:#ad0404}.form-errors__list{margin:0;padding-left:1.25rem;list-style:disc;color:#ee0925;line-height:1.45}.form-errors__glow{position:absolute;top:-3.5rem;right:-4.5rem;width:10rem;height:10rem;border-radius:50%;background:#cf3d3d2e;filter:blur(38px)}@media (max-width: 600px){.form-errors{padding:1rem 1.15rem;border-radius:18px}.form-errors__body{flex-direction:column;gap:1rem}.form-errors__icon{width:2.25rem;height:2.25rem}}*{font-family:Montserrat,sans-serif;box-sizing:border-box}body{margin:0;width:100%}.cookies-wrapper{visibility:hidden;position:fixed;left:0;bottom:0;width:100%;padding:1.5rem 1rem;background-color:#000000eb;color:#fff;z-index:1500}.cookies-wrapper__inner{display:flex;flex-direction:column;gap:1.25rem;max-width:980px;margin:0 auto}.cookies-wrapper__message{margin-bottom:1rem;font-size:.95rem;line-height:1.5}.cookies-wrapper__message a{color:#fff;text-decoration:underline}.cookies-wrapper__actions{display:flex;flex-wrap:wrap;gap:.75rem}.cookies-wrapper__accept{display:inline-flex;align-items:center;justify-content:center;min-width:210px;padding:.85rem 2.5rem;font-size:1rem;font-weight:700;border-radius:999px;border:none;background:linear-gradient(135deg,#1b7ddb,#0ca678);color:#fff;box-shadow:0 14px 28px #115b8c59;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.cookies-wrapper__accept:hover,.cookies-wrapper__accept:focus{transform:translateY(-1px);box-shadow:0 18px 32px #115b8c73;outline:none}.cookies-wrapper__cancel{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.5rem;border-radius:999px;border:1px solid rgba(255,255,255,.55);color:#fff;font-weight:600;text-decoration:none;transition:background-color .15s ease,color .15s ease}.cookies-wrapper__cancel:hover,.cookies-wrapper__cancel:focus{background-color:#ffffff1f;color:#fff;outline:none}@media (min-width: 768px){.cookies-wrapper__inner{flex-direction:row;align-items:center;justify-content:space-between;gap:2rem}.cookies-wrapper__message{flex:1 1 auto;margin-bottom:0}.cookies-wrapper__actions{flex:0 0 auto;justify-content:flex-end}}@media (max-width: 576px){.cookies-wrapper{padding:1.25rem 1rem}.cookies-wrapper__inner{gap:1rem}.cookies-wrapper__actions{flex-direction:column;align-items:stretch}.cookies-wrapper__accept{width:100%;min-width:unset;padding:1rem 1.25rem}.cookies-wrapper__cancel{width:100%;padding:.75rem 1.25rem;justify-content:center}}.cookies-refused{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem;background:radial-gradient(circle at top,#062846d9,#061a2ef2);color:#fff}.cookies-refused__shell{width:100%;max-width:880px}.cookies-refused__back{border:none;background:transparent;color:#a0d8ff;font-weight:600;margin-bottom:1.5rem;cursor:pointer;padding:0}.cookies-refused__back:hover,.cookies-refused__back:focus{text-decoration:underline;outline:none}.cookies-refused__panel{background:#00000059;border-radius:24px;padding:2.5rem;box-shadow:0 40px 80px #0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cookies-refused__status{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.cookies-refused__icon{font-size:2.5rem}.cookies-refused__title{margin:0;font-size:2rem;font-weight:700}.cookies-refused__panel p{margin-bottom:1.25rem;line-height:1.6}.cookies-refused__cta{display:flex;flex-wrap:wrap;gap:1rem;margin:2rem 0 1.5rem}.cookies-refused__primary,.cookies-refused__secondary{display:inline-flex;align-items:center;justify-content:center;min-width:220px;padding:.9rem 1.75rem;border-radius:999px;font-weight:600;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background-color .2s ease}.cookies-refused__primary{background:linear-gradient(135deg,#1b7ddb,#0ca678);color:#fff;box-shadow:0 18px 32px #115b8c59}.cookies-refused__primary:hover,.cookies-refused__primary:focus{transform:translateY(-2px);box-shadow:0 22px 36px #115b8c73;color:#fff}.cookies-refused__secondary{border:1px solid rgba(255,255,255,.55);color:#fff;background:transparent}.cookies-refused__secondary:hover,.cookies-refused__secondary:focus{background:#ffffff1f;color:#fff}.cookies-refused__help h3{margin-bottom:.75rem;font-size:1.35rem}@media (max-width: 576px){.cookies-refused{padding:3rem 1rem}.cookies-refused__panel{padding:2rem}.cookies-refused__title{font-size:1.6rem}.cookies-refused__primary,.cookies-refused__secondary{width:100%;min-width:unset}}input,textarea,select{width:100%;background:#fff;border:1px solid #B6B6B6;padding:.8rem;font-size:1rem}input::placeholder{color:#b6b6b6;font-size:1rem}textarea::placeholder{color:#b6b6b6;font-size:1rem}.checkbox-group{display:flex;align-items:center}.checkbox-group>input{width:min-content}.checkbox-group>label{font-size:.75rem;margin-left:8px}.checkbox-group>label>a{color:#000;font-weight:800}.margin-form-input{margin:1rem 0}.wrapper-input-with-custom-placeholder{position:relative;width:100%}.wrapper-input-with-custom-placeholder input:not(:placeholder-shown)+.placeholder{display:none}.wrapper-input-with-custom-placeholder .placeholder{position:absolute;pointer-events:none;top:28%;left:15px;margin:auto;color:#b6b6b6;font-size:1rem}.wrapper-input-with-custom-placeholder .placeholder>span{color:#ad0404}.main-container{width:100%;max-width:1600px;padding:0 3rem}@media (max-width: 834px){.main-container{padding:0 1rem}}.img-fluid{width:100%;height:auto}.center{display:flex;justify-content:center}.section{margin:3rem auto}.button{padding:1rem 1.5rem;color:#fff;font-size:1rem;font-weight:600;text-decoration:none;border:none}.button:hover{text-decoration:underline}.button-primary{background-color:#00adef}.button-secondary{background-color:#ee0925}.breadcrumb{display:flex;align-items:center;gap:.4rem;font-weight:600;font-size:1rem}.breadcrumb>a{color:#005f99;text-decoration:none}.breadcrumb>span{font-weight:400}.breadcrumb .active{color:#000;font-weight:500}.pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;list-style:none;margin-top:1rem}.pagination>nav{width:100%}.pagination>nav>ul{padding:0}.pagination>nav .page-item,.pagination>nav .page-link{background-color:#00adef;color:#fff;margin:.4rem;padding:.6rem .8rem;font-weight:600;font-size:1rem;text-decoration:none}@media (max-width: 360px){.pagination>nav .page-item,.pagination>nav .page-link{padding:.4rem .6rem}}.pagination>nav .active{text-decoration:underline}.top-header-landing{background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center}.top-header-landing>div{display:flex;align-items:center;margin:6rem 0}.top-header-landing>div>div{max-width:31rem}.top-header-landing>div>div>h3,.top-header-landing>div>div h1,.top-header-landing>div>div p{color:#fff;padding:0;margin:0 0 1rem;text-align:left}.top-header-landing>div>div>h3{font-size:2rem;font-weight:700}.top-header-landing>div>div>p{font-size:1.1rem;font-weight:500}.top-header-landing>div>div>a{display:inline-block}@media (max-width: 834px){.top-header-landing>div>div>h3{font-size:1.5rem;font-weight:600}.top-header-landing>div>div>p{font-weight:400}}@media (max-width: 360px){.top-header-landing>div>div>h3{font-size:1.3rem}.top-header-landing>div>div>p{font-size:1rem}}.banner-pre-footer{background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;align-items:center}.banner-pre-footer>div{margin:8rem 0}.banner-pre-footer>div .inner-content{max-width:31rem;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.banner-pre-footer>div .inner-content>h3{color:#fff;font-size:1.5rem;font-weight:600;margin:0 0 1rem}.banner-pre-footer>div .inner-content>p{font-size:1.1rem;color:#fff;margin:0 0 1rem;font-weight:500}.banner-pre-footer>div .inner-content>a{display:inline-block}@media (max-width: 834px){.banner-pre-footer>div .inner-content>h3{font-size:1.4rem}.banner-pre-footer>div .inner-content>p{font-size:1rem}}@media (max-width: 360px){.banner-pre-footer>div .inner-content>h3{font-size:1.2rem}.banner-pre-footer>div .inner-content>p{font-size:.8rem}}.main-pre-footer{background-image:url(https://d34eus8t9oxzj9.cloudfront.net/landings/pre-footer-background.jpg)}.main-pre-footer>div .inner-content{text-align:left;align-items:flex-start;margin:0 0 0 auto}@media (max-width: 834px){.main-pre-footer{justify-content:center}.main-pre-footer>div .inner-content{text-align:center;margin:auto;align-items:center}}.contact-form .left-right-content{display:grid;grid-template-columns:1fr 1fr;gap:1rem;border-bottom:1px solid #D4D4D4;padding-bottom:2rem;margin-bottom:2.5rem}.contact-form .bottom{display:flex;justify-content:space-between}.contact-form .bottom>div>button{padding:1rem 8rem}.contact-form .field-error-form{font-size:.8rem;margin:0;color:#ad0404}@media (max-width: 834px){.contact-form .left-right-content{grid-template-columns:1fr}.contact-form .bottom{flex-direction:column}.contact-form .bottom>div>button{margin-top:1rem;width:100%;padding:1rem 2rem}}.static-message-after-form>section>a{color:#000;font-weight:600}.static-message-after-form>section>div{margin:2rem 0 5rem}.whatsapp-cta{position:fixed;right:2rem;bottom:3rem;width:60px;height:60px;z-index:9;background-color:transparent}.whatsapp-cta>svg{filter:drop-shadow(8px 8px 8px rgba(0,0,0,.8))}@media (max-width: 834px){.whatsapp-cta{width:40px;height:40px}}.top-banner{width:100%;background-color:#005f99;height:3rem;display:flex;justify-content:center;position:sticky;top:0;z-index:3}.top-banner .top-banner-inner{display:flex;justify-content:space-between;align-items:center}.top-banner .top-banner-inner .left-elements,.top-banner .top-banner-inner .right-elements{display:flex;gap:3rem}.top-banner .top-banner-inner .left-elements .element,.top-banner .top-banner-inner .right-elements .element{display:flex;align-items:center;gap:.6rem}.top-banner .top-banner-inner .left-elements .element>a,.top-banner .top-banner-inner .right-elements .element>a{color:#fff;text-decoration:none;font-size:.75rem}.top-banner .top-banner-inner .left-elements .element .wrapper-icon,.top-banner .top-banner-inner .right-elements .element .wrapper-icon{width:1rem;display:flex;align-items:center}.top-banner .top-banner-inner .right-elements .cto-right>a{font-weight:700;text-decoration:underline}@media (max-width: 834px){.top-banner{position:relative}.top-banner .top-banner-inner{justify-content:center}.top-banner .top-banner-inner .left-elements{justify-content:space-between;gap:.4rem;width:100%;flex-wrap:wrap}.top-banner .top-banner-inner .right-elements .cto-right{display:none}}@media (max-width: 400px){.top-banner .top-banner-inner .left-elements .element{gap:.3rem!important}}.main-menu{width:100%;background-color:#fff;box-shadow:0 2px 4px #00000040;height:4.06rem;display:flex;justify-content:center;position:sticky;top:3rem;z-index:3}.main-menu .main-menu-inner{display:flex;justify-content:space-between;align-items:stretch}.main-menu .main-menu-inner .right-elements,.main-menu .main-menu-inner .left-elements{display:flex;align-items:center;gap:2rem;list-style:none;height:100%;margin:0}.main-menu .main-menu-inner .right-elements .label-right-logo,.main-menu .main-menu-inner .left-elements .label-right-logo{font-size:.8rem;margin:0 0 -14px -14px}.main-menu .main-menu-inner .right-elements .element,.main-menu .main-menu-inner .left-elements .element{height:100%;display:flex;justify-content:center;align-items:center}.main-menu .main-menu-inner .right-elements .element>a,.main-menu .main-menu-inner .left-elements .element>a{color:#000;text-decoration:none;font-size:.88rem}.main-menu .main-menu-inner .right-elements .active,.main-menu .main-menu-inner .left-elements .active{display:flex;flex-direction:column;position:relative}.main-menu .main-menu-inner .right-elements .active>a,.main-menu .main-menu-inner .left-elements .active>a{color:#00adef;font-weight:600}.main-menu .main-menu-inner .right-elements .active>span,.main-menu .main-menu-inner .left-elements .active>span{height:3px;width:100%;background-color:#00adef;align-self:flex-end;position:absolute;bottom:0}.main-menu .main-menu-inner .right-elements .outstanding,.main-menu .main-menu-inner .left-elements .outstanding{background-color:#00adef;height:100%;display:flex;align-items:center}.main-menu .main-menu-inner .right-elements .outstanding>a,.main-menu .main-menu-inner .left-elements .outstanding>a{color:#fff;padding:2rem}.main-menu .main-menu-inner .burguer-responsive-button{display:none}@media (max-width: 1280px){.main-menu .main-menu-inner .right-elements{display:none}.main-menu .main-menu-inner .left-elements .label-right-logo{font-size:.7rem;margin:0 0 -14px -18px}.main-menu .main-menu-inner .burguer-responsive-button{display:flex;flex-direction:row;align-items:center}.main-menu .main-menu-inner .burguer-responsive-button .responsive-menu .overlay{position:fixed;display:none;top:0;bottom:0;left:0;right:0;background-color:#000c;z-index:3;overflow:hidden}.main-menu .main-menu-inner .burguer-responsive-button .responsive-menu .overlay .menu{position:fixed;top:0;bottom:0;right:0;width:50%;min-width:360px;z-index:4;background-color:#fff;overflow-y:scroll;display:flex;flex-direction:column;justify-content:center}.main-menu .main-menu-inner .burguer-responsive-button .responsive-menu .overlay .menu .close-menu{width:3rem;height:auto;position:absolute;top:1rem;right:3rem}}@media (max-width: 1280px) and (max-width: 834px){.main-menu .main-menu-inner .burguer-responsive-button .responsive-menu .overlay .menu .close-menu{right:1rem}}@media (max-width: 1280px){.main-menu .main-menu-inner .burguer-responsive-button .responsive-menu .overlay .menu .menu-elements{display:flex;flex-direction:column;gap:2rem;list-style:none;margin:0;width:100%;align-items:center;padding:0}.main-menu .main-menu-inner .burguer-responsive-button .responsive-menu .overlay .menu .menu-elements .element>a{color:#000;text-decoration:none;font-size:.88rem}.main-menu .main-menu-inner .burguer-responsive-button .responsive-menu .overlay .menu .menu-elements .active{display:flex;flex-direction:column;position:relative}.main-menu .main-menu-inner .burguer-responsive-button .responsive-menu .overlay .menu .menu-elements .active>a{color:#00adef;font-weight:600;margin-bottom:3px}.main-menu .main-menu-inner .burguer-responsive-button .responsive-menu .overlay .menu .menu-elements .active>span{height:3px;width:100%;background-color:#00adef;align-self:flex-end;position:absolute;bottom:0}.main-menu .main-menu-inner .burguer-responsive-button .responsive-menu .overlay .menu .menu-elements .outstanding{background-color:#00adef;height:100%;display:flex;align-items:center}.main-menu .main-menu-inner .burguer-responsive-button .responsive-menu .overlay .menu .menu-elements .outstanding>a{color:#fff;padding:1rem 1.5rem}}@media (max-width: 834px){.main-menu{top:0}.main-menu .main-menu-inner .left-elements .label-right-logo{font-size:.7rem;margin:0 0 -14px -18px}}@media (max-width: 380px){.main-menu .main-menu-inner .left-elements .label-right-logo{display:none}}.main-footer{background-color:#00263d;display:flex;justify-content:center}.main-footer .inner-footer{display:flex;flex-direction:row;justify-content:space-between;gap:1rem;padding-top:6rem;padding-bottom:6rem}.main-footer .inner-footer>div>ul{list-style:none;color:#fff;font-size:.75rem;margin:0;padding:0;line-height:1rem}.main-footer .inner-footer>div>ul>li{padding:.4rem 0;font-weight:600}.main-footer .inner-footer>div>ul>li>a,.main-footer .inner-footer>div>ul>li span{text-decoration:none;color:#fff;font-weight:500}.main-footer .inner-footer>div .logo{margin-bottom:.2rem}@media (max-width: 1280px){.main-footer .inner-footer{padding-top:3.8rem;padding-bottom:3.8rem}}@media (max-width: 834px){.main-footer .inner-footer{flex-direction:column}}.slideshow .slideshow-container{position:relative;margin:auto;min-height:300px}.slideshow .custom-text{position:absolute;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.slideshow .custom-text>div>h1,.slideshow .custom-text>div h6{max-width:37rem;color:#fff;margin:0;position:relative;z-index:1}.slideshow .custom-text>div>h1{font-weight:700;font-size:2rem}.slideshow .custom-text>div>h6{font-weight:500;font-size:1.1rem}.slideshow .my-slide{display:none}.slideshow .my-slide h1,.slideshow .my-slide h6{text-shadow:0 0 5px #222222,0 0 10px #222222,0 0 15px #222222,0 0 25px #222222,0 0 35px #222222,0 0 45px #222222}.slideshow .my-slide .wrapper-img:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000004d;pointer-events:none}.slideshow .my-slide .slide-img{width:100%;min-height:300px;object-fit:cover}.slideshow .dots{text-align:center;margin-top:-40px;position:relative;z-index:1}.slideshow .dots .dot{cursor:pointer;height:12px;width:12px;margin:0 8px;background-color:#e2e2e2;border-radius:50%;display:inline-block;transition:background-color .6s ease}.slideshow .active,.slideshow .dot:hover{background-color:#aaa}.slideshow .fade{animation-name:fade;animation-duration:1.5s}@keyframes fade{0%{opacity:.4}to{opacity:1}}@media (max-width: 834px){.slideshow .custom-text>div>h1{font-size:1.5rem}}@media (max-width: 360px){.slideshow .custom-text>div>h1{font-size:1.3rem}.slideshow .custom-text>div>h6{font-size:1rem}}.welcome .all-services{display:flex;flex-direction:column;justify-content:center}.welcome .all-services .title{text-align:center}.welcome .all-services .title>p{margin:0;font-size:1rem;font-weight:600}.welcome .all-services .title h6{margin:0;font-size:1.31rem;font-weight:700}.welcome .all-services .services{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;align-items:center;gap:1.5rem;padding-top:3rem}.welcome .all-services .services>a{position:relative;background-color:#000}.welcome .all-services .services>a>img{object-fit:cover;opacity:.8}.welcome .all-services .services>a .text{display:flex;align-items:center;position:absolute;bottom:1rem;left:.87rem;z-index:1}.welcome .all-services .services>a .text>span{font-weight:600;color:#fff;font-size:1.4rem}.welcome .all-services .services>a .text>img{margin-left:1rem}.welcome .all-services .services>a .gradient{position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(180deg,#24242400 56.25%,#242424)}.welcome .all-services .services>a:hover>img{opacity:.6}.welcome .all-services .services>a:hover .text>span{text-decoration:underline}@media (max-width: 1280px){.welcome .all-services .services>a .text>span{font-size:1rem}}@media (max-width: 834px){.welcome .all-services .title>p{font-size:.88rem}.welcome .all-services .title>h6{font-size:1.2rem}.welcome .all-services .services{grid-template-columns:1fr 1fr}}@media (max-width: 400px){.welcome .all-services .services>a .text>img{display:none}}.welcome .banner-buy-your-moto{background-image:url(https://d34eus8t9oxzj9.cloudfront.net/landings/background-middle-banner-welcome.jpg);background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center}.welcome .banner-buy-your-moto>div{display:flex;justify-content:flex-end;align-items:center;padding:9.4rem 0}.welcome .banner-buy-your-moto>div>div{max-width:31rem;margin-right:8rem}.welcome .banner-buy-your-moto>div>div>h3,.welcome .banner-buy-your-moto>div>div p{color:#fff;padding:0;margin:0 0 1rem;text-align:left}.welcome .banner-buy-your-moto>div>div>h3{font-size:1.5rem;font-weight:700}.welcome .banner-buy-your-moto>div>div>p{font-size:1.1rem;font-weight:600}.welcome .banner-buy-your-moto>div>div>a{display:inline-block}@media (max-width: 834px){.welcome .banner-buy-your-moto>div{justify-content:center}.welcome .banner-buy-your-moto>div>div{text-align:center;margin-right:0}.welcome .banner-buy-your-moto>div>div>h3,.welcome .banner-buy-your-moto>div>div p{text-align:center}.welcome .banner-buy-your-moto>div>div>h3{font-size:1.4rem}.welcome .banner-buy-your-moto>div>div>p{font-size:1rem}}@media (max-width: 834px){.welcome .banner-buy-your-moto>div>div>h3{font-size:1.25rem}.welcome .banner-buy-your-moto>div>div>p{font-size:.88rem}}.welcome .card-with-image{display:grid;grid-template-areas:"a b";grid-template-columns:1fr 1fr}.welcome .card-with-image .area-a{grid-area:a}.welcome .card-with-image .area-b{grid-area:b}.welcome .card-with-image .text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:7rem 3rem;text-align:left}.welcome .card-with-image .text>h3{font-size:1.5rem;font-weight:600;margin:0 0 1rem}.welcome .card-with-image .text>p{font-size:1.1rem;margin:0 0 1rem}.welcome .card-with-image .text>a{display:inline-block}.welcome .card-with-image .image>img{height:100%;width:100%;object-fit:cover}@media (max-width: 834px){.welcome .card-with-image{grid-template-columns:none;grid-template-rows:1fr 1fr;grid-template-areas:"b" "a"}}.welcome .card-with-image .bg-blue-light{background-color:#c5e0eb}.welcome .card-with-image .bg-blue-dark{background-color:#103f5b}.welcome .card-with-image .bg-yellow{background-color:#fff9ca}.welcome .pre-footer{background-image:url(https://d34eus8t9oxzj9.cloudfront.net/landings/pre-footer.jpg)}.new-motos .background-image-header{background-image:url(https://d34eus8t9oxzj9.cloudfront.net/landings/header-new-motos.jpg)}.new-motos .background-image-header-yadea{background-image:url(https://d34eus8t9oxzj9.cloudfront.net/landings/header-new-motos-yadea.jpg)}.new-motos .background-image-header-qjmotor{background-image:url(https://d34eus8t9oxzj9.cloudfront.net/landings/header-new-motos-srt700.jpg)}.new-motos .background-image-header-voge{background-image:url(https://d34eus8t9oxzj9.cloudfront.net/landings/header-new-motos-voge.jpg)}.new-motos .background-image-header-brixton{background-image:url(https://d34eus8t9oxzj9.cloudfront.net/landings/header-new-motos-brixton.jpg)}.new-motos .title>h1{font-size:1.3rem;font-weight:700}@media (max-width: 360px){.new-motos .title>h1{font-size:1.1rem}}.new-motos .motorcycles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1.5rem}.new-motos .motorcycles-grid .card{border:1px solid #E2E2E2;filter:drop-shadow(0 4px 8px rgba(84,84,84,.25));border-radius:4px;display:flex;flex-direction:column;align-items:flex-start;padding:1.5rem;background-color:#fff;max-width:35rem;position:relative}.new-motos .motorcycles-grid .card>a{padding:0;position:absolute;top:0;bottom:0;left:0;right:0;z-index:1}.new-motos .motorcycles-grid .card .top-banner-info{position:absolute;top:10px;left:-30px;display:flex;align-items:center;justify-content:center;background-color:#ee0925;color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.7rem;font-weight:500;rotate:320deg}.new-motos .motorcycles-grid .card .details{width:100%}.new-motos .motorcycles-grid .card .details>p{margin:0 0 4px;font-size:.87rem;font-weight:500;display:block}.new-motos .motorcycles-grid .card .details>h4{font-size:1.1rem;font-weight:700;margin:0 0 8px}.new-motos .motorcycles-grid .card .details>a{margin-top:1.2rem;width:100%;display:inline-block;text-decoration:none;text-align:center}.show-motorcycle .left-right-contents{display:flex;justify-content:space-between;align-items:flex-start;margin:0 auto}.show-motorcycle .left-right-contents .left-content{width:50%}.show-motorcycle .left-right-contents .left-content .gallery{position:relative}.show-motorcycle .left-right-contents .left-content .gallery .top-banner-info{position:absolute;top:10px;left:-30px;display:flex;align-items:center;justify-content:center;background-color:#ee0925;color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:1rem;font-weight:500;rotate:320deg}.show-motorcycle .left-right-contents .left-content .gallery .top-round-info{position:absolute;bottom:10px;right:10px;display:flex;align-items:center;justify-content:center;background-color:#00ad11;color:#fff;padding:1.2rem;border-radius:100%;font-size:1.2rem;font-weight:500}.show-motorcycle .left-right-contents .left-content .gallery .top-round-info>span{text-align:center}.show-motorcycle .left-right-contents .left-content .gallery .thumbails{display:flex;gap:1.5rem;overflow-x:scroll}.show-motorcycle .left-right-contents .left-content .gallery .thumbails .img-moto-thumbail{width:4.75rem;height:4.75rem}.show-motorcycle .left-right-contents .left-content .gallery .thumbails .img-moto-thumbail>a>img{width:4.75rem;height:auto}.show-motorcycle .left-right-contents .left-content .description{position:relative}.show-motorcycle .left-right-contents .left-content .description>div .line{width:100%;height:1px;background-color:#d4d4d4;margin:2.5rem 0}.show-motorcycle .left-right-contents .left-content .description>div>h3{font-weight:600;font-size:1.4rem;margin:0 0 1rem}.show-motorcycle .left-right-contents .left-content .description>div>p{font-size:.9rem;font-weight:400;margin:0}.show-motorcycle .left-right-contents .left-content .description>div .more-details{display:grid;grid-template-columns:1fr 1fr;column-gap:1rem;padding-bottom:3rem}.show-motorcycle .left-right-contents .left-content .description>div .more-details>p{font-size:.8rem;margin:.3rem 0}.show-motorcycle .left-right-contents .left-content .description>div .more-details>p>b{font-size:.8rem;font-weight:600}.show-motorcycle .left-right-contents .wrapper-contact-form{max-width:40%;position:sticky;right:0;top:178px;margin:0 0 3rem}.show-motorcycle .left-right-contents .wrapper-contact-form .contact-form{background:#fff;box-shadow:0 8px 16px #00000040;border-radius:4px;padding:2rem;width:100%}.show-motorcycle .left-right-contents .wrapper-contact-form .contact-form>h3{margin:0;font-size:1.3rem;font-weight:600}.show-motorcycle .left-right-contents .wrapper-contact-form .contact-form>p{font-size:.8rem;margin:4px 0 8px}.show-motorcycle .left-right-contents .wrapper-contact-form .contact-form>div{margin:1rem 0}.show-motorcycle .left-right-contents .wrapper-contact-form .contact-form>div>input{width:100%}.show-motorcycle .left-right-contents .wrapper-contact-form .contact-form>button{width:100%;color:#000}@media (max-width: 834px){.show-motorcycle .left-right-contents{flex-direction:column}.show-motorcycle .left-right-contents .left-content{width:100%}.show-motorcycle .left-right-contents .left-content .description{margin-bottom:0}.show-motorcycle .left-right-contents .wrapper-contact-form{max-width:100%;width:100%}}.turourban .background-image-header{background-image:url(https://d34eus8t9oxzj9.cloudfront.net/landings/turourban-header.jpg)}.turourban .title{font-weight:700;font-size:21px;margin-bottom:5rem}.contact .left-right-content{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact .left-right-content .text-block>h1{margin:0;font-size:2rem;font-weight:600}.contact .left-right-content .text-block>p{font-size:1.1rem;margin-bottom:0}.contact .left-right-content .text-block>div{display:flex;align-items:center;gap:.4rem;margin:1.8rem 0}.contact .left-right-content .text-block>div>a{color:#000;text-decoration:none}.contact .left-right-content .contact-form{margin-top:1.7rem}.contact .left-right-content .contact-form>h3{margin:0;font-size:1.3rem;font-weight:600}.contact .left-right-content .contact-form>p{font-size:.8rem;margin:4px 0 8px}.contact .left-right-content .contact-form>div{margin:1rem 0}.contact .left-right-content .contact-form>div>input{width:100%}.contact .left-right-content .contact-form>button{width:100%;font-weight:400}@media (max-width: 834px){.contact .left-right-content{grid-template-columns:1fr}}.appointment .background-image-header{background-image:url(https://d34eus8t9oxzj9.cloudfront.net/landings/header-workshop.jpg)}.appointment .schedule-info{color:#cf3d3d;font-size:.8rem;position:absolute;margin-top:-1.3rem;margin-left:1.4rem}@media (max-width: 834px){.appointment .schedule-info{display:none}}.rate .background-image-header{background-image:url(https://d34eus8t9oxzj9.cloudfront.net/landings/header-rate-motorcycle.jpg)}.shops .cards-container{padding:5rem 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));row-gap:5rem;column-gap:3rem}.shops .cards-container .card{border:1px solid #E8E8E8;filter:drop-shadow(0px 4px 8px rgba(0,0,0,.25));border-radius:4px;background-color:#fff;position:relative}.shops .cards-container .card .info-city{position:absolute;font-weight:600;font-size:21px;margin:-40px 0 0}.shops .cards-container .card>img{width:100%;height:auto}.shops .cards-container .card .bottom-info{padding:.8rem}.shops .cards-container .card .bottom-info>p{font-weight:600;font-size:18px;margin-top:0}.shops .cards-container .card .bottom-info .row{display:flex;gap:.4rem;align-items:center;padding:.4rem 0}.shops .cards-container .card .bottom-info .row>a{color:#000;text-decoration:underline}.request-warranty .warranty-form .row{display:flex;justify-content:space-between;flex-wrap:wrap}.request-warranty .warranty-form .form-group{padding:1rem 0}.request-warranty .warranty-form .form-group>label{padding-bottom:.4rem;display:inline-block}.request-warranty .warranty-form .radio-spareparts{display:flex;justify-content:flex-start;flex-direction:row-reverse;width:min-content}.request-warranty .warranty-form .terms{padding:1rem 0 2rem}.motosturo-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:4000;display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;pointer-events:none;transition:opacity .25s ease}.motosturo-modal.is-open{opacity:1;pointer-events:auto}.motosturo-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172ac7;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.motosturo-modal__panel{position:relative;z-index:10;width:min(100%,640px);border-radius:28px;background:#fff;box-shadow:0 40px 70px #0f172a47;overflow:hidden;display:flex;flex-direction:column;gap:1.5rem}.motosturo-modal__close{position:absolute;top:1rem;right:1rem;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;border:1px solid rgba(148,163,184,.35);background:#f1f5f9d9;color:#0f172a;font-size:1.1rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.motosturo-modal__close:hover,.motosturo-modal__close:focus{background:#e2e8f0f2;border-color:#94a3b899;transform:translateY(-1px);outline:none}.motosturo-modal__media{position:relative;padding:0}.motosturo-modal__image{display:block;width:100%;height:auto}.motosturo-modal__footer{display:flex;justify-content:center;padding:0 2rem 2rem}.motosturo-modal__button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:999px;background:linear-gradient(135deg,#1b7ddb,#0ca678);color:#fff;font-size:.95rem;font-weight:600;letter-spacing:.02em;padding:.85rem 2.75rem;cursor:pointer;box-shadow:0 18px 35px #1b7ddb47;transition:transform .2s ease,box-shadow .2s ease}.motosturo-modal__button:hover,.motosturo-modal__button:focus{transform:translateY(-1px);box-shadow:0 22px 45px #1b7ddb59;outline:none}body.motosturo-modal-open{overflow:hidden}@media (max-width: 640px){.motosturo-modal__panel{width:100%;border-radius:24px}.motosturo-modal__footer{padding-inline:1.5rem;padding-bottom:1.75rem}}
