.elementor-kit-16 {
    --e-global-color-primary: #FF9B00;
    --e-global-color-secondary: #08B2EF;
    --e-global-color-text: #333333;
    --e-global-color-accent: #ED379C;
    --e-global-typography-primary-font-family: "Poppins";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Poppins";
    --e-global-typography-secondary-font-weight: 500;
    --e-global-typography-text-font-family: "Poppins";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Poppins";
    --e-global-typography-accent-font-weight: 500;
    font-size: 16px;
}

.elementor-kit-16 a {
    text-decoration: none;
}

.elementor-kit-16 h1 {
    font-size: 50px;
    font-weight: 600;
}

.elementor-kit-16 h2 {
    font-size: 38px;
    font-weight: 600;
}

.elementor-kit-16 h3 {
    font-size: 32px;
    font-weight: 500;
}

.elementor-kit-16 button, .elementor-kit-16 input[type="button"], .elementor-kit-16 input[type="submit"], .elementor-kit-16 .elementor-button {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--e-global-color-astglobalcolor5);
    background-color: #FD0000;
    border-radius: 25px 25px 25px 25px;
    padding: 8px 30px 8px 30px;
}

.elementor-kit-16 button:hover, .elementor-kit-16 button:focus, .elementor-kit-16 input[type="button"]:hover, .elementor-kit-16 input[type="button"]:focus, .elementor-kit-16 input[type="submit"]:hover, .elementor-kit-16 input[type="submit"]:focus, .elementor-kit-16 .elementor-button:hover, .elementor-kit-16 .elementor-button:focus {
    color: var(--e-global-color-astglobalcolor5);
    background-color: #ED379C;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1200px;
}

.e-con {
    --container-max-width: 1200px;
}

.elementor-widget:not(:last-child) {
    margin-block-end: 20px;
}

.elementor-element {
    --widgets-spacing: 20px 20px;
}

    {}

h1.entry-title {
    display: var(--page-title-display);
}

.elementor-kit-16 e-page-transition {
    background-color: #FFBC7D;
}

@media(max-width:1024px) {
    .elementor-kit-16 h1 {
        font-size: 40px;
    }

    .elementor-kit-16 h2 {
        font-size: 30px;
    }

    .elementor-kit-16 h3 {
        font-size: 25px;
    }

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1024px;
    }

    .e-con {
        --container-max-width: 1024px;
    }
}

@media(max-width:767px) {
    .elementor-kit-16 h1 {
        font-size: 35px;
    }

    .elementor-kit-16 h2 {
        font-size: 28px;
    }

    .elementor-kit-16 h3 {
        font-size: 22px;
    }

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px;
    }

    .e-con {
        --container-max-width: 767px;
    }
}