
/* stylelint-disable */

/* stylelint-disable max-line-length */
:root {
	--breakpoint-xxl: 1920px;
	--breakpoint-xl: 1440px;
	--breakpoint-lg: 1280px;
	--breakpoint-md-l: 1120px;
	--breakpoint-md: 1024px;
	--breakpoint-md-s: 992px;
	--breakpoint-sm: 768px;
	--breakpoint-xsm: 596px;
	--breakpoint-xs: 512px;
	--breakpoint-xxs: 390px;
}

/* stylelint-disable */

/* stylelint-disable */

/* stylelint-disable */

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.single-disease-hero-section {
	padding: 50px 0;
}

.single-disease-hero-section h1 {
	margin: 0 0 50px;
}

.single-disease-hero-section .flex-holder {
	display: flex;
	align-items: flex-start;
}

@media (max-width: 1024px) {
	.single-disease-hero-section .flex-holder {
		flex-direction: column;
	}
}

.single-disease-hero-section .flex-holder .left-col {
	width: 65%;
}

@media (max-width: 1024px) {
	.single-disease-hero-section .flex-holder .left-col {
		width: 100%;
	}
}

.single-disease-hero-section .flex-holder .left-col .info-block {
	width: 100%;
	margin: 0 0 30px;
}

.single-disease-hero-section .flex-holder .left-col .info-block:last-of-type {
	margin: 0;
}

.single-disease-hero-section .flex-holder .left-col .info-block h3 {
	margin: 0 0 30px;
}

.single-disease-hero-section .flex-holder .left-col .info-block .info-block-holder {
	display: flex;
}

.single-disease-hero-section .flex-holder .left-col .info-block .info-block-holder .icon {
	margin-right: 30px;
}

.single-disease-hero-section .flex-holder .left-col .info-block .info-block-holder .icon svg {
	display: block;
	width: 100%;
	min-width: 50px;
	max-width: 50px;
}

.single-disease-hero-section .flex-holder .left-col .info-block .info-block-holder .text p {
	margin: 0 0 15px;
}

.single-disease-hero-section .flex-holder .left-col .info-block .info-block-holder .text ul {
	margin: 15px 0;
	padding-left: 20px;
}

.single-disease-hero-section .flex-holder .left-col .info-block .info-block-holder .text ul li {
	margin: 0 0 10px;
}

.single-disease-hero-section .flex-holder .left-col .info-block .info-block-holder .text ul li:last-of-type {
	margin: 0;
}

.single-disease-hero-section .flex-holder .left-col .info-block .info-block-holder .text ul ul {
	padding-left: 15px;
}

.single-disease-hero-section .flex-holder .right-col {
	width: 35%;
	min-width: 400px;
	background: var(--sk-third-gradient);
	border-radius: 10px;
	color: white;
	padding: 40px 30px;
	margin-left: 40px;
}

@media (max-width: 1024px) {
	.single-disease-hero-section .flex-holder .right-col {
		margin-left: 0;
		width: 100%;
		min-width: 0;
		margin-top: 50px;
	}
}

@media (max-width: 512px) {
	.single-disease-hero-section .flex-holder .right-col {
		margin-top: 40px;
		padding: 30px 20px;
	}
}

.single-disease-hero-section .flex-holder .right-col h3 {
	margin: 0 0 40px;
	text-align: center;
	color: white;
}

.single-disease-hero-section .flex-holder .right-col .epidemiology .block {
	display: flex;
	align-items: flex-start;
	margin: 0 0 50px;
	position: relative;
}

@media (max-width: 512px) {
	.single-disease-hero-section .flex-holder .right-col .epidemiology .block {
		margin: 0 0 40px;
	}
}

.single-disease-hero-section .flex-holder .right-col .epidemiology .block::after {
	content: "";
	height: calc(100% - 20px);
	width: 2px;
	background: white;
	position: absolute;
	top: 70px;
	left: 35px;
}

@media (max-width: 512px) {
	.single-disease-hero-section .flex-holder .right-col .epidemiology .block::after {
		height: calc(100% - 18px);
		top: 59px;
		left: 29px;
	}
}

.single-disease-hero-section .flex-holder .right-col .epidemiology .block:last-of-type {
	margin: 0;
}

.single-disease-hero-section .flex-holder .right-col .epidemiology .block:last-of-type::after {
	display: none;
}

.single-disease-hero-section .flex-holder .right-col .epidemiology .block .icon {
	margin-right: 20px;
	width: 70px;
	min-width: 70px;
	height: 70px;
	border: 2px solid white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 512px) {
	.single-disease-hero-section .flex-holder .right-col .epidemiology .block .icon {
		width: 60px;
		min-width: 60px;
		height: 60px;
	}
}

.single-disease-hero-section .flex-holder .right-col .epidemiology .block .icon svg {
	display: block;
	width: 100%;
	min-width: 40px;
	height: 40px;
}

@media (max-width: 512px) {
	.single-disease-hero-section .flex-holder .right-col .epidemiology .block .icon svg {
		min-width: 35px;
		height: 35px;
	}
}

.single-disease-hero-section .flex-holder .right-col .epidemiology .block .text .sub-description {
	border-top: 1px solid white;
	margin-top: 15px;
	padding-top: 15px;
}

.single-disease-content {
	padding: 50px 0 80px;
}

@media (max-width: 512px) {
	.single-disease-content {
		padding: 50px 0;
	}
}

.single-disease-content .info-block {
	margin-bottom: 60px;
}

.single-disease-content .info-block:last-of-type {
	margin-bottom: 0;
}

.single-disease-content .info-block .title-holder {
	margin-bottom: 30px;
}

.single-disease-content .info-block .title-holder .strain-title {
	margin: 0 0 10px;
}

.single-disease-content .info-block .title-holder .flex-holder {
	display: flex;
	align-items: center;
}

@media (max-width: 512px) {
	.single-disease-content .info-block .title-holder .flex-holder {
		flex-direction: column;
		align-items: flex-start;
	}
}

.single-disease-content .info-block .title-holder .flex-holder h3 {
	margin-right: 20px;
}

@media (max-width: 512px) {
	.single-disease-content .info-block .title-holder .flex-holder h3 {
		margin: 0 0 20px;
	}
}

.single-disease-content .info-block .title-holder .flex-holder .vaccines-in-pipeline {
	width: 50px;
	height: 50px;
	min-width: 50px;
	border-radius: 50%;
	border: 2px solid var(--sk-color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	font-weight: 700;
}

@media (max-width: 512px) {
	.single-disease-content .info-block .title-holder .flex-holder .vaccines-in-pipeline {
		margin: 0 0 10px;
	}
}

.single-disease-content .info-block .blocks {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid var(--sk-color-primary);
	border-radius: 10px;
}

@media (max-width: 768px) {
	.single-disease-content .info-block .blocks {
		flex-direction: column;
	}
}

.single-disease-content .info-block .blocks .block {
	width: 33.33%;
	padding: 40px 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

@media (max-width: 512px) {
	.single-disease-content .info-block .blocks .block {
		padding: 30px 20px;
	}
}

.single-disease-content .info-block .blocks .block:last-of-type::after {
	display: none;
}

.single-disease-content .info-block .blocks .block::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 70%;
	width: 1px;
	background-color: var(--sk-color-primary);
}

@media (max-width: 768px) {
	.single-disease-content .info-block .blocks .block {
		width: 100%;
	}
	
	.single-disease-content .info-block .blocks .block::after {
		height: 1px;
		width: 70%;
		left: auto;
		right: auto;
		top: auto;
		bottom: 0;
		margin: 0;
	}
}

@media (max-width: 512px) {
	.single-disease-content .info-block .blocks .block::after {
		width: 90%;
	}
}

.single-disease-content .info-block .blocks .block.technology-platforms h4 {
	color: #f5a623;
}

.single-disease-content .info-block .blocks .block.development-phases h4 {
	color: #d94747;
}

.single-disease-content .info-block .blocks .block.trial-population h4 {
	color: #88c32f;
}

.single-disease-content .info-block .blocks .block .icon {
	margin-bottom: 20px;
}

.single-disease-content .info-block .blocks .block .icon svg {
	display: block;
	width: 100%;
	max-width: 100px;
}

@media (max-width: 512px) {
	.single-disease-content .info-block .blocks .block .icon svg {
		max-width: 80px;
	}
}

.single-disease-content .info-block .blocks .block h4 {
	margin-bottom: 5px;
}

.single-disease-content .sources {
	text-align: right;
	word-break: break-all;
	font-size: .7em;
}
