/****************
 * Theme
 ****************/
/****************
 * Fonts
 ****************/
/****************
  * Colors
  ****************/
/****************
  * Grid Settings
  ****************/
/**************
  * Buttons
  **************/
/****************
  * Blocks
  ****************/
.block-cta.cta-bg {
  background-color: #21385C;
}

.block-cta.cta-bg .c-btn-primary {
  color: #21385C;
}

.block-cta.cta-bg .c-btn-primary:hover {
  color: #0F1929;
}

.block-cta.cta-bg .c-btn-secondary {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.block-cta.cta-bg .c-btn-secondary:hover {
  border-color: #fff;
  background-color: #fff;
  color: #0F1929;
}

.block-cta__bg::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, rgba(0, 51, 153, 0) 0%, #21385C 100%);
}

.block-cta__title, .block-cta__description,
.block-cta h2 {
  color: #FFFFFF;
}

.block-cta--dark {
  background-color: #21385C;
}

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