.elementor-kit-5 {
    --e-global-color-primary: #98854F;
    --e-global-color-secondary: #616161;
    --e-global-color-text: #151515;
    --e-global-color-accent: #98854F;
    --e-global-color-d39cd61: #FFFFFF;
    --e-global-color-229de90: #98854F;
    --e-global-color-bc3e47e: #B8B8B8;
    --e-global-color-64cca9a: #F0EDE5;
    --e-global-typography-primary-font-family: "Merriweather";
    --e-global-typography-primary-font-size: 48px;
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-primary-line-height: 72px;
    --e-global-typography-secondary-font-family: "Merriweather";
    --e-global-typography-secondary-font-size: 24px;
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-secondary-line-height: 36px;
    --e-global-typography-text-font-family: "Nunito Sans";
    --e-global-typography-text-font-size: 16px;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-text-line-height: 24px;
    --e-global-typography-accent-font-family: "Nunito Sans";
    --e-global-typography-accent-font-size: 16px;
    --e-global-typography-accent-font-weight: 700;
    --e-global-typography-accent-line-height: 24px;
    --e-global-typography-a54caf5-font-family: "Merriweather";
    --e-global-typography-a54caf5-font-size: 40px;
    --e-global-typography-a54caf5-font-weight: 400;
    --e-global-typography-a54caf5-line-height: 60px;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px;
}

.e-container {
    --container-max-width: 1140px;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}

.elementor-element {
    --widgets-spacing: 20px;
}

{}

h1.entry-title {
    display: var(--page-title-display);
}

.elementor-kit-5 e-page-transition {
    background-color: #FFBC7D;
}

.site-header {
    padding-right: 0px;
    padding-left: 0px;
}

@media(max-width:1024px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1024px;
    }
    .e-container {
        --container-max-width: 1024px;
    }
}

@media(max-width:767px) {
    .elementor-kit-5 {
        --e-global-typography-primary-font-size: 32px;
        --e-global-typography-primary-line-height: 48px;
        --e-global-typography-secondary-font-size: 22px;
        --e-global-typography-secondary-line-height: 33px;
        --e-global-typography-text-font-size: 14px;
        --e-global-typography-text-line-height: 21px;
        --e-global-typography-accent-font-size: 14px;
        --e-global-typography-accent-line-height: 21px;
        --e-global-typography-a54caf5-font-size: 32px;
        --e-global-typography-a54caf5-line-height: 48px;
    }
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px;
    }
    .e-container {
        --container-max-width: 767px;
    }
}

/* Start custom CSS */

.is-active {
    transition: all 500ms ease;
    background-color: white !important;
    border-radius: 15px !important;
    color: #151515 !important;
}
/* End custom CSS */