.elementor-kit-12{--e-global-color-primary:#00050A;--e-global-color-secondary:#CEB56F;--e-global-color-text:#E3E3E3;--e-global-color-accent:#CEB56F;--e-global-color-5f65c1e:#FFFFFF;--e-global-color-1ed74d3:#DFDFDF17;--e-global-color-d788ff9:#141414;--e-global-color-8f17e30:#131513;--e-global-color-7c9d9b2:#F71634;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-family:"Questrial";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Questrial";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.2em;background-color:var( --e-global-color-primary );}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:var( --e-global-color-secondary );}.elementor-kit-12 h1{font-size:77px;font-weight:600;line-height:1.2em;}.elementor-kit-12 h2{font-size:45px;font-weight:600;line-height:1.2em;}.elementor-kit-12 h3{font-size:32px;font-weight:600;line-height:1.2em;}.elementor-kit-12 h4{font-size:25px;font-weight:600;line-height:1.2em;}.elementor-kit-12 h5{font-size:22px;font-weight:600;line-height:1.2em;}.elementor-kit-12 h6{font-size:19px;font-weight:600;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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-kit-12{--e-global-typography-text-font-size:17px;--e-global-typography-accent-font-size:16px;}.elementor-kit-12 h1{font-size:62px;}.elementor-kit-12 h2{font-size:40px;}.elementor-kit-12 h3{font-size:28px;}.elementor-kit-12 h4{font-size:22px;}.elementor-kit-12 h5{font-size:20px;}.elementor-kit-12 h6{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-12{--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:15px;}.elementor-kit-12 h1{font-size:45px;}.elementor-kit-12 h2{font-size:35px;}.elementor-kit-12 h3{font-size:26px;}.elementor-kit-12 h4{font-size:22px;}.elementor-kit-12 h5{font-size:19px;}.elementor-kit-12 h6{font-size:17px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.page-content .elementor-widget-image{
    position: relative;
    overflow: hidden;
}

.page-content .elementor-widget-image:before {
    content: "";
    position: absolute;
    
    width: 200%;
    height: 200%; /* full height */
    
    top: 50%;
    left: 50%;
    
   background: #ffffff70;
    
    transform: translate(-50%, -50%) rotate(45deg) scaleX(0);
    transform-origin: center;
    
    opacity: 0;
}

.page-content .elementor-widget-image:hover::before {
    animation: diagonalExpand 0.6s ease-in-out;
}

@keyframes diagonalExpand {
    0% {
        transform: translate(-50%, -50%) rotate(45deg) scaleX(0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) rotate(45deg) scaleX(1);
        opacity: 0;
    }
}/* End custom CSS */