.x13te__figure {
  margin: 0;
}
.x13te__figure img {
  max-width: 100% !important;
  height: auto !important;
}
.x13te__align--start {
  align-items: flex-start;
}
.x13te__align--center {
  align-items: center;
}
.x13te__align--end {
  align-items: flex-end;
}
.xte-col > .x13te__align--full-start, .xte-col > .x13te__align--full-center, .xte-col > .x13te__align--full-end {
  flex: 1;
}
.x13te__align--full-start .x13te__figure, .x13te__align--full-center .x13te__figure, .x13te__align--full-end .x13te__figure {
  height: 100%;
}
.x13te__align--full-start .x13te__figure img, .x13te__align--full-center .x13te__figure img, .x13te__align--full-end .x13te__figure img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.x13te__align--full-start > * {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.x13te__align--full-center > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.x13te__align--full-end > * {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.x13te__text--left {
  text-align: left;
}
.x13te__text--center {
  text-align: center;
}
.x13te__text--right {
  text-align: right;
}
.x13te__text--justify {
  text-align: justify;
}
.x13te__wrap--center {
  display: block;
  max-width: 100% !important;
  text-align: center;
}
.x13te__wrap--center img {
  margin-left: auto;
  margin-right: auto;
}
.x13te__wrap--center figcaption {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.x13te__float--left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.x13te__float--right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.x13te__outset--left {
  max-width: calc(100% + 15px);
  margin-left: -15px;
}
.x13te__outset--both {
  width: calc(100% + 30px);
  max-width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.x13te__outset--right {
  max-width: calc(100% + 15px);
  margin-right: -15px;
}
.x13te__embed--responsive {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  padding-top: 56.25%;
  border: 0;
}
.x13te__embed--responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.x13te__figcaption {
  font-size: 13px;
  color: #7a7a7a;
  margin-top: 5px;
}
.x13te__image--rounded img {
  border-radius: 8px;
}
.x13te__image--circle img {
  border-radius: 50%;
}

.xte-ol {
  margin-left: 0px !important;
  padding-left: 3ch !important;
  list-style: decimal inside !important;
}

.xte-ul {
  margin-left: 0px !important;
  padding-left: 3ch !important;
  list-style: disc inside !important;
}

.xte-ul .xte-ul,
.xte-ul .xte-ol,
.xte-ol .xte-ul,
.xte-ol .xte-ol {
  padding-left: 24px !important;
}

.xte-ol.xte-todo,
.xte-ul.xte-todo,
.xte-todo {
  padding-left: 0 !important;
  list-style: none !important;
}

.xte-blockquote {
  padding: 0;
  background: var(--rx-quote-bg, transparent);
  padding-left: 24px;
  border-left: 3px solid #070707;
}
.xte-blockquote p {
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.xte-blockquote p + p {
  margin-top: 0.5em;
}
.xte-blockquote cite {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.3;
}

.xte-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
  margin-bottom: 1rem;
}

.xte-col {
  position: relative;
  z-index: 0;
}
.xte-col[style*=border-radius] {
  overflow: hidden;
}

.xte-div + .xte-row,
.xte-div + .xte-div > .xte-row,
.xte-row + .xte-row {
  margin-top: 30px;
}

.xte-col .xte-row {
  margin-bottom: 0;
}

.xte-col-1 {
  grid-column: span 1;
}

.xte-col-2 {
  grid-column: span 2;
}

.xte-col-3 {
  grid-column: span 3;
}

.xte-col-4 {
  grid-column: span 4;
}

.xte-col-5 {
  grid-column: span 5;
}

.xte-col-6 {
  grid-column: span 6;
}

.xte-col-7 {
  grid-column: span 7;
}

.xte-col-8 {
  grid-column: span 8;
}

.xte-col-9 {
  grid-column: span 9;
}

.xte-col-10 {
  grid-column: span 10;
}

.xte-col-11 {
  grid-column: span 11;
}

.xte-col-12 {
  grid-column: span 12;
}

@media (max-width: 767.98px) {
  .xte-row {
    gap: 30px 0;
  }
  .xte-col-1 {
    grid-column: span 12;
  }
  .xte-col-2 {
    grid-column: span 12;
  }
  .xte-col-3 {
    grid-column: span 12;
  }
  .xte-col-4 {
    grid-column: span 12;
  }
  .xte-col-5 {
    grid-column: span 12;
  }
  .xte-col-6 {
    grid-column: span 12;
  }
  .xte-col-7 {
    grid-column: span 12;
  }
  .xte-col-8 {
    grid-column: span 12;
  }
  .xte-col-9 {
    grid-column: span 12;
  }
  .xte-col-10 {
    grid-column: span 12;
  }
  .xte-col-11 {
    grid-column: span 12;
  }
  .xte-col-12 {
    grid-column: span 12;
  }
}
@media (max-width: 767.98px) {
  .xte-first-on-mobile {
    order: -1;
  }
  .xte-hide-on-mobile {
    display: none !important;
  }
}
.xte-no-margin-top {
  margin-top: 0 !important;
}

.xte-no-margin-bottom {
  margin-bottom: 0 !important;
}

.xte-no-margin-child > * {
  margin: 0 !important;
}

.xte-no-margin-last-child > *:last-child {
  margin: 0 !important;
}

.xte-overflow-hidden {
  overflow: hidden !important;
}

.xte-fill-images .xte-col {
  background: none;
}
.xte-fill-images figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.xte-fill-images figure img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.xte-col[style*=color] h1,
.xte-col[style*=color] h2,
.xte-col[style*=color] h3,
.xte-col[style*=color] h4,
.xte-col[style*=color] h5,
.xte-col[style*=color] h6,
.xte-col[style*=color] p,
.xte-col[style*=color] li,
.xte-col[style*=color] dt,
.xte-col[style*=color] dd,
.xte-col[style*=color] address,
.xte-div[style*=color] h1,
.xte-div[style*=color] h2,
.xte-div[style*=color] h3,
.xte-div[style*=color] h4,
.xte-div[style*=color] h5,
.xte-div[style*=color] h6,
.xte-div[style*=color] p,
.xte-div[style*=color] li,
.xte-div[style*=color] dt,
.xte-div[style*=color] dd,
.xte-div[style*=color] address,
.xte-row[style*=color] h1,
.xte-row[style*=color] h2,
.xte-row[style*=color] h3,
.xte-row[style*=color] h4,
.xte-row[style*=color] h5,
.xte-row[style*=color] h6,
.xte-row[style*=color] p,
.xte-row[style*=color] li,
.xte-row[style*=color] dt,
.xte-row[style*=color] dd,
.xte-row[style*=color] address {
  color: inherit;
}

.xte-h:first-child,
.xte-p:first-child,
.xte-ul:first-child,
.xte-ol:first-child {
  margin-top: 0 !important;
}
.xte-h:last-child,
.xte-p:last-child,
.xte-ul:last-child,
.xte-ol:last-child {
  margin-bottom: 0 !important;
}