
/* ========== RESET &amp;amp;amp;amp; ROOT ========== */
#HeroDeck_root__Xy9K2,
#HeroDeck_root__Xy9K2 *,
#HeroDeck_root__Xy9K2 *::before,
#HeroDeck_root__Xy9K2 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#HeroDeck_root__Xy9K2 {
    font-family: -apple-system, BlinkMacSystemFont, &amp;amp;amp;quot;Segoe UI&amp;amp;amp;quot;, Roboto, &amp;amp;amp;quot;Helvetica Neue&amp;amp;amp;quot;, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ========== HERO SECTION ========== */
#HeroDeck_root__Xy9K2.HeroDeck_hero__Bg7W1 {
    position: relative !important;
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    background: linear-gradient(135deg, #2e0320 0%, #4a0833 50%, #2e0320 100%) !important;
    padding: 3rem 1.5rem !important;
}

/* Background Pattern */
#HeroDeck_root__Xy9K2 .HeroDeck_bgPattern__Qn2L5 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    opacity: 0.1 !important;
    background-image: repeating-linear-gradient(45deg, #e07a5e 0px, #e07a5e 2px, transparent 2px, transparent 10px) !important;
    z-index: 0 !important;
}

/* Orbs Container */
#HeroDeck_root__Xy9K2 .HeroDeck_orbsContainer__Km8R3 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

/* Animated Orb 1 */
#HeroDeck_root__Xy9K2 .HeroDeck_orb1__Hj4T6 {
    position: absolute !important;
    top: 3.5rem !important;
    left: 5rem !important;
    width: 24rem !important;
    height: 24rem !important;
    background: rgba(224, 122, 94, 0.2) !important;
    border-radius: 50% !important;
    filter: blur(60px) !important;
    animation: HeroDeck_float1 10s ease-in-out infinite !important;
}

/* Animated Orb 2 */
#HeroDeck_root__Xy9K2 .HeroDeck_orb2__Vb5N9 {
    position: absolute !important;
    bottom: 5rem !important;
    right: 5rem !important;
    width: 18rem !important;
    height: 18rem !important;
    background: rgba(224, 122, 94, 0.15) !important;
    border-radius: 50% !important;
    filter: blur(60px) !important;
    animation: HeroDeck_float2 12s ease-in-out infinite !important;
}

/* Orb Animation 1 */
@keyframes HeroDeck_float1 {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(2.5rem, -1.875rem) scale(1.2);
    }
    66% {
        transform: translate(-1.875rem, 2.5rem) scale(1);
    }
}

/* Orb Animation 2 */
@keyframes HeroDeck_float2 {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(-2.5rem, 1.875rem) scale(1.3);
    }
    66% {
        transform: translate(1.875rem, -2.5rem) scale(1);
    }
}

/* Hero Content Container */
#HeroDeck_root__Xy9K2 .HeroDeck_heroContent__Lp6Y2 {
    position: relative !important;
    z-index: 10 !important;
    max-width: 75rem !important;
    margin: 0 auto !important;
    text-align: center !important;
}

/* Badge */
#HeroDeck_root__Xy9K2 .HeroDeck_badge__Rf8D1 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 0.5rem 1.25rem !important;
    border-radius: 9999px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(224, 122, 94, 0.3) !important;
    margin-bottom: 2rem !important;
    opacity: 0 !important;
    transform: translateY(30px) !important;
    transition: opacity 0.8s ease, transform 0.8s ease !important;
}

#HeroDeck_root__Xy9K2 .HeroDeck_badge__Rf8D1.HeroDeck_visible__Tv9X5 {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

#HeroDeck_root__Xy9K2 .HeroDeck_badgeIcon__Wq9M3 {
    width: 1rem !important;
    height: 1rem !important;
    color: #e07a5e !important;
    flex-shrink: 0 !important;
}

#HeroDeck_root__Xy9K2 .HeroDeck_badge__Rf8D1 span {
    font-size: 0.575rem !important;
    font-weight: 500 !important;
    color: #e07a5e !important;
}

/* Main Title */
#HeroDeck_root__Xy9K2 .HeroDeck_heroTitle__Zx1C7 {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    color: #ffffff !important;
    margin-bottom: 1.5rem !important;
    opacity: 0 !important;
    transform: translateY(30px) !important;
    transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s !important;
}

#HeroDeck_root__Xy9K2 .HeroDeck_heroTitle__Zx1C7.HeroDeck_visible__Tv9X5 {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Gradient Text */
#HeroDeck_root__Xy9K2 .HeroDeck_heroGradient__Pn4K8 {
    background: linear-gradient(135deg, #e07a5e 0%, #ff9d82 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    display: inline-block !important;
}

/* Subtitle */
#HeroDeck_root__Xy9K2 .HeroDeck_heroSubtitle__Jm2V5 {
    font-size: 1.25rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin-bottom: 1rem !important;
    opacity: 0 !important;
    transform: translateY(30px) !important;
    transition: opacity 0.8s ease 0.4s, transform 0.8s ease 0.4s !important;
}

#HeroDeck_root__Xy9K2 .HeroDeck_heroSubtitle__Jm2V5.HeroDeck_visible__Tv9X5 {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Check Items Container */
#HeroDeck_root__Xy9K2 .HeroDeck_heroChecks__Dt7B4 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1rem !important;
    margin-bottom: 3rem !important;
    opacity: 0 !important;
    transform: translateY(30px) !important;
    transition: opacity 0.8s ease 0.6s, transform 0.8s ease 0.6s !important;
}

#HeroDeck_root__Xy9K2 .HeroDeck_heroChecks__Dt7B4.HeroDeck_visible__Tv9X5 {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Individual Check Item */
#HeroDeck_root__Xy9K2 .HeroDeck_checkItem__Fn9L2 {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.9rem !important;
}

#HeroDeck_root__Xy9K2 .HeroDeck_checkIcon__Gw6P1 {
    width: 1.25rem !important;
    height: 1.25rem !important;
    color: #e07a5e !important;
    flex-shrink: 0 !important;
}

/* Buttons Container */
#HeroDeck_root__Xy9K2 .HeroDeck_heroButtons__Yp8K3 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    align-items: center !important;
    margin-bottom: 3rem !important;
    opacity: 0 !important;
    transform: translateY(30px) !important;
    transition: opacity 0.8s ease 0.8s, transform 0.8s ease 0.8s !important;
}

#HeroDeck_root__Xy9K2 .HeroDeck_heroButtons__Yp8K3.HeroDeck_visible__Tv9X5 {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Primary Button */
#HeroDeck_root__Xy9K2 .HeroDeck_btnPrimary__Mx5N7 {
    display: inline-block !important;
    padding: 1.25rem 2.5rem !important;
    background: #e07a5e !important;
    color: #ffffff !important;
    border-radius: 1rem !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 20px 40px rgba(224, 122, 94, 0.3) !important;
    cursor: pointer !important;
    border: none !important;
    /* Space for href attribute */
}

#HeroDeck_root__Xy9K2 .HeroDeck_btnPrimary__Mx5N7:hover {
    background: #d06a4e !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 25px 50px rgba(224, 122, 94, 0.5) !important;
}

#HeroDeck_root__Xy9K2 .HeroDeck_btnPrimary__Mx5N7:active {
    transform: translateY(-2px) !important;
}

/* Secondary Button */
#HeroDeck_root__Xy9K2 .HeroDeck_btnSecondary__Nq7R2 {
    padding: 1.25rem 2.5rem !important;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    border-radius: 1rem !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    /* Space for onclick handler */
}

#HeroDeck_root__Xy9K2 .HeroDeck_btnSecondary__Nq7R2:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-2px) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

#HeroDeck_root__Xy9K2 .HeroDeck_btnSecondary__Nq7R2:active {
    transform: translateY(0) !important;
}

/* Trust Badges Container */
#HeroDeck_root__Xy9K2 .HeroDeck_trustBadges__Kt4V9 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.75rem !important;
    opacity: 0 !important;
    transition: opacity 1s ease 1s !important;
}

#HeroDeck_root__Xy9K2 .HeroDeck_trustBadges__Kt4V9.HeroDeck_visible__Tv9X5 {
    opacity: 1 !important;
}

/* Trust Item */
#HeroDeck_root__Xy9K2 .HeroDeck_trustItem__Lw3P6 {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.875rem !important;
}

#HeroDeck_root__Xy9K2 .HeroDeck_trustIcon__Vm8Q2 {
    width: 1.25rem !important;
    height: 1.25rem !important;
    color: #e07a5e !important;
    flex-shrink: 0 !important;
}

/* Divider */
#HeroDeck_root__Xy9K2 .HeroDeck_divider__Qs5H1 {
    color: rgba(255, 255, 255, 0.4) !important;
    display: none !important;
}

/* ========== RESPONSIVE BREAKPOINTS ========== */

/* Small Phones (480px+) */
@media (min-width: 480px) {
    #HeroDeck_root__Xy9K2 .HeroDeck_heroTitle__Zx1C7 {
        font-size: 3rem !important;
    }
    
    #HeroDeck_root__Xy9K2 .HeroDeck_heroSubtitle__Jm2V5 {
        font-size: 1.5rem !important;
    }
    
    #HeroDeck_root__Xy9K2 .HeroDeck_checkItem__Fn9L2 {
        font-size: 1rem !important;
    }
}

/* Tablets (640px+) */
@media (min-width: 640px) {
    #HeroDeck_root__Xy9K2 .HeroDeck_heroButtons__Yp8K3 {
        flex-direction: row !important;
    }
    
    #HeroDeck_root__Xy9K2 .HeroDeck_heroChecks__Dt7B4 {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 1.5rem !important;
    }
    
    #HeroDeck_root__Xy9K2 .HeroDeck_trustBadges__Kt4V9 {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 1rem !important;
    }
    
    #HeroDeck_root__Xy9K2 .HeroDeck_divider__Qs5H1 {
        display: block !important;
    }
}

/* Large Tablets (768px+) */
@media (min-width: 768px) {
    #HeroDeck_root__Xy9K2 .HeroDeck_heroTitle__Zx1C7 {
        font-size: 4rem !important;
    }
    
    #HeroDeck_root__Xy9K2 .HeroDeck_heroSubtitle__Jm2V5 {
        font-size: 1.875rem !important;
    }
}

/* Desktops (1024px+) */
@media (min-width: 1024px) {
    #HeroDeck_root__Xy9K2 .HeroDeck_heroTitle__Zx1C7 {
        font-size: 5rem !important;
    }
    
    #HeroDeck_root__Xy9K2 .HeroDeck_heroSubtitle__Jm2V5 {
        font-size: 2rem !important;
    }
    
    #HeroDeck_root__Xy9K2.HeroDeck_hero__Bg7W1 {
        padding: 4rem 1.5rem !important;
    }
}

/* Large Desktops (1280px+) */
@media (min-width: 1280px) {
    #HeroDeck_root__Xy9K2 .HeroDeck_orb1__Hj4T6 {
        width: 30rem !important;
        height: 30rem !important;
    }
    
    #HeroDeck_root__Xy9K2 .HeroDeck_orb2__Vb5N9 {
        width: 24rem !important;
        height: 24rem !important;
    }
}

/* ========== PRINT STYLES ========== */
@media print {
    #HeroDeck_root__Xy9K2 .HeroDeck_bgPattern__Qn2L5,
    #HeroDeck_root__Xy9K2 .HeroDeck_orbsContainer__Km8R3 {
        display: none !important;
    }
}
 
/* ========== RESET &amp;amp;amp;amp;amp;amp;amp; ROOT ========== */
#StoryDeck_root__Sd8K3,
#StoryDeck_root__Sd8K3 *,
#StoryDeck_root__Sd8K3 *::before,
#StoryDeck_root__Sd8K3 *::after {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

#StoryDeck_root__Sd8K3 {
    font-family: -apple-system, BlinkMacSystemFont, &amp;amp;amp;amp;amp;amp;quot;Segoe UI&amp;amp;amp;amp;amp;amp;quot;, Roboto, &amp;amp;amp;amp;amp;amp;quot;Helvetica Neue&amp;amp;amp;amp;amp;amp;quot;, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    padding: 6rem 0 !important;
    background: linear-gradient(to bottom, #ffffff 0%, #f9fafb 100%) !important;
    display: block !important;
    width: 100% !important;
}

/* Container */
#StoryDeck_root__Sd8K3 .StoryDeck_container__Cn2Y8 {
    max-width: 75rem !important;
    margin: 0 auto !important;
    padding: 0 1.5rem !important;
    width: 100% !important;
    display: block !important;
}

/* ========== HEADER ========== */
#StoryDeck_root__Sd8K3 .StoryDeck_storyHeader__Bm7K1 {
    text-align: center !important;
    margin-bottom: 4rem !important;
    display: block !important;
}

/* Badge */
#StoryDeck_root__Sd8K3 .StoryDeck_storyBadge__Vn4L9 {
    display: inline-flex !important;
    align-items: center !important;
    padding: 0.5rem 1rem !important;
    border-radius: 9999px !important;
    background: rgba(224, 122, 94, 0.1) !important;
    border: 1px solid rgba(224, 122, 94, 0.2) !important;
    margin-bottom: 1.5rem !important;
}

#StoryDeck_root__Sd8K3 .StoryDeck_storyBadge__Vn4L9 span {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #2e0320 !important;
    line-height: 1.4 !important;
}

/* Title */
#StoryDeck_root__Sd8K3 .StoryDeck_storyTitle__Wp5R3 {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: #2e0320 !important;
    margin-bottom: 1rem !important;
    line-height: 1.2 !important;
    display: block !important;
}

/* ========== GRID LAYOUT ========== */
#StoryDeck_root__Sd8K3 .StoryDeck_storyGrid__Jx8M6 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 3rem !important;
    align-items: start !important;
}

/* ========== IMAGE COLUMN ========== */
#StoryDeck_root__Sd8K3 .StoryDeck_storyImage__Kq3N2 {
    position: relative !important;
    border-radius: 1.5rem !important;
    overflow: hidden !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15) !important;
    display: block !important;
}

/* Image */
#StoryDeck_root__Sd8K3 .StoryDeck_image__Mq7N5 {
    width: 100% !important;
    height: 500px !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.5s ease !important;
}

#StoryDeck_root__Sd8K3 .StoryDeck_storyImage__Kq3N2:hover .StoryDeck_image__Mq7N5 {
    transform: scale(1.05) !important;
}

/* Image Overlay */
#StoryDeck_root__Sd8K3 .StoryDeck_imageOverlay__Zl6P4 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(to top, rgba(46, 3, 32, 0.6) 0%, transparent 50%) !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

/* ========== FOUNDER CARD ========== */
#StoryDeck_root__Sd8K3 .StoryDeck_founderCard__Dm9W7 {
    position: absolute !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
    right: 1.5rem !important;
    padding: 1.5rem !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-radius: 1rem !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
    border: 1px solid rgba(224, 122, 94, 0.2) !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 1rem !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

#StoryDeck_root__Sd8K3 .StoryDeck_storyImage__Kq3N2:hover .StoryDeck_founderCard__Dm9W7 {
    transform: translateY(-4px) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25) !important;
}

/* Founder Avatar */
#StoryDeck_root__Sd8K3 .StoryDeck_founderAvatar__Fk2B5 {
    width: 4rem !important;
    height: 4rem !important;
    background: linear-gradient(135deg, #e07a5e 0%, #ff9d82 100%) !important;
    border-radius: 0.75rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    flex-shrink: 0 !important;
    transition: transform 0.3s ease !important;
    line-height: 1 !important;
}

#StoryDeck_root__Sd8K3 .StoryDeck_founderCard__Dm9W7:hover .StoryDeck_founderAvatar__Fk2B5 {
    transform: scale(1.1) rotate(5deg) !important;
}

/* Founder Info */
#StoryDeck_root__Sd8K3 .StoryDeck_founderInfo__Gp7L3 {
    flex: 1 !important;
}

#StoryDeck_root__Sd8K3 .StoryDeck_founderName__Hm4Y1 {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    color: #2e0320 !important;
    margin-bottom: 0.25rem !important;
    line-height: 1.3 !important;
    display: block !important;
}

#StoryDeck_root__Sd8K3 .StoryDeck_founderRole__Jn8K9 {
    font-size: 0.875rem !important;
    color: #e07a5e !important;
    font-weight: 600 !important;
    margin-bottom: 0.5rem !important;
    line-height: 1.4 !important;
    display: block !important;
}

#StoryDeck_root__Sd8K3 .StoryDeck_founderCert__Lp3V6 {
    font-size: 0.75rem !important;
    color: #6b7280 !important;
    line-height: 1.5 !important;
    display: block !important;
}

/* ========== TEXT COLUMN ========== */
#StoryDeck_root__Sd8K3 .StoryDeck_storyText__Mq5R2 {
    display: block !important;
}

/* Paragraphs */
#StoryDeck_root__Sd8K3 .StoryDeck_para__Nx7W4 {
    color: #4b5563 !important;
    line-height: 1.75 !important;
    font-size: 1.125rem !important;
    margin-bottom: 1.5rem !important;
    display: block !important;
}

#StoryDeck_root__Sd8K3 .StoryDeck_para__Nx7W4 strong {
    font-weight: 600 !important;
}

/* Year Highlight */
#StoryDeck_root__Sd8K3 .StoryDeck_year__Qw8K1 {
    color: #2e0320 !important;
}

/* Brand Highlight */
#StoryDeck_root__Sd8K3 .StoryDeck_brandHighlight__Pq9K1 {
    color: #e07a5e !important;
}

/* Emphasis */
#StoryDeck_root__Sd8K3 .StoryDeck_emphasis__Tw3N9 {
    color: #2e0320 !important;
}

/* ========== QUOTE BOX ========== */
#StoryDeck_root__Sd8K3 .StoryDeck_quoteBox__Rw2L8 {
    padding: 1.5rem !important;
    background: rgba(224, 122, 94, 0.05) !important;
    border-left: 4px solid #e07a5e !important;
    border-radius: 0 0.75rem 0.75rem 0 !important;
    margin: 2rem 0 !important;
    transition: all 0.3s ease !important;
    display: block !important;
}

#StoryDeck_root__Sd8K3 .StoryDeck_quoteBox__Rw2L8:hover {
    background: rgba(224, 122, 94, 0.08) !important;
    border-left-width: 6px !important;
    padding-left: 1.375rem !important;
}

#StoryDeck_root__Sd8K3 .StoryDeck_quote__Sn4M3 {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: #2e0320 !important;
    font-style: italic !important;
    line-height: 1.6 !important;
    display: block !important;
    margin: 0 !important;
}

/* ========== FOUNDER QUOTE CARD ========== */
#StoryDeck_root__Sd8K3 .StoryDeck_founderQuote__Tq8N5 {
    position: relative !important;
    padding: 2rem !important;
    background: linear-gradient(135deg, #2e0320 0%, #4a0833 100%) !important;
    border-radius: 1rem !important;
    box-shadow: 0 20px 40px rgba(46, 3, 32, 0.3) !important;
    margin-top: 2rem !important;
    overflow: hidden !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    display: block !important;
}

#StoryDeck_root__Sd8K3 .StoryDeck_founderQuote__Tq8N5:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 25px 50px rgba(46, 3, 32, 0.4) !important;
}

/* Quote Icon */
#StoryDeck_root__Sd8K3 .StoryDeck_quoteIcon__Uv3P7 {
    position: absolute !important;
    top: 1.5rem !important;
    left: 1.5rem !important;
    width: 3rem !important;
    height: 3rem !important;
    color: rgba(224, 122, 94, 0.2) !important;
    opacity: 0.5 !important;
}

/* Quote Text */
#StoryDeck_root__Sd8K3 .StoryDeck_quoteText__Vw6Q9 {
    position: relative !important;
    z-index: 10 !important;
    color: #ffffff !important;
    font-size: 1.125rem !important;
    line-height: 1.75 !important;
    font-style: italic !important;
    padding-left: 2rem !important;
    margin-bottom: 0 !important;
    display: block !important;
}

/* Quote Attribution */
#StoryDeck_root__Sd8K3 .StoryDeck_quoteAttribution__Wx2K4 {
    margin-top: 1.5rem !important;
    padding-top: 1rem !important;
    padding-left: 2rem !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    display: block !important;
}

#StoryDeck_root__Sd8K3 .StoryDeck_authorName__Xm9L7 {
    color: #e07a5e !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    margin-bottom: 0.25rem !important;
    display: block !important;
}

#StoryDeck_root__Sd8K3 .StoryDeck_authorTitle__Yn4P2 {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.875rem !important;
    display: block !important;
    margin: 0 !important;
}

/* ========== RESPONSIVE BREAKPOINTS ========== */

/* Small Tablets (640px+) */
@media (min-width: 640px) {
    #StoryDeck_root__Sd8K3 .StoryDeck_image__Mq7N5 {
        height: 550px !important;
    }
    
    #StoryDeck_root__Sd8K3 .StoryDeck_founderCard__Dm9W7 {
        bottom: 2rem !important;
        left: 2rem !important;
        right: 2rem !important;
    }
}

/* Tablets (768px+) */
@media (min-width: 768px) {
    #StoryDeck_root__Sd8K3 .StoryDeck_storyTitle__Wp5R3 {
        font-size: 3rem !important;
    }
    
    #StoryDeck_root__Sd8K3 .StoryDeck_image__Mq7N5 {
        height: 600px !important;
    }
}

/* Large Tablets / Small Desktops (1024px+) */
@media (min-width: 1024px) {
    #StoryDeck_root__Sd8K3 {
        padding: 8rem 0 !important;
    }
    
    #StoryDeck_root__Sd8K3 .StoryDeck_storyTitle__Wp5R3 {
        font-size: 3.5rem !important;
    }
    
    #StoryDeck_root__Sd8K3 .StoryDeck_storyGrid__Jx8M6 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 4rem !important;
        align-items: center !important;
    }
    
    #StoryDeck_root__Sd8K3 .StoryDeck_image__Mq7N5 {
        height: 650px !important;
    }
    
    #StoryDeck_root__Sd8K3 .StoryDeck_para__Nx7W4 {
        font-size: 1.125rem !important;
    }
    
    #StoryDeck_root__Sd8K3 .StoryDeck_quote__Sn4M3 {
        font-size: 1.375rem !important;
    }
    
    #StoryDeck_root__Sd8K3 .StoryDeck_quoteText__Vw6Q9 {
        font-size: 1.25rem !important;
    }
}

/* Large Desktops (1280px+) */
@media (min-width: 1280px) {
    #StoryDeck_root__Sd8K3 .StoryDeck_storyTitle__Wp5R3 {
        font-size: 4rem !important;
    }
}

/* ========== ANIMATIONS ========== */
@keyframes StoryDeck_fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes StoryDeck_fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes StoryDeck_fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Apply animations when visible */
#StoryDeck_root__Sd8K3.StoryDeck_animate__Yn9X2 .StoryDeck_storyBadge__Vn4L9 {
    animation: StoryDeck_fadeInUp 0.8s ease forwards !important;
}

#StoryDeck_root__Sd8K3.StoryDeck_animate__Yn9X2 .StoryDeck_storyTitle__Wp5R3 {
    animation: StoryDeck_fadeInUp 0.8s ease 0.2s forwards !important;
}

#StoryDeck_root__Sd8K3.StoryDeck_animate__Yn9X2 .StoryDeck_storyImage__Kq3N2 {
    animation: StoryDeck_fadeInLeft 0.8s ease 0.4s forwards !important;
}

#StoryDeck_root__Sd8K3.StoryDeck_animate__Yn9X2 .StoryDeck_storyText__Mq5R2 {
    animation: StoryDeck_fadeInRight 0.8s ease 0.4s forwards !important;
}

/* ========== ACCESSIBILITY ========== */
@media (prefers-reduced-motion: reduce) {
    #StoryDeck_root__Sd8K3 * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ========== PRINT STYLES ========== */
@media print {
    #StoryDeck_root__Sd8K3 {
        background: #ffffff !important;
        padding: 2rem 0 !important;
    }
    
    #StoryDeck_root__Sd8K3 .StoryDeck_imageOverlay__Zl6P4 {
        display: none !important;
    }
    
    #StoryDeck_root__Sd8K3 .StoryDeck_founderQuote__Tq8N5 {
        background: #f3f4f6 !important;
        color: #000000 !important;
    }
    
    #StoryDeck_root__Sd8K3 .StoryDeck_quoteText__Vw6Q9,
    #StoryDeck_root__Sd8K3 .StoryDeck_authorTitle__Yn4P2 {
        color: #000000 !important;
    }
}
 

 
/* ========== RESET &amp;amp;amp; ROOT ========== */
#WhyChoose_root__Wp8K4,
#WhyChoose_root__Wp8K4 *,
#WhyChoose_root__Wp8K4 *::before,
#WhyChoose_root__Wp8K4 *::after {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

#WhyChoose_root__Wp8K4 {
    font-family: -apple-system, BlinkMacSystemFont, &amp;amp;quot;Segoe UI&amp;amp;quot;, Roboto, &amp;amp;quot;Helvetica Neue&amp;amp;quot;, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    padding: 6rem 0 !important;
    background: #ffffff !important;
    display: block !important;
    width: 100% !important;
}

/* Container */
#WhyChoose_root__Wp8K4 .WhyChoose_container__Xm2L7 {
    max-width: 75rem !important;
    margin: 0 auto !important;
    padding: 0 1.5rem !important;
    width: 100% !important;
    display: block !important;
}

/* ========== HEADER ========== */
#WhyChoose_root__Wp8K4 .WhyChoose_header__Yn5P3 {
    text-align: center !important;
    margin-bottom: 4rem !important;
    display: block !important;
}

/* Badge */
#WhyChoose_root__Wp8K4 .WhyChoose_badge__Zq7R9 {
    display: inline-flex !important;
    align-items: center !important;
    padding: 0.5rem 1rem !important;
    border-radius: 9999px !important;
    background: rgba(34, 197, 94, 0.1) !important;
    border: 1px solid rgba(34, 197, 94, 0.2) !important;
    margin-bottom: 1.5rem !important;
}

#WhyChoose_root__Wp8K4 .WhyChoose_badge__Zq7R9 span {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #16a34a !important;
    line-height: 1.4 !important;
}

/* Title */
#WhyChoose_root__Wp8K4 .WhyChoose_title__Bm4K1 {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: #2e0320 !important;
    margin-bottom: 1rem !important;
    line-height: 1.2 !important;
    display: block !important;
}

/* Subtitle */
#WhyChoose_root__Wp8K4 .WhyChoose_subtitle__Cn8W6 {
    font-size: 1.125rem !important;
    color: #6b7280 !important;
    line-height: 1.75 !important;
    max-width: 48rem !important;
    margin: 0 auto !important;
    display: block !important;
}

/* ========== CARDS GRID ========== */
#WhyChoose_root__Wp8K4 .WhyChoose_cardsGrid__Dq3N5 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    margin-bottom: 4rem !important;
}

/* ========== INDIVIDUAL CARD ========== */
#WhyChoose_root__Wp8K4 .WhyChoose_card__Em9V2 {
    background: linear-gradient(135deg, #2e0320 0%, #4a0833 100%) !important;
    border-radius: 1.5rem !important;
    padding: 2.5rem !important;
    box-shadow: 0 25px 50px rgba(46, 3, 32, 0.2) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
}

#WhyChoose_root__Wp8K4 .WhyChoose_card__Em9V2::before {
    content: &amp;amp;quot;&amp;amp;quot; !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: radial-gradient(circle at top right, rgba(224, 122, 94, 0.1) 0%, transparent 50%) !important;
    pointer-events: none !important;
}

#WhyChoose_root__Wp8K4 .WhyChoose_card__Em9V2:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 30px 60px rgba(46, 3, 32, 0.3) !important;
}

/* Card Header */
#WhyChoose_root__Wp8K4 .WhyChoose_cardHeader__Fn2M8 {
    margin-bottom: 2rem !important;
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
}

#WhyChoose_root__Wp8K4 .WhyChoose_cardTitle__Gp7K4 {
    font-size: 1.875rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 0.5rem !important;
    line-height: 1.2 !important;
    display: block !important;
}

#WhyChoose_root__Wp8K4 .WhyChoose_cardSubtitle__Hq4L6 {
    font-size: 1rem !important;
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.5 !important;
    display: block !important;
    margin: 0 !important;
}

/* ========== STAT BOX ========== */
#WhyChoose_root__Wp8K4 .WhyChoose_statBox__Jw5N1 {
    background: rgba(224, 122, 94, 0.2) !important;
    border: 2px solid rgba(224, 122, 94, 0.4) !important;
    border-radius: 1rem !important;
    padding: 2rem !important;
    margin-bottom: 2rem !important;
    text-align: center !important;
    position: relative !important;
    z-index: 1 !important;
    transition: all 0.3s ease !important;
    display: block !important;
}

#WhyChoose_root__Wp8K4 .WhyChoose_card__Em9V2:hover .WhyChoose_statBox__Jw5N1 {
    background: rgba(224, 122, 94, 0.3) !important;
    border-color: rgba(224, 122, 94, 0.6) !important;
    transform: scale(1.05) !important;
}

#WhyChoose_root__Wp8K4 .WhyChoose_statNumber__Km8P7 {
    font-size: 4rem !important;
    font-weight: 700 !important;
    color: #e07a5e !important;
    line-height: 1 !important;
    margin-bottom: 0.5rem !important;
    display: block !important;
    text-shadow: 0 4px 12px rgba(224, 122, 94, 0.3) !important;
}

#WhyChoose_root__Wp8K4 .WhyChoose_statLabel__Lq3R9 {
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    line-height: 1.4 !important;
    display: block !important;
    margin: 0 !important;
}

/* ========== CHECK LIST ========== */
#WhyChoose_root__Wp8K4 .WhyChoose_checkList__Mn6W4 {
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    position: relative !important;
    z-index: 1 !important;
}

#WhyChoose_root__Wp8K4 .WhyChoose_checkItem__Np9K2 {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.75rem !important;
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    transition: transform 0.2s ease !important;
}

#WhyChoose_root__Wp8K4 .WhyChoose_checkItem__Np9K2:hover {
    transform: translateX(4px) !important;
}

#WhyChoose_root__Wp8K4 .WhyChoose_checkIcon__Pq2L8 {
    width: 1.25rem !important;
    height: 1.25rem !important;
    color: #e07a5e !important;
    flex-shrink: 0 !important;
    margin-top: 0.125rem !important;
}

#WhyChoose_root__Wp8K4 .WhyChoose_checkItem__Np9K2 span {
    flex: 1 !important;
}

/* ========== TABLE SECTION ========== */
#WhyChoose_root__Wp8K4 .WhyChoose_tableSection__Rq8V5 {
    margin-top: 4rem !important;
    display: block !important;
}

#WhyChoose_root__Wp8K4 .WhyChoose_tableTitle__Sq2N7 {
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #2e0320 !important;
    text-align: center !important;
    margin-bottom: 2rem !important;
    line-height: 1.3 !important;
    display: block !important;
}

/* Table Wrapper */
#WhyChoose_root__Wp8K4 .WhyChoose_tableWrapper__Tq7K3 {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    border-radius: 1rem !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
    display: block !important;
}

/* Table */
#WhyChoose_root__Wp8K4 .WhyChoose_table__Uq5M9 {
    width: 100% !important;
    border-collapse: collapse !important;
    background: #ffffff !important;
    display: table !important;
}

/* Table Head */
#WhyChoose_root__Wp8K4 .WhyChoose_tableHead__Vq3P1 {
    background: linear-gradient(135deg, #2e0320 0%, #4a0833 100%) !important;
    display: table-header-group !important;
}

#WhyChoose_root__Wp8K4 .WhyChoose_tableRow__Wq9L6 {
    display: table-row !important;
}

#WhyChoose_root__Wp8K4 .WhyChoose_tableHeaderCell__Xq2R4 {
    padding: 1.5rem !important;
    text-align: left !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    display: table-cell !important;
    border-bottom: 2px solid rgba(224, 122, 94, 0.5) !important;
}

/* Table Body */
#WhyChoose_root__Wp8K4 .WhyChoose_tableBody__Yq8K2 {
    display: table-row-group !important;
}

#WhyChoose_root__Wp8K4 .WhyChoose_tableBody__Yq8K2 .WhyChoose_tableRow__Wq9L6 {
    transition: background-color 0.2s ease !important;
}

#WhyChoose_root__Wp8K4 .WhyChoose_tableBody__Yq8K2 .WhyChoose_tableRow__Wq9L6:hover {
    background-color: #f9fafb !important;
}

#WhyChoose_root__Wp8K4 .WhyChoose_tableBody__Yq8K2 .WhyChoose_tableRow__Wq9L6:nth-child(even) {
    background-color: #ffffff !important;
}

#WhyChoose_root__Wp8K4 .WhyChoose_tableBody__Yq8K2 .WhyChoose_tableRow__Wq9L6:nth-child(odd) {
    background-color: #f9fafb !important;
}

/* Table Cells */
#WhyChoose_root__Wp8K4 .WhyChoose_tableCell__Zq4W7 {
    padding: 1.25rem 1.5rem !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    display: table-cell !important;
    border-bottom: 1px solid #e5e7eb !important;
    vertical-align: top !important;
}

#WhyChoose_root__Wp8K4 .WhyChoose_challengeCell__Aq7N3 {
    color: #6b7280 !important;
    font-weight: 400 !important;
}

#WhyChoose_root__Wp8K4 .WhyChoose_solutionCell__Bq2M5 {
    color: #2e0320 !important;
    font-weight: 600 !important;
}

/* Remove border from last row */
#WhyChoose_root__Wp8K4 .WhyChoose_tableBody__Yq8K2 .WhyChoose_tableRow__Wq9L6:last-child .WhyChoose_tableCell__Zq4W7 {
    border-bottom: none !important;
}

/* ========== RESPONSIVE BREAKPOINTS ========== */

/* Small Tablets (640px+) */
@media (min-width: 640px) {
    #WhyChoose_root__Wp8K4 .WhyChoose_statNumber__Km8P7 {
        font-size: 4.5rem !important;
    }
}

/* Tablets (768px+) */
@media (min-width: 768px) {
    #WhyChoose_root__Wp8K4 .WhyChoose_title__Bm4K1 {
        font-size: 3rem !important;
    }
    
    #WhyChoose_root__Wp8K4 .WhyChoose_subtitle__Cn8W6 {
        font-size: 1.25rem !important;
    }
    
    #WhyChoose_root__Wp8K4 .WhyChoose_cardTitle__Gp7K4 {
        font-size: 2rem !important;
    }
    
    #WhyChoose_root__Wp8K4 .WhyChoose_statNumber__Km8P7 {
        font-size: 5rem !important;
    }
}

/* Large Tablets / Small Desktops (1024px+) */
@media (min-width: 1024px) {
    #WhyChoose_root__Wp8K4 {
        padding: 8rem 0 !important;
    }
    
    #WhyChoose_root__Wp8K4 .WhyChoose_title__Bm4K1 {
        font-size: 3.5rem !important;
    }
    
    #WhyChoose_root__Wp8K4 .WhyChoose_cardsGrid__Dq3N5 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 2.5rem !important;
    }
    
    #WhyChoose_root__Wp8K4 .WhyChoose_card__Em9V2 {
        padding: 3rem !important;
    }
    
    #WhyChoose_root__Wp8K4 .WhyChoose_tableHeaderCell__Xq2R4 {
        font-size: 1.125rem !important;
    }
    
    #WhyChoose_root__Wp8K4 .WhyChoose_tableCell__Zq4W7 {
        font-size: 1.0625rem !important;
    }
}

/* Large Desktops (1280px+) */
@media (min-width: 1280px) {
    #WhyChoose_root__Wp8K4 .WhyChoose_title__Bm4K1 {
        font-size: 4rem !important;
    }
    
    #WhyChoose_root__Wp8K4 .WhyChoose_tableTitle__Sq2N7 {
        font-size: 2.5rem !important;
    }
}

/* ========== ANIMATIONS ========== */
@keyframes WhyChoose_fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes WhyChoose_fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Apply animations when visible */
#WhyChoose_root__Wp8K4.WhyChoose_animate__Cq6V8 .WhyChoose_badge__Zq7R9 {
    animation: WhyChoose_fadeInUp 0.8s ease forwards !important;
}

#WhyChoose_root__Wp8K4.WhyChoose_animate__Cq6V8 .WhyChoose_title__Bm4K1 {
    animation: WhyChoose_fadeInUp 0.8s ease 0.1s forwards !important;
}

#WhyChoose_root__Wp8K4.WhyChoose_animate__Cq6V8 .WhyChoose_subtitle__Cn8W6 {
    animation: WhyChoose_fadeInUp 0.8s ease 0.2s forwards !important;
}

#WhyChoose_root__Wp8K4.WhyChoose_animate__Cq6V8 .WhyChoose_card__Em9V2:nth-child(1) {
    animation: WhyChoose_fadeInScale 0.8s ease 0.3s forwards !important;
}

#WhyChoose_root__Wp8K4.WhyChoose_animate__Cq6V8 .WhyChoose_card__Em9V2:nth-child(2) {
    animation: WhyChoose_fadeInScale 0.8s ease 0.4s forwards !important;
}

#WhyChoose_root__Wp8K4.WhyChoose_animate__Cq6V8 .WhyChoose_tableSection__Rq8V5 {
    animation: WhyChoose_fadeInUp 0.8s ease 0.5s forwards !important;
}

/* ========== ACCESSIBILITY ========== */
@media (prefers-reduced-motion: reduce) {
    #WhyChoose_root__Wp8K4 * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ========== PRINT STYLES ========== */
@media print {
    #WhyChoose_root__Wp8K4 {
        background: #ffffff !important;
        padding: 2rem 0 !important;
    }
    
    #WhyChoose_root__Wp8K4 .WhyChoose_card__Em9V2 {
        background: #f3f4f6 !important;
        color: #000000 !important;
        break-inside: avoid !important;
    }
    
    #WhyChoose_root__Wp8K4 .WhyChoose_cardTitle__Gp7K4,
    #WhyChoose_root__Wp8K4 .WhyChoose_checkItem__Np9K2 {
        color: #000000 !important;
    }
}
 
/* ========== RESET &amp;amp; ROOT ========== */
#NeighborHood_root__Nq8K5,
#NeighborHood_root__Nq8K5 *,
#NeighborHood_root__Nq8K5 *::before,
#NeighborHood_root__Nq8K5 *::after {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

#NeighborHood_root__Nq8K5 {
    font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    padding: 3rem 0 4rem 0 !important;
    background: #f9fafb !important;
    display: block !important;
    width: 100% !important;
    position: relative !important;
    overflow: visible !important;
}

/* Container */
#NeighborHood_root__Nq8K5 .NeighborHood_container__Pm2L9 {
    max-width: 75rem !important;
    margin: 0 auto !important;
    padding: 0 1.5rem !important;
    width: 100% !important;
    display: block !important;
    position: relative !important;
    z-index: 1 !important;
}

/* ========== HEADER ========== */
#NeighborHood_root__Nq8K5 .NeighborHood_header__Qn7W3 {
    text-align: center !important;
    margin-bottom: 3rem !important;
    display: block !important;
}

/* Badge */
#NeighborHood_root__Nq8K5 .NeighborHood_badge__Rm4K8 {
    display: inline-flex !important;
    align-items: center !important;
    padding: 0.625rem 1.25rem !important;
    border-radius: 9999px !important;
    background: #ffc9b5 !important;
    border: 3px solid #e07a5e !important;
    margin-bottom: 1.25rem !important;
    transition: all 0.3s ease !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_badge__Rm4K8:hover {
    background: #ffb59a !important;
    border-color: #d66a4e !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(224, 122, 94, 0.4) !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_badge__Rm4K8 span {
    font-size: 0.9375rem !important;
    font-weight: 800 !important;
    color: #c5522f !important;
    line-height: 1.4 !important;
}

/* Title */
#NeighborHood_root__Nq8K5 .NeighborHood_title__Sn6P2 {
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    color: #2e0320 !important;
    margin-bottom: 1rem !important;
    line-height: 1.2 !important;
    display: block !important;
    letter-spacing: -0.02em !important;
}

/* Subtitle */
#NeighborHood_root__Nq8K5 .NeighborHood_subtitle__Tn9M5 {
    font-size: 1.125rem !important;
    color: #4b5563 !important;
    line-height: 1.7 !important;
    max-width: 42rem !important;
    margin: 0 auto !important;
    display: block !important;
    font-weight: 400 !important;
}

/* ========== REGIONS GRID ========== */
#NeighborHood_root__Nq8K5 .NeighborHood_regionsGrid__Un3V7 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.5rem !important;
    margin-bottom: 5rem !important;
}

/* ========== REGION CARD ========== */
#NeighborHood_root__Nq8K5 .NeighborHood_regionCard__Vn8W1 {
    background: #ffffff !important;
    border-radius: 1rem !important;
    padding: 2rem !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 1px 3px rgba(0, 0, 0, 0.06) !important;
    border: 2px solid #f3f4f6 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    overflow: visible !important;
    background-image: linear-gradient(to bottom right, #ffffff 0%, #fafbfc 100%) !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_regionCard__Vn8W1::before {
    content: &amp;quot;&amp;quot; !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 5px !important;
    height: 0% !important;
    background: linear-gradient(to bottom, #e07a5e 0%, #f09173 100%) !important;
    border-radius: 1rem 0 0 1rem !important;
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_regionCard__Vn8W1:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    border-color: #e07a5e !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_regionCard__Vn8W1:hover::before {
    height: 100% !important;
}

/* ========== REGION ICON ========== */
#NeighborHood_root__Nq8K5 .NeighborHood_regionIcon__Wn2K4 {
    width: 3.5rem !important;
    height: 3.5rem !important;
    background: #ffc9b5 !important;
    border: 3px solid #e07a5e !important;
    border-radius: 0.75rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 1.25rem !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    flex-shrink: 0 !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_regionCard__Vn8W1:hover .NeighborHood_regionIcon__Wn2K4 {
    transform: scale(1.15) rotate(8deg) !important;
    background: #e07a5e !important;
    border-color: #c5522f !important;
    box-shadow: 0 8px 16px rgba(224, 122, 94, 0.5) !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_iconSvg__Xn7L6 {
    width: 1.75rem !important;
    height: 1.75rem !important;
    color: #c5522f !important;
    stroke-width: 2.5 !important;
    transition: color 0.3s ease !important;
}

/* ========== REGION CONTENT ========== */
#NeighborHood_root__Nq8K5 .NeighborHood_regionTitle__Yn5P8 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #2e0320 !important;
    margin-bottom: 0.75rem !important;
    line-height: 1.3 !important;
    display: block !important;
    letter-spacing: -0.01em !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_regionDesc__Zn4M2 {
    font-size: 1rem !important;
    color: #6b7280 !important;
    line-height: 1.6 !important;
    margin-bottom: 1.25rem !important;
    display: block !important;
    font-weight: 500 !important;
}

/* ========== NEIGHBORHOOD LIST ========== */
#NeighborHood_root__Nq8K5 .NeighborHood_neighborhoodList__An9R5 {
    list-style: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.625rem !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_neighborhoodItem__Bn6W7 {
    font-size: 0.9375rem !important;
    color: #374151 !important;
    line-height: 1.5 !important;
    padding-left: 1.5rem !important;
    position: relative !important;
    transition: all 0.2s ease !important;
    font-weight: 500 !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_neighborhoodItem__Bn6W7::before {
    content: &amp;quot;•&amp;quot; !important;
    position: absolute !important;
    left: 0.5rem !important;
    color: #e07a5e !important;
    font-weight: 900 !important;
    font-size: 1.25rem !important;
    transition: all 0.2s ease !important;
    line-height: 1 !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_neighborhoodItem__Bn6W7:hover {
    color: #e07a5e !important;
    padding-left: 1.75rem !important;
    font-weight: 600 !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_neighborhoodItem__Bn6W7:hover::before {
    transform: scale(1.3) !important;
    left: 0.25rem !important;
}

/* ========== WE STUDY YOUR STREET SECTION ========== */
#NeighborHood_root__Nq8K5 .NeighborHood_streetStudy__Cs3T8 {
    margin-bottom: 5rem !important;
    display: block !important;
    background: linear-gradient(135deg, #fff5f2 0%, #ffe8e0 100%) !important;
    padding: 3rem 1.5rem !important;
    border-radius: 1.5rem !important;
    border: 2px solid #e07a5e !important;
    box-shadow: 0 4px 20px rgba(224, 122, 94, 0.15) !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_streetHeader__Dt4U9 {
    text-align: center !important;
    margin-bottom: 3rem !important;
    display: block !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_streetTitle__Et5V1 {
    font-size: 2.25rem !important;
    font-weight: 800 !important;
    color: #2e0320 !important;
    margin-bottom: 1rem !important;
    line-height: 1.3 !important;
    display: block !important;
    letter-spacing: -0.02em !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_streetSubtitle__Ft6W2 {
    font-size: 1.125rem !important;
    color: #6b7280 !important;
    line-height: 1.6 !important;
    font-style: italic !important;
    display: block !important;
    font-weight: 500 !important;
}

/* Street Grid */
#NeighborHood_root__Nq8K5 .NeighborHood_streetGrid__Gt7X3 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
}

/* Street Card */
#NeighborHood_root__Nq8K5 .NeighborHood_streetCard__Ht8Y4 {
    background: #ffffff !important;
    border-radius: 1rem !important;
    padding: 1.75rem !important;
    border: 2px solid #e5e7eb !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 1.25rem !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_streetCard__Ht8Y4::before {
    content: &amp;quot;&amp;quot; !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 4px !important;
    background: linear-gradient(to right, #e07a5e 0%, #f09173 100%) !important;
    transform: scaleX(0) !important;
    transform-origin: left !important;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_streetCard__Ht8Y4:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1) !important;
    border-color: #e07a5e !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_streetCard__Ht8Y4:hover::before {
    transform: scaleX(1) !important;
}

/* Street Icon Wrapper */
#NeighborHood_root__Nq8K5 .NeighborHood_streetIconWrapper__It9Z5 {
    width: 3rem !important;
    height: 3rem !important;
    background: linear-gradient(135deg, #fff5f2 0%, #ffe8e0 100%) !important;
    border: 2px solid #e07a5e !important;
    border-radius: 0.75rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    transition: all 0.3s ease !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_streetCard__Ht8Y4:hover .NeighborHood_streetIconWrapper__It9Z5 {
    background: linear-gradient(135deg, #e07a5e 0%, #f09173 100%) !important;
    transform: rotate(-8deg) scale(1.1) !important;
    box-shadow: 0 4px 12px rgba(224, 122, 94, 0.3) !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_streetIcon__Jt1A6 {
    width: 1.5rem !important;
    height: 1.5rem !important;
    color: #e07a5e !important;
    stroke-width: 2.5 !important;
    transition: color 0.3s ease !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_streetCard__Ht8Y4:hover .NeighborHood_streetIcon__Jt1A6 {
    color: #ffffff !important;
}

/* Street Content */
#NeighborHood_root__Nq8K5 .NeighborHood_streetCard__Ht8Y4 &amp;gt; div:last-child {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_streetName__Kt2B7 {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    color: #2e0320 !important;
    line-height: 1.4 !important;
    display: block !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_streetDetail__Lt3C8 {
    font-size: 0.9375rem !important;
    color: #6b7280 !important;
    line-height: 1.6 !important;
    display: block !important;
    font-weight: 500 !important;
}

/* ========== EXTENDED GTA COVERAGE ========== */
#NeighborHood_root__Nq8K5 .NeighborHood_gtaCoverage__Mt4D9 {
    display: block !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_gtaHeader__Nt5E1 {
    text-align: center !important;
    margin-bottom: 2.5rem !important;
    display: block !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_gtaTitle__Ot6F2 {
    font-size: 2rem !important;
    font-weight: 800 !important;
    color: #2e0320 !important;
    line-height: 1.3 !important;
    display: block !important;
    letter-spacing: -0.01em !important;
}

/* GTA Grid */
#NeighborHood_root__Nq8K5 .NeighborHood_gtaGrid__Pt7G3 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
    justify-content: center !important;
}

/* GTA City */
#NeighborHood_root__Nq8K5 .NeighborHood_gtaCity__Qt8H4 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.625rem !important;
    padding: 0.875rem 1.5rem !important;
    background: #ffffff !important;
    border: 2px solid #e07a5e !important;
    border-radius: 9999px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_gtaCity__Qt8H4:hover {
    background: linear-gradient(135deg, #e07a5e 0%, #f09173 100%) !important;
    border-color: #d66a4e !important;
    transform: translateY(-3px) scale(1.05) !important;
    box-shadow: 0 8px 16px rgba(224, 122, 94, 0.3) !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_gtaCityIcon__Rt9I5 {
    width: 1.25rem !important;
    height: 1.25rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_gtaCitySvg__St1J6 {
    width: 1.125rem !important;
    height: 1.125rem !important;
    color: #e07a5e !important;
    stroke-width: 2.5 !important;
    transition: color 0.3s ease !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_gtaCity__Qt8H4:hover .NeighborHood_gtaCitySvg__St1J6 {
    color: #ffffff !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_gtaCityName__Tt2K7 {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #2e0320 !important;
    line-height: 1.4 !important;
    transition: color 0.3s ease !important;
}

#NeighborHood_root__Nq8K5 .NeighborHood_gtaCity__Qt8H4:hover .NeighborHood_gtaCityName__Tt2K7 {
    color: #ffffff !important;
}

/* ========== RESPONSIVE BREAKPOINTS ========== */

/* Small Tablets (640px+) */
@media (min-width: 640px) {
    #NeighborHood_root__Nq8K5 .NeighborHood_regionsGrid__Un3V7 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1.75rem !important;
    }
    
    #NeighborHood_root__Nq8K5 .NeighborHood_regionCard__Vn8W1 {
        padding: 2.25rem !important;
    }
    
    #NeighborHood_root__Nq8K5 .NeighborHood_streetGrid__Gt7X3 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    #NeighborHood_root__Nq8K5 .NeighborHood_streetStudy__Cs3T8 {
        padding: 3.5rem 2rem !important;
    }
}

/* Tablets (768px+) */
@media (min-width: 768px) {
    #NeighborHood_root__Nq8K5 {
        padding: 4rem 0 5rem 0 !important;
    }
    
    #NeighborHood_root__Nq8K5 .NeighborHood_header__Qn7W3 {
        margin-bottom: 3.5rem !important;
    }
    
    #NeighborHood_root__Nq8K5 .NeighborHood_title__Sn6P2 {
        font-size: 3rem !important;
    }
    
    #NeighborHood_root__Nq8K5 .NeighborHood_subtitle__Tn9M5 {
        font-size: 1.25rem !important;
    }
    
    #NeighborHood_root__Nq8K5 .NeighborHood_regionTitle__Yn5P8 {
        font-size: 1.625rem !important;
    }
    
    #NeighborHood_root__Nq8K5 .NeighborHood_regionDesc__Zn4M2 {
        font-size: 1.0625rem !important;
    }
    
    #NeighborHood_root__Nq8K5 .NeighborHood_neighborhoodItem__Bn6W7 {
        font-size: 1rem !important;
    }
    
    #NeighborHood_root__Nq8K5 .NeighborHood_streetTitle__Et5V1 {
        font-size: 2.5rem !important;
    }
    
    #NeighborHood_root__Nq8K5 .NeighborHood_gtaTitle__Ot6F2 {
        font-size: 2.25rem !important;
    }
}

/* Large Tablets / Small Desktops (1024px+) */
@media (min-width: 1024px) {
    #NeighborHood_root__Nq8K5 {
        padding: 5rem 0 6rem 0 !important;
    }
    
    #NeighborHood_root__Nq8K5 .NeighborHood_header__Qn7W3 {
        margin-bottom: 4rem !important;
    }
    
    #NeighborHood_root__Nq8K5 .NeighborHood_title__Sn6P2 {
        font-size: 3.5rem !important;
    }
    
    #NeighborHood_root__Nq8K5 .NeighborHood_regionsGrid__Un3V7 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 2rem !important;
    }
    
    #NeighborHood_root__Nq8K5 .NeighborHood_regionCard__Vn8W1 {
        padding: 2.5rem !important;
    }
    
    #NeighborHood_root__Nq8K5 .NeighborHood_streetTitle__Et5V1 {
        font-size: 2.75rem !important;
    }
}

/* Large Desktops (1280px+) */
@media (min-width: 1280px) {
    #NeighborHood_root__Nq8K5 .NeighborHood_title__Sn6P2 {
        font-size: 4rem !important;
    }
    
    #NeighborHood_root__Nq8K5 .NeighborHood_regionsGrid__Un3V7 {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 2rem !important;
    }
    
    #NeighborHood_root__Nq8K5 .NeighborHood_regionCard__Vn8W1 {
        padding: 2.25rem !important;
    }
}

/* ========== ANIMATIONS ========== */
@keyframes NeighborHood_fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes NeighborHood_fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes NeighborHood_fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Apply animations when visible */
#NeighborHood_root__Nq8K5.NeighborHood_animate__Cq7V9 .NeighborHood_badge__Rm4K8 {
    animation: NeighborHood_fadeInUp 0.6s ease forwards !important;
}

#NeighborHood_root__Nq8K5.NeighborHood_animate__Cq7V9 .NeighborHood_title__Sn6P2 {
    animation: NeighborHood_fadeInUp 0.6s ease 0.1s forwards !important;
}

#NeighborHood_root__Nq8K5.NeighborHood_animate__Cq7V9 .NeighborHood_subtitle__Tn9M5 {
    animation: NeighborHood_fadeInUp 0.6s ease 0.2s forwards !important;
}

#NeighborHood_root__Nq8K5.NeighborHood_animate__Cq7V9 .NeighborHood_regionCard__Vn8W1:nth-child(1) {
    animation: NeighborHood_fadeInScale 0.6s ease 0.3s forwards !important;
}

#NeighborHood_root__Nq8K5.NeighborHood_animate__Cq7V9 .NeighborHood_regionCard__Vn8W1:nth-child(2) {
    animation: NeighborHood_fadeInScale 0.6s ease 0.4s forwards !important;
}

#NeighborHood_root__Nq8K5.NeighborHood_animate__Cq7V9 .NeighborHood_regionCard__Vn8W1:nth-child(3) {
    animation: NeighborHood_fadeInScale 0.6s ease 0.5s forwards !important;
}

#NeighborHood_root__Nq8K5.NeighborHood_animate__Cq7V9 .NeighborHood_regionCard__Vn8W1:nth-child(4) {
    animation: NeighborHood_fadeInScale 0.6s ease 0.6s forwards !important;
}

#NeighborHood_root__Nq8K5.NeighborHood_animate__Cq7V9 .NeighborHood_streetCard__Ht8Y4:nth-child(1) {
    animation: NeighborHood_fadeInLeft 0.5s ease 0.7s forwards !important;
}

#NeighborHood_root__Nq8K5.NeighborHood_animate__Cq7V9 .NeighborHood_streetCard__Ht8Y4:nth-child(2) {
    animation: NeighborHood_fadeInLeft 0.5s ease 0.8s forwards !important;
}

#NeighborHood_root__Nq8K5.NeighborHood_animate__Cq7V9 .NeighborHood_streetCard__Ht8Y4:nth-child(3) {
    animation: NeighborHood_fadeInLeft 0.5s ease 0.9s forwards !important;
}

#NeighborHood_root__Nq8K5.NeighborHood_animate__Cq7V9 .NeighborHood_streetCard__Ht8Y4:nth-child(4) {
    animation: NeighborHood_fadeInLeft 0.5s ease 1s forwards !important;
}

#NeighborHood_root__Nq8K5.NeighborHood_animate__Cq7V9 .NeighborHood_gtaCity__Qt8H4 {
    animation: NeighborHood_fadeInScale 0.4s ease forwards !important;
}

#NeighborHood_root__Nq8K5.NeighborHood_animate__Cq7V9 .NeighborHood_gtaCity__Qt8H4:nth-child(1) {
    animation-delay: 1.1s !important;
}

#NeighborHood_root__Nq8K5.NeighborHood_animate__Cq7V9 .NeighborHood_gtaCity__Qt8H4:nth-child(2) {
    animation-delay: 1.2s !important;
}

#NeighborHood_root__Nq8K5.NeighborHood_animate__Cq7V9 .NeighborHood_gtaCity__Qt8H4:nth-child(3) {
    animation-delay: 1.3s !important;
}

#NeighborHood_root__Nq8K5.NeighborHood_animate__Cq7V9 .NeighborHood_gtaCity__Qt8H4:nth-child(4) {
    animation-delay: 1.4s !important;
}

#NeighborHood_root__Nq8K5.NeighborHood_animate__Cq7V9 .NeighborHood_gtaCity__Qt8H4:nth-child(5) {
    animation-delay: 1.5s !important;
}

/* ========== ACCESSIBILITY ========== */
@media (prefers-reduced-motion: reduce) {
    #NeighborHood_root__Nq8K5 * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus States for Accessibility */
#NeighborHood_root__Nq8K5 .NeighborHood_regionCard__Vn8W1:focus-within,
#NeighborHood_root__Nq8K5 .NeighborHood_streetCard__Ht8Y4:focus-within,
#NeighborHood_root__Nq8K5 .NeighborHood_gtaCity__Qt8H4:focus {
    outline: 3px solid #e07a5e !important;
    outline-offset: 3px !important;
}

/* ========== PRINT STYLES ========== */
@media print {
    #NeighborHood_root__Nq8K5 {
        background: #ffffff !important;
        padding: 2rem 0 !important;
    }
    
    #NeighborHood_root__Nq8K5 .NeighborHood_regionCard__Vn8W1,
    #NeighborHood_root__Nq8K5 .NeighborHood_streetCard__Ht8Y4 {
        box-shadow: none !important;
        border: 1px solid #e5e7eb !important;
        break-inside: avoid !important;
    }
}
 
#Warranty_root__Wq3K7,#Warranty_root__Wq3K7 *,#Warranty_root__Wq3K7 *::before,#Warranty_root__Wq3K7 *::after{margin:0!important;padding:0!important;box-sizing:border-box!important;}#Warranty_root__Wq3K7{font-family:-apple-system,BlinkMacSystemFont,&amp;amp;quot;Segoe UI&amp;amp;quot;,Roboto,&amp;amp;quot;Helvetica Neue&amp;amp;quot;,Arial,sans-serif!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;line-height:1.5!important;color:#1f2937!important;background:#ffffff!important;display:block!important;width:100%!important;position:relative!important;overflow:visible!important;}#Warranty_root__Wq3K7.Warranty_section__Xm4P1{padding:5rem 0!important;background:#ffffff!important;opacity:1!important;visibility:visible!important;}#Warranty_root__Wq3K7 .Warranty_container__Pm5L9{max-width:80rem!important;margin:0 auto!important;padding:0 2rem!important;width:100%!important;display:block!important;position:relative!important;z-index:1!important;opacity:1!important;visibility:visible!important;}#Warranty_root__Wq3K7 .Warranty_header__Qn8W3{text-align:center!important;margin-bottom:3.5rem!important;display:block!important;opacity:1!important;visibility:visible!important;}#Warranty_root__Wq3K7 .Warranty_title__Rn7V2{font-size:2.5rem!important;font-weight:800!important;color:#42062d!important;line-height:1.2!important;margin:0!important;letter-spacing:-0.03em!important;opacity:1!important;visibility:visible!important;}#Warranty_root__Wq3K7 .Warranty_warrantyGrid__Sn6U4{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:2rem!important;margin-bottom:4rem!important;opacity:1!important;visibility:visible!important;}#Warranty_root__Wq3K7 .Warranty_warrantyCard__Tn5T5{background:#ffffff!important;border:2px solid #e5e7eb!important;border-radius:1rem!important;overflow:hidden!important;transition:all 0.4s cubic-bezier(0.4,0,0.2,1)!important;position:relative!important;display:block!important;opacity:1!important;visibility:visible!important;cursor:pointer!important;}#Warranty_root__Wq3K7 .Warranty_warrantyCard__Tn5T5::before{content:&amp;amp;quot;&amp;amp;quot;!important;position:absolute!important;top:0!important;left:0!important;right:0!important;height:4px!important;background:linear-gradient(90deg,#42062d 0%,#ed896d 100%)!important;transform:scaleX(0)!important;transform-origin:left!important;transition:transform 0.5s cubic-bezier(0.4,0,0.2,1)!important;z-index:2!important;opacity:1!important;}#Warranty_root__Wq3K7 .Warranty_warrantyCard__Tn5T5:hover{border-color:#ed896d!important;transform:translateY(-8px)!important;box-shadow:0 20px 40px rgba(237,137,109,0.25)!important;background:#fffbf9!important;}#Warranty_root__Wq3K7 .Warranty_warrantyCard__Tn5T5:hover::before{transform:scaleX(1)!important;}#Warranty_root__Wq3K7 .Warranty_cardInner__Un4S6{padding:2.5rem 2rem!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:1.25rem!important;position:relative!important;z-index:1!important;opacity:1!important;visibility:visible!important;}#Warranty_root__Wq3K7 .Warranty_numberWrapper__Vn3R7{display:flex!important;flex-direction:column!important;align-items:center!important;gap:0.25rem!important;margin-bottom:0.5rem!important;opacity:1!important;visibility:visible!important;}#Warranty_root__Wq3K7 .Warranty_number__Wn2Q8{font-size:4rem!important;font-weight:900!important;color:#ed896d!important;line-height:1!important;letter-spacing:-0.04em!important;transition:all 0.3s cubic-bezier(0.4,0,0.2,1)!important;opacity:1!important;visibility:visible!important;}#Warranty_root__Wq3K7 .Warranty_warrantyCard__Tn5T5:hover .Warranty_number__Wn2Q8{transform:scale(1.1)!important;color:#42062d!important;}#Warranty_root__Wq3K7 .Warranty_unit__Xn1P9{font-size:1rem!important;font-weight:700!important;color:#42062d!important;letter-spacing:0.15em!important;text-transform:uppercase!important;opacity:1!important;visibility:visible!important;}#Warranty_root__Wq3K7 .Warranty_warrantyTitle__Yn9O1{font-size:1.375rem!important;font-weight:700!important;color:#42062d!important;text-align:center!important;line-height:1.3!important;margin:0!important;transition:color 0.3s ease!important;opacity:1!important;visibility:visible!important;}#Warranty_root__Wq3K7 .Warranty_warrantyCard__Tn5T5:hover .Warranty_warrantyTitle__Yn9O1{color:#ed896d!important;}#Warranty_root__Wq3K7 .Warranty_warrantyDesc__Zn8N2{font-size:0.9375rem!important;color:#6b7280!important;text-align:center!important;line-height:1.6!important;margin:0!important;font-weight:500!important;opacity:1!important;visibility:visible!important;}#Warranty_root__Wq3K7 .Warranty_cardGradient__An7M3{position:absolute!important;bottom:0!important;left:0!important;right:0!important;height:5px!important;background:linear-gradient(90deg,#42062d 0%,#ed896d 50%,#42062d 100%)!important;transform:scaleX(0)!important;transform-origin:center!important;transition:transform 0.5s cubic-bezier(0.4,0,0.2,1)!important;opacity:1!important;}#Warranty_root__Wq3K7 .Warranty_warrantyCard__Tn5T5:hover .Warranty_cardGradient__An7M3{transform:scaleX(1)!important;}#Warranty_root__Wq3K7 .Warranty_statsGrid__Bn6L4{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:1.5rem!important;margin-bottom:3rem!important;opacity:1!important;visibility:visible!important;}#Warranty_root__Wq3K7 .Warranty_statBadge__Cn5K5{background:#ffffff!important;border:2px solid #42062d!important;border-radius:0.75rem!important;padding:1.75rem 1.5rem!important;text-align:center!important;transition:all 0.3s cubic-bezier(0.4,0,0.2,1)!important;position:relative!important;overflow:hidden!important;cursor:pointer!important;opacity:1!important;visibility:visible!important;}#Warranty_root__Wq3K7 .Warranty_statBadge__Cn5K5::before{content:&amp;amp;quot;&amp;amp;quot;!important;position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background:linear-gradient(135deg,rgba(237,137,109,0.05) 0%,rgba(66,6,45,0.05) 100%)!important;transform:scale(0)!important;transform-origin:center!important;transition:transform 0.3s cubic-bezier(0.4,0,0.2,1)!important;z-index:0!important;opacity:1!important;}#Warranty_root__Wq3K7 .Warranty_statBadge__Cn5K5:hover{border-color:#ed896d!important;transform:translateY(-4px) scale(1.03)!important;box-shadow:0 12px 24px rgba(237,137,109,0.2)!important;}#Warranty_root__Wq3K7 .Warranty_statBadge__Cn5K5:hover::before{transform:scale(1)!important;}#Warranty_root__Wq3K7 .Warranty_statValue__Dn4J6{font-size:2.25rem!important;font-weight:900!important;color:#ed896d!important;line-height:1!important;margin-bottom:0.5rem!important;letter-spacing:-0.02em!important;position:relative!important;z-index:1!important;transition:color 0.3s ease!important;opacity:1!important;visibility:visible!important;}#Warranty_root__Wq3K7 .Warranty_statBadge__Cn5K5:hover .Warranty_statValue__Dn4J6{color:#42062d!important;}#Warranty_root__Wq3K7 .Warranty_statLabel__En3I7{font-size:0.875rem!important;font-weight:600!important;color:#42062d!important;line-height:1.4!important;position:relative!important;z-index:1!important;text-transform:uppercase!important;letter-spacing:0.05em!important;opacity:1!important;visibility:visible!important;}#Warranty_root__Wq3K7 .Warranty_reviewFooter__Fn2H8{text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:0.75rem!important;opacity:1!important;visibility:visible!important;}#Warranty_root__Wq3K7 .Warranty_reviewText__Gn1G9{font-size:0.9375rem!important;color:#6b7280!important;margin:0!important;font-weight:500!important;opacity:1!important;visibility:visible!important;}#Warranty_root__Wq3K7 .Warranty_platformList__Hn9F1{display:flex!important;align-items:center!important;gap:0.75rem!important;flex-wrap:wrap!important;justify-content:center!important;opacity:1!important;visibility:visible!important;}#Warranty_root__Wq3K7 .Warranty_platform__In8E2{font-size:1rem!important;font-weight:600!important;color:#42062d!important;transition:color 0.3s ease!important;cursor:pointer!important;opacity:1!important;visibility:visible!important;}#Warranty_root__Wq3K7 .Warranty_platform__In8E2:hover{color:#ed896d!important;}#Warranty_root__Wq3K7 .Warranty_separator__Jn7D3{font-size:1rem!important;color:#ed896d!important;opacity:1!important;visibility:visible!important;}@media(max-width:1200px){#Warranty_root__Wq3K7 .Warranty_warrantyGrid__Sn6U4{grid-template-columns:1fr!important;gap:1.5rem!important;}#Warranty_root__Wq3K7 .Warranty_statsGrid__Bn6L4{grid-template-columns:repeat(2,1fr)!important;gap:1.25rem!important;}}@media(max-width:768px){#Warranty_root__Wq3K7.Warranty_section__Xm4P1{padding:3rem 0!important;}#Warranty_root__Wq3K7 .Warranty_container__Pm5L9{padding:0 1.5rem!important;}#Warranty_root__Wq3K7 .Warranty_header__Qn8W3{margin-bottom:2.5rem!important;}#Warranty_root__Wq3K7 .Warranty_title__Rn7V2{font-size:2rem!important;}#Warranty_root__Wq3K7 .Warranty_warrantyGrid__Sn6U4{margin-bottom:3rem!important;}#Warranty_root__Wq3K7 .Warranty_statsGrid__Bn6L4{grid-template-columns:1fr!important;gap:1rem!important;margin-bottom:2rem!important;}}@media(max-width:480px){#Warranty_root__Wq3K7 .Warranty_title__Rn7V2{font-size:1.75rem!important;}#Warranty_root__Wq3K7 .Warranty_number__Wn2Q8{font-size:3rem!important;}#Warranty_root__Wq3K7 .Warranty_warrantyTitle__Yn9O1{font-size:1.25rem!important;}#Warranty_root__Wq3K7 .Warranty_cardInner__Un4S6{padding:2rem 1.5rem!important;}#Warranty_root__Wq3K7 .Warranty_statValue__Dn4J6{font-size:2rem!important;}#Warranty_root__Wq3K7 .Warranty_statBadge__Cn5K5{padding:1.5rem 1.25rem!important;}}@keyframes Warranty_fadeInUp__Kn6C4{from{opacity:0;transform:translateY(30px);}to{opacity:1;transform:translateY(0);}}@keyframes Warranty_fadeInScale__Ln5B5{from{opacity:0;transform:scale(0.9);}to{opacity:1;transform:scale(1);}}@keyframes Warranty_slideInLeft__Mn4A6{from{opacity:0;transform:translateX(-30px);}to{opacity:1;transform:translateX(0);}}#Warranty_root__Wq3K7.Warranty_animated__Nn3Z7 .Warranty_title__Rn7V2{animation:Warranty_fadeInUp__Kn6C4 0.6s ease forwards!important;}#Warranty_root__Wq3K7.Warranty_animated__Nn3Z7 .Warranty_warrantyCard__Tn5T5{animation:Warranty_fadeInScale__Ln5B5 0.5s ease forwards!important;}#Warranty_root__Wq3K7.Warranty_animated__Nn3Z7 .Warranty_warrantyCard__Tn5T5:nth-child(1){animation-delay:0.2s!important;}#Warranty_root__Wq3K7.Warranty_animated__Nn3Z7 .Warranty_warrantyCard__Tn5T5:nth-child(2){animation-delay:0.3s!important;}#Warranty_root__Wq3K7.Warranty_animated__Nn3Z7 .Warranty_warrantyCard__Tn5T5:nth-child(3){animation-delay:0.4s!important;}#Warranty_root__Wq3K7.Warranty_animated__Nn3Z7 .Warranty_statBadge__Cn5K5{animation:Warranty_slideInLeft__Mn4A6 0.5s ease forwards!important;}#Warranty_root__Wq3K7.Warranty_animated__Nn3Z7 .Warranty_statBadge__Cn5K5:nth-child(1){animation-delay:0.5s!important;}#Warranty_root__Wq3K7.Warranty_animated__Nn3Z7 .Warranty_statBadge__Cn5K5:nth-child(2){animation-delay:0.6s!important;}#Warranty_root__Wq3K7.Warranty_animated__Nn3Z7 .Warranty_statBadge__Cn5K5:nth-child(3){animation-delay:0.7s!important;}#Warranty_root__Wq3K7.Warranty_animated__Nn3Z7 .Warranty_statBadge__Cn5K5:nth-child(4){animation-delay:0.8s!important;}#Warranty_root__Wq3K7.Warranty_animated__Nn3Z7 .Warranty_reviewFooter__Fn2H8{animation:Warranty_fadeInUp__Kn6C4 0.6s ease 0.9s forwards!important;}@media(prefers-reduced-motion:reduce){#Warranty_root__Wq3K7 *{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;}}#Warranty_root__Wq3K7 .Warranty_warrantyCard__Tn5T5:focus-within,#Warranty_root__Wq3K7 .Warranty_statBadge__Cn5K5:focus{outline:3px solid #ed896d!important;outline-offset:3px!important;}@media print{#Warranty_root__Wq3K7.Warranty_section__Xm4P1{background:#ffffff!important;padding:2rem 0!important;}#Warranty_root__Wq3K7 .Warranty_warrantyCard__Tn5T5,#Warranty_root__Wq3K7 .Warranty_statBadge__Cn5K5{box-shadow:none!important;border:1px solid #e5e7eb!important;break-inside:avoid!important;}}
 
#Promise_root__Px8K3,#Promise_root__Px8K3 *,#Promise_root__Px8K3 *::before,#Promise_root__Px8K3 *::after{margin:0!important;padding:0!important;box-sizing:border-box!important;}#Promise_root__Px8K3{font-family:-apple-system,BlinkMacSystemFont,&amp;amp;quot;Segoe UI&amp;amp;quot;,Roboto,&amp;amp;quot;Helvetica Neue&amp;amp;quot;,Arial,sans-serif!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;line-height:1.5!important;color:#1f2937!important;background:#ffffff!important;display:block!important;width:100%!important;position:relative!important;overflow:visible!important;}#Promise_root__Px8K3.Promise_section__Qx7L4{padding:6rem 0!important;background:linear-gradient(135deg,#ffffff 0%,#fffaf8 50%,#ffffff 100%)!important;position:relative!important;opacity:1!important;visibility:visible!important;overflow:hidden!important;}#Promise_root__Px8K3 .Promise_container__Rx6M5{max-width:75rem!important;margin:0 auto!important;padding:0 2rem!important;width:100%!important;display:block!important;position:relative!important;z-index:1!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_bgDecor__Sx5N6{position:absolute!important;inset:0!important;overflow:hidden!important;pointer-events:none!important;z-index:0!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_bgOrb1__Tx4O7{position:absolute!important;top:10%!important;left:5%!important;width:25rem!important;height:25rem!important;background:radial-gradient(circle,rgba(237,137,109,0.12) 0%,transparent 70%)!important;border-radius:50%!important;filter:blur(60px)!important;animation:Promise_floatOrb1__Az7V4 8s ease-in-out infinite!important;opacity:1!important;}#Promise_root__Px8K3 .Promise_bgOrb2__Ux3P8{position:absolute!important;bottom:10%!important;right:5%!important;width:20rem!important;height:20rem!important;background:radial-gradient(circle,rgba(66,6,45,0.08) 0%,transparent 70%)!important;border-radius:50%!important;filter:blur(60px)!important;animation:Promise_floatOrb2__Bz6W5 10s ease-in-out infinite!important;opacity:1!important;}#Promise_root__Px8K3 .Promise_bgPattern__Vx2Q9{position:absolute!important;inset:0!important;background-image:repeating-linear-gradient(45deg,rgba(237,137,109,0.02) 0px,rgba(237,137,109,0.02) 2px,transparent 2px,transparent 12px)!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_card__Wx1R1{background:#ffffff!important;border-radius:2rem!important;box-shadow:0 4px 6px rgba(0,0,0,0.05),0 20px 60px rgba(66,6,45,0.12)!important;padding:4rem 3rem!important;position:relative!important;overflow:hidden!important;transition:all 0.5s cubic-bezier(0.4,0,0.2,1)!important;border:2px solid rgba(237,137,109,0.1)!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_card__Wx1R1::before{content:&amp;amp;quot;&amp;amp;quot;!important;position:absolute!important;inset:0!important;background:linear-gradient(135deg,rgba(237,137,109,0.03) 0%,transparent 50%,rgba(66,6,45,0.03) 100%)!important;opacity:0!important;transition:opacity 0.5s ease!important;pointer-events:none!important;}#Promise_root__Px8K3 .Promise_card__Wx1R1:hover{transform:translateY(-8px)!important;box-shadow:0 8px 12px rgba(0,0,0,0.08),0 30px 80px rgba(237,137,109,0.25)!important;border-color:rgba(237,137,109,0.3)!important;}#Promise_root__Px8K3 .Promise_card__Wx1R1:hover::before{opacity:1!important;}#Promise_root__Px8K3 .Promise_iconWrapper__Xx9S2{display:flex!important;justify-content:center!important;margin-bottom:2rem!important;position:relative!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_iconCircle__Yx8T3{width:5rem!important;height:5rem!important;background:linear-gradient(135deg,#ed896d 0%,#ff9d82 100%)!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 8px 24px rgba(237,137,109,0.4)!important;position:relative!important;z-index:2!important;transition:all 0.4s cubic-bezier(0.4,0,0.2,1)!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_card__Wx1R1:hover .Promise_iconCircle__Yx8T3{transform:scale(1.1) rotate(5deg)!important;box-shadow:0 12px 32px rgba(237,137,109,0.6)!important;}#Promise_root__Px8K3 .Promise_iconSvg__Zx7U4{width:2.5rem!important;height:2.5rem!important;color:#ffffff!important;stroke-width:2.5!important;filter:drop-shadow(0 2px 4px rgba(0,0,0,0.2))!important;animation:Promise_heartBeat__Cz5X6 2s ease-in-out infinite!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_iconPulse__Ay6V5{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:5rem!important;height:5rem!important;border-radius:50%!important;border:3px solid #ed896d!important;animation:Promise_pulse__Dz4Y7 2.5s ease-out infinite!important;opacity:0!important;z-index:1!important;}#Promise_root__Px8K3 .Promise_title__By5W6{text-align:center!important;font-size:2.5rem!important;font-weight:800!important;color:#42062d!important;line-height:1.2!important;margin-bottom:2.5rem!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:1rem!important;flex-wrap:wrap!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_titleEmoji__Cy4X7{font-size:3rem!important;display:inline-block!important;animation:Promise_wave__Ez3Z8 3s ease-in-out infinite!important;transform-origin:70% 70%!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_titleText__Dy3Y8{background:linear-gradient(135deg,#42062d 0%,#6d0a46 50%,#42062d 100%)!important;background-size:200% 100%!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;animation:Promise_shimmer__Fz2A9 4s linear infinite!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_quoteWrapper__Ey2Z9{position:relative!important;padding:2rem 1rem!important;margin-bottom:2.5rem!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_quoteMarkOpen__Fy1A1{position:absolute!important;top:-0.5rem!important;left:-0.5rem!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_quoteMarkClose__Jy6E5{position:absolute!important;bottom:-0.5rem!important;right:-0.5rem!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_quoteMarkSvg__Gy9B2{width:3rem!important;height:3rem!important;color:#ed896d!important;opacity:0.25!important;transition:all 0.3s ease!important;}#Promise_root__Px8K3 .Promise_card__Wx1R1:hover .Promise_quoteMarkSvg__Gy9B2{opacity:0.4!important;transform:scale(1.1)!important;}#Promise_root__Px8K3 .Promise_quote__Hy8C3{position:relative!important;z-index:1!important;margin:0!important;padding:0 2rem!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_quotePara__Iy7D4{font-size:1.25rem!important;line-height:1.8!important;color:#374151!important;font-weight:500!important;font-style:italic!important;text-align:center!important;margin:0!important;letter-spacing:0.01em!important;transition:color 0.3s ease!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_card__Wx1R1:hover .Promise_quotePara__Iy7D4{color:#1f2937!important;}#Promise_root__Px8K3 .Promise_attribution__Ky5F6{display:flex!important;flex-direction:column!important;align-items:center!important;gap:1.5rem!important;margin-bottom:2.5rem!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_attributionLine__Ly4G7{width:4rem!important;height:3px!important;background:linear-gradient(90deg,transparent 0%,#ed896d 50%,transparent 100%)!important;border-radius:2px!important;transition:width 0.4s ease!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_card__Wx1R1:hover .Promise_attributionLine__Ly4G7{width:6rem!important;}#Promise_root__Px8K3 .Promise_authorInfo__My3H8{display:flex!important;align-items:center!important;gap:1rem!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_authorAvatar__Ny2I9{width:3.5rem!important;height:3.5rem!important;background:linear-gradient(135deg,#42062d 0%,#6d0a46 100%)!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 4px 12px rgba(66,6,45,0.3)!important;border:3px solid #ffffff!important;transition:all 0.3s ease!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_card__Wx1R1:hover .Promise_authorAvatar__Ny2I9{transform:scale(1.1)!important;box-shadow:0 6px 16px rgba(237,137,109,0.4)!important;border-color:#ed896d!important;}#Promise_root__Px8K3 .Promise_avatarInitials__Oy1J1{font-size:1.125rem!important;font-weight:700!important;color:#ffffff!important;letter-spacing:0.05em!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_authorText__Py9K2{text-align:left!important;display:flex!important;flex-direction:column!important;gap:0.25rem!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_authorName__Qy8L3{font-size:1.125rem!important;font-weight:700!important;color:#42062d!important;font-style:normal!important;transition:color 0.3s ease!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_card__Wx1R1:hover .Promise_authorName__Qy8L3{color:#ed896d!important;}#Promise_root__Px8K3 .Promise_authorTitle__Ry7M4{font-size:0.875rem!important;color:#6b7280!important;font-weight:500!important;margin:0!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_badges__Sy6N5{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:1.5rem!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_badge__Ty5O6{display:flex!important;align-items:center!important;gap:0.5rem!important;padding:0.75rem 1.25rem!important;background:linear-gradient(135deg,rgba(237,137,109,0.05) 0%,rgba(66,6,45,0.05) 100%)!important;border:1.5px solid rgba(237,137,109,0.2)!important;border-radius:2rem!important;transition:all 0.3s cubic-bezier(0.4,0,0.2,1)!important;cursor:default!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_badge__Ty5O6:hover{background:linear-gradient(135deg,rgba(237,137,109,0.12) 0%,rgba(66,6,45,0.08) 100%)!important;border-color:#ed896d!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px rgba(237,137,109,0.2)!important;}#Promise_root__Px8K3 .Promise_badgeIcon__Uy4P7{width:1.25rem!important;height:1.25rem!important;color:#ed896d!important;stroke-width:2.5!important;transition:transform 0.3s ease!important;flex-shrink:0!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_badge__Ty5O6:hover .Promise_badgeIcon__Uy4P7{transform:scale(1.15) rotate(5deg)!important;}#Promise_root__Px8K3 .Promise_badgeText__Vy3Q8{font-size:0.875rem!important;font-weight:600!important;color:#42062d!important;white-space:nowrap!important;opacity:1!important;visibility:visible!important;}#Promise_root__Px8K3 .Promise_cornerTL__Wy2R9,#Promise_root__Px8K3 .Promise_cornerTR__Xy1S1,#Promise_root__Px8K3 .Promise_cornerBL__Yy9T2,#Promise_root__Px8K3 .Promise_cornerBR__Zy8U3{position:absolute!important;width:3rem!important;height:3rem!important;opacity:0.15!important;transition:opacity 0.4s ease!important;pointer-events:none!important;}#Promise_root__Px8K3 .Promise_card__Wx1R1:hover .Promise_cornerTL__Wy2R9,#Promise_root__Px8K3 .Promise_card__Wx1R1:hover .Promise_cornerTR__Xy1S1,#Promise_root__Px8K3 .Promise_card__Wx1R1:hover .Promise_cornerBL__Yy9T2,#Promise_root__Px8K3 .Promise_card__Wx1R1:hover .Promise_cornerBR__Zy8U3{opacity:0.3!important;}#Promise_root__Px8K3 .Promise_cornerTL__Wy2R9{top:0!important;left:0!important;border-top:3px solid #ed896d!important;border-left:3px solid #ed896d!important;border-radius:2rem 0 0 0!important;}#Promise_root__Px8K3 .Promise_cornerTR__Xy1S1{top:0!important;right:0!important;border-top:3px solid #ed896d!important;border-right:3px solid #ed896d!important;border-radius:0 2rem 0 0!important;}#Promise_root__Px8K3 .Promise_cornerBL__Yy9T2{bottom:0!important;left:0!important;border-bottom:3px solid #ed896d!important;border-left:3px solid #ed896d!important;border-radius:0 0 0 2rem!important;}#Promise_root__Px8K3 .Promise_cornerBR__Zy8U3{bottom:0!important;right:0!important;border-bottom:3px solid #ed896d!important;border-right:3px solid #ed896d!important;border-radius:0 0 2rem 0!important;}@keyframes Promise_floatOrb1__Az7V4{0%,100%{transform:translate(0,0) scale(1);}50%{transform:translate(30px,-20px) scale(1.1);}}@keyframes Promise_floatOrb2__Bz6W5{0%,100%{transform:translate(0,0) scale(1);}50%{transform:translate(-25px,15px) scale(1.05);}}@keyframes Promise_heartBeat__Cz5X6{0%,100%{transform:scale(1);}10%,30%{transform:scale(1.1);}20%,40%{transform:scale(0.95);}}@keyframes Promise_pulse__Dz4Y7{0%{transform:translate(-50%,-50%) scale(1);opacity:0.6;}100%{transform:translate(-50%,-50%) scale(2.5);opacity:0;}}@keyframes Promise_wave__Ez3Z8{0%,100%{transform:rotate(0deg);}10%{transform:rotate(14deg);}20%{transform:rotate(-8deg);}30%{transform:rotate(14deg);}40%{transform:rotate(-4deg);}50%{transform:rotate(10deg);}60%{transform:rotate(0deg);}}@keyframes Promise_shimmer__Fz2A9{0%{background-position:0% 0%;}100%{background-position:200% 0%;}}@keyframes Promise_fadeInUp__Gz1B1{from{opacity:0;transform:translateY(40px);}to{opacity:1;transform:translateY(0);}}@keyframes Promise_scaleIn__Hz9C2{from{opacity:0;transform:scale(0.9);}to{opacity:1;transform:scale(1);}}#Promise_root__Px8K3.Promise_animated__Iz8D3 .Promise_card__Wx1R1{animation:Promise_scaleIn__Hz9C2 0.8s cubic-bezier(0.4,0,0.2,1) forwards!important;}#Promise_root__Px8K3.Promise_animated__Iz8D3 .Promise_iconWrapper__Xx9S2{animation:Promise_fadeInUp__Gz1B1 0.6s ease 0.2s forwards!important;opacity:0!important;}#Promise_root__Px8K3.Promise_animated__Iz8D3 .Promise_title__By5W6{animation:Promise_fadeInUp__Gz1B1 0.6s ease 0.3s forwards!important;opacity:0!important;}#Promise_root__Px8K3.Promise_animated__Iz8D3 .Promise_quoteWrapper__Ey2Z9{animation:Promise_fadeInUp__Gz1B1 0.6s ease 0.4s forwards!important;opacity:0!important;}#Promise_root__Px8K3.Promise_animated__Iz8D3 .Promise_attribution__Ky5F6{animation:Promise_fadeInUp__Gz1B1 0.6s ease 0.5s forwards!important;opacity:0!important;}#Promise_root__Px8K3.Promise_animated__Iz8D3 .Promise_badges__Sy6N5{animation:Promise_fadeInUp__Gz1B1 0.6s ease 0.6s forwards!important;opacity:0!important;}@media(max-width:768px){#Promise_root__Px8K3.Promise_section__Qx7L4{padding:4rem 0!important;}#Promise_root__Px8K3 .Promise_container__Rx6M5{padding:0 1.5rem!important;}#Promise_root__Px8K3 .Promise_card__Wx1R1{padding:3rem 2rem!important;border-radius:1.5rem!important;}#Promise_root__Px8K3 .Promise_title__By5W6{font-size:2rem!important;gap:0.75rem!important;}#Promise_root__Px8K3 .Promise_titleEmoji__Cy4X7{font-size:2.5rem!important;}#Promise_root__Px8K3 .Promise_quotePara__Iy7D4{font-size:1.125rem!important;padding:0 1rem!important;}#Promise_root__Px8K3 .Promise_quote__Hy8C3{padding:0 1rem!important;}#Promise_root__Px8K3 .Promise_badges__Sy6N5{flex-direction:column!important;align-items:stretch!important;gap:1rem!important;}#Promise_root__Px8K3 .Promise_badge__Ty5O6{justify-content:center!important;}}@media(max-width:480px){#Promise_root__Px8K3 .Promise_card__Wx1R1{padding:2.5rem 1.5rem!important;}#Promise_root__Px8K3 .Promise_title__By5W6{font-size:1.75rem!important;flex-direction:column!important;gap:0.5rem!important;}#Promise_root__Px8K3 .Promise_quotePara__Iy7D4{font-size:1rem!important;}#Promise_root__Px8K3 .Promise_iconCircle__Yx8T3{width:4rem!important;height:4rem!important;}#Promise_root__Px8K3 .Promise_iconSvg__Zx7U4{width:2rem!important;height:2rem!important;}}@media(prefers-reduced-motion:reduce){#Promise_root__Px8K3 *{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;}}@media print{#Promise_root__Px8K3.Promise_section__Qx7L4{background:#ffffff!important;padding:2rem 0!important;}#Promise_root__Px8K3 .Promise_card__Wx1R1{box-shadow:none!important;border:1px solid #e5e7eb!important;break-inside:avoid!important;}#Promise_root__Px8K3 .Promise_bgDecor__Sx5N6{display:none!important;}}
 .module[data-id_page='28']{;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:solid;}.module[data-id_page='28']:hover{;}.module[data-id_page='28']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='28'] > div{
                        position:relative;
                        z-index:12;
                    }
                .module[data-id_page='28'] 
            
            .module[data-id_page='28'] .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='28'] .layer_first_child {
                width: 100%;
            }
        
            .module[data-id_page='28']:hover .new_admin_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
            #module_new_medical_26 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
            #module_new_medical_26 .new_medical_description ul{
               list-style-position:inside;
            }
            
			#module_new_medical_26 .content_str{
				width:100%;
			}
            #module_new_medical_26 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_26 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_26 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_26 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_26 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_26 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_26 .mode7-size span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            .custom1{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px solid ;
            }
            .custom1:hover{
                color:;
            }
            .custom2{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2:hover{
                color:;
              
            }
            #module_new_medical_26 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_26 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_26 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_26 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_26 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
        
            #module_new_medical_26 .new_medical_description a,#module_new_medical_26 .new_medical_description_main a{
                color:#00AFEF!important;
            }
            #module_new_medical_26 .new_medical_description a:hover,#module_new_medical_26 .new_medical_description_main a:hover{
                color:#00AFEF!important;
            }
         
                #module_new_medical_26 .swiper-pagination{
                position: absolute;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_26 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_81 .new_medical_icon{
                background-image:url("https://torontodeckexperts.ca/files/image/1765632446_image.svg");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_81 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_81 .background-img{
                border-radius:16px;
            }
        
            #medical_box_81 .new_medical_icon{
                
            }
        #medical_box_81 .new_medical_title{color:#555;font-weight:bold;font-size:18px;text-align:left;line-height:32px;}#medical_box_81:hover .new_medical_title{}
                #medical_box_81 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_81 .new_medical_icon{background-size:cover;background-position:center;background-repeat:no-repeat;min-width:10%;height:32px;margin-right:16px;border-style:none;border-color:#000;}#medical_box_81:hover .new_medical_icon{}#medical_box_81.new_medical_module{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:16px;border-style:none;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;}#medical_box_81:hover{}#medical_box_81 .new_medical_description{color:#fff;font-weight:400;text-align:left;border-style:solid;border-color:#555;}#medical_box_81:hover .new_medical_description{}
                #medical_box_81 .new_medical_layer{}#medical_box_81:hover .new_medical_layer{}
            
            #medical_box_81 .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_81 .layer_first_child {
                width: 100%;
            }
        
            #medical_box_81:hover .new_medical_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
                #medical_box_81:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_81 .mode1-size_81{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_81 .new_medical_box > div{
                width:100%;
            }
             #medical_box_81 > div{
               height:100%;
            }
            #medical_box_81 .mode2-size_81{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_81 .mode3-size_81{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_81 .mode4-size_81{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_81 .mode5-size_81{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_81 .mode6-size_81{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_81 .mode7-size_81{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_81 .mode7-size_81 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_81 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_81 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_81{
                color:#fff;
                width:168px;
                height:48px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_81 span:hover{
                color:#fff!important;
            }
            .custom2_81{
                color:#000;
                width:168px;
                height:48px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_81 span:hover{
                color:#000;
            }
            #medical_box_81 .mode-btn1_81{
               ;
                
                    background:#f66a39
                ;
               margin:0 0.5rem;
               border-radius:4px;
               
            }
            #medical_box_81 .mode-btn1_81 svg{
               width:100%;
               height:100%;
               fill:#fff;
            }
            #medical_box_81 .mode-btn2_81{
               ;
                
                    background:#eaeaea
                ;
               margin:0 0.5rem;
               border-radius:4px;
               
            }
            #medical_box_81 .mode-btn2_81 svg{
               width:100%;
               height:100%;
               fill:#000;
            }  
            #medical_box_81 .div-btn-title_main_81{
                display: flex;
                justify-content: left;
                align-items: center;
            }
        
                #medical_box_81 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_81 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_80 .new_medical_icon{
                background-image:url("https://torontodeckexperts.ca/files/image/1765632446_image.svg");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_80 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_80 .background-img{
                border-radius:16px;
            }
        
            #medical_box_80 .new_medical_icon{
                
            }
        #medical_box_80 .new_medical_title{color:#555;font-weight:bold;font-size:18px;text-align:left;line-height:32px;}#medical_box_80:hover .new_medical_title{}
                #medical_box_80 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_80 .new_medical_icon{background-size:cover;background-position:center;background-repeat:no-repeat;min-width:10%;height:32px;margin-right:16px;border-style:none;border-color:#000;}#medical_box_80:hover .new_medical_icon{}#medical_box_80.new_medical_module{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:16px;border-style:none;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;}#medical_box_80:hover{}#medical_box_80 .new_medical_description{color:#fff;font-weight:400;text-align:left;border-style:solid;border-color:#555;}#medical_box_80:hover .new_medical_description{}
                #medical_box_80 .new_medical_layer{}#medical_box_80:hover .new_medical_layer{}
            
            #medical_box_80 .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_80 .layer_first_child {
                width: 100%;
            }
        
            #medical_box_80:hover .new_medical_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
                #medical_box_80:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_80 .mode1-size_80{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_80 .new_medical_box > div{
                width:100%;
            }
             #medical_box_80 > div{
               height:100%;
            }
            #medical_box_80 .mode2-size_80{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_80 .mode3-size_80{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_80 .mode4-size_80{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_80 .mode5-size_80{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_80 .mode6-size_80{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_80 .mode7-size_80{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_80 .mode7-size_80 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_80 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_80 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_80{
                color:#fff;
                width:168px;
                height:48px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_80 span:hover{
                color:#fff!important;
            }
            .custom2_80{
                color:#000;
                width:168px;
                height:48px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_80 span:hover{
                color:#000;
            }
            #medical_box_80 .mode-btn1_80{
               ;
                
                    background:#f66a39
                ;
               margin:0 0.5rem;
               border-radius:4px;
               
            }
            #medical_box_80 .mode-btn1_80 svg{
               width:100%;
               height:100%;
               fill:#fff;
            }
            #medical_box_80 .mode-btn2_80{
               ;
                
                    background:#eaeaea
                ;
               margin:0 0.5rem;
               border-radius:4px;
               
            }
            #medical_box_80 .mode-btn2_80 svg{
               width:100%;
               height:100%;
               fill:#000;
            }  
            #medical_box_80 .div-btn-title_main_80{
                display: flex;
                justify-content: left;
                align-items: center;
            }
        
                #medical_box_80 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_80 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_67 .new_medical_icon{
                background-image:url("https://torontodeckexperts.ca/files/image/1765632446_image.svg");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_67 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_67 .background-img{
                border-radius:16px;
            }
        
            #medical_box_67 .new_medical_icon{
                
            }
        #medical_box_67 .new_medical_title{color:#555;font-weight:bold;font-size:18px;text-align:left;line-height:32px;}#medical_box_67:hover .new_medical_title{}
                #medical_box_67 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_67 .new_medical_icon{background-size:cover;background-position:center;background-repeat:no-repeat;min-width:10%;height:32px;margin-right:16px;border-style:none;border-color:#000;}#medical_box_67:hover .new_medical_icon{}#medical_box_67.new_medical_module{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:16px;border-style:none;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;}#medical_box_67:hover{}#medical_box_67 .new_medical_description{color:#fff;font-weight:400;text-align:left;border-style:solid;border-color:#555;}#medical_box_67:hover .new_medical_description{}
                #medical_box_67 .new_medical_layer{}#medical_box_67:hover .new_medical_layer{}
            
            #medical_box_67 .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_67 .layer_first_child {
                width: 100%;
            }
        
            #medical_box_67:hover .new_medical_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
                #medical_box_67:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_67 .mode1-size_67{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_67 .new_medical_box > div{
                width:100%;
            }
             #medical_box_67 > div{
               height:100%;
            }
            #medical_box_67 .mode2-size_67{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_67 .mode3-size_67{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_67 .mode4-size_67{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_67 .mode5-size_67{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_67 .mode6-size_67{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_67 .mode7-size_67{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_67 .mode7-size_67 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_67 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_67 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_67{
                color:#fff;
                width:168px;
                height:48px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_67 span:hover{
                color:#fff!important;
            }
            .custom2_67{
                color:#000;
                width:168px;
                height:48px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_67 span:hover{
                color:#000;
            }
            #medical_box_67 .mode-btn1_67{
               ;
                
                    background:#f66a39
                ;
               margin:0 0.5rem;
               border-radius:4px;
               
            }
            #medical_box_67 .mode-btn1_67 svg{
               width:100%;
               height:100%;
               fill:#fff;
            }
            #medical_box_67 .mode-btn2_67{
               ;
                
                    background:#eaeaea
                ;
               margin:0 0.5rem;
               border-radius:4px;
               
            }
            #medical_box_67 .mode-btn2_67 svg{
               width:100%;
               height:100%;
               fill:#000;
            }  
            #medical_box_67 .div-btn-title_main_67{
                display: flex;
                justify-content: left;
                align-items: center;
            }
        
                #medical_box_67 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_67 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
                #module_new_medical_26 .new_medical_title_main h3{
                    font-weight:bold!important;
                }
            
                #module_new_medical_26 .new_medical_title_main h3{
                    font-size:33px!important;
                }
            #module_new_medical_26 .new_medical_title_main{color:#000;font-weight:bold;font-size:33px;justify-content:center;text-align:center;margin-top:64px;padding-right:256px;padding-left:256px;line-height:64px;}.module[data-id_page=&#039;28&#039;]:hover .new_medical_title_main{}#module_new_medical_26 .new_medical_description_main{color:#555;font-weight:400;font-size:17px;line-height:30px;text-align:center;padding-top:16px;padding-right:256px;padding-left:256px;border-style:solid;border-color:#555;}.module[data-id_page=&#039;28&#039;]:hover .new_medical_description_main{}#module_new_medical_26 .new_medical_box_main{display:flex;flex-wrap:wrap;visibility:visible;padding-top:26px;border-style:none;}.module[data-id_page=&#039;28&#039;]:hover .new_medical_box_main{}
            #module_new_medical_26 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_26 .new_medical_module{
                    width:378px;
                    position:relative;
                    overflow:hidden;
                    margin-right:32px;
                    margin-bottom:px;
                }
                #module_new_medical_26 .medical_box_main_animation_trigger{
                    margin-right:32px;
                    margin-bottom:px;
                }
                #module_new_medical_26 .new_medical_module:nth-child(3n){
                    margin-right:0;
                }
                #module_new_medical_26 .medical_box_main_animation_trigger:nth-child(3n){
                    margin-right:0;
                }
                #module_new_medical_26 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_26 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_26 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_26 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_26 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_26 .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_26{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_26 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_26 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_26 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_26 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_26 .swiper-container{
                width:1200px;
            }
            #module_new_medical_26 .top_layer_diagonal{
                z-index:9 !important;
            }
            #module_new_medical_26 .right_layer_diagonal{
                z-index:9 !important;
            }
            #module_new_medical_26 .left_layer_diagonal{
                z-index:9 !important;
            }
            #module_new_medical_26 .bottom_layer_diagonal{
                z-index:9 !important;
            }
        .module[data-id_page='25']{;background-color:#fff;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='25']:hover{;}.module[data-id_page='25']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='25'] > div{
                        position:relative;
                        z-index:12;
                    }
                .module[data-id_page='25'] 
            
            .module[data-id_page='25'] .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='25'] .layer_first_child {
                width: 100%;
            }
        
            .module[data-id_page='25']:hover .new_admin_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
            #module_new_medical_23 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
            #module_new_medical_23 .new_medical_description ul{
               list-style-position:inside;
            }
            
			#module_new_medical_23 .content_str{
				width:100%;
			}
            #module_new_medical_23 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_23 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_23 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_23 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_23 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_23 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_23 .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_23 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_23 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_23 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_23 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_23 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
        
            #module_new_medical_23 .new_medical_description a,#module_new_medical_23 .new_medical_description_main a{
                color:#00AFEF!important;
            }
            #module_new_medical_23 .new_medical_description a:hover,#module_new_medical_23 .new_medical_description_main a:hover{
                color:#00AFEF!important;
            }
         
                #module_new_medical_23 .swiper-pagination{
                position: absolute;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_23 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_57 .new_medical_icon{
                background-image:url("https://torontodeckexperts.ca/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_57 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_57 .background-img{
                border-radius:;
            }
        #medical_box_57 .new_medical_icon{background-size:cover;background-position:center;background-repeat:no-repeat;border-style:none;border-color:#000;}#medical_box_57:hover .new_medical_icon{}#medical_box_57.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-right:256px;padding-left:256px;border-style:none;}#medical_box_57:hover{}#medical_box_57 .new_medical_description{font-weight:400;text-align:center;border-style:solid;border-color:#555;}#medical_box_57:hover .new_medical_description{}
                #medical_box_57 
            
            #medical_box_57 .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_57 .layer_first_child {
                width: 100%;
            }
        
            #medical_box_57:hover .new_medical_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
                #medical_box_57:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_57 .mode1-size_57{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_57 .new_medical_box > div{
                width:100%;
            }
             #medical_box_57 > div{
               height:100%;
            }
            #medical_box_57 .mode2-size_57{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_57 .mode3-size_57{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_57 .mode4-size_57{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_57 .mode5-size_57{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_57 .mode6-size_57{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_57 .mode7-size_57{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_57 .mode7-size_57 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_57 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_57 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_57{
                color:#fff;
                width:230px;
                height:48px;
                backdrop-filter: blur(0px);
                border:0px solid ;
            }
            .custom1_57 span:hover{
                color:#fff!important;
            }
            .custom2_57{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:1px solid ;
            }
            .custom2_57 span:hover{
                color:;
            }
            #medical_box_57 .mode-btn1_57{
               ;
                
                    background:#e07a5f
                ;
               margin:0 0.5rem;
               border-radius:4px;
               
            }
            #medical_box_57 .mode-btn1_57 svg{
               width:100%;
               height:100%;
               fill:#fff;
            }
            #medical_box_57 .mode-btn2_57{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:4px;
               
            }
            #medical_box_57 .mode-btn2_57 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_57 .div-btn-title_main_57{
                display: flex;
                justify-content: center;
                align-items: center;
            }
        
                #medical_box_57 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_57 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
                #module_new_medical_23 .new_medical_title_main h3{
                    font-weight:bold!important;
                }
            #module_new_medical_23 .new_medical_box_main{display:flex;flex-wrap:wrap;visibility:visible;padding-bottom:64px;border-style:none;}.module[data-id_page='25']:hover .new_medical_box_main{}
            #module_new_medical_23 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_23 .new_medical_module{
                    width:1200px;
                    position:relative;
                    overflow:hidden;
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_23 .medical_box_main_animation_trigger{
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_23 .new_medical_module:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_23 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_23 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_23 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_23 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_23 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_23 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_23 .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_23{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_23 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_23 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_23 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_23 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_23 .swiper-container{
                width:1200px;
            }
            #module_new_medical_23 .top_layer_diagonal{
                z-index:9 !important;
            }
            #module_new_medical_23 .right_layer_diagonal{
                z-index:9 !important;
            }
            #module_new_medical_23 .left_layer_diagonal{
                z-index:9 !important;
            }
            #module_new_medical_23 .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: #f9fafc;
                    background-size: auto;
                    background-repeat: no-repeat;
                }
            
            .adv-banner-container{
                width: 100%;
                height: 10px;
            }
            .adv-banner-container .adv-item{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .top-bar-container{
                width: 100%;
                min-height: 40px;
                height: 40px;
                background: #2D0320;
                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: 32px;
                height: 32px;
            }
            .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: #275345;
            }
            .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: #275345;
                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: #ffff;
                font-size: 17px;
                font-weight: 400;search
            }
            .top-nav-list:hover{
                background-color: ;
            }
            .top-nav-list .arrow-menu-container svg{
                fill: #ffff;
            }
            .top-nav-list:hover a span,
            .top-nav-list:hover span,
            .top-nav-list:hover .arrow-menu-container svg{
                color: ;
                fill: ;
            }
            .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: ;
            }
            .top-sub-nav > .top-sub-list:hover a span,
            .top-sub-nav > .top-sub-list:hover span{
                color: ;
            }
            
            .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  ;
                }
            
            .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: ;
            }
            .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: 240px;
                height: 79px;
                max-width: 240px;
                max-height: 79px;
                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: #2D0320;
            }
            .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: ;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list:hover a,
            .nav-container .navbar .nav-list:hover span{
                color:  ;
            }
            .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: 14px;
                color: #4b5663;
            }
            .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 #E07A5F;
                    }
                    .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 #E07A5F;
                        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: #4b5663;
            }
            .nav-container .navbar .nav-list.base-level:hover svg{
                fill: ;
            }
            .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: #بببب;
                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: #بببب;
            }
            .active{
                background-color: #2D0320;
            }
            .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: #F9FAFB !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  #0A3D2E;
                padding: 15px;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                background-color: #0A3D2E;
            }
            #back_to_top svg{
                width: 24px;
                height: 24px;
                fill: #fff ;
            }
            #back_to_top img{
                width: 24px;
                height: 24px;
                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: auto;  
                        grid-template-columns: 240px minmax(auto, 100%) auto;
                        grid-template-areas: 
                            "top-1 top-2 top-3"; 
                        background-color: transparent;
                        background-image: unset;
                    }
                    .top-section-1{
                        justify-content: flex-start;
                    }
                    .top-section-2{
                        justify-content: center;
                    }
                    .top-section-3{
                        justify-content: flex-end;
                    }
                    .logo-container{
                        justify-content: flex-start;
                    }
                    .nav-container{
                        padding: 15px;
                        justify-content: center;
                    }
                    .nav-container .navbar{
                        justify-content: center;
                    }
                    .width-full{
                        width: 43vw !important;
                    }
                #module_footer_section_1{
;
width:100%;
padding-top:4%;
padding-right:4vw;
padding-bottom:4%;
padding-left:4vw;
border-style:none;
}#module_footer_column_1{
;
width:33%;
margin-top:0px;
border-style:none;
}#module_footer_row_1{
;
border-style:solid;
border-bottom-width:.015vw;
border-color:#ebedf2;
}#module_footer_items_1{
;
cursor:default;
width:14vw;
height:4vw;
font-weight:400;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
padding-bottom:1vw;
}#module_footer_items_1:hover{
;
}#module_footer_items_69{
;
cursor:default;
line-height:1.2vw;
color:#fff;
font-weight:400;
font-size:.95vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_69:hover{
;
}#module_footer_row_2{
;
padding-top:1vw;
padding-bottom:1vw;
border-style:none;
border-color:#ebedf2;
}#module_footer_items_2{
;
cursor:default;
line-height:1.7vw;
color:#fff;
font-weight:400;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_2:hover{
;
}#module_footer_column_2{
;
width:36%;
margin-top:0px;
padding-left:8%;
border-style:none;
}#module_footer_row_5{
;
margin-top:0px;
border-style:none;
}#module_footer_items_11{
;
cursor:default;
line-height:4vw;
color:#fff;
font-weight:bold;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_11:hover{
;
}#module_footer_row_6{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_12{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_12:hover{
;
}#module_footer_row_7{
;
padding-top:.5vw;
border-style:none;
}#module_footer_items_13{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.25vw;
}#module_footer_items_13:hover{
;
}#module_footer_row_8{
;
padding-top:.5vw;
border-style:none;
}#module_footer_items_14{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.25vw;
}#module_footer_items_14:hover{
;
}#module_footer_column_3{
;
width:30%;
margin-top:0px;
padding-left:4%;
border-style:none;
}#module_footer_items_19{
;
cursor:default;
line-height:4vw;
color:#fff;
font-weight:bold;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_19:hover{
;
}#module_footer_row_13{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_20{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_20:hover{
;
}#module_footer_row_14{
;
padding-top:.5vw;
border-style:none;
}#module_footer_items_21{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.25vw;
}#module_footer_items_21:hover{
;
}#module_footer_row_15{
;
padding-top:.5vw;
border-style:none;
}#module_footer_items_22{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.25vw;
}#module_footer_items_22:hover{
;
}#module_footer_row_16{
;
padding-top:.5vw;
border-style:none;
}#module_footer_items_23{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
}#module_footer_items_23:hover{
;
}#module_footer_column_4{
;
width:30%;
margin-top:0px;
padding-left:4%;
border-style:none;
}#module_footer_items_25{
;
cursor:default;
line-height:4vw;
color:#fff;
font-weight:bold;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_25:hover{
;
}#module_footer_row_21{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_27{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_27:hover{
;
}#module_footer_row_22{
;
padding-top:.5vw;
border-style:none;
}#module_footer_items_28{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.25vw;
}#module_footer_items_28:hover{
;
}#module_footer_items_68{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:.5vw;
}#module_footer_items_68:hover{
;
}#module_footer_section_7{
;
justify-content:center;
padding-top:1vw;
padding-bottom:1vw;
border-style:solid;
border-top-width:.015vw;
border-color:#FFF;
}#module_footer_column_10{
;
justify-content:center;
border-style:none;
}#module_footer_row_52{
;
justify-content:center;
border-style:none;
}#module_footer_items_70{
;
cursor:default;
text-align:center;
line-height:2vw;
color:#FFF;
font-weight:400;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_70:hover{
;
}#public_footer_main_1{;background-color:#2D0320;background-size:cover;background-repeat:no-repeat;background-position:center;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;
            }
        
            #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;}