@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.fv_other .text_wrap .text {
	text-shadow: 4px 4px 4px rgba(255, 255, 255, 1);
}

/* ---------------------------------------------------------------------------------------------------- */

.section_1 {}

.section_1 .inner {
	padding: 20% 0 10%;
}

.section_1 .wrap {
	gap: 24px;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {
	position: relative;
	font-size: 1.5rem;
}

.section_1 .heading_wrap .heading::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 150%;
	height: auto;
	aspect-ratio: 631 / 180;
	background-image: url(../img/supported_types_text.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_1 .heading_wrap .heading .main {
	color: #0093EE;
}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {
	gap: 24px;
}

.section_1 .content_wrap .content {
	width: 90%;
	max-width: 1280px;
}

.section_1 .content_wrap .content .item_wrap {}

.section_1 .content_wrap .content .item_wrap .item {}

.section_1 .content_wrap .content .item_wrap .item .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .text_wrap .text {}

.section_1 .content_wrap .content .item_wrap {}

.section_1 .content_wrap .content_1 {
	gap: 24px;
}

.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .text {}

.section_1 .content_wrap .content_2 {
	width: 90%;
}

.section_1 .content_wrap .content_3 {
	width: 90%;
}

.section_1 .content_wrap .content_3 .item_wrap {
	gap: 24px;
}

.section_1 .content_wrap .content_3 .item_wrap .item .text {
	width: 100%;
	padding: 4px 0;
	background-color: #0093EE;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 700;
	color: #ffff;
}

.section_1 .content_wrap .content_3 .item_wrap .item .list_wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px 12px;
	width: 100%;
}

.section_1 .content_wrap .content_3 .item_wrap .item .list_wrap .list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: calc((100% - (12px * 1)) / 2);
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.section_1 {}

	.section_1 .inner {
		padding: 10% 0;
	}

	.section_1 .heading_wrap {
		align-items: flex-start;
		width: max-content;
		max-width: 100%;
	}

	.section_1 .heading_wrap .heading::before {
		
	}

	.section_1 .content_wrap {
		height: max-content;
	}

	.section_1 .content_wrap .content .item_wrap {
		align-items: flex-start;
	}

	.section .content_wrap .content .item_wrap .item {
		width: max-content;
		max-width: 100%;
	}

	.section_1 .content_wrap .content_1 {
		align-items: flex-start;
		padding-left: 35%;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .text {
		line-height: 2;
	}

	.section_1 .content_wrap .content_2 {
		position: absolute;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		width: 35%;
		max-width: none;
		height: auto;
		max-height: none;
		aspect-ratio: 735 / 542;
		background-image: url(../img/supported_types_1.webp);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.section_1 .content_wrap .content_2 .item_wrap {
		width: auto;
		max-width: none;
		height: 100%;
		max-height: none;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item {
		width: auto;
		max-width: none;
		height: 100%;
		max-height: none;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item img {
		width: auto;
		max-width: none;
		height: 100%;
		max-height: none;
	}

	.section_1 .content_wrap .content_3 .item_wrap .item {
		width: 100%;
	}

	.section_1 .content_wrap .content_3 .item_wrap .item .list_wrap .list {
		width: calc((100% - (12px * 2)) / 3);
	}
}

@media screen and (min-width: 1280px) {
	.section_1 .content_wrap {
		gap: 144px;
	}

	.section_1 .content_wrap .content_1 {
		padding-left: 40%;
	}

	.section_1 .content_wrap .content_2 {
		width: 40%;
	}

	.section_1 .content_wrap .content_3 .item_wrap .item .list_wrap .list {
		width: calc((100% - (12px * 4)) / 5);
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .wrap {
		gap: 84px;
	}

	.section_1 .heading_wrap .heading {
		font-size: 3rem;
	}

	.section_1 .content_wrap {
		gap: 180px;
	}

	.section_1 .content_wrap .content_1 {
		gap: 36px;
		padding-left: 35%;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .text {
		font-size: 1.25rem;
	}

	.section_1 .content_wrap .content_2 {
		width: 35%;
	}

	.section_1 .content_wrap .content_3 .item_wrap {
		gap: 36px;
	}

	.section_1 .content_wrap .content_3 .item_wrap .item .text {
		font-size: 2rem;
	}

	.section_1 .content_wrap .content_3 .item_wrap .item .list_wrap .list {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 1920px) {
	.section_1 .content_wrap {
		gap: 240px;
	}

	.section_1 .content_wrap .content_1 {
		gap: 72px;
		padding-left: 25%;
	}
}

/* ---------------------------------------------------------------------------------------------------- */
