main{
    background: #fff;
}
.front_hero {
	padding: 80px 0 50px 0;
}
.hero_wrapper {
	display: flex;
	gap: 5%;
	margin: 0;
	background-image: url('/wp-content/themes/getlinks/assets/img/frontpage/hero_bg2.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.hero_main {
	display: flex;
	flex-direction: column;
	gap: 40px;
	#margin: 0 auto;
	flex: 1 0 40%;
	padding-right: 5%;
}
.hero_main h1 {
	text-align: left;
	padding-top: 40px;
}
.hero_desc {
	margin: 0 auto 0 0;
	width: 70%;
}
.hero_button {
	margin-right: auto;
}
.hero_img {
	flex: 1 0 50%;
}
.front_services_wrapper h2 {
	text-align: center;
	padding-bottom: 50px;
}
.front_services {
	padding: 50px 0;
	margin-bottom: 50px;
}
.front_services_video {
	display: flex;
    justify-content: center;
}
.front_services_video iframe {
    aspect-ratio: 16 / 9;
    width: 80% !important;
}
.front_services_list {
	display: flex;
	margin-top: 50px;
	gap: 20px;
}
.front_service_item {
	width: calc((100% - 40px) / 3);
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	border: 1px solid #E9EAEB;
	border-radius: 16px;
	padding: 3%;
	gap: 20px;
}
.front_service_item img {
	width: 120px;
}
.front_service_item li {
	margin: 10px 0;
}
.front_service_item_desc {
	margin-bottom: auto; 
}
.front_service_item_desc ul,ol {
	margin: 0 0 1.5em 1em;
}
.front_service_item_btn {
	margin-top: auto; 
}

.assisted_purchase_wrapper {
	padding: 70px 0;
	display: flex;
	gap: 10%;
	background-image: url('/wp-content/themes/getlinks/assets/img/frontpage/hero_bg3.webp');
	background-repeat: no-repeat;
	background-position: center;
}
.front_assisted_purchase {
	background-color: var(--color-brand-bg3);
}
.assisted_purchase_img {
	flex: 1 0 45%;
}
.assisted_purchase_main {
	flex: 1 0 50%;
	display: flex;
	flex-direction: column;
	padding: 50px 15% 0 0;
	gap: 30px;
}
.assisted_purchase_main h2 {
	text-align: left;
}

.front_pricing {
	padding: 80px 0;
	margin-bottom: 50px;
}
.front_pricing_wrapper h2 {
	text-align: center;
	padding-bottom: 50px;
}
.front_pricing_blocks {
	display: flex;
	margin-top: 50px;
	gap: 20px;
}
.front_pricing_plan {
	width: calc((100% - 40px) / 3);
    display: flex;
    flex-direction: column;
	box-sizing: border-box;
	border: 1px solid #E9EAEB;
	border-radius: 16px;
	padding: 3%;
	gap: 20px;
}
.front_pricing_plan_title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 35px 41px;
	gap: 8px;
	isolation: isolate;
	border-radius: 8px;
	background-image: url('/wp-content/themes/getlinks/assets/img/frontpage/price_title_bg.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.front_pricing_plan_price h3 {
	font-weight: 700;
}
.front_pricing_plan_price_value {
	color: var(--h-text-color);
	font-weight: 500;
}
.pricing_plan_items {
	padding-right: 5%;
}
.pricing_plan_item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 10px 0;
}
.pricing_plan_item_icon {
	padding-top: 3px;
}

.front_promo {
	margin: 80px 0 100px 0;
}
.front_promo_wrapper {
	background: #F5F7F9;
	background-image: url('/wp-content/themes/getlinks/assets/img/frontpage/promo_bg.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: 0px 27px 11px rgba(11, 17, 45, 0.01), 0px 15px 9px rgba(11, 17, 45, 0.03), 0px 7px 7px rgba(11, 17, 45, 0.05), 0px 2px 4px rgba(11, 17, 45, 0.06);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	padding: 50px 0;
	width: 100%;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
.front_promo_text h4 {
	font-weight: 700;
}
.front_promo_text {
	width: 50%;
	text-align: center;
}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {
	.hero_wrapper {
		flex-direction: column;
		gap: 30px;
		background-position: bottom;
	}
	.hero_main {
		gap: 15px;
	}
	.front_hero {
		padding: 30px 0;
	}
	.front_services_video iframe {
		aspect-ratio: 16 / 9;
		width: 100% !important;
	}
	.assisted_purchase_wrapper {
		flex-direction: column;
		gap: 30px;
	}
	.assisted_purchase_main {
		padding: 20px 10%;
	}
}

@media (max-width: 768px)  {
	.front_service_item {
		padding: 5%;
		width: 100%;
	}
	.front_service_item img {
		width: 80px;
	}
	.front_services_list, .front_pricing_blocks {
		flex-direction: column;
	}
	.front_pricing_plan {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.hero_wrapper {
		margin: 0;
	}
}

@media (max-width: 380px) {
	
}