.home-page-top-cover {
	position: relative;
	overflow: hidden;
}

.home-page-top-cover .home-page-top-cover__bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.home-page-top-cover::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background-image: linear-gradient(to bottom,
			#05061ea0,
			#05061e min(70vh, 80%) 100%);
	background-position: top;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	mix-blend-mode: plus-lighter;
}

.home-page-top-cover::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background-image: linear-gradient(to bottom,
			#05061e00 min(70vh, 80%),
			#05061e 100%);
	background-position: top;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}

.home-page-top-cover > * {
	position: relative;
	z-index: 1;
}

.home-page-top-cover .wp-block-cover__image-background {
  z-index: -1;
}

.home-page-top-cover .background-gradient {
	position: relative;
	padding: 10px 15px;
	max-width: fit-content;
	-webkit-background-clip: text;
	line-height: 32.69px;
	letter-spacing: 0.23em;
	mix-blend-mode: lighten;
	paint-order: stroke fill;
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke: 2px #64d7ff;
}

.home-page-top-cover .background-gradient::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-radius: 5px;
	padding: 2px;
	background: linear-gradient(90deg, #3e35ae 50%, #359ec7 100%);
	content: "";
}

.home-page-top-cover .text-gradient {
	margin-top: 20px;
	background: linear-gradient(90deg, #554ff6, #3cb8ff);
	-webkit-background-clip: text;
	paint-order: stroke fill;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 2px #ffff;
}

.home-page-top-cover .heading {
	margin-top: 0;
	font-weight: 900;
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke: 0;
}

.home-page-top-cover .wp-block-mitchcactus-rolling-list {
	margin-top: 40px;
}

.home-page-top-cover .wp-block-buttons {
	margin-top: 40px;
	padding: 20px 25px;
	padding-bottom: 0;
}

@media (max-width: 1200px) {

	.home-page-top-cover .heading {
		padding: 0;
	}
}

.home-page-catalog {
	position: relative;
	margin-top: 0;
}

.home-page-catalog .home-page-catalog__bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	mix-blend-mode: overlay;
	object-fit: cover;
}

.home-page-catalog .wp-block-cover__image-background {
  z-index: -2;
  mix-blend-mode: overlay;
}

.home-page-catalog::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-image: linear-gradient(to bottom,
			#05061e,
			#05061e00 min(10vh, 20%));
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
}

.mitchcactus-section-title,
.mitchcactus-section-subtitle {
	mix-blend-mode: plus-lighter;
}

.mitchcactus-section-subtitle {
	margin-top: 0;
	color: #554ff6;
}

.home-page-easy-effortless {
	position: relative;
	margin-top: 0;
	padding-bottom: 0;
}

.home-page-easy-effortless .home-page-easy-effortless__bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	mix-blend-mode: lighten;
	object-fit: cover;
}

.home-page-easy-effortless .wp-block-mitchcactus-tabs {
	margin-top: 70px;
}

.home-page-proffesional .wp-block-cover__image-background {
	mix-blend-mode: plus-lighter;
}

@media (max-width: 1024px) {

	.home-page-easy-effortless .wp-block-mitchcactus-tabs {
		margin-top: 50px !important;
	}
}

.home-page-counters {
	margin-top: 0;
	min-height: auto !important;
}

.home-page-counters .home-page-counters-column {
	gap: 16px;
}

.home-page-counters .home-page-counters-column .title {
	font-size: 16px;
	font-weight: 900;
	line-height: 21.79px;
}

.home-page-counters .home-page-counters-column .description {
	font-size: 32px;
	font-weight: 900;
	line-height: 49.03px;
}

@media (max-width: 1024px) {

	.home-page-counters .home-page-counters-column {
		margin-top: 24px !important;
	}
}

@media (max-width: 767px) {

	.home-page-catalog h2 {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	.home-page-counters .wp-block-group-is-layout-grid {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 768px) and (max-width: 1270px) {

	.home-page-counters .wp-block-group-is-layout-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.home-page-explore {
	margin-top: 0;
}

.home-page-explore .title {
	margin-top: 0;
	background: #fff;
	background-clip: text;
	font-weight: 900;
	-webkit-text-fill-color: transparent;
}

.home-page-explore .description {
	margin-top: 50px;
	line-height: 21.79px;
}

.home-page-explore::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	mix-blend-mode: color;
}

.home-page-explore .wp-block-group {
	z-index: 1;
	border: 1px solid #1d2140;
	border-radius: 10px;
	background: #1d21404d;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

.home-page-explore .wp-block-group::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-radius: 10px;
	padding: 2px;
	background: linear-gradient(180deg, #3bb7fe, #171a51);
	content: "";
	box-shadow: 0 4px 20px -1px rgba(0, 0, 0, 0.3019607843);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
}

@media (max-width: 1024px) {

	.home-page-explore {
		background-size: cover !important;
	}

	.home-page-explore .description {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
}

@media (max-width: 1024px) {

	.home-page-explore img {
		width: 130px;
	}

	.home-page-explore .description {
		margin-top: 20px;
	}

	.home-page-explore .wp-block-buttons {
		margin-top: 30px !important;
	}
}

