.elementor-kit-5 {
    --e-global-color-primary: #FFFFFF;
    --e-global-color-secondary: #b13132;
    --e-global-color-text: #272117;
    --e-global-color-accent: #149df8;
    --e-global-color-1147beb: #DCDCDC;
    --e-global-color-fd36db4: #FFFFFF;
    --e-global-typography-primary-font-family: "Raleway";
    --e-global-typography-primary-font-weight: 800;
    --e-global-typography-primary-text-decoration: none;
    --e-global-typography-secondary-font-family: "Raleway";
    --e-global-typography-secondary-font-weight: 500;
    --e-global-typography-secondary-text-decoration: none;
    --e-global-typography-text-font-family: "Open Sans";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-text-text-decoration: none;
    --e-global-typography-accent-font-family: "Raleway";
    --e-global-typography-accent-font-weight: 600;
    --e-global-typography-accent-text-decoration: none;
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    text-decoration: var(--e-global-typography-text-text-decoration);
}

.elementor-kit-5 a {
    color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    text-decoration: var(--e-global-typography-text-text-decoration);
}

.elementor-kit-5 h1 {
    color: var(--e-global-color-text);
    font-family: "Raleway", Sans-serif;
    font-size: 55px;
    font-weight: 800;
}

.elementor-kit-5 h2 {
    color: var(--e-global-color-text);
    font-family: "Raleway", Sans-serif;
    font-size: 45px;
    font-weight: 800;
}

.elementor-kit-5 h3 {
    color: var(--e-global-color-text);
    font-family: "Raleway", Sans-serif;
    font-size: 35px;
    font-weight: 800;
}

.elementor-kit-5 h4 {
    color: var(--e-global-color-text);
    font-family: "Raleway", Sans-serif;
    font-size: 25px;
    font-weight: 800;
}

.elementor-kit-5 h5 {
    color: var(--e-global-color-text);
    font-family: "Raleway", Sans-serif;
    font-size: 20px;
    font-weight: 800;
}

.elementor-kit-5 h6 {
    color: var(--e-global-color-text);
    font-family: "Raleway", Sans-serif;
    font-size: 15px;
    font-weight: 800;
}

.elementor-kit-5 button,
.elementor-kit-5 input[type="button"],
.elementor-kit-5 input[type="submit"],
.elementor-kit-5 .elementor-button {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-accent);
    border-radius: 4px 4px 4px 4px;
    padding: 10px 50px 10px 50px;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1280px;
}

.e-container {
    --container-max-width: 1280px;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}

.elementor-element {
    --widgets-spacing: 20px;
}

    {}

h1.entry-title {
    display: var(--page-title-display);
}

.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 h1 {
        font-size: 45px;
    }

    .elementor-kit-5 h2 {
        font-size: 35px;
    }

    .elementor-kit-5 h3 {
        font-size: 30px;
    }

    .elementor-kit-5 h4 {
        font-size: 25px;
    }

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px;
    }

    .e-container {
        --container-max-width: 767px;
    }
}