#hero-video > .elementor-wrapper {
	aspect-ratio: unset;
	height: 100vh;
	min-height: 838px;
}

#mvp-side-scroller, #ob-overlap-scroller {

	overflow: hidden !important;

}

#mvp-side-scroller, #mvp-side-scroller *,
#ob-overlap-scroller, #ob-overlap-scroller *{

	transition: none !important;

}



  #scroll-indicator {
    position: absolute ;
    left: 50%;
/*     bottom: 15%; */
    bottom: 7vh;
	      bottom: 7dvh;
	  
	transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    z-index: 1000;	  
  }
#scroll-indicator .segment-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}
#scroll-indicator h6 {
	color: var(--color-white-40);
	margin: 0 auto;
	font-weight: 400;
}
#scroll-indicator .segment-wrapper.active h6 {
	color: var(--color-white);
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
  #scroll-indicator .segment {
    width: calc((100vw - (clamp(16px, 5vw, 100px) * 2)) / 3);
    height: 4px;
    background: var(--color-white-40);
    overflow: hidden;
    position: relative;
  }
  #scroll-indicator .segment-fill,
	.segment-fill {
    width: 0;
    height: 100%;
    background: var(--color-white);
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.1s linear !important;
  }

//mvp indicator
#mvp-scroll-section {
	position:relative;
}
  #mvp-scroll-indicator {
    position: absolute;
    bottom: 80px;
    right: 24px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    z-index: 1000;	  
  }
  #mvp-scroll-indicator .mvp-segment {
    width: 40px;
    height: 8px;
    background: #cccccc52;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  #mvp-scroll-indicator .mvp-segment-fill,
	.segment-fill {
    width: 0;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    transition: height 0.1s linear !important;
  }


@media only screen and (max-width: 1350px) {
	.bod-listing {
		grid-template-columns: repeat(4, 240px) !important;
	}
}
@media only screen and (max-width: 1022px) {
	.bod-listing {
		grid-template-columns: repeat(4, 210px) !important;
	}
	.bod-listing img {
		width: 200px;
		height: 200px;
	}
	.ob-item.reverse::before {
		background-image: linear-gradient(90deg, #000000CC 0%, #00000000 clamp(800px, 60%, 100%)) !important;
	}
	.news-insights-wrapper { grid-template-columns: 1fr; }

	
}
@media only screen and (max-width: 960px) {
	.bod-listing {
		grid-template-columns: repeat(2, 240px) !important;
	}
	.bod-listing img {
		width: 240px;
		height: 240px;
	}
}


@media only screen and (max-width: 768px) {
	  #scroll-indicator .segment-wrapper h6 {
        width: 127px;
		text-align: center;
	  }
	
	.bod-listing {
		display: flex !important;
		flex-direction: column !important;
		align-items: start !important;
		justify-content: start !important;
		gap: 25px !important;
		margin-bottom: 25px !important;
	}
	
	.bod-listing .bod-item {
		justify-content: start !important;
		display: grid;
		grid-template-columns: 140px 1fr;
		
	}
	.bod-listing .bod-item > div.elementor-element {
		align-items: start;
		
	}
	.bod-listing .bod-item .elementor-widget-text-editor p,
	.bod-listing .bod-item .elementor-heading-title	{
		text-align: left !important;
	}
	.bod-listing .bod-item .elementor-widget-image,
	.bod-listing .bod-item .elementor-widget-image img{
		width: 140px !important;
		height: 140px !important;
	}
}