.elementor-kit-6{--e-global-color-primary:#FFD000;--e-global-color-secondary:#00192B;--e-global-color-text:#00192B;--e-global-color-accent:#EF4961;--e-global-color-b995b1b:#FFFFFF;--e-global-color-92913ad:#EE1D3C;--e-global-typography-primary-font-family:"rift";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"rift";--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-font-style:italic;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */#video-background {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
}

#site-background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#video-background::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(99, 29, 39, 0.62) 0%,
        rgba(0, 25, 43, 0.62) 100%
    );
    z-index: 1;
    pointer-events: none;
}

#site-background-video {
    position: relative;
    z-index: 0;
}

@media screen and (min-width: 768px) {
.swiper-pagination {display: none;}
}/* End custom CSS */