/* Desktop */

.cat-section-1 {
	position: relative;
	overflow: visible;
	margin-top: 130px !important;
	padding: 150px 70px 80px !important;
	background: #F0F0F0;
	border-radius: 20px;
	text-align: center;
}

.cat-section-1::before {
	content: "";
	position: absolute;
	top: -125px;
	left: 50%;
	transform: translateX(-50%);
	width: 250px;
	height: 250px;
	background: #fff;
	border-radius: 50%;
	z-index: 1;
}

.cat-section-1::after {
	content: "";
	position: absolute;
	top: -48px;
	left: 50%;
	transform: translateX(-50%);
	width: 110px;
	height: 110px;
	background-image: url("assets/elements/battery_element.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 2;
}

.cat-section-1 > h2 {
	width: 100%;
	max-width: 750px;
	margin: 0 auto 25px !important;
	color: #0C1F2F;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.12;
}

.cat-section-1 > p {
	width: 100%;
	max-width: 850px;
	margin: 0 auto !important;
	color: #0C1F2F;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.55;
}

.cat-section-1 > .cta_buttons {
	margin: 60px 0 100px;
	gap: 12px;
}

.cat-section-1 .cols-3,
.cat-section-1 .cols-2 {
	width: 100%;
	gap: 0 !important;
	align-items: stretch !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.cat-section-1 .cols-3 {
	margin-top: 0 !important;
	margin-bottom: 25px !important;
}

.cat-section-1 .cols-2 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	max-width: 900px;
}

.cat-section-1 .cols-3 > .wp-block-column,
.cat-section-1 .cols-2 > .wp-block-column {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 60px;
}

.cat-section-1 .cols-3 > .wp-block-column:not(:first-child)::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background: #C9C9C9;
}

.cat-section-1 .cols-2 > .wp-block-column + .wp-block-column::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background: #C9C9C9;
}

.cat-section-1 .cols-3 > .wp-block-column > p:first-child,
.cat-section-1 .cols-2 > .wp-block-column > p:first-child {
	width: 100%;
	margin: 0 auto 15px !important;
	color: #0C1F2F;
	font-size: 22px !important;
	font-weight: 700;
	line-height: 1.15;
}

.cat-section-1 .cols-3 > .wp-block-column > p:not(:first-child),
.cat-section-1 .cols-2 > .wp-block-column > p:not(:first-child) {
	width: 100%;
	max-width: 300px;
	margin: 0 auto !important;
	color: #0C1F2F;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.45;
}

.akumai-category-bottom-section .cat-section-1 .cols-3 strong,
.akumai-category-bottom-section .cat-section-1 .cols-2 strong {
	color: #0C1F2F;
	font-size: 32px;
	font-weight: 700;
}

.akumai-category-bottom-section .cat-section-1 .bottom_text {
	width: 100%;
	max-width: 800px;
	margin: 60px auto 0;
}

.cat-section-2 {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	display: flex;
	align-items: center;
	min-height: 680px;
	margin-top: 100px !important;
	padding: 150px 100px !important;
	border-radius: 20px;
	background-position: center;
	background-size: cover;
}

.cat-section-2::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.72) 0%,
		rgba(0, 0, 0, 0.62) 42%,
		rgba(0, 0, 0, 0.35) 72%,
		rgba(0, 0, 0, 0.20) 100%
	);
}

.cat-section-2 > .wp-block-group {
	position: relative;
	z-index: 1;
	width: 48%;
	max-width: 620px;
	margin-left: 0 !important;
	margin-right: auto !important;
}

.cat-section-2 > .wp-block-group > * {
	width: 100%;
	max-width: none;
}

.cat-section-2 h2 {
	margin: 0 0 35px !important;
	color: #fff;
	font-size: 52px;
	font-weight: 500;
	line-height: 1.15;
}

.cat-section-2 p {
	margin: 0 !important;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.55;
}

.cat-section-2 .cta_buttons {
	justify-content: flex-start !important;
	margin-top: 45px;
	gap: 12px;
}

.cat-section-3 {
	margin-top: 100px !important;
	padding: 10px 0 !important;
}

.cat-section-3 > .wp-block-columns {
	gap: 0 !important;
	align-items: stretch !important;
	margin: 0 !important;
}

.cat-section-3 > .wp-block-columns + .wp-block-columns {
	margin-top: 70px !important;
}

.cat-section-3 > .wp-block-columns > .wp-block-column {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 55px;
	text-align: center;
}

.cat-section-3 > .wp-block-columns > .wp-block-column:not(:first-child)::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background: #C9C9C9;
}

.cat-section-3 h3 {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 25px !important;
	color: #0C1F2F;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	text-wrap: balance;
}

.cat-section-3 p {
	width: 100%;
	max-width: 330px;
	margin: 0 auto !important;
	color: #0C1F2F;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.45;
	text-align: center;
}


/* Desktop */

.akumai-category-bottom-section.is-expanded,
.akumai-category-bottom-section.is-expanded > .ast-container,
.akumai-category-bottom-section.is-expanded .akumai-category-bottom-content {
	overflow: visible !important;
}

.cat-section-4 {
	position: relative;
	z-index: 0;
	background: transparent !important;
	padding-top: 140px;
	padding-bottom: 140px;
	margin: 100px 0;
}

.cat-section-4 > .wp-block-columns > .wp-block-column:first-of-type  {
	padding-right: 150px;
}

.cat-section-4::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	background: #E8E8E8;
	pointer-events: none;
}
.cat-section-4 img { border-radius: 24px; }

.cat-section-4 ul {
	list-style: none;
	margin:20px 0 0 !important;
	padding: 0 !important;
}

.cat-section-4 ul > li {
	position: relative;
	margin: 0 0 20px;
	padding-left: 30px;
	color: #0C1F2F;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
}

.cat-section-4 ul > li:last-child {
	margin-bottom: 0;
}

.cat-section-4 ul > li::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 3px;
	width: 6px;
	height: 11px;
	border-right: 2px solid #13A7DD;
	border-bottom: 2px solid #13A7DD;
	transform: rotate(45deg);
}

.cat-section-4 ul > li strong {
	display: inline-block;
	margin-bottom: 4px;
	color: #0C1F2F;
	font-weight: 700;
}
.cat-section-4 .wp-block-group.info-block {
	background: #fff;
	border-radius: 20px;
	padding: 15px 60px;
	margin: 50px 0;
}
.cat-section-4 .wp-block-group.info-block strong {
	font-size: 20px;
}
.cat-section-4 .wp-block-group.info-block ul {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

.cat-section-4 .wp-block-group.info-block ul > li {
	position: relative;
	margin: 0 0 5px;
	padding-left: 16px;
	color: #0C1F2F;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
}

.cat-section-4 .wp-block-group.info-block ul > li::before {
	content: "";
	position: absolute;
	top: 0.78em;
	left: 3px;
	width: 3px;
	height: 3px;
	border: 0;
	border-radius: 50%;
	background: #0C1F2F;
	transform: translateY(-50%);
}


/* Tablet */

@media (max-width: 992px) {

	.cat-section-1 {
		margin-top: 100px !important;
		padding: 130px 40px 60px !important;
	}

	.cat-section-1 > h2 {
		max-width: 650px;
		font-size: 34px;
	}

	.cat-section-1 .cols-3 > .wp-block-column,
	.cat-section-1 .cols-2 > .wp-block-column {
		padding-left: 25px;
		padding-right: 25px;
	}

	.akumai-category-bottom-section .cat-section-1 strong {
		font-size: 28px;
	}

	.cat-section-2 {
		min-height: 620px;
		margin-top: 70px !important;
		padding: 80px 50px !important;
	}

	.cat-section-2 > .wp-block-group {
		width: 58%;
		max-width: 580px;
	}

	.cat-section-2 h2 {
		font-size: 42px;
	}

	.cat-section-2 p {
		font-size: 16px;
	}

	.cat-section-3 {
		margin-top: 70px !important;
	}

	.cat-section-3 > .wp-block-columns + .wp-block-columns {
		margin-top: 50px !important;
	}

	.cat-section-3 > .wp-block-columns > .wp-block-column {
		padding: 0 25px;
	}

	.cat-section-3 h3 {
		max-width: 250px;
		margin-bottom: 20px !important;
		font-size: 25px;
	}

	.cat-section-3 p {
		max-width: 260px;
		font-size: 15px;
	}
}


/* Mobile */

@media (max-width: 767px) {

	.cat-section-1 {
		margin-top: 90px !important;
		padding: 110px 25px 45px !important;
		border-radius: 16px;
	}

	.cat-section-1::before {
		top: -60px;
		width: 120px;
		height: 120px;
	}

	.cat-section-1::after {
		top: -30px;
		width: 60px;
		height: 60px;
	}

	.cat-section-1 > h2 {
		font-size: 30px;
		line-height: 1.15;
	}

	.cat-section-1 > p {
		font-size: 15px;
	}

	.cat-section-1 > .cta_buttons {
		margin: 30px 0 50px;
	}

	.cat-section-1 .cols-3,
	.cat-section-1 .cols-2 {
		display: grid !important;
		grid-template-columns: 1fr !important;
		max-width: 600px;
		gap: 0 !important;
	}

	.cat-section-1 .cols-3 {
		margin-bottom: 0 !important;
	}

	.cat-section-1 .cols-3 > .wp-block-column,
	.cat-section-1 .cols-2 > .wp-block-column {
		width: 100% !important;
		padding: 30px 0;
	}

	.cat-section-1 .cols-3 > .wp-block-column::before,
	.cat-section-1 .cols-2 > .wp-block-column::before {
		display: none !important;
	}

	.cat-section-1 .cols-3 > .wp-block-column:not(:last-child),
	.cat-section-1 .cols-2 > .wp-block-column:not(:last-child),
	.cat-section-1 .cols-3 > .wp-block-column:last-child {
		border-bottom: 1px solid #C9C9C9;
	}

	.cat-section-1 .cols-2 > .wp-block-column:last-child {
		border-bottom: 0;
	}

	.cat-section-1 .cols-3 > .wp-block-column > p:first-child,
	.cat-section-1 .cols-2 > .wp-block-column > p:first-child {
		max-width: none;
		margin-bottom: 12px !important;
	}

	.cat-section-1 .cols-3 > .wp-block-column > p:not(:first-child),
	.cat-section-1 .cols-2 > .wp-block-column > p:not(:first-child) {
		max-width: 450px;
		font-size: 16px;
	}

	.akumai-category-bottom-section .cat-section-1 strong {
		font-size: 26px;
	}

	.cat-section-2 {
		display: block;
		min-height: 0;
		margin-top: 50px !important;
		padding: 80px 30px !important;
		border-radius: 16px;
		background-position: 60% center;
		text-align: center;
	}

	.cat-section-2::before {
		background: rgba(0, 0, 0, 0.62);
	}

	.cat-section-2 > .wp-block-group {
		width: 100%;
		max-width: 600px;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.cat-section-2 h2 {
		margin-bottom: 30px !important;
		font-size: 36px;
		line-height: 1.15;
	}

	.cat-section-2 p {
		font-size: 16px;
		line-height: 1.55;
	}

	.cat-section-2 .cta_buttons {
		justify-content: center !important;
		margin-top: 40px;
	}

	.cat-section-3 {
		margin-top: 50px !important;
		padding: 0 !important;
	}

	.cat-section-3 > .wp-block-columns {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 0 !important;
	}

	.cat-section-3 > .wp-block-columns + .wp-block-columns {
		margin-top: 0 !important;
	}

	.cat-section-3 > .wp-block-columns > .wp-block-column {
		width: 100% !important;
		padding: 32px 0;
	}

	.cat-section-3 > .wp-block-columns > .wp-block-column::before {
		display: none !important;
	}

	.cat-section-3 > .wp-block-columns > .wp-block-column:not(:last-child),
	.cat-section-3 > .wp-block-columns:first-child > .wp-block-column:last-child {
		border-bottom: 1px solid #C9C9C9;
	}

	.cat-section-3 > .wp-block-columns:last-child > .wp-block-column:last-child {
		border-bottom: 0;
	}

	.cat-section-3 h3 {
		max-width: 380px;
		margin-bottom: 15px !important;
		font-size: 28px;
	}

	.cat-section-3 p {
		max-width: 440px;
		font-size: 16px;
	}
}


/* Small mobile */

@media (max-width: 520px) {

	.cat-section-1 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.cat-section-1 > h2 {
		font-size: 27px;
	}

	.cat-section-1 > .cta_buttons {
		display: grid !important;
		grid-template-columns: 1fr;
	}

	.cat-section-1 > .cta_buttons .wp-block-button,
	.cat-section-1 > .cta_buttons .wp-block-button__link {
		width: 100%;
	}

	.akumai-category-bottom-section .cat-section-1 strong {
		font-size: 24px;
	}

	.cat-section-2 {
		padding: 65px 20px !important;
		background-position: 62% center;
	}

	.cat-section-2 h2 {
		font-size: 30px;
	}

	.cat-section-2 p {
		font-size: 15px;
	}

	.cat-section-2 .cta_buttons {
		display: grid !important;
		grid-template-columns: 1fr;
		width: 100%;
		margin-top: 35px;
	}

	.cat-section-2 .cta_buttons .wp-block-button,
	.cat-section-2 .cta_buttons .wp-block-button__link {
		width: 100%;
	}

	.cat-section-3 {
		margin-top: 40px !important;
	}

	.cat-section-3 > .wp-block-columns > .wp-block-column {
		padding: 26px 0;
	}

	.cat-section-3 h3 {
		max-width: 320px;
		font-size: 24px;
	}

	.cat-section-3 p {
		max-width: 330px;
		font-size: 15px;
		line-height: 1.5;
	}
}
