.button-accent {
  margin-top: 2rem;
}

.leftrightintrobg {
  position: relative;
  overflow: hidden;
  padding: 10em 0;
  isolation: isolate;
}

.leftrightintrobg__shape {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.leftrightintrobg__shape--top {
  top: -80px;
  left: -120px;
  opacity: 0.08;
}

.leftrightintrobg__shape--right {
  right: -180px;
  top: 60%;
  opacity: 0.18;
}

.leftrightintrobg .container {
  position: relative;
  z-index: 2;
}

.leftrightintrobg .leftrightintrotext {
  max-width: 820px;
  margin: 0 auto 8rem;
}

.leftrightintrobg img {
  object-fit: cover;
  min-height: 520px;
  max-height: 520px;
  z-index: 1;
  position: relative;
  will-change: transform, opacity;
  border-radius: 20px;
}

.leftrightintrobg .split-headline {
  font-family: Montserrat, sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 5rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.leftrightintrobg .split-headline.two-lines {
  display: block;
  max-width: var(--headline-max-width, 800px);
}

.leftrightintrobg .split-headline.two-lines .line-one {
  display: block;
  text-align: left;
}

.leftrightintrobg .split-headline.two-lines .line-two {
  display: block;
  text-align: right;
}

.leftrightintrobg .split-headline.one-line {
  text-align: center;
}

.leftrightrow {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: 10em;
  display: flex;
  align-items: center;
}

.leftrightrow:last-child {
  margin-bottom: 0;
}

.leftrightrow > .col-md-6 {
  position: relative;
  z-index: 1;
}

.leftrightimagecontainer {
  display: flex;
  align-items: center;
}

.leftrightimagecontainer img {
  display: block;
  max-width: 100%;
  transform-origin: center center;
  will-change: transform, opacity;
  position: relative;
  z-index: 1;
}

.leftrighttextcontainer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 85px !important;
  will-change: transform, opacity;
}

.leftrighttextcontainer__inner {
  width: 100%;
}

.leftrightrow h2 {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 400;
}

.leftrightrow h3 {
  text-transform: uppercase;
  color: #01cefa;
  margin-bottom: 31px;
  font-weight: 500;
}

.leftrightrow p {
  font-family: Montserrat, sans-serif;
  color: #444749;
  margin-bottom: 0;
  line-height: 1.6;
}

.leftrightrow p + p {
  margin-top: 1rem;
}

.leftrighttextcontainer h2,
.leftrighttextcontainer h3,
.leftrighttextcontainer p,
.leftrighttextcontainer a {
  position: relative;
  z-index: 2;
}

.leftrighttextcontainer a.button-accent {
  display: inline-block;
  margin-top: 2rem;
  background-color: #01cefa;
  color: #fff !important;
  padding: 0.8em 1.8em;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.leftrighttextcontainer a.button-accent:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

@media (max-width: 1199px) {
  .leftrightintrobg {
    padding: 8em 0;
  }
  .leftrightintrobg .leftrightintrotext {
    margin-bottom: 6rem;
  }
  .leftrightintrobg img,
  .leftrightimagecontainer img {
    min-height: 440px;
    max-height: 440px;
  }
  .leftrighttextcontainer {
    padding: 56px !important;
  }
  .leftrightrow {
    margin-bottom: 8em;
  }
}
@media (max-width: 991px) {
  .leftrightintrobg {
    padding: 6em 0;
  }
  .leftrightintrobg .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .leftrightintrobg .split-headline {
    margin-bottom: 3rem;
  }
  .leftrightintrobg .leftrightintrotext {
    margin-bottom: 5rem;
  }
  .leftrightintrobg img,
  .leftrightimagecontainer img {
    width: 100%;
    margin-left: 0;
    min-height: 360px;
    max-height: 360px;
  }
  .leftrightrow {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 6em;
  }
  .leftrightrow--image-left .leftrightimagecontainer,
  .leftrightrow--image-right .leftrightimagecontainer {
    order: 1;
  }
  .leftrightrow--image-left .leftrighttextcontainer,
  .leftrightrow--image-right .leftrighttextcontainer {
    order: 2;
  }
  .leftrightimagecontainer {
    display: block;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .leftrightimagecontainer img {
    margin-bottom: 2rem;
  }
  .leftrightrow .leftrighttextcontainer {
    width: 100%;
    padding: 12px 0 0 !important;
    text-align: left;
  }
  .leftrightrow h2 {
    font-size: clamp(1.6rem, 5vw, 2.3rem);
  }
  .leftrightrow h3 {
    font-size: clamp(1.05rem, 3vw, 1.35rem);
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 767px) {
  .leftrightintrobg {
    padding: 5em 0;
  }
  .leftrightintrobg .container {
    padding-left: 22px;
    padding-right: 22px;
  }
  .leftrightintrobg__shape--top {
    width: 360px;
    height: auto;
    top: -150px;
    left: -170px;
    opacity: 0.05;
  }
  .leftrightintrobg__shape--right {
    width: 360px;
    height: auto;
    top: 64%;
    right: -240px;
    opacity: 0.08;
  }
  .leftrightintrobg .split-headline {
    font-size: clamp(1.75rem, 8vw, 2.6rem);
    line-height: 1.15;
    margin-bottom: 2rem;
  }
  .leftrightintrobg .split-headline.two-lines .line-one,
  .leftrightintrobg .split-headline.two-lines .line-two {
    text-align: left;
  }
  .leftrightintrobg .split-headline.one-line {
    text-align: left;
  }
  .leftrightintrobg .leftrightintrotext {
    margin-bottom: 4rem;
  }
  .leftrightintrobg .leftrightintrotext p {
    font-size: 1rem;
    line-height: 1.65;
  }
  .leftrightrow {
    margin-bottom: 5em;
  }
  .leftrightintrobg img,
  .leftrightimagecontainer img {
    min-height: 300px;
    max-height: 300px;
    border-radius: 16px;
  }
  .leftrightimagecontainer img {
    margin-bottom: 1.6rem;
  }
  .leftrightrow .leftrighttextcontainer {
    padding: 0 !important;
  }
  .leftrightrow h2 {
    margin-bottom: 0.8rem;
  }
  .leftrightrow h3 {
    margin-bottom: 1.2rem;
  }
  .leftrightrow p {
    font-size: 0.98rem;
    line-height: 1.65;
  }
  .leftrighttextcontainer a.button-accent {
    margin-top: 1.6rem;
  }
}
@media (max-width: 520px) {
  .leftrightintrobg {
    padding: 4em 0;
  }
  .leftrightintrobg__shape {
    display: none;
  }
  .leftrightintrobg .container {
    padding: 18px;
  }
  .leftrightintrobg .split-headline {
    font-size: clamp(1.55rem, 9vw, 2.15rem);
    margin-bottom: 1.8rem;
  }
  .leftrightintrobg .leftrightintrotext {
    margin-bottom: 3.5rem;
  }
  .leftrightrow {
    margin-bottom: 4em;
  }
  .leftrightintrobg img,
  .leftrightimagecontainer img {
    min-height: 240px;
    max-height: 240px;
    border-radius: 14px;
  }
  .leftrightimagecontainer img {
    margin-bottom: 1.35rem;
    margin-top: 5rem;
  }
  .leftrightrow h2 {
    font-size: 1.55rem;
  }
  .leftrightrow h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .leftrightrow p {
    font-size: 0.95rem;
  }
  .leftrighttextcontainer a.button-accent {
    width: 100%;
    text-align: center;
    margin-top: 1.4rem;
  }
}

/*# sourceMappingURL=text-image-repeater.css.map */
