@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);:root{--bsk-display-1-font-size:5rem;--bsk-display-2-font-size:4.5rem;--bsk-display-3-font-size:4rem;--bsk-display-4-font-size:3.5rem;--bsk-display-5-font-size:3rem;--bsk-display-6-font-size:2.5rem;--bsk-h1-font-size:4rem;--bsk-h2-font-size:2.25rem;--bsk-h3-font-size:1.5rem;--bsk-h4-font-size:1.25rem;--bsk-h5-font-size:1.125rem;--bsk-h6-font-size:1rem;--bsk-spacer-0:0;--bsk-spacer-1:0.25rem;--bsk-spacer-2:0.5rem;--bsk-spacer-3:1rem;--bsk-spacer-4:1.75rem;--bsk-spacer-5:2.5rem;--bsk-spacer-6:3.75rem;--bsk-spacer-7:5rem;--bsk-spacer-8:6.25rem;--bsk-spacer-9:7.5rem;--bsk-spacer-10:8.75rem;--bsk-border-radius:0.3125rem;--bsk-border-radius-sm:0.2rem;--bsk-border-radius-lg:0.3rem;--bsk-border-radius-pill:50rem;--bsk-box-shadow:0 0.5rem 1rem rgba(0,0,0,.15);--bsk-box-shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,.075);--bsk-box-shadow-lg:0 1rem 3rem rgba(0,0,0,.175);--bsk-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,.075);--bsk-font-family-base:var(--bs-font-sans-serif);--bsk-headings-font-family:Poppins}.header_theme_default{box-shadow:0 .125rem .25rem rgba(0,0,0,.075);position:relative;z-index:1060}.header_theme_default .navbar-toggler:focus{box-shadow:none!important}.navbar--header-main .navbar-toggler{border:0;padding:0}header{font-weight:700;text-transform:uppercase}header .dropdown-menu li{position:relative}header .dropdown-menu .dropdown-submenu{display:none;left:100%;position:absolute;top:-7px}header .navbar-brand{max-width:30%}header .navbar-brand:first-of-type{max-width:50%}header .dropdown-toggle:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.25.125c.762 0 1.406.645 1.406 1.406 0 .791-.644 1.407-1.406 1.407A1.388 1.388 0 0 1 9.844 1.53c0-.761.615-1.406 1.406-1.406Zm-4.688 0c.762 0 1.407.645 1.407 1.406 0 .791-.645 1.407-1.407 1.407A1.388 1.388 0 0 1 5.157 1.53c0-.761.615-1.406 1.407-1.406ZM1.875 2.938A1.388 1.388 0 0 1 .469 1.53c0-.76.615-1.405 1.406-1.405.762 0 1.406.645 1.406 1.406 0 .791-.644 1.407-1.406 1.407Zm9.375 1.874c.762 0 1.406.645 1.406 1.407 0 .79-.644 1.406-1.406 1.406a1.388 1.388 0 0 1-1.406-1.406c0-.762.615-1.407 1.406-1.407ZM6.562 7.626A1.388 1.388 0 0 1 5.156 6.22c0-.762.615-1.407 1.407-1.407.761 0 1.406.645 1.406 1.407 0 .79-.645 1.406-1.407 1.406ZM1.875 4.812c.762 0 1.406.645 1.406 1.407 0 .79-.644 1.406-1.406 1.406A1.388 1.388 0 0 1 .469 6.219c0-.762.615-1.407 1.406-1.407Z' fill='%23ADB5BD'/%3E%3C/svg%3E");border:none;height:8px;vertical-align:middle;width:13px}header .dropdown-menu .dropdown-submenu-left{left:auto;right:100%}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{background-color:transparent;border:0;color:inherit;cursor:pointer;display:inline-block;font:inherit;margin:0;overflow:visible;padding:15px;text-transform:none;transition-duration:.15s;transition-property:opacity,filter;transition-timing-function:linear}.hamburger:hover,.hamburger[aria-expanded=true]:hover{opacity:.7}.hamburger[aria-expanded=true] .hamburger-inner,.hamburger[aria-expanded=true] .hamburger-inner:after,.hamburger[aria-expanded=true] .hamburger-inner:before{background-color:#fff}.hamburger-box{display:inline-block;height:19px;position:relative;width:30px}.hamburger-inner{display:block;margin-top:-1.5px;top:50%}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{background-color:#fff;border-radius:4px;height:3px;position:absolute;transition-duration:.15s;transition-property:transform;transition-timing-function:ease;width:30px}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-8px}.hamburger-inner:after{bottom:-8px}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin[aria-expanded=true] .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin[aria-expanded=true] .hamburger-inner:before{opacity:0;top:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin[aria-expanded=true] .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.bg-image{background-color:#282828;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;padding:80px 10px;position:relative}.bg-image:before{background-color:rgba(40,40,40,.4);content:"";height:100%;left:0;position:absolute;top:0;width:100%}@supports not (-webkit-touch-callout:none){.bg-image{background-attachment:fixed}}.bg-continue-search{background-image:url(/assets/img/backgrounds/continue-search.jpg)}.featured-car img{aspect-ratio:3/2;max-width:100%;-o-object-fit:cover;object-fit:cover}.featured-car .card-subtitle,.featured-car .card-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#map-canvas{height:320px}.nav-segment{background-color:#f8fafd;border-radius:.3125rem;padding:.25rem;position:relative}.nav-segment:not(.nav-fill){display:inline-flex}.nav-segment .nav-link{border-radius:.3125rem;color:#677788;font-size:.875rem;font-weight:700;padding:.375rem .875rem}.nav-segment .nav-link.active{background-color:#fff;box-shadow:0 .125rem .25rem rgba(0,0,0,.075);color:#282828}.reg-plate{background-color:#eace00;background-image:url(https://bluesky.sirv.com/Global/Assets/Images/Components/Numberplate/numberplate-bg.gif);background-repeat:no-repeat;background-size:contain;border:1px solid #dee2e6;font-family:uknumberplateregular;font-size:2em;max-width:8em;padding-bottom:.1em;padding-left:2.1em;padding-top:.1em;position:relative;text-transform:uppercase}.reg-plate--white{background-color:#fff}.reg-plate--transparent{background-color:transparent}.reg-plate--inline{font-size:1em;max-width:unset;padding-bottom:.5em;padding-left:2.6em;padding-top:.5em}.slick-slide img{height:auto;max-width:100%}.slider .carousel-control-next,.slider .carousel-control-prev,.slider .slick-next,.slider .slick-prev,.slider .slider-next,.slider .slider-prev{bottom:auto;top:50%;transform:translateY(-50%)}.slick-slider .slick-slide{margin:0 19px}.slick-slider .slick-dots{margin:25px auto 1em;position:relative}.slick-slider .slick-dots li button{background-color:#6c757d;border-radius:50%;height:15px;opacity:1;width:15px}.slick-slider .slick-dots li.slick-active button{background-color:#000}#LatestStockRepeater_RepeaterUpdatePanel>div:not(:first-of-type){display:none}.page-header{background-color:#282828;margin-bottom:80px;position:relative}.page-header:before{background-color:rgba(0,0,0,.3);content:"";inset:0;position:absolute;z-index:1}.page-header img{height:100%;inset:0;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.page-header .page-header__content{color:#fff;padding:80px 1.5rem;position:relative;text-align:center;z-index:1}.page-header .page-header__content h1{font-size:2.5rem;font-weight:700;margin-bottom:20px}.page-header .page-header__content p{font-size:1.5rem;font-weight:400}.footer--centered>div[class*=container]{gap:.75rem}.footer .footer__links li:last-of-type{margin-bottom:0}.footer bsk-footer-logo{display:flex}.footer bsk-footer-logo a{max-width:65%}.footer bsk-footer-logo a img{aspect-ratio:unset;height:auto;width:100%}.footer .footer__content,.footer .footer__links,.footer div[class*=col-]>[slot]:not(:has(:is(.footer__links,.footer__content))){display:flex;flex-direction:column}.footer table td{padding-bottom:.75rem}.footer img{max-width:200px}.footer address{font-size:1rem}.footer address>span{display:block;margin-bottom:.5rem}.footer ul{list-style:none;margin-bottom:0;padding-left:0}.footer ul li{font-size:1rem;margin-bottom:.75rem}.footer a{color:#fff;text-decoration:none;transition:color .15s ease-in-out}.footer a:hover{color:#41c0bc}.footer .primary-links{gap:.75rem}.footer .footer-copyright a{color:#fff}[v-cloak]{display:none}.spotlight img{aspect-ratio:1;-o-object-fit:cover;object-fit:cover}.spotlight .spotlight__image{aspect-ratio:1;overflow:hidden;position:relative;transition:1s ease}.spotlight .spotlight__image .hover-image{inset:0;opacity:0;position:absolute;transition:1s ease;z-index:2}.spotlight svg{transition:transform 1s ease,color 1s ease}.spotlight:hover .spotlight__image .hover-image{opacity:1}.spotlight:hover .spotlight__headline svg{color:#fff!important;transform:translateX(5px)}.testimonial{display:block!important;height:auto}.testimonial img{-o-object-fit:cover;object-fit:cover}.testimonial .clamp{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.testimonial .fa-star path{fill:#ffda6a}.lightbox{text-decoration:none}.lightbox iframe{aspect-ratio:16/9;border-radius:10px;height:100%;min-height:140px;-o-object-fit:cover;object-fit:cover;position:relative;width:100%}.lightbox picture{display:block;position:relative}.lightbox picture img{border-radius:10px;height:100%;min-height:140px;-o-object-fit:cover;object-fit:cover;position:relative;width:100%}.lightbox picture .blurred{filter:blur(60px) saturate(4) brightness(1.2);inset:0;opacity:.6;position:absolute}.lightbox .lightbox__content{position:relative;z-index:1}.fancybox-content{border-radius:10px;max-width:800px;padding:30px}.btn{text-transform:uppercase}bsk-grid-masonry .slick-list,bsk-standard-carousel .slick-list{padding-bottom:70px}bsk-grid-masonry .slick-arrow,bsk-standard-carousel .slick-arrow{border:1px solid #fff;bottom:0;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;opacity:1;top:unset}bsk-grid-masonry .slick-arrow:before,bsk-standard-carousel .slick-arrow:before{background-color:#fff;bottom:0;content:"";height:100%;left:0;mix-blend-mode:difference;position:absolute;top:0;transition:.8s ease-out;width:0}bsk-grid-masonry .slick-arrow:hover:before,bsk-standard-carousel .slick-arrow:hover:before{transition:.4s ease;width:100%}bsk-grid-masonry .slick-arrow:hover>svg,bsk-standard-carousel .slick-arrow:hover>svg{filter:invert(0)}bsk-grid-masonry .slick-arrow.carousel-control-next,bsk-standard-carousel .slick-arrow.carousel-control-next{right:1rem}bsk-grid-masonry .slick-arrow.carousel-control-next:before,bsk-standard-carousel .slick-arrow.carousel-control-next:before{left:unset;right:0}bsk-grid-masonry .slick-arrow.carousel-control-prev,bsk-standard-carousel .slick-arrow.carousel-control-prev{left:0}bsk-grid-masonry .slick-arrow .carousel-control-next-icon,bsk-grid-masonry .slick-arrow .carousel-control-prev-icon,bsk-standard-carousel .slick-arrow .carousel-control-next-icon,bsk-standard-carousel .slick-arrow .carousel-control-prev-icon{background-image:none}bsk-grid-masonry .slick-arrow>svg,bsk-standard-carousel .slick-arrow>svg{filter:invert(1);height:24px;padding:1rem;transition:.4s ease;width:24px}#representative-example table td,#representative-example table th{border-left:1px solid #fff;padding:8px 16px 0;width:-webkit-max-content;width:-moz-max-content;width:max-content}#representative-example table th{color:#adb5bd;font-weight:700}#representative-example table td{font-weight:300}#new-bikes .new-bikes-wrapper{display:grid;gap:24px}.featured-model,.featured-model>a{height:100%}.featured-model img{height:100%;-o-object-fit:cover;object-fit:cover}.featured-model .model__image{overflow:hidden;position:relative;transition:1s ease}.featured-model .hover-image{inset:0;opacity:0;position:absolute;transition:1s ease;z-index:2}.featured-model svg{transition:transform 1s ease,color 1s ease}.featured-model:hover .hover-image{opacity:1}.featured-model:hover .spotlight__headline svg{color:#fff!important;transform:translateX(5px)}.news-article .w-fit-content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.news-article.v1 img{aspect-ratio:1.48;-o-object-fit:cover;object-fit:cover}.news-article.v1.featured img{height:100%;-o-object-fit:cover;object-fit:cover}.news-article.v1 .card,.news-article.v1 .card .card-content{height:100%}.news-article.v1 .card .card-content .card-body{display:flex;flex-direction:column;height:100%}.news-article.v1 .card .card-content .card-body .card-text{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;height:4.5em;overflow:hidden;text-overflow:ellipsis}.news-article.v1 .card .card-content .card-body .btn{margin-top:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.news-article.v3.featured .card{height:100%}.news.page .pagination{justify-content:center}.news.page .slick-slider .slick-slide{margin:0}.thankyou .thankyou-content{margin-top:120px}.dealer__welcome .umb-grid .container{padding:0}.dealership__hours{border-bottom:1px solid #ced4da;padding-bottom:47px;padding-top:60px}.dealership__hours .opening-hours-table-wrapper{padding-top:47px}.dealership__hours .opening-hours-table-wrapper>.container{max-width:unset}.dealership__hours .opening-hours-table-wrapper>.container .row .column .opening-hours-table{margin-right:10px}.dealership__hours .opening-hours-table-wrapper>.container .row .column .opening-hours-table table{border:none;font-size:1.125rem;margin-bottom:20px}.dealership__hours .opening-hours-table-wrapper>.container .row .column .opening-hours-table table tr{border:none}.dealership__hours .opening-hours-table-wrapper>.container .row .column .opening-hours-table table tr td{border:none;line-height:1}.dealership__stock{margin-bottom:80px;margin-top:80px}.no-select{cursor:not-allowed;pointer-events:none}.ucd-ctas-group{grid-gap:.5rem;display:grid;grid-template-columns:1fr}.ucd-ctas-group .btn{margin:auto;max-width:28rem;width:100%}span:has([id*=VehicleViewCount]:empty){display:none}bsk-gallery .slick-arrow{border:1px solid #fff;bottom:0;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;opacity:1;top:unset;transform:translateY(120%);width:auto}bsk-gallery .slick-arrow:before{background-color:#fff;bottom:0;content:"";height:100%;left:0;mix-blend-mode:difference;position:absolute;top:0;transition:.8s ease-out;width:0}bsk-gallery .slick-arrow:hover:before{transition:.4s ease;width:100%}bsk-gallery .slick-arrow:hover>svg{filter:invert(1)}bsk-gallery .slick-arrow.carousel-control-next:before{left:unset;right:0}bsk-gallery .slick-arrow .carousel-control-next-icon,bsk-gallery .slick-arrow .carousel-control-prev-icon{background-image:none}bsk-gallery .slick-arrow>svg{height:24px;padding:1rem;transition:.4s ease;width:24px}.ubd .contact-us-form textarea{max-height:8em}.ubd .reserved .fa-heart{color:#63666a!important}.fancybox-toolbar{display:none}#home-hero{position:relative}#home-hero .banner__image{height:100%;inset:0;position:relative;width:100%}#home-hero .banner__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}#home-hero .banner__content{position:absolute;top:100%;transform:translateY(-100%);width:100%}#home-hero .banner__content .banner-heading{letter-spacing:5.12px}#home-hero .banner__content .banner-subheading{font-size:1.5rem;letter-spacing:5.76px}.nbd #nbd-hero img{max-height:540px;-o-object-fit:cover;object-fit:cover}.nbd .contact-us-form textarea{max-height:8em}.nbd #masonry-gallery .slick-slide{margin:0}.nbd #masonry-gallery .slick-arrow{aspect-ratio:1;max-width:62px;transform:translateY(100%)}.nbd #masonry-gallery .slick-arrow svg{filter:invert(0)}.nbd #masonry-gallery .slick-arrow:hover svg{filter:invert(1)}.container .umb-grid .container{padding-left:0;padding-right:0}.container-wrapper-sm>.container{max-width:720px}.container-wrapper-md>.container{max-width:1360px}.container-wrapper-lg>.container{max-width:1540px}.container-wrapper-fluid>.container{margin:0 auto;max-width:100%}.umb-grid .text-align-center ul,.umb-grid .text-center ul{list-style:inside}.umb-grid .content-panel__img-left,.umb-grid .content-panel__img-right{background-color:transparent!important;border-color:transparent!important}.umb-grid .content-panel__img-left h2,.umb-grid .content-panel__img-right h2{font-size:2rem!important}.umb-grid .grid-section .bg-black a:not(.btn),.umb-grid .grid-section .bg-dark a:not(.btn){color:#41c0bc}.umb-grid .grid-section .bg-secondary a:not(.btn),.umb-grid .grid-section .bg-tertiary a:not(.btn){color:#fff}.umb-grid .grid-section>*{padding:1.25rem 0}.umb-grid h2{font-size:1.5rem}.umb-grid iframe{aspect-ratio:16/9;height:auto;max-width:100%;width:100%}.umb-grid p{line-height:1.5em}.umb-grid img{height:auto;max-width:100%;width:100%}.umb-grid .image-caption{color:#282828;font-weight:600;margin:0 0 1.5rem;text-transform:capitalize}.umb-grid .image-with-accreditation-wrapper{margin-bottom:1rem}.umb-grid .grid-section>.container{padding:0}.umb-grid .accordion>.card{word-wrap:break-word;background-clip:border-box;background-color:#f5f5f5;border:none;border-radius:.25rem;color:#000;display:flex;flex-direction:column;min-width:0;overflow:hidden;position:relative}.umb-grid .accordion>.card:first-of-type{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.umb-grid .accordion>.card:last-of-type{border-bottom:1px solid #f5f5f5;border-top-left-radius:0;border-top-right-radius:0}.umb-grid .accordion>.card:not(:first-of-type) .card-header:first-child{border-radius:0}.umb-grid .accordion>.card .card-header{background-color:#f5f5f5;border-bottom:1px solid #f5f5f5;color:#282828;margin-bottom:0;padding:.75rem 1.25rem;position:relative}.umb-grid .accordion>.card .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.umb-grid .accordion>.card .card-header .btn-link{color:#282828;margin-bottom:0;padding-left:2rem;text-align:left;text-decoration:none;width:100%}.umb-grid .accordion>.card .card-header .btn-link:focus{box-shadow:none}.umb-grid .accordion>.card .card-header button:after{align-items:center;background-color:#282828;content:"";display:flex;height:100%;justify-content:center;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E") no-repeat 50% 50%;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E") no-repeat 50% 50%;-webkit-mask-size:1.2rem;mask-size:1.2rem;position:absolute;right:1.5rem;top:0;transition:.15s;width:40px}.umb-grid .accordion>.card .card-header button[aria-expanded=true]:after{transform:rotate(180deg)}.umb-grid .accordion>.card .card-body{background-color:#fff;flex:1 1 auto;padding:1.25rem 1.875rem}.umb-grid .accordion>.card .card-body a,.umb-grid .accordion>.card .card-body a:hover{color:#000!important}.bg-dark .umb-grid .grid-section a:not(.btn){color:#41c0bc}.responsive-image__large,.responsive-image__medium{display:none}.video-wrapper{display:block;margin-bottom:30px;overflow:hidden;padding:0;position:relative;width:100%}.video-wrapper:before{content:"";display:block;padding-top:56.25%}.video-wrapper iframe{border:0;border-radius:10px;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.image-gallery-with-text-section .column:has(.advanced__textarea){align-items:center;display:flex;justify-content:center}.image-gallery-with-text-section .column:has(.advanced__textarea) h2{font-size:2rem}.full-gallery-wrap{margin-bottom:30px}.gallery-list-inner,.image-gallery{margin:20px 0}.gallery-list-inner .image-gallery__ul,.image-gallery .image-gallery__ul{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.gallery-list-inner .image-gallery__ul .gallery-item-container,.image-gallery .image-gallery__ul .gallery-item-container{width:100%}.gallery-list-inner .image-gallery__ul .gallery-item,.image-gallery .image-gallery__ul .gallery-item{background-position:50%;background-size:cover;display:block;height:300px;max-width:100%;width:400px}.umb-grid blockquote{border:1px solid #c3c3c3;padding:30px;text-align:center}.umb-grid blockquote p{font-size:1.3rem;margin-bottom:.75rem}.umb-grid blockquote cite{font-style:normal;font-weight:700}.text-align-center{text-align:center}.text-align-left{text-align:left}.text-align-right{text-align:right}.tl-grid-cards__row{display:grid;flex-wrap:wrap;gap:20px;justify-content:center}.tl-grid-cards__row .tl-grid-cards__item{border:1px solid #dee2e6;border-radius:.3125rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.15);margin-bottom:1rem;overflow:hidden;width:100%}.tl-grid-cards__row .tl-grid-cards__item:has(a:hover) .tl-grid-card__image img{transform:scale(1)}.tl-grid-cards__row .tl-grid-cards__item .tl-grid-card__image{aspect-ratio:16/9;overflow:hidden}.tl-grid-cards__row .tl-grid-cards__item .tl-grid-card__image img{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;transform:scale(1.05);transition:transform .3s ease}.tl-grid-cards__row .tl-grid-cards__item .tl-grid-card__body{padding:1.5rem 2rem;text-align:center}.tl-grid-cards__row .tl-grid-cards__item .tl-grid-card__body h3{font-size:1.5rem}.tl-grid-cards__row .tl-grid-cards__item .tl-grid-card__body p{margin-bottom:2rem}.tl-grid-cards__row .tl-grid-cards__item .tl-grid-card__body a{font-weight:700;text-decoration:none}.cms-row-to-cards img{aspect-ratio:2.11;filter:brightness(.6);-o-object-fit:cover;object-fit:cover;width:100%}.cms-row-to-cards .image-with-accreditation-wrapper{margin-bottom:1.875rem}.cms-row-to-cards h3{font-weight:700}.cms-row-to-cards ul{list-style:inside;padding-left:0}.cms-row-to-cards ul li{line-height:1.5}.text-white ul li a{color:#fff!important;font-weight:700;text-decoration:none}table{background-color:#41c0bc!important;border-color:#000!important}.grid-vew .grid-container{width:100%}.proxy-list li{margin-bottom:.25em}.proxy-list li span{align-items:center;display:inline-flex}.proxy-list li.proxy-black span:before{background-color:#000}.proxy-list li.proxy-blue span:before{background-color:#03c}.proxy-list li.proxy-bronze span:before{background-color:#c90}.proxy-list li.proxy-brown span:before{background-color:#630}.proxy-list li.proxy-gold span:before{background-color:#c93}.proxy-list li.proxy-green span:before{background-color:#090}.proxy-list li.proxy-grey span:before{background-color:#999}.proxy-list li.proxy-orange span:before{background-color:#f60}.proxy-list li.proxy-purple span:before{background-color:#639}.proxy-list li.proxy-red span:before{background-color:#c00}.proxy-list li.proxy-yellow span:before{background-color:#ff0}.proxy-list li.proxy-silver span:before{background-color:#ccc}.proxy-list li.proxy-white span:before{background-color:#fff;border:1px solid #aeaeae}.proxy-list li.proxy-unknown:after{color:#3c5866;content:"?";font-family:Open Sans,Arial,Helvetica,sans-serif;font-weight:700;position:absolute;right:10px;text-align:center;top:7px}.colour-group .proxy-list li span:before{border-radius:50%;content:"";display:inline-block;height:1em;margin-right:.25em;width:1em}@font-face{font-family:uknumberplateregular;font-style:normal;font-weight:400;src:url(/assets/fonts/UKNumberPlate/UKNumberPlate-webfont.woff2) format("woff2"),url(/assets/fonts/UKNumberPlate/UKNumberPlate-webfont.woff) format("woff"),url(/assets/fonts/UKNumberPlate/UKNumberPlate-webfont.ttf) format("truetype"),url(/assets/fonts/UKNumberPlate/UKNumberPlate-webfont.svg#uknumberplateregular) format("svg")}.fw-semi,.fw-semibold{font-weight:600!important}h1,h2,h3,h4,h5,h6{text-wrap:pretty;text-transform:uppercase}.inline-icon-img{display:inline-block;height:1em}.flex-c{flex-direction:row}.flex-c,.flex-c-col{align-items:center;display:flex;justify-content:center}.flex-c-col{flex-direction:column}@media (min-width:768px){.dealership__hours .opening-hours-table-wrapper>.container .row .column{padding:0 10px}.dealership__hours .opening-hours-table-wrapper>.container .row .column:not(:last-child) .opening-hours-table{border-right:1px solid #ced4da}.dealership__hours .opening-hours-table-wrapper>.container .row .column .opening-hours-table table{margin-bottom:0}.responsive-image__small{display:none}.gallery-list-inner .image-gallery__ul .gallery-item-container,.image-gallery .image-gallery__ul .gallery-item-container{width:50%}.tl-grid-cards__row{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px)and (max-width:1119.98px){.responsive-image__medium{display:block}}@media only screen and (min-width:768px){.umb-grid .grid-section>*{padding:2rem 0}}@media (min-width:992px){.gallery-list-inner .image-gallery__ul .gallery-item-container,.image-gallery .image-gallery__ul .gallery-item-container{width:33.33333%}}@media only screen and (min-width:992px){.footer .footer__content,.footer .footer__links,.footer div[class*=col-]>[slot]:not(:has(:is(.footer__links,.footer__content))){gap:1.5rem}.footer .primary-links{gap:1.5rem}.contact-us-form textarea{height:16em}.umb-grid .grid-section>*{padding:5rem 0}}@media (min-width:1120px){.footer ul{margin-bottom:2rem}#new-bikes .new-bikes-wrapper{grid-template-areas:"a b" "a d" "c d";grid-template-columns:1fr 1fr;grid-template-rows:minmax(auto,600px) 200px minmax(auto,600px)}#new-bikes .new-bikes-wrapper>:first-child{grid-area:a}#new-bikes .new-bikes-wrapper>:nth-child(2){grid-area:b}#new-bikes .new-bikes-wrapper>:nth-child(3){grid-area:c}#new-bikes .new-bikes-wrapper>:nth-child(4){grid-area:d}.news-article.v1.featured img{height:440px}.news-article.v3.featured .card{height:605px}.dealership__hours .opening-hours-table-wrapper>.container .row .column .opening-hours-table{margin-right:30px}.responsive-image__large{display:block}.tl-grid-cards__row{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1200px){header .dropdown-menu .dropdown-submenu{display:none}header .dropdown-menu>li:hover>.dropdown-submenu{display:block}.umb-grid .grid-section>*{padding:6rem 0}}@media (min-width:1438px){.news-article.v1.featured img{height:540px}.umb-grid blockquote{padding:100px}}@media (min-width:1600px){header{letter-spacing:1.2px}.tl-grid-cards__row{grid-template-columns:repeat(4,1fr)}}@media (max-width:1437.98px){.navbar--header-main .navbar-nav{margin-bottom:1rem;margin-top:1rem}.navbar--header-main .nav-link{align-items:center;display:flex;padding-bottom:.5rem;padding-top:.5rem}.navbar--header-main .nav-link:after{margin-left:auto}.navbar--header-main .nav-link.show{color:#000}.navbar--header-main .nav-link.show:after{transform:rotate(180deg)}.navbar--header-main .dropdown-menu{border-bottom:none;border-left-width:3px;border-radius:0;border-right:none;border-top:none}.navbar--header-main .dropdown-item{font-size:.875rem;padding:.5rem 1.5rem}header{letter-spacing:1.2px}}@media only screen and (max-width:1199px){header .dropdown-menu .dropdown-submenu{display:contents}header .dropdown-menu .dropdown-submenu>li{padding-left:var(--bsk-spacer-3)}}@media (max-width:1119.98px){.footer bsk-footer-logo{border-bottom:1px solid #fff;padding-bottom:16px}.footer address>span{margin-right:4px}.footer address>span,.footer ul li{display:inline-block;font-size:14px}.footer ul li{margin-right:2px}.footer .accordion p{color:#000}bsk-gallery .slick-arrow>svg{height:12px!important;width:12px!important}.nbd #masonry-gallery{padding-bottom:70px}}@media only screen and (max-width:991px){.footer .container .row{gap:1rem}.footer .footer__content,.footer .footer__links,.footer div[class*=col-]>[slot]:not(:has(:is(.footer__links,.footer__content))){align-items:center;gap:1rem;justify-content:space-between}.footer .primary-links li{display:flex;justify-content:center;width:100%}}@media (max-width:767.98px){header .navbar-brand img{aspect-ratio:unset;height:auto;width:100%}.w-100-mob{width:100%!important}bsk-grid-masonry .slick-arrow.carousel-control-next,bsk-standard-carousel .slick-arrow.carousel-control-next{right:0}.thankyou .thankyou-content{margin-top:40px;padding:0 45px}.thankyou .thankyou-content h1{font-size:1.375rem}.thankyou .thankyou-content .btn{width:100%}.bike-not-found .page-title{padding:0 85px}.bike-not-found .page-title h1{font-size:1.375rem;line-height:27px}.bike-not-found .page-title h3{font-size:1rem!important;font-weight:400;line-height:26px;margin-top:16px}.bike-not-found #YouMightLike{margin-top:40px}.bike-not-found #YouMightLike .slider-wrapper{background-color:#f5f5f5;border-bottom:1px solid #dee2e6;border-top:1px solid #dee2e6;padding:46px 10px}.bike-not-found #YouMightLike .slider-wrapper .slick-dots{margin-bottom:0}.bike-not-found #YouMightLike .bg-continue-search{font-size:1.375rem;margin-top:82px!important}}