.cta-block {
  padding: 75px 0;
}
@media (min-width: 64em) {
  .cta-block.is-overlay {
    padding: 0;
  }
  .cta-block.is-overlay .layout__col--arrow {
    flex-direction: column;
    max-width: 535px;
  }
  .cta-block.is-overlay .layout__col--arrow > * {
    max-width: 100%;
    margin: 0;
  }
  .cta-block.is-overlay .cta-block__image {
    margin-left: 0;
  }
  .cta-block.is-overlay .overlay-before__arrow {
    height: 75px;
    width: 100%;
    max-width: 535px;
    margin-left: 0;
  }
  .cta-block.is-overlay .layout__col--text {
    margin: 0;
    padding: 75px 15px;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cta-block.is-overlay .container .flex {
    align-items: stretch;
  }
  .cta-block.is-overlay::before {
    content: "";
    display: block;
  }
}
.cta-block .flex {
  display: block;
}
@media (min-width: 64em) {
  .cta-block .flex {
    display: flex;
  }
}
.cta-block .layout__col--text {
  position: relative;
  z-index: 2;
  margin-top: auto;
  margin-bottom: auto;
}
.cta-block.layout--left .layout__col--text {
  text-align: right;
}
@media (min-width: 48em) {
  .cta-block.layout--left .layout__col--text {
    text-align: right;
  }
}
.cta-block.layout--left .cta-block__ctas {
  justify-content: flex-end;
}
.cta-block.layout--left .cta-block__ctas li {
  margin: 15px 0 0 15px;
}
.cta-block.layout--right .layout__col:last-child {
  display: flex;
}
@media (min-width: 48em) {
  .cta-block.layout--right .layout__col:last-child {
    margin-left: auto;
  }
}
.cta-block.layout--right .layout__col:last-child .cta-block__image {
  margin-left: auto;
}
.cta-block__pretitle {
  font-family: "Larken", serif;
  font-size: 1.5rem;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (min-width: 48em) {
  .cta-block__pretitle {
    font-size: 1.875rem;
    margin-bottom: 40px;
  }
}
@media (min-width: 64em) {
  .cta-block__pretitle {
    font-size: 2rem;
  }
}
.cta-block__title {
  font-family: "Larken", serif;
  line-height: 1em;
  font-weight: 900;
  margin-bottom: 25px;
  font-size: 1.875rem;
}
@media (min-width: 48em) {
  .cta-block__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 64em) {
  .cta-block__title {
    font-size: 2.875rem;
  }
}
.cta-block__text {
  font-size: 1.125rem;
  margin-bottom: 20px;
}
.cta-block__ctas {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cta-block__ctas li {
  margin: 15px 15px 0 0;
}
.cta-block__ctas li:first-child {
  margin-left: 0;
}
.cta-block__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 400px;
  max-height: 400px;
  max-width: 435px;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 48em) {
  .cta-block__image {
    max-width: 535px;
    max-height: 500px;
    min-height: 500px;
    margin-top: -70px;
  }
}
@media (min-width: 64em) {
  .cta-block__image {
    min-height: 550px;
    max-height: 550px;
    max-width: 585px;
    margin-top: 0;
  }
}
.cta-block__image svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/*# sourceMappingURL=cta-block.css.map */
