.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-1f11987:#3E475A;--e-global-color-bd5eb22:#F2E8DF;--e-global-color-d2c7ece:#C6DACE;--e-global-color-a4f9539:#8D6E7A;--e-global-color-d5c8d34:#96B8BF;--e-global-color-8e96038:#FFFFFF;--e-global-color-d7e6a19:#000000;--e-global-color-05ad71d:#3E475AED;--e-global-typography-primary-font-family:"Libre Caslon Text";--e-global-typography-primary-font-size:3em;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Libre Caslon Text";--e-global-typography-secondary-font-size:2.5em;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:1.1em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:1.1em;--e-global-typography-accent-font-weight:600;--e-global-typography-65df8ce-font-family:"Merriweather";--e-global-typography-65df8ce-font-size:3em;--e-global-typography-65df8ce-font-weight:900;--e-global-typography-f73bff7-font-family:"Merriweather";--e-global-typography-f73bff7-font-size:2.5em;--e-global-typography-f73bff7-font-weight:400;--e-global-typography-54faee4-font-family:"Poppins";--e-global-typography-54faee4-font-size:1.1em;--e-global-typography-54faee4-font-weight:500;background-color:var( --e-global-color-d7e6a19 );}.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){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);}.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-kit-6{--e-global-typography-primary-font-size:2.3em;--e-global-typography-secondary-font-size:1.8em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.hoverContainer {
    aspect-ratio: 1/1;
}

.showHover {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    position: relative;
    z-index: 1;
}

.hoverContainer:hover  .showHover {
    opacity: 1;
    transform: translateY(0);
}

.showAlways {
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    transition: transform 0.4s ease;
    z-index: 2;
}

.hoverContainer:hover .showAlways {
    transform: translate(-50%, -230%);
}/* End custom CSS */