.main-banner-carousel-wrapper {
            perspective: 1000px;
            background-color: #fff !important;
            position: relative;
            min-height: 500px;
            padding-bottom: 60px;
            contain: layout style paint;
        }

        .main-banner-carousel-slide {
            position: absolute;
            width: 90%;
            max-width: 1200px;
            height: 450px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) scale(0.85);
            opacity: 0.3;
            transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
            border-radius: 1rem;
            overflow: hidden;
            background-size: cover;
            background-position: center;
            pointer-events: none;
            will-change: transform, opacity;
            content-visibility: auto;
        }

        .main-banner-carousel-slide.active {
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
            z-index: 10;
            pointer-events: auto;
            content-visibility: visible;
        }

        .main-banner-carousel-track {
            display: flex;
            transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
            transform-style: preserve-3d;
            width: 100%;
            height: 100%;
            position: relative;
        }

        .main-banner-carousel-slide {
            position: absolute;
            width: 90%;
            max-width: 1200px;
            height: 450px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) scale(0.85);
            opacity: 0.3;
            transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
            border-radius: 1rem;
            overflow: hidden;
            background-size: cover;
            background-position: center;
            pointer-events: none;
        }

        .main-banner-carousel-slide.active {
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
            z-index: 10;
            pointer-events: auto;
        }

        .main-banner-carousel-slide.prev {
            transform: translate(-130%, -50%) scale(0.85);
            opacity: 0.5;
            z-index: 5;
        }

        .main-banner-carousel-slide.next {
            transform: translate(30%, -50%) scale(0.85);
            opacity: 0.5;
            z-index: 5;
        }

        .main-banner-dot {
            width: 14px !important;
            height: 14px !important;
            border-radius: 50% !important;
            background-color: #ffffff !important;
            border: 2px solid #23366A !important;
            cursor: pointer !important;
            transition: all 0.3s ease !important;
            pointer-events: auto !important;
            flex-shrink: 0 !important;
            padding: 0 !important;
        }

        .main-banner-dot:hover {
            transform: scale(1.2) !important;
        }

        .main-banner-dot.active {
            background-color: #23366A !important;
            border-color: #23366A !important;
        }

        .main-banner-primary-btn {
            background-color: white !important;
            color: #23366A !important;
        }

        .main-banner-primary-btn:hover {
            background-color: #23366A !important;
            color: white !important;
        }

        .main-banner-secondary-btn {
            transition: all 0.3s ease !important;
            background-color: transparent !important;
        }

        .main-banner-secondary-btn:hover {
            background-color: white !important;
            color: #23366A !important;
        }

        @media (max-width: 768px) {
            .main-banner-carousel-wrapper {
                min-height: 400px;
                padding-bottom: 50px;
            }

            .main-banner-carousel-slide {
                width: 95%;
                height: 350px;
            }

            .main-banner-carousel-slide.active {
                width: 95%;
            }

            .main-banner-dot {
                width: 12px !important;
                height: 12px !important;
            }
        }

        @media (max-width: 480px) {
            .main-banner-carousel-wrapper {
                min-height: 450px;
            }

            .main-banner-carousel-slide {
                height: 400px;
            }
        }

* { box-sizing: border-box; }
*{box-sizing:border-box;}
.quick-access-grid{row-gap:0.75rem;}
.quick-access-item{text-wrap-mode:nowrap;white-space-collapse:collapse;}
#islg82{font-size:26px;color:currentcolor;}
#iza5j4{font-size:26px;color:currentcolor;}
#id8hj{font-size:26px;color:currentcolor;}
#iiw06{font-size:26px;color:currentcolor;}
#iu7vi{top:0px;}
.quick-access-grid{row-gap:1rem;}
.quick-access-item{font-size:0.875rem;padding-top:0.625rem;padding-right:1rem;padding-bottom:0.625rem;padding-left:1rem;}
.quick-access-item i{font-size:1rem;}