.about-1 {
	padding-top: 100px;
	padding-left: 172px;
	height: 1028.356px;
	flex-shrink: 0;
	background: linear-gradient(0deg, #F5F5F5 0%, rgba(255, 255, 255, 0.00) 100%), #FFF;
	position: relative;
}

.about-1-left {
	color: var(--light-uimats-black-primary-0-c-0-f-0-f, #0C0F0F);
	font-family: Overpass;
	font-size: 64px;
	font-style: italic;
	font-weight: 700;
	line-height: 73px;
	text-transform: uppercase;
}

.about-1-left-text-1 {
	color: var(--light-uimats-black-primary-0-c-0-f-0-f, #0C0F0F);
}

.about-1-left-text-2 {
	background: linear-gradient(47deg, #9055FF 0%, #2098A1 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about-1-right {
	position: absolute;
	top: 302px;
	right: 0;
}

.about-1-right-text {
	color: var(--light-uimats-black-84-white-d-8-d-9-d-9, #D8D9D9);
	font-family: Overpass;
	font-size: 120px;
	font-style: italic;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
}

.about-1-right-video {
    /* background-image: url(../images/about-1-right-video-background.svg); */
	background-repeat: no-repeat;
	background-size: contain;
	width: 1108px;
	height: 671px;;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -25px;
}

.about-1-right-video img {
	width: 100%;
	height: 100%;
}

.about-2 {
	padding: 375px 173px 200px;
}

.about-2-text {
	color: var(--light-uimats-black-primary-0-c-0-f-0-f, #0C0F0F);
	font-family: Overpass;
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.about-3 {
	padding: 0 173px 200px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 174px;
}

.about-3-text {
	color: var(--light-uimats-black-40-white-6-d-6-f-6-f, #6D6F6F);
	font-family: Overpass;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	max-width: 534px;
}

.about-3-text-item {
	padding-bottom: 20px;
}

.about-3-image-container {
	width: 674px;
	background-image: url(../images/about-3-image-1.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.about-4 {
	padding: 0 173px 88px;
	color: var(--light-uimats-black-primary-0-c-0-f-0-f, #0C0F0F);
	font-family: Overpass;
	font-size: 44px;
	font-style: italic;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.about-5 {
	padding: 0 173px 200px;
	display: flex;
	flex-wrap: wrap;
	gap: calc(33vw - 350px);
	justify-content: space-between;
}

.about-5-item {
	width: 249px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.about-5-item:nth-child(n+4) {
	margin-top: calc(410px - 33vw);
}

.about-5-item-number {
	color: var(--light-uimats-green-primary-2098-a-1, #2098A1);
	font-family: Overpass;
	font-size: 44px;
	font-style: italic;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.about-5-item-title {
	color: var(--light-uimats-black-primary-0-c-0-f-0-f, #0C0F0F);
	font-family: Overpass;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.about-5-item-content {
	color: var(--light-uimats-black-40-white-6-d-6-f-6-f, #6D6F6F);
	font-family: Overpass;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.about-6 {
	color: var(--light-uimats-black-primary-0-c-0-f-0-f, #0C0F0F);
	text-align: center;
	font-family: Overpass;
	font-size: 120px;
	font-style: italic;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-7 {
	margin-top: 20px;
	color: var(--light-uimats-black-primary-0-c-0-f-0-f, #0C0F0F);
	text-align: center;
	font-family: Overpass;
	font-size: 44px;
	font-style: italic;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-8 {
	margin-top: 170px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.about-8-carousel {
	display: flex;
	width: 100%;
	gap: 32px;
}

.about-8-carousel-item {
	position: relative;
}

.about-8-carousel-item .about-8-carousel-item-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	padding: 299px 31px 28px;
	z-index: 1;
}

.about-8-carousel-item .about-8-carousel-item-hover-name {

	align-self: stretch;
	color: var(--white, #FFF);
	font-family: Overpass;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	z-index: 1;
}

.about-8-carousel-item .about-8-carousel-item-hover-charge {

	color: var(--white, #FFF);
	font-family: Overpass;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	z-index: 1;
}

.about-8-carousel-item img {
	transition: filter 0.3s ease;
}

.about-8-carousel-item:hover img {
	filter: brightness(70%);
}

.about-8-carousel-item:hover .about-8-carousel-item-hover {
	opacity: 1;
}

@media screen and (max-width: 1586px) {

	.about-1-right {
		top: 245px;
	}

	.about-1-right-video {
		/* background-image: url(../images/about-1-right-video-background.svg); */
		width: 572px;
		height: 465px;;
		margin-top: -35px;
		margin-right: 16px;
	}

	.about-1-right-text {
		font-size: 66px;
	}

	.about-1 {
		padding-top: 55px;
		padding-left: 95px;
		height: 706px;
	}
	
	.about-1-left {
		font-size: 44px;
		line-height: 50px;
	}

	.about-2 {
		padding: 197px 100px 100px;
	}

	.about-3 {
		padding: 0 16px 132px;
		gap: 100px;
	}

	.about-3-text {
		width: 488px;
		min-width: 488px;
	}

	.about-4 {
		padding: 0 100px 100px;
	}

	.about-5 {
		padding: 0 100px 150px;
	}

	.about-6 {
		font-size: 64px;
		line-height: 73px;
	}
	
	.about-7 {
		margin-top: 24px;
		font-size: 34px;
		line-height: normal;
	}
}

@media screen and (max-width: 1014px) {

	.about-5 {
		gap: calc(50vw - 400px);
	}

	.about-5-item {
		width: 236px;
	}

	.about-5-item:nth-child(n+3) {
		margin-top: calc(460px - 50vw);
	}
}

@media screen and (max-width: 934px) {
	.about-1 {
		padding-top: 43px;
		padding-left: 78px;
		height: 842px;
	}
	
	.about-1-right {
		top: 330px;
	}
	
	.about-1-right-video {
		width: 525px;
		height: 465px;;
		margin-right: 0px;
	}
	
	.about-2 {
		padding: 61px 79px;
	}

	.about-3 {
		padding: 0 16px 116px;
		gap: 78px;
	}

	.about-4 {
		padding: 0 79px 100px 79px;
	}

	.about-5 {
		padding: 0 79px 150px;
	}

	.about-3-text {
		width: 400px;
		min-width: 400px;
	}
}

@media screen and (max-width: 768px) {
	.about-3-text {
		width: 380px;
		min-width: 380px;
	}
}

@media screen and (max-width: 760px) {
	.about-3 {
		padding: 0 16px 61px;
		gap: 15px;
		flex-direction: column;
		align-items: center;
	}

	.about-3-text {
		width: 100%;
		min-width: 100%;
	}

	.about-3-image-container {
		width: 343px;
		height: 417px;
		background-size: cover;
/* 		background-image: url(../images/about-3-image-4.svg); */
	}

	.about-5 {
		flex-direction: column;
		gap: 62px;
		align-items: center;
	}

	.about-5-item:nth-child(n) {
		margin-top: 0;
	}

	.about-1 {
		padding-top: 21px;
		padding-left: 15px;
		height: 700px;
	}
	
	.about-1-left {
		font-size: 36px;
		line-height: 44px;
	}

	.about-1-right {
		top: 372px;
	}

	.about-1-right-text {
		font-size: 50.42px;
	}
	
	.about-1-right-video {
		width: 326px;
		height: 284px;;
	}

	.about-6 {
		font-size: 44px;
		line-height: normal;
	}
	
	.about-2 {
		padding: 14px 16px 6px;
	}

	.about-2-text {
		font-size: 24px;
	}
}

@media screen and (max-width: 412px) {
	.about-4 {
		padding: 0 16px 61px;
	}
}