<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("../../root.css");
#bloodcontent {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 25px;
	background: var(--light-grey);
	padding: 45px;
	border-radius: var(--border-radius);
}
#bloodcontent .selector-wrapper {
	position: relative;
	z-index: 2;
	text-align: center;
}
#bloodcontent .selector-wrapper h3 {
	display: inline-block;
	text-align: center;
	border-radius: var(--border-radius);
	background: var(--main-color);
	color: #fff;
	padding: 10px 20px;
	margin: 0px 0xp 20px 0px;
	font-size: 20px;
}
#bloodcontent .selector-wrapper .title-wrapper {
	display: block;
}
#bloodcontent #blood_selector {
	display: inline-grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr 1fr;
	grid-gap: 7px;
}
#bloodcontent #blood_selector div {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #b51e23;
	border-radius: 7px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 600;
	position: relative;
}
#bloodcontent #blood_selector div:hover {
	background: #b51e23;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
#bloodcontent .content-wrapper {
	margin: 0 auto;
	position: relative;
	display: inline-block;
	padding-bottom: 45px;
}
#bloodcontent #blood_content {
	position: relative;
	top: -60px;
	width: 100%;
	height: 100%;
}
#bloodcontent #center_via_c {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}
#bloodcontent #center_via_c .center_via {
	width: 8px;
	background: #ffffff;
	height: 200px;
	position: relative;
	left: 50%;
	transform: translatex(-50%);
	top: 17px;
}
#bloodcontent #center_via_c .blood_via {
	height: 0;
	background-color: #b51e23;
	right: 50%;
	width: 8px;
	transition: height 0.25s;
}
#bloodcontent .main_bag {
	position: relative;
	width: 100px;
	height: 140px;
	top: 85px;
	left: 50%;
	transform: translatex(-50%);
	border-radius: 30px;
	opacity: 0.8;
	background-color: rgba(154, 207, 234, 0.9);
	border: 8px solid rgba(154, 207, 234, 0.9);
}
#bloodcontent .main_bag .oese {
	position: absolute;
	width: 8px;
	height: 8px;
	max-height: 8px;
	top: 5px;
	left: 50%;
	transform: translatex(-50%);
	border-radius: 50px;
	background: #fff;
}
#bloodcontent .main_bag .drop {
	position: absolute;
	font-size: 36px;
	top: 55px;
	left: 50%;
	transform: translatex(-50%);
	color: rgba(255,255,255,0.25);
	z-index: 2
}
#bloodcontent .main_bag .blood {
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	bottom: 0;
	width: 100%;
	height: 100px;
	background-color: #b51e23;
	border-radius: 0 0 35px 35px;
	transition: height 1s;
}
#bloodcontent .main_bag .blood::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	top: -6px;
	width: 100%;
	height: 10px;
	background-color: #92191b;
	border-radius: 100%;
}
#bloodcontent #humans {
	position: absolute;
	top: 164px;
	width: 400px;
	height: 200px;
	left: 50%;
	transform: translatex(-50%);
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: repeat(4, 1fr);
}
#bloodcontent #humans .human {
	position: relative;
}
#bloodcontent #humans .human .via {
	position: absolute;
	text-align: right;
	width: 100%;
	height: 8px;
	background-color: #ffffff;
	bottom: 7px;
	border-radius: 5px;
}
#bloodcontent #humans .human .blood_via {
	position: absolute;
	height: 8px;
	background-color: #b51e23;
	width: 0;
	bottom: 7px;
	transition: width 1s;
	border-radius: 5px;
}
#bloodcontent #humans .human.left {
	display: grid;
	justify-content: left;
	align-content: center;
}
#bloodcontent #humans .human.left .blood_via {
	right: 0;
}
#bloodcontent #humans .human.left .scribble {
	left: -30px;
}
#bloodcontent #humans .human.left .scribble span {
	left: -40px;
	text-align: right !important;
}
#bloodcontent #humans .human.right {
	display: grid;
	justify-content: right;
	align-content: center;
}
#bloodcontent #humans .human.right .scribble {
	right: -60px;
}
#bloodcontent #humans .human.right .scribble span {
	right: -10px;
	text-align: left;
}
#bloodcontent #humans .human .scribble {
	position: absolute;
	height: 50px;
	width: 50px;
	top: 0;
	transition: background 1s;
}
#bloodcontent #humans .human .scribble span {
	position: absolute;
	display: grid;
	align-items: end;
	height: 100%;
}
#bloodcontent #humans .human .scribble .head {
	width: 30%;
	height: 30%;
	background-color: var(--main-color);
	border-radius: 50%;
	margin: 2px auto;
	transition: background 1s;
	position: absolute;
	top: 40%;
	left: 5%;
}
#bloodcontent #humans .human .scribble .body {
	position: absolute;
	bottom: 0;
	width: 40%;
	height: 30%;
	background-color: var(--main-color);
	border-radius: 50% 50% 0 0;
	margin: 0 auto;
	transition: background 1s;
}
#bloodcontent .no_transition {
	transition: none !important;
}
#bloodcontent .highlight {
	background: #b51e23 !important;
	font-weight: bold;
	color: #fff;
}
#bloodcontent .highlightText {
	font-weight: bold;
}
#bloodcontent #humans .human .scribble.highlightHuman .head, 
#bloodcontent #humans .human .scribble.highlightHuman .body {
	background-color: #b51e23;
	transition: background 1s;
}
@media only screen and (max-width: 768px) {
	#bloodcontent #humans {
		width: 200px;
	}
	#bloodcontent #blood_selector {
		grid-template-columns: repeat(4, 1fr);
	}
	#bloodcontent {
		padding: 25px;
	}
	#bloodcontent .content-wrapper {
		padding-bottom: 25px;
	}
	#bloodcontent .selector-wrapper h3 {
		padding: 8px 16px;
		font-size: 18px;
	}
}
@media only screen and (max-width: 480px) {
	#bloodcontent #humans {
		width: 140px;
	}
}</pre></body></html>