.cb_hero {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: 5;
  position: relative;
  margin-top: 56px;
}
@supports (margin: clamp(1em, 1vw, 1em)) {
  .cb_hero {
    margin-top: calc(56px - clamp(0px, 0.4166666667vw, 6px));
  }
}
.cb_hero .site__inner {
  position: relative;
}
@media (max-width: 768px) {
  .cb_hero .site__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 769px) {
  .cb_hero .site__inner {
    display: grid;
    grid-template-columns: 543fr 426fr;
    column-gap: 30px;
    align-items: flex-start;
  }
}
.cb_hero .button__container {
  margin-top: 24px;
}
@supports (margin: clamp(1em, 1vw, 1em)) {
  .cb_hero .button__container {
    margin-top: clamp(24px, 3.8888888889vw, 56px);
  }
}
.cb_hero .cb_button {
  min-width: 0;
}
@media (max-width: 560px), (min-width: 769px) and (max-width: 1129px) {
  .cb_hero .cb_button {
    width: 100%;
  }
}
@media (min-width: 769px) {
  @supports (margin: clamp(1em, 1vw, 1em)) {
    .cb_hero .cb_button {
      padding-left: clamp(26px, 3.0555555556vw, 44px);
      padding-right: clamp(26px, 3.0555555556vw, 44px);
    }
  }
}
.cb_hero .cb_button:only-child {
  padding-left: 0;
  padding-right: 0;
  width: 260px;
}

.cb_hero__content {
  position: relative;
}
@media (max-width: 768px) {
  @supports (padding: clamp(1em, 1vw, 1em)) {
    .cb_hero__content {
      padding-left: clamp(36px, 9.7222222222vw, 140px);
      padding-right: clamp(36px, 9.7222222222vw, 140px);
    }
  }
}
@media (min-width: 769px) {
  .cb_hero__content {
    margin-bottom: 36px;
  }
}

@media (min-width: 769px) {
  .cb_hero__content--nudge {
    margin-top: 20px;
  }
}
@media (min-width: 921px) {
  @supports (margin-top: clamp(1em, 1vw, 1em)) {
    .cb_hero__content--nudge {
      margin-top: clamp(0px, 5.5555555556vw, 80px);
    }
  }
}

.cb_hero__content__accent {
  position: absolute;
  top: -1.8315018315%;
  left: -20%;
  width: 39%;
  opacity: 0.25;
  filter: blur(50px) brightness(225%);
  color: var(--purple);
}
@media (max-width: 768px) {
  .cb_hero__content__accent {
    display: none;
  }
}
.cb_hero__content__accent svg {
  display: block;
  width: 100%;
  height: auto;
}

.cb_hero__copy.site__copy h1 {
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1666666667;
  text-transform: uppercase;
  color: var(--purple);
}
@supports (font-size: clamp(1em, 1vw, 1em)) {
  .cb_hero__copy.site__copy h1 {
    font-size: clamp(12px, 1.1428571429vw, 16px);
  }
}
.cb_hero__copy.site__copy h2 {
  font-weight: normal;
  font-size: 36px;
  line-height: 1.1666666667;
  text-transform: uppercase;
  color: var(--black);
}
@supports (font-size: clamp(1em, 1vw, 1em)) {
  .cb_hero__copy.site__copy h2 {
    font-size: clamp(30px, 4vw, 56px);
  }
}
.cb_hero__copy.site__copy h2 strong {
  font-weight: 900;
}
.cb_hero__copy.site__copy h1 + h2 {
  margin-top: 0.15em;
}
.cb_hero__copy.site__copy p, .cb_hero__copy.site__copy dl, .cb_hero__copy.site__copy li {
  font-size: 16px;
  line-height: 1.5;
}
@supports (font-size: clamp(1em, 1vw, 1em)) {
  .cb_hero__copy.site__copy p, .cb_hero__copy.site__copy dl, .cb_hero__copy.site__copy li {
    font-size: clamp(16px, 1.2857142857vw, 18px);
  }
}
.cb_hero__copy.site__copy h2 + p {
  margin-top: 1.4em;
}
.cb_hero__copy.site__copy a {
  text-decoration-color: transparent;
  color: var(--purple);
}
.cb_hero__copy.site__copy a:hover, .cb_hero__copy.site__copy a:focus {
  text-decoration-color: currentColor;
  color: var(--purple_dark);
}
.cb_hero__copy.site__copy dl {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.25em;
  align-items: flex-start;
}
@supports (margin: clamp(1em, 1vw, 1em)) {
  .cb_hero__copy.site__copy dl:last-of-type {
    margin-bottom: calc(0px - clamp(0px, 1.25vw, 18px));
  }
}
.cb_hero__copy.site__copy dt {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: var(--coal_alt);
}
.cb_hero__copy.site__copy dt svg {
  display: block;
  height: auto;
  margin-right: 10px;
  color: var(--purple);
}
.cb_hero__copy.site__copy dl.text--hidden {
  column-gap: 10px;
}
.cb_hero__copy.site__copy dl.text--hidden svg {
  margin-right: 0;
}
.cb_hero__copy.site__copy dl.text--hidden .text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.cb_hero__copy.site__copy dl.text--hidden dd {
  font-weight: bold;
  color: var(--coal_alt);
}
@media (max-width: 560px) {
  .cb_hero__copy.site__copy dl.label--full {
    grid-template-columns: 1fr;
    row-gap: 0.25em;
  }
}
@media (max-width: 560px) {
  .cb_hero__copy.site__copy dl.label--full dd {
    padding-left: 30px;
  }
}
.cb_hero__copy.site__copy dd ul {
  margin: 0;
  list-style: none;
}
.cb_hero__copy.site__copy dd li {
  line-height: 1.1875;
}

.cb_hero__background {
  position: relative;
}
@media (max-width: 768px) {
  .cb_hero__background {
    margin-top: 36px;
  }
}
@media (min-width: 769px) {
  .cb_hero__background {
    grid-column: 2;
    grid-row: 1;
  }
}

.cb_hero__background__accent {
  position: absolute;
  top: -4.8309178744%;
  left: -21.7391304348%;
  width: 146.3768115942%;
  opacity: 0.75;
  filter: blur(50px) brightness(125%);
  color: var(--purple);
}
@media (max-width: 768px) {
  .cb_hero__background__accent {
    display: none;
  }
}
.cb_hero__background__accent svg {
  display: block;
  width: 100%;
  height: auto;
}

.cb_hero__background__image__container {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cb_hero__background__image__container {
    aspect-ratio: 375/206;
  }
}
@media (min-width: 769px) {
  .cb_hero__background__image__container {
    margin-top: -36px;
    margin-right: -2.1428571429%;
    border-radius: 50%;
    color: var(--purple);
  }
}

.cb_hero__map {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cb_hero__map {
    aspect-ratio: 375/206;
  }
}
@media (min-width: 769px) {
  .cb_hero__map {
    margin-top: -36px;
    margin-right: -2.1428571429%;
    border-radius: 50%;
    color: var(--purple);
  }
}

.cb_hero__background__image {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}

.cb_hero__background__small_accent {
  z-index: 10;
  position: absolute;
  bottom: -17.3333333333%;
  right: 11.7333333333%;
  width: 29.3333333333%;
  color: var(--white);
}
@media (min-width: 769px) {
  .cb_hero__background__small_accent {
    bottom: -1.9323671498%;
    right: -18.3574879227%;
    width: 43.961352657%;
    color: var(--purple);
  }
}
.cb_hero__background__small_accent svg {
  display: block;
  width: 100%;
  height: auto;
}

.cb_hero__background__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--hero_overlay_fade);
}

.map__container__embed {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
