.text-image .image-signpost__right{
	margin-right:auto;
    margin-left:0;
}
@media (max-width: 991.98px) {
  .text-image .mb-mobile-cta {
    margin-bottom: var(--md-2);
  }
}
.text-image .config-text__cta-wrapper {
  margin-bottom: var(--lg-2);
}

@media (min-width: 992px) {
 .text-image .config-text__cta-wrapper {
    margin-bottom: 0;
  }
}
.text-image__image {
  aspect-ratio: 1 / 1;
  max-height: 68rem;
  width: 100%;
  overflow: hidden;
}
.text-image .text-image__image .video__overlay{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.text-image__image img,
.text-image__image .video {
  width: 100%;
  height: 100%; 
}
.border-line{
  opacity: 0.4; 
  content: "";
  display: block;
  height: 1px;
  background: #747474;
}
.text-image__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--gradient-left)
}
.text-image__gap{
gap:var(--md-2);
}
@media (min-width:992px) {
.text-image__gap{
gap:0;
}
/*.text-image__image{
padding-right:var(--md-3);
}*/
.text-image--reverse .text-image__image{
padding-left:var(--md-3);
}
}
/*.rowspan-table.rwd-table tbody tr:nth-child(2n+1):not(:first-child) td:first-child {
    display: none;
}*/



.rwd-table.table-style-2.rowspan-table tbody tr:has(td[rowspan="2"]) + tr td:first-child{
  display: none;
}
/* .rwd-table.table-style-2.rowspan-table tbody tr:nth-child(2n+1):not(:first-child) td:first-child {
  display: table-cell;
} */
@media (min-width:767.98px){
.rwd-table.table-style-2.rowspan-table tbody tr:has(td[rowspan="2"]){
  background: var(--theme-color);
}
.rwd-table.table-style-2.rowspan-table tr:nth-child(2n), .config-text tbody tr:nth-child(2n){
  background: white;
}
}


@media (max-width:767.98px){
.rwd-table.table-style-2.rowspan-table tbody tr:nth-child(2n+1):not(:first-child) td:first-child {
  display: block;
}
.rwd-hide.rwd-table tbody td:nth-child(2)::before {
    content:'';
    display: none;
}
.rwd-table.showFirst tbody td:before {
    content: attr(data-th) ": ";
    font-weight: 700;
    width: 50%;
    display: inline-block;
    padding-right: 15px;
    vertical-align: top;
}
.rwd-table tbody td:last-child{
width:100%;
}
.rwd-table .rwd-table-inner{
display:inline-block;
width:50%;
}
}
@media (max-width:991.98px){
.text-image__image{
padding-left: 0 !important;
}
}
.rte-1 a.icon:before{
padding-right:5px;
}

/*WO-87561 css changes starts*/

section.text-signpost div.video__overlay .video__overlay-image.position-abosolute.w-100.h-100.object-fit-cover.lazy.entered.loaded {
  object-fit: fill !important;
}

/*WO-87561 css changes ends*/

/* PORTROIT VIDEO CHANGES STARTS */
.text-image__image.video--portroit {
  aspect-ratio: auto;
  height: 100%;        /* matches content column height via row's flex stretch */
  max-width: auto;
  overflow: visible;
  margin: 0 auto;      /* stays centered in the col-lg-6 */
}
.text-image__image.video--portroit .video,
.text-image__image.video--portroit .video__iframe {
  height: 100%;
  width: auto;
  aspect-ratio: 9 / 16;
}

.text-image__image.video--portroit .video__iframe iframe {
  height: 100%;
  width: 100%;
  aspect-ratio: 9 / 16;
}
 .video--portroit .video__iframe iframe{
   aspect-ratio: 9/16;
}
 
.video--portroit{ max-width: 50%; margin: 0 auto;}
@media all and (min-width: 768px){ .video--portroit{ max-width: 45%;} }
/* PORTROIT VIDEO CHANGES ENDS */
