:root{--blue1:#eaf3fe;--blue2:#d6e7fd;--blue3:#adccf7;--blue4:#75b1ff;--primary:#3085f4;--dark-blue:#186ade;--purple1:#f7f2fc;--purple2:#eadcfc;--purple3:#b97efb;--purple4:#9b56ec;--purple5:#8f49de;--teal1:#ebf5f4;--teal2:#c7e8ed;--teal3:#45bcd1;--teal4:#159ab3;--teal5:#067a91;--green1:#ebf7ed;--green2:#c7ebd1;--green3:#43c478;--green4:#19b46e;--green5:#077d55;--black:#000;--secondary:#2e2e37;--grey1:#ecf0f1;--grey2:#60606c;--grey3:#82829b;--grey4:#b8c3cd;--grey5:#dfdfee;--grey6:#eeeef7;--grey7:#f6f6fb;--white:#fff;--red:#d91f11;--light-red:#ffeae8;--orange:#ff8651;--yellow:#f5c518;--light-yellow:#e3e3a1;--green-btn:#4caf50;--red-btn:#ff3d00;--blue-btn:#1976d2;--yellow-btn:#ffc107}html,body{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif;font-size:16px}.vh-100{height:100vh}.vw-100{width:100vw}.w-100{width:100%}.max-width-90{max-width:92%}.m-auto{margin:0 auto}.text-primary{color:var(--primary)}.text-secondary{color:var(--secondary)}.text-white{color:var(--white)}.text-black{color:var(--black)}.text-dark-blue{color:var(--dark-blue)}.text-blue-1{color:var(--blue1)}.text-blue-3{color:var(--blue3)}.text-grey-3{color:var(--grey3)}.text-grey-2{color:var(--grey2)}.text-green-4{color:var(--green4)}.text-red{color:var(--red)}.text-teal-5{color:var(--teal5)}.text-green-5{color:var(--green5)}.text-purple-5{color:var(--purple5)}.text-orange{color:var(--orange)}.bg-white{background-color:var(--white)}.bg-yellow{background-color:var(--yellow)}.bg-orange{background-color:var(--orange)}.bg-purple{background-color:var(--purple5)}.bg-red{background-color:var(--red)}.bg-light-red{background-color:var(--light-red)}.bg-dark-blue{background-color:var(--dark-blue)}.bg-light-blue{background-color:var(--blue1)}.bg-grey-6{background-color:var(--grey6)}.bg-grey-2{background-color:var(--grey2)}.bg-grey-3{background-color:var(--grey3)}.bg-grey7,.bg-grey-7{background-color:var(--grey7)}.bg-blue-2{background-color:var(--blue2)}.bg-teal-5{background-color:var(--teal5)}.bg-grey-5{background-color:var(--grey5)}.bg-green-4{background-color:var(--green4)}.bg-primary{background-color:var(--primary)}.bg-teal-1{background-color:var(--teal1)}.bg-blue-1{background-color:var(--blue1)}.btn{cursor:pointer;letter-spacing:-.03em;letter-spacing:-.02em;border-radius:500px;outline:none;justify-content:center;align-items:center;font-size:clamp(.875rem,.85rem + .125vw,1rem);font-weight:500;line-height:clamp(1.25rem,1.225rem + .125vw,1.375rem);text-decoration:none;display:inline-flex}.btn-primary{background:var(--primary);color:#fff;border:1px solid var(--primary);border-radius:8px;padding:13px 66px}.btn-secondary{background:var(--grey6);color:var(--black);border-radius:8px;padding:13px 66px}.btn-outline-grey{border:1.5px solid var(--grey6);color:var(--grey3);background-color:#fff;border-radius:8px;padding:13px 0}.btn-light-green{background:#ebf7ed;border:none;border-radius:8px;min-width:155px;padding:13px 0}.btn-white{background:var(--white);color:var(--primary);border:none;border-radius:8px;outline:none;min-width:200px;padding:13px 0}.btn-light-blue{background:var(--blue1);color:var(--primary);border:none;border-radius:8px;padding:13px 66px}.btn-error{background:var(--red-btn);color:var(--white);border:none;border-radius:8px}.rounded-4{border-radius:4px}.rounded-8{border-radius:8px}.rounded-12{border-radius:12px}.rounded-16{border-radius:16px}.rounded-24{border-radius:24px}.rounded-100{border-radius:100px}.border-bold-primary{border:4px solid var(--primary)}.bg-bold-white{border:4px solid var(--white)}.d-flex{display:flex}.d-grid{display:grid}.d-block{display:block}.d-inline{display:inline}.d-inline-block{display:inline-block}.d-inline-flex{display:inline-flex}.d-inherit{display:inherit}.d-none{display:none}.d-flex-wrap{flex-wrap:wrap}.d-flex-row{flex-direction:row}.d-flex-column{flex-direction:column}.d-flex-row-reverse{flex-direction:row-reverse}.d-flex-column-reverse{flex-direction:column-reverse}.d-align-center{align-items:center}.d-align-start{align-items:flex-start}.d-align-end{align-items:flex-end}.d-align-baseline{align-items:baseline}.d-content-center{align-content:center}.d-justify-center{justify-content:center}.d-justify-start{justify-content:flex-start}.d-justify-end{justify-content:flex-end}.d-justify-space-between{justify-content:space-between}.d-justify-space-around{justify-content:space-around}.p-relative{position:relative}.p-absolute{position:absolute}.p-fixed{position:fixed}.p-sticky{position:sticky}.p-static{position:static}.p-inherit{position:inherit}.p-initial{position:initial}.p-unset{position:unset}.o-hidden{overflow:hidden}.ox-hidden{overflow-x:hidden}.oy-hidden{overflow-y:hidden}.o-scroll{overflow:scroll}.ox-scroll{overflow-x:scroll}.o-visible{overflow:visible}.oy-scroll{overflow-y:visible}.gap-1{gap:8px}.gap-2{gap:16px}.gap-3{gap:24px}.gap-5{gap:40px}.cursor-pointer{cursor:pointer}.box-border{box-sizing:border-box}.main-class{background-color:#fff;width:100vw;height:100vh;overflow:hidden scroll}.header-wrapper{margin:40px 40px 0}.underline-none{text-decoration:none}.grid{grid-template-columns:repeat(3,1fr);column-gap:24px;display:grid}.grid-col-2{grid-template-columns:repeat(2,1fr);column-gap:50px}.grid-col-3{grid-template-columns:repeat(3,1fr)}.grid-col-4{grid-template-columns:repeat(4,1fr)}
h1,.h1{margin:0;font-size:clamp(1.625rem,1.55rem + .375vw,2rem)}h2,.h2{margin:0;font-size:clamp(1.375rem,1.325rem + .25vw,1.625rem)}h3,.h3{margin:0;font-size:clamp(1.125rem,1.1rem + .125vw,1.25rem)}h4,.h4{margin:0;font-size:clamp(1rem,.975rem + .125vw,1.125rem)}h5,.h5{margin:0;font-size:clamp(.875rem,.85rem + .125vw,1rem)}h6,.h6{margin:0;font-size:clamp(.75rem,.725rem + .125vw,.875rem)}.font-12{font-size:12px}.font-10{font-size:clamp(.5rem,.475rem + .125vw,.625rem)}.l-14{line-height:clamp(.75rem,.725rem + .125vw,.875rem)}.l-20{line-height:clamp(1.125rem,1.1rem + .125vw,1.25rem)}.l-22{line-height:clamp(1.25rem,1.225rem + .125vw,1.375rem)}.l-26{line-height:clamp(1.375rem,1.325rem + .25vw,1.625rem)}.l-28{line-height:clamp(1.375rem,1.3rem + .375vw,1.75rem)}.l-32{line-height:clamp(1.625rem,1.55rem + .375vw,2rem)}.l-40{line-height:clamp(2.0625rem,1.975rem + .4375vw,2.5rem)}.f-300{font-weight:300}.f-400{font-weight:400}.f-500{font-weight:500}.f-600{font-weight:600}.f-700{font-weight:700}.f-800{font-weight:800}.f-900{font-weight:900}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-uppercase{text-transform:uppercase}.text-lowercase{text-transform:lowercase}.text-capitalize{text-transform:capitalize}
@media screen and (min-width:320px){.col-1{width:8.33333%}.col-2{width:16.6667%}.col-3{width:25%}.col-4{width:33.3333%}.col-5{width:41.6667%}.col-6{width:50%}.col-7{width:58.3333%}.col-8{width:66.6667%}.col-9{width:75%}.col-10{width:83.3333%}.col-11{width:91.6667%}.col-12{width:100%}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.6667%}.offset-3{margin-left:25%}.offset-35{margin-left:29.1667%}.offset-4{margin-left:33.3333%}.offset-5{margin-left:41.6667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333%}.offset-8{margin-left:66.6667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333%}.offset-11{margin-left:91.6667%}}@media screen and (min-width:359.98px){.col-xs-1{width:8.33333%}.col-xs-2{width:16.6667%}.col-xs-3{width:25%}.col-xs-4{width:33.3333%}.col-xs-5{width:41.6667%}.col-xs-6{width:50%}.col-xs-7{width:58.3333%}.col-xs-8{width:66.6667%}.col-xs-9{width:75%}.col-xs-10{width:83.3333%}.col-xs-11{width:91.6667%}.col-xs-12{width:100%}.offset-xs-1{margin-left:8.33333%}.offset-xs-2{margin-left:16.6667%}.offset-xs-3{margin-left:25%}.offset-xs-4{margin-left:33.3333%}.offset-xs-5{margin-left:41.6667%}.offset-xs-6{margin-left:50%}.offset-xs-7{margin-left:58.3333%}.offset-xs-8{margin-left:66.6667%}.offset-xs-9{margin-left:75%}.offset-xs-10{margin-left:83.3333%}.offset-xs-11{margin-left:91.6667%}}@media screen and (min-width:567.98px){.col-sm-1{width:8.33333%}.col-sm-2{width:16.6667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333%}.col-sm-5{width:41.6667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333%}.col-sm-8{width:66.6667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333%}.col-sm-11{width:91.6667%}.col-sm-12{width:100%}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.6667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333%}.offset-sm-5{margin-left:41.6667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333%}.offset-sm-8{margin-left:66.6667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333%}.offset-sm-11{margin-left:91.6667%}}@media screen and (min-width:767.98px){.col-md-1{width:8.33333%}.col-md-2{width:16.6667%}.col-md-3{width:25%}.col-md-4{width:33.3333%}.col-md-5{width:41.6667%}.col-md-6{width:50%}.col-md-7{width:58.3333%}.col-md-8{width:66.6667%}.col-md-9{width:75%}.col-md-10{width:83.3333%}.col-md-11{width:91.6667%}.col-md-12{width:100%}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.6667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333%}.offset-md-5{margin-left:41.6667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333%}.offset-md-8{margin-left:66.6667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333%}.offset-md-11{margin-left:91.6667%}}@media screen and (min-width:991.98px){.col-lg-1{width:8.33333%}.col-lg-2{width:16.6667%}.col-lg-3{width:25%}.col-lg-4{width:33.3333%}.col-lg-5{width:41.6667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333%}.col-lg-8{width:66.6667%}.col-lg-9{width:75%}.col-lg-10{width:83.3333%}.col-lg-11{width:91.6667%}.col-lg-12{width:100%}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.6667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333%}.offset-lg-5{margin-left:41.6667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333%}.offset-lg-8{margin-left:66.6667%}.offset-9{margin-left:75%}.offset-lg-10{margin-left:83.3333%}.offset-lg-11{margin-left:91.6667%}}@media screen and (min-width:1199.98px){.col-xl-1{width:8.33333%}.col-xl-2{width:16.6667%}.col-xl-3{width:25%}.col-xl-4{width:33.3333%}.col-xl-5{width:41.6667%}.col-xl-6{width:50%}.col-xl-7{width:58.3333%}.col-xl-8{width:66.6667%}.col-xl-9{width:75%}.col-xl-10{width:83.3333%}.col-xl-11{width:91.6667%}.col-xl-12{width:100%}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.6667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333%}.offset-xl-5{margin-left:41.6667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333%}.offset-xl-8{margin-left:66.6667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333%}.offset-xl-11{margin-left:91.6667%}}@media screen and (min-width:1399.98px){.col-xxl-1{width:8.33333%}.col-xxl-2{width:16.6667%}.col-xxl-3{width:25%}.col-xxl-4{width:33.3333%}.col-xxl-5{width:41.6667%}.col-xxl-6{width:50%}.col-xxl-7{width:58.3333%}.col-xxl-8{width:66.6667%}.col-xxl-9{width:75%}.col-xxl-10{width:83.3333%}.col-xxl-11{width:91.6667%}.col-xxl-12{width:100%}.offset-xxl-1{margin-left:8.33333%}.offset-xxl-2{margin-left:16.6667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.3333%}.offset-xxl-5{margin-left:41.6667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.3333%}.offset-xxl-8{margin-left:66.6667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.3333%}.offset-xxl-11{margin-left:91.6667%}}@media screen and (min-width:2099.98px){.col-xxxl-1{width:8.33333%}.col-xxxl-2{width:16.6667%}.col-xxxl-3{width:25%}.col-xxxl-4{width:33.3333%}.col-xxxl-5{width:41.6667%}.col-xxxl-6{width:50%}.col-xxxl-7{width:58.3333%}.col-xxxl-8{width:66.6667%}.col-xxxl-9{width:75%}.col-xxxl-10{width:83.3333%}.col-xxxl-11{width:91.6667%}.col-xxxl-12{width:100%}.offset-xxxl-1{margin-left:8.33333%}.offset-xxxl-2{margin-left:16.6667%}.offset-xxxl-3{margin-left:25%}.offset-xxxl-4{margin-left:33.3333%}.offset-xxxl-5{margin-left:41.6667%}.offset-xxxl-6{margin-left:50%}.offset-xxxl-7{margin-left:58.3333%}.offset-xxxl-8{margin-left:66.6667%}.offset-xxxl-9{margin-left:75%}.offset-xxxl-10{margin-left:83.3333%}.offset-xxxl-11{margin-left:91.6667%}}
.m-0{margin:0}.m-1{margin:clamp(.3125rem,.275rem + .1875vw,.5rem)}.m-2{margin:clamp(.625rem,.55rem + .375vw,1rem)}.m-3{margin:clamp(.9375rem,.825rem + .5625vw,1.5rem)}.m-4{margin:clamp(1.25rem,1.1rem + .75vw,2rem)}.m-5{margin:clamp(1.5625rem,1.375rem + .9375vw,2.5rem)}.mt-0{margin-top:0}.mt-1{margin-top:clamp(.156rem,.1372rem + .094vw,.25rem)}.mt-2{margin-top:clamp(.3125rem,.275rem + .1875vw,.5rem)}.mt-3{margin-top:clamp(.4687rem,.4124rem + .2813vw,.75rem)}.mt-4{margin-top:clamp(.625rem,.55rem + .375vw,1rem)}.mt-5{margin-top:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}.mt-6{margin-top:clamp(.9375rem,.825rem + .5625vw,1.5rem)}.mt-7{margin-top:clamp(1.093rem,1.0616rem + .157vw,1.25rem)}.mt-8{margin-top:clamp(1.25rem,1.1rem + .75vw,2rem)}.mt-10{margin-top:clamp(1.5625rem,1.375rem + .9375vw,2.5rem)}.mt-50{margin-top:clamp(1.953rem,1.7186rem + 1.172vw,3.125rem)}.mt-100{margin-top:clamp(3.9rem,3.43rem + 2.35vw,6.25rem)}.ml-1{margin-left:clamp(.156rem,.1372rem + .094vw,.25rem)}.ml-2{margin-left:clamp(.3125rem,.275rem + .1875vw,.5rem)}.ml-3{margin-left:clamp(.4687rem,.4124rem + .2813vw,.75rem)}.ml-4{margin-left:clamp(.625rem,.55rem + .375vw,1rem)}.ml-5{margin-left:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}.mr-1{margin-right:clamp(.156rem,.1372rem + .094vw,.25rem)}.mr-2{margin-right:clamp(.3125rem,.275rem + .1875vw,.5rem)}.mr-3{margin-right:clamp(.4687rem,.4124rem + .2813vw,.75rem)}.mr-4{margin-right:clamp(.625rem,.55rem + .375vw,1rem)}.mr-5{margin-right:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}.p-0{padding:0}.p-1{padding:clamp(.156rem,.1372rem + .094vw,.25rem)}.p-2{padding:clamp(.3125rem,.275rem + .1875vw,.5rem)}.p-3{padding:clamp(.4687rem,.4124rem + .2813vw,.75rem)}.p-4{padding:clamp(.625rem,.55rem + .375vw,1rem)}.p-5{padding:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}.mt-40{margin-top:clamp(.9375rem,.5769rem + 1.6026vw,2.5rem)}.mt-60{margin-top:clamp(2.34rem,2.058rem + 1.41vw,3.75rem)}.mt-76{margin-top:clamp(2.96875rem,2.6125rem + 1.7812vw,4.75rem)}.mb-0{margin-bottom:0}.mb-1{margin-bottom:clamp(.156rem,.1372rem + .094vw,.25rem)}.mb-2{margin-bottom:clamp(.3125rem,.275rem + .1875vw,.5rem)}.mb-3{margin-bottom:clamp(.4687rem,.4124rem + .2813vw,.75rem)}.mb-4{margin-bottom:clamp(.625rem,.55rem + .375vw,1rem)}.mb-5{margin-bottom:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}.mb-6{margin-bottom:clamp(.9375rem,.825rem + .5625vw,1.5rem)}.mb-7{margin-bottom:clamp(1.093rem,1.0616rem + .157vw,1.25rem)}.mb-8{margin-bottom:clamp(1.25rem,1.1rem + .75vw,2rem)}.mb-10{margin-bottom:clamp(1.5625rem,1.375rem + .9375vw,2.5rem)}.ml-6{margin-left:clamp(.9375rem,.825rem + .5625vw,1.5rem)}.ml-60{margin-left:clamp(2.34rem,2.058rem + 1.41vw,3.75rem)}.pl-1{padding-left:clamp(.156rem,.1372rem + .094vw,.25rem)}.pl-2{padding-left:clamp(.3125rem,.275rem + .1875vw,.5rem)}.pl-3{padding-left:clamp(.4687rem,.4124rem + .2813vw,.75rem)}.pl-4{padding-left:clamp(.625rem,.55rem + .375vw,1rem)}.pl-5{padding-left:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}.pt-1{padding-top:clamp(.156rem,.1372rem + .094vw,.25rem)}.pt-2{padding-top:clamp(.3125rem,.275rem + .1875vw,.5rem)}.pt-3{padding-top:clamp(.4687rem,.4124rem + .2813vw,.75rem)}.pt-4{padding-top:clamp(.625rem,.55rem + .375vw,1rem)}.pt-5{padding-top:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}.pb-1{padding-bottom:clamp(.156rem,.1372rem + .094vw,.25rem)}.pb-2{padding-bottom:clamp(.3125rem,.275rem + .1875vw,.5rem)}.pb-3{padding-bottom:clamp(.4687rem,.4124rem + .2813vw,.75rem)}.pb-4{padding-bottom:clamp(.625rem,.55rem + .375vw,1rem)}.pb-5{padding-bottom:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}.pr-1{padding-right:clamp(.3125rem,.275rem + .1875vw,.5rem)}.pr-2{padding-right:clamp(.625rem,.55rem + .375vw,1rem)}.pr-3{padding-right:clamp(.9375rem,.825rem + .5625vw,1.5rem)}.pr-4{padding-right:clamp(.625rem,.55rem + .375vw,1rem)}.pr-5{padding-right:clamp(.78125rem,.6875rem + .4688vw,1.25rem)}
header{justify-content:space-between;align-items:center;height:80px;display:flex}.header_container{width:100%;max-width:89.5%;margin:0 auto}.main-layout{width:calc(100% - 280px);padding-left:20px}.container{width:100%;max-width:1290px;margin:0 auto}.mt-137{margin-top:137px}.mt-04{margin-top:4px}.ml-04{margin-left:4px}.mt-27{margin-top:27px}.mt-150{margin-top:150px}.m-l-3{margin-left:3px}.pt-137{padding-top:137px}.pt-12{padding-top:12px}.pb-12{padding-bottom:12px}.pl-26{padding-left:26px}.pr-26{padding-right:26px}.pb-150{padding-bottom:150px}.mt-95{margin-top:95px}.mt-215{margin-top:215px}.rounded-5{border-radius:5px}.rounded-15{border-radius:15px}.mySwiper,.popularVehicleSwiper{max-width:1920px}.mySwiper .swiper-slide-next{opacity:.4}.descriptionSwiper{display:none}.descriptionSwiper .swiper-slide-next{opacity:.4}.border-left{border-left:1px solid #000}.border-right-thick{border-right:2px solid #668b8d}.d-grid-half{grid-template-columns:1fr 1fr;display:grid}.gap-25{gap:25px}.autocomplete__container{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;top:0;left:0}.autocomplete-dropdown-container{z-index:5;background-color:var(--white);width:450px}.autocomplete-dropdown-container .suggestion-item{padding:10px 20px;font-size:16px}.autocomplete-dropdown-container .suggestion-item:hover{background-color:var(--primary);color:var(--black)}.d-grid-cols-4{grid-template-columns:repeat(4,1fr)}.d-grid-cols-5{grid-template-columns:repeat(5,1fr)}.d-grid-cols-6{grid-template-columns:repeat(6,1fr)}.d-grid-cols-7{grid-template-columns:repeat(7,1fr)}.d-grid-rows-6{grid-template-rows:repeat(6,1fr)}.d-grid-rows-5{grid-template-rows:repeat(5,1fr)}.d-grid-column-4{grid-template-columns:repeat(4,1fr)}@media screen and (max-width:1200px){.container{width:100%;margin:0 auto;padding:0 13px 0 15px}.mt-150{margin-top:50px}.mt-95{margin-top:37px}.pb-150{padding-bottom:50px}.pt-137{padding-top:40px}.mt-137{margin-top:50px}.main-layout{width:100%;padding-left:0}.p-20{padding:0 20px}.descriptionSwiper{width:100%}}@media screen and (max-width:566.98px){.header_container{display:none}.descriptionSwiper{display:block}}@media screen and (max-width:766.98px){.descriptionSwiper{display:block}}.font-8{font-size:8px}
