body .content {
  overflow: visible;
}

.layout_preset {
  background: transparent !important;
}

.layout_cta {
  margin-bottom: -100px;
  background: transparent !important;
}
@media (max-width: 991.98px) {
  .layout_cta {
    margin-bottom: 0;
  }
}

.l-cta {
  position: relative;
  z-index: 1;
}
.l-cta__box {
  padding: 7em 4em 7em;
  z-index: 1;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1499.98px) {
  .l-cta__box {
    padding: 4em 4em 5em;
  }
}
@media (max-width: 1199.98px) {
  .l-cta__box {
    padding: 4em 3.5em;
  }
}
@media (max-width: 991.98px) {
  .l-cta__box {
    margin: 0;
    padding: 0em 6em 4em;
  }
}
@media (max-width: 767.98px) {
  .l-cta__box {
    padding: 0em 4em 3em;
    margin: 0 -50px;
  }
}
@media (max-width: 575.98px) {
  .l-cta__box {
    padding: 0em 3.5em 2.75em;
    margin: 0 -15px;
  }
}
.l-cta__image-container {
  height: 100%;
  min-width: 700px;
}
@media (max-width: 1499.98px) {
  .l-cta__image-container {
    min-width: 560px;
  }
}
@media (max-width: 991.98px) {
  .l-cta__image-container {
    min-width: auto;
  }
}
.l-cta__image {
  position: absolute;
  margin: auto;
  top: -130px;
  pointer-events: none;
  width: 100%;
}
@media (max-width: 1499.98px) {
  .l-cta__image {
    top: -90px;
  }
}
@media (max-width: 1199.98px) {
  .l-cta__image {
    top: -90px;
  }
}
@media (max-width: 991.98px) {
  .l-cta__image {
    top: -50px;
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .l-cta__image {
    top: -20px;
    position: relative;
  }
}
.l-cta__column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: auto;
}
@media (max-width: 991.98px) {
  .l-cta__column {
    align-items: center;
  }
}
.l-cta__title {
  color: #fff;
  font-family: "frontageregular", sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
  text-align: left;
  width: 60%;
}
@media (max-width: 1199.98px) {
  .l-cta__title {
    width: 80%;
    font-size: 2.75rem;
  }
}
@media (max-width: 991.98px) {
  .l-cta__title {
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .l-cta__title {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  .l-cta__title {
    font-size: 1.6rem;
  }
}
.l-cta__description {
  padding-right: 3em;
  color: #fff;
  font-family: "providencesansregular", sans-serif;
  font-size: 1.25rem;
  text-align: justify;
}
@media (max-width: 991.98px) {
  .l-cta__description {
    padding: 0;
    text-align: center;
  }
}
.l-cta__separator {
  width: 7%;
  height: 4px;
  background-color: #fff;
  border: none;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .l-cta__separator {
    width: 6%;
    height: 3px;
  }
}
.l-cta__row-container {
  display: flex;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  .l-cta__row-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.l-cta__button {
  margin-top: 20px;
  cursor: pointer;
  padding-right: 60px;
}