.elementor-kit-32 {
    --e-global-color-primary: #000000;
    --e-global-color-secondary: #000000;
    --e-global-color-text: #000000;
    --e-global-color-accent: #000000;
    --e-global-color-d82948d: #4054B2;
    --e-global-color-59e7ae05: #23A455;
    --e-global-color-69fd89ce: #000;
    --e-global-color-339c055c: #FFF;
    --e-global-color-4324d00f: RGBA(146, 101, 21, 0.97);
    --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;
    background-color: #FFFFFFF7;
}

.elementor-kit-32 button, .elementor-kit-32 input[type="button"], .elementor-kit-32 input[type="submit"], .elementor-kit-32 .elementor-button {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #308B21;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    border-radius: 13px 13px 13px 13px;
    position: relative;
}

.elementor-kit-32 button:before, .elementor-kit-32 input[type="button"]:before, .elementor-kit-32 input[type="submit"]:before, .elementor-kit-32 .elementor-button:before {
    display: block;
    content: '';
    width: 140%;
    height: 100%;
    background: url(../../../../images/animate_bg.png) no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-animation: AnimationName 2s cubic-bezier(0.43, 0.61, 1, 1) infinite;
    -moz-animation: AnimationName 2s cubic-bezier(0.43, 0.61, 1, 1) infinite;
    -o-animation: AnimationName 2s cubic-bezier(0.43, 0.61, 1, 1) infinite;
    animation: AnimationName 2s cubic-bezier(0.43, 0.61, 1, 1) infinite;
    position: absolute;
    top: 0;
    left: -20%;
}

@keyframes AnimationName {
    100% {
        background-position: 100% 50%;
    }
    0% {
        background-position: 0% 50%;
    }
}

.elementor-kit-32 label {
    font-family: "Tahoma", Sans-serif;
    font-weight: bold;
}

.elementor-kit-32 input:not([type="button"]):not([type="submit"]), .elementor-kit-32 textarea, .elementor-kit-32 .elementor-field-textual {
    font-family: "Verdana", Sans-serif;
}

.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;
}

{
}
h1.entry-title {
    display: var(--page-title-display);
}

.elementor-kit-32 e-page-transition {
    background-color: #FFBC7D;
}

@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-32 button, .elementor-kit-32 input[type="button"], .elementor-kit-32 input[type="submit"], .elementor-kit-32 .elementor-button {
        font-size: 18px;
        border-width: 1px 1px 1px 1px;
    }

    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 767px;
    }

    .e-con {
        --container-max-width: 767px;
    }
}