.elementor-kit-6{--e-global-color-primary:#C02A29;--e-global-color-secondary:#3B1312;--e-global-color-text:#453F40;--e-global-color-accent:#F9EEE9;--e-global-color-fc089cb:#FFFFFF;--e-global-color-6658b0e:#000000;--e-global-color-6f44c75:#23403B;--e-global-typography-primary-font-family:"Poly";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-font-style:italic;--e-global-typography-text-font-family:"Inter Tight";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Carrois Gothic SC";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;overscroll-behavior:contain;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:500ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:#FFF;--e-preloader-size:20px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-accent );}.elementor-kit-6 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 a:hover{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#000000D6;}.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 */p:last-child {
    margin-bottom:0;
}

p {
    text-wrap:balance;
}


 /* Ken Burns Effect */

.kenimage {
    position: relative;
    overflow: hidden;
}

.kenimage::before {
      animation: kenburns 15s infinite linear;
      animation-direction: alternate;
      animation-timing-function: ease-in-out;
      
}

@keyframes kenburns {
    0% {
        transform: scale(1) translate(0, 0);
        transform-origin: center center;
    }
    
    100% {
        transform: scale(1.1) translate(0, 0);
        transform-origin: center right;
    }
}

#kenimage {
    transform-timing-function: ease-in-out;
}/* End custom CSS */