/*!*************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/styles/patterns/data-head/default.css ***!
  \*************************************************************************************************************************************************************************************************************/
.data-head {
	position: relative;
	height: 480px;

	@media screen and (max-width: 781px) {
		height: auto;
	}
}

.data-head-inner {
	position: relative;
	height: 100%;
	@media screen and (max-width: 781px) {
		aspect-ratio: 375 / 250;
	}
}

.data-head-img {
	width: 100%;
	height: 100%;
	margin-right: 0 !important;
	margin-left: 0 !important;
	overflow: hidden;
}

.data-head-img img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;

	@media screen and (max-width: 781px) {
		aspect-ratio: 375 / 250;
	}
}

.data-head .wp-block-cover__image-background {
	@media screen and (max-width: 781px) {
		aspect-ratio: 375/ 250;
		height: auto;
	}
}

.data-head .wp-block-cover__inner-container {
	padding: 45px 45px;

	@media screen and (max-width: 781px) {
		padding: 24px 24px;
	}
}

.data-head-heading {
	position: absolute !important;
	bottom: 35px;
	left: 5px;
	font-size: 115px;
	color: var(--wp--preset--color--white);
	letter-spacing: 0.05em;
	font-weight: 700;
	line-height: 1;

	@media screen and (max-width: 781px) {
		font-size: 55px;
		bottom: 70px;
		left: 24px;
	}
}

.data-head-card {
	width: 416px;
	@media screen and (min-width: 782px) {
		position: absolute!important;
		top: 50%;
		right: 24px;
		transform: translateY(-50%);
		margin-top: 0 !important;
	}
	@media screen and (max-width: 781px) {
		width: calc(100% - 48px);
		margin-top: -55px !important;
		margin-inline: auto !important;
	}
}


/*# sourceMappingURL=default.css.map*/