.two-columns--container {
  display: flex;
  gap: 60px;
}
.two-columns.layout--left-right .two-columns--container {
  flex-direction: column;
}
.two-columns.layout--right-left .two-columns--container {
  flex-direction: column-reverse;
}
@media screen and (width >= 60rem) {
  .two-columns.layout--left-right .two-columns--container, .two-columns.layout--right-left .two-columns--container {
    flex-direction: row;
  }
}
.two-columns.bg--Primary-900 .eyebrow {
  color: var(--Secondary-500);
}
.two-columns.bg--White .eyebrow, .two-columns.bg--Color-beige .eyebrow {
  color: var(--Tertiary-600);
}
.two-columns--content {
  position: relative;
}
.two-columns--buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.two-columns--column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-inline: auto;
  max-width: 600px;
}
@media screen and (width >= 60rem) {
  .two-columns--column {
    gap: 50px;
  }
}
.two-columns--column-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (width < 48rem) {
  .two-columns--column-content:has(.prefix-quote) {
    padding-left: 30px;
  }
}
@media screen and (width >= 48rem) {
  .two-columns--column-content.extra-space {
    max-width: 620px;
  }
}
@media screen and (width >= 60rem) {
  .two-columns--column-content.extra-space {
    padding-left: 120px;
  }
}
.two-columns--column-image {
  text-align: center;
}
.two-columns--column-stacked_image_-_content {
  padding-block: 10px;
}
@media screen and (width >= 48rem) {
  .two-columns--column-stacked_image_-_content {
    max-width: 32.563rem;
  }
}
@media screen and (width >= 60rem) {
  .two-columns--column-stacked_image_-_content {
    padding-block: 25px;
  }
}
.two-columns--column-stacked_image_-_content .two-columns--image {
  width: 100%;
  margin-bottom: 20px;
}
.two-columns .prefix-quote {
  position: relative;
}
.two-columns .prefix-quote::before {
  content: "";
  width: 22px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: -33px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='16' viewBox='0 0 22 16' fill='none'%3E%3Cpath d='M6.12121 5.0303C5.83838 5.59596 5.41414 6.0404 4.84848 6.36364C4.76768 6.40404 4.58586 6.48485 4.30303 6.60606C4.0202 6.72727 3.81818 6.84848 3.69697 6.9697C3.57576 7.09091 3.51515 7.21212 3.51515 7.33333C3.51515 7.65657 3.65657 7.81818 3.93939 7.81818C4.0202 7.81818 4.34343 7.73737 4.90909 7.57576C5.51515 7.37374 6.16162 7.27273 6.84849 7.27273H8.72727V16H0V8.12121C0 7.27273 0.121212 6.52525 0.363636 5.87879C0.646465 5.23232 1.25253 4.0606 2.18182 2.36363L3.51515 0H8.72727L6.12121 5.0303ZM18.7273 5.0303C18.4444 5.59596 18.0202 6.0404 17.4545 6.36364C17.3737 6.40404 17.1919 6.48485 16.9091 6.60606C16.6263 6.72727 16.4242 6.84848 16.303 6.9697C16.1818 7.09091 16.1212 7.21212 16.1212 7.33333C16.1212 7.65657 16.2626 7.81818 16.5455 7.81818C16.6263 7.81818 16.9495 7.73737 17.5152 7.57576C18.1212 7.37374 18.7677 7.27273 19.4545 7.27273H21.3333V16H12.6061V8.12121C12.6061 7.27273 12.7273 6.52525 12.9697 5.87879C13.2525 5.23232 13.8586 4.0606 14.7879 2.36363L16.1212 0H21.3333L18.7273 5.0303Z' fill='%238A61B6'/%3E%3C/svg%3E") no-repeat center center;
}
@media screen and (width < 71.25rem) {
  .two-columns--column-gallery {
    margin-bottom: 80px;
  }
}
@media screen and (width >= 71.25rem) {
  .two-columns--column-gallery {
    padding-inline: 60px;
  }
}
.two-columns--column-gallery .splide--progress {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -90px;
}
@media screen and (width >= 71.25rem) {
  .two-columns--column-gallery .splide--progress {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    left: -60px;
    width: calc(100% + 120px);
  }
  .two-columns--column-gallery .splide--progress .splide--counter {
    display: none;
  }
  .two-columns--column-gallery .splide--progress .splide__arrows {
    justify-content: space-between;
  }
}
.two-columns--column-code-container {
  padding: 25px 20px;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (width >= 60rem) {
  .two-columns--column-code-container {
    padding: 80px 60px;
  }
}
.two-columns--column-code-container.bg--White {
  box-shadow: -1px 0px 10px 1px rgba(230, 229, 225, 0.5), 5px 6px 10px 0 rgba(240, 240, 240, 0.5);
}
.single-lp .two-columns--column-code-container {
  background-color: var(--Primary-800) !important;
  color: var(--White) !important;
}
.two-columns--column-code-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (width >= 48rem) {
  .two-columns--column-code-header {
    flex-direction: row;
    gap: 20px;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.two-columns--column-code-title {
  flex: 1;
  line-height: 1;
  margin: 0 !important;
}
.two-columns--column-code-info {
  margin-bottom: 0 !important;
}
@media screen and (width >= 48rem) {
  .two-columns--column-code-info {
    text-align: right;
  }
}
.two-columns--column-accordion {
  max-width: 500px;
}
.two-columns--column-accordion .accordions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (width >= 48rem) {
  .two-columns--column-accordion .accordions {
    gap: 30px;
  }
}
.two-columns--column-accordion .accordion-trigger {
  font-weight: 600;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  align-items: center;
  text-align: left;
}
.two-columns--column-accordion .accordion-trigger .accordion-title {
  padding-top: 2px;
}
.two-columns--column-accordion .accordion-panel {
  overflow: hidden;
  transition: all 0.3s ease;
  margin-left: 50px;
  visibility: hidden;
  display: grid;
  grid-template-rows: 0fr;
}
.two-columns--column-accordion .accordion-panel > * {
  overflow: hidden;
}
.two-columns--column-accordion .accordion-panel[aria-hidden=false] {
  padding-top: 5px;
  visibility: visible;
  grid-template-rows: 1fr;
}
.two-columns--column-accordion .accordion-icon {
  transition: transform 0.3s ease;
  margin-top: -1px;
}
.two-columns--column-accordion [aria-expanded=true] .accordion-icon {
  transform: rotate(45deg);
}
.two-columns--column-testimonial {
  padding: 1.25rem;
  max-width: 500px;
  background-color: white;
  border-radius: 1rem;
  border: 1px solid var(--Light-Periwinkle);
}
.two-columns--column-testimonial .testimonial__quote {
  font-size: 16px;
  font-weight: 500;
}
.two-columns--column-testimonial .testimonial__author {
  font-weight: 500;
}
.two-columns--column-testimonial .testimonial__byline {
  font-size: 13px;
  opacity: 0.7;
}
.two-columns--card {
  padding: 1.25rem;
  border-radius: 1rem;
  border: 1px solid var(--Light-Periwinkle);
  flex: 1;
  height: 100%;
}
.two-columns--card__stat-number {
  font-weight: 400;
}
.two-columns .hero--highlight-strip {
  position: relative;
  margin-top: 1rem;
}
.two-columns .hero--highlight-strip__inner {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 4.4rem;
  padding: 1.25rem;
}
.two-columns .hero--highlight-strip__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 636 72' preserveAspectRatio='none'><path fill='%23D7CEF1' transform='scale(-1, 1)' transform-origin='50% 50%' d='M593 1.4c0 2.2-5 2.4-44.5 2.5C487.7 4 391 5 334.5 6L233 7.5A3918 3918 0 0 0 122.5 10C27.2 12.4 17.7 13.2 15 19.3c-.5 1.2-3.4 3.3-6.5 4.7C5.1 25.4 3 27 3 28s-.7 2.5-1.5 3.6c-1.6 2-2 10-.6 10.8.5.3 1.3 2.5 2 5 1.3 5.3 6.7 10.5 12.9 12.5 3.8 1.3 5.7 1.3 15.5-.2C37.5 58.7 46 58 50 58s11.3-.5 16-1c11.8-1.5 78.1-2.3 81.4-1 1.8.6 3.5.5 6-.5 4.2-1.8 13.5-2 20.7-.4 5.7 1.3 5 2.9-1.2 2.9-2 0-5.3.7-7.4 1.6-2.3 1-6.3 1.5-10.4 1.4-12.2-.3-28.9 2-45.6 6-5 1.2-10.5 2.5-12.3 2.7-1.7.3-3.2.9-3.2 1.4s80.8.9 193 .9c153.9 0 193-.2 193-1.2-.6-4.3 1.3-4.6 11.5-2 5.1 1.4 66.5.8 75-.6 3.3-.6 12.3-1.3 20-1.7 23.3-1 34-4.1 37-10.8a121.8 121.8 0 0 0 9-21q.5-1.5 2-1.7c1.1 0 1.5-1 1.5-4q0-4.2-1.5-4c-1.6 0-4.5-5.2-6.5-12q-2.5-8.3-8-9.4-2.8-.6-3-2c0-1.4-2-1.6-12-1.6-9.5 0-12 .3-12 1.4'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.two-columns .hero--highlight-strip__text {
  font-size: 0.95rem;
  line-height: 1.4;
  font-weight: 600;
  max-width: 445px;
  position: relative;
}
.two-columns .hero--highlight-strip__help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background-color: var(--Indigo);
  color: var(--White);
  cursor: pointer;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  position: relative;
}
.two-columns .hero--highlight-strip__help:focus {
  outline: 2px solid rgba(0, 0, 0, 0.35);
  outline-offset: 2px;
}
.two-columns .hero--highlight-strip__tooltip {
  --tip-color: var(--White);
  position: absolute;
  top: calc(100% - 11px);
  right: -21px;
  max-width: min(420px, 90vw);
  padding: 0.75rem 0.9rem;
  background: var(--tip-color);
  color: var(--Indigo);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  font-size: 0.9rem;
  line-height: 1.35;
  z-index: 20;
}
.two-columns .hero--highlight-strip__tooltip a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.two-columns .hero--highlight-strip__tooltip p:not(:last-child) {
  margin-bottom: 1rem;
}
.two-columns .hero--highlight-strip__tooltip::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 26px;
  width: 12px;
  height: 12px;
  background: var(--tip-color);
  transform: rotate(45deg);
}
.two-columns .hero--highlight-strip__tooltip.is-right {
  left: auto;
  right: 0;
}
.two-columns .hero--highlight-strip__tooltip.is-right::before {
  left: auto;
  right: 14px;
}
.two-columns .hero--highlight-strip__tooltip:not([hidden]) {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .two-columns .hero--highlight-strip__inner:hover .two-columns .hero--highlight-strip__tooltip, .two-columns .hero--highlight-strip__help:focus + .two-columns .hero--highlight-strip__tooltip {
    display: block;
  }
}
.two-columns .hero--highlight-strip .pointing-arrow {
  position: absolute;
  bottom: 0;
  left: -72px;
  display: none;
  max-width: 70px;
}
@media (min-width: 824px) {
  .two-columns .hero--highlight-strip .pointing-arrow {
    display: block;
  }
}
@media (min-width: 1370px) {
  .two-columns .hero--highlight-strip .pointing-arrow {
    left: -110px;
    max-width: 110px;
  }
}
.two-columns:has(.hero--highlight-strip).content-grid {
  overflow: unset;
}
