.sd-block-cta {
  display: block;
  overflow: hidden;
  background-color: #FFF;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
}
.sd-block-cta:hover .sd-block-cta-image .sd-block-cta-image-button:before {
  left: 0;
}
.sd-block-cta.marginbottom-15px {
  height: calc(100% - 15px);
}
.sd-block-cta.marginbottom-30px {
  height: calc(100% - 30px);
}
.sd-block-cta.marginbottom-45px {
  height: calc(100% - 45px);
}
.sd-block-cta.marginbottom-60px {
  height: calc(100% - 60px);
}
.sd-block-cta.image-only {
  height: 200px;
}
.sd-block-cta.image-only.cta-small {
  height: 100%;
}
.sd-block-cta.image-only .sd-block-cta-image {
  height: 100%;
  object-fit: cover;
}
.sd-block-cta.image-only .sd-block-cta-image img {
  filter: brightness(0.9);
}
.sd-block-cta.image-only .sd-block-cta-image:before {
  z-index: 1;
  bottom: 15px;
  border-bottom: 2px solid #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sd-block-cta.image-only .sd-block-cta-content {
  position: absolute;
  top: 0;
  text-align: left;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px;
}
.sd-block-cta.image-only .sd-block-cta-content .sd-block-cta-image-button {
  border: none;
  position: relative;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  transform: unset;
  top: unset;
  left: unset;
  margin-bottom: 10px;
}
.sd-block-cta.image-only .sd-block-cta-content .sd-block-title h3 {
  color: #FFF;
}
.sd-block-cta.image-only .sd-block-cta-content .sd-block-text p {
  color: #FFF;
}
.sd-block-cta .sd-block-cta-image {
  height: 400px;
  position: relative;
  background-color: #03192d;
}
.sd-block-cta .sd-block-cta-image:before {
  content: "";
  position: absolute;
  display: block;
  top: 15px;
  right: 15px;
  bottom: 0;
  left: 15px;
  border: 2px solid #FFF;
  border-bottom: 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.sd-block-cta .sd-block-cta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sd-block-cta .sd-block-cta-content {
  padding: 30px;
  text-align: center;
  position: relative;
}
.sd-block-cta .sd-block-cta-content .sd-block-cta-image-button {
  height: 46px;
  width: 46px;
  top: -45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 50%);
  color: #FFF;
  background-color: #de982e;
  border: 3px solid #FFF;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.sd-block-cta .sd-block-cta-content .sd-block-cta-image-button svg {
  height: unset;
  width: 16px;
  z-index: 1;
}
.sd-block-cta .sd-block-cta-content .sd-block-cta-image-button:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: -105%;
  top: 0;
  background-color: #a1304a;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

/*# sourceMappingURL=style.css.map */
