.cta-image-container {
  background: #021067;
  color: var(--iside-color-white);
  border-radius: 20px;
  position: relative;
  padding: 40px;
  overflow: hidden;
}

.cta-image-container__cta_buttons {
  margin-top: 60px;
  display: flex;
}

.cta-image-container p {
  font-family: var(--iside-font-family);
}

.cta-image-container__content {
  max-width: 67%;
}

.cta-image-container.style-2 .cta-image-container__content {
  max-width: 55%;
}
.cta-image-container__content * {
  margin-top: 0;
}

.cta-image-container__content p:last-child {
  margin-bottom: 0;
}

.cta-image-container .hs-button {
  display: inline-block;
  width: auto;
  margin-right: 40px;
}

.cta-image-container:before,
.cta-image-container:after {
  content: "";
  display: block;
  height: 100%;
  margin: auto;
  position: absolute;
  right: 0;
  width: 30%;
}

.cta-image-container:before {
  top: 0;
  border-top-right-radius: 20px;
}

.cta-image-container:after {
  bottom: 0;
  border-bottom-right-radius: 20px;
}

.cta-image-container.style-1:before {
  background: transparent radial-gradient(farthest-corner at 100% 0, #3dbb56 0, #3dbb5600 70%) 0 0 no-repeat padding-box;
}

.cta-image-container.style-1:after {
  background: transparent radial-gradient(farthest-corner at 100% 100%, #004df5 0, #004df500 70%) 0 0 no-repeat padding-box;
}

.cta-image-container .hs-button.button-1 {
  // background: var(--iside-color-green);
  // color: var(--iside-color-white);
}

.cta-image-container.style-2 {
  background: var(--iside-color-yellow);
  color: var(--iside-color-dark_blue);
}

.cta-image-container.style-2:before {
  background: transparent radial-gradient(farthest-corner at 100% 0%, #3DBB56 0%, #3DBB5600 70%) 0% 0% no-repeat padding-box;
}

.cta-image-container.style-2:after {
  background: transparent radial-gradient(farthest-corner at 100% 100%, #004df5 0, #004df530 50%, #004df500 70%) 0 0 no-repeat padding-box;
}

.cta-image-container.style-2 .button-v2 span {
  color: var(--iside-color-dark_blue);
}

.cta-image-container.style-1 .cta-image-container__visual.xs {
  display: none;
}
.cta-image-container.style-1 .cta-image-container__visual:not(.xs) {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  max-height: 230px;
}
.cta-image-container.style-2 .cta-image-container__visual {
  position: absolute;
  bottom: -41px;
  right: 0;
  max-width: 38%;
}

.cta-image-container.style-3 {
  background: var(--iside-color-green);
  color: var(--iside-color-white);
}

.cta-image-container.style-3:before {
  background: transparent radial-gradient(farthest-side at 106% -14%, #FFE01B 0%, #FFE01B00 100%) 0% 0% no-repeat padding-box;
  width: 25%;
  height: 80%;
  z-index: 10;
  right: 0;
  top: 0;
  left: unset;
  bottom: unset;
}

.cta-image-container.style-3:after {
  background: transparent radial-gradient(farthest-side at 100% 100%, #004DF5 0%, #004DF500 100%) 0% 0% no-repeat padding-box;
  background-position: left;
  height: 120%;
  width: 50%;
}

.cta-image-container.style-3 .cta-image-container__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta-image-container.style-3 .cta-image-container__cta_buttons {
  margin: 0;
}

.cta-image-container__wrapper {
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .cta-image-container {
    overflow: hidden;
    text-align: center;
    padding: 30px 20px 50px;
    margin: 0 calc( ( var(--iside-row-margin-xs) / 2 ) * -1 );
  }

  .cta-image-container__cta_buttons {
    justify-content: center;
    margin-top: 30px;
  }

  .cta-image-container h1,
  .cta-image-container h2,
  .cta-image-container h3,
  .cta-image-container h4,
  .cta-image-container h5,
  .cta-image-container h6 {
    font-size: 25px !important;
  }

  .cta-image-container p {
    font-size: 16px !important;
  }

  .cta-image-container.style-1 .cta-image-container__content,
  .cta-image-container.style-2 .cta-image-container__content {
    max-width: 100%;
  }

  .cta-image-container:before,
  .cta-image-container:after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 50%;
    opacity: 0.8;
  }

  .cta-image-container:before {
    right: auto;
    left: 0;
    z-index: 10;
    border-top-right-radius: unset;
    border-bottom-left-radius: 20px;
  }

  .cta-image-container.style-1 .cta-image-container__visual.xs {
    display: block;
    width: 80%;
    margin-left: -40px;
    margin-top: 40px;
  }
  .cta-image-container.style-1 .cta-image-container__visual:not(.xs) {
    display: none;
  }
  .cta-image-container.style-2 .cta-image-container__visual {
    bottom: unset;
    position: relative;
    right: unset;
    margin-top: 40px;
    width: 300px;
    max-width: 100%;
    vertical-align: bottom;
  }
  .cta-image-container.style-2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .cta-image-container .hs-button {
    margin-right: 20px;
  }
  .cta-image-container.style-3 {
    padding-bottom: 30px;
}
  .cta-image-container.style-3 .cta-image-container__wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .cta-image-container.style-1:before {
    background: transparent radial-gradient(farthest-corner at 0% 100%, #004DF5 0%, #004DF500 70%) 0% 0% no-repeat padding-box;
  }
  .cta-image-container.style-1:after {
    background: transparent radial-gradient(farthest-corner at 100% 100%, #3DBB56 0%, #3DBB5600 70%) 0% 0% no-repeat padding-box;
  }
  .cta-image-container.style-2:before {
    background: transparent radial-gradient(farthest-corner at 0% 100%, #004DF5 0%, #004DF530 60%, #004DF500 70%) 0% 0% no-repeat padding-box;
  }
  .cta-image-container.style-2:after {
    background: transparent radial-gradient(farthest-corner at 100% 100%, #3DBB56 0%, #3DBB5600 70%) 0% 0% no-repeat padding-box;
  }
}