.elementor-15831 .elementor-element.elementor-element-ef6cc90{--display:flex;--min-height:32px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:4px;--padding-bottom:4px;--padding-left:16px;--padding-right:16px;}.elementor-15831 .elementor-element.elementor-element-ef6cc90:not(.elementor-motion-effects-element-type-background), .elementor-15831 .elementor-element.elementor-element-ef6cc90 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-15831 .elementor-element.elementor-element-2abbd11 .elementor-icon-list-icon i{color:var( --e-global-color-eafb42a );transition:color 0.3s;}.elementor-15831 .elementor-element.elementor-element-2abbd11 .elementor-icon-list-icon svg{fill:var( --e-global-color-eafb42a );transition:fill 0.3s;}.elementor-15831 .elementor-element.elementor-element-2abbd11{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-15831 .elementor-element.elementor-element-2abbd11 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-15831 .elementor-element.elementor-element-2abbd11 .elementor-icon-list-item > a{font-family:var( --e-global-typography-c771b8e-font-family ), Sans-serif;font-size:var( --e-global-typography-c771b8e-font-size );font-weight:var( --e-global-typography-c771b8e-font-weight );line-height:var( --e-global-typography-c771b8e-line-height );}.elementor-15831 .elementor-element.elementor-element-2abbd11 .elementor-icon-list-text{color:var( --e-global-color-eafb42a );transition:color 0.3s;}.elementor-15831 .elementor-element.elementor-element-acf547e .elementor-icon-list-icon i{color:var( --e-global-color-eafb42a );transition:color 0.3s;}.elementor-15831 .elementor-element.elementor-element-acf547e .elementor-icon-list-icon svg{fill:var( --e-global-color-eafb42a );transition:fill 0.3s;}.elementor-15831 .elementor-element.elementor-element-acf547e{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-15831 .elementor-element.elementor-element-acf547e .elementor-icon-list-item > .elementor-icon-list-text, .elementor-15831 .elementor-element.elementor-element-acf547e .elementor-icon-list-item > a{font-family:var( --e-global-typography-c771b8e-font-family ), Sans-serif;font-size:var( --e-global-typography-c771b8e-font-size );font-weight:var( --e-global-typography-c771b8e-font-weight );line-height:var( --e-global-typography-c771b8e-line-height );}.elementor-15831 .elementor-element.elementor-element-acf547e .elementor-icon-list-text{color:var( --e-global-color-eafb42a );transition:color 0.3s;}@media(max-width:1024px){.elementor-15831 .elementor-element.elementor-element-2abbd11 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-15831 .elementor-element.elementor-element-2abbd11 .elementor-icon-list-item > a{font-size:var( --e-global-typography-c771b8e-font-size );line-height:var( --e-global-typography-c771b8e-line-height );}.elementor-15831 .elementor-element.elementor-element-acf547e .elementor-icon-list-item > .elementor-icon-list-text, .elementor-15831 .elementor-element.elementor-element-acf547e .elementor-icon-list-item > a{font-size:var( --e-global-typography-c771b8e-font-size );line-height:var( --e-global-typography-c771b8e-line-height );}}@media(max-width:767px){.elementor-15831 .elementor-element.elementor-element-2abbd11 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-15831 .elementor-element.elementor-element-2abbd11 .elementor-icon-list-item > a{font-size:var( --e-global-typography-c771b8e-font-size );line-height:var( --e-global-typography-c771b8e-line-height );}.elementor-15831 .elementor-element.elementor-element-acf547e .elementor-icon-list-item > .elementor-icon-list-text, .elementor-15831 .elementor-element.elementor-element-acf547e .elementor-icon-list-item > a{font-size:var( --e-global-typography-c771b8e-font-size );line-height:var( --e-global-typography-c771b8e-line-height );}}/* Start custom CSS for icon-list, class: .elementor-element-2abbd11 */.change-icon .elementor-icon-list-items {
  display: grid;
  overflow: hidden;
}

.change-icon .elementor-icon-list-item {
  grid-area: 1 / 1;
  
  opacity: 0;
  transform: translateY(10px);

  animation: changeItem 16s infinite;

  display: flex !important;
  align-items: center;
}

/* delays */
.change-icon .elementor-icon-list-item:nth-child(1) {
  animation-delay: 0s;
}

.change-icon .elementor-icon-list-item:nth-child(2) {
  animation-delay: 4s;
}

.change-icon .elementor-icon-list-item:nth-child(3) {
  animation-delay: 8s;
}

.change-icon .elementor-icon-list-item:nth-child(4) {
  animation-delay: 12s;
}

@keyframes changeItem {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  5%,
  20% {
    opacity: 1;
    transform: translateY(0);
  }

  25%,
  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}/* End custom CSS */