/* colors */
/* easing bezier */
/* layout vars */
/* CTA DOUBLE MODULE */
.cta-double, .rounded-container .cta-double {
  padding: 0;
}
.cta-double.content-width, .rounded-container .cta-double.content-width {
  margin-bottom: 30px;
}
@media screen and (min-width : 48em) {
  .cta-double, .rounded-container .cta-double {
    display: flex;
    padding-top: 30px;
    gap: 30px;
  }
}
.cta-double img, .rounded-container .cta-double img {
  border-radius: 10px;
  float: right;
  margin-top: -50px;
  margin-right: -50px;
  width: 105px;
  height: auto;
}
@media screen and (min-width : 48em) {
  .cta-double img, .rounded-container .cta-double img {
    margin-right: 0;
    margin-top: -60px;
  }
}
.cta-double .cta, .rounded-container .cta-double .cta {
  border-radius: 30px;
  padding: 30px;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width : 48em) {
  .cta-double .cta, .rounded-container .cta-double .cta {
    margin-bottom: initial;
  }
}
.cta-double .cta:nth-child(1), .rounded-container .cta-double .cta:nth-child(1) {
  background-color: white;
}
.cta-double .cta:nth-child(2), .rounded-container .cta-double .cta:nth-child(2) {
  background-color: #C6E9FB;
}
.cta-double .cta-button, .rounded-container .cta-double .cta-button {
  border: solid 2px #005DAF;
  color: #005DAF;
}
.cta-double h3, .rounded-container .cta-double h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #005DAF;
}
@media screen and (min-width : 68.75em) {
  .cta-double h3, .rounded-container .cta-double h3 {
    font-size: 2.5rem;
  }
}
