/* Generated by vite-plugin-svg-spritemap */
.textimageleftorright {
  line-height: 1.5;
}
.textimageleftorright__image {
  flex: 1;
  width: 50%;
}
.textimageleftorright__image img {
  width: 100%;
  height: auto;
}
.textimageleftorright__content {
  flex: 1;
  width: 50%;
}
.textimageleftorright__row {
  display: flex;
  gap: 2.5rem;
}
.textimageleftorright__row:not(:last-child) {
  border-bottom: 0.0625rem solid #333;
}
.textimageleftorright__row.aicenter {
  align-items: center;
}
.textimageleftorright__row.noimg {
  border-bottom: 0;
  display: block;
}
.textimageleftorright__row.leftimg {
  flex-direction: row-reverse;
}
.textimageleftorright p, .textimageleftorright h2, .textimageleftorright h3, .textimageleftorright h4, .textimageleftorright h5, .textimageleftorright h6, .textimageleftorright img, .textimageleftorright iframe, .textimageleftorright video, .textimageleftorright ul, .textimageleftorright ol {
  margin-bottom: 1.25rem;
}
.textimageleftorright h2, .textimageleftorright h3 {
  font-weight: 500;
  text-transform: uppercase;
}
.textimageleftorright h4, .textimageleftorright h5, .textimageleftorright h6 {
  font-weight: 500;
  text-transform: uppercase;
}
.textimageleftorright ul, .textimageleftorright ol {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem 0;
}
.textimageleftorright ol {
  list-style-type: none;
  counter-reset: num;
}
.textimageleftorright ol li {
  position: relative;
  margin: 0;
  padding-left: 2.8125rem;
  margin-bottom: 1.5625rem;
  display: block;
}
.textimageleftorright ol li:before {
  content: counter(num) "";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.875rem;
  width: 1.875rem;
  min-width: 1.875rem;
  border: 0.0625rem solid #333;
}
.textimageleftorright ol li span, .textimageleftorright ol li strong {
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.4375rem;
}
.textimageleftorright ul li {
  line-height: 1.6;
  padding-left: 0.9375rem;
  position: relative;
}
.textimageleftorright ul li::before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #D2D2D2;
  left: 0;
  top: 0.5625rem;
}
.textimageleftorright img {
  max-width: 100%;
  height: auto;
}
.textimageleftorright a {
  font-weight: 700;
  border-bottom: 0.0625rem solid #fff;
  transition: all 0.3s;
  text-decoration: none;
}
.textimageleftorright a:hover {
  color: #b88a4a;
  border-bottom: 0.0625rem solid #b88a4a;
}
@media (max-width: 61.99875em) {
  .textimageleftorright__image {
    width: 100%;
    order: 1;
  }
  .textimageleftorright__content {
    order: 2;
    flex: 1 1 100%;
    width: 100%;
  }
  .textimageleftorright__row {
    flex-direction: column;
  }
  .textimageleftorright__row.leftimg {
    flex-direction: column;
  }
}
@media (max-width: 20em) {
  .textimageleftorright__row {
    padding-top: 1.5625rem;
  }
  .textimageleftorright__row {
    padding-bottom: 1.5625rem;
  }
  .textimageleftorright h2, .textimageleftorright h3 {
    font-size: 1.75rem;
  }
  .textimageleftorright h4, .textimageleftorright h5, .textimageleftorright h6 {
    font-size: 1.25rem;
  }
  .textimageleftorright ol li span, .textimageleftorright ol li strong {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 91.875em) {
  .textimageleftorright__row {
    padding-top: clamp( 1.5625rem , 1.38858695651875rem  +  0.8695652174vw , 2.1875rem );
  }
  .textimageleftorright__row {
    padding-bottom: clamp( 1.5625rem , 1.38858695651875rem  +  0.8695652174vw , 2.1875rem );
  }
  .textimageleftorright h2, .textimageleftorright h3 {
    font-size: clamp( 1.75rem , 1.68043478260625rem  +  0.347826087vw , 2rem );
  }
  .textimageleftorright h4, .textimageleftorright h5, .textimageleftorright h6 {
    font-size: clamp( 1.25rem , 1.1630434782625rem  +  0.4347826087vw , 1.5625rem );
  }
  .textimageleftorright ol li span, .textimageleftorright ol li strong {
    font-size: clamp( 1rem , 0.96521739130625rem  +  0.1739130435vw , 1.125rem );
  }
}
@media (min-width: 91.875em) {
  .textimageleftorright__row {
    padding-top: 2.1875rem;
  }
  .textimageleftorright__row {
    padding-bottom: 2.1875rem;
  }
  .textimageleftorright h2, .textimageleftorright h3 {
    font-size: 2rem;
  }
  .textimageleftorright h4, .textimageleftorright h5, .textimageleftorright h6 {
    font-size: 1.5625rem;
  }
  .textimageleftorright ol li span, .textimageleftorright ol li strong {
    font-size: 1.125rem;
  }
}