/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/blocks/jh-cta-image/jh-cta-image.scss ***!
  \*****************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&family=Poppins:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&family=Roboto:ital,wght@0,400;0,500;1,400;1,500&display=swap);
/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/blocks/jh-cta-image/jh-cta-image.scss (1) ***!
  \*********************************************************************************************************************************************/
/** Do not define variables outside of abstracts, if you find them breaking your build find the offender and move it into the abstracts folder **/
/**
 * Switch for palettes with a quartenary color.
 *
 * This must be included with the palette in order for the `with-extended-palette`
 * function to work properly.
 */
/**
 * Conditionally use colors based on whether the palette includes a quartenary value.
 *
 * @param {string} $if-has-4 The value to use if the palette has a quartenary color.
 * @param {string} $if-has-3 The value to use if the palette does not has a quartenary color.
 */
/**
 * Returns the calculation used for the full-width base.
 */
/**
 * Styles the overview banner gradient based on the supplied color and direction.
 *
 * @param string $direction The gradient direction (top, bottom, left, right).
 */
.mb-none {
  margin-bottom: 0 !important;
}

.mb-unit {
  margin-bottom: 1rem !important;
}

.mb-small {
  margin-bottom: 1rem !important;
}

.mb-medium {
  margin-bottom: 1.5rem !important;
}

.mb-large {
  margin-bottom: 2rem !important;
}

.mb-larger {
  margin-bottom: 2.875rem !important;
}

.mb-xlarge {
  margin-bottom: 4rem !important;
}

.mb-xxlarge {
  margin-bottom: 8rem !important;
}

/**
 * Adds focus ring outline.
 * https://remysharp.com/til/css/focus-ring-default-styles
 */
/**
 * Remove browser default button styles
 */
/**
 * Breakpoints
 */
/**
 * Vertical rhythm.
 *
 * @param {String} $spacing Vertical spacing value in pixels.
 */
/**
 * Returns the calculation used for the full-width base.
 */
/**
 * Styles the overview banner gradient based on the supplied color and direction.
 *
 * @param string $direction The gradient direction (top, bottom, left, right).
 */
.large-ctas {
  padding: 4rem 0;
}
@media only screen and (min-width: 48rem) {
  .large-ctas {
    background-color: #DCEAF0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

.large-cta {
  margin-bottom: 2rem;
}
.large-cta__inner {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 48rem) {
  .large-cta__inner {
    flex-direction: row;
  }
}
.large-cta__image {
  aspect-ratio: 971/423;
  margin-bottom: 2rem;
  max-width: 100%;
}
@media only screen and (min-width: 48rem) {
  .large-cta__image {
    margin-bottom: 0;
  }
}
.large-cta__content {
  background: #FFFFFF;
  color: #393D47;
  margin: 0 1rem;
}
@media only screen and (min-width: 48rem) {
  .large-cta__content {
    margin: 0;
    padding: 4rem;
  }
}
.large-cta__title {
  font-family: "Poppins", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.36;
  margin-bottom: 1.5625rem;
}
.large-cta__text {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.large-cta__gradient {
  background-color: #a6172b;
  width: 5rem;
}
.large-cta__link {
  align-items: center;
  color: #12749a;
  display: flex;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}
.large-cta__link .icon__open,
.large-cta__link .icon__open path {
  transition: all 0.3s ease-in-out;
}
.large-cta__link-text {
  margin-right: 0.75rem;
}
@media only screen and (min-width: 48rem) {
  .large-cta--reverse .large-cta__inner {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 48rem) {
  .large-cta--reverse {
    align-self: flex-end;
  }
}
@media only screen and (min-width: 48rem) {
  .large-cta {
    margin-bottom: 0;
    width: 87.5%;
  }
}

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