.elementor-kit-16 {
    --e-global-color-primary: #0B2B5B;
    --e-global-color-secondary: #7D8A99;
    --e-global-color-text: #2C3E50;
    --e-global-color-accent: #4A7FC1;
    --law-blue: #0B2B5B;
    --law-blue-light: #4A7FC1;
    --law-gray: #7D8A99;
    --law-gray-light: #F5F7FA;
    --law-white: #FFFFFF;
    --e-global-typography-primary-font-family: "Assistant";
    --e-global-typography-primary-font-weight: 700;
    --e-global-typography-secondary-font-family: "Assistant";
    --e-global-typography-secondary-font-weight: 300;
    --e-global-typography-text-font-family: "Assistant";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Assistant";
    --e-global-typography-accent-font-weight: 600;
}

.elementor-kit-16 e-page-transition {
    background-color: #FFFFFF;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px;
}

.e-con {
    --container-max-width: 1140px;
}

.elementor-widget:not(:last-child) {
    --kit-widget-spacing: 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-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;
    }
}