.elementor-kit-163236{--e-global-color-primary:#091E4C;--e-global-color-secondary:#091E4C;--e-global-color-text:#222831;--e-global-color-accent:#A70303;--e-global-color-cc5d952:#091E4C;--e-global-color-0c075e7:#828282;--e-global-typography-primary-font-family:"Nunito";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Nunito";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Nunito";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-font-style:italic;}.elementor-kit-163236 e-page-transition{background-color:#FFBC7D;}.elementor-kit-163236 a{font-family:"Nunito", "Nunito", sans-serif;}.elementor-kit-163236 h1{font-family:"Nunito", "Nunito", sans-serif;}.elementor-kit-163236 h2{font-family:"Nunito", "Nunito", sans-serif;}.elementor-kit-163236 h4{font-family:"Nunito", "Nunito", sans-serif;}.elementor-kit-163236 h5{font-family:"Nunito", "Nunito", 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;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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;}}/* Start custom CSS */:root {
    --d-u-pill-height: 10px;

    --d-u-pill-short-bg:  #b50000;
    --d-u-pill-long-bg:  #F3F3F3;
}

hr.d-u-pills {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;

    border: none;
    margin: 0;
    padding: 0;
    height: var(--d-u-pill-height);
    background: transparent;
}

hr.d-u-pills::before,
hr.d-u-pills::after {
    content: "";
    display: block;
    height: var(--d-u-pill-height);
    border-radius: var(--d-u-pill-height);
}

hr.d-u-pills::before {
    width: 50px;
    background: var(--d-u-pill-short-bg);
}

hr.d-u-pills::after {
    width: 160px;
    background: var(--d-u-pill-long-bg);
}/* End custom CSS */