[button-id="20336000000891023"] a::after {
  visibility: hidden !important;
}

[button-id="20336000000891023"] a:hover {
  background-color: #ffc538 !important;
  color: #072675 !important;
  transition: all .6s;
}

[id="20336000000891135"] .owl-stage {
  animation: scroll 20s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

[id="20336000000891135"] .owl-stage:hover {
  animation-play-state: paused;
}

[media-id="20336000001047036"] {
  animation: updownanimation 3s ease-in-out infinite alternate;
}

@keyframes updownanimation {
  0% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(5px);
  }
}


/* [data-element-id="20336000000891659"] .li-item:hover,
[data-element-id="20336000000891038"] .grb-list>*:hover {
  transition: transform .5s ease;
  -webkit-transform: scale(1.1);
  cursor: pointer;
} */

[data-element-id="20336000000891038"] .grb-list>* {
  border: 1px solid #c0b5b5;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px #b6b6b6;
}

[text-id="20336000000963609"],
[text-id="20336000000891016"],
[text-id="20336000000891033"],
[text-id="20336000000891130"],
[text-id="20336000000891219"],
[text-id="20336000000891391"] {
  opacity: 0;
  transform: translateY(20px);
  animation: fade-up 1s linear forwards;
}

@keyframes fade-up {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
