
/* 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);
*/
.vaccines-pipeline-hero {
	padding: 20px 0 50px;
}

.vaccines-pipeline-hero .flex-holder {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 1024px) {
	.vaccines-pipeline-hero .flex-holder {
		flex-direction: column;
	}
}

.vaccines-pipeline-hero .content-col {
	width: 100%;
	max-width: 500px;
}

@media (max-width: 1024px) {
	.vaccines-pipeline-hero .content-col {
		max-width: 100%;
	}
}

.vaccines-pipeline-hero .content-col h3 {
	margin: 4px 0 16px;
}

.vaccines-pipeline-hero .content-col p {
	margin: 0 0 16px;
}

.vaccines-pipeline-hero .content-col p:last-of-type {
	margin: 0;
}

.vaccines-pipeline-hero .content-col .wp-block-button {
	margin-top: 16px;
}

.vaccines-pipeline-hero .overview-col {
	width: 100%;
	max-width: 640px;
	background: linear-gradient(to right, #dd5a59 0%, #f6ae39 100%);
	border-radius: 16px;
	padding: 40px 30px;
	margin-left: 40px;
}

@media (max-width: 1024px) {
	.vaccines-pipeline-hero .overview-col {
		max-width: 100%;
		margin-top: 40px;
		margin-left: 0;
	}
}

@media (max-width: 768px) {
	.vaccines-pipeline-hero .overview-col {
		padding: 30px 20px;
	}
}

.vaccines-pipeline-hero .overview-col > h2 {
	text-align: center;
	color: white;
	margin: 0 0 30px;
}

.vaccines-pipeline-hero .overview-col .overview-slider {
	height: auto;
}

.vaccines-pipeline-hero .overview-col .overview-slider .swiper-button-prev {
	transform: rotate(180deg);
}

.vaccines-pipeline-hero .overview-col .overview-slider .swiper-button-next, .vaccines-pipeline-hero .overview-col .overview-slider .swiper-button-prev {
	opacity: .8 !important;
	cursor: pointer;
	transition: opacity .2s;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' viewBox=\'0 0 15.12 28.03\'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-3%7Bfill:none;%7D.cls-2%7Bclip-path:url(%23clip-path);%7D.cls-3%7Bstroke:%23ffffff;stroke-miterlimit:10;stroke-width:3px;%7D%3C/style%3E%3CclipPath id=\'clip-path\'%3E%3Crect class=\'cls-1\' width=\'15.13\' height=\'28.03\'/%3E%3C/clipPath%3E%3C/defs%3E%3Ctitle%3Echevron-right%3C/title%3E%3Cg id=\'Layer_2\' data-name=\'Layer 2\'%3E%3Cg id=\'Layer_1-2\' data-name=\'Layer 1\'%3E%3Cg class=\'cls-2\'%3E%3Cpolyline class=\'cls-3\' points=\'1.1 1.02 13.09 14.02 1.1 27.02\'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.vaccines-pipeline-hero .overview-col .overview-slider .swiper-button-next.nitro-lazy, .vaccines-pipeline-hero .overview-col .overview-slider .swiper-button-prev.nitro-lazy {
	background-image: none !important;
}

@media (max-width: 512px) {
	.vaccines-pipeline-hero .overview-col .overview-slider .swiper-button-next, .vaccines-pipeline-hero .overview-col .overview-slider .swiper-button-prev {
		display: none !important;
	}
}

.vaccines-pipeline-hero .overview-col .overview-slider .swiper-button-next::after, .vaccines-pipeline-hero .overview-col .overview-slider .swiper-button-prev::after {
	display: none;
}

.vaccines-pipeline-hero .overview-col .overview-slider .swiper-button-next:hover, .vaccines-pipeline-hero .overview-col .overview-slider .swiper-button-prev:hover {
	opacity: 1 !important;
}

.vaccines-pipeline-hero .overview-col .overview-slider .swiper-pagination {
	position: static;
	margin-top: 40px;
}

@media (max-width: 512px) {
	.vaccines-pipeline-hero .overview-col .overview-slider .swiper-pagination {
		margin-top: 20px;
	}
}

.vaccines-pipeline-hero .overview-col .overview-slider .swiper-pagination .swiper-pagination-bullet {
	width: 25px;
	height: 5px;
	background-color: white;
	border-radius: 5px;
	margin: 0 3px;
}

.vaccines-pipeline-hero .overview-col .overview-slider .swiper-wrapper {
	align-items: center;
}

.vaccines-pipeline-hero .overview-col .overview-slider .swiper-slide {
	transition: transform .2s, opacity .2s;
}

.vaccines-pipeline-hero .overview-col .overview-slider .swiper-slide-prev {
	opacity: .7;
	transform: scale(.8) translateX(50px);
}

@media (max-width: 512px) {
	.vaccines-pipeline-hero .overview-col .overview-slider .swiper-slide-prev {
		transform: none;
		opacity: 1;
	}
}

.vaccines-pipeline-hero .overview-col .overview-slider .swiper-slide-next {
	opacity: .7;
	transform: scale(.8) translateX(-50px);
}

@media (max-width: 512px) {
	.vaccines-pipeline-hero .overview-col .overview-slider .swiper-slide-next {
		transform: none;
		opacity: 1;
	}
}

.vaccines-pipeline-hero .overview-col .overview-slider .swiper-slide-active {
	transform: none;
	z-index: 1;
}

.vaccines-pipeline-hero .overview-col .overview-slider .swiper-slide .holder {
	min-height: 180px;
	padding: 20px;
	border-radius: 5px;
	transition: opacity .2s, transform .2s;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 512px) {
	.vaccines-pipeline-hero .overview-col .overview-slider .swiper-slide .holder {
		min-height: 150px;
	}
}

.vaccines-pipeline-hero .overview-col .overview-slider .swiper-slide h3 {
	margin: 0 0 10px;
}

.vaccines-pipeline-hero .overview-col .overview-slider .swiper-slide .text {
	font-size: 14px;
}

/* 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);
*/
.disease-modal {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}

.disease-modal.type-1 .modal-box .links-holder {
	display: flex;
	flex-wrap: wrap;
}

.disease-modal.type-1 .modal-box .links-holder .link {
	width: 25%;
	padding: 0 20px;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}

@media (max-width: 992px) {
	.disease-modal.type-1 .modal-box .links-holder .link {
		width: 33.33%;
	}
}

@media (max-width: 768px) {
	.disease-modal.type-1 .modal-box .links-holder .link {
		justify-content: flex-start;
		width: 50%;
	}
	
	.disease-modal.type-1 .modal-box .links-holder .link:nth-child(odd) {
		padding-left: 0;
	}
	
	.disease-modal.type-1 .modal-box .links-holder .link:nth-child(even) {
		padding-right: 0;
	}
}

@media (max-width: 512px) {
	.disease-modal.type-1 .modal-box .links-holder .link {
		width: 100%;
		padding: 0;
	}
}

.disease-modal.type-1 .modal-box .links-holder .link > a {
	display: flex;
	align-items: center;
	color: white;
	text-decoration: none;
	font-size: 17px;
	font-weight: 500;
}

.disease-modal.type-1 .modal-box .links-holder .link > a:hover {
	text-decoration: underline;
}

.disease-modal.type-1 .modal-box .links-holder .link > a img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 20px;
}

@media (max-width: 512px) {
	.disease-modal.type-1 .modal-box .links-holder .link > a img {
		width: 40px;
		height: 40px;
		margin-right: 15px;
	}
}

.disease-modal.type-2 .modal-flex-holder {
	display: block;
}

.disease-modal.type-2 .modal-box {
	transform: translateY(150px);
	height: 80%;
	overflow-y: auto;
}

@media (max-width: 512px) {
	.disease-modal.type-2 .modal-box {
		transform: translateY(50px);
		height: 90%;
	}
}

.disease-modal.type-2 .modal-box .holder {
	height: auto;
	min-height: 100%;
}

.disease-modal.type-2 .modal-box .holder h2 {
	font-size: 25px;
	font-weight: 500;
	line-height: 30px;
}

@media (max-width: 512px) {
	.disease-modal.type-2 .modal-box .holder {
		padding-bottom: 10px;
		height: auto;
	}
}

.disease-modal.type-2 .modal-box .terms-holder {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-around;
}

.disease-modal.type-2 .modal-box .terms-holder .term {
	width: 25%;
	padding: 0 20px;
	margin-bottom: 40px;
	position: relative;
	font-size: 1.5rem;
	font-weight: 500;
}

@media (max-width: 992px) {
	.disease-modal.type-2 .modal-box .terms-holder .term {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.disease-modal.type-2 .modal-box .terms-holder .term {
		justify-content: flex-start;
		width: 50%;
	}
	
	.disease-modal.type-2 .modal-box .terms-holder .term:nth-child(odd) {
		padding-left: 0;
	}
	
	.disease-modal.type-2 .modal-box .terms-holder .term:nth-child(even) {
		padding-right: 0;
	}
}

@media (max-width: 512px) {
	.disease-modal.type-2 .modal-box .terms-holder .term {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
}

.disease-modal.type-2 .modal-box .terms-holder .term:hover .term-name {
	background: var(--sk-base-gradient);
}

.disease-modal.type-2 .modal-box .terms-holder .term .term-name {
	cursor: pointer;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px 40px 10px 15px;
	transition: background .2s;
}

.disease-modal.type-2 .modal-box .terms-holder .term .term-name__text {
	word-break: break-word;
	text-align: center;
	margin-block-end: 1px;
}

.disease-modal.type-2 .modal-box .terms-holder .term .term-name__text::after {
	content: "";
	position: absolute;
	bottom: 19px;
	display: inline-block;
	margin-left: 19px;
	width: 15px;
	height: 15px;
	background-image: url("data:image/svg+xml,%0A%3Csvg width=\'19\' height=\'10\' viewBox=\'0 0 19 10\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M0.211706 0.209794C0.278645 0.143292 0.358165 0.0905304 0.445712 0.0545311C0.533259 0.0185308 0.627113 0 0.721898 0C0.816683 0 0.910537 0.0185308 0.998084 0.0545311C1.08563 0.0905304 1.16515 0.143292 1.23209 0.209794L9.36922 8.27488L17.5063 0.209794C17.6417 0.0757046 17.8252 0.000374794 18.0165 0.000374794C18.2079 0.000374794 18.3914 0.0757046 18.5267 0.209794C18.662 0.343884 18.7381 0.525748 18.7381 0.71538C18.7381 0.905011 18.662 1.08687 18.5267 1.22096L9.87941 9.79021C9.81247 9.85671 9.73295 9.90947 9.6454 9.94547C9.55785 9.98147 9.464 10 9.36922 10C9.27443 10 9.18058 9.98147 9.09303 9.94547C9.00548 9.90947 8.92596 9.85671 8.85902 9.79021L0.211706 1.22096C0.144598 1.15463 0.0913557 1.07583 0.0550276 0.989072C0.0186996 0.902315 0 0.809309 0 0.71538C0 0.62145 0.0186996 0.528444 0.0550276 0.441688C0.0913557 0.354931 0.144598 0.276128 0.211706 0.209794Z\' fill=\'white\'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 512px) {
	.disease-modal.type-2 .modal-box .terms-holder .term .term-name__text {
		padding-left: 0;
	}
}

@media (max-width: 512px) {
	.disease-modal.type-2 .modal-box .terms-holder .term .term-name {
		align-items: center;
		text-align: center;
	}
}

.disease-modal.type-2 .modal-box .terms-holder .term .list {
	display: none;
	width: 100%;
	background-color: white;
	padding: 5px 0;
	position: relative;
	z-index: 1;
	max-height: 250px;
	overflow-y: auto;
	font-size: 18px;
	font-weight: 700;
}

.disease-modal.type-2 .modal-box .terms-holder .term .list a {
	color: var(--sk-color-primary);
	text-decoration: none;
	padding: 8px 15px;
	display: inline-block;
	width: 100%;
}

.disease-modal.type-2 .modal-box .terms-holder .term .list a:hover {
	color: var(--sk-color-blue);
}

.disease-modal.modal-technology-platforms .modal-flex-holder .modal-box .terms-holder .term.dropdown-term {
	width: 50%;
}

.disease-modal.modal-technology-platforms .modal-flex-holder .modal-box .terms-holder .term.dropdown-term .term-name {
	cursor: pointer;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 10px 40px 10px 15px;
	transition: background .2s;
}

.disease-modal.modal-technology-platforms .modal-flex-holder .modal-box .terms-holder .term.dropdown-term .term-name::after {
	content: "";
	position: absolute;
	bottom: 10px;
	right: 15px;
	width: 15px;
	height: 15px;
	background-image: url("data:image/svg+xml,%0A%3Csvg width=\'19\' height=\'10\' viewBox=\'0 0 19 10\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M0.211706 0.209794C0.278645 0.143292 0.358165 0.0905304 0.445712 0.0545311C0.533259 0.0185308 0.627113 0 0.721898 0C0.816683 0 0.910537 0.0185308 0.998084 0.0545311C1.08563 0.0905304 1.16515 0.143292 1.23209 0.209794L9.36922 8.27488L17.5063 0.209794C17.6417 0.0757046 17.8252 0.000374794 18.0165 0.000374794C18.2079 0.000374794 18.3914 0.0757046 18.5267 0.209794C18.662 0.343884 18.7381 0.525748 18.7381 0.71538C18.7381 0.905011 18.662 1.08687 18.5267 1.22096L9.87941 9.79021C9.81247 9.85671 9.73295 9.90947 9.6454 9.94547C9.55785 9.98147 9.464 10 9.36922 10C9.27443 10 9.18058 9.98147 9.09303 9.94547C9.00548 9.90947 8.92596 9.85671 8.85902 9.79021L0.211706 1.22096C0.144598 1.15463 0.0913557 1.07583 0.0550276 0.989072C0.0186996 0.902315 0 0.809309 0 0.71538C0 0.62145 0.0186996 0.528444 0.0550276 0.441688C0.0913557 0.354931 0.144598 0.276128 0.211706 0.209794Z\' fill=\'white\'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-repeat: no-repeat;
}

@media (max-width: 512px) {
	.disease-modal.modal-technology-platforms .modal-flex-holder .modal-box .terms-holder .term.dropdown-term {
		width: 100%;
	}
	
	.disease-modal.modal-technology-platforms .modal-flex-holder .modal-box .terms-holder .term.dropdown-term .term-name {
		text-align: left;
	}
}

@media (max-width: 768px) {
	.disease-modal.modal-technology-platforms .modal-flex-holder .terms-holder .term {
		width: 100%;
	}
}

.disease-modal .modal-flex-holder {
	display: flex;
	align-items: center;
	height: 100vh;
	padding: 20px;
	background-color: rgba(51, 51, 51, .5);
}

@media (max-width: 992px) {
	.disease-modal .modal-flex-holder {
		padding: 20px 15px;
	}
}

.disease-modal .modal-box {
	background-color: var(--sk-color-navy-light);
	color: white;
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
	position: relative;
	height: auto;
	overflow: auto;
	max-height: 100%;
	background-size: cover;
	border-radius: 10px;
}

.disease-modal .modal-box .holder {
	position: relative;
	z-index: 2;
	padding: 60px 60px 40px;
	border-radius: 10px;
}

.disease-modal .modal-box .holder::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: var(--sk-color-navy-light);
	z-index: 1;
	opacity: .8;
	border-radius: 10px;
}

@media (max-width: 768px) {
	.disease-modal .modal-box .holder {
		padding: 60px 40px 20px;
	}
}

@media (max-width: 512px) {
	.disease-modal .modal-box .holder {
		padding: 60px 25px 20px;
	}
}

.disease-modal .modal-box .holder > * {
	position: relative;
	z-index: 2;
}

.disease-modal .modal-box h2 {
	color: white;
	text-align: center;
	margin-bottom: 50px;
	text-transform: uppercase;
}

@media (max-width: 768px) {
	.disease-modal .modal-box h2 {
		margin-bottom: 40px;
	}
}

@media (max-width: 512px) {
	.disease-modal .modal-box h2 {
		margin-bottom: 30px;
	}
}

.disease-modal .modal-box .close-disease-modal {
	position: absolute;
	z-index: 2;
	top: 25px;
	right: 25px;
	width: 20px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0);
	border: 0;
	padding: 0;
	cursor: pointer;
}

@media (max-width: 768px) {
	.disease-modal .modal-box .close-disease-modal {
		top: 20px;
		right: 20px;
	}
}

.disease-modal .modal-box .close-disease-modal svg {
	display: block;
	width: 100%;
	height: 100%;
}

.vaccines-pipeline-latest-vaccines {
	background-color: var(--sk-color-navy-light);
	text-align: center;
	color: white;
	padding: 50px 0 10px;
}

@media (max-width: 512px) {
	.vaccines-pipeline-latest-vaccines {
		padding: 50px 0 20px;
	}
}

.vaccines-pipeline-latest-vaccines h2, .vaccines-pipeline-latest-vaccines h4 {
	color: white;
}

.vaccines-pipeline-latest-vaccines h4 {
	font-weight: 400;
	margin: 10px 0 30px;
}

.vaccines-pipeline-latest-vaccines .cards-holder {
	display: flex;
	flex-wrap: wrap;
}

.vaccines-pipeline-latest-vaccines .cards-holder .card {
	width: 25%;
	padding: 0 24px;
	margin-bottom: 40px;
}

@media (max-width: 992px) {
	.vaccines-pipeline-latest-vaccines .cards-holder .card {
		width: 50%;
		max-width: 350px;
		margin: 0 auto 40px;
	}
}

@media (max-width: 768px) {
	.vaccines-pipeline-latest-vaccines .cards-holder .card {
		padding: 0 15px;
	}
}

@media (max-width: 512px) {
	.vaccines-pipeline-latest-vaccines .cards-holder .card {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
}

.vaccines-pipeline-latest-vaccines .cards-holder .card img {
	box-shadow: 0 13px 51px 0 rgba(3, 53, 109, .2);
	border-radius: 10px;
	margin-bottom: 10px;
	display: block;
	height: auto;
	width: 100%;
	cursor: pointer;
}

.vaccines-pipeline-latest-vaccines .cards-holder .card .title {
	cursor: pointer;
}

/* 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);
*/
.disease-modal {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}

.disease-modal.type-1 .modal-box .links-holder {
	display: flex;
	flex-wrap: wrap;
}

.disease-modal.type-1 .modal-box .links-holder .link {
	width: 25%;
	padding: 0 20px;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}

@media (max-width: 992px) {
	.disease-modal.type-1 .modal-box .links-holder .link {
		width: 33.33%;
	}
}

@media (max-width: 768px) {
	.disease-modal.type-1 .modal-box .links-holder .link {
		justify-content: flex-start;
		width: 50%;
	}
	
	.disease-modal.type-1 .modal-box .links-holder .link:nth-child(odd) {
		padding-left: 0;
	}
	
	.disease-modal.type-1 .modal-box .links-holder .link:nth-child(even) {
		padding-right: 0;
	}
}

@media (max-width: 512px) {
	.disease-modal.type-1 .modal-box .links-holder .link {
		width: 100%;
		padding: 0;
	}
}

.disease-modal.type-1 .modal-box .links-holder .link > a {
	display: flex;
	align-items: center;
	color: white;
	text-decoration: none;
	font-size: 17px;
	font-weight: 500;
}

.disease-modal.type-1 .modal-box .links-holder .link > a:hover {
	text-decoration: underline;
}

.disease-modal.type-1 .modal-box .links-holder .link > a img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 20px;
}

@media (max-width: 512px) {
	.disease-modal.type-1 .modal-box .links-holder .link > a img {
		width: 40px;
		height: 40px;
		margin-right: 15px;
	}
}

.disease-modal.type-2 .modal-flex-holder {
	display: block;
}

.disease-modal.type-2 .modal-box {
	transform: translateY(150px);
	height: 80%;
	overflow-y: auto;
}

@media (max-width: 512px) {
	.disease-modal.type-2 .modal-box {
		transform: translateY(50px);
		height: 90%;
	}
}

.disease-modal.type-2 .modal-box .holder {
	height: auto;
	min-height: 100%;
}

.disease-modal.type-2 .modal-box .holder h2 {
	font-size: 25px;
	font-weight: 500;
	line-height: 30px;
}

@media (max-width: 512px) {
	.disease-modal.type-2 .modal-box .holder {
		padding-bottom: 10px;
		height: auto;
	}
}

.disease-modal.type-2 .modal-box .terms-holder {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-around;
}

.disease-modal.type-2 .modal-box .terms-holder .term {
	width: 25%;
	padding: 0 20px;
	margin-bottom: 40px;
	position: relative;
	font-size: 1.5rem;
	font-weight: 500;
}

@media (max-width: 992px) {
	.disease-modal.type-2 .modal-box .terms-holder .term {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.disease-modal.type-2 .modal-box .terms-holder .term {
		justify-content: flex-start;
		width: 50%;
	}
	
	.disease-modal.type-2 .modal-box .terms-holder .term:nth-child(odd) {
		padding-left: 0;
	}
	
	.disease-modal.type-2 .modal-box .terms-holder .term:nth-child(even) {
		padding-right: 0;
	}
}

@media (max-width: 512px) {
	.disease-modal.type-2 .modal-box .terms-holder .term {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
}

.disease-modal.type-2 .modal-box .terms-holder .term:hover .term-name {
	background: var(--sk-base-gradient);
}

.disease-modal.type-2 .modal-box .terms-holder .term .term-name {
	cursor: pointer;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px 40px 10px 15px;
	transition: background .2s;
}

.disease-modal.type-2 .modal-box .terms-holder .term .term-name__text {
	word-break: break-word;
	text-align: center;
	margin-block-end: 1px;
}

.disease-modal.type-2 .modal-box .terms-holder .term .term-name__text::after {
	content: "";
	position: absolute;
	bottom: 19px;
	display: inline-block;
	margin-left: 19px;
	width: 15px;
	height: 15px;
	background-image: url("data:image/svg+xml,%0A%3Csvg width=\'19\' height=\'10\' viewBox=\'0 0 19 10\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M0.211706 0.209794C0.278645 0.143292 0.358165 0.0905304 0.445712 0.0545311C0.533259 0.0185308 0.627113 0 0.721898 0C0.816683 0 0.910537 0.0185308 0.998084 0.0545311C1.08563 0.0905304 1.16515 0.143292 1.23209 0.209794L9.36922 8.27488L17.5063 0.209794C17.6417 0.0757046 17.8252 0.000374794 18.0165 0.000374794C18.2079 0.000374794 18.3914 0.0757046 18.5267 0.209794C18.662 0.343884 18.7381 0.525748 18.7381 0.71538C18.7381 0.905011 18.662 1.08687 18.5267 1.22096L9.87941 9.79021C9.81247 9.85671 9.73295 9.90947 9.6454 9.94547C9.55785 9.98147 9.464 10 9.36922 10C9.27443 10 9.18058 9.98147 9.09303 9.94547C9.00548 9.90947 8.92596 9.85671 8.85902 9.79021L0.211706 1.22096C0.144598 1.15463 0.0913557 1.07583 0.0550276 0.989072C0.0186996 0.902315 0 0.809309 0 0.71538C0 0.62145 0.0186996 0.528444 0.0550276 0.441688C0.0913557 0.354931 0.144598 0.276128 0.211706 0.209794Z\' fill=\'white\'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 512px) {
	.disease-modal.type-2 .modal-box .terms-holder .term .term-name__text {
		padding-left: 0;
	}
}

@media (max-width: 512px) {
	.disease-modal.type-2 .modal-box .terms-holder .term .term-name {
		align-items: center;
		text-align: center;
	}
}

.disease-modal.type-2 .modal-box .terms-holder .term .list {
	display: none;
	width: 100%;
	background-color: white;
	padding: 5px 0;
	position: relative;
	z-index: 1;
	max-height: 250px;
	overflow-y: auto;
	font-size: 18px;
	font-weight: 700;
}

.disease-modal.type-2 .modal-box .terms-holder .term .list a {
	color: var(--sk-color-primary);
	text-decoration: none;
	padding: 8px 15px;
	display: inline-block;
	width: 100%;
}

.disease-modal.type-2 .modal-box .terms-holder .term .list a:hover {
	color: var(--sk-color-blue);
}

.disease-modal.modal-technology-platforms .modal-flex-holder .modal-box .terms-holder .term.dropdown-term {
	width: 50%;
}

.disease-modal.modal-technology-platforms .modal-flex-holder .modal-box .terms-holder .term.dropdown-term .term-name {
	cursor: pointer;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 10px 40px 10px 15px;
	transition: background .2s;
}

.disease-modal.modal-technology-platforms .modal-flex-holder .modal-box .terms-holder .term.dropdown-term .term-name::after {
	content: "";
	position: absolute;
	bottom: 10px;
	right: 15px;
	width: 15px;
	height: 15px;
	background-image: url("data:image/svg+xml,%0A%3Csvg width=\'19\' height=\'10\' viewBox=\'0 0 19 10\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M0.211706 0.209794C0.278645 0.143292 0.358165 0.0905304 0.445712 0.0545311C0.533259 0.0185308 0.627113 0 0.721898 0C0.816683 0 0.910537 0.0185308 0.998084 0.0545311C1.08563 0.0905304 1.16515 0.143292 1.23209 0.209794L9.36922 8.27488L17.5063 0.209794C17.6417 0.0757046 17.8252 0.000374794 18.0165 0.000374794C18.2079 0.000374794 18.3914 0.0757046 18.5267 0.209794C18.662 0.343884 18.7381 0.525748 18.7381 0.71538C18.7381 0.905011 18.662 1.08687 18.5267 1.22096L9.87941 9.79021C9.81247 9.85671 9.73295 9.90947 9.6454 9.94547C9.55785 9.98147 9.464 10 9.36922 10C9.27443 10 9.18058 9.98147 9.09303 9.94547C9.00548 9.90947 8.92596 9.85671 8.85902 9.79021L0.211706 1.22096C0.144598 1.15463 0.0913557 1.07583 0.0550276 0.989072C0.0186996 0.902315 0 0.809309 0 0.71538C0 0.62145 0.0186996 0.528444 0.0550276 0.441688C0.0913557 0.354931 0.144598 0.276128 0.211706 0.209794Z\' fill=\'white\'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-repeat: no-repeat;
}

@media (max-width: 512px) {
	.disease-modal.modal-technology-platforms .modal-flex-holder .modal-box .terms-holder .term.dropdown-term {
		width: 100%;
	}
	
	.disease-modal.modal-technology-platforms .modal-flex-holder .modal-box .terms-holder .term.dropdown-term .term-name {
		text-align: left;
	}
}

@media (max-width: 768px) {
	.disease-modal.modal-technology-platforms .modal-flex-holder .terms-holder .term {
		width: 100%;
	}
}

.disease-modal .modal-flex-holder {
	display: flex;
	align-items: center;
	height: 100vh;
	padding: 20px;
	background-color: rgba(51, 51, 51, .5);
}

@media (max-width: 992px) {
	.disease-modal .modal-flex-holder {
		padding: 20px 15px;
	}
}

.disease-modal .modal-box {
	background-color: var(--sk-color-navy-light);
	color: white;
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
	position: relative;
	height: auto;
	overflow: auto;
	max-height: 100%;
	background-size: cover;
	border-radius: 10px;
}

.disease-modal .modal-box .holder {
	position: relative;
	z-index: 2;
	padding: 60px 60px 40px;
	border-radius: 10px;
}

.disease-modal .modal-box .holder::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: var(--sk-color-navy-light);
	z-index: 1;
	opacity: .8;
	border-radius: 10px;
}

@media (max-width: 768px) {
	.disease-modal .modal-box .holder {
		padding: 60px 40px 20px;
	}
}

@media (max-width: 512px) {
	.disease-modal .modal-box .holder {
		padding: 60px 25px 20px;
	}
}

.disease-modal .modal-box .holder > * {
	position: relative;
	z-index: 2;
}

.disease-modal .modal-box h2 {
	color: white;
	text-align: center;
	margin-bottom: 50px;
	text-transform: uppercase;
}

@media (max-width: 768px) {
	.disease-modal .modal-box h2 {
		margin-bottom: 40px;
	}
}

@media (max-width: 512px) {
	.disease-modal .modal-box h2 {
		margin-bottom: 30px;
	}
}

.disease-modal .modal-box .close-disease-modal {
	position: absolute;
	z-index: 2;
	top: 25px;
	right: 25px;
	width: 20px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0);
	border: 0;
	padding: 0;
	cursor: pointer;
}

@media (max-width: 768px) {
	.disease-modal .modal-box .close-disease-modal {
		top: 20px;
		right: 20px;
	}
}

.disease-modal .modal-box .close-disease-modal svg {
	display: block;
	width: 100%;
	height: 100%;
}

.vaccines-pipeline-report-section {
	background-color: var(--sk-color-primary);
	padding: 50px 0 10px;
}

@media (max-width: 768px) {
	.vaccines-pipeline-report-section {
		padding: 50px 0 30px;
	}
}

.vaccines-pipeline-report-section h4 {
	text-align: center;
	color: white;
	margin: 0 0 30px;
	font-weight: 400;
}

.vaccines-pipeline-report-section .reports-holder {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

@media (max-width: 992px) {
	.vaccines-pipeline-report-section .reports-holder {
		margin: 0;
	}
}

.vaccines-pipeline-report-section .reports-holder .report-card {
	width: 33.33%;
	margin-bottom: 40px;
	padding: 0 20px;
}

@media (max-width: 992px) {
	.vaccines-pipeline-report-section .reports-holder .report-card {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.vaccines-pipeline-report-section .reports-holder .report-card {
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
	}
}

.vaccines-pipeline-report-section .reports-holder .report-card .report-card-bg {
	display: flex;
	align-items: center;
	background-color: var(--sk-color-navy-light);
	padding: 30px 40px;
	height: 100%;
	color: white;
	cursor: pointer;
}

@media (max-width: 768px) {
	.vaccines-pipeline-report-section .reports-holder .report-card .report-card-bg {
		padding: 20px;
	}
}

.vaccines-pipeline-report-section .reports-holder .report-card .report-card-bg .icon {
	margin-right: 30px;
}

.vaccines-pipeline-report-section .reports-holder .report-card .report-card-bg .icon img {
	display: block;
	width: 100%;
	max-width: 60px;
	min-width: 60px;
}

@media (max-width: 768px) {
	.vaccines-pipeline-report-section .reports-holder .report-card .report-card-bg .icon img {
		min-width: 45px;
		max-width: 45px;
	}
}

/* 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);
*/
.vaccines-pipeline-charts {
	padding: 50px 0;
}

.vaccines-pipeline-charts h2 {
	text-align: center;
	margin: 0 0 30px;
}

.vaccines-pipeline-charts .text {
	text-align: center;
	width: 100%;
	max-width: 1190px;
	margin: 0 auto 30px;
}

.vaccines-pipeline-charts .charts-slider {
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
	height: auto;
}

@media (min-width: 512px) {
	.vaccines-pipeline-charts .charts-slider__wrap {
		padding: 0 50px;
	}
}

.vaccines-pipeline-charts .charts-slider .swiper-slide .chart {
	width: 82%;
	margin: 0 auto;
}

@media (max-width: 512px) {
	.vaccines-pipeline-charts .charts-slider .swiper-slide .chart {
		width: auto;
		max-width: initial;
	}
}

.vaccines-pipeline-charts .charts-slider .swiper-slide .pikto-visual-wrapper > div {
	max-width: unset;
}

@media (max-width: 512px) {
	.vaccines-pipeline-charts .charts-slider .swiper-button-next, .vaccines-pipeline-charts .charts-slider .swiper-button-prev {
		display: none !important;
	}
}

.vaccines-pipeline-charts .charts-slider .swiper-pagination {
	position: static;
	margin-top: 40px;
}

@media (max-width: 512px) {
	.vaccines-pipeline-charts .charts-slider .swiper-pagination {
		margin-top: 20px;
	}
}

.vaccines-pipeline-charts .charts-slider .swiper-pagination .swiper-pagination-bullet {
	width: 25px;
	height: 5px;
	background-color: var(--sk-color-primary);
	border-radius: 5px;
	margin: 0 3px;
}

/* 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);
*/
.vaccines-pipeline-advantages {
	padding: 50px 0 20px;
	background: var(--sk-secondary-gradient);
}

.vaccines-pipeline-advantages h2 {
	text-align: center;
	margin: 0 0 50px;
}

.vaccines-pipeline-advantages .blocks {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

@media (max-width: 512px) {
	.vaccines-pipeline-advantages .blocks {
		margin: 0;
	}
}

.vaccines-pipeline-advantages .blocks .block {
	width: 33.33%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 30px;
	padding: 0 15px;
}

@media (max-width: 768px) {
	.vaccines-pipeline-advantages .blocks .block {
		width: 50%;
	}
}

@media (max-width: 512px) {
	.vaccines-pipeline-advantages .blocks .block {
		width: 100%;
		padding: 0;
	}
}

.vaccines-pipeline-advantages .blocks .block .index {
	border: 3px solid var(--sk-color-primary);
	color: var(--sk-color-primary);
	border-radius: 50%;
	margin-bottom: 15px;
	width: 50px;
	height: 50px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
}

@media (max-width: 768px) {
	.vaccines-pipeline-advantages .blocks .block .index {
		border-width: 2px;
		width: 45px;
		height: 45px;
		font-size: 20px;
	}
}

.vaccines-pipeline-advantages .blocks .block a {
	color: var(--sk-color-primary);
}

.vaccines-pipeline-advantages .blocks .block a:hover {
	text-decoration: none;
}

/* 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);
*/
.vaccines-pipeline-review {
	padding: 50px 0;
	background-color: var(--sk-color-primary);
	color: white;
	text-align: center;
}

.vaccines-pipeline-review h2 {
	color: white;
	margin: 0 0 30px;
}

.vaccines-pipeline-review .wp-block-button {
	margin: 0 auto;
}

.wp-block-vaccines__wrapper {
	display: flex;
	margin-top: 30px;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
}
