.elementor-273 .elementor-element.elementor-element-8deeb67{--display:flex;--min-height:302px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-273 .elementor-element.elementor-element-e9486af .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:43px;font-weight:700;color:#FFFFFF;}.elementor-273 .elementor-element.elementor-element-4f37c45{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-273 .elementor-element.elementor-element-9a92ee7{--display:flex;}.elementor-273 .elementor-element.elementor-element-a782d2e{--display:flex;--justify-content:space-evenly;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-273 .elementor-element.elementor-element-67d3f6b{--display:flex;--justify-content:space-evenly;}.elementor-273 .elementor-element.elementor-element-823de8d{--display:flex;}.elementor-273 .elementor-element.elementor-element-d1abd08{--display:flex;}.elementor-273 .elementor-element.elementor-element-d326642{--display:flex;--padding-top:-17px;--padding-bottom:-17px;--padding-left:-17px;--padding-right:-17px;}@media(min-width:768px){.elementor-273 .elementor-element.elementor-element-9a92ee7{--width:50%;}.elementor-273 .elementor-element.elementor-element-a782d2e{--width:50%;}}@media(max-width:767px){.elementor-273 .elementor-element.elementor-element-e9486af .elementor-heading-title{font-size:34px;line-height:1.4em;}}/* Start custom CSS for container, class: .elementor-element-8deeb67 */.gradient-background {
    color: #fff; /* White text */
   background: linear-gradient(90deg, #145DA0 0%, #2E8BC0 100%);
    background-size: 200% 200%;
    animation: backgroundGradient 3s infinite;
    transition: background 0.5s ease, color 0.5s ease;
}

/* Keyframes for Background Gradient Animation */
@keyframes backgroundGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}/* End custom CSS */