.elementor-220063 .elementor-element.elementor-element-a0501bd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-220063 .elementor-element.elementor-element-ff5dba3{text-align:center;}.elementor-220063 .elementor-element.elementor-element-ff5dba3 .elementor-heading-title{font-family:"Alata", Sans-serif;font-size:82px;font-weight:400;line-height:1.1em;letter-spacing:1.2px;color:#084F90;}.elementor-220063 .elementor-element.elementor-element-2cd07fb{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--gap:50px 50px;--row-gap:50px;--column-gap:50px;--grid-auto-flow:row;--margin-top:30px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}@media(max-width:1366px){.elementor-220063 .elementor-element.elementor-element-a0501bd{--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-220063 .elementor-element.elementor-element-2cd07fb{--grid-auto-flow:row;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-220063 .elementor-element.elementor-element-2cd07fb{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-220063 .elementor-element.elementor-element-a0501bd{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-220063 .elementor-element.elementor-element-ff5dba3 .elementor-heading-title{font-size:56px;}.elementor-220063 .elementor-element.elementor-element-2cd07fb{--e-con-grid-template-columns:repeat(1, 1fr);--gap:30px 30px;--row-gap:30px;--column-gap:30px;--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-55a2b91 */.ht-video-wrapper-2 {
        --brand-blue: #084F90;
        --glow-color: rgba(8, 79, 144, 0.65);
        width: 100%;
        display: flex;
        justify-content: center;
        font-family: sans-serif;
    }

    .ht-thumb-container-2 {
        position: relative;
        width: 100%;
        max-width: 900px; 
        cursor: pointer;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
    }

    .ht-thumb-container-2:hover {
        /* Side glows lowered to 60% intensity */
        box-shadow: 0 10px 25px var(--glow-color), 
                    8px 0 12px rgba(8, 79, 144, 0.39), 
                    -8px 0 12px rgba(8, 79, 144, 0.39);
        transform: translateY(-3px);
    }

    .ht-thumb-container-2 img {
        width: 100% !important;
        display: block !important;
    }

    /* DESKTOP PLAY ICON */
    .ht-play-btn-2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85px !important;
        height: 85px !important;
        min-width: 85px !important;
        min-height: 85px !important;
        background: rgba(255, 255, 255, 0.95) !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        transition: all 0.3s ease;
        box-shadow: 0 6px 20px rgba(0,0,0,0.25);
        z-index: 10;
    }

    .ht-play-btn-2 svg {
        fill: var(--brand-blue) !important;
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        margin-left: 6px; 
        display: block !important;
    }

    /* MOBILE ICON FIX - Smaller for mobile devices */
    @media (max-width: 767px) {
        .ht-play-btn-2 {
            width: 60px !important;
            height: 60px !important;
            min-width: 60px !important;
            min-height: 60px !important;
        }
        .ht-play-btn-2 svg {
            width: 25px !important;
            height: 25px !important;
            min-width: 25px !important;
            min-height: 25px !important;
            margin-left: 4px;
        }
    }

    .ht-thumb-container-2:hover .ht-play-btn-2 {
        background: var(--brand-blue) !important;
        transform: translate(-50%, -50%) scale(1.1);
    }

    .ht-thumb-container-2:hover .ht-play-btn-2 svg {
        fill: white !important;
    }

    /* Lightbox Modal */
    #ht-lightbox-2 {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.96);
        z-index: 999999;
        justify-content: center;
        align-items: center;
    }

    .ht-video-content-2 {
        width: 90vw; 
        max-width: 1100px;
        aspect-ratio: 16/9;
        position: relative;
    }

    .ht-close-2 {
        position: absolute;
        top: -55px;
        right: 0;
        color: white;
        font-size: 45px;
        cursor: pointer;
        line-height: 1;
    }

    #ht-iframe-container-2 {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        overflow: hidden;
        background: #000;
    }

    #ht-iframe-container-2 iframe {
        width: 100%;
        height: 100%;
        border: none;
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec57190 */.ht-video-wrapper {
        --brand-blue: #084F90;
        --glow-color: rgba(8, 79, 144, 0.65); /* 65% Transparency */
        width: 100%;
        display: flex;
        justify-content: center;
        font-family: sans-serif;
    }

    /* Thumbnail Container */
    .ht-thumb-container {
        position: relative;
        width: 100%;
        max-width: 900px; 
        cursor: pointer;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
    }

    .ht-thumb-container:hover {
        /* Side glows lowered to 60% intensity */
        box-shadow: 0 10px 25px var(--glow-color), 
                    8px 0 12px rgba(8, 79, 144, 0.39), 
                    -8px 0 12px rgba(8, 79, 144, 0.39);
        transform: translateY(-3px);
    }

    .ht-thumb-container img {
        width: 100% !important;
        display: block !important;
    }

    /* DESKTOP PLAY ICON - Live View Lock */
    .ht-play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85px !important;
        height: 85px !important;
        min-width: 85px !important;
        min-height: 85px !important;
        background: rgba(255, 255, 255, 0.95) !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        transition: all 0.3s ease;
        box-shadow: 0 6px 20px rgba(0,0,0,0.25);
        z-index: 10;
    }

    .ht-play-btn svg {
        fill: var(--brand-blue) !important;
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        margin-left: 6px; 
        display: block !important;
    }

    /* MOBILE ICON FIX - Reduces size on mobile */
    @media (max-width: 767px) {
        .ht-play-btn {
            width: 60px !important;
            height: 60px !important;
            min-width: 60px !important;
            min-height: 60px !important;
        }
        .ht-play-btn svg {
            width: 25px !important;
            height: 25px !important;
            min-width: 25px !important;
            min-height: 25px !important;
            margin-left: 4px;
        }
    }

    .ht-thumb-container:hover .ht-play-btn {
        background: var(--brand-blue) !important;
        transform: translate(-50%, -50%) scale(1.1);
    }

    .ht-thumb-container:hover .ht-play-btn svg {
        fill: white !important;
    }

    /* Lightbox Modal */
    #ht-lightbox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.96);
        z-index: 999999;
        justify-content: center;
        align-items: center;
    }

    .ht-video-content {
        width: 90vw; 
        max-width: 1100px;
        aspect-ratio: 16/9;
        position: relative;
    }

    .ht-close {
        position: absolute;
        top: -55px;
        right: 0;
        color: white;
        font-size: 45px;
        cursor: pointer;
        line-height: 1;
    }

    #ht-iframe-container {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        overflow: hidden;
        background: #000;
    }

    #ht-iframe-container iframe {
        width: 100%;
        height: 100%;
        border: none;
    }/* End custom CSS */