/*!*************************************************************************************************************************************************************************************************************!*\
  !*** 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-card/default.css ***!
  \*************************************************************************************************************************************************************************************************************/
.data-card {
	position: relative;
	border-radius: 12px;
	padding: 70px 40px 0 40px;
	align-items: center !important;
	gap: 0;
	max-width: 100%;

  @media screen and (max-width: 1280px) {
    padding: 50px 20px 0 20px;
  }

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

.data-card--no-img {
	padding: 70px 40px 40px 40px;

  @media screen and (max-width: 1280px) {
    padding: 50px 20px 0 20px;
  }

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

/* .data-card::after {
	content: "";
	position: absolute !important;
	top: 20px;
	right: 20px;
	width: 32px;
	height: 32px;
	display: block;
	border-radius: 50%;
	mask-image: url(../../../../assets/images/icon_arrow.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center;
	background-color: var(--wp--preset--color--black);

	@media screen and (max-width: 781px) {
		width: 27px;
		height: 27px;
		top: 15px;
		right: 10px;
	}
} */

.data-card-en {
	font-family: var(--wp--preset--font-family--akshar);
	font-size: 14px;
	writing-mode: vertical-lr;
	text-transform: uppercase;
	color: var(--wp--preset--color--black);
	opacity: 0.5;
	position: absolute !important;
	top: 20px;
	left: 20px;
	line-height: 1;

	@media screen and (max-width: 781px) {
		font-size: 11px;
		top: 15px;
		left: 15px;
	}
}

.data-card-heading {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin-top: 0 !important;

	@media screen and (max-width: 781px) {
		font-size: 18px;
	}
}

.data-card-number {
  width: -moz-fit-content;
  width: fit-content;
	margin-inline: auto;
	position: relative;
	margin-top: 20px !important;
	gap: 2px!important;
  display: flex;

  @media screen and (max-width: 1280px) and (min-width: 1024px) {
    display: flex;
    flex-direction: column;
  }
  
  @media screen and (max-width: 781px) {
    flex-direction: column;
  }
}

.data-card-number.is-vertical {
  align-items: center;
}

.data-card-number-row {
  gap: 0!important;
  margin-top: 0!important;
  margin-bottom: 0!important;
}

.data-card-number-label {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: rgba(32, 32, 32, 0.5);

  @media screen and (max-width: 781px) {
    font-size: 14px;
  }
}

.data-card-number-text {
	font-family: var(--wp--preset--font-family--akshar);
	font-size: 85px;
	line-height: 1;
	font-weight: 600;
	position: relative;
	z-index: 1;
  display: flex;
  align-items: baseline;
  margin-top: 0!important;
  margin-bottom: 0!important;
  @media screen and (max-width: 1280px) {
    font-size: 70px;
  }

	@media screen and (max-width: 781px) {
		font-size: 66px;
	}
}

.data-card-number-text.--small {
  font-size: 52px;
  @media screen and (max-width: 781px) {
    font-size: 38px;
  }

  @media screen and (max-width: 480px) {
    font-size: 66px;
  }
}

.data-card-number-text span {
  font-size: 45px;

  @media screen and (max-width: 781px) {
    font-size: 32px;
  }

  @media screen and (max-width: 480px) {
    font-size: 40px;
  }
}

.data-card-number-text small {
	font-family: var(--wp--preset--font-family--noto-sans-jp);
	font-size: 36px;
	font-weight: 700;
  word-break: keep-all;

	@media screen and (max-width: 781px) {
		font-size: 25px;
	}
}

.data-card-number-text.--small small {
  font-size: 18px;
  @media screen and (max-width: 781px) {
    font-size: 16px;
  }
  @media screen and (max-width: 480px) {
    font-size: 25px;
  }
}

.data-card-number::before {
	content: "";
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: calc(100% + 16px);
	height: 29px;
	border-radius: 4px;
	background-color: var(
		--data-card-number-accent,
		var(--wp--preset--color--yellow-green-accent)
	);
}

.data-card-description {
	margin-top: 20px !important;
	margin-bottom: 35px !important;
	line-height: 1.5;
	text-align: center;

	@media screen and (max-width: 781px) {
		line-height: 1.7;
		margin-bottom: 25px !important;
	}
}

.wp-block-safe-svg-svg-icon {
	display: flex;
	align-items: flex-end;
	text-align: center !important;
	margin-top: auto !important;
	max-width: 100%;
}

.data-card-img svg {
	margin-inline: auto;
}


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