.external_cont {
    min-width: unset; 
}

#cstm_banner_mobile {
    position: relative;
    width: 100%;
    display: none;
}

.menu_top_contlogo_fixed {
    
}

.menu_top_logo_fixed{
    content:url("/site/assets/images/logo.svg");
}
    
#cstm_mobile_logo {
    position: fixed;
    top: 0;
    left: 15px;
    display: none;
    z-index: 999;
}

#cstm_langs {
    position: fixed;
    top: 30px;
    right: 50px;
    height: 30px;
    width: 65px;
    padding: 0 5px;
    background: #ffffff;
    color: #000000;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #ddd;
    z-index: 999;
}

.proposal_title {
    color: #000000;
    font-family: 'GothamLight';
    font-size: 20px;
    font-weight: 600;
    line-height: 60px;
}

.cstm_sf_full_width {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.cstm_cont1 {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    font-family: 'GothamLight';
    color: #3F3F3F;
}

.cstm_title1 {
    font-family: 'GothamBlack';
    font-size: 32px;
}

.cstm_title2 {
    font-family: 'GothamBlack';
    font-size: 22px;
}

.cstm_mosaic1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cstm_mosaic1_elem {
    width: 48%;
    font-size: 20px;
    line-height: 30px;
    font-family: 'GothamLight';
    text-align: left;
    margin-bottom: 35px;
}

.cstm_mosaic1_elem img {
    margin-bottom: 15px;
    width: 100%;
}

.cstm_mosaic1_elem_str1 {
    font-size: 17px;
    line-height: 25px;
    font-family: 'GothamBlack';
}

.cstm_generic_btncont {
    font-family: 'GothamLight';
    font-size: 14px;
    line-height: 24px;
    color: #3F3F3F;
    text-transform: uppercase;
    letter-spacing: 3px;
    cursor: pointer;
}

.cstm_generic_btncont svg {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.cstm_generic_btncont .st1 {
    fill: #3F3F3F;
}

.cstm_cont2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cstm_cont2_text {
    font-size: 18px;
    line-height: 31px;
    font-family: 'GothamLight';
    color: #3F3F3F;
    margin-left: 75px;
}

.cstm_feedback_slider_cont {
    padding: 0 50px;
}

.cstm_feedback_slider_prev {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.cstm_feedback_slider_next {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.cstm_feedback_slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cstm_feedback_slider_elems {
    display: flex;
}

.cstm_feedback_slider_elem {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    width: 50%;
    padding: 0 25px;
    font-family: 'GothamLight';
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    display: none;
    transition: opacity 0.5s, padding 0.5s;
}

.cstm_feedback_slider_elem.visible {
    display: flex;
}

.collection_popup_info_container::-webkit-scrollbar {
    display: none;
}
  
.collection_popup_info_container {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

#cstm_allprod_mobile {
    display: none;
}

.cstm_imgallprod {
    width: 100%;
    margin-bottom: 20px;
}

.cstm_mosaic1_elem b, .cstm_feedback_slider_elem b {
    font-family: 'Gotham';
    font-weight: 600;
}

.j-poster-meta a {
    font-family: 'Gotham';
    text-transform: uppercase;
}

.juicer-feed h1.referral {
    display: none !important;
}

@media only screen and (max-width: 1024px)
{
    .full_page_banner_80 {
        display: none;
    }
    
    #cstm_banner_mobile {
        display: block;
    }
    
    .menu_top_cont {
        display: none;
    }
    
    #cstm_mobile_logo {
        display: block;
    }

    #cstm_langs {
        display: none;
        top: 5px;
        right: 10px;
    }

    .cstm_mosaic1_elem {
        width: 100%;
    }

    .cstm_cont2 {
        flex-direction: column;
    }
    
    .cstm_cont2_text {
        margin-left: 0;
        margin-top: 25px;
    }

    .cstm_feedback_slider_cont {
        padding: 0;
    }

    .cstm_feedback_slider_elem {
        width: 100%;
    }

    #cstm_allprod_desk {
        display: none;
    }

    #cstm_allprod_mobile {
        display: block;
    }

    #cstm_logo1 {
        max-width: 80%;
    }
}