.herocolone-block {
  position: relative;
  padding: var(--block-padding-y) 0;
  overflow: hidden;
}
.herocolone-block.has-square-decoration {
  overflow: visible;
}
.herocolone-block.has-square-decoration .row,
.herocolone-block.has-square-decoration .span {
  overflow: visible;
}
.herocolone-block .center {
  position: relative;
  z-index: 1;
}
.herocolone-block .hero_content {
  display: flex;
  align-items: center;
  gap: var(--block-wide-gap);
}
.herocolone-block .text {
  flex: 1 1 auto;
  max-width: 900px;
}
.herocolone-block.has-hero-image .text {
  flex: 1 1 0;
  min-width: 0;
}
.herocolone-block .hero-block__image {
  position: relative;
  z-index: 2;
  order: 2;
  flex: 0 1 500px;
  max-width: 46%;
  margin: 0;
  overflow: visible;
}
.herocolone-block.hero-image-width-narrow .hero-block__image {
  flex-basis: 420px;
  max-width: 40%;
}
.herocolone-block.hero-image-width-wide .hero-block__image {
  flex-basis: 580px;
  max-width: 52%;
}
.herocolone-block .hero-block__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  object-fit: cover;
}
.herocolone-block .accreditation {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--space-md);
  margin: 0;
}
.herocolone-block.has-hero-image .accreditation {
  order: 3;
  flex: 0 0 100%;
  justify-content: flex-start;
}
.herocolone-block .textcenter.hero_content {
  flex-wrap: wrap;
}
.herocolone-block .textcenter .text {
  margin: 0 auto;
}
.herocolone-block .textcenter .accreditation {
  flex: 0 0 100%;
  justify-content: center;
}
.herocolone-block .bcols-one ul,
.herocolone-block .bcols-one ol {
  column-count: 1;
}
.herocolone-block .bcols-two ul,
.herocolone-block .bcols-two ol {
  column-count: 2;
  column-gap: var(--block-wide-gap);
}
.herocolone-block .bcols-two li {
  break-inside: avoid;
}
.herocolone-block p:last-child,
.herocolone-block ul:last-child {
  margin-bottom: 0;
}
.herocolone-block figure.bg_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 0;
}
.herocolone-block figure.hero-block__media-decoration {
  overflow: visible;
}
.herocolone-block figure.bg_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
}

@media screen and (max-width: 1023px) {
  .herocolone-block .hero_content {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: var(--space-xl);
  }
  .herocolone-block.has-hero-image .text {
    flex: 0 0 100%;
    width: 100%;
    max-width: 760px;
  }
  .herocolone-block .hero-block__image {
    flex: 0 0 auto;
    width: min(100%, 500px);
    max-width: 100%;
    margin-inline: auto;
  }
  .herocolone-block.hero-image-width-narrow .hero-block__image,
  .herocolone-block.hero-image-width-wide .hero-block__image {
    flex: 0 0 auto;
    width: min(100%, 500px);
    max-width: 100%;
  }
  .herocolone-block .accreditation {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .herocolone-block {
    padding: var(--block-padding-y-mobile) 0;
  }
  .herocolone-block .hero-block__image,
  .herocolone-block.hero-image-width-narrow .hero-block__image,
  .herocolone-block.hero-image-width-wide .hero-block__image {
    width: min(100%, 460px);
  }
}
