.elementor-kit-8{--e-global-color-primary:#7E1B37;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#C59764;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 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);}@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 */.elementor-section.header-landing-page .pt-title-text {
    color: #e8e8e8;
    opacity: 1;
}

.dark-color .pt-title-text {
    color: #e8e8e8;
    opacity: 0.7;
}

.image-aspect {
    transition: z-index 0.3s ease-in-out;
}

.image-aspect img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.image-position-top img {
    object-position: top;
}

.image-position-center img {
    object-position: center;
}

.image-position-bottom img {
    object-position: bottom;
}

.box-image-animation::before {
    content: "";
    position: absolute;
    opacity: 0;
    width: 50%;
    height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--secondary-color);
    animation: fadeIn 1.25s 0.8s ease forwards;
}

@media screen and (max-width: 767px) {
    .box-image-animation::before {
        display: none;
    }
}/* End custom CSS */