#layoutfull_box_22.new_layoutfull_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;margin-bottom:-.1vw;border-style:none;}#layoutfull_box_22:hover{}#layoutfull_box_22 .new_layoutfull_box{visibility:visible;padding-top:8vw;padding-bottom:8vw;border-style:none;}#layoutfull_box_22:hover .new_layoutfull_box{}#layoutfull_box_22 .new_layoutfull_description{color:#fff;font-weight:300;font-size:2vw;line-height:1.7vw;text-align:left;padding-top:.5vw;border-style:solid;border-color:#555;}#layoutfull_box_22:hover .new_layoutfull_description{}#layoutfull_box_22 .new_layoutfull_button{color:#fff;background-color:#7d3321;font-weight:500;font-size:.8vw;width:11.4vw;height:2.6vw;line-height:2.6vw;text-align:center;margin-top:2vw;border-radius:5vw;border-style:none;border-color:#000;box-shadow:0px 0px 0px 0px ;}#layoutfull_box_22 .new_layoutfull_button:hover{box-shadow:0px 0px 0px 0px  !important;}#layoutfull_box_22 .new_layoutfull_title{color:#fff;font-weight:bold;font-size:2.5vw;text-align:left;line-height:3vw;line-height:3vw;}#layoutfull_box_22:hover .new_layoutfull_title{}
                #layoutfull_box_22 .new_layoutfull_title h1{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            
                #layoutfull_box_22:hover .background-img {
                    filter:none;
                }
            
                #layoutfull_box_22 .background-img {
                    position: absolute;
                    top: 0;
                    right: 0;
                    left: 0;
                    bottom: 0;
                    z-index: 0;
                    background-image: url("https://mbbcinsights.ca/files/Home/1764724450_Asset 43-100.webp");
                    background-repeat: inherit;
                    background-position: inherit;
                    background-size: inherit;
                    background-attachment: inherit;
                    filter: none;
                }
            
                #layoutfull_box_22 
            
            #layoutfull_box_22 .new_layoutfull_layer {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 10;
                transition: all 600ms ease;
                background-color: rgba(0,0,0,0);
                display: flex;
                
            right:0;
            top:0;
        
            }

            #layoutfull_box_22 .layer_first_child {
                width: 100%;
            }
        
            #layoutfull_box_22:hover .new_layoutfull_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
            #layoutfull_box_22 .new_layoutfull_box .container-nlm{
                width:60% !important;
                margin:auto;
            }
            #layoutfull_box_22.cursor_box{
                cursor:auto; 
            }
        
                #layoutfull_box_22 .new_layoutfull_box{
                    visibility:visible;
                }
            
            .flex_row_revers{
                flex-direction: row-reverse;
            }
            .flex_row{
                flex-direction: row;
            }
            #module_new_layoutfull_22{
                overflow:hidden;
            }
            #module_new_layoutfull_22 .new_layoutfull_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:11;
                display:flex;
            }
            #module_new_layoutfull_22 .new_layoutfull_description a{
                color:inherit;
            }
            .new_color_tag{
                color: #00AFEF !important;
            }
        
            #module_new_layoutfull_22 .new_layoutfull_module{
                width:100% !important;
                position:relative;
                overflow:hidden;
            }
        
/* ═══════════════════════════════════════════════════
   MBBC MARQUEE BAND — RenderBox CMS Module
   Root: #MbbcMarquee_root__Mk7X2
   Theme: White/Light — MBBC brand palette
   ═══════════════════════════════════════════════════ */

/* ── Scoped reset ── */
#MbbcMarquee_root__Mk7X2,
#MbbcMarquee_root__Mk7X2 *,
#MbbcMarquee_root__Mk7X2 *::before,
#MbbcMarquee_root__Mk7X2 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ── Strip container ── */
#MbbcMarquee_root__Mk7X2 {
    background: #FAF8F6 !important;
    border-top: 1px solid rgba(0,0,0,0.08) !important;
    border-bottom: 1px solid rgba(0,0,0,0.08) !important;
    overflow: hidden !important;
    height: 52px !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    width: 100% !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ── Soft-fade edges ── */
#MbbcMarquee_root__Mk7X2::before,
#MbbcMarquee_root__Mk7X2::after {
    content: &#039;&#039; !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 100px !important;
    z-index: 2 !important;
    pointer-events: none !important;
}
#MbbcMarquee_root__Mk7X2::before {
    left: 0 !important;
    background: linear-gradient(90deg, #FAF8F6, transparent) !important;
}
#MbbcMarquee_root__Mk7X2::after {
    right: 0 !important;
    background: linear-gradient(-90deg, #FAF8F6, transparent) !important;
}

/* ── Scrolling track ── */
#MbbcMarquee_root__Mk7X2 .MbbcMarquee_track__Mk7X2 {
    display: flex !important;
    align-items: center !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    /* MbbcRoll is namespaced to avoid keyframe conflicts with host page */
    animation: MbbcRoll 28s linear infinite !important;
    will-change: transform;
}

/* Pause on hover (CSS layer — JS adds belt-and-suspenders) */
#MbbcMarquee_root__Mk7X2 .MbbcMarquee_track__Mk7X2:hover {
    animation-play-state: paused !important;
}

/* Namespaced keyframe — translateX(-50%) snaps back to SET 1 start */
@keyframes MbbcRoll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ── Individual marquee items ── */
#MbbcMarquee_root__Mk7X2 .MbbcMarquee_item__Mk7X2 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 2rem !important;
    padding: 0 2rem !important;
    font-family: &#039;Space Mono&#039;, &#039;Courier New&#039;, monospace !important;
    font-size: 0.6rem !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: #3D2E24 !important;        /* --cream-2 */
    font-weight: 800 !important;
    line-height: 1 !important;
}

/* ── Bold/highlighted items ── */
#MbbcMarquee_root__Mk7X2 .MbbcMarquee_bold__Mk7X2 {
    color: #1A1510 !important;        /* --cream (near-black) */
    font-weight: 900 !important;
    font-style: normal !important;
}

/* ── Crimson dot separators ── */
#MbbcMarquee_root__Mk7X2 .MbbcMarquee_dot__Mk7X2 {
    display: inline-block !important;
    width: 4px !important;
    height: 4px !important;
    border-radius: 50% !important;
    background: #7A2E22 !important;   /* --crimson */
    flex-shrink: 0 !important;
    vertical-align: middle !important;
}

/* ── Mobile: slightly slower scroll to aid readability ── */
@media (max-width: 639px) {
    #MbbcMarquee_root__Mk7X2 .MbbcMarquee_track__Mk7X2 {
        animation-duration: 22s !important;
    }
    #MbbcMarquee_root__Mk7X2::before,
    #MbbcMarquee_root__Mk7X2::after {
        width: 48px !important;
    }
}
 
/* ═══════════════════════════════════════════════════
   MBBC STATS SECTION — RenderBox CMS Module
   Root: #MbbcStats_root__St4W9
   Theme: White/Light — MBBC brand palette
   Pattern: Below-fold (IntersectionObserver, class-based entry)
   ═══════════════════════════════════════════════════ */

/* ── Scoped reset ── */
#MbbcStats_root__St4W9,
#MbbcStats_root__St4W9 *,
#MbbcStats_root__St4W9 *::before,
#MbbcStats_root__St4W9 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ── Section wrapper ── */
#MbbcStats_root__St4W9 {
    background: #FAF8F6 !important;         /* --bg-2 */
    border-bottom: 1px solid rgba(0,0,0,0.08) !important;
    position: relative !important;
    width: 100% !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ══════════════════════════════════════════════════
   GRID — mobile-first, 1 → 2 → 4 columns
   ══════════════════════════════════════════════════ */
#MbbcStats_root__St4W9 .MbbcStats_grid__St4W9 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
}

@media (min-width: 640px) {
    #MbbcStats_root__St4W9 .MbbcStats_grid__St4W9 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    #MbbcStats_root__St4W9 .MbbcStats_grid__St4W9 {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

/* ══════════════════════════════════════════════════
   CELL — base styles + transition for entry animation
   ══════════════════════════════════════════════════ */
#MbbcStats_root__St4W9 .MbbcStats_cell__St4W9 {
    padding: 4rem 3rem !important;
    position: relative !important;
    overflow: hidden !important;
    /* Transition drives BOTH the entry animation AND the hover shimmer */
    transition:
        opacity  0.9s cubic-bezier(0.19, 1, 0.22, 1),
        transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) !important;
    /* Borders — mobile default: bottom only */
    border-right: none !important;
    border-bottom: 1px solid rgba(0,0,0,0.08) !important;
}

/* Last cell on mobile: no trailing border */
#MbbcStats_root__St4W9 .MbbcStats_cell__St4W9:last-child {
    border-bottom: none !important;
}

/* Mobile padding tighten */
@media (max-width: 639px) {
    #MbbcStats_root__St4W9 .MbbcStats_cell__St4W9 {
        padding: 2.5rem 1.5rem !important;
    }
}

/* Tablet (2-col): vertical dividers + top border on row 2 */
@media (min-width: 640px) and (max-width: 1023px) {
    #MbbcStats_root__St4W9 .MbbcStats_cell__St4W9 {
        border-bottom: none !important;
    }
    /* Left column cells get a right border */
    #MbbcStats_root__St4W9 .MbbcStats_cell__St4W9:nth-child(odd) {
        border-right: 1px solid rgba(0,0,0,0.08) !important;
    }
    /* Row 2 cells get a top border */
    #MbbcStats_root__St4W9 .MbbcStats_cell__St4W9:nth-child(n+3) {
        border-top: 1px solid rgba(0,0,0,0.08) !important;
    }
}

/* Desktop (4-col): right dividers between cells */
@media (min-width: 1024px) {
    #MbbcStats_root__St4W9 .MbbcStats_cell__St4W9 {
        border-right: 1px solid rgba(0,0,0,0.08) !important;
        border-bottom: none !important;
        border-top: none !important;
    }
    #MbbcStats_root__St4W9 .MbbcStats_cell__St4W9:last-child {
        border-right: none !important;
    }
}

/* ── Hover shimmer (::after pseudo — position absolute, z-index above bg) ── */
#MbbcStats_root__St4W9 .MbbcStats_cell__St4W9::after {
    content: &#039;&#039; !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(135deg, rgba(122,46,34,0.06), transparent) !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
    pointer-events: none !important;
    z-index: 0 !important;
}
#MbbcStats_root__St4W9 .MbbcStats_cell__St4W9:hover::after {
    opacity: 1 !important;
}

/* ══════════════════════════════════════════════════
   ENTRY ANIMATION — class-based (RenderBox safe)
   JS adds:  .MbbcStats_animate-in__St4W9  +  .MbbcStats_slide-up__St4W9
   JS adds:  .MbbcStats_animated__St4W9  to trigger reveal
   ══════════════════════════════════════════════════ */

/* Hidden state */
#MbbcStats_root__St4W9 .MbbcStats_animate-in__St4W9 {
    opacity: 0 !important;
}
/* Starting position */
#MbbcStats_root__St4W9 .MbbcStats_slide-up__St4W9 {
    transform: translateY(40px) !important;
}
/* Revealed state — transition (defined on .cell) handles the smooth motion */
#MbbcStats_root__St4W9 .MbbcStats_animate-in__St4W9.MbbcStats_animated__St4W9 {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* ══════════════════════════════════════════════════
   BOTTOM ACCENT LINE — grows to full width on reveal
   ══════════════════════════════════════════════════ */
#MbbcStats_root__St4W9 .MbbcStats_line__St4W9 {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    height: 2px !important;
    width: 0% !important;
    background: linear-gradient(90deg, #7A2E22, #A07848) !important;  /* crimson → gold */
    /* 0.3s delay: line starts growing mid-way through the cell&#039;s opacity animation */
    transition: width 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s !important;
    z-index: 1 !important;
}
/* When parent cell is animated, expand the line */
#MbbcStats_root__St4W9 .MbbcStats_animate-in__St4W9.MbbcStats_animated__St4W9 .MbbcStats_line__St4W9 {
    width: 100% !important;
}

/* ══════════════════════════════════════════════════
   STAT NUMBERS — gradient text (crimson → gold)
   ══════════════════════════════════════════════════ */
#MbbcStats_root__St4W9 .MbbcStats_num__St4W9 {
    font-family: &#039;Playfair Display&#039;, Georgia, serif !important;
    font-weight: 900 !important;
    font-size: clamp(2.6rem, 4.5vw, 4.2rem) !important;
    line-height: 1 !important;
    margin-bottom: 0.5rem !important;
    background: linear-gradient(135deg, #7A2E22, #A07848) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Superscript &quot;+&quot; — inherits gradient fill */
#MbbcStats_root__St4W9 .MbbcStats_plus__St4W9 {
    font-size: 0.5em !important;
    -webkit-text-fill-color: transparent !important;
    vertical-align: super !important;
    line-height: 0 !important;
}

/* ── Text-style stats (cells 3 &amp; 4) — italic Playfair, earth tone ── */
#MbbcStats_root__St4W9 .MbbcStats_numtext__St4W9 {
    font-family: &#039;Playfair Display&#039;, Georgia, serif !important;
    font-weight: 900 !important;
    font-style: italic !important;
    font-size: clamp(1.2rem, 2vw, 1.8rem) !important;
    color: #8B5A3C !important;              /* --earth */
    -webkit-text-fill-color: #8B5A3C !important;
    background: none !important;
    line-height: 1.25 !important;
    margin-bottom: 0.5rem !important;
    padding-top: 0.4rem !important;
    position: relative !important;
    z-index: 1 !important;
}

/* ══════════════════════════════════════════════════
   STAT LABELS
   ══════════════════════════════════════════════════ */
#MbbcStats_root__St4W9 .MbbcStats_label__St4W9 {
    font-family: &#039;DM Sans&#039;, system-ui, -apple-system, sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    color: #1A1510 !important;              /* --cream (near-black) */
    -webkit-text-fill-color: #1A1510 !important;
    background: none !important;
    line-height: 1.4 !important;
    position: relative !important;
    z-index: 1 !important;
}
 .module[data-id_page='175']{;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}.module[data-id_page='175']:hover{;}.module[data-id_page='175']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='175'] > div{
                        position:relative;
                        z-index:12;
                    }
                .module[data-id_page='175'] 
            
            .module[data-id_page='175'] .new_admin_layer {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 10;
                transition: all 600ms ease;
                background-color: rgba(0,0,0,0);
                display: flex;
                
            right:0;
            top:0;
        
            }

            .module[data-id_page='175'] .layer_first_child {
                width: 100%;
            }
        
            .module[data-id_page='175']:hover .new_admin_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
            #module_new_medical_61 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
            #module_new_medical_61 .new_medical_description ul{
               list-style-position:inside;
            }
            
			#module_new_medical_61 .content_str{
				width:100%;
			}
            #module_new_medical_61 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_61 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_61 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_61 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_61 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_61 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_61 .mode7-size span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            .custom1{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1:hover{
                color:;
            }
            .custom2{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2:hover{
                color:;
              
            }
            #module_new_medical_61 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_61 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_61 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_61 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_61 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
        
            #module_new_medical_61 .new_medical_description a,#module_new_medical_61 .new_medical_description_main a{
                color:#00AFEF!important;
            }
            #module_new_medical_61 .new_medical_description a:hover,#module_new_medical_61 .new_medical_description_main a:hover{
                color:#00AFEF!important;
            }
         
                #module_new_medical_61 .swiper-pagination{
                position: absolute;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_61 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_163 .new_medical_icon{
                background-image:url("https://mbbcinsights.ca/files/Home/1764719822_-charts-animate.gif");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_163 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_163 .background-img{
                border-radius:;
            }
        
            #medical_box_163 .new_medical_icon{
                
            }
        #medical_box_163 .new_medical_icon{background-size:contain;background-position:top;background-repeat:no-repeat;min-width:40%;margin-right:32px;border-style:none;border-color:#000;}#medical_box_163:hover .new_medical_icon{}#medical_box_163.new_medical_module{background-size:contain;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}#medical_box_163:hover{}#medical_box_163 .new_medical_description{color:#000;font-weight:300;font-size:18px;line-height:30px;text-align:justify;padding-top:128px;padding-bottom:128px;border-style:solid;border-color:#555;}#medical_box_163:hover .new_medical_description{}
                #medical_box_163 
            
            #medical_box_163 .new_medical_layer {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 10;
                transition: all 600ms ease;
                background-color: rgba(0,0,0,0);
                display: flex;
                
            right:0;
            top:0;
        
            }

            #medical_box_163 .layer_first_child {
                width: 100%;
            }
        
            #medical_box_163:hover .new_medical_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
                #medical_box_163:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_163 .mode1-size_163{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_163 .new_medical_box > div{
                width:100%;
            }
             #medical_box_163 > div{
               height:100%;
            }
            #medical_box_163 .mode2-size_163{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_163 .mode3-size_163{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_163 .mode4-size_163{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_163 .mode5-size_163{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_163 .mode6-size_163{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_163 .mode7-size_163{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_163 .mode7-size_163 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_163 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_163 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_163{
                color:#fff;
                width:320px;
                height:48px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_163 span:hover{
                color:#fff!important;
            }
            .custom2_163{
                color:#fff;
                width:280px;
                height:48px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_163 span:hover{
                color:#fff;
            }
            #medical_box_163 .mode-btn1_163{
               ;
                
                    background:#7d3321
                ;
               margin:0 0.5rem;
               border-radius:100px;
               
            }
            #medical_box_163 .mode-btn1_163 svg{
               width:100%;
               height:100%;
               fill:#fff;
            }
            #medical_box_163 .mode-btn2_163{
               ;
                
                    background:#473823
                ;
               margin:0 0.5rem;
               border-radius:100px;
               
            }
            #medical_box_163 .mode-btn2_163 svg{
               width:100%;
               height:100%;
               fill:#fff;
            }  
            #medical_box_163 .div-btn-title_main_163{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_163 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_163 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
                #module_new_medical_61 .new_medical_title_main h3{
                    font-weight:bold!important;
                }
            #module_new_medical_61 .new_medical_title_main{color:#12908e;font-weight:bold;justify-content:center;text-align:center;}.module[data-id_page=&#039;28&#039;]:hover .new_medical_title_main{}#module_new_medical_61 .new_medical_box_main{display:flex;flex-wrap:wrap;visibility:visible;padding-top:32px;padding-bottom:32px;border-style:none;}.module[data-id_page=&#039;175&#039;]:hover .new_medical_box_main{}
            #module_new_medical_61 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_61 .new_medical_module{
                    width:1200px;
                    position:relative;
                    overflow:hidden;
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_61 .medical_box_main_animation_trigger{
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_61 .new_medical_module:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_61 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_61 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_61 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_61 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_61 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_61 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_61 .read-more-less-des {
                width: fit-content;
                text-align: center;
                
                    width: fit-content;
                    margin-left: 50%;
                    transform: translate(-50%, 0)
                
                z-index: 1200000;
                position: relative;
            }
            .flex_row_revers{
                flex-direction: row-reverse;
            }
            .flex_row{
                flex-direction: row;
            }
            #module_new_medical_61{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_61 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_61 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_61 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_61 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_61 .swiper-container{
                width:1200px;
            }
            #module_new_medical_61 .top_layer_diagonal{
                z-index:9 !important;
            }
            #module_new_medical_61 .right_layer_diagonal{
                z-index:9 !important;
            }
            #module_new_medical_61 .left_layer_diagonal{
                z-index:9 !important;
            }
            #module_new_medical_61 .bottom_layer_diagonal{
                z-index:9 !important;
            }
        
/* ===================================================
   MBBC EVIDENCE STREAMS — RenderBox CMS Module v3.0
   Root: #MbbcEvid_root__Ev3X8
   Theme: White/Light — MBBC brand palette
   Pattern: Below-fold, class-based entry animations

   v3.0 FIXES:
   - Panel switching via opacity crossfade (matching React)
     instead of display:none/flex (which killed animations)
   - Blip dots + chat bubbles now animate continuously
   - Community label uses direct class, not descendant selector
   - Smooth &quot;like butter&quot; A→B→C panel transitions
   =================================================== */

/* -- Scoped reset -- */
#MbbcEvid_root__Ev3X8,
#MbbcEvid_root__Ev3X8 *,
#MbbcEvid_root__Ev3X8 *::before,
#MbbcEvid_root__Ev3X8 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* -- Section wrapper -- */
#MbbcEvid_root__Ev3X8 {
    background: #FFFFFF !important;
    border-top: 1px solid rgba(0,0,0,0.08) !important;
    position: relative !important;
    width: 100% !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: &#039;DM Sans&#039;, system-ui, -apple-system, sans-serif;
}

/* ====================================================
   INTRO — 2-col desktop, stacked mobile
   ==================================================== */
#MbbcEvid_root__Ev3X8 .MbbcEvid_intro__Ev3X8 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 5rem 1.5rem 3rem !important;
}
@media (min-width: 768px) {
    #MbbcEvid_root__Ev3X8 .MbbcEvid_intro__Ev3X8 {
        padding: 7rem 6rem 4rem !important;
    }
}
@media (min-width: 1024px) {
    #MbbcEvid_root__Ev3X8 .MbbcEvid_intro__Ev3X8 {
        grid-template-columns: 1fr 1.15fr !important;
        gap: 5rem !important;
        align-items: end !important;
    }
}

/* Heading */
#MbbcEvid_root__Ev3X8 .MbbcEvid_heading__Ev3X8 {
    font-family: &#039;Playfair Display&#039;, Georgia, serif !important;
    font-weight: 900 !important;
    font-size: clamp(2rem, 4.5vw, 3.6rem) !important;
    line-height: 1.04 !important;
    color: #1A1510 !important;
    -webkit-text-fill-color: #1A1510 !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_hline__Ev3X8 {
    display: block !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_hem__Ev3X8 {
    font-style: italic !important;
    color: #7A2E22 !important;
    -webkit-text-fill-color: #7A2E22 !important;
}

/* Intro body */
#MbbcEvid_root__Ev3X8 .MbbcEvid_intro-body__Ev3X8 {
    font-size: 1rem !important;
    color: #3D2E24 !important;
    line-height: 1.8 !important;
    -webkit-text-fill-color: #3D2E24 !important;
}

/* ====================================================
   ENTRY ANIMATION CLASSES — class-based (RenderBox safe)
   ==================================================== */
#MbbcEvid_root__Ev3X8 .MbbcEvid_animate-in__Ev3X8 {
    opacity: 0 !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_slide-up__Ev3X8 {
    transform: translateY(36px) !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_animate-in__Ev3X8.MbbcEvid_animated__Ev3X8 {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Transitions on intro elements and step cards ONLY */
#MbbcEvid_root__Ev3X8 .MbbcEvid_intro-head__Ev3X8,
#MbbcEvid_root__Ev3X8 .MbbcEvid_intro-body-wrap__Ev3X8 {
    transition: opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1),
                transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_step__Ev3X8 {
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1),
                transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
                border-color 0.5s ease,
                background 0.5s ease,
                box-shadow 0.5s ease !important;
}

/* ====================================================
   SCROLLY LAYOUT — sticky viz + steps
   ==================================================== */
#MbbcEvid_root__Ev3X8 .MbbcEvid_scrolly__Ev3X8 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 1.5rem 5rem !important;
}
@media (min-width: 768px) {
    #MbbcEvid_root__Ev3X8 .MbbcEvid_scrolly__Ev3X8 {
        padding: 0 6rem 8rem !important;
    }
}
@media (min-width: 1024px) {
    #MbbcEvid_root__Ev3X8 .MbbcEvid_scrolly__Ev3X8 {
        grid-template-columns: 1fr 1fr !important;
        gap: 6rem !important;
    }
}

/* Sticky wrapper — only sticky on desktop */
#MbbcEvid_root__Ev3X8 .MbbcEvid_sticky-wrap__Ev3X8 {
    position: relative !important;
}
@media (min-width: 1024px) {
    #MbbcEvid_root__Ev3X8 .MbbcEvid_sticky-wrap__Ev3X8 {
        position: sticky !important;
        top: 100px !important;
        height: calc(100vh - 160px) !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-self: start !important;
    }
}

/* ====================================================
   VIZ PANEL CONTAINER
   ==================================================== */
#MbbcEvid_root__Ev3X8 .MbbcEvid_eviz__Ev3X8 {
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    background: #F5F1ED !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
    position: relative !important;
    overflow: hidden !important;
    margin-top: 1.5rem !important;
    max-height: 500px !important;
    transition: border-color 0.6s ease !important;
}

/* Border colour changes — applied directly to eviz via JS */

/* -- Generic viz panel -- ALL panels use opacity crossfade -- */
#MbbcEvid_root__Ev3X8 .MbbcEvid_viz-panel__Ev3X8 {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.6s ease !important;
}

/* Active panel — class applied directly to panel element (RenderBox safe) */
#MbbcEvid_root__Ev3X8 .MbbcEvid_panel-visible__Ev3X8 {
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* ====================================================
   PANEL A — SURVEY CLIPBOARD
   ==================================================== */
#MbbcEvid_root__Ev3X8 .MbbcEvid_vpanel-survey__Ev3X8 {
    background: #FAF8F6 !important;
    align-items: flex-start !important;
    padding-top: 20px !important;
}

/* Particles */
#MbbcEvid_root__Ev3X8 .MbbcEvid_surv-particle__Ev3X8 {
    position: absolute !important;
    width: 4px !important;
    height: 4px !important;
    border-radius: 50% !important;
    background: #7A2E22 !important;
    opacity: 0.3 !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_sp1__Ev3X8 { animation: MbbcSP1 5s   ease-in-out infinite 0s; }
#MbbcEvid_root__Ev3X8 .MbbcEvid_sp2__Ev3X8 { animation: MbbcSP2 5.5s ease-in-out infinite 0.8s; }
#MbbcEvid_root__Ev3X8 .MbbcEvid_sp3__Ev3X8 { animation: MbbcSP3 4.8s ease-in-out infinite 1.6s; }
#MbbcEvid_root__Ev3X8 .MbbcEvid_sp4__Ev3X8 { animation: MbbcSP4 5.2s ease-in-out infinite 2.4s; }
#MbbcEvid_root__Ev3X8 .MbbcEvid_sp5__Ev3X8 { animation: MbbcSP5 4.6s ease-in-out infinite 3.2s; }

@keyframes MbbcSP1 { 0%{transform:translate(0,0);opacity:0} 50%{transform:translate(-60px,-80px);opacity:.5} 100%{transform:translate(-40px,-140px);opacity:0} }
@keyframes MbbcSP2 { 0%{transform:translate(0,0);opacity:0} 50%{transform:translate(50px,-70px);opacity:.5}  100%{transform:translate(30px,-120px);opacity:0} }
@keyframes MbbcSP3 { 0%{transform:translate(0,0);opacity:0} 50%{transform:translate(-30px,-90px);opacity:.5} 100%{transform:translate(-50px,-130px);opacity:0} }
@keyframes MbbcSP4 { 0%{transform:translate(0,0);opacity:0} 50%{transform:translate(70px,-60px);opacity:.5}  100%{transform:translate(60px,-110px);opacity:0} }
@keyframes MbbcSP5 { 0%{transform:translate(0,0);opacity:0} 50%{transform:translate(-20px,-100px);opacity:.5} 100%{transform:translate(-10px,-150px);opacity:0} }

/* Clipboard card */
#MbbcEvid_root__Ev3X8 .MbbcEvid_clipboard__Ev3X8 {
    width: 320px !important;
    min-height: 440px !important;
    background: #fff !important;
    border-radius: 12px !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
    border-top: 8px solid #7A2E22 !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.10) !important;
    padding: 30px 24px 24px !important;
    position: relative !important;
    z-index: 2 !important;
    margin: 0 auto !important;
}
@media (max-width: 480px) {
    #MbbcEvid_root__Ev3X8 .MbbcEvid_clipboard__Ev3X8 {
        width: 90% !important;
        min-height: 360px !important;
        padding: 20px 14px 18px !important;
    }
}

/* Clip at top of clipboard */
#MbbcEvid_root__Ev3X8 .MbbcEvid_clip__Ev3X8 {
    position: absolute !important;
    top: -12px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 80px !important;
    height: 28px !important;
    background: #F5F1ED !important;
    border-radius: 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08) !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_clip-bar__Ev3X8 {
    width: 40px !important;
    height: 4px !important;
    background: rgba(0,0,0,0.10) !important;
    border-radius: 2px !important;
}

/* Slides */
#MbbcEvid_root__Ev3X8 .MbbcEvid_slide__Ev3X8 {
    position: absolute !important;
    top: 40px !important;
    left: 24px !important;
    right: 24px !important;
    opacity: 0 !important;
    transform: translateX(10px) !important;
    transition: opacity 0.4s ease, transform 0.4s ease !important;
    pointer-events: none !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_slide-active__Ev3X8 {
    opacity: 1 !important;
    transform: translateX(0) !important;
    pointer-events: auto !important;
}
@media (max-width: 480px) {
    #MbbcEvid_root__Ev3X8 .MbbcEvid_slide__Ev3X8 {
        top: 34px !important;
        left: 14px !important;
        right: 14px !important;
    }
}

/* Slide meta row */
#MbbcEvid_root__Ev3X8 .MbbcEvid_smeta__Ev3X8 {
    display: flex !important;
    justify-content: space-between !important;
    margin-bottom: 0.6rem !important;
    opacity: 0.6 !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_sq__Ev3X8,
#MbbcEvid_root__Ev3X8 .MbbcEvid_sid__Ev3X8 {
    font-size: 0.65rem !important;
    font-family: &#039;Space Mono&#039;, monospace !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    font-weight: 700 !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_sq__Ev3X8  { color: #7A2E22 !important; }
#MbbcEvid_root__Ev3X8 .MbbcEvid_sid__Ev3X8 { color: #7A6B5E !important; }

/* Question text */
#MbbcEvid_root__Ev3X8 .MbbcEvid_sq-text__Ev3X8 {
    font-size: 0.9rem !important;
    font-family: &#039;DM Sans&#039;, system-ui, sans-serif !important;
    font-weight: 700 !important;
    color: #1A1510 !important;
    line-height: 1.35 !important;
    margin-bottom: 1rem !important;
    min-height: 2.7em !important;
}
@media (max-width: 480px) {
    #MbbcEvid_root__Ev3X8 .MbbcEvid_sq-text__Ev3X8 {
        font-size: 0.8rem !important;
        margin-bottom: 0.5rem !important;
        min-height: auto !important;
        line-height: 1.3 !important;
    }
}

/* Option list */
#MbbcEvid_root__Ev3X8 .MbbcEvid_opts__Ev3X8 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_opts-grid__Ev3X8 {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 6px !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_opt__Ev3X8 {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding: 8px 10px !important;
    border-radius: 6px !important;
    border: 1px solid rgba(0,0,0,0.06) !important;
    background: transparent !important;
    transition: all 0.3s !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_opts-grid__Ev3X8 .MbbcEvid_opt__Ev3X8 {
    padding: 6px 8px !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_opt-sel__Ev3X8 {
    border-color: #7A2E22 !important;
    background: rgba(122,46,34,0.06) !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_radio__Ev3X8 {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(0,0,0,0.15) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_opt-sel__Ev3X8 .MbbcEvid_radio__Ev3X8 {
    border-color: #7A2E22 !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_radio-dot__Ev3X8 {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: #7A2E22 !important;
    display: none !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_opt-sel__Ev3X8 .MbbcEvid_radio-dot__Ev3X8 {
    display: block !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_opt-txt__Ev3X8 {
    font-size: 0.75rem !important;
    color: #7A6B5E !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_opt-sel__Ev3X8 .MbbcEvid_opt-txt__Ev3X8 {
    color: #1A1510 !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_opts-long__Ev3X8 .MbbcEvid_opt-txt__Ev3X8 {
    font-size: 0.65rem !important;
    line-height: 1.25 !important;
}
@media (max-width: 480px) {
    #MbbcEvid_root__Ev3X8 .MbbcEvid_opt__Ev3X8 {
        padding: 5px 8px !important;
        gap: 8px !important;
    }
    #MbbcEvid_root__Ev3X8 .MbbcEvid_opt-txt__Ev3X8 {
        font-size: 0.72rem !important;
        line-height: 1.25 !important;
    }
    #MbbcEvid_root__Ev3X8 .MbbcEvid_opts__Ev3X8 {
        gap: 0.35rem !important;
    }
    #MbbcEvid_root__Ev3X8 .MbbcEvid_opts-grid__Ev3X8 {
        gap: 5px !important;
    }
    #MbbcEvid_root__Ev3X8 .MbbcEvid_opts-grid__Ev3X8 .MbbcEvid_opt-txt__Ev3X8 {
        font-size: 0.68rem !important;
    }
    #MbbcEvid_root__Ev3X8 .MbbcEvid_opts-long__Ev3X8 .MbbcEvid_opt-txt__Ev3X8 {
        font-size: 0.65rem !important;
        line-height: 1.2 !important;
    }
    #MbbcEvid_root__Ev3X8 .MbbcEvid_opts-long__Ev3X8 .MbbcEvid_opt__Ev3X8 {
        padding: 4px 6px !important;
        gap: 6px !important;
    }
}

/* Progress pips */
#MbbcEvid_root__Ev3X8 .MbbcEvid_pips__Ev3X8 {
    display: flex !important;
    justify-content: center !important;
    gap: 6px !important;
    position: absolute !important;
    bottom: 16px !important;
    left: 0 !important;
    right: 0 !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_pip__Ev3X8 {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: rgba(0,0,0,0.10) !important;
    transition: background 0.3s !important;
    cursor: pointer !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_pip-active__Ev3X8 {
    background: #7A2E22 !important;
}

/* Animated cursor */
#MbbcEvid_root__Ev3X8 .MbbcEvid_surv-cursor__Ev3X8 {
    position: absolute !important;
    z-index: 10 !important;
    pointer-events: none !important;
    color: #7A2E22 !important;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.5)) !important;
    animation: MbbcSurvCursor 4s ease-in-out infinite !important;
}
@keyframes MbbcSurvCursor {
    0%   { transform: translate(100px, 100px); }
    25%  { transform: translate(60px,  50px);  }
    50%  { transform: translate(80px,  70px);  }
    100% { transform: translate(100px, 100px); }
}

/* ====================================================
   PANEL B — RADAR  (v3.0: LIGHT BG matching React --bg-3)
   React: .viz-radar { background: var(--bg-3); }
   --bg-3 = #F5F1ED
   ==================================================== */
#MbbcEvid_root__Ev3X8 .MbbcEvid_vpanel-radar__Ev3X8 {
    background: #F5F1ED !important;
}

/* Grid lines — React: var(--earth) #8B5A3C at opacity 0.12 */
#MbbcEvid_root__Ev3X8 .MbbcEvid_radar-grid__Ev3X8 {
    position: absolute !important;
    inset: 0 !important;
    opacity: 0.12 !important;
    background-image:
        linear-gradient(#8B5A3C 1px, transparent 1px),
        linear-gradient(90deg, #8B5A3C 1px, transparent 1px) !important;
    background-size: 40px 40px !important;
    mask-image: radial-gradient(circle, black 40%, transparent 80%);
    -webkit-mask-image: radial-gradient(circle, black 40%, transparent 80%);
}

/* Sweep wrap */
#MbbcEvid_root__Ev3X8 .MbbcEvid_radar-sweep-wrap__Ev3X8 {
    position: absolute !important;
    width: 240% !important;
    height: 240% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Sweep — React: rgba(160,120,72,...) */
#MbbcEvid_root__Ev3X8 .MbbcEvid_radar-sweep__Ev3X8 {
    width: 100% !important;
    height: 100% !important;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        transparent 280deg,
        rgba(160,120,72,0.02) 300deg,
        rgba(160,120,72,0.4) 360deg
    ) !important;
    border-radius: 50% !important;
    animation: MbbcRadarSpin 4s linear infinite !important;
}
@keyframes MbbcRadarSpin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Blips */
#MbbcEvid_root__Ev3X8 .MbbcEvid_radar-blip__Ev3X8 {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/*
 * Blip dots — React: var(--crimson) #7A2E22
 * CRITICAL: Use longhand animation properties, NOT shorthand.
 * The shorthand `animation: ... !important` would implicitly set
 * animation-delay:0s !important, overriding the per-blip inline
 * animation-delay values that sync each blip to the sweep angle.
 */
#MbbcEvid_root__Ev3X8 .MbbcEvid_blip-dot__Ev3X8 {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: #7A2E22 !important;
    box-shadow: 0 0 12px 2px #7A2E22, 0 0 0 1px rgba(122,46,34,0.3) !important;
    animation-name: MbbcBlipFlash !important;
    animation-duration: 4s !important;
    animation-timing-function: ease-out !important;
    animation-iteration-count: infinite !important;
    /* animation-delay intentionally omitted — controlled by inline style per blip */
}
@keyframes MbbcBlipFlash {
    0%   { opacity: 0; transform: scale(0.5); }
    1%   { opacity: 1; transform: scale(2);   }
    40%  { opacity: 0; transform: scale(0.5); }
    100% { opacity: 0; transform: scale(0.5); }
}

/* Radar centre label — React: gradient text #1A1510 → #A07848 */
#MbbcEvid_root__Ev3X8 .MbbcEvid_radar-center__Ev3X8 {
    position: relative !important;
    z-index: 10 !important;
    text-align: center !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_radar-h__Ev3X8 {
    font-size: 2.5rem !important;
    font-family: &#039;Playfair Display&#039;, Georgia, serif !important;
    font-weight: 900 !important;
    background: linear-gradient(135deg, #1A1510 20%, #A07848 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: #1A1510 !important;
    text-transform: uppercase !important;
    line-height: 0.9 !important;
    letter-spacing: -0.02em !important;
    font-style: italic !important;
    opacity: 0.9 !important;
}

/* ====================================================
   PANEL C — FOCUS GROUP  (v3.0: matching React exactly)
   React: background: linear-gradient(135deg, var(--bg-2), var(--bg-3))
   --bg-2=#FAF8F6, --bg-3=#F5F1ED
   ==================================================== */
#MbbcEvid_root__Ev3X8 .MbbcEvid_vpanel-focus__Ev3X8 {
    background: linear-gradient(135deg, #FAF8F6, #F5F1ED) !important;
}

/* Floor — React: rgba(139,90,60,0.06) skewX(12deg) (positive) */
#MbbcEvid_root__Ev3X8 .MbbcEvid_focus-floor__Ev3X8 {
    position: absolute !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 33% !important;
    background: rgba(139,90,60,0.06) !important;
    transform: skewX(12deg) !important;
}

/* Focus persons */
#MbbcEvid_root__Ev3X8 .MbbcEvid_focus-person__Ev3X8 {
    position: absolute !important;
    z-index: 20 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_focus-head__Ev3X8 {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    margin-bottom: -10px !important;
    position: relative !important;
    z-index: 10 !important;
    border: 2px solid #fff !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.10) !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_focus-body__Ev3X8 {
    width: 64px !important;
    height: 40px !important;
    border-radius: 100px 100px 0 0 !important;
    opacity: 0.9 !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_fp-back__Ev3X8 {
    z-index: 0 !important;
    opacity: 0.5 !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_fp-back__Ev3X8 .MbbcEvid_focus-head__Ev3X8 {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: -8px !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_fp-back__Ev3X8 .MbbcEvid_focus-body__Ev3X8 {
    width: 56px !important;
    height: 32px !important;
}

/* Mobile: shrink focus persons */
@media (max-width: 639px) {
    #MbbcEvid_root__Ev3X8 .MbbcEvid_focus-head__Ev3X8 {
        width: 36px !important;
        height: 36px !important;
    }
    #MbbcEvid_root__Ev3X8 .MbbcEvid_focus-body__Ev3X8 {
        width: 48px !important;
        height: 32px !important;
    }
    #MbbcEvid_root__Ev3X8 .MbbcEvid_fp-back__Ev3X8 .MbbcEvid_focus-head__Ev3X8 {
        width: 30px !important;
        height: 30px !important;
    }
    #MbbcEvid_root__Ev3X8 .MbbcEvid_fp-back__Ev3X8 .MbbcEvid_focus-body__Ev3X8 {
        width: 42px !important;
        height: 24px !important;
    }
}

/* Community pill */
#MbbcEvid_root__Ev3X8 .MbbcEvid_focus-community__Ev3X8 {
    position: relative !important;
    z-index: 10 !important;
    width: 190px !important;
    height: 96px !important;
    background: #fff !important;
    border-radius: 2rem !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08) !important;
    overflow: hidden !important;
}
@media (max-width: 639px) {
    #MbbcEvid_root__Ev3X8 .MbbcEvid_focus-community__Ev3X8 {
        width: 140px !important;
    }
}

/* Community label — starts off-screen, slides in via DIRECT class (not descendant) */
#MbbcEvid_root__Ev3X8 .MbbcEvid_focus-comm-label__Ev3X8 {
    font-family: &#039;Space Mono&#039;, monospace !important;
    font-size: 0.7rem !important;
    color: #8B5A3C !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    transform: translateX(160px) !important;
    opacity: 0 !important;
    transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1) 0.7s,
                opacity 0.6s ease 0.7s !important;
}
@media (max-width: 639px) {
    #MbbcEvid_root__Ev3X8 .MbbcEvid_focus-comm-label__Ev3X8 {
        font-size: 0.6rem !important;
        transform: translateX(100px) !important;
    }
}

/* Community label VISIBLE — class applied directly to label element by JS */
#MbbcEvid_root__Ev3X8 .MbbcEvid_comm-visible__Ev3X8 {
    transform: translateX(0) !important;
    opacity: 0.85 !important;
}

/* Chat bubbles */
#MbbcEvid_root__Ev3X8 .MbbcEvid_bubble__Ev3X8 {
    position: absolute !important;
    z-index: 30 !important;
    background: #fff !important;
    padding: 12px !important;
    border: 1px solid !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.06) !important;
    display: flex !important;
    gap: 4px !important;
    /* Bubbles start at scale(0) / opacity 0 via @keyframes.
       The animation runs continuously; it&#039;s only visible
       when the parent panel crossfades in via opacity. */
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_bubble-left__Ev3X8 {
    border-color: #7A2E22 !important;
    border-radius: 12px 12px 0 12px !important;
    animation: MbbcBubblePop 4s ease infinite 0s !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_bubble-right__Ev3X8 {
    border-color: #A07848 !important;
    border-radius: 12px 12px 12px 0 !important;
    animation: MbbcBubblePop 4s ease infinite 2s !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_bubble-dot__Ev3X8 {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_bubble-line__Ev3X8 {
    width: 16px !important;
    height: 8px !important;
    background: rgba(0,0,0,0.10) !important;
    border-radius: 4px !important;
}
@media (max-width: 639px) {
    #MbbcEvid_root__Ev3X8 .MbbcEvid_bubble__Ev3X8 {
        padding: 8px !important;
    }
    #MbbcEvid_root__Ev3X8 .MbbcEvid_bubble-dot__Ev3X8 {
        width: 6px !important;
        height: 6px !important;
    }
    #MbbcEvid_root__Ev3X8 .MbbcEvid_bubble-line__Ev3X8 {
        width: 12px !important;
        height: 6px !important;
    }
}
@keyframes MbbcBubblePop {
    0%   { opacity: 0; transform: scale(0); }
    10%  { opacity: 1; transform: scale(1); }
    40%  { opacity: 1; transform: scale(1); }
    50%  { opacity: 0; transform: scale(0); }
    100% { opacity: 0; transform: scale(0); }
}

/* ====================================================
   STEP CARDS  A / B / C
   ==================================================== */
#MbbcEvid_root__Ev3X8 .MbbcEvid_steps__Ev3X8 {
    display: flex !important;
    flex-direction: column !important;
    gap: 3.5rem !important;
    padding-top: 2rem !important;
}

#MbbcEvid_root__Ev3X8 .MbbcEvid_step__Ev3X8 {
    padding: 2.4rem !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
    background: #FAF8F6 !important;
    position: relative !important;
    overflow: hidden !important;
    cursor: pointer !important;
    transform-style: preserve-3d !important;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) !important;
}

/* Left accent bar (grows on active) */
#MbbcEvid_root__Ev3X8 .MbbcEvid_step__Ev3X8::before {
    content: &#039;&#039; !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 3px !important;
    height: 0% !important;
    background: linear-gradient(180deg, #7A2E22, #A07848) !important;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1) !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_step-active__Ev3X8::before {
    height: 100% !important;
}

/* Hover sheen */
#MbbcEvid_root__Ev3X8 .MbbcEvid_sheen__Ev3X8 {
    position: absolute !important;
    inset: 0 !important;
    background: radial-gradient(circle 100px at 0% 0%, rgba(0,0,0,0.02), transparent) !important;
    pointer-events: none !important;
    z-index: 0 !important;
    opacity: 0 !important;
    transition: opacity 0.3s !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_step__Ev3X8:hover .MbbcEvid_sheen__Ev3X8 {
    opacity: 1 !important;
}

/* Active card — elevated */
#MbbcEvid_root__Ev3X8 .MbbcEvid_step-active__Ev3X8 {
    border-color: rgba(122,46,34,0.25) !important;
    background: #fff !important;
    box-shadow: 0 12px 40px rgba(122,46,34,0.10) !important;
}

/* Inner content (above sheen) */
#MbbcEvid_root__Ev3X8 .MbbcEvid_step-inner__Ev3X8 {
    position: relative !important;
    z-index: 1 !important;
}

/* Tag row */
#MbbcEvid_root__Ev3X8 .MbbcEvid_tag__Ev3X8 {
    display: flex !important;
    align-items: center !important;
    gap: 0.8rem !important;
    margin-bottom: 1rem !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_num__Ev3X8 {
    width: 26px !important;
    height: 26px !important;
    border-radius: 50% !important;
    background: #7A2E22 !important;
    color: #fff !important;
    font-family: &#039;Space Mono&#039;, monospace !important;
    font-size: 0.62rem !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    line-height: 1 !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_tag-txt__Ev3X8 {
    font-family: &#039;DM Sans&#039;, system-ui, sans-serif !important;
    font-size: 0.76rem !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
    color: #1A1510 !important;
    font-weight: 800 !important;
}

/* Body */
#MbbcEvid_root__Ev3X8 .MbbcEvid_body__Ev3X8 {
    font-size: 0.9rem !important;
    color: #3D2E24 !important;
    line-height: 1.75 !important;
    margin-bottom: 1.2rem !important;
}

/* Bullets */
#MbbcEvid_root__Ev3X8 .MbbcEvid_bullets__Ev3X8 {
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
    margin-bottom: 1.4rem !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_bullets__Ev3X8 li {
    font-size: 0.86rem !important;
    color: #3D2E24 !important;
    padding-left: 1.4rem !important;
    position: relative !important;
    line-height: 1.5 !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_bullets__Ev3X8 li::before {
    content: &#039;\203A&#039; !important;
    position: absolute !important;
    left: 0 !important;
    color: #A07848 !important;
    font-size: 1.1rem !important;
    line-height: 1.2 !important;
}

/* CTA link */
#MbbcEvid_root__Ev3X8 .MbbcEvid_link__Ev3X8 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    font-family: &#039;Space Mono&#039;, monospace !important;
    font-size: 0.62rem !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: #8B5A3C !important;
    text-decoration: none !important;
    transition: gap 0.25s, color 0.2s !important;
    font-weight: 700 !important;
}
#MbbcEvid_root__Ev3X8 .MbbcEvid_link__Ev3X8:hover {
    gap: 0.9rem !important;
    color: #A07848 !important;
}

/* ====================================================
   MOBILE + TABLET LAYOUT ADJUSTMENTS
   ==================================================== */

/* Tablet: below 1024 */
@media (max-width: 1023px) {
    #MbbcEvid_root__Ev3X8 .MbbcEvid_eviz__Ev3X8 {
        aspect-ratio: unset !important;
        height: 500px !important;
        max-height: none !important;
    }
    #MbbcEvid_root__Ev3X8 .MbbcEvid_steps__Ev3X8 {
        gap: 2rem !important;
    }
    #MbbcEvid_root__Ev3X8 .MbbcEvid_step__Ev3X8 {
        padding: 1.8rem !important;
    }
}

/* Mobile: below 640 */
@media (max-width: 639px) {
    #MbbcEvid_root__Ev3X8 .MbbcEvid_steps__Ev3X8 {
        gap: 1.5rem !important;
    }
    #MbbcEvid_root__Ev3X8 .MbbcEvid_step__Ev3X8 {
        padding: 1.4rem !important;
    }
    #MbbcEvid_root__Ev3X8 .MbbcEvid_radar-h__Ev3X8 {
        font-size: 1.6rem !important;
    }
    #MbbcEvid_root__Ev3X8 .MbbcEvid_body__Ev3X8 {
        font-size: 0.85rem !important;
    }
    #MbbcEvid_root__Ev3X8 .MbbcEvid_bullets__Ev3X8 li {
        font-size: 0.82rem !important;
    }
}
 
/* ═══════════════════════════════════════════════════════════════════════
   COMMUNITY HUB SECTION - RenderBox Optimized CSS
   Mountain Biking BC Insights Dashboard

   THEME: Light #F5F1ED — all breakpoints
   CRITICAL: Mobile-first (guide Section 9.2)
   ═══════════════════════════════════════════════════════════════════ */

/* ─── SCOPED RESET ─── */
#HubSection_root__Mx8K2,
#HubSection_root__Mx8K2 *,
#HubSection_root__Mx8K2 *::before,
#HubSection_root__Mx8K2 *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ─── CSS VARIABLES ─── */
#HubSection_root__Mx8K2 {
  --crimson:      #C23B2B;
  --crimson-deep: #8B2020;
  --crimson-glow: linear-gradient(135deg, #8B2020, #C23B2B);
  --gold:         #D4941A;
  --earth:        #A07840;
  --ink:          #1A1510;
  --ink-mid:      #3D2E24;
  --ink-muted:    #7A6B5E;
  --bg:           #F5F1ED;
  --bg-card:      #FFFFFF;
  --bg-card-alt:  #FAF8F6;
  --border:       rgba(194, 59, 43, 0.15);
  --border-strong:rgba(194, 59, 43, 0.35);
  --expo:         cubic-bezier(0.19, 1, 0.22, 1);
  --display:      &#039;Playfair Display&#039;, Georgia, serif;
  --sans:         &#039;DM Sans&#039;, -apple-system, sans-serif;
  --mono:         &#039;Space Mono&#039;, &#039;Courier New&#039;, monospace;
}

/* ═══════════════════════════════════════════════════════════════════════
   SECTION CONTAINER
   ═══════════════════════════════════════════════════════════════════ */

#HubSection_root__Mx8K2.HubSection_container__Pq5L9 {
  background: #F5F1ED !important;
  border-top: 2px solid rgba(194, 59, 43, 0.2) !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 4rem 1.6rem 5rem !important;
  min-height: auto !important;
}

/* ═══════════════════════════════════════════════════════════════════════
   GHOST BACKGROUND TEXT
   NO !important on transform — JS owns it for parallax
   ═══════════════════════════════════════════════════════════════════ */

#HubSection_root__Mx8K2 .HubSection_ghost__Yz7N3 {
  position: absolute !important;
  font-family: var(--display) !important;
  font-size: clamp(5.5rem, 17vw, 15rem) !important;
  font-weight: 900 !important;
  font-style: italic !important;
  color: rgba(194, 59, 43, 0.06) !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(calc(-50% + 80vw), -50%);
  white-space: nowrap !important;
  pointer-events: none !important;
  user-select: none !important;
  z-index: 1 !important;
  transition: opacity 0.8s var(--expo), transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/* ═══════════════════════════════════════════════════════════════════════
   INNER CONTENT WRAPPER
   ═══════════════════════════════════════════════════════════════════ */

#HubSection_root__Mx8K2 .HubSection_inner__Wv4T6 {
  position: relative !important;
  z-index: 10 !important;
  max-width: 960px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

/* ═══════════════════════════════════════════════════════════════════════
   HEADING
   ═══════════════════════════════════════════════════════════════════ */

#HubSection_root__Mx8K2 .HubSection_heading__Bx2M8 {
  font-family: var(--display) !important;
  font-weight: 900 !important;
  font-size: clamp(2.2rem, 5vw, 3.8rem) !important;
  line-height: 1.2 !important;
  margin-bottom: 2rem !important;
  color: #1A1510 !important;
  transition: opacity 0.8s var(--expo), transform 0.8s var(--expo) !important;
}

#HubSection_root__Mx8K2 .HubSection_line__Kj9R1 {
  display: block !important;
  overflow: hidden !important;
}

#HubSection_root__Mx8K2 .HubSection_word__Dx3V5 {
  display: inline-block !important;
  will-change: transform !important;
  transition: transform 0.8s var(--expo) !important;
}

#HubSection_root__Mx8K2 .HubSection_em__Fn6P4 {
  font-style: italic !important;
  color: #C23B2B !important;
}

/* ═══════════════════════════════════════════════════════════════════════
   BODY TEXT
   ═══════════════════════════════════════════════════════════════════ */

#HubSection_root__Mx8K2 .HubSection_body__Lm2T7 {
  font-size: 1rem !important;
  color: #3D2E24 !important;
  line-height: 1.8 !important;
  max-width: 680px !important;
  margin: 0 auto 3rem !important;
  font-family: var(--sans) !important;
  transition: opacity 0.8s var(--expo), transform 0.8s var(--expo) !important;
}

#HubSection_root__Mx8K2 .HubSection_bodySmall__Hv5K9 {
  font-size: 0.9rem !important;
}

/* ═══════════════════════════════════════════════════════════════════════
   3-STEP PATHWAY
   ═══════════════════════════════════════════════════════════════════ */

#HubSection_root__Mx8K2 .HubSection_pathway__Cx7N2 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 2.5rem 0 4rem !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
  transition: opacity 0.8s var(--expo), transform 0.8s var(--expo) !important;
}

/* Step node */
#HubSection_root__Mx8K2 .HubSection_node__Vm3L8 {
  padding: 1.6rem 2rem !important;
  background: #FFFFFF !important;
  border: 1px solid rgba(194, 59, 43, 0.15) !important;
  text-align: center !important;
  width: 100% !important;
  max-width: 280px !important;
  cursor: default !important;
  position: relative !important;
  overflow: hidden !important;
  transition: all 0.35s ease, opacity 0.6s var(--expo), transform 0.6s var(--expo) !important;
}

#HubSection_root__Mx8K2 .HubSection_node__Vm3L8::before {
  content: &#039;&#039; !important;
  position: absolute !important;
  inset: 0 !important;
  background: rgba(194, 59, 43, 0.04) !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
  pointer-events: none !important;
}

#HubSection_root__Mx8K2 .HubSection_node__Vm3L8:hover::before {
  opacity: 1 !important;
}

#HubSection_root__Mx8K2 .HubSection_node__Vm3L8:hover {
  border-color: rgba(194, 59, 43, 0.4) !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 24px rgba(194, 59, 43, 0.1) !important;
  background: #FFFFFF !important;
}

#HubSection_root__Mx8K2 .HubSection_nodeLast__Xt1N7 {
  border-color: rgba(194, 59, 43, 0.35) !important;
  background: rgba(194, 59, 43, 0.04) !important;
}

#HubSection_root__Mx8K2 .HubSection_nodeNum__Yz2B6 {
  font-family: var(--mono) !important;
  font-size: 0.52rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #C23B2B !important;
  margin-bottom: 0.4rem !important;
}

#HubSection_root__Mx8K2 .HubSection_nodeLabel__Jk4W1 {
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  color: #1A1510 !important;
  line-height: 1.3 !important;
  font-family: var(--sans) !important;
}

/* Arrow connectors — vertical by default (mobile stack) */
#HubSection_root__Mx8K2 .HubSection_arrow__Fp9R5 {
  width: 1px !important;
  height: 36px !important;
  background: linear-gradient(180deg, #C23B2B, #D4941A) !important;
  position: relative !important;
  flex-shrink: 0 !important;
}

#HubSection_root__Mx8K2 .HubSection_arrow__Fp9R5::after {
  content: &#039;↓&#039; !important;
  position: absolute !important;
  right: -8px !important;
  bottom: -6px !important;
  top: auto !important;
  color: #D4941A !important;
  font-size: 1.1rem !important;
}

/* ═══════════════════════════════════════════════════════════════════════
   CTA BUTTONS
   ═══════════════════════════════════════════════════════════════════ */

#HubSection_root__Mx8K2 .HubSection_ctas__Bn8K4 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 1.2rem !important;
  transition: opacity 0.8s var(--expo), transform 0.8s var(--expo) !important;
}

#HubSection_root__Mx8K2 .HubSection_ctaPrimary__Lm2P8 {
  position: relative !important;
  display: inline-block !important;
  cursor: pointer !important;
  text-align: left !important;
  -webkit-tap-highlight-color: transparent !important;
}

#HubSection_root__Mx8K2 .HubSection_ctaPrimary__Lm2P8::before {
  content: &#039;&#039; !important;
  position: absolute !important;
  inset: -1px !important;
  background: linear-gradient(135deg, #C23B2B, #D4941A) !important;
  opacity: 0 !important;
  transition: opacity 0.4s ease !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

#HubSection_root__Mx8K2 .HubSection_ctaPrimary__Lm2P8:hover::before {
  opacity: 1 !important;
}

/* Dark CTA button — strong contrast on light background */
#HubSection_root__Mx8K2 .HubSection_ctaBody__Qw5T6 {
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.9rem !important;
  padding: 1.2rem 2.5rem !important;
  background: #1A1510 !important;
  border: 1px solid rgba(194, 59, 43, 0.3) !important;
  transition: transform 0.35s var(--expo), box-shadow 0.35s ease !important;
}

#HubSection_root__Mx8K2 .HubSection_ctaPrimary__Lm2P8:hover .HubSection_ctaBody__Qw5T6 {
  transform: scale(1.02) translateY(-2px) !important;
  box-shadow: 0 12px 32px rgba(194, 59, 43, 0.2) !important;
}

#HubSection_root__Mx8K2 .HubSection_ctaFill__Bn8R2 {
  position: absolute !important;
  inset: 0 !important;
  background: var(--crimson-glow) !important;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%) !important;
  transition: clip-path 0.5s var(--expo) !important;
  z-index: 0 !important;
}

#HubSection_root__Mx8K2 .HubSection_ctaPrimary__Lm2P8:hover .HubSection_ctaFill__Bn8R2 {
  clip-path: polygon(0% 0%, 110% 0%, 110% 110%, 0% 110%) !important;
}

#HubSection_root__Mx8K2 .HubSection_ctaShimmer__Dj4K1 {
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 40% !important;
  height: 100% !important;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.15) 50%, transparent 100%) !important;
  transform: skewX(-20deg) !important;
  transition: left 0.6s ease !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

#HubSection_root__Mx8K2 .HubSection_ctaPrimary__Lm2P8:hover .HubSection_ctaShimmer__Dj4K1 {
  left: 110% !important;
}

#HubSection_root__Mx8K2 .HubSection_ctaArrow__Fp9V3 {
  position: relative !important;
  z-index: 2 !important;
  transition: transform 0.35s var(--expo) !important;
  color: #F2ECD8 !important;
  flex-shrink: 0 !important;
}

#HubSection_root__Mx8K2 .HubSection_ctaPrimary__Lm2P8:hover .HubSection_ctaArrow__Fp9V3 {
  transform: translateX(5px) !important;
  color: #ffffff !important;
}

#HubSection_root__Mx8K2 .HubSection_ctaText__Hv2L7 {
  font-family: var(--mono) !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #F2ECD8 !important;
  position: relative !important;
  z-index: 2 !important;
  transition: color 0.35s ease !important;
}

#HubSection_root__Mx8K2 .HubSection_ctaPrimary__Lm2P8:hover .HubSection_ctaText__Hv2L7 {
  color: #ffffff !important;
}

#HubSection_root__Mx8K2 .HubSection_ctaSub__Jm6W5 {
  position: absolute !important;
  bottom: -22px !important;
  left: 0 !important;
  right: 0 !important;
  text-align: center !important;
  font-size: 0.65rem !important;
  font-family: var(--mono) !important;
  color: #7A6B5E !important;
  opacity: 0 !important;
  transform: translateY(-5px) !important;
  transition: opacity 0.3s ease, transform 0.3s ease !important;
  pointer-events: none !important;
}

#HubSection_root__Mx8K2 .HubSection_ctaPrimary__Lm2P8:hover .HubSection_ctaSub__Jm6W5 {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

#HubSection_root__Mx8K2 .HubSection_ctaParticles__Xc1N9 {
  position: absolute !important;
  inset: -40px !important;
  pointer-events: none !important;
  z-index: 3 !important;
}

/* ═══════════════════════════════════════════════════════════════════════
   SECONDARY LINK
   ═══════════════════════════════════════════════════════════════════ */

#HubSection_root__Mx8K2 .HubSection_link__Tv3M9 {
  font-family: var(--mono) !important;
  font-size: 0.62rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #A07840 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  transition: color 0.2s ease, opacity 0.6s var(--expo), transform 0.6s var(--expo) !important;
  cursor: pointer !important;
}

#HubSection_root__Mx8K2 .HubSection_link__Tv3M9:hover {
  color: #1A1510 !important;
}

/* ═══════════════════════════════════════════════════════════════════════
   ANIMATION STATE CLASSES (class-based — NO @keyframes)
   ═══════════════════════════════════════════════════════════════════ */

#HubSection_root__Mx8K2 .HubSection_animateIn__Qw8J3 {
  opacity: 0 !important;
}

#HubSection_root__Mx8K2 .HubSection_animateIn__Qw8J3.HubSection_animated__Km5T2 {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

#HubSection_root__Mx8K2 .HubSection_slideUp__Lx3P9 {
  transform: translateY(30px) !important;
}

#HubSection_root__Mx8K2 .HubSection_animateInGhost__Xm2K9 {
  opacity: 0 !important;
}

#HubSection_root__Mx8K2 .HubSection_animateInGhost__Xm2K9.HubSection_animatedGhost__Qw7L3 {
  opacity: 1 !important;
}

#HubSection_root__Mx8K2 .HubSection_slideUpWord__Bv4N8 {
  transform: translateY(112%);
}

#HubSection_root__Mx8K2 .HubSection_slideUpWordVisible__Xm9K1 {
  transform: translateY(0%) !important;
}

/* ═══════════════════════════════════════════════════════════════════════
   TABLET (768px+) — wider padding, horizontal arrows
   ═══════════════════════════════════════════════════════════════════ */

@media (min-width: 768px) {
  #HubSection_root__Mx8K2.HubSection_container__Pq5L9 {
    padding: 7rem 3rem !important;
  }

  #HubSection_root__Mx8K2 .HubSection_pathway__Cx7N2 {
    flex-direction: row !important;
  }

  #HubSection_root__Mx8K2 .HubSection_node__Vm3L8 {
    width: auto !important;
    max-width: none !important;
    min-width: 148px !important;
  }

  /* Arrows flip to horizontal */
  #HubSection_root__Mx8K2 .HubSection_arrow__Fp9R5 {
    width: 50px !important;
    height: 1px !important;
    background: linear-gradient(90deg, #C23B2B, #D4941A) !important;
  }

  #HubSection_root__Mx8K2 .HubSection_arrow__Fp9R5::after {
    content: &#039;›&#039; !important;
    right: -7px !important;
    top: -10px !important;
    bottom: auto !important;
    color: #D4941A !important;
  }
}

/* ═══════════════════════════════════════════════════════════════════════
   DESKTOP (1024px+) — full wide padding
   ═══════════════════════════════════════════════════════════════════ */

@media (min-width: 1024px) {
  #HubSection_root__Mx8K2.HubSection_container__Pq5L9 {
    padding: 8rem 6rem !important;
  }
}
 
/* ===================================================
   MBBC METHODS IN BRIEF — RenderBox CMS Module v1.0
   Root: #MbbcMeth_root__Mt4X8
   Theme: White/Light — MBBC brand palette
   Pattern: Below-fold, class-based entry animations
   =================================================== */

/* -- Scoped reset -- */
#MbbcMeth_root__Mt4X8,
#MbbcMeth_root__Mt4X8 *,
#MbbcMeth_root__Mt4X8 *::before,
#MbbcMeth_root__Mt4X8 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* -- Section wrapper -- */
#MbbcMeth_root__Mt4X8 {
    background: #FFFFFF !important;
    border-top: 1px solid rgba(0,0,0,0.08) !important;
    position: relative !important;
    width: 100% !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: &#039;DM Sans&#039;, system-ui, -apple-system, sans-serif;
}

/* ====================================================
   GRID LAYOUT — 2 columns desktop, stacked mobile
   React: grid-template-columns: 1fr 1.3fr; gap: 7rem;
   ==================================================== */
#MbbcMeth_root__Mt4X8 .MbbcMeth_inner__Mt4X8 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 3rem !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 5rem 1.5rem !important;
    align-items: start !important;
}
@media (min-width: 1025px) {
    #MbbcMeth_root__Mt4X8 .MbbcMeth_inner__Mt4X8 {
        grid-template-columns: 1fr 1.3fr !important;
        gap: 7rem !important;
        padding: 8rem 6rem !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    #MbbcMeth_root__Mt4X8 .MbbcMeth_inner__Mt4X8 {
        padding: 8rem 3rem !important;
    }
}

/* ====================================================
   LEFT COLUMN — sticky on desktop
   ==================================================== */
#MbbcMeth_root__Mt4X8 .MbbcMeth_left__Mt4X8 {
    position: relative !important;
    top: auto !important;
}
@media (min-width: 1025px) {
    #MbbcMeth_root__Mt4X8 .MbbcMeth_left__Mt4X8 {
        position: sticky !important;
        top: 100px !important;
    }
}

/* ====================================================
   HEADING
   React: split-h with .ln + .wd, Playfair Display
   ==================================================== */
#MbbcMeth_root__Mt4X8 .MbbcMeth_heading__Mt4X8 {
    font-family: &#039;Playfair Display&#039;, Georgia, serif !important;
    font-weight: 900 !important;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem) !important;
    line-height: 1.08 !important;
    color: #1A1510 !important;
    -webkit-text-fill-color: #1A1510 !important;
}
#MbbcMeth_root__Mt4X8 .MbbcMeth_hline__Mt4X8 {
    display: block !important;
}
#MbbcMeth_root__Mt4X8 .MbbcMeth_hem__Mt4X8 {
    font-style: italic !important;
    color: #7A2E22 !important;
    -webkit-text-fill-color: #7A2E22 !important;
}

/* ====================================================
   ENTRY ANIMATION CLASSES — class-based (RenderBox safe)
   ==================================================== */
#MbbcMeth_root__Mt4X8 .MbbcMeth_anim__Mt4X8 {
    opacity: 0 !important;
}
#MbbcMeth_root__Mt4X8 .MbbcMeth_slide-up__Mt4X8 {
    transform: translateY(36px) !important;
}
#MbbcMeth_root__Mt4X8 .MbbcMeth_anim__Mt4X8.MbbcMeth_animated__Mt4X8 {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1),
                transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

/* ====================================================
   VENN DIAGRAM BOX
   React: aspect-ratio: 1; background: var(--bg-2)
   ==================================================== */
#MbbcMeth_root__Mt4X8 .MbbcMeth_venn-box__Mt4X8 {
    width: 100% !important;
    aspect-ratio: 1 !important;
    background: #FAF8F6 !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    overflow: hidden !important;
    margin-top: 1.5rem !important;
}

/* Venn container */
#MbbcMeth_root__Mt4X8 .MbbcMeth_venn__Mt4X8 {
    position: relative !important;
    width: 220px !important;
    height: 220px !important;
}

/* ====================================================
   VENN CIRCLES — start hidden, revealed via .vis class
   React: opacity:0; transform:scale(0.55); filter:blur(8px)
   ==================================================== */
#MbbcMeth_root__Mt4X8 .MbbcMeth_vc__Mt4X8 {
    position: absolute !important;
    width: 132px !important;
    height: 132px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: &#039;Space Mono&#039;, monospace !important;
    font-size: 0.48rem !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    text-align: center !important;
    padding: 0.5rem !important;
    line-height: 1.45 !important;
    opacity: 0 !important;
    transform: scale(0.55) !important;
    filter: blur(8px) !important;
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1),
                transform 0.9s cubic-bezier(0.19, 1, 0.22, 1),
                filter 0.7s ease,
                box-shadow 0.8s ease !important;
}

/* Visible state — class applied directly to circle element */
#MbbcMeth_root__Mt4X8 .MbbcMeth_vis__Mt4X8 {
    opacity: 1 !important;
    filter: blur(0px) !important;
}

/* Circle A — Rider Survey (top-left, crimson) */
#MbbcMeth_root__Mt4X8 .MbbcMeth_vc-a__Mt4X8 {
    top: 0 !important;
    left: 0 !important;
    background: rgba(122, 46, 34, 0.16) !important;
    border: 1.5px solid rgba(122, 46, 34, 0.55) !important;
    color: #7A2E22 !important;
    box-shadow: inset 0 0 22px rgba(122,46,34,0.05) !important;
}
#MbbcMeth_root__Mt4X8 .MbbcMeth_vc-a__Mt4X8.MbbcMeth_vis__Mt4X8 {
    transform: scale(1) !important;
    box-shadow: inset 0 0 22px rgba(122,46,34,0.10), 0 0 18px rgba(122,46,34,0.14) !important;
}

/* Circle B — Mobile Data (top-right, gold) */
#MbbcMeth_root__Mt4X8 .MbbcMeth_vc-b__Mt4X8 {
    top: 0 !important;
    right: 0 !important;
    background: rgba(160, 120, 72, 0.13) !important;
    border: 1.5px solid rgba(160, 120, 72, 0.50) !important;
    color: #A07848 !important;
    box-shadow: inset 0 0 22px rgba(160,120,72,0.04) !important;
}
#MbbcMeth_root__Mt4X8 .MbbcMeth_vc-b__Mt4X8.MbbcMeth_vis__Mt4X8 {
    transform: scale(1) !important;
    box-shadow: inset 0 0 22px rgba(160,120,72,0.09), 0 0 18px rgba(160,120,72,0.12) !important;
}

/* Circle C wrapper — bottom-center */
#MbbcMeth_root__Mt4X8 .MbbcMeth_vc-c-wrap__Mt4X8 {
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 132px !important;
    height: 132px !important;
}

/* Circle C — Focus Groups (earth) */
#MbbcMeth_root__Mt4X8 .MbbcMeth_vc-c__Mt4X8 {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(139, 90, 60, 0.13) !important;
    border: 1.5px solid rgba(139, 90, 60, 0.45) !important;
    color: #8B5A3C !important;
    box-shadow: inset 0 0 22px rgba(139,90,60,0.04) !important;
}
#MbbcMeth_root__Mt4X8 .MbbcMeth_vc-c__Mt4X8.MbbcMeth_vis__Mt4X8 {
    transform: scale(1) !important;
    box-shadow: inset 0 0 22px rgba(139,90,60,0.08), 0 0 18px rgba(139,90,60,0.10) !important;
}

/* ====================================================
   VENN CENTER LABEL
   React: Playfair Display italic, bg-3 pill, fades in last
   ==================================================== */
#MbbcMeth_root__Mt4X8 .MbbcMeth_venn-center__Mt4X8 {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(0.8) !important;
    font-family: &#039;Playfair Display&#039;, Georgia, serif !important;
    font-size: 0.73rem !important;
    font-style: italic !important;
    font-weight: 700 !important;
    color: #1A1510 !important;
    text-align: center !important;
    line-height: 1.35 !important;
    width: 74px !important;
    z-index: 10 !important;
    background: #F5F1ED !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
    border-radius: 4px !important;
    padding: 0.38rem 0.55rem !important;
    opacity: 0 !important;
    filter: blur(5px) !important;
    transition: opacity 0.65s ease,
                transform 0.75s cubic-bezier(0.19, 1, 0.22, 1),
                filter 0.6s ease !important;
}
#MbbcMeth_root__Mt4X8 .MbbcMeth_venn-center__Mt4X8.MbbcMeth_vis__Mt4X8 {
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1) !important;
    filter: blur(0px) !important;
}

/* ====================================================
   VENN CAPTION
   ==================================================== */
#MbbcMeth_root__Mt4X8 .MbbcMeth_venn-caption__Mt4X8 {
    margin-top: 1rem !important;
    font-size: 0.7rem !important;
    color: #7A6B5E !important;
    text-align: center !important;
    font-style: italic !important;
}

/* ====================================================
   BODY TEXT
   React: 1rem, var(--cream-2) #3D2E24, line-height 1.8
   ==================================================== */
#MbbcMeth_root__Mt4X8 .MbbcMeth_body__Mt4X8 {
    font-size: 1rem !important;
    color: #3D2E24 !important;
    line-height: 1.8 !important;
    margin-bottom: 2.4rem !important;
}

/* ====================================================
   ACCORDION
   React: .acc with .open class toggle, max-height transition
   ==================================================== */
#MbbcMeth_root__Mt4X8 .MbbcMeth_acc__Mt4X8 {
    border-bottom: 1px solid rgba(0,0,0,0.08) !important;
}

/* Button */
#MbbcMeth_root__Mt4X8 .MbbcMeth_acc-btn__Mt4X8 {
    width: 100% !important;
    background: none !important;
    border: none !important;
    text-align: left !important;
    padding: 1.5rem 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    cursor: pointer !important;
    color: #1A1510 !important;
    font-family: &#039;DM Sans&#039;, system-ui, sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    gap: 1rem !important;
    transition: color 0.2s !important;
}
#MbbcMeth_root__Mt4X8 .MbbcMeth_acc-btn__Mt4X8:hover {
    color: #7A2E22 !important;
}

/* Icon circle with + */
#MbbcMeth_root__Mt4X8 .MbbcMeth_acc-icon__Mt4X8 {
    flex-shrink: 0 !important;
    width: 24px !important;
    height: 24px !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #7A2E22 !important;
    font-size: 1rem !important;
    transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1),
                border-color 0.3s !important;
}

/* Open state: icon rotated 45deg (+ becomes x) */
#MbbcMeth_root__Mt4X8 .MbbcMeth_acc-open__Mt4X8 .MbbcMeth_acc-icon__Mt4X8 {
    transform: rotate(45deg) !important;
    border-color: #7A2E22 !important;
}

/* Accordion body — collapsed by default, expanded when .acc-open */
#MbbcMeth_root__Mt4X8 .MbbcMeth_acc-body__Mt4X8 {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.55s cubic-bezier(0.19, 1, 0.22, 1) !important;
}
#MbbcMeth_root__Mt4X8 .MbbcMeth_acc-open__Mt4X8 .MbbcMeth_acc-body__Mt4X8 {
    max-height: 500px !important;
}

/* Accordion text */
#MbbcMeth_root__Mt4X8 .MbbcMeth_acc-text__Mt4X8 {
    font-size: 0.88rem !important;
    color: #3D2E24 !important;
    line-height: 1.8 !important;
    padding-bottom: 1.6rem !important;
}

/* ====================================================
   RESPONSIVE — MOBILE (&lt;=640px)
   ==================================================== */
@media (max-width: 640px) {
    #MbbcMeth_root__Mt4X8 .MbbcMeth_inner__Mt4X8 {
        padding: 5rem 1.5rem !important;
        gap: 3rem !important;
    }
    #MbbcMeth_root__Mt4X8 .MbbcMeth_body__Mt4X8 {
        font-size: 0.92rem !important;
    }
    #MbbcMeth_root__Mt4X8 .MbbcMeth_acc-btn__Mt4X8 {
        font-size: 0.88rem !important;
        padding: 1.2rem 0 !important;
    }
    #MbbcMeth_root__Mt4X8 .MbbcMeth_acc-text__Mt4X8 {
        font-size: 0.84rem !important;
    }
}
 
/* ===================================================
   MBBC ABOUT THIS PROJECT — RenderBox CMS Module v1.0
   Root: #MbbcAbout_root__Ab5X8
   Theme: White/Light — MBBC brand palette
   Pattern: Below-fold, class-based entry animations
   =================================================== */

/* -- Scoped reset -- */
#MbbcAbout_root__Ab5X8,
#MbbcAbout_root__Ab5X8 *,
#MbbcAbout_root__Ab5X8 *::before,
#MbbcAbout_root__Ab5X8 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* -- Section wrapper -- */
#MbbcAbout_root__Ab5X8 {
    background: #FAF8F6 !important;
    border-top: 1px solid rgba(0,0,0,0.08) !important;
    position: relative !important;
    width: 100% !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: &amp;#039;DM Sans&amp;#039;, system-ui, -apple-system, sans-serif;
}

/* ====================================================
   GRID LAYOUT — 2 columns desktop, stacked mobile
   React: grid-template-columns: 1fr 1fr; gap: 6rem;
   ==================================================== */
#MbbcAbout_root__Ab5X8 .MbbcAbout_inner__Ab5X8 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 3rem !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 5rem 1.5rem !important;
}
@media (min-width: 1025px) {
    #MbbcAbout_root__Ab5X8 .MbbcAbout_inner__Ab5X8 {
        grid-template-columns: 1fr 1fr !important;
        gap: 6rem !important;
        padding: 8rem 6rem !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    #MbbcAbout_root__Ab5X8 .MbbcAbout_inner__Ab5X8 {
        padding: 8rem 3rem !important;
    }
}

/* ====================================================
   HEADING
   ==================================================== */
#MbbcAbout_root__Ab5X8 .MbbcAbout_heading__Ab5X8 {
    font-family: &amp;#039;Playfair Display&amp;#039;, Georgia, serif !important;
    font-weight: 900 !important;
    font-size: clamp(2rem, 4vw, 3.2rem) !important;
    line-height: 1.08 !important;
    color: #1A1510 !important;
    -webkit-text-fill-color: #1A1510 !important;
}
#MbbcAbout_root__Ab5X8 .MbbcAbout_hline__Ab5X8 {
    display: block !important;
}
#MbbcAbout_root__Ab5X8 .MbbcAbout_hem__Ab5X8 {
    font-style: italic !important;
    color: #7A2E22 !important;
    -webkit-text-fill-color: #7A2E22 !important;
}

/* ====================================================
   ENTRY ANIMATION CLASSES — class-based (RenderBox safe)
   ==================================================== */
#MbbcAbout_root__Ab5X8 .MbbcAbout_anim__Ab5X8 {
    opacity: 0 !important;
}
#MbbcAbout_root__Ab5X8 .MbbcAbout_slide-up__Ab5X8 {
    transform: translateY(36px) !important;
}
#MbbcAbout_root__Ab5X8 .MbbcAbout_anim__Ab5X8.MbbcAbout_animated__Ab5X8 {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1),
                transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) !important;
margin-bottom: 2.5rem !important;
}

/* ====================================================
   BODY TEXT
   React: 1rem, var(--cream-2) #3D2E24, line-height 1.8
   ==================================================== */
#MbbcAbout_root__Ab5X8 .MbbcAbout_body__Ab5X8 {
    font-size: 1rem !important;
    color: #3D2E24 !important;
    line-height: 1.8 !important;
    margin-bottom: 2.5rem !important;
}

/* ====================================================
   PROFILE CARD
   React: padding 2.2rem; bg: var(--bg-3) #F5F1ED
   ==================================================== */
#MbbcAbout_root__Ab5X8 .MbbcAbout_profile__Ab5X8 {
    padding: 2.2rem !important;
    background: #F5F1ED !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
    position: relative !important;
    overflow: hidden !important;
}

#MbbcAbout_root__Ab5X8 .MbbcAbout_profile-name__Ab5X8 {
    font-family: &amp;#039;Playfair Display&amp;#039;, Georgia, serif !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    color: #1A1510 !important;
    margin-bottom: 0.2rem !important;
}

#MbbcAbout_root__Ab5X8 .MbbcAbout_profile-role__Ab5X8 {
    font-size: 0.75rem !important;
    color: #7A6B5E !important;
    margin-bottom: 1rem !important;
    line-height: 1.5 !important;
}

#MbbcAbout_root__Ab5X8 .MbbcAbout_profile-desc__Ab5X8 {
    font-size: 0.88rem !important;
    color: #3D2E24 !important;
    line-height: 1.75 !important;
}

/* ====================================================
   FUNDING CARD
   React: gradient bg, border-warm, margin-bottom 1.5rem
   ==================================================== */
#MbbcAbout_root__Ab5X8 .MbbcAbout_funding__Ab5X8 {
    padding: 2rem !important;
    background: linear-gradient(135deg, rgba(122,46,34,0.04), rgba(160,120,72,0.03)) !important;
    border: 1px solid rgba(139,90,60,0.25) !important;
    margin-bottom: 1.5rem !important;
}

#MbbcAbout_root__Ab5X8 .MbbcAbout_funding-lbl__Ab5X8 {
    font-family: &amp;#039;Space Mono&amp;#039;, monospace !important;
    font-size: 0.62rem !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: #1A1510 !important;
    margin-bottom: 0.9rem !important;
    font-weight: 800 !important;
}

#MbbcAbout_root__Ab5X8 .MbbcAbout_funding-desc__Ab5X8 {
    font-size: 0.88rem !important;
    color: #3D2E24 !important;
    line-height: 1.75 !important;
}

/* ====================================================
   CONTACT ENVELOPE CARD
   React: flex, gap 2rem, bg-3, hover effects on SVG
   ==================================================== */
#MbbcAbout_root__Ab5X8 .MbbcAbout_envelope-card__Ab5X8 {
    display: flex !important;
    gap: 2rem !important;
    align-items: flex-start !important;
    padding: 2.2rem 2.5rem !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
    position: relative !important;
    overflow: hidden !important;
    background: #F5F1ED !important;
    cursor: pointer !important;
    transition: border-color 0.4s ease !important;
}
#MbbcAbout_root__Ab5X8 .MbbcAbout_envelope-card__Ab5X8:hover {
    border-color: rgba(139,90,60,0.25) !important;
}

/* Hover overlay gradient */
#MbbcAbout_root__Ab5X8 .MbbcAbout_envelope-card__Ab5X8::after {
    content: &amp;#039;&amp;#039; !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(135deg, rgba(122,46,34,0.03), transparent 60%) !important;
    opacity: 0 !important;
    transition: opacity 0.4s ease !important;
    pointer-events: none !important;
}
#MbbcAbout_root__Ab5X8 .MbbcAbout_envelope-card__Ab5X8:hover::after {
    opacity: 1 !important;
}

/* Envelope icon wrapper */
#MbbcAbout_root__Ab5X8 .MbbcAbout_envelope-wrap__Ab5X8 {
    flex-shrink: 0 !important;
    width: 64px !important;
    color: #7A6B5E !important;
    perspective: 200px !important;
}

/* Envelope SVG — float animation via @keyframes
   CRITICAL: Do NOT put !important on transform here,
   it would override the @keyframes animation. */
#MbbcAbout_root__Ab5X8 .MbbcAbout_envelope-svg__Ab5X8 {
    width: 64px !important;
    height: 48px !important;
    display: block !important;
    animation: MbbcAboutEnvFloat 3s ease-in-out infinite;
}
@keyframes MbbcAboutEnvFloat {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-4px); }
}

/* Envelope body stroke transition */
#MbbcAbout_root__Ab5X8 .MbbcAbout_env-body__Ab5X8 {
    transition: stroke 0.5s ease !important;
}

/* Envelope flap — rotates open on hover */
#MbbcAbout_root__Ab5X8 .MbbcAbout_env-flap__Ab5X8 {
    transform-origin: 32px 12px !important;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1),
                stroke 0.5s ease !important;
}
#MbbcAbout_root__Ab5X8 .MbbcAbout_envelope-card__Ab5X8:hover .MbbcAbout_env-flap__Ab5X8 {
    transform: rotateX(180deg) !important;
}

/* Envelope letter — slides up on hover */
#MbbcAbout_root__Ab5X8 .MbbcAbout_env-letter__Ab5X8 {
    opacity: 0 !important;
    transform: translateY(6px) !important;
    transition: opacity 0.5s ease 0.15s,
                transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.15s !important;
}
#MbbcAbout_root__Ab5X8 .MbbcAbout_envelope-card__Ab5X8:hover .MbbcAbout_env-letter__Ab5X8 {
    opacity: 1 !important;
    transform: translateY(-4px) !important;
}

/* Hover stroke colours */
#MbbcAbout_root__Ab5X8 .MbbcAbout_envelope-card__Ab5X8:hover .MbbcAbout_env-body__Ab5X8,
#MbbcAbout_root__Ab5X8 .MbbcAbout_envelope-card__Ab5X8:hover .MbbcAbout_env-flap__Ab5X8 {
    stroke: #7A2E22 !important;
}
#MbbcAbout_root__Ab5X8 .MbbcAbout_envelope-card__Ab5X8:hover .MbbcAbout_env-letter__Ab5X8 {
    stroke: #A07848 !important;
}

/* Envelope content */
#MbbcAbout_root__Ab5X8 .MbbcAbout_envelope-content__Ab5X8 {
    flex: 1 !important;
    min-width: 0 !important;
}

#MbbcAbout_root__Ab5X8 .MbbcAbout_envelope-text__Ab5X8 {
    font-size: 0.88rem !important;
    color: #3D2E24 !important;
    line-height: 1.75 !important;
    margin-bottom: 1rem !important;
}

/* CTA link */
#MbbcAbout_root__Ab5X8 .MbbcAbout_envelope-link__Ab5X8 {
    font-family: &amp;#039;Space Mono&amp;#039;, monospace !important;
    font-size: 0.65rem !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: #7A2E22 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.4rem !important;
    transition: gap 0.3s cubic-bezier(0.19, 1, 0.22, 1),
                color 0.2s !important;
    font-weight: 700 !important;
}
#MbbcAbout_root__Ab5X8 .MbbcAbout_envelope-link__Ab5X8:hover {
    gap: 0.8rem !important;
    color: #A07848 !important;
}
#MbbcAbout_root__Ab5X8 .MbbcAbout_envelope-link__Ab5X8 span {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) !important;
}
#MbbcAbout_root__Ab5X8 .MbbcAbout_envelope-link__Ab5X8:hover span {
    transform: translateX(3px) !important;
}

/* ====================================================
   RESPONSIVE — MOBILE (&amp;lt;=640px)
   ==================================================== */
@media (max-width: 640px) {
    #MbbcAbout_root__Ab5X8 .MbbcAbout_inner__Ab5X8 {
        padding: 5rem 1.5rem !important;
        gap: 3rem !important;
    }
    #MbbcAbout_root__Ab5X8 .MbbcAbout_body__Ab5X8 {
        font-size: 0.92rem !important;
    }
    #MbbcAbout_root__Ab5X8 .MbbcAbout_profile__Ab5X8 {
        padding: 1.6rem !important;
    }
    #MbbcAbout_root__Ab5X8 .MbbcAbout_profile-desc__Ab5X8 {
        font-size: 0.84rem !important;
    }
    #MbbcAbout_root__Ab5X8 .MbbcAbout_funding__Ab5X8 {
        padding: 1.5rem !important;
    }
    #MbbcAbout_root__Ab5X8 .MbbcAbout_funding-desc__Ab5X8 {
        font-size: 0.84rem !important;
    }
    #MbbcAbout_root__Ab5X8 .MbbcAbout_envelope-card__Ab5X8 {
        flex-direction: column !important;
        gap: 1.2rem !important;
        padding: 1.5rem !important;
    }
    #MbbcAbout_root__Ab5X8 .MbbcAbout_envelope-text__Ab5X8 {
        font-size: 0.84rem !important;
    }
}
 
/* ===================================================
   MBBC FEEDBACK &amp;amp;amp;amp; DATA QUALITY — RenderBox CMS Module v1.0
   Root: #MbbcFb_root__Fb7X8
   Theme: White/Light — MBBC brand palette
   Pattern: Below-fold, class-based entry animations
   KEYFRAMES NOTE: Do NOT put !important on opacity/transform
   base values for elements driven by @keyframes — it would
   override the animation origin in the cascade.
   =================================================== */

/* -- Scoped reset -- */
#MbbcFb_root__Fb7X8,
#MbbcFb_root__Fb7X8 *,
#MbbcFb_root__Fb7X8 *::before,
#MbbcFb_root__Fb7X8 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* -- Section wrapper -- */
#MbbcFb_root__Fb7X8 {
    background: #FFFFFF !important;
    border-top: 1px solid rgba(0,0,0,0.08) !important;
    position: relative !important;
    width: 100% !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: &amp;amp;amp;#039;DM Sans&amp;amp;amp;#039;, system-ui, -apple-system, sans-serif;
}

/* ====================================================
   GRID LAYOUT — 2 columns desktop, stacked mobile
   React: grid-template-columns: 1.2fr 1fr; gap: 6rem;
   ==================================================== */
#MbbcFb_root__Fb7X8 .MbbcFb_inner__Fb7X8 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 5rem 1.5rem !important;
    align-items: center !important;
}
@media (min-width: 1025px) {
    #MbbcFb_root__Fb7X8 .MbbcFb_inner__Fb7X8 {
        grid-template-columns: 1.2fr 1fr !important;
        gap: 6rem !important;
        padding: 7rem 6rem !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    #MbbcFb_root__Fb7X8 .MbbcFb_inner__Fb7X8 {
        grid-template-columns: 1fr !important;
        padding: 7rem 3rem !important;
    }
}

/* ====================================================
   HEADING
   ==================================================== */
#MbbcFb_root__Fb7X8 .MbbcFb_heading__Fb7X8 {
    font-family: &amp;amp;amp;#039;Playfair Display&amp;amp;amp;#039;, Georgia, serif !important;
    font-weight: 900 !important;
    font-size: clamp(2rem, 4vw, 3.2rem) !important;
    line-height: 1.08 !important;
    color: #1A1510 !important;
    -webkit-text-fill-color: #1A1510 !important;
}
#MbbcFb_root__Fb7X8 .MbbcFb_hline__Fb7X8 {
    display: block !important;
}
#MbbcFb_root__Fb7X8 .MbbcFb_hem__Fb7X8 {
    font-style: italic !important;
    color: #7A2E22 !important;
    -webkit-text-fill-color: #7A2E22 !important;
}

/* ====================================================
   ENTRY ANIMATION CLASSES — class-based (RenderBox safe)
   ==================================================== */
#MbbcFb_root__Fb7X8 .MbbcFb_anim__Fb7X8 {
    opacity: 0 !important;
}
#MbbcFb_root__Fb7X8 .MbbcFb_slide-up__Fb7X8 {
    transform: translateY(36px) !important;
}
#MbbcFb_root__Fb7X8 .MbbcFb_anim__Fb7X8.MbbcFb_animated__Fb7X8 {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1),
                transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) !important;
                margin-top: 2.5rem !important;
}

/* ====================================================
   BODY TEXT
   React: .95rem, var(--cream-2) #3D2E24, line-height 1.75
   ==================================================== */
#MbbcFb_root__Fb7X8 .MbbcFb_body__Fb7X8 {
    font-size: 0.95rem !important;
    color: #3D2E24 !important;
    line-height: 1.75 !important;
    margin-bottom: 2rem !important;
}

/* ====================================================
   RIGHT COLUMN
   ==================================================== */
#MbbcFb_root__Fb7X8 .MbbcFb_right__Fb7X8 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
}

/* ====================================================
   CTA BUTTON — complex multi-layer interactive element
   ==================================================== */

/* ── Wrapper ── */
#MbbcFb_root__Fb7X8 .MbbcFb_cta__Fb7X8 {
    position: relative !important;
    display: inline-block !important;
    cursor: pointer !important;
    outline: none !important;
    border: none !important;
    background: none !important;
}

/* ── Glow ::before pseudo — uses ctaGlow keyframes
   CRITICAL: No !important on opacity or transform here ── */
#MbbcFb_root__Fb7X8 .MbbcFb_cta__Fb7X8::before {
    content: &amp;amp;amp;#039;&amp;amp;amp;#039; !important;
    position: absolute !important;
    inset: -1px !important;
    background: #7A2E22 !important;
    /* opacity controlled by keyframes — no !important */
    opacity: 0;
    animation: MbbcFbCtaGlow 3s ease-in-out infinite;
    filter: blur(12px) !important;
    z-index: -1 !important;
    border-radius: 2px !important;
}
@keyframes MbbcFbCtaGlow {
    0%, 100% { opacity: 0;    transform: scale(1); }
    50%      { opacity: 0.35; transform: scale(1.06); }
}

/* ── Body — uses ctaBreathe keyframes
   CRITICAL: No !important on transform here ── */
#MbbcFb_root__Fb7X8 .MbbcFb_cta-body__Fb7X8 {
    position: relative !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.8rem !important;
    padding: 1.05rem 2.2rem !important;
    background: #7A2E22 !important;
    /* transform controlled by keyframes — no !important */
    animation: MbbcFbCtaBreathe 3s ease-in-out infinite;
}
@keyframes MbbcFbCtaBreathe {
    0%, 100% { transform: scale(1);     box-shadow: 0 0 0 rgba(122,46,34,0); }
    50%      { transform: scale(1.018); box-shadow: 0 8px 32px rgba(122,46,34,0.35); }
}

/* Hover: stop animation, reset scale */
#MbbcFb_root__Fb7X8 .MbbcFb_cta-body__Fb7X8:hover {
    animation: none !important;
    transform: scale(1) !important;
}

/* ── Fill overlay — clip-path reveal on hover ── */
#MbbcFb_root__Fb7X8 .MbbcFb_cta-fill__Fb7X8 {
    position: absolute !important;
    inset: 0 !important;
    background: #96453A !important;
    clip-path: polygon(0% 100%, 0% 100%, 0% 100%, 0% 100%) !important;
    transition: clip-path 0.55s cubic-bezier(0.19, 1, 0.22, 1) !important;
    z-index: 0 !important;
}
#MbbcFb_root__Fb7X8 .MbbcFb_cta__Fb7X8:hover .MbbcFb_cta-fill__Fb7X8 {
    clip-path: polygon(0% 0%, 110% 0%, 110% 110%, 0% 110%) !important;
}

/* ── Shimmer — uses ctaShimmer keyframes (left, not transform) ── */
#MbbcFb_root__Fb7X8 .MbbcFb_cta-shimmer__Fb7X8 {
    position: absolute !important;
    top: 0 !important;
    left: -100%;
    width: 60% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent) !important;
    animation: MbbcFbCtaShimmer 3.5s ease-in-out infinite;
    z-index: 1 !important;
}
@keyframes MbbcFbCtaShimmer {
    0%   { left: -100%; }
    60%  { left: 150%; }
    100% { left: 150%; }
}

/* ── CTA text — Space Mono uppercase ── */
#MbbcFb_root__Fb7X8 .MbbcFb_cta-text__Fb7X8 {
    font-family: &amp;amp;amp;#039;Space Mono&amp;amp;amp;#039;, monospace !important;
    font-size: 0.68rem !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    position: relative !important;
    z-index: 2 !important;
    white-space: nowrap !important;
    font-weight: 700 !important;
}

/* ── CTA arrow icon ── */
#MbbcFb_root__Fb7X8 .MbbcFb_cta-arrow__Fb7X8 {
    position: relative !important;
    z-index: 2 !important;
    color: #FFFFFF !important;
    transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1) !important;
}
#MbbcFb_root__Fb7X8 .MbbcFb_cta__Fb7X8:hover .MbbcFb_cta-arrow__Fb7X8 {
    transform: translateX(5px) !important;
}

/* ── Particle canvas — positioned over button ── */
#MbbcFb_root__Fb7X8 .MbbcFb_cta-particles__Fb7X8 {
    position: absolute !important;
    inset: -40px !important;
    pointer-events: none !important;
    z-index: 10 !important;
}

/* ====================================================
   RESPONSIVE — MOBILE (&amp;amp;amp;lt;=640px)
   ==================================================== */
@media (max-width: 640px) {
    #MbbcFb_root__Fb7X8 .MbbcFb_inner__Fb7X8 {
        padding: 5rem 1.5rem !important;
        gap: 2rem !important;
    }
    #MbbcFb_root__Fb7X8 .MbbcFb_body__Fb7X8 {
        font-size: 0.9rem !important;
    }
    #MbbcFb_root__Fb7X8 .MbbcFb_right__Fb7X8 {
        width: 100% !important;
    }
    #MbbcFb_root__Fb7X8 .MbbcFb_right__Fb7X8 .MbbcFb_cta__Fb7X8 {
        margin-top: 1rem !important;
    }
    /* Full-width CTA on mobile */
    #MbbcFb_root__Fb7X8 .MbbcFb_cta__Fb7X8 {
        width: 100% !important;
        display: block !important;
        -webkit-tap-highlight-color: transparent !important;
    }
    #MbbcFb_root__Fb7X8 .MbbcFb_cta-body__Fb7X8 {
        padding: 0.95rem 1.6rem !important;
        gap: 0.65rem !important;
        justify-content: center !important;
        touch-action: manipulation !important;
    }
    #MbbcFb_root__Fb7X8 .MbbcFb_cta-text__Fb7X8 {
        font-size: 0.62rem !important;
        letter-spacing: 0.1em !important;
        white-space: normal !important;
        text-align: center !important;
        line-height: 1.3 !important;
    }
    #MbbcFb_root__Fb7X8 .MbbcFb_cta-arrow__Fb7X8 {
        flex-shrink: 0 !important;
    }
    /* Disable hover fill on mobile; enable active fill */
    #MbbcFb_root__Fb7X8 .MbbcFb_cta__Fb7X8:hover .MbbcFb_cta-fill__Fb7X8 {
        clip-path: polygon(0% 100%, 0% 100%, 0% 100%, 0% 100%) !important;
    }
    #MbbcFb_root__Fb7X8 .MbbcFb_cta__Fb7X8:active .MbbcFb_cta-fill__Fb7X8 {
        clip-path: polygon(0% 0%, 110% 0%, 110% 110%, 0% 110%) !important;
    }
}
 
/* ═══════════════════════════════════════════════════════════════════════
   FOOTER CTA SECTION - RenderBox Optimized CSS
   Mountain Biking BC Insights Dashboard
   &quot;Ready to explore?&quot; - Community Evidence Hub CTA

   CRITICAL: All selectors scoped to #FooterCTA_root__Bm9K3
   CRITICAL: !important on all visual properties
   CRITICAL: Class-based animations (NO @keyframes)
   CRITICAL: Mobile-first pattern (guide Section 9.2)
             BASE = mobile (SVG on top, content below, single column)
             @media (min-width: 1025px) = desktop (side-by-side grid)
   ═══════════════════════════════════════════════════════════════════ */

/* ─── SCOPED RESET ─── */
#FooterCTA_root__Bm9K3,
#FooterCTA_root__Bm9K3 *,
#FooterCTA_root__Bm9K3 *::before,
#FooterCTA_root__Bm9K3 *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ─── CSS VARIABLES ─── */
#FooterCTA_root__Bm9K3 {
  --crimson:       #96453A;
  --crimson-hover: #7A2E22;
  --earth:         #8B5A3C;
  --gold:          #BD9460;
  --bg-4:          #221C14;
  --cream:         #F2ECD8;
  --cream-2:       #C8BFA8;
  --border:        rgba(255, 255, 255, 0.06);
  --display:       &#039;Playfair Display&#039;, Georgia, serif;
  --sans:          &#039;DM Sans&#039;, -apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, sans-serif;
  --mono:          &#039;Space Mono&#039;, &#039;Courier New&#039;, monospace;
  --expo:          cubic-bezier(0.19, 1, 0.22, 1);
}

/* ═══════════════════════════════════════════════════════════════════════
   SECTION CONTAINER — BASE = MOBILE
   Single column: SVG row on top, content row below
   ═══════════════════════════════════════════════════════════════════ */

#FooterCTA_root__Bm9K3.FooterCTA_container__Qx5L2 {
  background:            var(--bg-4) !important;
  border-top:            1px solid var(--border) !important;
  position:              relative !important;
  overflow:              hidden !important;
  min-height:            auto !important;
  display:               grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows:    auto auto !important;
  align-items:           stretch !important;
}

/* ═══════════════════════════════════════════════════════════════════════
   CONSTELLATION CANVAS BACKGROUND
   ═══════════════════════════════════════════════════════════════════ */

#FooterCTA_root__Bm9K3 .FooterCTA_canvasBg__Tn4M7 {
  position:       absolute !important;
  inset:          0 !important;
  pointer-events: none !important;
  z-index:        0 !important;
  width:          100% !important;
  height:         100% !important;
}

/* ═══════════════════════════════════════════════════════════════════════
   LEFT COLUMN — CYCLIST SVG — BASE = MOBILE
   Visible on mobile, sitting in row 1 above content.
   Fixed height so the SVG has space to render.
   No mask on mobile (mask clips too aggressively in single-column layout).
   ═══════════════════════════════════════════════════════════════════ */

#FooterCTA_root__Bm9K3 .FooterCTA_cyclistCol__Lm8R5 {
  position:   relative !important;
  display:    block !important;          /* visible on mobile */
  overflow:   hidden !important;
  z-index:    1 !important;
  height:     320px !important;          /* fixed height on mobile */
  width:      100% !important;
  /* NO mask on mobile — mask would eat into the SVG on narrow screens */
}

/* SVG — centred and fills the column height on mobile */
#FooterCTA_root__Bm9K3 .FooterCTA_svg__Kj7W4 {
  position:  absolute !important;
  bottom:    0 !important;
  left:      50% !important;
  transform: translateX(-50%) !important;
  width:     auto !important;
  height:    100% !important;
  overflow:  visible !important;
}

/* ─── CYCLIST PATH REVEAL ───────────────────────────────────────────────
   Rule #2.5 FIX: No !important here.
   JS sets inline opacity: &#039;1&#039; to reveal each path.
   CSS !important would permanently block JS inline style override.
   ─────────────────────────────────────────────────────────────────── */
#FooterCTA_root__Bm9K3 .FooterCTA_cp__Dm3K8 {
  opacity: 0; /* NO !important */
}

/* ═══════════════════════════════════════════════════════════════════════
   RIGHT COLUMN — CTA CONTENT — BASE = MOBILE
   Centred, below the SVG, comfortable touch padding.
   ═══════════════════════════════════════════════════════════════════ */

#FooterCTA_root__Bm9K3 .FooterCTA_content__Wv4T6 {
  position:        relative !important;
  z-index:         2 !important;
  padding:         3rem 1.8rem 4rem !important;
  display:         flex !important;
  flex-direction:  column !important;
  justify-content: center !important;
  align-items:     center !important;      /* centred on mobile */
  text-align:      center !important;      /* centred on mobile */
  gap:             1.2rem !important;
}

/* ─── EYEBROW ─── */
#FooterCTA_root__Bm9K3 .FooterCTA_eyebrow__Lm2T7 {
  font-family:    var(--mono) !important;
  font-size:      0.72rem !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color:          var(--gold) !important;
  opacity:        0.7 !important;
}

/* ─── HEADING ─── */
#FooterCTA_root__Bm9K3 .FooterCTA_heading__Bx2M8 {
  font-family:    var(--display) !important;
  font-size:      clamp(1.8rem, 8vw, 2.4rem) !important;
  font-weight:    900 !important;
  line-height:    1.0 !important;
  letter-spacing: -0.02em !important;
  color:          var(--cream) !important;
}

#FooterCTA_root__Bm9K3 .FooterCTA_em__Fn6P4 {
  font-style: italic !important;
  color:      var(--crimson) !important;
}

/* ─── BODY ─── */
#FooterCTA_root__Bm9K3 .FooterCTA_body__Hv5K9 {
  font-family: var(--sans) !important;
  font-size:   0.9rem !important;
  color:       var(--cream-2) !important;
  max-width:   520px !important;
  line-height: 1.75 !important;
}

/* ─── CTA BUTTON ─── */
#FooterCTA_root__Bm9K3 .FooterCTA_btn__Qw3R7 {
  display:         inline-flex !important;
  align-items:     center !important;
  justify-content: center !important;
  gap:             0.7rem !important;
  padding:         0.85rem 2rem !important;
  background:      var(--crimson) !important;
  color:           #ffffff !important;
  font-family:     var(--mono) !important;
  font-size:       0.65rem !important;
  letter-spacing:  0.14em !important;
  text-transform:  uppercase !important;
  font-weight:     700 !important;
  border:          none !important;
  cursor:          pointer !important;
  text-decoration: none !important;
  width:           100% !important;
  max-width:       320px !important;
  transition:      background 0.2s ease, transform 0.2s ease !important;
}

#FooterCTA_root__Bm9K3 .FooterCTA_btn__Qw3R7:hover {
  background: var(--crimson-hover) !important;
  transform:  translateY(-1px) !important;
}

#FooterCTA_root__Bm9K3 .FooterCTA_btn__Qw3R7:active {
  transform: translateY(0) !important;
}

#FooterCTA_root__Bm9K3 .FooterCTA_arrow__Mx1K5 {
  width:       14px !important;
  height:      14px !important;
  flex-shrink: 0 !important;
}

/* ═══════════════════════════════════════════════════════════════════════
   ANIMATION STATE CLASSES (class-based — Rule #2.5 compliant)
   ═══════════════════════════════════════════════════════════════════ */

#FooterCTA_root__Bm9K3 .FooterCTA_animateIn__Qw8J3 {
  opacity:    0 !important;
  transition: opacity 0.8s var(--expo), transform 0.8s var(--expo) !important;
}

#FooterCTA_root__Bm9K3 .FooterCTA_slideUp__Lx3P9 {
  transform: translateY(30px) !important;
}

#FooterCTA_root__Bm9K3 .FooterCTA_slideLeft__Bn4T8 {
  transform: translateX(20px) !important;
}

#FooterCTA_root__Bm9K3 .FooterCTA_animateIn__Qw8J3.FooterCTA_animated__Km5T2 {
  opacity:   1 !important;
  transform: translate(0, 0) !important;
}

/* ═══════════════════════════════════════════════════════════════════════
   DESKTOP (1025px+)
   Side-by-side grid: SVG column left, content right.
   Mask restored for the fade-right edge effect.
   ═══════════════════════════════════════════════════════════════════ */

@media (min-width: 1025px) {

  /* Two-column grid */
  #FooterCTA_root__Bm9K3.FooterCTA_container__Qx5L2 {
    grid-template-columns: 42% 1fr !important;
    grid-template-rows:    auto !important;
    min-height:            72vh !important;
  }

  /* Cyclist column: stretch to full row height, mask restored */
  #FooterCTA_root__Bm9K3 .FooterCTA_cyclistCol__Lm8R5 {
    height:               100% !important;  /* fills grid row on desktop */
    -webkit-mask-image:   linear-gradient(to right, black 55%, transparent 100%) !important;
    mask-image:           linear-gradient(to right, black 55%, transparent 100%) !important;
  }

  /* SVG: wider on desktop */
  #FooterCTA_root__Bm9K3 .FooterCTA_svg__Kj7W4 {
    width:  110% !important;
    height: 100% !important;
  }

  /* Content: left-aligned, generous padding */
  #FooterCTA_root__Bm9K3 .FooterCTA_content__Wv4T6 {
    padding:     6rem 5rem 6rem 2rem !important;
    align-items: flex-start !important;
    text-align:  left !important;
    gap:         1.5rem !important;
  }

  /* Heading: full desktop size */
  #FooterCTA_root__Bm9K3 .FooterCTA_heading__Bx2M8 {
    font-size: clamp(2.4rem, 5vw, 4.8rem) !important;
  }

  /* Body: full desktop size */
  #FooterCTA_root__Bm9K3 .FooterCTA_body__Hv5K9 {
    font-size: 1rem !important;
    max-width: 480px !important;
  }

  /* Button: auto width, left-aligned */
  #FooterCTA_root__Bm9K3 .FooterCTA_btn__Qw3R7 {
    width:    auto !important;
    max-width: none !important;
    padding:  0.9rem 2.4rem !important;
    font-size: 0.7rem !important;
  }
}
 .module[data-id_page='188']{;background-size:contain;background-repeat:no-repeat;background-position:bottom;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}.module[data-id_page='188']:hover{;}.module[data-id_page='188']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='188'] > div{
                        position:relative;
                        z-index:12;
                    }
                .module[data-id_page='188']:hover .background-img {
                    filter:none;
                }
            
                .module[data-id_page='188'] .background-img {
                    position: absolute;
                    top: 0;
                    right: 0;
                    left: 0;
                    bottom: 0;
                    z-index: 0;
                    backdrop-filter: none;
                }
            
                .module[data-id_page='188'] 
            
            .module[data-id_page='188'] .new_admin_layer {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 10;
                transition: all 600ms ease;
                background-color: rgba(0,0,0,0);
                display: flex;
                
            right:0;
            top:0;
        
            }

            .module[data-id_page='188'] .layer_first_child {
                width: 100%;
            }
        
            .module[data-id_page='188']:hover .new_admin_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
                           .module[data-id_page='188']{
                               background-image:url("https://mbbcinsights.ca/files/Home/1764777106_Asset 53.png");
                           }
                       
            #module_new_medical_68 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
            #module_new_medical_68 .new_medical_description ul{
               list-style-position:inside;
            }
            
			#module_new_medical_68 .content_str{
				width:100%;
			}
            #module_new_medical_68 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_68 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_68 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_68 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_68 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_68 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_68 .mode7-size span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            .custom1{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1:hover{
                color:;
            }
            .custom2{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2:hover{
                color:;
              
            }
            #module_new_medical_68 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_68 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_68 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_68 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_68 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
        
            #module_new_medical_68 .new_medical_description a,#module_new_medical_68 .new_medical_description_main a{
                color:#00AFEF!important;
            }
            #module_new_medical_68 .new_medical_description a:hover,#module_new_medical_68 .new_medical_description_main a:hover{
                color:#00AFEF!important;
            }
         
                #module_new_medical_68 .swiper-pagination{
                position: absolute;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_68 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_170 .new_medical_icon{
                background-image:url("https://mbbcinsights.ca/files/logo/1764761193_BC.png");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_170 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_170 .background-img{
                border-radius:17px;
            }
        
            #medical_box_170 .new_medical_icon{
                
            }
        #medical_box_170 .new_medical_icon{background-size:contain;background-position:center;background-repeat:no-repeat;min-width:40%;margin-right:32px;border-style:none;border-color:#000;}#medical_box_170:hover .new_medical_icon{}#medical_box_170.new_medical_module{background-color:#fff;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:32px;padding-bottom:32px;padding-right:32px;padding-left:32px;border-radius:17px;border-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-color:#595959;}#medical_box_170:hover{}#medical_box_170 .new_medical_description{color:#000;font-weight:300;font-size:16px;line-height:30px;text-align:justify;border-style:solid;border-color:#555;}#medical_box_170:hover .new_medical_description{}
                #medical_box_170 
            
            #medical_box_170 .new_medical_layer {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 10;
                transition: all 600ms ease;
                background-color: rgba(0,0,0,0);
                display: flex;
                
            right:0;
            top:0;
        
            }

            #medical_box_170 .layer_first_child {
                width: 100%;
            }
        
            #medical_box_170:hover .new_medical_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
                #medical_box_170:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_170 .mode1-size_170{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_170 .new_medical_box > div{
                width:100%;
            }
             #medical_box_170 > div{
               height:100%;
            }
            #medical_box_170 .mode2-size_170{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_170 .mode3-size_170{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_170 .mode4-size_170{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_170 .mode5-size_170{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_170 .mode6-size_170{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_170 .mode7-size_170{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_170 .mode7-size_170 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_170 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_170 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_170{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_170 span:hover{
                color:!important;
            }
            .custom2_170{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_170 span:hover{
                color:;
            }
            #medical_box_170 .mode-btn1_170{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_170 .mode-btn1_170 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_170 .mode-btn2_170{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_170 .mode-btn2_170 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_170 .div-btn-title_main_170{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_170 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_170 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
                #module_new_medical_68 .new_medical_title_main h3{
                    font-weight:bold!important;
                }
            #module_new_medical_68 .new_medical_title_main{color:#12908e;font-weight:bold;justify-content:center;text-align:center;}.module[data-id_page=&#039;28&#039;]:hover .new_medical_title_main{}#module_new_medical_68 .new_medical_box_main{display:flex;flex-wrap:wrap;visibility:visible;padding-top:32px;padding-bottom:120px;border-style:none;}.module[data-id_page=&#039;188&#039;]:hover .new_medical_box_main{}
            #module_new_medical_68 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_68 .new_medical_module{
                    width:1200px;
                    position:relative;
                    overflow:hidden;
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_68 .medical_box_main_animation_trigger{
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_68 .new_medical_module:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_68 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_68 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_68 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_68 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_68 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_68 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_68 .read-more-less-des {
                width: fit-content;
                text-align: center;
                
                    width: fit-content;
                    margin-left: 50%;
                    transform: translate(-50%, 0)
                
                z-index: 1200000;
                position: relative;
            }
            .flex_row_revers{
                flex-direction: row-reverse;
            }
            .flex_row{
                flex-direction: row;
            }
            #module_new_medical_68{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_68 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_68 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_68 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_68 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_68 .swiper-container{
                width:1200px;
            }
            #module_new_medical_68 .top_layer_diagonal{
                z-index:9 !important;
            }
            #module_new_medical_68 .right_layer_diagonal{
                z-index:9 !important;
            }
            #module_new_medical_68 .left_layer_diagonal{
                z-index:9 !important;
            }
            #module_new_medical_68 .bottom_layer_diagonal{
                z-index:9 !important;
            }
        
            body{
                position: relative;
            }
            .dno{
                display: none!important;
            }
            .public-header{
                position: relative;
                transition:5s;
            }
            .absolute-container{
                background-color: #ee273a;
                border-radius: 7px;
                position: fixed;
                top: 50%;
                left: 2%;
                transform: translateY(-50%);
                padding: 10px;
                z-index: 4900;
            }
            .social-absolute{
                position: relative;
                padding: 10px 0;
                border-bottom: 1px solid rgba(0, 0, 0, .1);
                box-sizing: content-box;
                width: 24px;
                height: 24px;
            }
            .social-absolute:last-child {
                border-bottom: none !important;
            }
            .social-absolute img{
                width: 24px;
                height: 24px;
            }
            .absolute-tooltip{
                position: relative;
                transition: all 0.5s;
                border-radius: 0 7px 7px 0;
                font-size: 14px;
                overflow: hidden;
                white-space: nowrap;
            }
            .absolute-tooltip > span{
                padding: 10px 20px;
                display: block;
            }
            .tooltip-shake{
                display: block;
                width: 100%;
                height: 100%;
            }
            .tooltip-shake:before,
            .tooltip-shake:after {
                position: absolute;
                content: "";
                opacity: 0;
                transition: all 0.4s ease;
                color: #fff;
                font-weight: bold;
            }
            .tooltip-shake:before {
                content: attr(data-tooltip);
                background: #3c5059;
                width: 0;
                padding: 0;
                font-size: 0.9rem;
                top: 50%;
                left: calc(24px + 32px);
                border-radius: 5px;
                transform: translateY(-50%);
                overflow: hidden;
                white-space: nowrap;
            }
            .tooltip-shake:after {
                border-width: 8px 10px 8px 0;
                border-style: solid;
                border-color: transparent #3c5059 transparent transparent;
                top: 50%;
                left: calc(24px + 24px);
                transform: translateY(-50%);
            }
            .tooltip-shake:hover::before,
            .tooltip-shake:hover::after {
                opacity: 1;
                overflow: hidden;
                white-space: nowrap;
                transform: translate(0, -50%);
            }
            .tooltip-shake:hover::before {
                width: max-content;
                padding: 10px 25px;
            }
            @keyframes shake {
                0% {
                    transform: rotate(2deg);
                }
                50% {
                    transform: rotate(-3deg);
                }
                70% {
                    transform: rotate(3deg);
                }
                100% {
                    transform: rotate(0deg);
                }
            }
            .social-absolute:hover {
                animation: shake 500ms ease-in-out forwards;
            }
            
                .public-header{
                    width: 100%;
                    background: ;
                    background-size: auto;
                    background-repeat: no-repeat;
                }
            
            .adv-banner-container{
                width: 100%;
                height: 50px;
            }
            .adv-banner-container .adv-item{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .top-bar-container{
                width: 100%;
                min-height: 40px;
                height: 40px;
                background: #222 ;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-bar{
                width: 1200px;
                height: 100%;
                margin: auto;
                padding: 0 8px;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }
            .top-item{
                height: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container{
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container img{
                width: 16px;
                height: 16px;
            }
            .info-container > span{
                display: inline-flex;
            }
            .top-info,
            .top-social{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-social{
                padding: 5px 0;
            }
            .top-social li a img{
                width: 32px;
                height: 32px;
            }
            .top-social li a span{
                font-size: 0px;
                font-weight: 200;
                color: #777;
            }
            .top-list{
                width: max-content;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                margin: 0  0px;
            }
            .top-list:hover{
                color: ;
            }
            
                .top-list:first-child{
                    margin-left : 0;
                }
                .top-list:last-child{
                    margin-right : 0;
                }
            
            .arrow-menu-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-list a span,
            .top-list span{
                color: #777;
                font-weight: bold;
                font-size: 14px;
            }
            .top-list a img,
            .top-list span img{
                margin: 0 5px;
                width: 24px;
                height: 24px;
                object-fit: contain;
            }
            .top-list:first-child a img,
            .top-list:first-child span img{
                margin-left: 0;
            }
            .top-navbar{
                height: 100%;
                background: transparent;
            }
            .top-nav-list{
                position: relative;
                height: 100%;
                padding: 0 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-nav-list a span,
            .top-nav-list span{
                color: #000;
                font-size: 0px;
                font-weight: 200;search
            }
            .top-nav-list:hover{
                background-color: #fff;
            }
            .top-nav-list .arrow-menu-container svg{
                fill: #000;
            }
            .top-nav-list:hover a span,
            .top-nav-list:hover span,
            .top-nav-list:hover .arrow-menu-container svg{
                color: #fff;
                fill: #fff;
            }
            .top-nav-list .icon-title-part{
                padding-left: 5px;
            }
            .top-sub-nav > .top-sub-list a span,
            .top-sub-nav > .top-sub-list span{
                color: #000;
            }
            .top-sub-nav > .top-sub-list:hover a span,
            .top-sub-nav > .top-sub-list:hover span{
                color: #fff;
            }
            
            .top-sub-nav{
                flex-direction: column;
                justify-content: center;
                align-content: flex-start;
                position: absolute;
                z-index: 4999;
                min-width: 150px;
                width: max-content;
                background: #2c3e50;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translateY(-10px) scaleY(0.5);
                transform-origin: top;  
                border-radius: 0;
            }
            .top-nav-list:hover > .top-sub-nav{
                display: flex;
                top: 100%;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
        
                .top-nav-list:hover > .top-sub-nav{
                    left: 0;
                }
                .top-sub-list{
                    border-right: 5px solid  #f00;
                }
            
            .top-sub-list{
                width: 100%;
                padding: 8px 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-sub-list:hover{
                background: #fff;
            }
            .header-container{
                display: grid;
                width: 1200px;
                margin: auto;
                height: auto;
                grid-template-rows: 1fr 1fr;  
                grid-template-columns: 1fr 3fr 1fr;
                grid-template-areas: 
                    "top-1 top-2 top-3"
                    "bottom-1 bottom-2 bottom-3"; 
                padding-top: 8px;
                padding-bottom: 8px;
                padding-left: 8px;
                padding-right: 8px;
            }
            .top-section-1{
                grid-area: top-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-2{
                grid-area: top-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-3{
                grid-area: top-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                align-items: center;
            }
            .logo-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 100%;
                padding: 0px  0px;
            }
            .logo-container img{
                display: block;
                width: 200px;
                height: 100px;
                max-width: 200px;
                max-height: 100px;
                object-fit: contain;
            }
            .nav-container{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                box-sizing: border-box;
                margin: 0 10px;
            }
            .nav-container > .navbar{
                width: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                background: #fff;
                box-sizing: border-box;
                border: px  solid  ;
                border-radius: 3px;
                padding: 0 !important;
            }
            
                .nav-container > .navbar{
                    margin-right: calc(0px + 10px);
                }
            
            .max-height{
                height: 700px;
                overflow-x:hidden;
                overflow-y: auto;
                display:flex!important;
                flex-direction: column!important;
                justify-content: flex-start!important;
            }
            .nav-container .navbar .nav-list{
                padding: 10px 18px;
                min-height: 45px;
                position: relative;
                list-style: none;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-content: center;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list.active{
                background-color: #7d3321;
            }
            .nav-container .navbar .nav-list.active a,
            .nav-container .navbar .nav-list.active span{
                color: #fff;
            }
            
            .nav-container .navbar .nav-list .icon-title-part{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .nav-container .navbar .nav-list .icon-title-part img{
                width: 24px;
                height: 24px;
                margin: 0 5px;
            }
            .nav-container .navbar .nav-list .overflow-menu{
                justify-content: center !important;
            }
            .nav-container .navbar .nav-list:hover{
                background-color: #f2eae9;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list:hover a,
            .nav-container .navbar .nav-list:hover span{
                color: #7d3321 ;
            }
            .nav-container .navbar .nav-list img{
                width: 32px;
                height: 32px;
            }
            .nav-container .navbar .nav-list a,
            .nav-container .navbar .nav-list span{
                text-decoration: none;
                font-size: 18px;
                color: #000;
            }
            .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
            .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                display: flex;
                top: 45px;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                display: flex;
                right: calc(100%  +  5px);
                top: 0;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width: 100%;
                        border-right: 5px solid #7d3321;
                    }
                    .nav-container .navbar.navbar-sub{
                        position: absolute;
                        z-index: 4999;
                        background: #fff;
                        clip: rect(1px, 1px, 1px, 1px);
                        opacity: 0.1;
                        transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                                    opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                        transform: translateY(-10px) scaleY(0.5);
                        transform-origin: top;  
                        border-radius: 0;
                    }
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                    .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                        left: 0;
                        border-radius: 0 !important;
                    }
                    .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                        left: calc(100%  +  5px);
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width: 200px;
                        border-right: 5px solid #7d3321;
                        border-radius: 0 !important;
                    }
                
                .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                    left: 0;
                }
                .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                    left: calc(100%  +  5px);
                }
            
            .arrow-icon-menu{
                width: 8px;
                height: 8px;
            }
            .arrow-icon-menu.arrow-bottom{
                transform: rotate(90deg);
            }
            
                .arrow-menu-container{
                    margin-left: 5px;
                }
                .arrow-icon-menu.arrow-right,
                .overflow-list .arrow-icon-menu.arrow-bottom{
                    transform: rotate(0deg);
                }
                .nav-container .navbar .nav-list:first-child:hover{
                    border-radius: 3px 0 0 3px;
                }
                .nav-container .navbar .nav-list:last-child:hover{
                    border-radius: 0 3px 3px 0;
                }
            
            .nav-container .navbar .nav-list.base-level svg,
            .nav-container .navbar .nav-list .overflow-menu svg{
                fill: #000;
            }
            .nav-container .navbar .nav-list.base-level:hover svg{
                fill: #7d3321;
            }
            .sub-menu-container{
                position: absolute;
                min-width: 150px;
                background-color: #fff;
                color: #fff;
                top: 32px;
                right: 0;
                z-index: 4999;
               /* display: none;*/
            } 
            /*.sub-navbar{
                width: 100%;
                height: 100%;
            }*/
            .nav-container .navbar.navbar-sub .nav-list img{
                width: 16px;
                height: 16px;
            }
            .nav-container .navbar.navbar-sub .nav-list a,
            .nav-container .navbar.navbar-sub .nav-list span{
                color: #7d3321;
                font-size: 12px;
            }
            .nav-list.with-sub-menu:hover .sub-menu-container{
                display: block;
            }
            .nav-container .navbar.navbar-sub .nav-list .arrow-menu-container svg{
                fill: #7d3321;
            }
            .active{
                background-color: #7d3321;
            }
            .active a{
                color: #fff;
            }     
            .icon-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
            }
            .icon-container .icon-item{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
                box-sizing: border-box;
                min-height: 45px;
                margin: 0 5px;
            }
            
                .icon-container .icon-item:first-child{
                    margin-left: 0 !important;
                }
                .icon-container .icon-item:last-child{
                    margin-right: 0 !important;
                }
            
            
            .icon-container .icon-item a{
                border: 0px  solid  ;
            }
            .icon-container .icon-item.basket-icon{
                position: relative;
                color: #e84118;
                min-width: 45px;
                min-height: 45px;
                outline: none;
                border-radius: 3px;
                background: #2c3e50;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                text-decoration: none;
                margin: 0 10px;
            }
            .icon-container .icon-item .icon-shortcut{
                color: #e84118;
                min-width: 45px;
                min-height: 45px;
                margin: 0;
                outline: none;
                border-radius: 3px;
                background: #2c3e50;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                transition: .4s;
                cursor: pointer;
                text-decoration: none;
            }
            
            .basket-shop{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 45px;
                height: 45px;
                border-radius: 3px;
            }
            .icon-container .icon-item .icon-shortcut:hover svg,
            .icon-container .icon-item .icon-shortcut:hover .add-item-to-cart.open span
            {
                fill: #fff;
                color: #fff;
            }
            
                .icon-container .icon-item.basket-icon .add-item-to-cart{
                    color: #e84118;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .4s;
                    cursor: pointer;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                
                    .icon-container .icon-item.basket-icon .add-item-to-cart{
                        border-right: none !important;
                    }
                    .border-basket{
                        border-left: none !important;
                    }
                
                    .icon-container .icon-item:hover > span,
                    .icon-container .icon-item.login-icon:hover span{
                        color: #fff;
                    }
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover,
                    .icon-container .icon-item.login-icon .icon-shortcut:hover,
                    
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover .add-item-to-cart{
                       background: #3e5772;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open{
                        width: 45px;
                        border-radius: 0 3px 3px 0;
                        display: flex;
                        flex-direction: row;
                        justify-content: center;
                        align-items: center;
                    }
                    .icon-container .icon-item.basket-icon:hover .add-item-to-cart.open{
                        background: #3e5772;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open:hover span{
                        color: #fff;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open + .icon-shortcut{
                        border-radius: 3px 0 0 3px;
                    }
                    .icon-container .icon-item.lang-icon .icon-shortcut:hover{
                        background: #3e5772;
                    }
                    .icon-container .icon-item.search-icon .icon-shortcut .search-container .search-btn:hover{
                        background: #3e5772;
                    }
                 
            .icon-container .icon-item svg{
                width: 25px;
                height: 25px;
            
                fill: #e84118;
            
            }
            .icon-container .icon-item.login-icon{
                position: relative;
            }
            /*.icon-container .icon-item.login-icon .icon-shortcut{
                width: 100%;
                height: 100%;
            }*/
            .icon-container .icon-item.login-icon .icon-login{
                width: 25px;
                height: 25px;
            }
            #div_profile_picture, 
            #div_profile_picture_metro {
                display: block;
                width: 0 !important;
                height: 0 !important;
                line-height: unset !important;
            }
            #div_profile_picture .rShowLogin{
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                z-index: -1000;
            }
            #div_profile_picture .login-container{
                display: none !important;
            }
            #div_profile_picture #profile_picture,
            #div_profile_picture #profile_exit{
                display: none !important;
            }
        
                .icon-container .icon-item.login-icon{
                    color: #e84118;
                    /*width: 90px !important;*/
                    min-height: 45px;
                    outline: none;
                    border-radius: 3px;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    text-decoration: none;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                .icon-container .icon-item.login-icon .status-user,
                .icon-container .icon-item.login-icon .icon-login{
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    margin: 0 5px;
                    font-size:14px;
                }
            
            .public-header .bottom-section-1{
                grid-area: bottom-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-2{
                grid-area: bottom-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-3{
                grid-area: bottom-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            
                .icon-container .icon-item{
                    width: unset;
                    height: unset;
                }
                .search-icon{
                    position: relative;
                }
                .search-container {
                    display: flex;
                    flex-direction: row;
                    justify-content: flex-end;
                    align-items: center;
                    height: 100%;
                    position: relative;
                    border-radius: 3px;
                    min-width: 45px;
                }
                .search-container > .search-btn svg,
                .search-container > .close-search-btn svg{
                    fill: #e84118;
                }
                .search-container > .search-btn:hover svg,
                .search-container > .close-search-btn:hover svg{
                    fill: #fff;
                }
                .search-btn {
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .8s;
                    cursor: pointer;
                    text-decoration: none;
                    border: 0px  solid  transparent;
                }
                
                .icon-container .icon-item img{
                    width: 25px;
                    height: 25px;
                    object-fit:contain;
                }
                
                    .search-container.open-search-box .search-btn{
                        border-radius: 0 3px 3px 0 !important;
                    }
                    .search-container.open-search-box .close-search-btn{
                        border-radius: 3px 0 0 3px !important;
                    }    
                 
                .search-btn,
                .search-command,
                .close-search-btn{
                    box-sizing: content-box;
                }
                .search-btn > svg {
                    fill: #fff;
                }
                .cls-pls::placeholder{
                    color: ;
                }
                .search-input {
                    padding: 0;
                    height: 100%;
                    background: #2c3e50;
                    color: #fff;
                    font-size: 14px;
                    font-weight: normal;
                    transition: all 1s ease-in-out;
                    width: 0;
                    position: absolute;
                    top: 0;
                    overflow: hidden;
                    white-space: nowrap;
                    border: 0px  solid  transparent;
                }
                
                .open-search-box > .search-input{
                    padding : 10px 48px;
                }
                
                    .search-input {
                        right: calc(0px + 45px);
                        border-right: none;
                        border-left: none;
                    }
                
                        .search-container.open-search-box .search-btn{
                            border-radius: 0 3px 3px 0 !important;
                        }
                        .search-container.open-search-box .close-search-btn{
                            border-radius: 3px 0 0 3px !important;
                        }
                        .search-container.open-search-box .search-input{
                            border-radius: 3px 0 0 3px !important;
                        }    
                    
                .close-search-btn{
                    position: absolute;
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #2c3e50;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    box-sizing: border-box;
                    box-sizing: border-box;
                }
                .close-search-btn svg{
                    fill: #e84118;
                }
            
            .sticky{
                width: 100vw;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 999;
                padding: 2vh 8vw;
                transition: .8s;
                background-color: #ddd !important;
            }
            .public_sticky{
                width: 100%;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 1001;
            }
            .d-none{
                display: none !important;
            }
            .border-left-n{
                border-left: none !important;
            }
            .border-right-n{
                border-right: none !important;
            }
            .w-1200px{
                width: 1200px !important;
                margin: auto;
            }
            .lang-icon{
                position: relative;
            }
            .language-container .lang-btn{
                width: 25px;
                height: 25px;
            }
            .lang-list-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .lang-list{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px;
                background: #2c3e50;
                border-radius: 3px;
            }
            .lang-list::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #2c3e50;
                display: block;
            }
            .lang-nav{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
            }
            .lang-nav .lang-li{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                list-style: none;
                width: max-content;
                margin: 5px 0;
                
            }
            .lang-nav .lang-li a{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .lang-nav .lang-li img{
                width: 25px;
                height: 25px;
                object-fit: cover;
                margin: 0 4px;
            }
            .lang-nav .lang-li span{
                text-transform: uppercase;
                line-height: 2.5;
                font-size: 14px;
                margin: 0 4px;
                color: #fff;
            }
            .lang-nav .lang-li a{
                color: #fff;
            }
            .lang-nav .lang-li span:hover{
                cursor: pointer;
                color: #fff;
            }
            .lang-nav .lang-li .lang-active{
                font-weight: bold;
                color: #e84118;
            }
            .icon-item.lang-icon:hover .lang-list-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            /*---------------------------------------------------------------------------------*/
            .link-profile-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .link-profile-container .link-wrapper{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px 25px;
                background: #2c3e50;
                border-radius: 3px;
            }
            .link-profile-container .link-wrapper a{
                color: #fff;
            }
            .link-profile-container .link-wrapper a:hover{
                cursor: pointer;
                color: #fff;
            }
            .link-profile-container .link-wrapper::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #2c3e50;
                display: block;
            }
             .icon-item.login-icon:hover .link-profile-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            
            .backTop{
                display: flex !important;
            }
            #back_to_top{
                display: none;
                position: fixed;
                transition: 600ms;
                right: 25px;
                left: unset;
                bottom: 50px;
                z-index: 100;
                border-radius: 50%;
                border: 1px  solid  #000;
                padding: 15px;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                background-color: #777 ;
            }
            #back_to_top svg{
                width: 25px;
                height: 25px;
                fill: #fff ;
            }
            #back_to_top img{
                width: 25px;
                height: 25px;
                fill: #fff ;
                object-fit:contain;
            }
            .search-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .basket-shop img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .lang-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .icon-login img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
        
                    .header-container{
                        grid-template-rows: 1fr;  
                        grid-template-columns: 200px minmax(auto, 100%) 1fr;
                        grid-template-areas: 
                            "top-1 top-2 top-3"; 
                    }
                    .top-section-1{
                        justify-content: flex-start;
                    }
                    .top-section-2{
                        justify-content: flex-start;
                    }
                    .logo-container{
                        justify-content: flex-start;
                    }
                    .nav-container{
                        justify-content: flex-start;
                    }
                    .nav-container .navbar{
                        justify-content: flex-start;
                    }
                    .width-full{
                        width: 100% !important;
                    }
                #module_footer_section_1{
;
margin-top:3.5vw;
justify-content:center;
padding-top:2vw;
padding-right:4vw;
padding-bottom:2vw;
padding-left:4vw;
border-style:none;
border-bottom-width:.020vw;
border-color:#d9d9d9;
}#module_footer_column_1{
;
justify-content:center;
border-style:none;
}#module_footer_row_1{
;
justify-content:center;
border-style:none;
}#module_footer_items_1{
;
cursor:default;
width:13vw;
height:5vw;
font-weight:400;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_1:hover{
;
}#module_footer_row_2{
;
justify-content:center;
padding-top:2vw;
border-style:none;
}#module_footer_items_2{
;
cursor:default;
text-align:center;
line-height:1.5vw;
color:#fff;
font-weight:500;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-bottom:36px;
}#module_footer_items_2:hover{
;
}#module_footer_row_3{
;
justify-content:center;
border-style:none;
}#module_footer_items_3{
;
cursor:default;
line-height:2vw;
color:#ffffff;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_3:hover{
;
color:#d9c1a3;
}#module_footer_items_6{
;
cursor:default;
line-height:2vw;
color:#ffffff;
font-weight:300;
font-size:16px;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-left:4vw;
}#module_footer_items_6:hover{
;
}#module_footer_items_7{
;
cursor:default;
line-height:2vw;
color:#ffffff;
font-weight:300;
font-size:16px;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-left:4vw;
}#module_footer_items_7:hover{
;
}#module_footer_section_2{
;
justify-content:center;
border-style:none;
}#module_footer_row_5{
;
justify-content:center;
padding-top:1.5vw;
padding-bottom:1.5vw;
border-style:none;
}#module_footer_items_12{
;
cursor:default;
text-align:center;
line-height:2vw;
color:#ffffff;
font-weight:400;
font-size:16px;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_12:hover{
;
}#public_footer_main_1{;background-color:#000;background-size:100% 100%;background-repeat:no-repeat;background-position:left;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}#public_footer_main_1:hover{;}
                #public_footer_main_1{
                    position:relative;
                    margin-right:auto !important;
                    margin-left:auto !important;
                    overflow:hidden !important;
                }
                #public_footer_main_1 > div{
                    position:relative;
                    z-index:12;
                }
                
                #public_footer_main_1 
            
            #public_footer_main_1 .new_admin_layer {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 10;
                transition: all 600ms ease;
                background-color: rgba(0,0,0,0);
                display: flex;
                
            right:0;
            top:0;
        
            }

            #public_footer_main_1 .layer_first_child {
                width: 100%;
            }
        
            #public_footer_main_1:hover .new_admin_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
            #msg_footer.msg_footer,
            #msg_footer_complete.msg_footer{
                position: fixed;
                top: 50px;
                right: 10px;
                width: 400px;
                height: 50px;
                z-index: 10000;
                border-radius: 3px;
            }

            #msg_footer .d_flex,
            #msg_footer_complete .d_flex{
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                height: 100%;
                padding: 0 15px;
            }

            #msg_footer.green_msg_footer {
                background-color: #d4edda;
                border: 1px solid #c3e6cb;
                color: #155724;
            }

            #msg_footer.red_msg_footer,
            #msg_footer_complete.red_msg_footer{
                background-color: #f8d7da;
                border: 1px solid #f5c6cb;
                color: #721c24;
            }

            #msg_footer .close_msg,
            #msg_footer_complete .close_msg{
                cursor: pointer;
                font-size: 25px;
                padding-right: 15px;
            }

            #msg_footer .close_msg:hover,
            #msg_footer_complete .close_msg:hover{
                color: #000;
            }
            
            .border_red{
                border: 1px solid #e20000;
            }
            footer a{
                color: inherit;
            }
        .dno{display:none!important;}
            #body_popup_1,#body_popup_2{
                position:fixed;
                display:flex;
                text-align:center;
                top:0;
                bottom:0;
                right:0;
                left:0;
                z-index:99999;
                visibility:hidden;
                opacity: 0;
                background:rgba(0,0,0,0.5);
            }
            #body_popup_1.open-popup,#body_popup_2.open-popup{
                visibility:visible;
                opacity: 1;
            }
            #body_popup_1 > div,#body_popup_2 > div{
                display:block;
                background:#fff;
                padding:10px;
                margin:auto;
                transform:translateY(-150px);
                -webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;
                text-align:center;
                border-radius:10px;
                position:relative;
                z-index:999999;
            }
            #body_popup_1.open-popup > div,#body_popup_1.open-popup > div{
                transform:translateY(0);
            }
            #body_popup_1 .icon-close-popup{
                position:absolute;
                font-size:30px;
                height:30px;
                width:30px;
                border-radius:50%;
                color:red;
                top:-10px;
                right:-10px;
                background-color:transparent;
                z-index:9999;
            }
            #body_popup_1 .icon-close-popup i{
                position:absolute;
                top:0;
                right:0;
            }
            #body_popup_1 .container-html{
                height:100%;
                overflow:auto;
                max-height:90vh;
            }
            #body_popup_1 .container-html::-webkit-scrollbar{
                width:5px;
                height:100%;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-track{
                background-color:transparent;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-thumb{
                background-color:#777;
                border-radius:20%;
            }
            #body_popup_1 .icon-close-popup{
                color:#fff;
                top:0;
                right:0;
            }
            #module_waiting_box{
                position:fixed;
                background:rgba(256,256,256,0.8);
                width:100%;
                height:100%;
                -webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;
                top:0;
                right:0;
                opacity:0;
                z-index:9999999999999;
                visibility:hidden;
            }
            #module_waiting_box.show-waiting{
                visibility:visible;
                opacity:1;
            }
            #module_waiting_box .spinner {
              margin: 100px auto 0;
              width: 70px;
              text-align: center;
            }
            
            #module_waiting_box .spinner > div {
              width: 18px;
              height: 18px;
              background-color: #333;
              border-radius: 100%;
              display: inline-block;
              -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
              animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            }
            
            #module_waiting_box .spinner .bounce1 {
              -webkit-animation-delay: -0.35s;
              animation-delay: -0.35s;
            }
            
            #module_waiting_box .spinner .bounce2 {
              -webkit-animation-delay: -0.16s;
              animation-delay: -0.16s;
            }
            
            @-webkit-keyframes sk-bouncedelay {
              0%, 95%, 100% { -webkit-transform: scale(0) }
              50% { -webkit-transform: scale(1.0) }
            }
            
            @keyframes sk-bouncedelay {
              0%, 95%, 100% { 
                -webkit-transform: scale(0);
                transform: scale(0);
              } 50% { 
                -webkit-transform: scale(1.0);
                transform: scale(1.0);
              }
            }
        body{direction: ltr;text-align: left;}