.elementor-kit-6 {
    --e-global-color-primary: #031450;
    --e-global-color-secondary: #2154CF;
    --e-global-color-text: #6A6A6A;
    --e-global-color-accent: #FFDF42;
    --e-global-color-d41909b: #F7F9FD;
    --e-global-color-b57e535: #F6F9FF;
    --e-global-typography-primary-font-family: "Roboto";
    --e-global-typography-primary-font-size: 18px;
    --e-global-typography-primary-font-weight: 400;
    --e-global-typography-primary-line-height: 30px;
    --e-global-typography-secondary-font-family: "Roboto";
    --e-global-typography-secondary-font-size: 18px;
    --e-global-typography-secondary-font-weight: 300;
    --e-global-typography-secondary-line-height: 30px;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-size: 18px;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-text-line-height: 30px;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-size: 18px;
    --e-global-typography-accent-font-weight: 600;
    --e-global-typography-accent-line-height: 30px;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.elementor-kit-6 button,
.elementor-kit-6 input[type="button"],
.elementor-kit-6 input[type="submit"],
.elementor-kit-6 .elementor-button {
    background-color:
        /*var( --e-global-color-primary )*/
        #dab05e;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    /* border-color: var(--e-global-color-secondary); */
    border-color: #dab05e;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 20px 10px 20px;
}

.elementor-kit-6 button:hover,
.elementor-kit-6 button:focus,
.elementor-kit-6 input[type="button"]:hover,
.elementor-kit-6 input[type="button"]:focus,
.elementor-kit-6 input[type="submit"]:hover,
.elementor-kit-6 input[type="submit"]:focus,
.elementor-kit-6 .elementor-button:hover,
.elementor-kit-6 .elementor-button:focus {
    background-color: var(--e-global-color-secondary);
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    /* border-color: var(--e-global-color-secondary); */
    border-color: #dab05e;
}

.elementor-kit-6 e-page-transition {
    background-color: #FFBC7D;
}

.elementor-kit-6 a {
    color: var(--e-global-color-primary);
}

.elementor-kit-6 a:hover {
    color: var(--e-global-color-secondary);
}

.elementor-kit-6 h1 {
    font-family: "Montserrat", Sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
}

.elementor-kit-6 h2 {
    font-family: "Montserrat", Sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
}

.elementor-kit-6 h3 {
    font-family: "Montserrat", Sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
}

.elementor-kit-6 h4 {
    font-family: "Montserrat", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}

.elementor-kit-6 h5 {
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.elementor-kit-6 h6 {
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1320px;
}

.e-con {
    --container-max-width: 1320px;
}

.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);
}

.site-header .site-branding {
    flex-direction: column;
    align-items: stretch;
}

.site-header {
    padding-inline-end: 0px;
    padding-inline-start: 0px;
}

.site-footer .site-branding {
    flex-direction: column;
    align-items: stretch;
}

@media(max-width:1024px) {

    .elementor-kit-6 button,
    .elementor-kit-6 input[type="button"],
    .elementor-kit-6 input[type="submit"],
    .elementor-kit-6 .elementor-button {
        font-size: 12px;
        padding: 8px 20px 8px 20px;
    }

    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1024px;
    }

    .e-con {
        --container-max-width: 1024px;
    }
}

@media(max-width:767px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px;
    }

    .e-con {
        --container-max-width: 767px;
    }
}