#cta-6502a3d666b8ba0669eca959 .component.cta {
  margin: 0;
}
#cta-6502a3d666b8ba0669eca959 .component.cta .cta-row,
#cta-6502a3d666b8ba0669eca959 .component.cta .m0 {
  margin: 0;
}
#cta-6502a3d666b8ba0669eca959 .component.cta .lh-13 {
  line-height: 1.3;
}
#cta-6502a3d666b8ba0669eca959 .component.cta .mio-links {
  position: relative;
  background-image: url(https://ferret-one.akamaized.net/images/64616f708c9ca80aff9ac511/original.jpeg?utime=1684107120);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#cta-6502a3d666b8ba0669eca959 .component.cta .mio-links:before {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#cta-6502a3d666b8ba0669eca959 .component.cta .mio-links p a {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  align-content: center;
  flex-wrap: wrap-reverse;
  line-height: 1.3;
  color: #0C2340;
  font-weight: bold;
  background-color: #fff;
  width: 260px;
  height: 75px;
  padding-left: 17px;
  padding-right: 17px;
  border-radius: 5px;
  transition: background-color 0.3s;
}
#cta-6502a3d666b8ba0669eca959 .component.cta .mio-links p a:first-child {
  background-color: #C9E3F9;
}
#cta-6502a3d666b8ba0669eca959 .component.cta .mio-links p a:before {
  content: "";
  background-image: url(https://ferret-one.akamaized.net/images/64ae1328ecd68a01c5e127dc/original.svg?utime=1689129768);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
#cta-6502a3d666b8ba0669eca959 .component.cta .mio-links p a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #0C2340;
  transition: transform 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
#cta-6502a3d666b8ba0669eca959 .component.cta .mio-links p a:hover:before {
  transform: translate(5px, -50%);
}
#cta-6502a3d666b8ba0669eca959 .component.cta .mio-links p a:hover:after {
  transform: scale(1, 1);
}
@media (min-width: 768px) {
  #cta-6502a3d666b8ba0669eca959 .component.cta .mio-links p a {
    font-size: 16px;
    width: 280px;
  }
}