.elementor-kit-6 {
    --e-global-color-primary: #353434;
    --e-global-color-secondary: #B4A489;
    --e-global-color-text: #353434;
    --e-global-color-accent: #B4A489;
    --e-global-color-ed6fb6f: #FFFFFF;
    --e-global-color-63918f5: #000000;
    --e-global-color-183d07d: #F7F6F3;
    --e-global-color-52f22fd: #F7F2EC;
    --e-global-typography-primary-font-family: "Roboto";
    --e-global-typography-primary-font-size: 60px;
    --e-global-typography-primary-font-weight: 400;
    --e-global-typography-primary-text-transform: uppercase;
    --e-global-typography-primary-line-height: 4rem;
    --e-global-typography-secondary-font-family: "Roboto";
    --e-global-typography-secondary-font-size: 22px;
    --e-global-typography-secondary-font-weight: 500;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-size: 16px;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-size: 16px;
    --e-global-typography-accent-font-weight: 500;
    --e-global-typography-0d6db8f-font-family: "Roboto";
    --e-global-typography-0d6db8f-font-size: 35px;
    --e-global-typography-0d6db8f-font-weight: 500;
    --e-global-typography-0d6db8f-line-height: 1.2em;
}

.elementor-kit-6 h5 {
    color: var(--e-global-color-52f22fd);
}

.elementor-kit-6 h6 {
    color: var(--e-global-color-52f22fd);
}

.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;
    }
}