.elementor .circle-animation{width:10px;height:10px;position:absolute;animation: float 2s ease-in-out infinite;
}
@keyframes float {
0%, 100% {
  transform: translateY(0px);
}
50% {
  transform: translateY(-7.82707px);
}\n}.elementor .DUP_color-circle{& *:is(b,strong) {
color: var(--cadence-clr);
font-weight: 500  !important;
}\n}.elementor .DUP_gradient-color{--c-grad-from: #e91e8c;
--c-grad-to: #f97316;
& *:is(b, strong) {
  background: linear-gradient(90deg, var(--c-grad-from), var(--c-grad-to));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 500 !important;
}\n}