.elementor-kit-5{--e-global-color-primary:#025F76;--e-global-color-secondary:#002538;--e-global-color-text:#002538;--e-global-color-accent:#F2BF30;--e-global-color-5f393ae:#FFFFFF;--e-global-typography-primary-font-family:"proxima-nova";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"ambroise-std";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"proxima-nova";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"ambroise-std";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-font-style:italic;font-size:18px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-size:50px;}.elementor-kit-5 h2{font-size:42px;}.elementor-kit-5 h3{font-size:36px;}.elementor-kit-5 h4{font-size:28px;}.elementor-kit-5 h5{font-size:22px;}.elementor-kit-5 h6{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;--container-default-padding-top:50px;--container-default-padding-right:50px;--container-default-padding-bottom:50px;--container-default-padding-left:50px;}.elementor-widget:not(:last-child){--kit-widget-spacing:50px;}.elementor-element{--widgets-spacing:50px 50px;--widgets-spacing-row:50px;--widgets-spacing-column:50px;}{}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 h1{font-size:45px;}.elementor-kit-5 h2{font-size:38px;}.elementor-kit-5 h3{font-size:32px;}.elementor-kit-5 h4{font-size:26px;}.elementor-kit-5 h5{font-size:20px;}.elementor-kit-5 h6{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:32px;}.elementor-kit-5 h2{font-size:28px;}.elementor-kit-5 h3{font-size:24px;}.elementor-kit-5 h4{font-size:22px;}.elementor-kit-5 h5{font-size:19px;}.elementor-kit-5 h6{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}}/* Start custom CSS *//* Force the Elementor parent container to behave as a grid */
.elementor-element.solution-grid {
    --display: grid;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: 40px !important;
    width: 100% !important;
}

/* Prevent Elementor from shrinking the cards to their content */
.solution-grid > .elementor-element.solution-card {
    --width: 100%;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 250px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
}

/* Make the inner card fill the outer bordered container */
.solution-card > .elementor-element.solution-card__inner {
    --width: 100%;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 248px !important;

    flex: 1 1 auto !important;
    align-self: stretch !important;
}

/* Visible by default if JavaScript does not load */
.scroll-blind-reveal {
    clip-path: inset(0 0 0 0);
    will-change: clip-path;
}

/* Activated once JavaScript has initialised */
.scroll-blind-reveal.is-blind-ready {
    clip-path: inset(
        0
        0
        var(--blind-mask, 0%)
        0
    );
}

@media (prefers-reduced-motion: reduce) {
    .scroll-blind-reveal {
        clip-path: none !important;
    }
}/* End custom CSS */