.elementor-19857 .elementor-element.elementor-element-249de00{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:0px 0px 5px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:5px;--border-left-width:0px;border-color:var( --e-global-color-230e357 );--border-color:var( --e-global-color-230e357 );--padding-top:15px;--padding-bottom:15px;--padding-left:0px;--padding-right:0px;}.elementor-19857 .elementor-element.elementor-element-249de00:not(.elementor-motion-effects-element-type-background), .elementor-19857 .elementor-element.elementor-element-249de00 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-9c25eb8 );}.elementor-19857 .elementor-element.elementor-global-19247 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(10px/2);}.elementor-19857 .elementor-element.elementor-global-19247 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(10px/2);}.elementor-19857 .elementor-element.elementor-global-19247 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(10px/2);}.elementor-19857 .elementor-element.elementor-global-19247 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-10px/2);}.elementor-19857 .elementor-element.elementor-global-19247 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-10px/2);}.elementor-19857 .elementor-element.elementor-global-19247 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-19857 .elementor-element.elementor-global-19247 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-19857 .elementor-element.elementor-global-19247{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-19857 .elementor-element.elementor-global-19247 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-19857 .elementor-element.elementor-global-19247 .elementor-icon-list-item > a{font-family:"Poppins", Sans-serif;font-size:32px;font-weight:700;line-height:32px;}.elementor-19857 .elementor-element.elementor-global-19247 .elementor-icon-list-text{color:var( --e-global-color-2e7bf1b );transition:color 0.3s;}@media(max-width:1024px){.elementor-19857 .elementor-element.elementor-element-249de00{border-width:5px 0px 0px 0px;--border-top-width:5px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;}}@media(max-width:767px){.elementor-19857 .elementor-element.elementor-element-249de00{--padding-top:10px;--padding-bottom:10px;--padding-left:0px;--padding-right:0px;}.elementor-19857 .elementor-element.elementor-global-19247 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-19857 .elementor-element.elementor-global-19247 .elementor-icon-list-item > a{font-size:24px;}}/* Start custom CSS for global, class: .elementor-global-19247 */.elementor-19857 .elementor-element.elementor-global-19247 b{
    background: linear-gradient(90deg, #BF953F 0%, #DDC57D 25%, #C8A652 50%, #E2CE85 75%, #AA771C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight:700;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-249de00 */.elementor-19857 .elementor-element.elementor-element-249de00{
    border-bottom: 5px solid transparent;
  border-image: linear-gradient(90deg,
    #BF953F 0%,
    #DDC57D 25%,
    #C8A652 50%,
    #E2CE85 75%,
    #AA771C 100%
  ) 1;
}

.marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.marquee-content {
  display: flex;
  width: 200%; /* doubled width for continuous scroll */
  animation: marqueeMove 25s linear infinite;
}

.marquee .elementor-icon-list-items {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  flex-shrink: 0;

}



@keyframes marqueeMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}/* End custom CSS */
/* Start custom CSS */ p {
    font-family: inherit;
    line-height: inherit;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

 p{
    margin-bottom:15px;
}

 p:last-child{
    margin-bottom:0;
}

 a:focus{
    outline:inherit;
}/* End custom CSS */