.elementor-kit-25 {
    --e-global-color-primary: #6EC1E4;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #61CE70;
    --e-global-color-ebbc4cb: #000000;
    --e-global-color-1e58ff0: #FFB64B;
    --e-global-color-90e2988: #FFFFFF;
    --e-global-color-2f27bee: #318616;
    --e-global-color-bbed8dc: #F7FFF9;
    --e-global-color-b7fc144: #0092C7;
    --e-global-color-87069e2: #D0D0D0;
    --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;
    --e-global-typography-23e0f4e-font-family: "Figtree";
    --e-global-typography-23e0f4e-font-weight: 600;
    --e-global-typography-6b07d2b-font-family: "Figtree";
    --e-global-typography-6b07d2b-font-size: 16px;
    --e-global-typography-6b07d2b-font-weight: 600;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1300px;
}

.e-con {
    --container-max-width: 1300px;
}

.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-kit-25 {
        --e-global-typography-23e0f4e-font-size: 16px;
        --e-global-typography-6b07d2b-font-size: 14px;
    }

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px;
    }

    .e-con {
        --container-max-width: 767px;
    }
}