
.intro-wrapper {
  position: relative;
  height: 90vh;
  background-color: #f8f8f8;
}
.intro {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.text-align-center {
  max-width: 600px;
  text-align: center;
  position: absolute;
  top: 50px;
}
.text-align-center {
	text-align: center;
  scroll-behavior: smooth;
  height: 100%;
  will-change: transform, opacity;
}


.project-sub{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.125rem;
	color: var(--gray-500);
}
.project-title{
	font-family: 'findel', Arial, sans-serif;
	font-size: 3.8125rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -.02em;
	color: var(--gray-900);
	margin-bottom: 1rem;
}
.align-center {
	margin-left: auto;
	margin-right: auto;
}

.max-width-small {
	width: 100%;
	max-width: 30rem;
}

.margin-small {
	margin: 3.5rem;
	margin-bottom: 0;
}

.heading-style-h3 {
	letter-spacing: -.02em;
	font-size: 2.8125rem;
	font-weight: 500;
	line-height: 1;
}

.light-green-underline {
	box-shadow: none;
	display: inline-block;
}

p {
	color: var(--gray-500);
	margin-bottom: 5rem;
}

.text-size-medium {
	font-size: 1.125rem;
}

sup {
	top: 0em;
}

sub,
sup {
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
	position: relative;
}

.section_tabs {
	z-index: 99;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.padding-section-large {
	padding-top: 7rem;
	padding-bottom: 7rem;
	position: relative;
}
@media(max-width: 576px) {
  .padding-section-large {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
}

.tabs_height {
	height: 550vh;
}
@media(max-width: 576px) {
  .tabs_height {
    height: 600vh;
  }
}

.tabs_sticky-wrapper {
	height: 100vh;
	position: -webkit-sticky;
	position: sticky;
	top: 12vh;
}

.tabs_container {
	width: 100%;
	max-width: 120rem;
	margin-left: auto;
	margin-right: auto;
}

.tabs_component {
	height: 80vh;
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
	grid-template-rows: auto;
	grid-template-columns: .4fr 1fr;
	grid-auto-columns: 1fr;
	padding-left: 3.3%;
	padding-right: 3.3%;
	display: grid;
}
@media(max-width: 576px) {
  .tabs_component {
    grid-template-columns: 1fr;
  }
    .tabs_sticky-wrapper{
        top:19vh;
    }
}

.tabs_left {
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(15px);
	border: 1px solid rgba(255, 255, 255, 0.15);
	flex-direction: column;
	justify-content: flex-end;
	align-items: stretch;
	padding: 1.5rem;
	display: flex;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.tabs_left-top {
	height: 100%;
	position: relative;
}

.tabs_let-content {
	width: 100%;
	height: 100%;
	text-align: center;
	flex-direction: column;
	justify-content: space-around;
	padding-top: 0%;
	padding-bottom: 0%;
	display: flex;
	position: absolute;
	opacity: 0;
	transition: opacity 0.5s;
}

.tabs_let-content.is-1 {
	opacity: 1;
}

.heading-style-h4 {
	letter-spacing: -.02em;
	font-size: 2.125rem;
	font-weight: 500;
	line-height: 1.05;
	font-family: 'findel', Arial, sans-serif;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
@media(max-width: 576px) {
  .heading-style-h4 {
    margin: 0;
    font-size: 20px;
  }
}

.text-color-gray100 {
	color: rgba(255, 255, 255, 0.95);
}


.tabs_line {
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

.text-color-gray400 {
	color: rgba(255, 255, 255, 0.7);
}

.text-size-small {
	font-size: 1rem;
}
@media(max-width: 576px) {
  .text-size-small {
    font-size: .875rem;
  }
}

.tabs_left-bottom {
	flex-direction: column;
	display: flex;
}

.button {
	grid-column-gap: .5rem;
	grid-row-gap: .5rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
	letter-spacing: .03em;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 25px;
	justify-content: center;
	align-items: center;
	padding: .6rem 1.35rem;
	font-size: .875rem;
	text-decoration: none;
	transition: all .3s ease;
	display: flex;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.tabs_video,
.tabs_right,
.button {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}



.tabs_right {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	grid-area: span 1 / span 1 / span 1 / span 1;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.w-background-video {
	height: 500px;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.tabs_video {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
	position: absolute;
	opacity: 0;
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.tabs_video.is-1 {
	opacity: 1;
}

audio,
canvas,
progress,
video {
	vertical-align: baseline;
	display: inline-block;
}

.w-background-video>video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -100;
	background-position: 50%;
	background-size: cover;
	margin: auto;
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}

.tabs_video-gda-badge {
	width: 5rem;
	margin-bottom: 1.5rem;
	object-fit: cover;
	position: relative;
	z-index: 2;
	margin-top: 2rem;
	margin-right: 2rem;

}

.w-background-video {
	width: 100%;
	height: 100%;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.video-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.tabs_video {
	width: 100%;
	height: 100%;
	border-radius: var(--border-radius--medium);
	object-fit: cover;
	position: absolute;
	opacity: 0;
	transform: translateY(100%);
	transition: opacity 0.5s, transform 0.5s;
}

.tabs_video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #195cc7, #407ce1);
    z-index: -1;
}
.tabs_video.is-1 {
	opacity: 1;
	transform: translateY(0);
}