 .highlight { color: #EC6338}  body{ overflow-x:hidden!important;}  @keyframes featuresNotificacion { 0% { opacity: 0; transform: translateY(50px) scale(0.8); } 10% { opacity: 1; transform: translateY(0) scale(1); } 20% { opacity: 1; transform: translateY(0) scale(1); } 30%, 40% { opacity: 0; transform: translateY(0) scale(0.9); } } .features_notificacion, .features_pix { animation: featuresNotificacion 12.5s ease-in infinite; transform-origin: center left; } .features_notificacion:nth-child(1) { animation-delay: 0s; } .features_notificacion:nth-child(2) { animation-delay: 2.5s; } .features_notificacion:nth-child(3) { animation-delay: 5s; } .features_notificacion:nth-child(4) { animation-delay: 7.5s; } .features_notificacion:nth-child(5) { animation-delay: 10s; } .features_pix:nth-child(1) { animation-delay: 0s; } .features_pix:nth-child(2) { animation-delay: 2.5s; } .features_pix:nth-child(3) { animation-delay: 5s; } .features_pix:nth-child(4) { animation-delay: 7.5s; } .features_pix:nth-child(5) { animation-delay: 10s; }  .howto_step, .howto_number, .howto_title, .howto_description{ transition: background-color .3s ease, color .3s ease; } .howto_step:hover { background-color:#fff; } .howto_step:hover .howto_number{ background-color:#104E25; color:#fff; } .howto_step:hover .howto_title{ color:#111111 } .howto_step:hover .howto_description{ color:#111111 }  .beneficts_icon-wrapper{ transition:.3s ease background-color; } .beneficts_icon path{ transition:.3s ease fill; } .beneficts_card:hover .beneficts_icon-wrapper{ background-color:#B5FFD8; } .beneficts_card:hover .beneficts_icon path{ fill:#206C44; }  .about-us_thumb-video:hover #brxe-pjjuqe{ transform:scale(1.05); } #brxe-pjjuqe { transition:.3s ease transform; }  #brxe-dhfxhz { transition:.3s ease background-color;} #brxe-qrxdev:hover #brxe-dhfxhz{ transform: scale(1.2); opacity:.1;} .hide { display:none!important;}