.elementor-kit-5{--e-global-color-primary:#05658B;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#1E1E1E;--e-global-color-accent:#61CE70;--e-global-color-4529414:#EDEDED;--e-global-color-cbea9ab:#045271;--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-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-58b8729-font-family:"Roboto";--e-global-typography-58b8729-font-size:5rem;--e-global-typography-58b8729-font-weight:700;--e-global-typography-58b8729-line-height:1;--e-global-typography-8f68a96-font-family:"Roboto";--e-global-typography-8f68a96-font-size:3rem;--e-global-typography-8f68a96-font-weight:700;--e-global-typography-8f68a96-line-height:1.2;--e-global-typography-b3376a9-font-size:1.25rem;--e-global-typography-b3376a9-font-weight:700;--e-global-typography-b3376a9-line-height:1.4;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-5{--e-global-typography-58b8729-font-size:3rem;--e-global-typography-58b8729-line-height:1.2;--e-global-typography-8f68a96-font-size:3rem;}.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 */.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.list-box ul {
    margin-block: 0;
    padding-inline-start: 0;
    list-style: none;
    
    display: grid;
    gap: 1rem;
    
    @media (width > 1024px) {
        grid-template-columns: repeat(2, 1fr);    
        gap: 2rem;
    }
    
    li {
        padding: 2rem;
        background-color: #fff;
        border-inline-start: 10px solid var(--e-global-color-primary);
        box-shadow: 0 3px 6px 0 hsl(0% 0% 0% / 0.05);
    }
}/* End custom CSS */