/*	LEFT IMAGE RIGHT CTA
-------------------------------------------- */
.left-image-right-cta {
  position: relative;
  background: #2C2E35;
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .left-image-right-cta {
    padding: 60px 0;
  }
}
.left-image-right-cta__shape {
  position: absolute;
  z-index: 1;
}
.left-image-right-cta__shape--top-right {
  top: 0;
  right: 0;
}
.left-image-right-cta__shape--top-right img {
  display: block;
  width: 219px;
  height: 377px;
}
@media (max-width: 1199.98px) {
  .left-image-right-cta__shape--top-right img {
    width: 180px;
    height: 310px;
  }
}
@media (max-width: 991.98px) {
  .left-image-right-cta__shape--top-right img {
    width: 150px;
    height: 260px;
  }
}
@media (max-width: 767.98px) {
  .left-image-right-cta__shape--top-right img {
    width: 120px;
    height: 200px;
  }
}
@media (max-width: 575.98px) {
  .left-image-right-cta__shape--top-right img {
    width: 90px;
    height: 150px;
  }
}
.left-image-right-cta__shape--bottom-left {
  bottom: 0;
  left: 0;
}
.left-image-right-cta__shape--bottom-left img {
  display: block;
  width: 196px;
  height: 354px;
}
@media (max-width: 1199.98px) {
  .left-image-right-cta__shape--bottom-left img {
    width: 160px;
    height: 290px;
  }
}
@media (max-width: 991.98px) {
  .left-image-right-cta__shape--bottom-left img {
    width: 130px;
    height: 240px;
  }
}
@media (max-width: 767.98px) {
  .left-image-right-cta__shape--bottom-left img {
    width: 100px;
    height: 180px;
  }
}
@media (max-width: 575.98px) {
  .left-image-right-cta__shape--bottom-left img {
    width: 80px;
    height: 140px;
  }
}
.left-image-right-cta__wrapper {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .left-image-right-cta__wrapper {
    max-width: 100%;
    margin: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .left-image-right-cta__wrapper {
    margin: 0 16px;
    border-radius: 12px;
  }
}
.left-image-right-cta__content {
  display: flex;
}
@media (max-width: 767.98px) {
  .left-image-right-cta__content {
    flex-direction: column;
    min-height: auto;
  }
}
.left-image-right-cta__image-column {
  flex: 1;
  display: flex;
  align-items: center;
}
.left-image-right-cta__image {
  width: 100%;
  height: 100%;
  aspect-ratio: 739/440;
  overflow: hidden;
  border-radius: 8px 8px 106px 0px;
}
.left-image-right-cta__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.left-image-right-cta__image-link {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.left-image-right-cta__image-link:hover {
  transform: scale(1.05);
}
.left-image-right-cta__image-link:hover img {
  filter: brightness(1.1);
}
.left-image-right-cta__cta-column {
  flex: 1;
  display: flex;
  align-items: center;
}
.left-image-right-cta__cta-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 80px;
}
@media (max-width: 1199.98px) {
  .left-image-right-cta__cta-content {
    padding: 60px;
  }
}
@media (max-width: 991.98px) {
  .left-image-right-cta__cta-content {
    padding: 60px 40px 40px 40px;
  }
}
@media (max-width: 767.98px) {
  .left-image-right-cta__cta-content {
    padding: 40px 16px;
  }
}
.left-image-right-cta__text {
  margin: 0;
}
.left-image-right-cta__text p {
  margin: 0 0 16px 0;
}
.left-image-right-cta__text p:last-child {
  margin-bottom: 0;
}
.left-image-right-cta__button-wrapper {
  margin-top: 8px;
}
@media (max-width: 767.98px) {
  .left-image-right-cta__button-wrapper {
    margin-top: 4px;
  }
}