/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.hero_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding-top: 0;
    display: flex;
    position: relative;
    overflow: visible
}

.h1 {
    z-index: 1;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#fff, #fff9);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Clashgrotesk, sans-serif;
    font-size: 10.417vw;
    font-weight: 700;
    line-height: 85%;
    position: relative
}

.h1.footer {
    background-color: #0000;
    background-image: linear-gradient(#de3c4a, #ff6929);
    margin-top: 0;
    margin-bottom: 0
}

.h1.footer.bikes {
    opacity: .4;
    background-image: linear-gradient(#fff9, #fff6)
}

.h1.footer.bikes.desktop {
    z-index: 1;
    opacity: .25;
    color: #f4f2f0;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    overflow: hidden
}

.h1.footer.bikes.mobile {
    overflow: hidden
}

.h1.footer.mob {
    display: none
}

.h1.about {
    background-image: linear-gradient(180deg, var(--grad03), var(--grad04));
    opacity: .2;
    mix-blend-mode: soft-light;
    transform-style: preserve-3d;
    line-height: 10.41vw;
    transform: rotateX(28deg)rotateY(0)rotate(0)perspective(800px)
}

.h1.about.top {
    opacity: 1;
    transform-origin: 50% 0;
    mix-blend-mode: soft-light
}

.h1.about.bottom {
    opacity: 1;
    transform-origin: 50% 100%;
    transform: perspective(800px)
}

.h1.contact {
    mix-blend-mode: soft-light;
    margin-top: 4.167vw
}

.h1.mobile {
    display: none
}

.h1.desktop {
    z-index: 3;
    opacity: .5;
    color: #ebe5df;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #f4f2f0;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-image: none;
    background-clip: border-box;
    display: flex
}

.h1.is_bg {
    color: #0000;
    position: absolute;
    inset: 0%
}

.h1.is_bg.mntn {
    z-index: 5;
    opacity: 1;
    background-image: url(images/road.png);
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: 60%
}

.h1.is_bg.road {
    z-index: 4;
    opacity: 0;
    background-image: url(images/roi.png);
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: 60%
}

.h1.is_bg.grl {
    z-index: 4;
    opacity: 0;
    background-image: url(images/nguyen.png);
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: 60%
}

.h1.is_bg.elec {
    z-index: 4;
    opacity: 0;
    background-image: url(images/elec.png);
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: 60%
}

.swiper-button {
    z-index: 5;
    border: 1px solid #bbb7b3;
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    width: 5vw;
    height: 5vw;
    display: flex;
    position: absolute;
    inset: auto 5% auto auto;
    overflow: hidden
}

.swiper-button.swiper-btn-next {
    cursor: pointer;
    border-radius: 100%;
    width: 4vw;
    height: 4vw;
    position: absolute;
    bottom: auto;
    right: 0
}

.swiper-button.swiper-btn-next.contact {
    width: 3.5vw;
    height: 3.5vw;
    bottom: 3.6vw;
    right: 2.7vw;
    transform: rotate(-45deg)
}

.swiper-button.swiper-btn-next.desk {
    top: 13vw;
    right: 21vw
}

.swiper-button.swiper-btn-next.mob {
    display: none
}

.swiper-button.swiper-btn-prev {
    cursor: pointer;
    border-style: solid;
    border-radius: 100%;
    width: 4vw;
    height: 4vw;
    position: absolute;
    left: 0;
    right: auto
}

.swiper-button.swiper-btn-prev.desk {
    top: 13vw;
    left: 21vw
}

.swiper-button.swiper-btn-prev.mob {
    display: none
}

.arrow_white_right {
    opacity: 0;
    width: 40%;
    max-width: none;
    display: block;
    position: absolute
}

.arrow_gra_right {
    width: 40%;
    max-width: none;
    display: block;
    position: relative
}

.hover_gradient_right {
    background-image: linear-gradient(145deg, var(--grad_01), var(--grad_02));
    opacity: 0;
    transform-origin: 100%;
    border-radius: 100vw;
    width: 7vw;
    height: 7vw;
    position: absolute
}

.hover_gradient_left {
    background-image: linear-gradient(145deg, var(--grad_01), var(--grad_02));
    opacity: 0;
    transform-origin: 0%;
    border-radius: 100vw;
    width: 6vw;
    height: 6vw;
    position: absolute
}

.arrow_gra_left {
    transform-style: preserve-3d;
    width: 40%;
    max-width: none;
    display: block;
    position: relative;
    transform: rotateX(0)rotateY(180deg)rotate(0)
}

.arrow_gra_left.right {
    transform: none
}

.arrow_white_left {
    z-index: 1000;
    opacity: 0;
    transform-style: preserve-3d;
    width: 40%;
    max-width: none;
    display: block;
    position: absolute;
    transform: rotateX(0)rotateY(180deg)rotate(0)
}

.arrow_white_left.right {
    transform: none
}

.swiper.is_hero {
    z-index: 2;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 14%;
    display: flex;
    position: absolute;
    top: auto;
    overflow: visible
}

.swiper-wrapper.is_hero {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    overflow: visible
}

.swiper-slide.is_hero {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: transform 1.2s cubic-bezier(.34, 1.2, .2, 1.01);
    display: flex
}

.swiper-slide.is_hero.mntn,
.swiper-slide.is_hero.road,
.swiper-slide.is_hero.elec,
.swiper-slide.is_hero.grl {
    width: 100vw;
    overflow: visible
}

.button_text {
    z-index: 2;
    color: var(--white);
    font-variation-settings: "wght" 600;
    white-space: nowrap;
    font-size: 1vw;
    line-height: 100%;
    position: relative
}

.button_text.parts {
    font-size: 1vw
}

.button_text.menu {
    font-size: 1.2vw
}

.button_text.cookie-accept {
    color: var(--black);
    -webkit-text-stroke-color: var(--black-2);
    font-size: .833vw
}

.button_text.cookie-deline {
    font-size: .833vw
}

.hero_cta_arrow_white {
    width: 1.5vw;
    max-width: none;
    display: block;
    position: relative
}

.hero_cta_arrow_white.menu {
    width: 1.6vw
}

.hover_grad {
    z-index: 1;
    aspect-ratio: 1;
    background-image: linear-gradient(180deg, var(--grad_01), var(--grad_02));
    opacity: 1;
    pointer-events: none;
    transform-origin: 50%;
    border-radius: 100vw;
    width: 100%;
    padding-bottom: 0;
    position: absolute;
    inset: auto 0%
}

.hover_grad.cookie-accept {
    background-image: linear-gradient(#fff, #fff)
}

.hero_cta_arrow_gra {
    width: 1.5vw;
    max-width: none;
    display: block;
    position: absolute;
    inset: 0%
}

.hero_cta_arrow_gra.menu {
    width: 1.6vw
}

.cta_arrow_wrapper {
    z-index: 2;
    position: relative
}

.hero_btn {
    z-index: 6;
    height: 5vw;
    text-decoration: none;
    position: absolute;
    bottom: 20%
}

.hero_btn.elec {
    z-index: 6;
    height: 4vw;
    display: block;
    inset: 0%
}

.hero_btn.mntn {
    z-index: 6;
    height: 4vw;
    display: block;
    position: absolute;
    bottom: auto
}

.hero_btn.road,
.hero_btn.grl {
    height: 4vw;
    display: block;
    inset: 0%
}

.hero_btn_new {
    z-index: 6;
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    height: 4vw;
    padding: 1.2vw 1.8vw;
    display: flex;
    position: relative;
    overflow: hidden
}

.hero_btn_new.grl,
.hero_btn_new.mntn,
.hero_btn_new.elec,
.hero_btn_new.road {
    height: 4vw;
    display: flex
}

.hero_btn_new.menu-trigger {
    height: 4.1vw
}

.hero_btn_new.cookie-accept {
    background-color: var(--black);
    height: auto;
    padding: .833vw 1.042vw .79vw
}

.parts_ticker {
    padding-top: 12vw;
    padding-bottom: 12vw;
    position: relative;
    overflow: hidden
}

.h4 {
    color: var(--black);
    font-variation-settings: "wght" 400;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.604vw;
    font-weight: 400;
    line-height: 130%
}

.h4.about_ticker {
    font-variation-settings: "wght" 300;
    text-align: left;
    padding-bottom: 0
}

.h4.contact {
    font-family: Dmsans Variablefont Opsz Wght, sans-serif;
    position: relative
}

.h2_h4_block {
    z-index: -1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -2vw;
    display: flex;
    position: relative
}

.h2_h4_block.bottom-spacing {
    margin-bottom: 5vw
}

.h2 {
    background-image: linear-gradient(180deg, var(--grad04), var(--grad03));
    text-align: center;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 1vw;
    margin-bottom: 0;
    font-family: Clashgrotesk, sans-serif;
    font-size: 6.9vw;
    font-weight: 700;
    line-height: 85%
}

.h2.coming-soon {
    transform-origin: 50% 100%
}

.parts_ticker_wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden
}

.explore_parts_card {
    z-index: 1;
    background-image: linear-gradient(to bottom, var(--grad_01), var(--grad_02));
    border-radius: 1.25vw;
    flex-direction: column;
    align-items: center;
    width: 21.979vw;
    margin-top: -.5vw;
    padding: 2.5vw;
    display: flex;
    position: relative
}

.parts_section_heading {
    color: var(--white);
    font-variation-settings: "wght" 300;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 130%
}

.parts_btn {
    z-index: 6;
    margin-top: 1.25vw;
    text-decoration: none;
    position: relative
}

.parts_btn_new {
    z-index: 6;
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    border: 1px solid #ffffff4d;
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    padding: 1.2vw 1.8vw;
    display: flex;
    position: relative;
    overflow: hidden
}

.parts_btn_new.cookie-decline {
    padding: .833vw 1.042vw .79vw
}

.hover_white {
    z-index: 1;
    aspect-ratio: 1;
    background-color: var(--white);
    opacity: 0;
    pointer-events: none;
    transform-origin: 50%;
    border-radius: 100vw;
    width: 100%;
    padding-bottom: 0;
    position: absolute;
    bottom: auto
}

.parts_btn_text {
    z-index: 2;
    color: var(--white);
    font-variation-settings: "wght" 600;
    font-size: 1.2vw;
    line-height: 100%;
    position: relative
}

.div-block {
    justify-content: center;
    align-items: center;
    width: 11.458vw;
    height: 11.458vw;
    margin-top: 1.667vw;
    display: flex;
    position: relative
}

.parts_main_01 {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%
}

.ticker_img_container {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    display: flex;
    position: relative
}

.ticker_img_container.about {
    margin-top: 0
}

.ticker_images {
    grid-column-gap: 1.3vw;
    grid-row-gap: 1.3vw;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.bikes_instock {
    padding-top: 12vw;
    position: relative
}

.bikes_instock_wrapper {
    flex-direction: column;
    align-items: center;
    padding-bottom: 2vw;
    display: flex;
    overflow: hidden
}

.instock_wrapper {
    z-index: 3;
    grid-column-gap: 2.083vw;
    grid-row-gap: 2.083vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -.5vw;
    margin-left: 14.583vw;
    margin-right: 14.583vw;
    display: block;
    position: relative
}

.instock_image_wrapper {
    width: 100%;
    padding-right: 10%
}

.image-2 {
    width: 120%;
    max-width: none;
    margin-left: -20%;
    display: block
}

.instock_bike_text {
    font-variation-settings: "wght" 400;
    align-items: flex-end;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.042vw;
    font-weight: 400;
    line-height: 130%;
    display: flex
}

.instock_bike_text_wrapper {
    width: 70%
}

.st_name_link {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 3vw;
    padding-left: 2.083vw;
    padding-right: 2.083vw;
    display: flex
}

.instock_btn {
    z-index: 5;
    border: 1px solid #bbb7b3;
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    width: 3.5vw;
    height: 3.5vw;
    display: flex;
    position: relative;
    overflow: hidden
}

.hover_gradient_instock {
    background-image: linear-gradient(145deg, var(--grad_01), var(--grad_02));
    opacity: 0;
    transform-origin: 100%;
    border-radius: 100vw;
    width: 3.5vw;
    height: 3.5vw;
    position: absolute
}

.first_wrapper {
    margin-top: 0%
}

.first_1 {
    background-color: var(--white);
    border-radius: 1.25vw;
    flex-direction: column;
    padding-top: 2.083vw;
    padding-bottom: 2.083vw;
    display: block;
    position: relative;
    right: auto;
    overflow: hidden
}

.instock_link {
    color: var(--black);
    text-decoration: none;
    display: block
}

.instock_all_btn {
    z-index: 6;
    margin-top: 4.167vw;
    text-decoration: none
}

.social_section {
    z-index: 0;
    width: 100vw;
    position: relative
}

.h3_social {
    color: var(--white);
    font-variation-settings: "wght" 300;
    text-align: center;
    text-transform: lowercase;
    margin-top: 0;
    margin-bottom: 15vw;
    font-size: 5.208vw;
    font-weight: 400;
    line-height: 114%
}

.h3_social.about {
    color: var(--black);
    width: 50vw;
    font-family: Dmsans Variablefont Opsz Wght, sans-serif
}

.social_section_wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 30vw;
    margin-bottom: 0;
    padding-top: 30vw;
    padding-bottom: 30vw;
    display: flex;
    position: relative;
    overflow: hidden
}

.html-embed {
    color: var(--white);
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative
}

.insta_icon {
    justify-content: center;
    align-items: center;
    width: 2vw;
    height: 2vw;
    display: flex;
    position: relative
}

.insta_icon.contact {
    width: 2vw;
    height: 2vw;
    position: absolute
}

.insta_icon_wrapper {
    isolation: isolate;
    border: .052vw solid #ffffff4d;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 5vw;
    height: 5vw;
    display: flex;
    position: relative;
    overflow: hidden
}

.social_link_wrapper {
    grid-column-gap: 1.667vw;
    grid-row-gap: 1.667vw;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative
}

.social_section_link {
    margin-top: 4.167vw;
    text-decoration: none;
    position: absolute;
    bottom: 0
}

.social_hover_white {
    background-color: var(--white);
    opacity: 0;
    border-radius: 100%;
    width: 16vw;
    height: 16vw;
    position: absolute
}

.social_img_01 {
    border-radius: 1.25vw;
    width: 27.708vw;
    height: 18.229vw;
    margin-left: -80vw;
    position: relative;
    left: 0;
    overflow: hidden
}

.social_img_02 {
    border-radius: 1.25vw;
    width: 21.354vw;
    height: 25vw;
    margin-top: -25vw;
    margin-right: -70vw;
    overflow: hidden
}

.image-3 {
    object-fit: cover;
    border-radius: 1.5vw;
    width: 100%;
    max-width: none;
    height: 100%;
    display: block
}

.social_img_03 {
    border-radius: 1.25vw;
    width: 19.792vw;
    height: 13.021vw;
    margin-right: -15vw;
    overflow: hidden
}

.image-4,
.image-5 {
    object-fit: cover;
    border-radius: 1.5vw;
    width: 100%;
    max-width: none;
    height: 100%
}

.social_img_04 {
    border-radius: 1.25vw;
    width: 12.5vw;
    height: 11.979vw;
    margin-left: -50vw;
    overflow: hidden
}

.image-6 {
    object-fit: cover;
    border-radius: 1.5vw;
    width: 100%;
    max-width: none;
    height: 100%
}

.social_img_05 {
    border-radius: 1.25vw;
    width: 12.5vw;
    height: 11.979vw;
    margin-right: -40vw;
    overflow: hidden
}

.smooth_wrapper {
    position: relative;
    overflow: visible
}

.smooth_wrapper.noscroll {
    height: 100vh;
    overflow: hidden
}

.smooth_content {
    position: relative;
    overflow: clip
}

.image-7 {
    width: 100%;
    max-width: none;
    display: block
}

.social_section_txt_wrapper {
    z-index: 1;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative
}

.footer {
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-top: 0;
    display: flex;
    position: relative;
    overflow: hidden
}

.image-8 {
    width: 100%;
    max-width: none;
    display: block
}

.div-block-3 {
    z-index: 2;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20vw;
    display: flex;
    position: relative
}

.footer_cta {
    z-index: 2;
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    width: 40vw;
    height: 40vw;
    display: flex;
    position: relative;
    overflow: hidden
}

.arrow_footer_wt {
    width: 2.604vw;
    max-width: none;
    height: 2.604vw;
    display: block
}

.map {
    opacity: 0;
    border-radius: 100vw;
    width: 20vw;
    max-width: none;
    height: 20vw;
    display: block;
    position: absolute
}

.footer_arw_rapper {
    position: absolute;
    transform: rotate(-45deg)
}

.arrow_footer_bk {
    opacity: 0;
    width: 2.604vw;
    max-width: none;
    height: 2.604vw;
    position: absolute;
    inset: 0%
}

.div-block-4 {
    border: 1px solid #ffffff4d;
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    width: 10vw;
    height: 10vw;
    display: flex;
    position: relative
}

.direction_footer {
    color: var(--white);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Clashgrotesk, sans-serif;
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 100%;
    display: none;
    position: absolute;
    left: 23.4vw
}

.nav_link_txt {
    color: var(--black);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Clashgrotesk, sans-serif;
    font-size: 1.042vw;
    font-weight: 500;
    line-height: 100%;
    display: block;
    position: relative
}

.nav_link_txt.hover {
    pointer-events: none;
    transform-origin: 0%;
    color: #ef313f;
    -webkit-text-stroke-color: #fa5b18;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    display: block;
    position: absolute;
    inset: 0%;
    overflow: hidden
}

.nav_link_txt.wht {
    transform-origin: 0%;
    color: var(--white);
    display: none;
    position: absolute;
    inset: 0%;
    overflow: hidden
}

.nav_link_txt.no-hover {
    pointer-events: none;
    display: block
}

.nav_link_wrapper {
    text-decoration: none
}

.body-2 {
    background-color: var(--bg);
    cursor: none;
    font-family: Dmsans Variablefont Opsz Wght, sans-serif
}

.about_hero {
    z-index: 1;
    height: 120vw;
    padding-top: 7.5vw;
    position: relative
}

.about_hero_wrapper {
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    display: flex;
    position: relative
}

.image-9 {
    width: 100vw;
    max-width: none;
    display: block;
    position: absolute
}

.about_hero_txt_wrapper {
    grid-column-gap: 17vw;
    grid-row-gap: 17vw;
    mix-blend-mode: soft-light;
    flex-direction: column;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: absolute;
    top: 7.5vw
}

.duo_img_wrapper {
    z-index: 2;
    border-radius: 1.25vw;
    justify-content: center;
    align-items: center;
    width: 22vw;
    height: 25vw;
    display: flex;
    position: relative;
    overflow: hidden
}

.the_duo_wrapper {
    z-index: 2;
    mix-blend-mode: normal;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
    position: sticky;
    top: 14.2vw
}

.about_para {
    z-index: 3;
    padding-top: 0;
    position: relative
}

.image-10 {
    object-fit: cover;
    width: 40vw;
    max-width: none;
    height: 25vw
}

.team_name {
    color: var(--black);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Clashgrotesk, sans-serif;
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 100%;
    position: relative;
    top: -8vw;
    left: 16.3vw
}

.team_name.one {
    z-index: 3;
    opacity: 1;
    width: 100%;
    margin-right: -100%;
    display: none;
    position: absolute;
    inset: auto 0 2.7vw auto
}

.team_name.two {
    z-index: 3;
    opacity: 1;
    text-align: right;
    border-radius: 20px;
    width: 100%;
    margin-left: -100%;
    display: none;
    position: absolute;
    top: 10.1vw;
    left: .1vw;
    right: auto
}

.about_para_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8vw;
    padding-bottom: 2vw;
    display: flex
}

.about_ticker {
    margin-top: 0;
    padding-bottom: 12vw;
    position: relative
}

.about_ticker_wrapper {
    position: relative;
    overflow: hidden
}

.about_ticker_txt {
    z-index: 1;
    mix-blend-mode: multiply;
    width: 33vw;
    margin-top: -7vw;
    margin-left: 20vw;
    position: relative
}

.brands_section {
    z-index: 4;
    padding-top: 12vw;
    padding-bottom: 12vw;
    position: relative
}

.brands_section_wrapper {
    flex-direction: column;
    align-items: center;
    display: flex
}

.brands_wrapper {
    grid-column-gap: 2.917vw;
    grid-row-gap: 2.917vw;
    justify-content: space-between;
    padding-top: 8vw;
    padding-bottom: 8vw;
    display: flex
}

.brand01 {
    background-color: var(--white);
    border-radius: .833vw;
    justify-content: center;
    align-items: center;
    width: 24vw;
    height: 13.021vw;
    display: flex
}

.huyser {
    max-width: none;
    height: 2.4vw;
    display: block
}

.brand02,
.brand03 {
    background-color: var(--white);
    border-radius: .833vw;
    justify-content: center;
    align-items: center;
    width: 24vw;
    height: 13.021vw;
    display: flex
}

.body-3 {
    background-color: var(--bg);
    cursor: none;
    font-family: Dmsans Variablefont Opsz Wght, sans-serif
}

.filters_wrapper {
    margin-top: 0;
    padding-top: 8vw;
    position: relative
}

.form-block {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    position: relative
}

.bikes_wrapper {
    z-index: 2;
    margin-top: 2vw;
    margin-left: 10vw;
    margin-right: 10vw;
    position: relative
}

.cl_bkies_item {
    width: 100%;
    padding: .6vw;
    position: relative
}

.bk_listing_img_wrapper {
    width: 100%
}

.bk_listing_wrapper {
    z-index: 1;
    background-color: var(--white);
    border-radius: 1.25vw;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding: 2.083vw;
    text-decoration: none;
    display: flex;
    position: relative
}

.bk_listing_detail_wrapper {
    margin-top: 3vw
}

.bk_listing_brand {
    color: #39393980;
    text-transform: uppercase;
    font-size: .8vw;
    line-height: 100%
}

.heading {
    color: var(--black);
    font-variation-settings: "wght" 500;
    margin-top: .8vw;
    margin-bottom: 0;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 130%
}

.text-block-2 {
    background-image: linear-gradient(to bottom, var(--grad_01), var(--grad_02));
    font-variation-settings: "wght" 500;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 1.2vw;
    font-size: 1.7vw;
    line-height: 100%
}

.bk_listing_size_wrapper {
    grid-column-gap: .4vw;
    grid-row-gap: .4vw;
    align-items: center;
    margin-top: .8vw;
    display: flex
}

.bk_listing_size {
    color: #39393980;
    margin-bottom: -.2vw;
    font-size: 1vw;
    line-height: 100%;
    display: none
}

.bk_listing_size_list {
    color: #39393999;
    text-align: center;
    background-color: #bbb7b333;
    border-radius: 1vw;
    padding: .4vw .7vw .35vw;
    font-size: .8vw;
    line-height: 100%
}

.collection-list-wrapper-3 {
    opacity: 0;
    display: block;
    position: absolute
}

.cl_filters_list {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative
}

.radio_field {
    background-color: var(--white);
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: .3vw;
    margin-right: .3vw;
    padding-left: 0;
    display: flex;
    position: relative
}

.radio_field.is-active {
    background-image: linear-gradient(162deg, #e91d52, #f44928)
}

.radio_btn {
    z-index: 0;
    border-style: none;
    border-radius: 100vw;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    display: block;
    position: absolute;
    inset: 0%
}

.radio_btn.w--redirected-checked {
    border-style: none;
    border-width: 0
}

.radio_btn.w--redirected-focus {
    box-shadow: none
}

.radio_btn.clear.w--redirected-checked {
    background-color: #e40767;
    background-image: linear-gradient(137deg, #e91d52, #f44928);
    border-style: none;
    border-width: 0
}

.radio_btn.clear.w--redirected-focus {
    box-shadow: none
}

.form {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.cl_filters_wrapper,
.collection_item {
    position: relative
}

.radio_lable {
    z-index: 1;
    color: var(--black);
    text-transform: capitalize;
    margin-bottom: 0;
    padding: 1.025vw 1.8vw;
    font-size: 1.042vw;
    font-weight: 400;
    line-height: 100%;
    position: relative
}

.image-12 {
    width: 100%;
    max-width: none
}

.cl_bkies_wrapper {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start
}

.cl_bkies_list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    display: grid
}

.footer_bikes {
    z-index: 1;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
    position: relative
}

.bg_bikes {
    z-index: 1;
    width: 100vw;
    max-width: none;
    margin-top: -10vw;
    display: block;
    position: absolute;
    bottom: 0
}

.link-block {
    z-index: 2;
    color: var(--black);
    padding-bottom: 0;
    text-decoration: none;
    display: block;
    position: absolute;
    inset: .7vw
}

.div-block-6 {
    display: flex
}

.div-block-7 {
    background-color: var(--grey);
    width: .06vw;
    margin-left: .5vw;
    margin-right: .5vw;
    display: flex
}

.bikes_btn {
    z-index: 5;
    border: 1px solid #bbb7b3;
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    width: 3vw;
    height: 3vw;
    display: flex;
    position: absolute;
    inset: auto 2.2vw 2.2vw auto;
    overflow: hidden
}

.hover_gradient_bikes {
    background-image: linear-gradient(145deg, var(--grad_01), var(--grad_02));
    opacity: 0;
    transform-origin: 100%;
    border-radius: 100vw;
    width: 6vw;
    height: 6vw;
    display: block;
    position: absolute
}

.arrow_gra_right_bikes {
    width: 40%;
    max-width: none;
    display: block;
    position: relative
}

.arrow_white_right_bikes {
    opacity: 0;
    width: 40%;
    max-width: none;
    display: block;
    position: absolute
}

.parts_wrapper {
    z-index: 2;
    margin-top: 0;
    margin-left: 10vw;
    margin-right: 10vw;
    padding-top: 8vw;
    position: relative
}

.cl_parts_wrapper {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start
}

.cl_parts_list {
    flex-wrap: wrap;
    display: flex
}

.cl_parts_item {
    padding: .6vw
}

.body-4 {
    background-color: var(--bg)
}

.contact_hero {
    padding-top: 12vw;
    position: relative;
    overflow: hidden
}

.contact_hero_wrapper {
    position: relative
}

.contact_bg_1 {
    width: 100%;
    max-width: none;
    margin-top: -12vw;
    display: block;
    position: absolute
}

.form_block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10.417vw;
    display: flex;
    position: relative
}

.text-field {
    border: 1px solid var(--black);
    color: var(--black);
    font-variation-settings: "wght" 400;
    text-transform: none;
    background-color: #fff0;
    border-radius: 100vw;
    flex: none;
    height: 5vw;
    margin-bottom: 0;
    padding: 0 2.083vw;
    font-family: Dmsans Variablefont Opsz Wght, sans-serif;
    font-size: 1.25vw;
    line-height: 100%
}

.text-field:active {
    border-color: var(--black);
    background-color: #ececec00
}

.text-field:focus {
    border-color: var(--black);
    background-color: #f0f0f000
}

.text-field:focus-visible {
    border-color: var(--black);
    background-color: #ebebeb00
}

.text-field[data-wf-focus-visible] {
    border-color: var(--black);
    background-color: #ebebeb00
}

.text-field::placeholder {
    color: var(--black);
    background-color: #ebebeb00
}

.text-field:lang(en) {
    border-color: var(--black);
    background-color: #e4e4e400
}

.div-block-8 {
    grid-column-gap: 2.083vw;
    grid-row-gap: 2.083vw;
    flex-direction: column;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
    position: relative
}

.text-area {
    border: 1px solid var(--black);
    color: var(--black);
    font-variation-settings: "wght" 400;
    text-transform: none;
    background-color: #fff0;
    border-radius: 2.083vw;
    flex-direction: column;
    flex: none;
    align-items: center;
    margin-bottom: 0;
    padding: 1.6vw 2.083vw 0;
    font-family: Dmsans Variablefont Opsz Wght, sans-serif;
    font-size: 1.25vw;
    line-height: 100%
}

.text-area:active {
    border-color: var(--black);
    background-color: #ececec00
}

.text-area:focus {
    border-color: var(--black);
    background-color: #f0f0f000
}

.text-area:focus-visible {
    border-color: var(--black);
    background-color: #ebebeb00
}

.text-area[data-wf-focus-visible] {
    border-color: var(--black);
    background-color: #ebebeb00
}

.text-area::placeholder {
    color: var(--black);
    background-color: #ebebeb00
}

.text-area:lang(en) {
    border-color: var(--black);
    background-color: #e4e4e400
}

.form-block-2 {
    width: 60vw;
    margin-top: 5vw;
    margin-bottom: 20vw
}

.submit-trigger {
    background-color: #3898ec00;
    background-image: linear-gradient(to bottom, var(--grad_01), var(--grad_02));
    color: var(--white);
    font-variation-settings: "wght" 600;
    border-radius: 100vw;
    margin-top: 3.333vw;
    padding: 2vw 4vw;
    font-family: Dmsans Variablefont Opsz Wght, sans-serif;
    font-size: 1.2vw;
    line-height: 100%
}

.submit-trigger:hover {
    background-image: linear-gradient(#ff4d00, #c30055)
}

.submit-trigger.is_menu {
    background-image: linear-gradient(180deg, var(--grad_01), var(--grad_02));
    opacity: 0;
    width: 1px;
    height: 0;
    margin-top: 0;
    padding: 0
}

.form-2 {
    flex-direction: column;
    align-items: center;
    display: flex
}

.success-message {
    background-color: #ddd0;
    margin-top: 6vw;
    position: relative
}

.msg_received_txt {
    color: var(--white);
    font-variation-settings: "wght" 500;
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Dmsans Variablefont Opsz Wght, sans-serif;
    font-size: 1vw;
    font-weight: 400;
    line-height: 120%;
    display: flex
}

.msg_received_txt._2nd {
    color: var(--black);
    font-variation-settings: "wght" 400;
    text-align: center;
    margin-top: 2vw;
    font-size: 1.5vw
}

.msg_rcvd {
    background-color: var(--black);
    border-radius: 100vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: .8vw 1.2vw;
    display: flex;
    position: absolute;
    inset: -6% 11% auto auto;
    transform: rotate(25deg)
}

.msg_rcvd.bikes {
    margin-left: 12vw;
    top: -4.4vw;
    right: auto
}

.image-14 {
    width: 5vw;
    max-width: none
}

.error-message {
    color: var(--black);
    text-align: center;
    background-color: #ffdede00;
    font-family: Dmsans Variablefont Opsz Wght, sans-serif;
    font-size: 1vw;
    line-height: 120%
}

.contact_ticker_img {
    border-radius: 100vw;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 18.229vw;
    height: 10vw;
    display: flex;
    position: relative;
    overflow: hidden
}

.image-15 {
    object-fit: cover;
    width: 100%;
    max-width: none;
    margin-top: 6vw;
    display: block
}

.contact_ticker {
    grid-column-gap: 1.667vw;
    grid-row-gap: 1.667vw;
    display: flex
}

.image-16 {
    width: 100%;
    max-width: none
}

.image-17 {
    width: 100%;
    max-width: none;
    display: block
}

.contact_ticker_link {
    background-image: linear-gradient(to bottom, var(--grad_01), var(--grad_02));
    border-radius: 100vw;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 25vw;
    height: 10vw;
    display: flex;
    position: relative;
    overflow: hidden
}

.text-block-4 {
    color: var(--white);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Clashgrotesk, sans-serif;
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 100%;
    position: relative
}

.contact_ticker_wrapper {
    grid-column-gap: 1.667vw;
    grid-row-gap: 1.667vw;
    align-items: center;
    display: flex
}

.tciker_wrapper {
    width: 100vw;
    margin-top: 0;
    margin-bottom: 20vw
}

.bk_logo_full {
    opacity: 0;
    max-width: none;
    height: 3.8vw;
    display: block;
    position: relative
}

.bk_logo-link {
    height: 4.5vw
}

.bk_logo-link.w--current {
    justify-content: center;
    align-items: center;
    height: 4.5vw
}

.bk_logo_head {
    opacity: 1;
    max-width: none;
    height: 3vw;
    display: block;
    position: absolute
}

.bk_logo_wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.div_for_nav_social {
    position: relative
}

.footer_contact_wrapper {
    z-index: 4;
    justify-content: space-between;
    align-items: flex-end;
    width: 100vw;
    margin-top: 15vw;
    padding-bottom: 1.5vw;
    padding-left: 2vw;
    padding-right: 2vw;
    display: flex;
    position: relative;
    bottom: 0
}

.text-block-5 {
    color: var(--black);
    font-variation-settings: "wght" 400;
    font-size: 1.042vw;
    line-height: 150%
}

.text-block-5.before_bikes {
    color: var(--white)
}

.location_wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    position: relative
}

.div-block-11 {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    align-items: flex-end;
    display: flex
}

.f44txt {
    color: #000;
    font-variation-settings: "wght" 500;
    margin-top: .1vw;
    font-size: .781vw;
    line-height: 150%
}

.f44_badge {
    grid-column-gap: .4vw;
    grid-row-gap: .4vw;
    background-color: #292929;
    border-radius: 100vw;
    align-items: center;
    padding: .729vw 1.042vw;
    display: flex
}

.f44_badge.desktop {
    background-color: #fff
}

.f44_badge.mobile {
    display: none
}

.f44logo {
    max-width: none;
    height: .729vw;
    display: block
}

.ar_black {
    opacity: 0;
    width: .9vw;
    max-width: none;
    display: block;
    position: relative
}

.ar_black.menu {
    opacity: 1
}

.location_arrow {
    border: .5px solid var(--grey);
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    width: 1.5vw;
    height: 1.5vw;
    display: flex;
    position: absolute;
    inset: auto 4.6vw 0 auto;
    overflow: hidden;
    transform: rotate(-45deg)
}

.location_arrow.bikes {
    border-color: var(--white)
}

.location_arrow.menu {
    width: 1.3vw;
    height: 1.3vw;
    bottom: -.1vw;
    right: .8vw
}

.div-block-14 {
    background-image: linear-gradient(to bottom, var(--grad_01), var(--grad_02));
    opacity: 0;
    transform-origin: 100%;
    border-radius: 100vw;
    width: 2.2vw;
    height: 2.2vw;
    position: absolute
}

.div-block-14.bikes {
    background-image: linear-gradient(to bottom, var(--white), var(--white))
}

.div-block-15 {
    z-index: 1;
    position: relative
}

.ar_white {
    opacity: 1;
    filter: brightness(1000%);
    width: .9vw;
    max-width: none;
    display: block;
    position: absolute;
    inset: 0%
}

.ar_white.menu {
    opacity: 0
}

.contact_wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    position: relative
}

.face44_badge_link {
    margin-bottom: .3vw;
    text-decoration: none
}

.footer_email_link {
    text-decoration: none;
    position: relative
}

.footer_email_link.bottom-spacing {
    padding-bottom: .1vw
}

.footer_direction_link {
    text-decoration: none
}

.email_txt {
    color: var(--black);
    font-variation-settings: "wght" 400;
    font-size: 1.042vw;
    line-height: 150%;
    position: relative
}

.email_txt.before {
    background-image: linear-gradient(to bottom, var(--grad_01), var(--grad_02));
    opacity: 0;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%
}

.email_txt.before.mobile {
    display: none
}

.email_txt.before_bikes {
    opacity: 1;
    color: var(--black);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%
}

.email_txt.white {
    color: var(--white)
}

.nav_bikes {
    z-index: 100;
    flex-direction: row;
    justify-content: space-between;
    padding: 2.5vw 4.167vw 1vw;
    display: flex;
    position: fixed;
    inset: 0% 0% auto
}

.div_for_about_logo {
    z-index: -10;
    height: 60vw;
    position: absolute;
    top: 0
}

.contact_details {
    justify-content: space-between;
    margin-left: 8vw;
    margin-right: 8vw;
    padding-bottom: 12vw;
    display: flex;
    position: relative
}

.text-block-6 {
    color: var(--grey);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Clashgrotesk, sans-serif;
    font-size: 1.042vw;
    font-weight: 500;
    line-height: 100%
}

.number_txt {
    color: var(--black);
    font-variation-settings: "wght" 400;
    text-align: center;
    font-family: Dmsans Variablefont Opsz Wght, sans-serif;
    font-size: 2.083vw;
    line-height: 130%;
    position: relative
}

.number_txt.before {
    background-image: linear-gradient(to bottom, var(--grad_01), var(--grad_02));
    opacity: 0;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%
}

.contact_phone_wrapper {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative
}

.div-block-17 {
    position: relative
}

.contact_location_wrapper {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-direction: column;
    align-items: center;
    padding-bottom: 4vw;
    display: flex;
    position: relative
}

.div_for_about_links_1 {
    z-index: -10;
    height: 225vw;
    position: absolute;
    top: 64vw
}

.div_for_about_links_2 {
    z-index: -10;
    height: 225vw;
    position: absolute;
    top: 289vw
}

.contact_bg_2 {
    z-index: 0;
    mix-blend-mode: darken;
    width: 50%;
    max-width: none;
    display: block;
    position: absolute;
    inset: auto auto 20% -30%;
    transform: rotate(-91deg)
}

.contact_bg_3 {
    z-index: 0;
    mix-blend-mode: darken;
    width: 50%;
    max-width: none;
    display: block;
    position: absolute;
    inset: auto -20% -20% auto;
    transform: rotate(123deg)
}

.social_bg_bottom {
    z-index: 0;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-bottom: -8vw;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
    overflow: hidden
}

.link-block-7,
.link-block-8 {
    text-decoration: none
}

.footer_main_direction_link {
    margin-top: -30vw;
    text-decoration: none
}

.footer_main_direction_link_bikes {
    margin-top: -30vw
}

.bmc_logo {
    max-width: none;
    height: 2.5vw;
    display: block
}

.guerciotti {
    max-width: none;
    height: 4vw;
    display: block
}

.div-block-20 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: .6vw;
    left: 0;
    right: 0
}

.contact_biketime_insta_link {
    text-decoration: none;
    display: block
}

.body-5 {
    cursor: none;
    background-color: #f4f2f0;
    font-family: Dmsans Variablefont Opsz Wght, sans-serif
}

.social_and_footer {
    background-image: linear-gradient(#e1325100 26%, #e13251 29%, #e13251);
    flex-direction: column;
    align-items: center;
    margin-top: -18vw;
    display: flex;
    position: relative;
    overflow: hidden
}

.social_bg_top {
    z-index: 0;
    width: 100vw;
    position: absolute;
    overflow: hidden
}

.instock-list {
    grid-column-gap: 1.7vw;
    grid-row-gap: 1.7vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.instock-item {
    position: relative
}

.category-wrapper {
    opacity: 1;
    background-color: #222;
    border-radius: 100px;
    flex: 0 auto;
    align-self: flex-start;
    width: auto;
    padding: .5vw 1.2vw;
    position: absolute;
    bottom: -1.3vw;
    left: 1.9vw;
    transform: rotate(-7deg)
}

.text-block-8 {
    color: var(--white);
    font-variation-settings: "wght" 570;
    white-space: pre;
    font-size: .95vw;
    font-weight: 700;
    line-height: 100%
}

.instock-top-hover-image {
    opacity: 1;
    pointer-events: none;
    width: 5.5vw;
    height: auto;
    position: absolute;
    top: -2.1vw;
    left: auto;
    right: 1.6vw
}

.image-19 {
    width: 100%;
    height: 100%
}

.hero-slide-content-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 45%;
    padding-left: 2vw;
    padding-right: 2vw;
    display: flex;
    position: relative;
    overflow: visible
}

.platform-image {
    width: 100%;
    height: auto;
    margin-top: -6.5vw
}

.platform-image.electric {
    margin-top: -4.5vw;
    display: none
}

.platform-image.road {
    margin-top: -4.3vw;
    display: none
}

.platform-image.gravel {
    margin-top: -6.1vw;
    display: none
}

.platform-image.mountain {
    margin-top: -5vw;
    display: none
}

.hero-bike-image {
    z-index: 1;
    width: 40vw;
    height: auto;
    display: inline-flex;
    position: relative;
    transform: rotate(-6deg)
}

.hero-particles-image {
    object-fit: contain;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    bottom: 0
}

.hero_bike-wrapper {
    z-index: 1;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
    overflow: visible
}

.grid {
    grid-column-gap: 1.3vw;
    grid-row-gap: 1.3vw;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 45vw 31vw 31vw 28vw 31vw 32vw;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    max-width: none;
    height: auto;
    display: grid;
    position: static;
    left: 0
}

.div-block-23 {
    flex-direction: column;
    align-items: center;
    display: flex
}

.image-20 {
    border-radius: 1vw;
    width: 20vw;
    margin-top: 2.5vw;
    margin-bottom: 1.3vw;
    margin-left: 2vw;
    position: relative
}

.image-21 {
    border-radius: 1vw;
    margin-top: 2vw
}

.image-22 {
    border-radius: 1vw;
    margin-top: 16vw
}

.image-23 {
    border-radius: 1vw;
    margin-top: 4.5vw
}

.insta-tag {
    opacity: 1;
    background-color: #222;
    border-radius: 20vw;
    margin-right: -1vw;
    padding: 1.2vw 1.7vw 1.3vw;
    position: absolute;
    bottom: -3.7vw;
    transform: rotate(-7deg)
}

.insta-tag-text {
    color: var(--white);
    font-size: 1.6vw
}

.div-block-24 {
    justify-content: center;
    align-items: center;
    width: 15vw;
    height: 5vw;
    display: flex;
    position: relative
}

.footer-tag {
    background-color: #222;
    border-radius: 100px;
    flex: 0 auto;
    width: auto;
    padding: 1.2vw 1.9vw 1.3vw;
    position: absolute;
    bottom: auto;
    right: -8.4vw;
    transform: rotate(-7deg)
}

.footer-tag-text {
    color: var(--white);
    font-size: 1.6vw;
    line-height: 100%
}

.home-ticker-wrapper {
    width: 100%;
    margin-top: -20vw
}

.menu-wrapper {
    z-index: 101;
    background-color: #0000;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%
}

.menu_box {
    background-color: #f4f2f0;
    border-radius: 20px;
    width: 27.083vw;
    padding: 2.083vw;
    position: relative;
    top: 5vw;
    right: 2vw
}

.heading-2 {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.667vw;
    font-weight: 300;
    line-height: 120%
}

.menu-text-field {
    background-color: #f4f2f0;
    border: 1px solid #39393933;
    border-radius: 1.8vw;
    height: 2.656vw;
    margin-bottom: 0;
    padding-left: 1.2vw;
    font-size: .833vw;
    line-height: 120%
}

.menu-text-field.is_paragraph-field {
    border-radius: 1.8vw;
    height: 5.312vw;
    padding-top: 1vw
}

.form-block-3 {
    margin-top: 2.083vw
}

.menu-form {
    grid-column-gap: 1.25vw;
    grid-row-gap: 1.25vw;
    flex-direction: column;
    align-items: stretch;
    display: flex
}

.div-block-25 {
    flex-direction: column;
    justify-content: center;
    display: flex;
    position: relative
}

.image-26 {
    width: 1.2vw;
    position: relative;
    right: auto
}

.div-block-26 {
    pointer-events: none;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
    position: absolute;
    inset: 0%
}

.text-block-9 {
    opacity: 0;
    color: var(--white);
    margin-right: 1vw;
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 100%
}

.menu_sm-wrapper {
    grid-column-gap: .8vw;
    grid-row-gap: .9vw;
    margin-top: 2.5vw
}

.sm_tiny-text {
    color: #3939394d;
    font-size: .625vw;
    line-height: 130%
}

.sm_text-content {
    z-index: 1;
    color: #4b4b4b;
    padding-top: .3vw;
    font-size: .833vw;
    font-weight: 400;
    line-height: 130%;
    text-decoration: none;
    transition: color .5s;
    display: block;
    position: relative
}

.sm_text-content:hover {
    color: #e13251
}

.sm_text-content.no-hover:hover {
    color: #4b4b4b
}

.menu_cross-button {
    cursor: pointer;
    border: .56px solid #bbb7b3;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 2.083vw;
    height: 2.083vw;
    display: flex;
    position: absolute;
    top: 1.25vw;
    right: 1.25vw
}

.menu_cross {
    width: .781vw;
    height: .781vw
}

.mobile_menu-button,
.mobile_menu-wrapper {
    display: none
}

.menu_wrapper {
    z-index: 2;
    position: relative
}

.sm_link-block {
    text-decoration: none;
    transition: opacity .3s;
    position: relative
}

.sm_link-block:hover {
    opacity: .85
}

.success-message-2 {
    background-color: #0000;
    position: relative
}

.platform_video-embed {
    pointer-events: none;
    margin-top: -13vw;
    margin-bottom: -8vw
}

.platform_video-embed.electric {
    height: 41vw;
    margin-top: -7.5vw
}

.platform_video-embed.mountain {
    pointer-events: none;
    width: 105%;
    height: 41vw;
    margin-top: -7.9vw;
    margin-bottom: -8vw;
    position: relative;
    bottom: -1vw
}

.platform_video-embed.road {
    width: 110%;
    height: 41vw;
    margin-top: -7.7vw;
    position: relative;
    bottom: -1vw
}

.platform_video-embed.gravel {
    width: 105%;
    height: 41vw;
    margin-top: -8vw;
    position: relative;
    bottom: -.5vw
}

.menu-overlay {
    z-index: 1;
    background-color: #0000004d;
    position: absolute;
    inset: 0%
}

.empty-state-bikes {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10vw;
    padding-bottom: 5vw;
    display: flex
}

.empty-state-box {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative
}

.image-37 {
    border-radius: 1vw;
    width: 100%
}

.cookie-box {
    z-index: 1000;
    background-image: linear-gradient(97deg, #f95b17, #e40767);
    border-radius: 1vw;
    width: 19.792vw;
    padding: 2.083vw;
    position: fixed;
    bottom: 3vw;
    right: 3vw
}

.heading-4 {
    color: var(--white);
    letter-spacing: -.2px;
    margin-top: 0;
    margin-bottom: 1.667vw;
    font-family: Dmsans Variablefont Opsz Wght, sans-serif;
    font-size: 1.042vw;
    font-weight: 300;
    line-height: 130%
}

.button {
    background-color: var(--white);
    color: var(--black);
    letter-spacing: -.2px;
    border-radius: 10vw;
    padding: .833vw 1.042vw .79vw;
    font-size: .833vw;
    font-weight: 700;
    line-height: 120%;
    transition: opacity .3s
}

.button:hover {
    opacity: .9
}

.button.decline {
    color: var(--white);
    background-color: #0000;
    border: 1px solid #ffffff4d
}

.div-block-31 {
    grid-column-gap: .417vw;
    grid-row-gap: .417vw;
    display: flex
}

.image-38 {
    width: .8vw;
    position: static;
    top: 1vw;
    right: 1vw
}

.div-block-32 {
    cursor: pointer;
    padding: 10px;
    transition: opacity .3s;
    position: absolute;
    top: .2vw;
    right: .2vw
}

.div-block-32:hover {
    opacity: .9
}

.bike-particle1 {
    z-index: 2;
    pointer-events: none;
    width: 4.5vw;
    position: absolute;
    top: 6.2vw;
    left: -14.7vw
}

.bike-particle1.mtn {
    pointer-events: none;
    width: 5vw;
    top: 17.9vw
}

.bike-particle1.road {
    top: -3.8vw;
    left: -2.1vw
}

.bike-particle1.grvl {
    width: 4vw;
    top: -6.3vw;
    left: 5vw
}

.bike-particle1.elec {
    width: 4vw;
    top: 18.8vw;
    left: -10vw
}

.bike-particle2 {
    z-index: 2;
    width: 6.213vw;
    position: absolute;
    top: .7vw;
    right: -5.6vw
}

.bike-particle2.mtn {
    pointer-events: none;
    width: 5.5vw;
    top: -4.4vw;
    right: -6.8vw
}

.bike-particle2.road {
    top: -1.7vw;
    right: -13.7vw
}

.bike-particle2.grvl {
    width: 5vw;
    display: none;
    inset: auto auto 26.3vw -11.5vw
}

.bike-particle2.elec {
    width: 7vw;
    top: -1.5vw
}

.bike-partice3 {
    width: 4vw;
    position: absolute;
    bottom: 26.5vw;
    right: -10vw
}

.bike-partice3.mtn {
    pointer-events: none;
    display: none
}

.bike-partice3.road {
    display: none;
    bottom: 33.1vw;
    left: -10.5vw;
    right: auto
}

.bike-partice3.grvl {
    bottom: 40.1vw;
    right: -14.6vw
}

.bike-partice3.elec {
    display: none
}

.bike-particle-image {
    width: 100%
}

.bike-particle-image.first {
    width: 5vw
}

.bike-particle-image.second {
    width: 5.5vw
}

.bike-particle-image.third {
    width: 4vw
}

.parts_main_02,
.parts_main_03,
.parts_main_04 {
    opacity: 0;
    object-fit: cover;
    width: 100%;
    height: auto;
    position: absolute;
    inset: auto
}

.div-block-33 {
    display: none;
    position: fixed
}

.preloader-wrapper {
    z-index: 9999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    pointer-events: none;
    background-color: #f4f2f0;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-bottom: 8vw;
    display: none;
    position: fixed;
    inset: 0%
}

.preloader_images-wrapper {
    z-index: 2;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.preloader_images-wrapper.duplicate {
    z-index: 1;
    opacity: 0;
    position: absolute;
    top: auto;
    left: auto
}

.preloader_image {
    object-fit: cover;
    border-radius: 16px;
    width: 10.417vw;
    height: 12.5vw
}

.preloader_image.first {
    z-index: 5;
    opacity: 0;
    position: relative;
    transform: rotate(0)
}

.preloader_image.second {
    z-index: 4;
    opacity: 0;
    position: absolute;
    transform: rotate(6deg)
}

.preloader_image.third {
    z-index: 3;
    opacity: 0;
    position: absolute;
    transform: rotate(-6deg)
}

.preloader_image.fourth {
    z-index: 2;
    opacity: 0;
    position: absolute;
    transform: rotate(0)
}

.preloader_image.fifth {
    z-index: 1;
    position: absolute;
    transform: rotate(6deg)
}

.preloader_image.dup-first {
    z-index: 5;
    position: relative
}

.preloader_image.dup-second {
    z-index: 4;
    position: absolute;
    transform: rotate(6deg)
}

.preloader_image.dup-third {
    z-index: 3;
    position: absolute;
    transform: rotate(-6deg)
}

.preloader_image.dup-fourth {
    z-index: 2;
    position: absolute
}

.preloader_image.dup-fifth {
    z-index: 1;
    position: absolute;
    transform: rotate(6deg)
}

.preloader_images-duplicate {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative
}

.preloader-heading {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#fff, #ffffff9e);
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: -3vw;
    font-family: Clashgrotesk, sans-serif;
    font-size: 10.417vw;
    font-weight: 700;
    line-height: 100%
}

.preloader_line-wrapper {
    background-color: #222;
    border-radius: 20px;
    width: 8.032vw;
    height: .61vw;
    position: absolute;
    inset: auto -1.8vw -2.3vw auto;
    overflow: hidden;
    transform: rotate(-6deg)
}

.preloader_line {
    background-color: #f34230;
    border-radius: 0;
    width: 0%;
    height: 100%
}

.trigger {
    height: 0
}

.hero_heading-wrapper {
    z-index: 0;
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 10%
}

.about_story {
    padding-top: 15vw;
    padding-bottom: 5vw
}

.about_story-padding {
    margin-left: 11.875vw;
    margin-right: 11.875vw
}

.about_story-heading-wrap {
    margin-bottom: 5vw
}

.heading-5 {
    width: 90%;
    font-size: 5.208vw;
    font-weight: 300;
    line-height: 120%
}

.about_story-para-wrapper {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    margin-top: 10vw;
    margin-bottom: 10vw;
    display: flex;
    position: relative
}

.about_story-sticky {
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    height: 100%;
    margin-bottom: 5vh;
    display: flex
}

.about_story-block {
    grid-column-gap: 9.01vw;
    grid-row-gap: 9.01vw;
    justify-content: center;
    align-items: center;
    padding-left: 7.708vw;
    padding-right: 15.469vw;
    display: flex
}

.story_image-wrap {
    flex-direction: column;
    justify-content: center;
    width: 16vw;
    min-width: 14vw;
    height: auto;
    display: flex;
    position: relative
}

.story_text-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 50%;
    height: 100%;
    display: flex;
    position: relative
}

.story_image-wrapper {
    position: relative
}

.story_image-wrapper._1 {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 16vw;
    height: 20vw;
    display: flex
}

.story_image-wrapper._2 {
    z-index: 2;
    opacity: 0;
    width: 16vw;
    height: 20vw;
    display: flex;
    position: absolute
}

.story_image-wrapper._3 {
    z-index: 3;
    opacity: 0;
    width: 16vw;
    height: 20vw;
    display: flex;
    position: absolute
}

.story_image-wrapper._4 {
    z-index: 4;
    opacity: 0;
    width: 16vw;
    height: 20vw;
    display: flex;
    position: absolute
}

.image-39 {
    opacity: 1;
    object-fit: cover;
    border-radius: 1.6vw;
    width: 100%;
    height: 100%
}

.tag {
    color: var(--white);
    background-color: #222;
    border-radius: 10vw;
    padding: .5vw 1vw;
    font-size: .729vw;
    font-weight: 500;
    line-height: 110%;
    position: absolute;
    bottom: auto;
    left: auto;
    transform: rotate(-9deg)
}

.tag.is_story-stijn {
    z-index: 5;
    top: -1.8vw;
    bottom: auto;
    left: 1.4vw
}

.tag.is_story-warm-cycling {
    z-index: 2;
    bottom: -1.4vw;
    right: 2vw;
    transform: rotate(9deg)
}

.tag.is_story-warm-cycling.desktop {
    z-index: 5;
    display: none
}

.tag.is_story-warm-cycling.mobile {
    opacity: 0;
    display: flex;
    left: 9vw;
    right: auto;
    transform: rotate(-9deg)
}

.tag.is_about-hero-stijn {
    z-index: 2;
    display: flex;
    top: 2.5vw;
    left: -2.9vw;
    transform: rotate(9deg)
}

.tag.is_about-hero-deph {
    z-index: 2;
    display: flex;
    bottom: 3.1vw;
    right: -2.3vw
}

.tag.slide_mountain {
    position: absolute;
    bottom: 6vw;
    right: 15.9vw
}

.story-text {
    font-size: 1.667vw;
    font-weight: 400;
    line-height: 120%
}

.story-text._1 {
    justify-content: center;
    align-items: center;
    margin-top: -47vh;
    padding-top: 50vh;
    padding-bottom: 3vh;
    display: flex
}

.story-text._2 {
    opacity: 1;
    justify-content: center;
    align-items: center;
    padding-top: 3vh;
    padding-bottom: 3vh;
    display: flex
}

.story-text._3 {
    opacity: 1;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 3vh;
    padding-bottom: 3vh;
    display: flex
}

.story-text._4 {
    opacity: 0;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: -47vh;
    padding-top: 3vh;
    padding-bottom: 50vh;
    display: flex
}

.story-text._5 {
    opacity: 0;
    margin-bottom: -50vh;
    padding-top: 3vh;
    padding-bottom: 53vh
}

.story_slide-identifier-wrapper {
    grid-column-gap: .833vw;
    grid-row-gap: .833vw;
    flex-direction: column;
    height: 80%;
    display: flex;
    position: absolute;
    inset: auto -1.2vw auto auto
}

.story_identifier {
    background-color: var(--white);
    border-radius: 1vw;
    flex: 1;
    width: .18vw
}

.story_identifier._1 {
    background-color: #fff
}

.image-40 {
    object-fit: cover;
    border-radius: 1vw
}

.image-41 {
    border-radius: 1vw
}

.mouse-move_bike {
    z-index: 5;
    position: relative
}

.story_into-view {
    flex: 1;
    width: 100%;
    min-height: auto;
    position: static
}

.story_into-view.first {
    flex: none;
    height: 30%;
    position: relative
}

.story_into-view.second,
.story_into-view.third {
    flex: none;
    height: 20%;
    position: relative
}

.story_into-view.fourth {
    flex: none;
    height: 30%
}

.story_into-view-wrapper {
    flex-direction: column;
    width: 100%;
    height: 120%;
    display: flex;
    position: absolute
}

.html-embed-2 {
    z-index: 3;
    pointer-events: none;
    width: 40vw;
    position: absolute;
    bottom: -9px
}

.hero_button-content-wrapper {
    z-index: 5;
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    justify-content: center;
    align-items: center;
    width: 28vw;
    display: flex;
    position: absolute;
    bottom: 6%
}

.dummy-button {
    pointer-events: none;
    width: 15vw
}

.footer_mob-image {
    display: none
}

.color-heading_wrapper {
    position: relative
}

.color-heading_wrapper.mob {
    display: none
}

.hero_button-trigger {
    width: 0
}

.hero_button-wrapper {
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 4vw;
    display: none;
    position: relative;
    overflow: hidden
}

.story_images-wrap {
    pointer-events: none;
    padding-left: 18vw;
    display: flex;
    position: fixed;
    inset: 0%
}

.story_full-height {
    justify-content: center;
    align-items: flex-end;
    display: flex
}

.story_trigger {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative
}

.story_scroll-in-view {
    height: 1000%;
    position: absolute;
    inset: 0 0% auto auto
}

.story_scroll-in-view._2 {
    width: 1px
}

.story_scroll-in-view._2.mobile {
    display: none
}

.story_scroll-in-view._3 {
    width: 1px
}

.story_scroll-in-view._3.mobile,
.story_scroll-in-view.mobile {
    display: none
}

.cursor-wrapper {
    z-index: 9999;
    pointer-events: none;
    mix-blend-mode: normal;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0%
}

.cursor {
    z-index: 9999;
    pointer-events: none;
    background-color: #fff;
    border: 2.5px solid #e40767;
    border-radius: 100%;
    width: 9px;
    height: 9px;
    position: absolute
}

.mob_footer-img,
.mob_location-nav {
    display: none
}

.div-block-37 {
    perspective: 700px;
    transform-origin: 50% 0;
    transform: perspective(700px)
}

.div-block-38 {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    perspective: 550px;
    perspective-origin: 50%;
    transform-origin: 50% 100%;
    transform: perspective(642px)
}

.div-block-39 {
    perspective: 777px;
    transform-origin: 50% 100%;
    transform: perspective(777px)
}

.cookie-wrapper {
    z-index: 999;
    display: none;
    position: fixed;
    bottom: 0;
    right: 0
}

.text-block-11 {
    opacity: 1;
    pointer-events: none;
    position: absolute
}

.submit-button_menu {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    background-color: #ff5d77;
    background-image: linear-gradient(180deg, var(--grad_01), var(--grad_02));
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 3.75vw;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden
}

.text-block-12 {
    color: var(--white);
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 100%
}

.submit_hover-state {
    background-image: linear-gradient(#f95b17, #e40767);
    position: absolute;
    inset: 0%
}

.hide-menu-button-trigger {
    width: 1px;
    height: 1px
}

.heading-6 {
    -webkit-text-fill-color: transparent;
    background-image: url(images/h6.webp);
    background-position: 50%;
    background-size: auto;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 10vw;
    line-height: 120%
}

.tag-text {
    font-size: .833vw;
    line-height: 130%;
    position: absolute;
    top: 19.6vw;
    right: 14.5vw
}

.tag-text.hero {
    width: 11vw
}

.tag-text.footer {
    flex: 0 auto;
    width: 11vw;
    top: 49.1vw;
    right: 17.8vw
}

.notification-box {
    z-index: 6;
    grid-column-gap: .3vw;
    grid-row-gap: .3vw;
    background-color: #fff;
    border-radius: 100vw;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: .521vw;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 16.1vw
}

.notification-box.mob {
    display: none
}

.notification-box.desk {
    grid-column-gap: .8vw;
    grid-row-gap: .8vw;
    padding-left: 1vw;
    padding-right: .8vw;
    position: relative;
    bottom: auto
}

.image-46 {
    width: 1.1vw;
    height: 1.13vw
}

.text-block-13 {
    font-size: .833vw;
    line-height: 120%
}

.image-47 {
    width: 1vw;
    height: 1vw;
    margin-left: .5vw;
    padding: .1vw
}

.slide-hover-gradient {
    width: 32vw;
    position: static
}

.slide-hover-gradient_wrapper {
    z-index: -1;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%
}

.eye-icon {
    opacity: 1;
    width: 2.5vw;
    display: inline-flex
}

.slide_tag-wrapper {
    z-index: 6;
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    pointer-events: none;
    border-radius: 10vw;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 8vw;
    height: auto;
    display: flex;
    position: absolute;
    top: 17.9vw;
    right: 39.4vw;
    overflow: visible;
    transform: rotate(-9deg)
}

.slide_tag-text {
    font-size: 1.042vw;
    line-height: 110%
}

.tag_slide {
    color: var(--white);
    background-color: #222;
    border-radius: 10vw;
    padding: .8vw 1.7vw;
    font-size: .729vw;
    font-weight: 500;
    line-height: 110%;
    position: absolute;
    bottom: 5.7vw;
    left: auto;
    right: 13.3vw;
    transform: rotate(-9deg)
}

.tag_slide.is_story-stijn {
    z-index: 5;
    top: -1.8vw;
    bottom: auto;
    left: 1.4vw
}

.tag_slide.is_story-warm-cycling {
    z-index: 2;
    bottom: -1.4vw;
    right: 2vw;
    transform: rotate(9deg)
}

.tag_slide.is_story-warm-cycling.desktop {
    z-index: 5;
    display: none
}

.tag_slide.is_story-warm-cycling.mobile {
    opacity: 0;
    display: flex;
    left: 9vw;
    right: auto;
    transform: rotate(-9deg)
}

.tag_slide.is_about-hero-stijn {
    z-index: 2;
    display: flex;
    top: 2.5vw;
    left: -2.9vw;
    transform: rotate(9deg)
}

.tag_slide.is_about-hero-deph {
    z-index: 2;
    display: flex;
    bottom: 3.1vw;
    right: -2.3vw
}

.tag_slide.slide_mountain {
    position: absolute;
    bottom: 6vw;
    right: 15.9vw
}

.tag_slide.mountain {
    opacity: 1;
    transform-origin: 0%;
    position: relative;
    bottom: auto;
    right: auto;
    transform: none
}

.tag_slide.road,
.tag_slide.gravel,
.tag_slide.electric {
    opacity: 1;
    transform-origin: 0%;
    position: absolute;
    top: 0;
    bottom: auto;
    right: auto;
    transform: scale(0)
}

.tag_slide-wrapper {
    width: 100%
}

.tag_slide-wrapper.mountain {
    justify-content: center;
    align-items: center;
    width: 8vw;
    min-width: 100%;
    display: flex
}

.tag_slide-wrapper.elec,
.tag_slide-wrapper.grvl,
.tag_slide-wrapper.road {
    justify-content: center;
    align-items: center;
    width: 8vw;
    min-width: 8vw;
    display: flex
}

.notification-box-collection {
    z-index: 6;
    grid-column-gap: .3vw;
    grid-row-gap: .3vw;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 16.1vw
}

.notification-box-collection.mob {
    display: none
}

.notification-box-collection.desk {
    display: flex;
    bottom: 9.2vw
}

.notification-text {
    justify-content: center;
    align-items: center;
    font-size: 1vw;
    display: block
}

.notification-text p {
    margin-bottom: 0;
    font-size: .833vw;
    line-height: 120%
}

.eye-wrapper {
    z-index: 10;
    pointer-events: none;
    mix-blend-mode: color-dodge;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%
}

.collection-list {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

@media screen and (min-width:1280px) {
    .grid {
        height: auto
    }

    .heading-5 {
        top: -40.7vw
    }

    .html-embed-2 {
        pointer-events: none;
        width: 40vw
    }
}

@media screen and (min-width:1440px) {
    .bk_listing_size_list {
        border-width: .08vw
    }

    .bk_logo-link.w--current {
        height: 4vw
    }

    .body-5 {
        font-family: Dmsans Variablefont Opsz Wght, sans-serif
    }

    .grid {
        height: auto
    }

    .insta-tag {
        padding: 1.4vw 1.5vw 1.5vw;
        bottom: -3.7vw
    }

    .menu_sm-wrapper {
        grid-column-gap: 1.2vw
    }

    .platform_video-embed.mountain {
        width: 104%
    }

    .image-37 {
        border-radius: 2vw
    }

    .bike-particle1.road {
        top: -4vw;
        left: -2vw
    }

    .bike-particle2.road {
        top: 2.8vw;
        right: -12.3vw
    }

    .bike-partice3.road {
        bottom: 32.5vw;
        left: -11.6vw
    }

    .heading-5 {
        top: -40.6vw
    }

    .html-embed-2 {
        width: 40vw
    }
}

@media screen and (min-width:1920px) {
    .body.hidden {
        overflow: hidden
    }

    .nav {
        padding-top: 2vw;
        padding-left: 2vw;
        padding-right: 2vw
    }

    .nav_buttons_wrapper {
        z-index: 1;
        grid-column-gap: 2vw;
        grid-row-gap: 2vw
    }

    .hero_container {
        padding-top: 0
    }

    .h1 {
        font-size: 9vw
    }

    .h1.about {
        line-height: 95%
    }

    .swiper-button.swiper-btn-next {
        width: 4vw;
        height: 4vw
    }

    .swiper-button.swiper-btn-next.contact {
        right: 2.2vw
    }

    .swiper-button.swiper-btn-prev {
        width: 4vw;
        height: 4vw
    }

    .hover_gradient_right {
        opacity: 0
    }

    .swiper.is_hero {
        overflow: visible
    }

    .button_text {
        white-space: nowrap;
        font-size: 1vw
    }

    .button_text.parts {
        font-size: 1vw
    }

    .button_text.menu {
        font-size: .859vw
    }

    .hero_cta_arrow_white {
        width: 1.5vw
    }

    .hero_cta_arrow_white.menu {
        width: 1.3vw
    }

    .hero_cta_arrow_gra {
        width: 1.5vw
    }

    .hero_cta_arrow_gra.menu {
        width: 1.3vw
    }

    .hero_btn.elec {
        opacity: 0;
        height: 4vw;
        bottom: auto
    }

    .hero_btn.mntn {
        opacity: 1;
        height: 4vw;
        bottom: auto
    }

    .hero_btn.road,
    .hero_btn.grl {
        opacity: 0;
        height: 4vw
    }

    .hero_btn_new {
        height: 4vw;
        padding-left: 1.3vw;
        padding-right: 1.3vw
    }

    .hero_btn_new.menu-trigger {
        height: 3vw
    }

    .h4 {
        font-size: 2.4vw
    }

    .h2 {
        font-size: 7vw
    }

    .ticker_img_container {
        height: auto
    }

    .h3_social {
        font-size: 4.8vw
    }

    .insta_icon {
        width: 1.8vw;
        height: 1.8vw
    }

    .social_hover_white {
        border-radius: 100%
    }

    .div-block-3 {
        padding-top: 20vw
    }

    .arrow_footer_wt,
    .arrow_footer_bk {
        width: 2.2vw;
        height: 2.2vw
    }

    .direction_footer {
        font-size: 1vw
    }

    .nav_link_txt,
    .nav_link_txt.hover,
    .nav_link_txt.wht,
    .nav_link_txt.no-hover {
        font-size: .9vw
    }

    .about_hero_txt_wrapper {
        grid-column-gap: 18vw;
        grid-row-gap: 18vw;
        opacity: .3;
        mix-blend-mode: normal
    }

    .the_duo_wrapper {
        top: 12.7vw
    }

    .team_name.one {
        width: 100%
    }

    .brands_wrapper {
        grid-column-gap: 2.6vw;
        grid-row-gap: 2.6vw
    }

    .brand01 {
        width: 19.2vw;
        height: 10.4168vw
    }

    .huyser {
        height: 1.92vw
    }

    .brand02,
    .brand03 {
        width: 19.2vw;
        height: 10.4168vw
    }

    .bk_listing_size_list {
        border-width: .07vw
    }

    .submit-trigger.is_menu {
        height: 0;
        padding-top: 0;
        padding-bottom: 0;
        font-size: .859vw
    }

    .msg_received_txt {
        font-size: .7vw
    }

    .msg_received_txt._2nd {
        font-size: 1.2vw
    }

    .msg_rcvd {
        padding: .5vw .9vw
    }

    .image-14 {
        width: 4vw
    }

    .bk_logo_full {
        opacity: 0;
        height: 3vw
    }

    .bk_logo-link.w--current {
        height: 3.5vw
    }

    .bk_logo_head {
        opacity: 1;
        height: 2.5vw
    }

    .text-block-5 {
        font-size: .8vw
    }

    .text-block-5.before_bikes {
        color: var(--white)
    }

    .f44txt {
        margin-top: .05vw;
        font-size: .63vw
    }

    .f44_badge {
        background-color: var(--black);
        padding: .6vw .9vw
    }

    .f44logo {
        height: .6vw
    }

    .ar_black {
        opacity: 0;
        width: .8vw
    }

    .ar_black.menu {
        width: .7vw
    }

    .location_arrow {
        width: 1.2vw;
        height: 1.2vw;
        right: 3.5vw
    }

    .location_arrow.bikes {
        border-color: var(--white)
    }

    .location_arrow.menu {
        width: 1vw;
        height: 1vw;
        bottom: -.1vw;
        right: .3vw
    }

    .ar_white {
        opacity: 1;
        filter: brightness(1000%);
        width: .8vw
    }

    .ar_white.menu {
        width: .7vw
    }

    .email_txt {
        font-size: .8vw
    }

    .email_txt.before {
        font-size: .8vw;
        display: block
    }

    .nav_bikes {
        padding-top: 1.6vw;
        padding-left: 2vw;
        padding-right: 2vw
    }

    .number_txt.before {
        display: block
    }

    .social_bg_bottom {
        margin-top: -10vw
    }

    .footer_main_direction_link {
        margin-top: -28vw;
        margin-bottom: -2vw
    }

    .bmc_logo {
        height: 2vw
    }

    .guerciotti {
        height: 3.2vw
    }

    .div-block-20 {
        top: .4vw
    }

    .social_and_footer {
        position: relative
    }

    .category-wrapper {
        opacity: 1;
        padding: .5vw 1vw;
        bottom: -1vw
    }

    .text-block-8 {
        font-size: .75vw;
        line-height: 100%
    }

    .instock-top-hover-image {
        width: 5.5vw
    }

    .image-19 {
        height: auto
    }

    .hero-slide-content-wrapper {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        padding-left: 4vw;
        padding-right: 4vw;
        display: flex
    }

    .platform-image.mountain {
        margin-top: -4.5vw
    }

    .hero-bike-image {
        margin-top: 0
    }

    .hero_bike-wrapper {
        top: auto
    }

    .grid {
        height: auto
    }

    .insta-tag {
        opacity: 1;
        border-radius: 100px;
        margin-right: -1.2vw;
        padding: 1.1vw 1.5vw;
        bottom: -3.2vw
    }

    .insta-tag-text {
        font-size: 1.3vw;
        line-height: 1.3vw
    }

    .footer-tag {
        width: auto;
        right: -5.7vw
    }

    .footer-tag-text {
        font-size: 1.2vw;
        line-height: 1.1vw
    }

    .menu_box {
        width: 20.313vw;
        padding: 1.563vw;
        top: 3.7vw
    }

    .heading-2 {
        font-size: 1.25vw
    }

    .menu-text-field {
        border-radius: 1vw;
        height: 1.992vw;
        padding-left: .8vw;
        font-size: .625vw
    }

    .menu-text-field.is_paragraph-field {
        border-radius: 1vw;
        height: 3.984vw;
        padding-top: .6vw
    }

    .form-block-3 {
        margin-top: 1.563vw
    }

    .menu-form {
        grid-column-gap: .938vw;
        grid-row-gap: .938vw
    }

    .image-26 {
        width: .8vw
    }

    .text-block-9 {
        margin-right: .3vw;
        font-size: .859vw
    }

    .menu_sm-wrapper {
        grid-row-gap: 1.2vw;
        margin-top: 1.875vw
    }

    .sm_tiny-text {
        font-size: .469vw
    }

    .sm_text-content {
        font-size: .625vw;
        transition: color .5s
    }

    .sm_text-content:hover {
        opacity: 1;
        color: #e13251
    }

    .sm_text-content.no-hover {
        transition-property: none
    }

    .sm_text-content.no-hover:hover {
        color: #4b4b4b
    }

    .menu_cross-button {
        width: 1.563vw;
        height: 1.563vw;
        transition: opacity .3s;
        top: .938vw;
        right: .938vw
    }

    .menu_cross-button:hover {
        opacity: .8
    }

    .menu_cross {
        width: 40%;
        height: 40%
    }

    .mobile_menu-wrapper {
        display: none
    }

    .sm_link-block {
        color: #4b4b4b;
        transition-property: none
    }

    .sm_link-block:hover {
        opacity: 1;
        color: #e13251
    }

    .platform_video-embed.electric,
    .platform_video-embed.mountain {
        width: 104%;
        margin-top: -9vw
    }

    .platform_video-embed.road,
    .platform_video-embed.gravel {
        width: 110%;
        margin-top: -8.5vw
    }

    .cookie-box {
        display: none
    }

    .image-38 {
        width: .8vw
    }

    .div-block-32 {
        top: .6vw;
        right: .6vw
    }

    .bike-particle1 {
        width: 4vw
    }

    .bike-particle1.mtn {
        width: 6vw;
        top: 14.2vw
    }

    .bike-particle1.road {
        top: -3.6vw;
        left: 1.2vw
    }

    .bike-particle1.elec {
        width: 3.5vw;
        top: 16vw;
        left: -8.9vw
    }

    .bike-particle2.mtn {
        width: 5vw;
        top: -5.5vw;
        right: -3.9vw
    }

    .bike-particle2.road {
        width: 5.5vw;
        top: 7.4vw;
        right: -9vw
    }

    .bike-particle2.grvl {
        width: 4.5vw
    }

    .bike-particle2.elec {
        width: 6vw;
        top: -3.8vw
    }

    .bike-partice3 {
        width: 3.5vw
    }

    .bike-partice3.road {
        bottom: 31.2vw;
        left: -10.5vw
    }

    .bike-partice3.grvl {
        bottom: 38.5vw;
        right: -14.8vw
    }

    .bike-particle-image.first {
        width: 6vw
    }

    .bike-particle-image.second {
        width: 5vw
    }

    .bike-particle-image.third {
        width: 3.5vw
    }

    .about_story-padding {
        margin-left: 15vw;
        margin-right: 15vw
    }

    .heading-5 {
        font-size: 4.167vw
    }

    .about_story-para-wrapper {
        margin-top: 10vw;
        margin-bottom: 10vw
    }

    .about_story-block {
        position: relative
    }

    .image-39 {
        object-fit: cover
    }

    .story-text._1 {
        justify-content: center;
        align-items: flex-end
    }

    .html-embed-2 {
        width: 37vw
    }

    .hero_button-content-wrapper {
        grid-column-gap: 2vw;
        grid-row-gap: 2vw
    }

    .hero_button-wrapper {
        height: 4vw
    }

    .story_trigger._1 {
        display: none
    }

    .story_trigger._2 {
        display: block
    }

    .story_trigger._3,
    .story_trigger._4 {
        display: none
    }

    .hide-menu-button-trigger {
        width: 1px;
        height: 1px;
        padding-bottom: 0;
        padding-right: 0
    }

    .tag-text {
        right: 17.5vw
    }

    .tag-text.footer {
        top: 44.6vw
    }

    .slide-hover-gradient {
        width: 29vw
    }

    .slide_tag-wrapper {
        right: 43.6vw
    }
}

@media screen and (max-width:991px) {
    .body {
        overflow: visible
    }

    .nav_buttons_wrapper {
        grid-column-gap: 4vw;
        grid-row-gap: 4vw
    }

    .hero_container {
        padding-top: 0
    }

    .h1 {
        perspective: 826px;
        font-size: 13vw;
        transform: perspective(826px)perspective(1000px)
    }

    .h1.footer {
        z-index: 3;
        font-size: 16vw
    }

    .h1.footer.bikes.desktop {
        display: none
    }

    .h1.footer.bikes.mobile {
        margin-top: -20vw;
        margin-bottom: -13vw;
        display: block
    }

    .h1.footer.mob {
        margin-top: -22vw;
        margin-bottom: -13vw;
        display: block
    }

    .h1.footer.desk {
        display: none
    }

    .h1.about {
        font-size: 18vw;
        line-height: 100%
    }

    .h1.mobile {
        font-size: 16vw;
        line-height: 90%;
        display: none
    }

    .h1.desktop {
        font-size: 16vw;
        display: flex
    }

    .h1.is_bg.mntn {
        background-position: 50% -800%;
        font-size: 16vw;
        display: block
    }

    .h1.is_bg.road,
    .h1.is_bg.grl {
        opacity: 1;
        background-position: 50% -800%;
        background-size: 60%;
        font-size: 16vw;
        display: block
    }

    .h1.is_bg.elec {
        opacity: 0;
        background-position: 50% -800%;
        font-size: 16vw;
        display: block
    }

    .swiper-button.swiper-btn-next {
        width: 7vw;
        height: 7vw;
        right: 0%
    }

    .swiper-button.swiper-btn-next.contact {
        bottom: 3.9vw;
        right: 3.8vw
    }

    .swiper-button.swiper-btn-next.desk {
        width: 0;
        height: 0;
        display: flex
    }

    .swiper-button.swiper-btn-next.mob {
        display: flex
    }

    .swiper-button.swiper-btn-prev {
        width: 7vw;
        height: 7vw;
        left: 0%
    }

    .swiper-button.swiper-btn-prev.desk {
        width: 0;
        height: 0;
        display: flex
    }

    .swiper-button.swiper-btn-prev.mob {
        display: flex
    }

    .hover_gradient_right {
        width: 7vw;
        height: 7vw
    }

    .swiper.is_hero {
        margin-top: 20%
    }

    .button_text,
    .button_text.parts {
        font-size: 1.8vw
    }

    .button_text.menu {
        font-size: 1.9vw
    }

    .button_text.cookie-accept,
    .button_text.cookie-deline {
        font-size: 2.083vw
    }

    .hero_cta_arrow_white {
        width: 2.8vw
    }

    .hero_cta_arrow_white.menu {
        width: 2.5vw
    }

    .hero_cta_arrow_gra {
        width: 2.8vw
    }

    .hero_cta_arrow_gra.menu {
        width: 2.5vw
    }

    .hero_btn.elec,
    .hero_btn.mntn,
    .hero_btn.road,
    .hero_btn.grl {
        height: 7vw;
        bottom: auto
    }

    .hero_btn_new {
        height: 7vw;
        padding: 2vw 2.5vw
    }

    .hero_btn_new.grl,
    .hero_btn_new.mntn,
    .hero_btn_new.elec,
    .hero_btn_new.road,
    .hero_btn_new.menu-trigger {
        height: 7vw
    }

    .hero_btn_new.cookie-accept {
        padding: 2.083vw 2.604vw
    }

    .parts_ticker {
        padding-top: 16vw
    }

    .h4 {
        font-size: 4vw
    }

    .h4.about_ticker {
        z-index: 3;
        font-size: 5vw
    }

    .h4.is_about {
        font-size: 4vw
    }

    .h2 {
        font-size: 10vw
    }

    .explore_parts_card {
        z-index: 3;
        width: 30vw;
        padding: 3vw
    }

    .parts_section_heading {
        font-size: 2vw
    }

    .parts_btn_new {
        padding: 2vw 2.5vw
    }

    .parts_btn_new.cookie-decline {
        padding: 2.083vw 2.604vw
    }

    .hover_white {
        opacity: 0
    }

    .parts_btn_text {
        font-size: 2vw
    }

    .div-block {
        width: 15vw;
        height: 15vw
    }

    .ticker_img_container {
        z-index: 2
    }

    .instock_wrapper {
        margin-left: 4vw;
        margin-right: 4vw
    }

    .image-2 {
        pointer-events: none
    }

    .instock_bike_text {
        font-size: 1.6vw
    }

    .st_name_link {
        margin-top: 4vw;
        padding-left: 2.5vw;
        padding-right: 2.5vw
    }

    .first_1 {
        padding-top: 2.5vw;
        padding-bottom: 3.5vw
    }

    .instock_all_btn {
        margin-top: 5vw
    }

    .h3_social {
        font-size: 8vw
    }

    .h3_social.about {
        width: 75vw
    }

    .insta_icon {
        width: 2vw;
        height: 2vw;
        margin: 1.5vw
    }

    .insta_icon.contact {
        width: 3vw;
        height: 3vw
    }

    .insta_icon_wrapper {
        width: 6.5vw;
        height: 6.5vw
    }

    .social_section_link {
        margin-top: 5vw
    }

    .social_hover_white {
        width: 7vw;
        height: 7vw
    }

    .social_img_01 {
        width: 33vw;
        height: 21vw
    }

    .social_img_02 {
        width: 24vw;
        height: 28vw
    }

    .social_img_03 {
        width: 22vw;
        height: 16vw
    }

    .image-4 {
        width: 111%;
        transform: translate(-6%)
    }

    .social_img_04,
    .social_img_05 {
        width: 15vw;
        height: 13.5vw
    }

    .footer {
        position: relative
    }

    .div-block-3 {
        padding-top: 0;
        padding-bottom: 7vw
    }

    .div-block-3.is_second-footer {
        padding-bottom: 3vw
    }

    .footer_cta {
        width: 60vw;
        height: 60vw
    }

    .arrow_footer_wt {
        width: 4vw;
        height: 4vw
    }

    .map {
        opacity: 1;
        width: 30vw;
        height: 30vw
    }

    .arrow_footer_bk {
        opacity: 1;
        width: 4vw;
        height: 4vw
    }

    .div-block-4 {
        width: 15vw;
        height: 15vw
    }

    .direction_footer {
        font-size: 2vw;
        left: 34.1vw
    }

    .nav_link_txt {
        font-size: 1.8vw
    }

    .nav_link_txt.hover {
        opacity: 0;
        font-size: 1.8vw;
        display: none
    }

    .nav_link_txt.wht,
    .nav_link_txt.no-hover {
        font-size: 1.8vw
    }

    .about_hero {
        height: 160vw;
        padding-top: 0
    }

    .about_hero_wrapper {
        justify-content: center;
        align-items: center;
        padding-bottom: 44vw;
        overflow: hidden
    }

    .image-9 {
        width: 200%;
        min-width: 200%;
        position: relative
    }

    .about_hero_txt_wrapper {
        grid-column-gap: 35vw;
        grid-row-gap: 35vw;
        top: 22.8vw
    }

    .duo_img_wrapper {
        border-radius: 2vw;
        width: 40vw;
        height: 45vw
    }

    .the_duo_wrapper {
        height: auto;
        position: relative;
        top: auto
    }

    .about_para {
        margin-bottom: 12vw;
        padding-top: 12vw
    }

    .image-10 {
        height: 45vw
    }

    .team_name.one {
        font-size: 1.8vw;
        top: auto;
        bottom: 7.1vw;
        left: auto
    }

    .team_name.two {
        font-size: 1.8vw;
        top: 8.1vw;
        left: 0;
        right: 24.8vw
    }

    .about_para_wrapper {
        padding-top: 0
    }

    .about_ticker_txt {
        z-index: 10;
        width: 60vw
    }

    .brands_section {
        padding-top: 20vw
    }

    .filters_wrapper {
        margin-top: 0;
        padding-top: 12vw
    }

    .bikes_wrapper {
        margin-top: 3vw;
        margin-left: 5vw;
        margin-right: 5vw
    }

    .bk_listing_wrapper {
        border-radius: 2vw
    }

    .bk_listing_brand {
        font-size: 1.4vw
    }

    .heading {
        margin-top: 1vw;
        font-size: 2.2vw
    }

    .text-block-2 {
        margin-top: 1.5vw;
        font-size: 2.5vw
    }

    .bk_listing_size_wrapper {
        grid-column-gap: .6vw;
        grid-row-gap: .6vw;
        margin-top: 1vw
    }

    .bk_listing_size_list {
        border-radius: 4vw;
        padding: .8vw .9vw .7vw;
        font-size: 1.4vw
    }

    .radio_field {
        margin-left: .4vw;
        margin-right: .4vw
    }

    .form {
        margin-left: 5vw;
        margin-right: 5vw
    }

    .radio_lable {
        padding: 2vw 2.5vw;
        font-size: 1.8vw
    }

    .cl_bkies_list {
        grid-template-columns: 1fr 1fr
    }

    .footer_bikes {
        overflow: hidden
    }

    .footer_bikes.is_second-footer {
        z-index: 1;
        flex-flow: column;
        padding-bottom: 5vw;
        overflow: visible
    }

    .bg_bikes {
        z-index: -1;
        width: 219vw
    }

    .bikes_btn {
        border-width: .7px;
        width: 6vw;
        height: 6vw
    }

    .parts_wrapper {
        margin-top: 0;
        margin-left: 5vw;
        margin-right: 5vw;
        padding-top: 12vw
    }

    .contact_hero {
        padding-top: 20vw
    }

    .text-field {
        border-width: 1px;
        height: 6vw;
        padding-left: 2.5vw;
        padding-right: 2.5vw;
        font-size: 2vw
    }

    .div-block-8 {
        grid-column-gap: 3vw;
        grid-row-gap: 3vw;
        grid-template-rows: 1fr 1fr 3fr;
        grid-template-columns: 1fr
    }

    .text-area {
        border-width: 1px;
        flex: 0 auto;
        padding-top: 2vw;
        padding-left: 2.5vw;
        padding-right: 2.5vw;
        font-size: 2vw
    }

    .form-block-2 {
        width: 50vw
    }

    .submit-trigger {
        margin-top: 4vw;
        font-size: 2vw
    }

    .submit-trigger.is_menu {
        margin-top: 1vw
    }

    .msg_rcvd {
        right: 24%
    }

    .contact_ticker_img {
        width: 32.8122vw;
        height: 20vw
    }

    .contact_ticker_link {
        width: 45vw;
        height: 20vw
    }

    .text-block-4 {
        font-size: 3vw
    }

    .bk_logo_full {
        height: 5.5vw
    }

    .bk_logo-link {
        height: 5vw
    }

    .bk_logo-link.w--current {
        height: 5.5vw
    }

    .bk_logo_head {
        height: 4.5vw
    }

    .div_for_nav_social {
        margin-top: 20vw
    }

    .footer_contact_wrapper {
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
        margin-top: 5vw;
        padding-bottom: 2.5vw;
        padding-left: 4.167vw;
        padding-right: 4.167vw
    }

    .footer_contact_wrapper.is_second-footer {
        margin-top: 8vw
    }

    .text-block-5 {
        font-size: 1.8vw
    }

    .div-block-11 {
        flex-flow: column;
        justify-content: center;
        align-items: center
    }

    .f44txt {
        font-size: 1.5vw
    }

    .f44_badge {
        grid-column-gap: 1vw;
        grid-row-gap: 1vw;
        padding: 1.2vw 1.6vw
    }

    .f44_badge.desktop {
        display: none
    }

    .f44_badge.mobile {
        background-color: #eee;
        text-decoration: none;
        display: flex
    }

    .f44_badge.mobile.is_second-footer {
        background-color: #eee
    }

    .f44logo {
        height: 1.4vw
    }

    .ar_black {
        width: 1vw
    }

    .ar_black.menu {
        width: 1.7vw
    }

    .location_arrow {
        width: 2vw;
        height: 2vw;
        bottom: .3vw;
        right: 8.6vw
    }

    .location_arrow.menu {
        width: 2.5vw;
        height: 2.5vw;
        right: 1.9vw
    }

    .div-block-14 {
        width: 3vw;
        height: 3vw
    }

    .ar_white {
        width: 1vw
    }

    .ar_white.menu {
        width: 1.7vw
    }

    .contact_wrapper {
        grid-column-gap: 1vw;
        grid-row-gap: 1vw;
        justify-content: center;
        align-items: center
    }

    .footer_email_link.reg-no,
    .footer_direction_link {
        display: none
    }

    .email_txt,
    .email_txt.before {
        font-size: 2.5vw
    }

    .email_txt.desktop {
        display: none
    }

    .div_for_about_logo {
        height: 100vw
    }

    .text-block-6 {
        font-size: 1.5vw
    }

    .number_txt {
        font-size: 2.5vw
    }

    .contact_phone_wrapper,
    .contact_location_wrapper {
        grid-column-gap: 1.5vw;
        grid-row-gap: 1.5vw
    }

    .div_for_about_links_1 {
        top: 128vw
    }

    .contact_bg_3 {
        bottom: -16%
    }

    .social_bg_bottom {
        width: 180vw;
        margin-bottom: -7vw;
        margin-left: -40vw
    }

    .link-block-8 {
        text-decoration: none
    }

    .footer_main_direction_link {
        margin-top: 0;
        margin-bottom: 0
    }

    .footer_main_direction_link_bikes {
        margin-top: 0
    }

    .bold-text {
        font-size: 2.5vw
    }

    .instock-list {
        grid-template-columns: 1fr 1fr 1fr
    }

    .category-wrapper {
        z-index: 1100;
        opacity: 1;
        padding: .8vw 1.6vw;
        bottom: -1.3vw
    }

    .text-block-8 {
        font-size: 1.1vw
    }

    .instock-top-hover-image {
        opacity: 0
    }

    .hero-slide-content-wrapper {
        width: 75%
    }

    .platform-image {
        margin-top: -10.5vw
    }

    .platform-image.electric {
        margin-top: 1vw;
        display: block
    }

    .platform-image.road {
        margin-top: 2vw;
        display: block
    }

    .platform-image.gravel {
        margin-top: 1.9vw;
        display: block
    }

    .platform-image.mountain {
        margin-top: -1vw;
        display: block
    }

    .hero-bike-image {
        width: 71vw
    }

    .insta-tag {
        opacity: 1;
        margin-right: -1.2vw;
        padding: 1.2vw 1.7vw;
        bottom: -4.5vw
    }

    .insta-tag-text {
        font-size: 2vw
    }

    .footer-tag {
        opacity: 1;
        padding: 1.4vw 2.5vw;
        right: -10.8vw
    }

    .footer-tag-text {
        font-size: 2vw;
        line-height: 100%
    }

    .menu_box {
        width: 52vw;
        padding: 4vw
    }

    .heading-2 {
        font-size: 3.2vw
    }

    .menu-text-field {
        border-radius: 3vw;
        height: 5.1vw;
        padding-left: 2vw;
        font-size: 1.6vw
    }

    .menu-text-field.is_paragraph-field {
        border-radius: 3vw;
        height: 13.1vw;
        padding-top: 2vw
    }

    .menu-form {
        grid-column-gap: 1vw;
        grid-row-gap: 1vw
    }

    .image-26 {
        width: 2vw
    }

    .div-block-26 {
        margin-top: 1vw
    }

    .text-block-9 {
        margin-right: 3vw;
        font-size: 2vw
    }

    .menu_sm-wrapper {
        grid-column-gap: 1vw;
        grid-row-gap: 1.7vw;
        margin-top: 6vw
    }

    .sm_tiny-text {
        font-size: 1.2vw
    }

    .sm_text-content {
        color: #4b4b4b;
        font-size: 1.6vw;
        text-decoration: none
    }

    .menu_cross-button {
        width: 5vw;
        height: 5vw
    }

    .menu_cross {
        width: 1.6vw;
        height: 1.6vw
    }

    .platform_video-embed.electric {
        height: auto;
        margin-top: -1.5vw;
        display: none
    }

    .platform_video-embed.mountain {
        height: auto;
        margin-top: -1.9vw;
        display: none
    }

    .platform_video-embed.road {
        height: auto;
        margin-top: -2vw;
        display: none
    }

    .platform_video-embed.gravel {
        margin-top: -1.5vw;
        display: none
    }

    .cookie-box {
        border-radius: 2vw;
        width: 49.479vw;
        padding: 5.208vw
    }

    .heading-4 {
        margin-bottom: 3.8vw;
        font-size: 2.604vw
    }

    .button {
        padding: 2.083vw 2.604vw;
        font-size: 2.083vw
    }

    .div-block-31 {
        grid-column-gap: 1vw;
        grid-row-gap: 1vw
    }

    .image-38 {
        width: 1.8vw
    }

    .div-block-32 {
        top: 1vw;
        right: 1vw
    }

    .bike-particle1 {
        width: 6vw;
        top: -.6vw;
        left: -2.5vw
    }

    .bike-particle1.mtn {
        width: 8vw;
        top: -.4vw
    }

    .bike-particle1.road {
        top: -16.2vw;
        left: 14.3vw
    }

    .bike-particle1.grvl {
        width: 6vw;
        top: -17.3vw;
        left: 17.5vw
    }

    .bike-particle1.elec {
        width: 6vw;
        top: .1vw;
        left: .3vw
    }

    .bike-particle2 {
        width: 11vw
    }

    .bike-particle2.mtn {
        width: 7.5vw;
        top: -18.3vw;
        right: 9.6vw
    }

    .bike-particle2.road {
        top: 1.6vw;
        right: -11.6vw
    }

    .bike-particle2.grvl {
        bottom: 48.4vw;
        left: -9.2vw
    }

    .bike-particle2.elec {
        width: 10vw;
        top: -17.3vw;
        right: 9.3vw
    }

    .bike-partice3 {
        width: 6vw;
        bottom: 48vw;
        right: -5.4vw
    }

    .bike-partice3.road {
        bottom: 49.5vw
    }

    .bike-partice3.grvl {
        width: 5.5vw;
        bottom: 76.3vw;
        right: -5.9vw
    }

    .bike-particle-image.first {
        width: 9vw
    }

    .bike-particle-image.second {
        width: 7.5vw
    }

    .bike-particle-image.third {
        width: 6vw
    }

    .preloader_image.first {
        border-radius: 14px;
        width: 20.833vw;
        height: 25vw
    }

    .preloader_image.second,
    .preloader_image.third,
    .preloader_image.fourth,
    .preloader_image.fifth,
    .preloader_image.dup-first,
    .preloader_image.dup-second,
    .preloader_image.dup-third,
    .preloader_image.dup-fourth,
    .preloader_image.dup-fifth {
        width: 20.833vw;
        height: 25vw
    }

    .preloader-heading {
        margin-bottom: -7vw;
        font-size: 20.833vw
    }

    .preloader_line-wrapper {
        width: 16.064vw;
        height: .866vw;
        bottom: -4.6vw;
        right: -3.5vw
    }

    .hero_heading-wrapper {
        top: 11%
    }

    .about_story {
        padding-top: 0
    }

    .heading-5 {
        width: 100%;
        top: -23.9vw;
        left: 0
    }

    .about_story-sticky {
        flex: none;
        justify-content: flex-start;
        align-items: flex-end;
        width: 35%;
        height: 65vh;
        top: 10vh
    }

    .about_story-block {
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 0;
        padding-right: 0
    }

    .story_image-wrap {
        width: 20vw;
        height: 25vw;
        margin-bottom: -1vw;
        left: 0
    }

    .story_text-wrapper {
        justify-content: flex-start;
        align-items: flex-start;
        width: 75%
    }

    .story_image-wrapper._1,
    .story_image-wrapper._2,
    .story_image-wrapper._3,
    .story_image-wrapper._4,
    .image-39 {
        width: 100%;
        height: 100%
    }

    .tag.is_story-stijn {
        padding: 1.2vw 2vw;
        font-size: 1.7vw;
        top: -4.8vw
    }

    .tag.is_story-warm-cycling {
        padding: 1.4vw 2.5vw;
        font-size: 2vw;
        bottom: -5vw;
        right: .8vw
    }

    .tag.is_story-warm-cycling.desktop {
        display: none
    }

    .tag.is_story-warm-cycling.mobile {
        padding: 1.2vw 2vw;
        font-size: 1.7vw;
        display: flex;
        bottom: -4vw;
        left: 14.4vw;
        right: auto;
        transform: rotate(-9deg)
    }

    .tag.is_about-hero-stijn {
        padding: 1.4vw 2.5vw;
        font-size: 2vw;
        top: 4.2vw;
        left: -9.1vw
    }

    .tag.is_about-hero-deph {
        padding: 1.4vw 2.5vw;
        font-size: 2vw;
        bottom: 6.7vw;
        right: -8.3vw
    }

    .story-text._1 {
        margin-top: -48.5vh;
        padding-bottom: 1.5vh;
        font-size: 2.8vw
    }

    .story-text._2,
    .story-text._3 {
        padding-top: 1.5vh;
        padding-bottom: 1.5vh;
        font-size: 2.8vw
    }

    .story-text._4 {
        margin-bottom: -48.5vh;
        padding-top: 1.5vh;
        font-size: 2.8vw;
        position: static;
        left: -4.708vw
    }

    .story-text._5 {
        font-size: 2.8vw
    }

    .story_slide-identifier-wrapper {
        right: -4vw
    }

    .story_identifier._1,
    .story_identifier._2,
    .story_identifier._3,
    .story_identifier._4 {
        width: .4vw
    }

    .story_into-view-wrapper {
        height: 130%
    }

    .html-embed-2 {
        width: 65vw;
        display: none
    }

    .hero_button-content-wrapper {
        grid-column-gap: 4vw;
        grid-row-gap: 4vw;
        width: 50vw;
        bottom: 20%
    }

    .dummy-button {
        width: 25vw
    }

    .footer_mob-image {
        width: 65vw;
        display: none;
        position: absolute;
        bottom: 0
    }

    .about_top-gradient-wrapper {
        z-index: -1;
        justify-content: center;
        align-items: center;
        display: flex;
        position: absolute
    }

    .color-heading_wrapper.desk {
        display: none
    }

    .color-heading_wrapper.mob {
        display: block
    }

    .hero_button-wrapper {
        height: 7vw;
        display: flex
    }

    .cursor-wrapper {
        display: none
    }

    .mob_footer-img {
        z-index: 34;
        display: block;
        position: relative
    }

    .mob_footer-img.second-footer {
        width: 40vw
    }

    .tag-text {
        font-size: 1.2vw;
        top: 9.5vw;
        right: 3.3vw
    }

    .tag-text.footer {
        flex: 0 auto;
        width: auto;
        min-width: auto;
        position: absolute;
        top: 74.7vw;
        right: 9.4vw
    }

    .notification-box {
        padding: .7vw
    }

    .notification-box.mob {
        grid-column-gap: .8vw;
        grid-row-gap: .8vw;
        padding-left: 1vw;
        padding-right: 1vw;
        display: flex;
        position: relative;
        bottom: auto
    }

    .image-46 {
        width: 1.3vw;
        height: 1.3vw
    }

    .text-block-13 {
        font-size: 1vw
    }

    .image-47 {
        width: 1.3vw;
        height: 1.3vw
    }

    .slide-hover-gradient_wrapper,
    .slide_tag-wrapper {
        display: none
    }

    .tag_slide.is_story-stijn {
        padding: 1.2vw 2vw;
        font-size: 1.7vw;
        top: -4.8vw
    }

    .tag_slide.is_story-warm-cycling {
        padding: 1.4vw 2.5vw;
        font-size: 2vw;
        bottom: -5vw;
        right: .8vw
    }

    .tag_slide.is_story-warm-cycling.desktop {
        display: none
    }

    .tag_slide.is_story-warm-cycling.mobile {
        padding: 1.2vw 2vw;
        font-size: 1.7vw;
        display: flex;
        bottom: -4vw;
        left: 14.4vw;
        right: auto;
        transform: rotate(-9deg)
    }

    .tag_slide.is_about-hero-stijn {
        padding: 1.4vw 2.5vw;
        font-size: 2vw;
        top: 4.2vw;
        left: -9.1vw
    }

    .tag_slide.is_about-hero-deph {
        padding: 1.4vw 2.5vw;
        font-size: 2vw;
        bottom: 6.7vw;
        right: -8.3vw
    }

    .notification-box-collection {
        padding: .7vw
    }

    .notification-box-collection.mob {
        display: none;
        top: -3.9vw;
        bottom: auto
    }

    .notification-box-collection.desk {
        bottom: -3.2vw
    }

    .notification-text p {
        font-size: 1vw
    }

    .eye-wrapper {
        display: none
    }
}

@media screen and (max-width:767px) {
    .nav_buttons_wrapper {
        display: flex
    }

    .hero_container {
        height: 150vw;
        padding-top: 12vw
    }

    .h1 {
        font-size: 10vw
    }

    .h1.desktop {
        display: block
    }

    .swiper-button.swiper-btn-next {
        border-width: .7px;
        right: 0%
    }

    .swiper-button.swiper-btn-prev {
        border-width: .7px;
        bottom: auto;
        left: 0
    }

    .swiper.is_hero {
        margin-top: -15vw
    }

    .button_text.menu {
        font-size: 2.7vw
    }

    .hero_cta_arrow_white.menu,
    .hero_cta_arrow_gra.menu {
        width: 4vw
    }

    .hero_btn_new.menu-trigger {
        grid-column-gap: 2vw;
        grid-row-gap: 2vw;
        height: 10vw
    }

    .parts_btn_new,
    .instock_btn {
        border-width: .7px
    }

    .h3_social {
        margin-bottom: 13vw
    }

    .insta_icon {
        width: 3.5vw;
        height: 3.5vw
    }

    .insta_icon_wrapper {
        width: 8vw;
        height: 8vw
    }

    .div-block-3 {
        padding-top: 0
    }

    .nav_link_wrapper {
        display: none
    }

    .about_hero {
        height: 120vw;
        padding-top: 7.5vw
    }

    .about_hero_wrapper {
        justify-content: center;
        align-items: flex-start
    }

    .image-9 {
        width: 130%
    }

    .about_hero_txt_wrapper {
        padding-top: 7vw;
        top: 8vw
    }

    .the_duo_wrapper {
        top: 19.8vw
    }

    .team_name.one {
        left: auto
    }

    .team_name.two {
        right: 25.3vw
    }

    .about_ticker_txt {
        width: 64vw;
        margin-left: 15vw
    }

    .cl_bkies_item {
        padding: 1.5vw
    }

    .bk_listing_wrapper {
        border-radius: 2vw;
        padding: 4vw
    }

    .bk_listing_detail_wrapper {
        margin-top: 4vw
    }

    .bk_listing_brand {
        font-size: 2vw
    }

    .heading {
        margin-top: 2vw;
        font-size: 3.5vw
    }

    .text-block-2 {
        margin-top: 2.5vw;
        font-size: 4vw
    }

    .bk_listing_size_wrapper {
        grid-column-gap: 1vw;
        grid-row-gap: 1vw;
        margin-top: 2vw
    }

    .bk_listing_size_list {
        padding: 1vw 1.5vw .9vw;
        font-size: 2vw
    }

    .radio_field {
        margin-left: .6vw;
        margin-right: .6vw
    }

    .radio_lable {
        font-size: 2vw
    }

    .cl_bkies_list {
        grid-template-columns: 1fr 1fr
    }

    .bg_bikes {
        width: 205vw
    }

    .div-block-7 {
        justify-content: center;
        align-items: center;
        width: .18vw;
        margin-left: 1vw;
        margin-right: 1vw
    }

    .bikes_btn {
        width: 6vw;
        height: 6vw;
        bottom: 4vw;
        right: 4vw
    }

    .cl_parts_item {
        padding: 1.5vw 0
    }

    .contact_hero {
        padding-top: 16vw
    }

    .text-field,
    .text-area {
        border-width: .8px
    }

    .submit-trigger.is_menu {
        font-size: 3.793vw
    }

    .msg_rcvd {
        right: 33%
    }

    .bk_logo_full {
        height: 6vw
    }

    .bk_logo-link.w--current {
        width: 13vw;
        min-width: 13vw
    }

    .bk_logo_head {
        height: 5.5vw
    }

    .bk_logo_wrapper {
        justify-content: flex-start
    }

    .footer_contact_wrapper {
        margin-top: 20vw
    }

    .ar_black {
        width: 2vw
    }

    .location_arrow.menu {
        width: 4vw;
        height: 4vw;
        bottom: -.1vw;
        right: 2.1vw
    }

    .ar_white {
        width: 2vw
    }

    .social_bg_bottom {
        width: 120vw;
        margin-bottom: 0;
        margin-left: -10vw
    }

    .footer_main_direction_link {
        margin-top: 0
    }

    .div-block-20 {
        justify-content: flex-start;
        height: 11vw;
        padding-left: 5vw
    }

    .body-5 {
        font-family: Dmsans Variablefont Opsz Wght, sans-serif
    }

    .text-block-7 {
        font-size: 1.5vw
    }

    .hero-slide-content-wrapper {
        width: 80%
    }

    .platform-image {
        margin-top: -11.5vw
    }

    .platform-image.gravel {
        margin-top: 1.9vw
    }

    .hero-bike-image {
        width: 76vw
    }

    .insta-tag {
        padding-top: .6vw;
        padding-bottom: .6vw;
        bottom: -5.2vw
    }

    .footer-tag {
        padding-top: 1.2vw;
        padding-bottom: 1.2vw
    }

    .menu-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        height: auto;
        padding-top: 7.442vw
    }

    .menu_box {
        width: 85.116vw;
        padding: 6.897vw;
        display: block;
        position: relative;
        right: auto
    }

    .heading-2 {
        font-size: 5vw
    }

    .menu-text-field {
        border-radius: 4.5vw;
        height: 8.793vw;
        padding-left: 3.5vw;
        font-size: 2.759vw
    }

    .menu-text-field.is_paragraph-field {
        border-radius: 4.5vw;
        height: 22.586vw;
        padding-top: 2.5vw
    }

    .menu-form {
        grid-column-gap: 4.138vw;
        grid-row-gap: 4.138vw;
        margin-top: 5vw
    }

    .image-26 {
        width: 3vw
    }

    .text-block-9 {
        margin-right: 5vw;
        font-size: 3.793vw
    }

    .sm_tiny-text {
        font-size: 2.069vw
    }

    .sm_text-content {
        font-size: 2.759vw
    }

    .menu_cross-button {
        width: 6.897vw;
        height: 6.897vw;
        display: flex;
        top: 4.138vw;
        right: 4.138vw
    }

    .menu_cross {
        width: 2.241vw;
        height: 2.241vw
    }

    .mobile_menu-button {
        grid-column-gap: 1vw;
        grid-row-gap: 1vw;
        background-color: #eb162500;
        border: .7px #bbb7b3;
        border-radius: 4vw;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 6.897vw;
        height: 6.897vw;
        display: flex
    }

    .mobile_menu-wrapper {
        border: .7px #bbb7b3;
        border-radius: 20px;
        flex-direction: column;
        justify-content: center;
        align-self: auto;
        align-items: center;
        width: 85.116vw;
        margin-top: 0;
        margin-bottom: 7.442vw;
        padding: 0;
        display: flex;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        overflow: hidden
    }

    .mob_nav-link {
        z-index: 1;
        color: var(--white);
        margin-top: 0;
        margin-bottom: 0;
        font-family: Clashgrotesk, sans-serif;
        font-size: 3.5vw;
        font-weight: 500;
        line-height: 120%;
        position: relative
    }

    .image-27 {
        z-index: 1;
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0%
    }

    .mobile_menu-textwrapper {
        grid-column-gap: 3vw;
        grid-row-gap: 3vw;
        flex-direction: column;
        display: flex
    }

    .mobile_menu-sm {
        z-index: 1;
        margin-top: 13vw;
        text-decoration: none;
        position: relative
    }

    .text-block-10 {
        color: #fff9;
        font-size: 2vw;
        line-height: 120%
    }

    .mobile_menu-sm-text {
        color: var(--white);
        margin-top: 1vw;
        font-size: 3vw;
        line-height: 120%
    }

    .mobile_menu-close-button {
        z-index: 2;
        border: 1px solid #fff3;
        border-radius: 100%;
        justify-content: center;
        align-items: center;
        width: 7vw;
        height: 7vw;
        display: flex;
        position: absolute;
        top: 5.581vw;
        right: 5.581vw
    }

    .image-28 {
        width: 35%;
        height: auto
    }

    .menu_wrapper {
        height: 71vw
    }

    .mobile_menu-bar {
        background-color: var(--grad_02);
        width: 5vw;
        height: 2px;
        padding-bottom: 0;
        padding-right: 0
    }

    .ham-wrapper {
        grid-column-gap: 1vw;
        grid-row-gap: 1vw;
        flex-direction: column;
        display: flex
    }

    .menu-trigger-open {
        position: absolute;
        inset: 0%
    }

    .mob_menu-content {
        width: 85%;
        margin: 11vw 9.302vw 9.302vw
    }

    .menu-gradient-bg {
        background-image: linear-gradient(#e13251, #faa018);
        border-radius: 20px;
        position: absolute;
        inset: 0%
    }

    .sm_link-block {
        color: #4b4b4b;
        text-decoration: none
    }

    .platform_video-embed.electric {
        height: auto;
        margin-top: -1.5vw
    }

    .platform_video-embed.mountain {
        margin-top: -1.9vw
    }

    .platform_video-embed.road {
        margin-top: -14.5vw
    }

    .platform_video-embed.gravel {
        margin-top: .5vw
    }

    .menu-overlay {
        overflow: visible
    }

    .mob_menu-link {
        text-decoration: none
    }

    .bike-particle1 {
        left: -4.6vw
    }

    .bike-particle1.mtn {
        width: 10vw
    }

    .bike-particle1.grvl {
        top: -8.8vw
    }

    .bike-particle1.elec {
        top: 7.8vw
    }

    .bike-particle2 {
        right: -2.4vw
    }

    .bike-particle2.grvl {
        bottom: 52.9vw;
        left: -2.7vw
    }

    .bike-particle2.elec {
        top: -6.7vw
    }

    .bike-partice3 {
        bottom: 51.5vw;
        right: -2.9vw
    }

    .bike-partice3.mtn {
        bottom: 43.5vw;
        right: -4.5vw
    }

    .bike-partice3.grvl {
        bottom: 89.7vw
    }

    .bike-particle-image.first {
        width: 10vw
    }

    .preloader_image.first,
    .preloader_image.second,
    .preloader_image.third,
    .preloader_image.fourth,
    .preloader_image.fifth,
    .preloader_image.dup-first,
    .preloader_image.dup-second,
    .preloader_image.dup-third,
    .preloader_image.dup-fourth,
    .preloader_image.dup-fifth {
        width: 15.051vw;
        height: 18.061vw
    }

    .preloader-heading {
        margin-bottom: -5vw;
        font-size: 14.286vw
    }

    .preloader_line-wrapper {
        width: 12.316vw;
        height: .664vw;
        bottom: -2.9vw
    }

    .about_story {
        padding-top: 40vw
    }

    .heading-5 {
        width: 90%;
        top: -58.3vw
    }

    .about_story-sticky {
        height: 80vh;
        top: 10vh
    }

    .about_story-block {
        padding-left: 0;
        padding-right: 0
    }

    .story_image-wrap {
        width: 25vw;
        min-width: 20vw;
        height: 31vw
    }

    .image-39 {
        object-fit: cover
    }

    .tag {
        padding: 5px 10px;
        font-size: 1.2vw
    }

    .tag.is_story-stijn {
        padding: 1vw 2vw;
        top: -4vw
    }

    .tag.is_story-warm-cycling {
        padding: 1vw 2vw;
        bottom: -1.7vw
    }

    .story-text._1,
    .story-text._2,
    .story-text._3,
    .story-text._4 {
        font-size: 3vw
    }

    .story_slide-identifier-wrapper {
        right: -2.2vw
    }

    .story_identifier._1,
    .story_identifier._2,
    .story_identifier._3,
    .story_identifier._4 {
        width: .625vw
    }

    .html-embed-2 {
        width: 50vw
    }

    .footer_mob-image {
        z-index: 4;
        width: 50vw
    }

    .color-heading_wrapper {
        display: none
    }

    .mob_footer-img {
        width: 47vw
    }

    .tag-text {
        top: 7.9vw
    }

    .tag-text.hero {
        display: none
    }

    .tag-text.footer {
        font-size: 1.5vw;
        display: none;
        top: 95vw
    }

    .notification-box {
        padding: 1vw;
        bottom: 17vw
    }

    .notification-box.mob {
        top: -6vw
    }

    .image-46 {
        width: 1.6vw;
        height: 1.6vw
    }

    .text-block-13 {
        font-size: 1.3vw
    }

    .image-47 {
        width: 1.6vw;
        height: 1.6vw
    }

    .tag_slide {
        padding: 5px 10px;
        font-size: 1.2vw
    }

    .tag_slide.is_story-stijn {
        padding: 1vw 2vw;
        top: -4vw
    }

    .tag_slide.is_story-warm-cycling {
        padding: 1vw 2vw;
        bottom: -1.7vw
    }

    .notification-box-collection {
        padding: 1vw;
        bottom: 17vw
    }

    .notification-box-collection.mob {
        top: -6vw
    }

    .notification-box-collection.desk {
        bottom: 16.5vw
    }

    .notification-text p {
        font-size: 1.3vw
    }
}

@media screen and (max-width:479px) {
    .body {
        overflow: visible
    }

    .nav {
        min-width: 100vw;
        padding-top: 4vw;
        padding-left: 5vw;
        padding-right: 5vw
    }

    .nav_buttons_wrapper {
        grid-column-gap: 4vw;
        grid-row-gap: 4vw;
        margin-top: -4px
    }

    .hero_container {
        height: 170vw;
        padding-top: 35vw;
        overflow: hidden
    }

    .h1 {
        font-size: 14.5vw
    }

    .h1.footer {
        z-index: 3;
        margin-top: 31vw;
        font-size: 18.5vw
    }

    .h1.footer.bikes {
        font-size: 14.5vw
    }

    .h1.footer.bikes.mobile {
        z-index: 3;
        letter-spacing: 0;
        margin-top: -37vw;
        margin-bottom: -20vw;
        font-size: 20vw
    }

    .h1.footer.mobile {
        margin-top: 45vw;
        font-size: 21vw
    }

    .h1.footer.mob {
        margin-top: -34vw;
        margin-bottom: 1vw
    }

    .h1.about {
        font-size: 19vw;
        line-height: 16vw
    }

    .h1.contact {
        font-size: 18vw
    }

    .h1.mobile {
        font-size: 19vw;
        line-height: 86%
    }

    .h1.desktop {
        font-size: 19vw
    }

    .h1.is_bg.mntn,
    .h1.is_bg.road,
    .h1.is_bg.grl,
    .h1.is_bg.elec {
        background-position: 50% 0;
        background-size: 100%;
        font-size: 19vw
    }

    .swiper-button.swiper-btn-next {
        width: 12vw;
        height: 12vw;
        bottom: auto;
        right: 0
    }

    .swiper-button.swiper-btn-next.contact {
        width: 8vw;
        height: 8vw;
        right: 9vw
    }

    .swiper-button.swiper-btn-prev {
        width: 12vw;
        height: 12vw;
        bottom: auto;
        left: 0
    }

    .swiper.is_hero {
        margin-top: 20%
    }

    .button_text,
    .button_text.parts,
    .button_text.menu {
        font-size: 3.5vw
    }

    .button_text.cookie-accept,
    .button_text.cookie-deline {
        font-size: 4vw
    }

    .hero_cta_arrow_white,
    .hero_cta_arrow_white.menu,
    .hero_cta_arrow_gra,
    .hero_cta_arrow_gra.menu {
        width: 5vw
    }

    .hero_btn {
        bottom: auto
    }

    .hero_btn.elec,
    .hero_btn.mntn,
    .hero_btn.road,
    .hero_btn.grl {
        height: 12vw;
        bottom: auto
    }

    .hero_btn_new {
        grid-column-gap: 2vw;
        grid-row-gap: 2vw;
        height: 12vw;
        padding: 3.5vw 4vw
    }

    .hero_btn_new.grl,
    .hero_btn_new.mntn,
    .hero_btn_new.elec,
    .hero_btn_new.road,
    .hero_btn_new.menu-trigger {
        height: 12vw
    }

    .hero_btn_new.cookie-accept {
        padding: 4vw 5vw
    }

    .parts_ticker {
        padding-top: 30vw
    }

    .h4 {
        font-size: 7vw
    }

    .h4.about_ticker {
        font-size: 6vw
    }

    .h4.is_about {
        font-variation-settings: "wght" 300;
        font-size: 7vw
    }

    .h4.is_coming-soon {
        font-size: 6vw
    }

    .h2_h4_block.bottom-spacing {
        margin-bottom: 10vw
    }

    .h2 {
        margin-top: 2vw;
        font-size: 15vw
    }

    .explore_parts_card {
        border-radius: 4vw;
        width: 70vw;
        padding: 6vw 6vw 7vw
    }

    .parts_section_heading {
        font-size: 4.1vw
    }

    .parts_btn {
        margin-top: 7vw
    }

    .parts_btn_new {
        grid-column-gap: 2vw;
        grid-row-gap: 2vw;
        border-color: #fff6;
        padding: 3.5vw 4vw
    }

    .parts_btn_new.cookie-decline {
        padding: 4vw 5vw
    }

    .parts_btn_text {
        font-size: 3.5vw
    }

    .div-block {
        width: 33vw;
        height: 33vw;
        margin-top: 4vw
    }

    .ticker_img_container {
        margin-top: 0
    }

    .ticker_images {
        grid-column-gap: 4vw;
        grid-row-gap: 4vw
    }

    .instock_wrapper {
        grid-template-columns: 1fr 1fr;
        margin-left: 5vw;
        margin-right: 5vw
    }

    .instock_image_wrapper {
        width: 98%
    }

    .instock_bike_text {
        height: auto;
        margin-top: .4vw;
        font-size: 5vw
    }

    .instock_bike_text_wrapper {
        margin-bottom: -3px
    }

    .st_name_link {
        margin-top: 11vw;
        padding-left: 8.5vw;
        padding-right: 8.5vw
    }

    .instock_btn {
        width: 12vw;
        height: 12vw
    }

    .first_wrapper {
        margin-top: 0%
    }

    .first_1 {
        border-radius: 4vw;
        padding-top: 8vw;
        padding-bottom: 8.5vw
    }

    .instock_all_btn {
        margin-top: 8vw
    }

    .h3_social {
        margin-bottom: 24vw;
        font-size: 11vw
    }

    .h3_social.about {
        width: 84vw;
        font-size: 8vw
    }

    .social_section_wrapper {
        margin-top: 0;
        padding-top: 87vw
    }

    .insta_icon {
        width: 5vw;
        height: 5vw;
        margin: 4vw 1vw
    }

    .insta_icon.contact {
        width: 5vw;
        height: 5vw
    }

    .insta_icon_wrapper {
        border-width: .7vw;
        width: 15vw;
        height: 15vw
    }

    .social_link_wrapper {
        grid-column-gap: 3vw;
        grid-row-gap: 3vw
    }

    .social_hover_white {
        width: 10vw;
        height: 10vw
    }

    .social_img_01 {
        border-radius: 3vw;
        width: 48vw;
        height: 36vw;
        margin-top: 15vw
    }

    .social_img_02 {
        border-radius: 3vw;
        width: 39vw;
        height: 43vw;
        margin-top: 3vw;
        margin-right: -50vw
    }

    .image-3 {
        height: 107%
    }

    .social_img_03 {
        border-radius: 3vw;
        width: 37vw;
        height: 31vw
    }

    .image-4 {
        width: 128%;
        transform: translate(-17%)
    }

    .image-5 {
        border-radius: 3vw;
        width: 117%
    }

    .social_img_04 {
        border-radius: 3vw;
        width: 30vw;
        height: 28.5vw;
        margin-top: 15vw
    }

    .image-6 {
        border-radius: 3vw
    }

    .social_img_05 {
        width: 30vw;
        height: 28.5vw;
        margin-top: 15vw
    }

    .div-block-3 {
        padding-top: 0
    }

    .div-block-3.is_second-footer {
        padding-top: 66vw
    }

    .footer_cta {
        width: 90vw;
        height: 90vw
    }

    .arrow_footer_wt {
        opacity: 0;
        width: 6vw;
        height: 6vw
    }

    .map {
        opacity: 1
    }

    .arrow_footer_bk {
        opacity: 1;
        width: 6vw;
        height: 6vw
    }

    .div-block-4 {
        width: 25vw;
        height: 25vw
    }

    .direction_footer {
        font-size: 3vw;
        left: 51.6vw
    }

    .nav_link_txt,
    .nav_link_txt.hover,
    .nav_link_txt.wht,
    .nav_link_txt.no-hover {
        font-size: 2.8vw
    }

    .about_hero {
        height: 150vw;
        padding-top: 26.5vw
    }

    .about_hero_wrapper {
        padding-bottom: 0
    }

    .image-9 {
        z-index: -1;
        width: 300%;
        min-width: 300%;
        top: 0;
        left: auto
    }

    .about_hero_txt_wrapper {
        grid-column-gap: 65vw;
        grid-row-gap: 65vw;
        padding-top: 10vw;
        top: 27vw
    }

    .duo_img_wrapper {
        border-radius: 5vw;
        width: 64.375vw;
        height: 75vw;
        overflow: visible
    }

    .the_duo_wrapper {
        top: 20.7vw
    }

    .about_para {
        padding-top: 25vw
    }

    .image-10 {
        border-radius: 5vw;
        width: 64.375vw;
        height: 75vw
    }

    .team_name.one {
        letter-spacing: .5px;
        font-size: 2.5vw;
        display: none;
        top: auto;
        bottom: 7.8vw;
        left: auto
    }

    .team_name.two {
        letter-spacing: .5px;
        font-size: 2.5vw;
        display: none;
        top: 6.1vw;
        right: 32.2vw
    }

    .about_ticker_txt {
        width: 84vw;
        margin-left: 8vw
    }

    .brands_section {
        padding-top: 40vw
    }

    .brands_wrapper {
        grid-column-gap: 4vw;
        grid-row-gap: 4vw;
        flex-direction: row;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        place-items: center;
        display: grid
    }

    .brand01 {
        border-radius: 2vw;
        width: 40vw;
        height: 20vw
    }

    .huyser {
        height: 3.2vw
    }

    .brand02,
    .brand03 {
        border-radius: 2vw;
        width: 40vw;
        height: 20vw
    }

    .filters_wrapper {
        margin-top: 10vw;
        padding-top: 16vw
    }

    .bikes_wrapper {
        margin-top: 2vw
    }

    .cl_bkies_item {
        padding-top: 2.5vw;
        padding-bottom: 2.5vw
    }

    .bk_listing_wrapper {
        border-radius: 2.5vw;
        padding: 5vw
    }

    .bk_listing_detail_wrapper {
        margin-top: 5vw
    }

    .bk_listing_brand {
        font-size: 3vw
    }

    .heading {
        margin-top: 3vw;
        font-size: 5vw
    }

    .text-block-2 {
        margin-top: 3.5vw;
        font-size: 6vw
    }

    .bk_listing_size_wrapper {
        grid-column-gap: 1.5vw;
        grid-row-gap: 1.5vw;
        margin-top: 3vw
    }

    .bk_listing_size_list {
        padding: 1.5vw 2vw 1.3vw;
        font-size: 3vw
    }

    .radio_field {
        justify-content: center;
        align-items: center;
        margin: 1vw
    }

    .form {
        flex-flow: wrap
    }

    .radio_lable {
        white-space: nowrap;
        padding: 3.3vw 4vw;
        font-size: 3.5vw
    }

    .cl_bkies_list {
        grid-template-columns: 1fr
    }

    .footer_bikes.is_second-footer {
        flex-flow: column;
        margin-top: -51vw
    }

    .bg_bikes {
        width: 334vw
    }

    .div-block-7 {
        width: .2vw
    }

    .bikes_btn {
        width: 11vw;
        height: 11vw;
        bottom: 7.5vw;
        right: 5vw
    }

    .parts_wrapper {
        margin-top: 0;
        padding-top: 16vw
    }

    .cl_parts_item {
        padding-top: 2.5vw;
        padding-bottom: 2.5vw
    }

    .contact_hero {
        padding-top: 30vw
    }

    .form_block {
        margin-top: 12vw
    }

    .text-field {
        height: 10vw;
        padding-left: 4vw;
        padding-right: 4vw;
        font-size: 3vw
    }

    .div-block-8 {
        grid-column-gap: 4vw;
        grid-row-gap: 4vw
    }

    .text-area {
        border-radius: 3vw;
        padding-top: 3vw;
        padding-left: 4vw;
        padding-right: 4vw;
        font-size: 3vw
    }

    .form-block-2 {
        width: 75vw;
        margin-top: 8vw
    }

    .submit-trigger {
        margin-top: 8vw;
        padding: 3.5vw 5vw;
        font-size: 3.5vw
    }

    .msg_received_txt {
        font-size: 1.5vw
    }

    .msg_received_txt._2nd {
        font-size: 3vw
    }

    .msg_rcvd {
        width: 10vw;
        height: 6vw;
        top: 0%;
        right: 36%
    }

    .contact_ticker_img {
        width: 49.2183vw;
        height: 30vw
    }

    .contact_ticker {
        grid-column-gap: 3vw;
        grid-row-gap: 3vw
    }

    .contact_ticker_link {
        width: 80vw;
        height: 30vw
    }

    .text-block-4 {
        font-size: 5vw
    }

    .contact_ticker_wrapper {
        grid-column-gap: 3vw;
        grid-row-gap: 3vw
    }

    .bk_logo_full {
        opacity: 0;
        height: 12vw
    }

    .bk_logo-link {
        width: 22vw;
        height: 10vw;
        left: 5vw
    }

    .bk_logo-link.w--current {
        width: 22vw;
        min-width: 22vw;
        height: 10vw;
        display: flex;
        position: relative;
        left: 0
    }

    .bk_logo_head {
        width: 9vw;
        height: 8vw
    }

    .bk_logo_wrapper {
        justify-content: center;
        align-items: center;
        bottom: auto;
        left: auto
    }

    .footer_contact_wrapper {
        flex-direction: column;
        align-items: center;
        margin-top: 8vw;
        margin-bottom: 4vw;
        padding-bottom: 0;
        position: relative;
        bottom: auto
    }

    .text-block-5 {
        text-align: center;
        font-size: 4.375vw
    }

    .div-block-11 {
        grid-column-gap: 5vw;
        grid-row-gap: 5vw;
        flex-direction: column;
        align-items: center
    }

    .f44txt {
        font-size: 2vw
    }

    .f44txt.mobile {
        font-size: 2.547vw
    }

    .f44txt.is_second-footer {
        font-size: 3vw
    }

    .f44_badge {
        padding: 2vw 3vw
    }

    .f44_badge.desktop {
        display: none
    }

    .f44_badge.mobile {
        z-index: 3;
        background-color: #ffffff80;
        margin-bottom: 5vw;
        display: flex;
        position: relative;
        bottom: 2vw;
        right: 0
    }

    .f44_badge.mobile.is_second-footer {
        right: auto
    }

    .f44logo {
        height: 2vw
    }

    .f44logo.mobile {
        width: 10.7vw;
        height: auto
    }

    .f44logo.is_second-footer {
        height: 2.6vw
    }

    .ar_black {
        width: 4vw
    }

    .ar_black.menu {
        width: 2vw
    }

    .location_arrow {
        width: 6vw;
        height: 6vw;
        bottom: .1vw;
        right: 5.8vw
    }

    .ar_white {
        width: 4vw
    }

    .ar_white.menu {
        width: 2vw
    }

    .contact_wrapper {
        grid-column-gap: 2vw;
        grid-row-gap: 2vw;
        flex-flow: column;
        align-items: center
    }

    .face44_badge_link {
        margin-top: 2vw
    }

    .footer_direction_link {
        display: none
    }

    .email_txt,
    .email_txt.before {
        font-size: 4.375vw
    }

    .email_txt.before.mobile {
        z-index: 3;
        opacity: 1;
        letter-spacing: -.3px;
        -webkit-text-fill-color: inherit;
        background-image: none;
        background-clip: border-box;
        font-size: 4vw;
        line-height: 150%;
        display: none;
        top: auto;
        bottom: 2vw;
        left: 2vw
    }

    .email_txt.desktop {
        display: none
    }

    .nav_bikes {
        padding-top: 4vw;
        padding-left: 5vw;
        padding-right: 5vw
    }

    .div_for_about_logo {
        height: 140vw
    }

    .contact_details {
        grid-column-gap: 12vw;
        grid-row-gap: 12vw;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center
    }

    .text-block-6 {
        font-size: 3vw
    }

    .number_txt {
        font-size: 6vw
    }

    .contact_phone_wrapper,
    .contact_location_wrapper {
        grid-column-gap: 3vw;
        grid-row-gap: 3vw
    }

    .contact_bg_2 {
        width: 100%;
        bottom: 25%;
        left: -60%
    }

    .contact_bg_3 {
        width: 80%;
        bottom: -13%;
        right: -40%
    }

    .social_bg_bottom {
        width: 450vw;
        margin-bottom: -96vw;
        margin-left: -200vw
    }

    .footer_main_direction_link {
        margin-top: 0;
        margin-bottom: -2vw
    }

    .footer_main_direction_link_bikes {
        z-index: -1;
        margin-top: 0;
        position: static
    }

    .bmc_logo {
        height: 3.3vw
    }

    .guerciotti {
        height: 6vw
    }

    .div-block-20 {
        justify-content: center;
        align-items: center;
        width: 100vw;
        min-width: 100vw;
        height: 13vw;
        padding-top: 0;
        padding-left: 5vw;
        top: 1vw
    }

    .text-block-7 {
        font-size: 2vw
    }

    .social_bg_top {
        width: 200vw;
        margin-top: -14vw
    }

    .instock-list {
        grid-column-gap: 5vw;
        grid-row-gap: 5vw;
        grid-template-rows: auto auto auto auto;
        grid-template-columns: 1fr
    }

    .category-wrapper {
        opacity: 1;
        padding: 1.8vw 3.5vw;
        bottom: -3.3vw;
        left: 8.5vw
    }

    .text-block-8 {
        font-size: 2.6vw;
        line-height: 100%
    }

    .instock-top-hover-image {
        opacity: 0
    }

    .hero-slide-content-wrapper {
        width: 90%;
        padding-left: 0;
        padding-right: 0
    }

    .platform-image {
        margin-top: -13.5vw
    }

    .platform-image.road {
        margin-top: 2vw
    }

    .platform-image.mountain {
        margin-top: 1vw;
        display: block
    }

    .hero-bike-image {
        width: 90vw
    }

    .grid {
        grid-column-gap: 4vw;
        grid-row-gap: 4vw;
        grid-template-columns: 60vw 46vw 46vw 42vw 46vw 47vw;
        height: auto
    }

    .image-20 {
        border-radius: 3vw;
        width: 35vw;
        margin-bottom: 4vw
    }

    .image-21,
    .image-22,
    .image-23 {
        border-radius: 3vw
    }

    .insta-tag {
        margin-right: -2vw;
        padding: 2vw 3vw;
        bottom: -13.1vw;
        right: auto
    }

    .insta-tag-text {
        font-size: 4vw
    }

    .footer-tag {
        padding: 3vw 4vw;
        right: -20.3vw
    }

    .footer-tag-text {
        font-size: 4vw;
        line-height: 100%
    }

    .home-ticker-wrapper {
        margin-top: -10vw
    }

    .menu-wrapper {
        height: 100vh
    }

    .heading-2 {
        margin-bottom: 6.897vw;
        font-size: 5.517vw
    }

    .menu_cross-button {
        display: flex
    }

    .mobile_menu-button {
        background-color: #0000;
        border-radius: 20px;
        width: 9vw;
        height: 9vw;
        margin-top: 1vw;
        display: flex
    }

    .mobile_menu-wrapper {
        background-image: none;
        border: .7px #bbb7b3;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        display: flex;
        overflow: hidden
    }

    .mob_nav-link {
        font-size: 5.814vw
    }

    .image-27 {
        z-index: 1
    }

    .mobile_menu-textwrapper {
        grid-column-gap: 7.442vw;
        grid-row-gap: 7.442vw
    }

    .mobile_menu-sm {
        margin-top: 21.395vw
    }

    .text-block-10 {
        font-size: 3vw
    }

    .mobile_menu-sm-text {
        font-size: 4.651vw
    }

    .mobile_menu-close-button {
        z-index: 2;
        width: 9.302vw;
        height: 9.302vw
    }

    .menu_wrapper {
        height: 113vw
    }

    .mobile_menu-bar {
        border-radius: 1vw;
        width: 7vw
    }

    .ham-wrapper {
        grid-column-gap: 1vw;
        grid-row-gap: 1vw;
        flex-direction: column;
        display: flex
    }

    .menu-trigger-open {
        position: absolute;
        inset: 0%
    }

    .mob_menu-content {
        z-index: 1;
        width: 83%;
        margin: 18.605vw 9.302vw 9.302vw;
        position: relative
    }

    .menu-gradient-bg {
        z-index: 0;
        background-image: linear-gradient(#e13251, #faa018);
        border-radius: 20px;
        position: absolute;
        inset: 0%
    }

    .platform_video-embed.electric {
        margin-top: -2.5vw
    }

    .platform_video-embed.mountain {
        height: auto;
        margin-top: -2.9vw
    }

    .platform_video-embed.road {
        margin-top: -2vw
    }

    .platform_video-embed.gravel {
        height: auto;
        margin-top: -3vw
    }

    .menu-overlay {
        width: 100%;
        height: 130vh
    }

    .image-37 {
        border-radius: 3vw
    }

    .cookie-box {
        width: auto;
        padding: 10vw;
        left: 3vw
    }

    .heading-4 {
        margin-bottom: 5.8vw;
        margin-right: 8vw;
        font-size: 5vw
    }

    .button {
        flex: 1;
        justify-content: center;
        padding: 4vw 5vw;
        font-size: 4vw;
        display: flex
    }

    .div-block-31 {
        grid-column-gap: 2vw;
        grid-row-gap: 2vw
    }

    .image-38 {
        width: 4vw
    }

    .bike-particle1 {
        width: 13vw;
        top: -29.5vw;
        left: 8.8vw
    }

    .bike-particle1.mtn {
        width: 13vw;
        top: -24.4vw;
        left: 17.5vw
    }

    .bike-particle1.road {
        width: 11vw;
        top: -22.6vw
    }

    .bike-particle1.grvl {
        width: 9vw;
        top: -4.1vw;
        left: 9.5vw
    }

    .bike-particle1.elec {
        width: 8vw;
        top: -4.7vw;
        left: 5.5vw
    }

    .bike-particle2 {
        width: 14vw;
        top: -2.4vw
    }

    .bike-particle2.mtn {
        width: 10vw;
        top: -12.4vw
    }

    .bike-particle2.road {
        width: 12vw;
        top: -10.5vw;
        right: 6.3vw
    }

    .bike-particle2.grvl {
        width: 9vw;
        display: flex;
        inset: -28.3vw 11.1vw auto auto
    }

    .bike-particle2.elec {
        width: 15vw;
        top: -30.3vw;
        right: 11.9vw
    }

    .bike-partice3 {
        width: 8vw;
        bottom: 64.6vw;
        right: -1vw
    }

    .bike-partice3.mtn {
        display: none;
        bottom: 71vw;
        right: 37vw
    }

    .bike-partice3.road {
        width: 6vw;
        display: none;
        bottom: 66.5vw;
        left: -.7vw
    }

    .bike-partice3.grvl {
        width: 12vw;
        display: none;
        top: -28.3vw;
        bottom: auto;
        right: 11.1vw
    }

    .bike-particle-image.first {
        width: 18vw
    }

    .bike-particle-image.second {
        width: 17vw
    }

    .div-block-33 {
        border-radius: 4vw;
        width: 85.116vw;
        padding: 7vw 8vw 8vw;
        position: relative;
        bottom: 0;
        left: auto;
        right: auto
    }

    .preloader-wrapper {
        display: none
    }

    .preloader_images-wrapper {
        width: 28vw;
        height: 33vw
    }

    .preloader_image.first,
    .preloader_image.second,
    .preloader_image.third,
    .preloader_image.fourth,
    .preloader_image.fifth,
    .preloader_image.dup-first,
    .preloader_image.dup-second,
    .preloader_image.dup-third,
    .preloader_image.dup-fourth,
    .preloader_image.dup-fifth {
        border-radius: 9px;
        width: 100%;
        height: 100%
    }

    .preloader-heading {
        margin-bottom: -10vw;
        font-size: 22vw
    }

    .preloader_line-wrapper {
        width: 20vw;
        height: 1.2vw;
        bottom: -6.1vw
    }

    .hero_heading-wrapper {
        top: 17%
    }

    .about_story {
        padding-top: 44vw
    }

    .about_story-padding {
        margin-left: 7vw;
        margin-right: 7vw
    }

    .heading-5 {
        width: 100%;
        font-size: 7vw;
        top: -62.2vw;
        left: auto
    }

    .about_story-para-wrapper {
        flex-flow: column;
        justify-content: flex-start;
        align-items: center
    }

    .about_story-sticky {
        align-self: center;
        width: auto;
        height: auto;
        margin-top: 18vw;
        margin-bottom: 5vw;
        margin-left: 0;
        top: 5vh
    }

    .about_story-block {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center
    }

    .story_image-wrap {
        border-radius: 3vw;
        flex: 0 auto;
        justify-content: center;
        align-self: center;
        align-items: center;
        width: 46vw;
        min-width: auto;
        height: 56vw;
        margin-right: auto;
        position: relative;
        right: auto
    }

    .story_text-wrapper {
        width: 100%;
        margin-top: 4vw;
        margin-left: 0
    }

    .image-39 {
        object-fit: cover;
        border-radius: 3vw;
        width: 100%;
        height: 100%
    }

    .tag {
        padding: 3vw 4.5vw;
        font-size: 3.7vw
    }

    .tag.is_story-stijn {
        padding: 2.5vw 4vw;
        font-size: 2.8vw;
        top: -7vw;
        left: 3.5vw
    }

    .tag.is_story-warm-cycling {
        padding: 2.5vw 4vw;
        font-size: 2.8vw;
        bottom: -6.5vw;
        right: .1vw
    }

    .tag.is_story-warm-cycling.mobile {
        padding: 2vw 3vw;
        font-size: 2.5vw;
        bottom: -8.4vw;
        left: 30.1vw
    }

    .tag.is_about-hero-stijn {
        padding: 2.5vw 4vw;
        font-size: 2.8vw;
        display: flex;
        top: 7.6vw;
        left: -13vw;
        transform: rotate(9deg)
    }

    .tag.is_about-hero-deph {
        padding: 2.5vw 4vw;
        font-size: 2.8vw;
        display: flex;
        bottom: 9.2vw;
        right: -11.6vw
    }

    .story-text {
        font-size: 4.375vw
    }

    .story-text._1,
    .story-text._2,
    .story-text._3,
    .story-text._4,
    .story-text._5 {
        font-size: 5.5vw
    }

    .story_slide-identifier-wrapper {
        grid-column-gap: 2vw;
        grid-row-gap: 2vw;
        right: -5vw
    }

    .story_identifier._1,
    .story_identifier._2,
    .story_identifier._3,
    .story_identifier._4 {
        width: .625vw
    }

    .image-40,
    .image-41 {
        border-radius: 3vw
    }

    .html-embed-2 {
        width: 90vw
    }

    .hero_button-content-wrapper {
        grid-column-gap: 7vw;
        grid-row-gap: 7vw;
        width: 80vw;
        bottom: 10%
    }

    .dummy-button {
        width: 40vw
    }

    .image-42,
    .image-43,
    .image-44 {
        border-radius: 3vw
    }

    .footer_mob-image {
        width: 90vw;
        display: none
    }

    .about_top-gradient-wrapper {
        justify-content: center;
        align-items: center
    }

    .hero_button-wrapper {
        width: 45.5vw;
        height: 12vw
    }

    .story_scroll-in-view._2.desktop {
        display: none
    }

    .story_scroll-in-view._2.mobile {
        display: block
    }

    .story_scroll-in-view._3.desktop {
        display: none
    }

    .story_scroll-in-view._3.mobile {
        display: block
    }

    .story_scroll-in-view.desktop {
        display: none
    }

    .story_scroll-in-view.mobile {
        display: block
    }

    .mob_footer-img {
        z-index: 4;
        width: 57.813vw;
        margin-top: -16vw;
        display: block;
        position: relative
    }

    .mob_footer-img.second-footer {
        width: 57vw;
        margin-top: 5vw
    }

    .mob_loco-black {
        z-index: 2;
        opacity: 0;
        width: 7vw;
        position: relative
    }

    .mob_location-nav {
        display: block
    }

    .mob_loco-gradient {
        width: 7vw;
        margin-left: -50%
    }

    .image-45 {
        width: 52vw
    }

    .cookie-wrapper {
        z-index: 999;
        justify-content: center;
        align-items: center;
        display: flex;
        position: fixed;
        bottom: 5vw;
        left: 0;
        right: 0
    }

    .tag-text {
        font-size: 1.5vw;
        top: -18vw;
        right: 3.3vw
    }

    .tag-text.footer {
        font-size: 2vw;
        top: 92.3vw;
        right: 3.7vw
    }

    .notification-box {
        grid-column-gap: 1vw;
        grid-row-gap: 1vw;
        border-radius: 1vw;
        padding: 1.5vw;
        bottom: 18.7vw
    }

    .notification-box.mob {
        grid-column-gap: 2vw;
        grid-row-gap: 2vw;
        border-radius: 12vw;
        width: auto;
        padding-left: 3vw;
        padding-right: 3vw;
        top: -1.2vw
    }

    .notification-box.desk {
        border-radius: 15vw;
        padding: 3vw 1.5vw
    }

    .image-46 {
        width: 3.2vw;
        height: 3.2vw
    }

    .text-block-13 {
        font-size: 2.2vw
    }

    .image-47 {
        width: 3vw;
        height: 3vw;
        margin-left: 1.5vw
    }

    .tag_slide {
        padding: 3vw 4.5vw;
        font-size: 3.7vw
    }

    .tag_slide.is_story-stijn {
        padding: 2.5vw 4vw;
        font-size: 2.8vw;
        top: -7vw;
        left: 3.5vw
    }

    .tag_slide.is_story-warm-cycling {
        padding: 2.5vw 4vw;
        font-size: 2.8vw;
        bottom: -6.5vw;
        right: .1vw
    }

    .tag_slide.is_story-warm-cycling.mobile {
        padding: 2vw 3vw;
        font-size: 2.5vw;
        bottom: -8.4vw;
        left: 30.1vw
    }

    .tag_slide.is_about-hero-stijn {
        padding: 2.5vw 4vw;
        font-size: 2.8vw;
        display: flex;
        top: 7.6vw;
        left: -13vw;
        transform: rotate(9deg)
    }

    .tag_slide.is_about-hero-deph {
        padding: 2.5vw 4vw;
        font-size: 2.8vw;
        display: flex;
        bottom: 9.2vw;
        right: -11.6vw
    }

    .notification-box-collection {
        grid-column-gap: 1vw;
        grid-row-gap: 1vw;
        border-radius: 1vw;
        padding: 1.5vw;
        bottom: 18.7vw
    }

    .notification-box-collection.mob {
        width: 90vw;
        top: -8.9vw
    }

    .notification-box-collection.desk {
        top: -43.1vw;
        bottom: auto
    }

    .notification-text {
        font-size: 1vw
    }

    .notification-text p {
        font-size: 2.2vw
    }
}

@font-face {
    font-family: 'Dmsans Variablefont Opsz Wght';
    src: url('https://cdn.prod.website-files.com/65a12c5f07c5850dac0dce55/65a12c5f07c5850dac0dce73_DMSans-VariableFont_opsz%2Cwght.ttf') format('truetype');
    font-weight: 100 1000;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clashgrotesk';
    src: url('https://cdn.prod.website-files.com/65a12c5f07c5850dac0dce55/65a12c5f07c5850dac0dce74_ClashGrotesk-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clashgrotesk';
    src: url('https://cdn.prod.website-files.com/65a12c5f07c5850dac0dce55/65a12c5f07c5850dac0dce75_ClashGrotesk-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}	
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}