#cta-6502636c1bf67438620de3ce .component.cta .m0 {
  margin: 0;
}
#cta-6502636c1bf67438620de3ce .component.cta .mio-contract-bg {
  margin: 0;
  position: relative;
  background-color: #C9E3F9;
  border-radius: 5px;
}
#cta-6502636c1bf67438620de3ce .component.cta .mio-contract-bg .text-content {
  position: relative;
  padding: 10px;
  z-index: 1;
}
#cta-6502636c1bf67438620de3ce .component.cta .mio-contract-bg .text-content a {
  position: relative;
  display: inline-block;
  padding: 2px 25px 2px 15px;
  background: linear-gradient(270deg, #0C2340 0%, #0C2340 25%, #58B0E2 51%, #0C2340 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  text-decoration: none;
  border-radius: 5px;
  margin-left: 5px;
}
#cta-6502636c1bf67438620de3ce .component.cta .mio-contract-bg .text-content a:before {
  content: "";
  background-image: url(https://ferret-one.akamaized.net/images/64d1e4015f6ce50714fe6c9b/original.svg?utime=1691476993);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
#cta-6502636c1bf67438620de3ce .component.cta .mio-contract-bg .text-content a:hover {
  background-position: 99% 50%;
}
#cta-6502636c1bf67438620de3ce .component.cta .mio-contract-bg .text-content a:hover:before {
  transform: translate(5px, -50%);
}
@media (max-width: 767px) {
  #cta-6502636c1bf67438620de3ce .text-content {
    line-height: 1.3;
  }
  #cta-6502636c1bf67438620de3ce .text-content span span {
    font-size: 16px !important;
  }
  #cta-6502636c1bf67438620de3ce .text-content a {
    margin-top: 15px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-top: 5px !important;
  }
  #cta-6502636c1bf67438620de3ce .text-content a span {
    font-size: 16px !important;
  }
}