
/*
	This is a bundle of all the CSS files in a skin.
	
	To make debugging easier, turn this off by going to
		Configuration -> Site Settings -> Cache
	in Organizer and set the "Bundle skin CSS files" setting to "On for visitors only"
	or "Always off".
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0px;
	padding:0px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-weight:normal;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Portrait and Landscape for iPad 3 and 4 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
	
	.zenario_skin input[type="submit"],
	.zenario_skin input[type="button"],
	.zenario_skin button {
		-webkit-appearance: none; /*Safari/Chrome*/
		-moz-appearance: none; /*Firefox*/
		-ms-appearance: none; /*IE*/
		-o-appearance: none; /*Opera*/
		appearance: none;
	}
	
}

/* Portrait and Landscape for iPad 1 and 2 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
	
	.zenario_skin input[type="submit"],
	.zenario_skin input[type="button"],
	.zenario_skin button {
		-webkit-appearance: none; /*Safari/Chrome*/
		-moz-appearance: none; /*Firefox*/
		-ms-appearance: none; /*IE*/
		-o-appearance: none; /*Opera*/
		appearance: none;
	}
	
}

/* Portrait and Landscape for iPad mini */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
	
	.zenario_skin input[type="submit"],
	.zenario_skin input[type="button"],
	.zenario_skin button {
		-webkit-appearance: none; /*Safari/Chrome*/
		-moz-appearance: none; /*Firefox*/
		-ms-appearance: none; /*IE*/
		-o-appearance: none; /*Opera*/
		appearance: none;
	}
	
}

/* Portrait and Landscape for iPhone 6+ */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) { 
	
	.zenario_skin input[type="submit"],
	.zenario_skin input[type="button"],
	.zenario_skin button {
		-webkit-appearance: none; /*Safari/Chrome*/
		-moz-appearance: none; /*Firefox*/
		-ms-appearance: none; /*IE*/
		-o-appearance: none; /*Opera*/
		appearance: none;
	}
	
}

/* Portrait and Landscape for iPhone 6 */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) { 
	
	.zenario_skin input[type="submit"],
	.zenario_skin input[type="button"],
	.zenario_skin button {
		-webkit-appearance: none; /*Safari/Chrome*/
		-moz-appearance: none; /*Firefox*/
		-ms-appearance: none; /*IE*/
		-o-appearance: none; /*Opera*/
		appearance: none;
	}
	
}

/* Portrait and Landscape for iPhone 5 and 5s */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
	
	.zenario_skin input[type="submit"],
	.zenario_skin input[type="button"],
	.zenario_skin button {
		-webkit-appearance: none; /*Safari/Chrome*/
		-moz-appearance: none; /*Firefox*/
		-ms-appearance: none; /*IE*/
		-o-appearance: none; /*Opera*/
		appearance: none;
	}
	
}

/* Portrait and Landscape for iPhone 4 and 4s */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
	
	.zenario_skin input[type="submit"],
	.zenario_skin input[type="button"],
	.zenario_skin button {
		-webkit-appearance: none; /*Safari/Chrome*/
		-moz-appearance: none; /*Firefox*/
		-ms-appearance: none; /*IE*/
		-o-appearance: none; /*Opera*/
		appearance: none;
	}
	
}
/**/
.banner_wrap .zenario_rollover,.banner_wrap:hover .zenario_rollout{display:none}.banner_wrap:hover .zenario_rollover{display:initial}div.zenario_cookie_consent,.zenario_cookie_consent_manage_popup{font-family:Verdana,Arial,Helvetica,Sans-Serif;font-size:12px;line-height:1.6em}div.zenario_cookie_consent{overflow:hidden;width:calc(100% - 20px);padding:10px 10px 12px;position:fixed;bottom:0;z-index:99;background:#333}div.zenario_cookie_consent .zenario_cookie_consent_wrap{width:100%;max-width:980px;overflow:hidden;margin:auto}div.zenario_cookie_consent .zenario_cc_message{width:calc(100% - 215px);margin:auto;float:left}div.zenario_cookie_consent .zenario_cc_message p:first-child a{text-decoration:underline}div.zenario_cookie_consent .zenario_cc_buttons{width:200px;padding-left:15px;float:right;text-align:right}div.zenario_cookie_consent .zenario_cc_buttons div,div.zenario_cookie_consent .zenario_cc_buttons div a{display:inline-block}div.zenario_cookie_consent .zenario_cc_buttons div{padding-right:20px}div.zenario_cookie_consent .zenario_cc_buttons a{-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}div.zenario_cookie_consent .zenario_cc_buttons a,div.zenario_cookie_consent .zenario_cc_buttons a:hover{text-decoration:none}div.zenario_cookie_consent .zenario_cc_accept a,div.zenario_cookie_consent .zenario_cc_continue a{height:30px;line-height:28px;padding:0 15px;background:#FFF;color:#333;font-weight:700}div.zenario_cookie_consent .zenario_cc_manage a{height:28px;line-height:26px;padding:0 15px;border:1px solid #FFF;color:#FFF;cursor:pointer}div.zenario_cookie_consent .zenario_cc_accept a,div.zenario_cookie_consent .zenario_cc_manage a{text-decoration:none}div.zenario_cookie_consent .zenario_cc_accept a:hover,div.zenario_cookie_consent .zenario_cc_continue a:hover,div.zenario_cookie_consent .zenario_cc_manage a:hover{background:rgb(255 255 255 / .8)}div.zenario_cookie_consent .zenario_cc_manage a:hover{color:#333}div.zenario_cookie_consent .zenario_cc_close a{position:absolute;top:10px;right:15px;display:block;width:15px;height:15px;text-indent:-99px;font-size:0;line-height:0;cursor:pointer}div.zenario_cookie_consent .zenario_cc_close a:before,div.zenario_cookie_consent .zenario_cc_close a:after{position:absolute;right:0;content:' ';height:15px;width:2px;background-color:#FFF}div.zenario_cookie_consent .zenario_cc_close a:before{transform:rotate(45deg)}div.zenario_cookie_consent .zenario_cc_close a:after{transform:rotate(-45deg)}div.zenario_cookie_consent,div.zenario_cookie_consent a{color:#FFF}div.zenario_cookie_consent .zenario_cc_message a{text-decoration:none}div.zenario_cookie_consent .zenario_cc_message a:hover{text-decoration:underline}body.no_js div.zenario_cookie_consent .zenario_cc_close,.zenario_dn{display:none}div.zenario_cookie_consent.cookies_explicit,.zenario_cookie_consent_manage_popup{position:fixed;z-index:99;top:0;bottom:0;left:0;right:0;background-color:rgb(0 0 0 / .5);font-size:13px;line-height:1.5}div.zenario_cookie_consent.cookies_explicit .zenario_cookie_consent_wrap,.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap{position:fixed;z-index:100;top:50%;left:50%;bottom:auto;transform:translate(-50%,-50%);width:96%;max-width:860px;margin:auto;padding:30px}div.zenario_cookie_consent.cookies_explicit .zenario_cookie_consent_wrap{background-color:rgb(0 0 0)}div.zenario_cookie_consent.cookies_explicit,div.zenario_cookie_consent.cookies_explicit .zenario_cc_buttons{text-align:center}div.zenario_cookie_consent.cookies_explicit .zenario_cc_message,div.zenario_cookie_consent.cookies_explicit .zenario_cc_buttons{width:100%;float:none;padding:0}div.zenario_cookie_consent.cookies_explicit .zenario_cc_buttons{margin-top:30px;font-size:14px}div.zenario_cookie_consent.cookies_explicit .zenario_cc_buttons a{height:40px;line-height:38px;padding:0 25px}div.zenario_cookie_consent.cookies_explicit .zenario_cc_buttons .zenario_cc_manage a{height:38px;line-height:36px}.zenario_cookie_consent_manage_popup{background:rgb(0 0 0 / .75);transition:opacity 0.5s ease}.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap{background:#FFF;padding:0}body.desktop .zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap{display:flex}.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form{padding:30px;background:#efefef}.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap h1{font-size:1.6em}.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap h2{font-size:1.5em}.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap h3{font-size:1.4em}.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap h1,.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap h2,.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap h3{padding-bottom:5px}.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap .cookie_consent_image{display:flex;justify-content:center;align-items:center;margin-bottom:20px}.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap .cookie_title_text{padding:30px 30px 15px;border-bottom:1px solid #ccc}body.desktop .zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap .cookie_title_text{width:52%}.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form .cookie{overflow:hidden;padding-bottom:15px}.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form .cookie>label{float:left;margin-top:2px}.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form .cookie>.cookie_info{overflow:hidden;padding-left:20px}body.desktop .zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form .cookie>.cookie_info h5{font-size:15px;padding-bottom:4px}body.mobile .zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form .cookie>.cookie_info h5{font-size:13px;font-weight:600;padding-bottom:0}.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap .cookie_title_text p{padding-top:5px}body.desktop .zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap .cookie_title_text p{padding-top:1em}.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form .cookies_buttons{text-align:center;padding-top:10px}.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form .cookies_buttons.top{padding:0 0 15px}.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form .cookies_buttons input{height:36px;border:0;min-width:80px;padding:0 15px;margin:0 5px;background:#333;color:#fff;font-family:Verdana,Arial,Helvetica,Sans-Serif;-webkit-transition:all 0.1s ease-in-out;-moz-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out;cursor:pointer}.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form .cookies_buttons input.cookie_save_preferences{border:1px solid #333;color:#333;background:#fff0}.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form .cookies_buttons input.cookie_save_preferences:hover{color:#FFF;background:#333}.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form button.cancel{position:absolute;width:20px;height:20px;top:15px;right:15px;display:block;text-indent:-9999px;background:#fff0;border:0;cursor:pointer}.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form button.cancel:before,.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form button.cancel:after{position:absolute;left:10px;content:' ';height:20px;width:1px;background-color:#000;-webkit-transition:all 0.1s ease-in-out;-moz-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form button.cancel:hover:before,.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form button.cancel:hover:after{background-color:#2a98ce}.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form button.cancel:before{transform:rotate(45deg)}.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form button.cancel:after{transform:rotate(-45deg)}.touchscreen .zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form .cookies_buttons input{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-border-radius:0}.touchscreen div.zenario_cookie_consent.cookies_explicit .zenario_cookie_consent_wrap{padding:20px;width:calc(100% - 60px)}.touchscreen .zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap .cookie_title_text,.touchscreen .zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form{padding:15px}.touchscreen div.zenario_cookie_consent.cookies_explicit .zenario_cc_buttons a{padding:0 15px}.touchscreen .zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap{width:90%;max-height:85vh;overflow-y:auto}.touchscreen .zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap .switch{transform:scale(.8)}.touchscreen .zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form .cookie>.cookie_info{padding-left:10px}@media (orientation:landscape){.touchscreen .zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap{height:75vh}}@media all and (max-width:581px){div.zenario_cookie_consent .zenario_cc_message,div.zenario_cookie_consent .zenario_cc_buttons{width:calc(100% - 20px);float:none;padding-right:20px}div.zenario_cookie_consent .zenario_cc_buttons{padding-left:0;padding-top:5px;text-align:center}div.zenario_cookie_consent .zenario_cc_accept a{height:24px;line-height:22px}}body.js select.jquery_datepicker{display:none}body.no_js input.jquery_datepicker{display:none}#ui-datepicker-div{display:none}.container .medium_slot .zenario_slot{min-height:150px}.container .large_slot .zenario_slot{min-height:225px}.container .xlarge_slot .zenario_slot{min-height:300px}.container .xxlarge_slot .zenario_slot{min-height:375px}.zenario_password_requirements_tooltip{text-align:left;display:none}.zenario_password_requirements_tooltip p{margin-bottom:5px!important}.zenario_password_requirements_tooltip ul{padding:0!important;margin:3px 0!important;line-height:1.5em!important}.zenario_password_requirements_tooltip ul li{margin:0 0 4px 0!important;text-align:left!important}.zenario_password_requirements_tooltip ul li.fail,.zenario_password_requirements_tooltip ul li.pass{list-style:none!important;background-repeat:no-repeat;background-position:0 2px;background-size:auto 12px;padding:0 0 0 15px!important}.zenario_password_requirements_tooltip ul li.fail{background-image:url(..//styles/../zenario/admin/images/icon-error.svg);color:#E30000}.zenario_password_requirements_tooltip ul li.pass{background-image:url(..//styles/../zenario/admin/images/icon-tick-green-circle.svg);color:#00AB00}.title_red,.title_orange,.title_yellow,.title_green{display:inline;padding:2px 5px!important;text-align:center;font-family:Verdana,Arial,sans-serif;font-size:13px;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}.title_red{color:#ff3939}.title_orange{color:#F90}.title_yellow{color:#e6af0b}.title_green{color:#24ae2d}.zenario_visitor_tooltip{font-size:11px!important;line-height:14px;padding:6px 8px!important;background:#323232!important;color:#fff!important;border:0!important;-webkit-box-shadow:0 0 3px 0 rgb(0 0 0 / .2);box-shadow:0 0 3px 0 rgb(0 0 0 / .2);-webkit-border-radius:5px!important;border-radius:5px!important;text-align:center;font-family:Arial,Helvetica,sans-serif!important;opacity:1;max-width:130px!important}.zenario_visitor_tooltip.ui-widget-shadow{opacity:1!important}.zenario_visitor_tooltip.tooltip_top_center{margin-top:5px}.zenario_visitor_tooltip.tooltip_bottom_center{margin-bottom:5px}.zenario_visitor_tooltip.tooltip_center_left{margin-left:5px}.zenario_visitor_tooltip.tooltip_center_right{margin-right:5px}.zenario_visitor_tooltip.tooltip_top_center:after,.zenario_visitor_tooltip.tooltip_bottom_center:after,.zenario_visitor_tooltip.tooltip_center_left:after,.zenario_visitor_tooltip.tooltip_center_right:after{border:solid #fff0;content:" ";height:0;width:0;position:absolute;pointer-events:none}.zenario_visitor_tooltip.tooltip_top_center:after{bottom:100%}.zenario_visitor_tooltip.tooltip_bottom_center:after{top:100%}.zenario_visitor_tooltip.tooltip_center_left:after{right:100%}.zenario_visitor_tooltip.tooltip_center_right:after{left:100%}.zenario_visitor_tooltip.tooltip_top_center:after,.zenario_visitor_tooltip.tooltip_bottom_center:after,.zenario_visitor_tooltip.tooltip_center_left:after,.zenario_visitor_tooltip.tooltip_center_right:after{border-color:#fff0;border-width:5px;left:50%;margin-left:-5px}.zenario_visitor_tooltip.tooltip_top_center:after{border-bottom-color:#323232}.zenario_visitor_tooltip.tooltip_bottom_center:after{border-top-color:#323232}.zenario_visitor_tooltip.tooltip_center_left:after{border-right-color:#323232}.zenario_visitor_tooltip.tooltip_center_right:after{border-left-color:#323232}.zenario_visitor_tooltip_wrap{position:relative}.zenario_visitor_tooltip_wrap .zenario_password_requirements_tooltip{position:absolute;right:0;top:0}input[type="password"].border_red{border-color:#e30000!important}input[type="password"].border_green{border-color:#00AB00!important}.zenario_tslink{position:relative;z-index:50!important;float:right;width:18px;height:18px;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjEuMC4yLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDIwIDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMCAyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxyZWN0IHg9IjAuNDExIiB5PSI2LjQzIiBzdHlsZT0iZmlsbDojRkZGRkZGOyIgd2lkdGg9IjE1LjA2OCIgaGVpZ2h0PSIxMS43ODEiLz4KCQk8cGF0aCBzdHlsZT0iZmlsbDojMDI3REM5OyIgZD0iTTE0LjE5LDcuNzkzdjkuODI0SDIuMTgzVjcuNzkzSDE0LjE5IE0xNi4zNzMsNS42MUgwVjE5LjhoMTYuMzczVjUuNjFMMTYuMzczLDUuNjF6Ii8+Cgk8L2c+Cgk8cGF0aCBzdHlsZT0iZmlsbDojMDI3REM5OyIgZD0iTTguMTkxLDExLjgwNGMwLjUzMSwwLDAuNjcsMC4xMywwLjY3LDAuNTV2Mi45NzFoMC40MTljMC4yNTEsMCwwLjMwNywwLjEwMiwwLjMwNywwLjUyMQoJCWMwLDAuNDE5LTAuMDU2LDAuNTIyLTAuMzA3LDAuNTIySDcuMTY2Yy0wLjI1MSwwLTAuMzA3LTAuMTAyLTAuMzA3LTAuNTIyYzAtMC40MTksMC4wNTYtMC41MjEsMC4zMDctMC41MjFINy41M3YtMi4zMDEKCQljMC0wLjE0OS0wLjA1Ni0wLjE3Ny0wLjE3Ny0wLjE3N0g3LjE3NmMtMC4yNTEsMC0wLjMxNy0wLjEyMS0wLjMxNy0wLjQxOWMwLTAuNDU2LDAuMTEyLTAuNjI0LDAuNTAzLTAuNjI0SDguMTkxeiBNOC4xOTEsOC45NDYKCQljMC40MTksMCwwLjcwOCwwLjE0OSwwLjcwOCwwLjc2NGMwLDAuNTk2LTAuMTMxLDAuNzY0LTAuNTUsMC43NjRINy44NTZjLTAuNDI5LDAtMC41NTktMC4xNjgtMC41NTktMC43NjQKCQljMC0wLjYwNSwwLjI4OS0wLjc2NCwwLjcwOC0wLjc2NEg4LjE5MXoiLz4KCTxnPgoJCTxyZWN0IHg9IjkuNzI2IiB5PSIwLjY3NiIgc3R5bGU9ImZpbGw6I0ZGRkZGRjsiIHdpZHRoPSI5Ljg2MyIgaGVpZ2h0PSI3LjY3MSIvPgoJCTxwYXRoIHN0eWxlPSJmaWxsOiMwMjdEQzk7IiBkPSJNMTguNTk0LDEuNjA3djYuMzI5aC03LjczNVYxLjYwN0gxOC41OTQgTTIwLDAuMkg5LjQ1MnY5LjE0MkgyMFYwLjJMMjAsMC4yeiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=) center center no-repeat;right:24px}.zenario_front_end_picked_item_info{width:18px;height:18px;display:inline-block;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjEuMC4yLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDIwIDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMCAyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxyZWN0IHg9IjAuNDExIiB5PSI2LjQzIiBzdHlsZT0iZmlsbDojRkZGRkZGOyIgd2lkdGg9IjE1LjA2OCIgaGVpZ2h0PSIxMS43ODEiLz4KCQk8cGF0aCBzdHlsZT0iZmlsbDojMDI3REM5OyIgZD0iTTE0LjE5LDcuNzkzdjkuODI0SDIuMTgzVjcuNzkzSDE0LjE5IE0xNi4zNzMsNS42MUgwVjE5LjhoMTYuMzczVjUuNjFMMTYuMzczLDUuNjF6Ii8+Cgk8L2c+Cgk8cGF0aCBzdHlsZT0iZmlsbDojMDI3REM5OyIgZD0iTTguMTkxLDExLjgwNGMwLjUzMSwwLDAuNjcsMC4xMywwLjY3LDAuNTV2Mi45NzFoMC40MTljMC4yNTEsMCwwLjMwNywwLjEwMiwwLjMwNywwLjUyMQoJCWMwLDAuNDE5LTAuMDU2LDAuNTIyLTAuMzA3LDAuNTIySDcuMTY2Yy0wLjI1MSwwLTAuMzA3LTAuMTAyLTAuMzA3LTAuNTIyYzAtMC40MTksMC4wNTYtMC41MjEsMC4zMDctMC41MjFINy41M3YtMi4zMDEKCQljMC0wLjE0OS0wLjA1Ni0wLjE3Ny0wLjE3Ny0wLjE3N0g3LjE3NmMtMC4yNTEsMC0wLjMxNy0wLjEyMS0wLjMxNy0wLjQxOWMwLTAuNDU2LDAuMTEyLTAuNjI0LDAuNTAzLTAuNjI0SDguMTkxeiBNOC4xOTEsOC45NDYKCQljMC40MTksMCwwLjcwOCwwLjE0OSwwLjcwOCwwLjc2NGMwLDAuNTk2LTAuMTMxLDAuNzY0LTAuNTUsMC43NjRINy44NTZjLTAuNDI5LDAtMC41NTktMC4xNjgtMC41NTktMC43NjQKCQljMC0wLjYwNSwwLjI4OS0wLjc2NCwwLjcwOC0wLjc2NEg4LjE5MXoiLz4KCTxnPgoJCTxyZWN0IHg9IjkuNzI2IiB5PSIwLjY3NiIgc3R5bGU9ImZpbGw6I0ZGRkZGRjsiIHdpZHRoPSI5Ljg2MyIgaGVpZ2h0PSI3LjY3MSIvPgoJCTxwYXRoIHN0eWxlPSJmaWxsOiMwMjdEQzk7IiBkPSJNMTguNTk0LDEuNjA3djYuMzI5aC03LjczNVYxLjYwN0gxOC41OTQgTTIwLDAuMkg5LjQ1MnY5LjE0MkgyMFYwLjJMMjAsMC4yeiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=) no-repeat center center;text-indent:-99px;font-size:0;line-height:0}.switch{position:relative;display:inline-block;width:60px;height:34px}.switch input{display:none}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#8c8c8c;-webkit-transition:.4s;transition:.4s}.switch .slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}.switch input:checked+.slider{background-color:#2196F3}.switch input:disabled+.slider{background:#CCC;cursor:default}.switch input:focus+.slider{box-shadow:0 0 1px #2196F3}.switch input:checked+.slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px)}.switch .slider.round{border-radius:34px}.switch .slider.round:before{border-radius:50%}.z_toggle_open .z_toggle_closed_indicator{display:none}.z_toggle_closed .z_toggle_open_indicator{display:none}.lang_flag.lang_disabled{opacity:.3}.lang_flag.lang_disabled{opacity:.3}#toast-container>.toast{font-family:Arial,Helvetica,Sans-Serif;font-size:13px}#toast-container.toast-top-right>div{width:365px;font-family:verdana,arial,helvetica;font-size:13px;opacity:.95;background-position:15px 12px}#toast-container .toast-message a{transition:color 200ms ease-in-out}#toast-container .toast-message a:hover{color:#FFE61A;text-decoration:underline}.zenario_skin img.lazy{display:block}.zenario_skin img.lazy[src=""],.zenario_skin img.lazy:not([src]){visibility:hidden}.zenario_slot .pinned{font-size:90%;padding-bottom:5px}.zenario_slot .pinned_icon:before,.zenario_slot .page_title .pinned_icon:after{font-family:"FontAwesome";content:"\f08d";position:absolute;transform:rotateY(0deg) rotate(45deg)}.zenario_slot .pinned_icon{padding-left:18px;position:relative}.zenario_slot .pinned_icon:before{left:0}.zenario_slot .page_title .pinned_icon{padding-left:0}.zenario_slot .page_title .pinned_icon:before{content:"";padding:0}.zenario_slot .page_title .pinned_icon:after{margin-left:10px;font-size:20px}.zenario_slot.zenario_loading_spinner{position:relative;z-index:1}.zenario_slot.zenario_loading_spinner:before{position:absolute;z-index:2;top:0;bottom:0;left:0;right:0;content:"";display:block;background:rgb(255 255 255 / .8);width:100%;height:100%}.zenario_slot.zenario_loading_spinner:after{position:absolute;z-index:3;top:0;bottom:0;left:0;right:0;margin:auto;display:inline-block;content:" ";border-radius:50%;width:3em;height:3em;font-size:10px;text-indent:-9999em;border-top:1em solid rgb(0 0 0 / .2);border-right:1em solid rgb(0 0 0 / .2);border-bottom:1em solid rgb(0 0 0 / .2);border-left:1em solid #555;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:loading_spinner 1.1s infinite linear;animation:loading_spinner 1.1s infinite linear}@-webkit-keyframes loading_spinner{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading_spinner{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}body.in_iframe .admin_login_link,body.in_iframe>x-zenario-cache-info.zenario_cache_info{display:none}
/**/
.zenario_skin,
.zenario_slot input,
.zenario_slot button,
.zenario_slot select,
.zenario_slot textarea,
.zenario_slot select {
	font-family:'Roboto',Arial, Helvetica, sans-serif;
	font-optical-sizing: auto;
	line-height:1.6;
	font-size:120%;
	font-style:normal;
	font-weight:300;
	color:#000;
}

.zenario_skin h1,
.zenario_skin h2,
.zenario_skin h3,
.zenario_skin h4,
.zenario_skin h5,
.zenario_skin h6,
.zenario_skin span.highlight_text {
	font-weight:400;
	font-family:'Jaldi',Arial, Helvetica, sans-serif;
}

.zenario_skin h1 {
	color:#d1002e;
}

.zenario_skin h2,
.zenario_skin h3,
.zenario_skin h4,
.zenario_skin h5,
.zenario_skin h6 {
	color:#da7575;
}

.zenario_skin h1 {
	font-size:2.4em;
  	line-height: 1em;
  	padding-bottom:0.3em;
}

.zenario_skin h2 {
	font-size: 2em;
  	line-height: 1.25em;
}

.zenario_skin h3 {
	font-size: 1.6em;
  	line-height: 1.25em;
}

.zenario_skin h4 {
	font-size: 1.4em;
  	line-height: 1.25em;
}

.zenario_skin h5 {
	font-size: 1.3em;
  	line-height: 1.25em;
}

.zenario_skin a {
	color:#AD5B6D;
	transition:.2s ease-in-out;
}

.zenario_skin a:hover {
	text-decoration:underline;
}

.Gridbreak_Header {
	font-size:80%;
}

.Gridbreak_Footer {
	font-size:75%;
}

.zenario_skin p {
	margin-bottom:0.8em;
}

.zenario_skin h1 + p {
	padding-top:0.8em;
}

.zenario_skin h2,
.zenario_skin h3,
.zenario_skin h4,
.zenario_skin h5 {
	padding-bottom:0.3em;
}

.zenario_skin p + h2 {
	padding-top:0.8em;
}

.zenario_skin a {
	text-decoration:none;
	transition:.2s ease-in-out;
}

.zenario_skin a:hover {
	text-decoration:underline;
}

.zenario_skin ul,
.zenario_skin ol {
	padding:0 0 15px 10px;
	margin-left:30px;
}

.zenario_skin ul li,
.zenario_skin ol li {
	line-height:1.5;
	padding-bottom:0.3em;
}

.zenario_skin ul li {
	list-style:disc;
	line-height:1.5;
}
/**/
/* Reset element properties
--------------------------------------------------------------------------------------------------*/

.zenario_skin input[type="submit"],
.zenario_skin input[type="button"],
.zenario_skin button {
	-webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    appearance: none;

    -webkit-border-radius: 0;
}

::-moz-placeholder {
	opacity: 1;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a5a5a5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #a5a5a5;
}
:-moz-placeholder { /* Firefox 18- */
  color: #a5a5a5;
}

/* Form fields
--------------------------------------------------------------------------------------------------*/

.zenario_skin form {
	margin:0;
	padding:0;
}

.zenario_slot:not(.zenario_comments) input,
.zenario_slot:not(.zenario_comments) button,
.zenario_slot:not(.zenario_comments) select,
.zenario_slot:not(.zenario_comments) textarea,
.zenario_slot:not(.zenario_comments) select {
	font-size:1em;
}

.zenario_skin input[type='text'],
.zenario_skin input[type='password'],
.zenario_skin input[type='email'],
.zenario_skin input[type='search'],
.zenario_skin textarea,
.zenario_skin select {
	width:calc(100% - 22px);
	padding:0 10px;
	color:#000;
	background:#FFF;
	border:2px solid #D1D1D1;
	border-radius:3px;
}

.zenario_skin select {
	width:100%;
}

.zenario_skin textarea {
	padding-top:10px;
	padding-bottom:10px;
}

.zenario_skin input[type='text'],
.zenario_skin input[type='password'],
.zenario_skin input[type='email'],
.zenario_skin input[type='search'],
.zenario_skin select {
	height:40px;
	line-height:40px;
	font-size:1em;
}

.zenario_skin input[readonly=''],
.zenario_skin input[disabled='disabled'],
.zenario_skin textarea[disabled='disabled'],
.zenario_skin select[disabled='disabled'] {
	color:#888 !important;
	background-color:#DFDFDF !important;
	border-color:#DFDFDF !important;
	opacity:0.8 !important;
}

.zenario_skin input[type='file'] {
	width:100%;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

.zenario_skin input[type='text']:focus,
.zenario_skin input[type='password']:focus,
.zenario_skin input[type='email']:focus,
.zenario_skin textarea:focus,
.zenario_skin select:focus {
	outline:none;
	outline:0;
	border-color:#9C9C9C;
}

.zenario_skin input[readonly]:focus,
.zenario_skin textarea[readonly]:focus,
.zenario_skin select[readonly]:focus {
	box-shadow:none;
}

.zenario_skin input[type="submit"],
.zenario_skin input[type="button"],
.zenario_skin button {
	border:0;
	min-width:120px;
	cursor:pointer;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  border-radius: 50em;
  /*background: url('../../zenario_custom/skins/haemanalytica/editable_css/../images/icon-clear-search.svg') no-repeat 50% 50%;*/
  background-size: contain;
  opacity: 0;
  pointer-events: none;
}

input[type="search"]:focus::-webkit-search-cancel-button {
  opacity: .8;
  pointer-events: all;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}

.form_field.mandatory .field_title {
	font-weight:400;
}

.form_field.mandatory .field_title:after {
	content:" *";
	color:red;
}

.form_field.mandatory input[type='text'], 
.form_field.mandatory input[type='password'], 
.form_field.mandatory input[type='email'], 
.form_field.mandatory textarea, 
.form_field.mandatory select,
.field_checkbox.mandatory input[type=checkbox] + label:before,
.field_radios.mandatory input[type=radio] + label:before {
	border-color:#aeafb1;
	background:#FFF;
}

.zenario_skin input[type='text']:focus,
.zenario_skin input[type='password']:focus,
.zenario_skin input[type='email']:focus,
.zenario_skin textarea:focus,
.zenario_skin select:focus,
.form_field.mandatory input[type='text']:focus, 
.form_field.mandatory input[type='password']:focus, 
.form_field.mandatory input[type='email']:focus, 
.form_field.mandatory textarea:focus, 
.form_field.mandatory select:focus,
.field_checkbox.mandatory input[type=checkbox] + label:focus:before,
.field_radios.mandatory input[type=radio] + label:focus:before {
	border-color:#6a6d69;
}

.form_field.has_error input[type='text'], 
.form_field.has_error input[type='password'], 
.form_field.has_error input[type='email'], 
.form_field.has_error input[type='search'], 
.form_field.has_error textarea, 
.form_field.has_error select,
.form_field.has_error input[type='text']:focus, 
.form_field.has_error input[type='password']:focus, 
.form_field.has_error input[type='email']:focus, 
.form_field.has_error input[type='search']:focus, 
.form_field.has_error textarea:focus, 
.form_field.has_error select:focus {
	border-color:#E79DA4;
}

.field_checkbox.mandatory.has_error input[type=checkbox] + label:before,
.field_radios.mandatory.has_error input[type=radio] + label:before {
    box-shadow: inset 0px 0px 0 1px #E79DA4;
}

.field_checkbox.mandatory.has_error input[type=checkbox] + label:before,
.field_radios.mandatory.has_error input[type=radio] + label:before {
	border-color:#aeafb1;
}

.form_field .note_to_user {
	font-size:0.857em;
	font-style:italic;
}

.form_field .note_to_user a {
	text-decoration:underline;
}

.form_field.field_checkbox input {
	float:left;
	margin-top:7px;
}

.form_field.field_checkbox .field_title {
	display:inline-block;
	float:left;
	width:calc(100% - 30px);
}

.form_field.field_checkbox .note_to_user {
	clear:both;
	float:none;
}

.form_field.field_checkbox > .note_to_user {
	padding-left:22px;
}

/* Fix for captcha
--------------------------------------------------------------------------------------------------*/

#recaptcha_widget_div {
	margin-top:10px;
}

#recaptcha_area, 
#recaptcha_table { 
	line-height: 0!important;
}

.recaptchatable a, 
.recaptchatable a:hover {
	color:#A51400 !important;
}

.recaptcha_only_if_privacy {
	position:absolute !important;
	width:100px;
	left:185px !important;
}

/* Messages
--------------------------------------------------------------------------------------------------*/

.error,
.success,
.warning,
.form_error {
	display:block;
	margin-bottom:8px;
}

/* - Error ---------------------------------------------------------------------------------------*/
	
	.error,
	.contact_form_error,
	.form_error {	
		color:#AF0615;
	}
	
/* - Sucess --------------------------------------------------------------------------------------*/
	
	.success,
	.contact_form_message {
		color:#54a44d;
	}
	
	.confirm_email_text {
		text-align:center;
	}

/* - Warning -------------------------------------------------------------------------------------*/

	.warning {
		color:#817134;
	}
/**/
* {
  margin: 0;
}

html {
	position:relative;
}

body {
	height:100%;
}

body.zenario_adminLoggedIn {
	height:calc(100% - 129px);
}

body.zenario_adminLoggedIn.zenario_adminToolbarHidden {
	height:calc(100% - 10px);
}

html,
body .zenario_skin {
	height:100%;
	background:#fff;
}

.zenario_skin {
	min-height: 100%;
}

#zenario_citem {
	position:relative;
}

.zenario_slot_padding {
	display:none;
}

/*  HEADER
--------------------------------------------------------------------------------------------------*/

.Gridbreak_Header {
	/*background:#fafafa;*/
	background:#FFF;
}

.Gridbreak_Header .container {
	padding:1.2em 0;
	position:relative;
	z-index:5; /* changed from 2 */
}

/*  BODY
--------------------------------------------------------------------------------------------------*/

.Gridbreak_Body,
.Section_Light_Grey,
.Gridbreak_Content.Section_Light_Grey {
	background:#fafafa;
}

.Gridbreak_Content {
	background:#FFF;
}

.Gridbreak_Body .container,
.Gridbreak_Content .container {
	padding:5em 0;
}

.Slot_Full_Image + .Gridbreak_Content .container,
.Slot_Full_Image_2 + .Gridbreak_Content .container {
	padding-top:2em;
}

.Gridbreak_Content .Grouping_Applications .slot + .grid_clear + .slot {
	padding-top:0;
}

.Gridbreak_Body .slot + .grid_clear + .slot {
	padding-top:5em;
}

.Gridbreak_Content .Grouping_Slots .slot + .grid_clear + .slot {
	padding-top:2em;
}

.Gridbreak_Content .slot + .grid_clear + .slot.slot_sub_text {
	padding-top:1em;
}

.Grouping_Applications {
	margin-bottom:5em;
}

/*  FOOTER
--------------------------------------------------------------------------------------------------*/

.Gridbreak_Footer {
	position:relative;
	z-index:30;
	background:#555555;
}

.Gridbreak_Footer .container {
	padding:8em 0 3em;
	position:relative;
	z-index:2;
	text-align:center;
}

.Gridbreak_Footer:before {
	content:"";
	display:inline-block;
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
	left:-1%;
	z-index:1;
	background:url('../../zenario_custom/skins/haemanalytica/editable_css/../images/shapes-2.svg') no-repeat top left / auto 100% ;
	opacity:50%;
}

.Gridbreak_Footer p {
	margin-bottom:0;
}

.Gridbreak_Footer .zenario_slot {
	padding-bottom:0.3em;
}

.Gridbreak_Footer .zenario_slot .zenario_slot {
	padding-bottom:0;
}

.Gridbreak_Footer *,
.Gridbreak_Footer a {
	color:#FFFFFF;
}

/*  Shapes
--------------------------------------------------------------------------------------------------*/

.Shape_3 {
	position:relative;
	z-index:2;
}

.Shape_3 .container {
	position:relative;
	z-index:2;
}

.Shape_3:before {
	content:"";
	display:inline-block;  
	width: 50vh;
  	height: 50vh;
	position:absolute;
	top:-15%;
	right:0;
	z-index:1;
	background:url('../../zenario_custom/skins/haemanalytica/editable_css/../images/shapes-3.svg') no-repeat 250% top / auto 100%;
	opacity:50%;
	animation-duration: 3s;
	animation-name:ShapesAnimation;
}

.Shape_Left.Shape_3:before {
	background-position: -250% top;
  	left: 0;
  	right: auto;
}

.Shape_Small.Shape_3:before {  
	width: 40vh;
  	height: 40vh;
}

.Shape_Upper.Shape_3:before {  
	top:-30%;
}

/*  Sections
--------------------------------------------------------------------------------------------------*/

.Section_1 .container {
	/*background: url('../../zenario_custom/skins/haemanalytica/editable_css/../images/line-dotted-z-v3.svg') no-repeat center 30%;*/
	background: url('../../zenario_custom/skins/haemanalytica/editable_css/../images/line-dotted-red.svg') no-repeat center 30%;
}

.Section_Grey {
	background:#dcdcdc;
}

.Section_Grey,
.Section_Grey *,
.Section_Grey h2 {
	color:#474747;
}

.Section_Light_Background {
	background:#f3f2eb;
}

.Section_2 .container,
.Section_Strapline .container {
	position:relative;
	z-index:3;
}

.Section_2 .container:before,
.Section_Strapline .container:before {
	position: absolute;
    z-index:4;
  	left: 0;
  	right: 0;
  	width: 100%;
  	height: 3em;
  	content: "";  
	visibility: visible;
  	font-size: 1em;
}

.Section_Strapline .container:before {
	top:0;
	background: url('../../zenario_custom/skins/haemanalytica/editable_css/../images/line-dotted-short-right-red-02.svg') repeat-y center bottom;  
}

.Section_2 .container .zenario_slot {
	position:relative;
	z-index:5;
}

/*  HOME LAYOUT
--------------------------------------------------------------------------------------------------*/

.Slot_Intro_Video {
	
}


/*  LAYOUT STYLES
--------------------------------------------------------------------------------------------------*/

.layout_styles .Grouping_Header {
	padding:2em 0;
}

/**/
/* Logo
------------------------------------------------------------------------------------------------- */

.zenario_banner.banner_logo .banner_image {
	overflow:hidden;
}

.zenario_banner.banner_logo .banner_image img {
	float:left;
}

/* Header button
------------------------------------------------------------------------------------------------- */

.zenario_banner.header_button {
	font-size:120%;
}

.zenario_banner.header_button .banner_title p {
	margin-bottom:0;
}

/* Logo TS
------------------------------------------------------------------------------------------------- */

.zenario_banner.logo_ts {
	float:right;
}

.zenario_banner.logo_ts .banner_image {
}

/* CTA
------------------------------------------------------------------------------------------------- */

.zenario_banner.banner_cta {
	padding: 2em;
  	border-radius: 10px;
  	box-shadow: 0 0 30px rgba(0,0,0,0.2);
  	background: #16B18F url('../../zenario_custom/skins/haemanalytica/editable_css/../images/shapes-HA-white-16.svg') no-repeat 120% 350% / auto 90%;
}

.zenario_banner.banner_cta,
.zenario_banner.banner_cta * {
  	color:#fff;
}

/* CTA solution
------------------------------------------------------------------------------------------------- */

.Gridbreak_Content.Section_1.Section_Grey {
	overflow:hidden;
	padding:1px;
}

body.desktop .zenario_banner.banner_cta_solution {
	margin-top:7em;
} 

.zenario_banner.banner_cta_solution .banner_text strong {
	display: inline-block;
  	background: rgba(255,255,255,0.4);
  	color:#0c5f4d;
  	padding: 0 10px;
  	border-radius: 8px;
}

.zenario_banner.banner_cta_solution .banner_text p + p {
	margin-top:1.5em;
}

/* CTA contact 
------------------------------------------------------------------------------------------------- */

.zenario_banner.banner_cta_contact {
	max-width:890px;
	margin:auto;
	background-color: #c4c1c7;
}

.zenario_banner.banner_cta_contact,
.zenario_banner.banner_cta_contact * {
	color:#474747;
}

.zenario_banner.banner_cta_contact .banner_text p strong {
	color:#da7575;
	font-weight:normal;
}

.zenario_banner.banner_cta_contact .banner_image {
	overflow:hidden;
}

.zenario_banner.banner_cta_contact .banner_image img {
	float:left;
}

.zenario_banner.banner_cta_contact .banner_more {
	padding-top:1.5em;
}

/* Challenge
------------------------------------------------------------------------------------------------- */

.zenario_banner.banner_challenge {
	background:#dcdcdc;
  	padding:1em 2em 2em 0;
  	margin-right:1em;
  	text-align:center;
} 

.zenario_banner.banner_challenge .banner_title h2 {
	color:#d1002e;
}

.zenario_banner.banner_challenge .banner_text h2 {
	background:#dcdcdc;
	padding-bottom:0.5em;
	font-size:2.5em;
	line-height:1.1;
}

body.desktop .zenario_banner.banner_challenge .banner_text h2 {
	font-size:2.8em;
}

body.desktop .zenario_banner.banner_challenge .banner_text h2 + h2 {
	padding-bottom:0;
}

.zenario_banner.banner_challenge .banner_text h2,
.zenario_banner.banner_challenge .banner_text h2 strong {
	color:#000;
}


/* Solution 
------------------------------------------------------------------------------------------------- */

.zenario_banner.banner_solution {
	font-weight: 500;
  	font-size: 110%;
}

.zenario_banner.banner_solution h2 {
	padding-bottom:1em;
}

/* Style 1 
------------------------------------------------------------------------------------------------- */

.zenario_banner.banner_style_1 {
	font-weight: 500;
  	font-size: 110%;
}

.zenario_banner.banner_style_1 .banner_text {
	font-size: 110%;
	padding-bottom:1em;
}

/* Expertise
------------------------------------------------------------------------------------------------- */

.zenario_banner.banner_team .banner_wrap_inner > a {
	position:relative;
	width:100% !important;
	height:60vh !important;
	background-size:cover !important;
	background-position:center center !important;
}

.zenario_banner.banner_team .banner_wrap_inner > a:after {
    position: absolute;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	width: 100%;
  	height: 40%;
  	content: "";
  	background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}

.zenario_banner.banner_team .banner_wrap_inner > a:before {
    position: absolute;
  	left: 0;
  	right: 0;
  	top: 0;
  	width: 100%;
  	height: 30%;
  	content: "";
  	background: linear-gradient(to top, transparent 0%, #fff 100%);
}

/* Full width 
------------------------------------------------------------------------------------------------- */

.zenario_banner.banner_full_width .banner_wrap_inner > a {
	position:relative;
	width:100% !important;
	height:60vh !important;
	background-size:cover !important;
	background-position:center center !important;
}

.zenario_banner.banner_full_width .banner_wrap_inner > a:before {
    position: absolute;
  	left: 0;
  	right: 0;
  	top: 0;
  	width: 100%;
  	height: 40%;
  	content: "";
  	background: linear-gradient(to top, transparent 0%, #fff 100%);
}

.zenario_banner.banner_full_width .banner_wrap_inner > a:after {
    position: absolute;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	width: 100%;
  	height: 80%;
  	content: "";
  	background: linear-gradient(to bottom, transparent 0%, #f3f2eb 100%);
}

.zenario_banner.banner_full_width.grey_top .banner_wrap_inner > a:before {
  	background: linear-gradient(to top, transparent 0%, #fafafa 100%);
}

.zenario_banner.banner_full_width.sand_top .banner_wrap_inner > a:before {
  	background: linear-gradient(to top, transparent 0%, #f3f2eb 100%);
}

.zenario_banner.banner_full_width.white_bottom .banner_wrap_inner > a:after {
  	background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}

/* Banner product
------------------------------------------------------------------------------------------------- */

.zenario_banner.banner_product .banner_title h2 {
	color:#d1002e;
	position:relative;
	display:inline-block;
	font-size:2.2em;
	background:url('../../zenario_custom/skins/haemanalytica/editable_css/../images/icon-HaemAnalytica.svg') no-repeat left 25% / auto 40px;
	padding:0 10px 0.2em 55px;
  	margin-bottom: 0.6em;
	border-bottom:4px dotted #000;
}

/* Banner strapline
------------------------------------------------------------------------------------------------- */

.zenario_banner.banner_strapline h2 {
	text-align: center;
  	font-size: 48px;
  	color: #333;
  	margin-bottom: 1.2em;
}

.zenario_plugin_nest.nest_strapline {
	text-align: center;
  	margin-bottom: 1.2em;
}

.zenario_plugin_nest.nest_strapline h2 {
  	font-size: 48px;
  	color: #333;
  	padding:0;
}
/**/
.zenario_content_list .content_list_data_row {
	position:relative;
	z-index:1;
}

.zenario_content_list .content_list_data_row .content_list_infoIcon {
	position:absolute;
	z-index:2;
	right:5px;
	top:5px;
}

/* CSL grid
--------------------------------------------------------------------------------------- */

.zenario_content_list.csl_grid .content_list_listing {
	display: flex;
  	gap: 25px;
}

.zenario_content_list.csl_grid .content_list_listing .content_list_data_row {
	position:relative;
	padding-bottom:50px;
  	flex: 0 0 calc(33.333% - 17px); 
  	background:#fcf8f8;
}

.zenario_content_list.csl_grid .content_list_listing .content_list_data_row .content_list_text {
	padding:1em;
}

.zenario_content_list.csl_grid .content_list_data_row h2.content_list_title {
	font-size:1.3em;
	padding:0;
}

.zenario_content_list.csl_grid .content_list_data_row h2.content_list_title a {
	color:#d1002e;
}

.zenario_content_list.csl_grid .content_list_data_row p.content_list_date {
	font-size: 0.85em;
}

.zenario_content_list.csl_grid .content_list_data_row .content_list_excerpt {
	font-size: 0.9em;
}

.zenario_content_list.csl_grid .content_list_listing .content_list_data_row .content_list_more {
	display:inline-block;
	position:absolute;
	right:1em;
	bottom:1em;
}
/**/
.zenario_event_listing.events_grid .event_listing {
	display: flex;
  	gap: 25px;
}

.zenario_event_listing.events_grid .event_listing .single_event {
	position:relative;
	padding-bottom:50px;
  	flex: 0 0 calc(33.333% - 17px); 
  	background:#fcf8f8;
}

.zenario_event_listing.events_grid .event_listing .single_event div.single_event_description {
	padding:1em;
}

.zenario_event_listing.events_grid .event_listing .single_event .event_title h2 {
	font-size:1.3em;
	padding:0;
}

.zenario_event_listing.events_grid .event_listing .single_event .event_title a {
	color:#d1002e;
}

.zenario_event_listing.events_grid .event_listing .single_event .single_event_date {
	display:block;
	font-size: 0.85em;
	margin-bottom: 0.8em;
}

.zenario_event_listing.events_grid .event_listing .single_event span.single_event_description {
	display:block;
	font-size: 0.9em;
}

.zenario_event_listing.events_grid .event_listing .single_event a.single_event_more_link {
	position:absolute;
	right:1em;
	bottom:1em;
}
/**/
.zenario_html_snippet table th,
.zenario_html_snippet table td {
	border:1px solid #c4c1c7;
}

/* Contact info
--------------------------------------------------------------------------------------- */

.zenario_html_snippet.contact_info .title {
	font-family:'Jaldi',Arial, Helvetica, sans-serif;
	font-size:1.4em;
}

.zenario_html_snippet.contact_info .zenario_wysiwyg {
	background:#f3f2eb;
	border-radius:10px;
	padding:2em;
}

body.desktop .zenario_html_snippet.contact_info .zenario_wysiwyg {
	margin-left:2em;
}

/* Methodology sub text
--------------------------------------------------------------------------------------- */

.zenario_html_snippet.methodology_sub_text {
	font-size:80%;
}

.zenario_html_snippet.methodology_sub_text ul,
.zenario_html_snippet.methodology_sub_text ul li {
	list-style:none;
	padding:0;
	margin:0;
}

.zenario_html_snippet.methodology_sub_text ul li.you {
	padding-bottom:10px;
}

body.desktop .zenario_html_snippet.methodology_sub_text ul {
	display:flex;
	gap:20px;
}

body.desktop .zenario_html_snippet.methodology_sub_text ul li.you {
	width:50%;
}

body.desktop .zenario_html_snippet.methodology_sub_text ul li.ha {
	width:50%;
}
/**/
.zenario_menu ul,
.zenario_menu ul li {
	list-style:none;
	padding:0;
	margin:0;
}

/* Header menu
--------------------------------------------------------------------------------------- */

.zenario_menu.header_menu {
	font-weight: 500;
  	font-size: 130%;
  	font-family:'Jaldi',Arial, Helvetica, sans-serif;
}

.zenario_menu.header_menu a {
	display:inline-block;
	padding:14px 20px 20px 20px;
	color:#000;
}

.zenario_menu.header_menu .level1 > a:hover {
	opacity: 0.8;
}

.zenario_menu.header_menu .level1_on > a:hover {
	opacity: 1;
}

.zenario_menu.header_menu a:hover,
.zenario_menu.header_menu .level1_on > a {
	color:#d1002e;
}

.zenario_menu.header_menu .wrap_menu_inner {
	display:flex;
	gap:20px;
}

.zenario_menu.header_menu .level1 > a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #d1002e;
    transition: width .2s;
}

.zenario_menu.header_menu .level1 > a:hover::after,
.zenario_menu.header_menu .level1_on > a::after {
    width: 100%;
}

.zenario_menu.header_menu .level1 > a,
.zenario_menu.header_menu .level1 > em {
  	text-transform:uppercase;
}

.zenario_menu.header_menu .wrap_menu_inner > ul > li {
	position:relative;
}

.zenario_menu.header_menu .wrap_menu_inner > ul > li.has_child > a {
	position:relative;
	padding-right:15px;
}

.zenario_menu.header_menu .wrap_menu_inner > ul > li.has_child > a:before {
	font-family: 'FontAwesome';
	content:'\f107';
	position:absolute;
	right:0;  
	top: 20px;
  	font-size: 12px;
}

/* Level 2 */

.zenario_menu.header_menu .wrap_menu_inner>ul>li>ul {
  opacity:0;
  visibility:hidden;
  transition:all 0.3s ease-in-out
}
.zenario_menu.header_menu .wrap_menu_inner>ul>li:hover>ul {
  opacity:1;
  visibility:visible
}

.zenario_menu.header_menu .wrap_menu_inner>ul>li>ul:after,
.zenario_menu.header_menu .wrap_menu_inner>ul>li>ul:before {
  bottom:100%;
  left:20%;
  border:solid #fff0;
  content:" ";
  height:0;
  width:0;
  position:absolute;
  pointer-events:none
}
.zenario_menu.header_menu .wrap_menu_inner>ul>li>ul:before {
  border-color:#fff0;
  border-bottom-color:#e9e4e4;
  border-width:11px;
  margin-left:-11px
}
.zenario_menu.header_menu .wrap_menu_inner>ul>li>ul:after {
  border-color:#fff0;
  border-bottom-color:#E2E3E3;
  border-width:10px;
  margin-left:-10px
}

.zenario_menu.header_menu ul li li,
.zenario_menu.header_menu ul li li a {
	display:block;
}

.zenario_menu.header_menu .wrap_menu_inner > ul > li li a {
	height:auto;
	position:relative;
	padding:7px 15px;
	color:#5f5f5f;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.zenario_menu.header_menu .wrap_menu_inner > ul > li li a:hover {
	background-color:#d1002e;
}

.zenario_menu.header_menu .wrap_menu_inner > ul > li.has_child.link_external > a:after {
	padding-left: 30px;
}

.zenario_menu.header_menu .wrap_menu_inner > ul > li.has_child.link_external > a:before {
  	position:absolute;
  	right:30px;
}

.zenario_menu.header_menu .wrap_menu_inner > ul > li > ul > li.has_child > a:after,
.zenario_menu.header_menu .wrap_menu_inner > ul > li > ul > li.has_child > ul > li.has_child > a:after,
.zenario_menu.header_menu .wrap_menu_inner > ul > li > ul > li.has_child > ul > li.has_child > ul > li.has_child > a:after {
	content:'\f105';
	position:absolute;
	right:8px;
	top:7px;
}

.zenario_menu.header_menu .wrap_menu_inner > ul > li > ul {
	position:absolute;
	z-index:30;
	top:65px;
	left:0;
	width:245px;
	float:none;
	margin:0;
	padding:0;
	background:#858585;
	-webkit-box-shadow: 0px 0px 7.68px 0.32px rgba(0, 0, 0, 0.28);
	box-shadow: 0px 0px 7.68px 0.32px rgba(0, 0, 0, 0.28);
}

.zenario_menu.header_menu .wrap_menu_inner > ul > li > ul:after {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(103, 103, 103, 0);
	border-bottom-color: #858585;
	border-width: 10px;
	margin-left: -10px;
}

.zenario_menu.header_menu .wrap_menu_inner > ul > li > ul {
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.zenario_menu.header_menu .wrap_menu_inner > ul > li:hover > ul {
	opacity:1;
	visibility:visible;
}

.zenario_menu.header_menu ul li.node_mobile,
.zenario_menu.header_menu .node_responsive {
	display:none;
}

.zenario_menu.header_menu .wrap_menu_inner > ul > li > ul > li {
	font-size:0.938em;
	border-top:1px solid rgba(255,255,255,0.2);
}

.zenario_menu.header_menu .wrap_menu_inner > ul > li > ul > li:first-child {
	border-top:0;
}

.zenario_menu.header_menu .wrap_menu_inner > ul > li > ul > li a {
	color: #FFF;
}

.zenario_menu.header_menu .wrap_menu_inner > ul > li > ul > li.level2_on a {
	background-color: rgba(255,255,255,0.3);
  	color: #000;
}
/**/ 

.zenario_menu.header_menu .invisible_in_desktop {
	display:none;
}
/**/
a.zenario_push_pull-hamburger {
	display: block;
	overflow: hidden;
	width: 30px;
	padding: 10px;
}

a.zenario_push_pull-hamburger span {
	display:block;
	height:5px;
	margin:0 0 4px;
	background:#000;
}

.zenario_push_pull-menu,
.zenario_push_pull-panels,
.zenario_push_pull-panels>.zenario_push_pull-panel {
	margin:0;
	left:0;
	right:0;
	top:0;
	bottom:0;
	box-sizing:border-box
}

.zenario_push_pull-btn,
.zenario_push_pull-menu {
	box-sizing:border-box
}

.zenario_push_pull-wrapper {
	overflow-x:hidden;
	position:relative
}

.zenario_push_pull-panels,
.zenario_push_pull-panels>.zenario_push_pull-panel {
	position:absolute
}

.zenario_push_pull-panels {
	overflow:hidden
}

.zenario_push_pull-panels>.zenario_push_pull-panel {
	padding-top:40px;
	-webkit-overflow-scrolling:touch;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:auto;
}

.zenario_push_pull-menu .zenario_push_pull-navbar a,
.zenario_push_pull-listview>li>a, 
.zenario_push_pull-listview>li>span {
	text-overflow: ellipsis;
	white-space: nowrap;
  	overflow: hidden;
}

.zenario_push_pull-btn {
	width:40px;
	height:40px;
	position:absolute;
	top:0
}

.zenario_push_pull-btn_next:after,
.zenario_push_pull-btn_prev:before {
	content:'';
	border:2px solid transparent;
	display:block;
	width:8px;
	height:8px;
	margin:auto;
	position:absolute;
	top:0;
	bottom:0;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg)
}

.zenario_push_pull-btn_prev:before {
	border-right:none;
	border-bottom:none;
	left:17px
}

.zenario_push_pull-btn_next:after {
	border-top:none;
	border-left:none;
	right:23px
}

.zenario_push_pull-navbar {
	border-bottom:1px solid;
	border-color:inherit;
	text-align:center;
	line-height:20px;
	height:40px;
	padding:0 40px;
	margin:0;
	position:absolute;
	top:0;
	left:0;
	right:0
}

.zenario_push_pull-navbar>* {
	display:block;
	padding:10px 0
}

.zenario_push_pull-navbar .zenario_push_pull-btn:first-child {
	width:40px;
	height:50px;
	right:auto;
	left:0;
	border-left:0;
}

.zenario_push_pull-menu .zenario_push_pull-navbar a,
.zenario_push_pull-menu .zenario_push_pull-navbar>* {
	color:#000
}

.zenario_push_pull-menu .zenario_push_pull-navbar a {
  	padding:10px;
}

.zenario_push_pull-menu>.zenario_push_pull-navbar {
	background:inherit;
	padding:0;
	z-index:3;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}

.zenario_push_pull-navbar[class*=zenario_push_pull-navbar-content-]>* {
	box-sizing:border-box;
	display:block;
	float:left
}

.zenario_push_pull-listview,.zenario_push_pull-listview>li {
	list-style:none;
	display:block;
	padding:0;
	margin:0
}

.zenario_push_pull-listview {
	font:inherit;
	font-size:14px;
	line-height:20px
}

.zenario_push_pull-listview>li {
	position:relative
}

.zenario_push_pull-listview>li,
.zenario_push_pull-listview>li .zenario_push_pull-btn_next,
.zenario_push_pull-listview>li .zenario_push_pull-btn_next:before,
.zenario_push_pull-listview>li:after {
	border-color:inherit
}

.zenario_push_pull-listview>li>a,
.zenario_push_pull-listview>li>span {
	color:inherit;
	display:block;
	padding:10px 10px 10px 20px;
	margin:0
}

.zenario_push_pull-listview>li.has_child>a:first-child {
	padding-right:60px;
}

.zenario_push_pull-listview>li:after {
	content:'';
	border-bottom-width:1px;
	border-bottom-style:solid;
	display:block;
	position:absolute;
	right:0;
	bottom:0;
	left:0
}

.zenario_push_pull-listview .zenario_push_pull-btn_next {
	width:50px;
	padding:0;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	z-index:2
}

.zenario_push_pull-listview .zenario_push_pull-btn_next:before {
	content:'';
	border-left-width:1px;
	border-left-style:solid;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0
}

.zenario_push_pull-listview .zenario_push_pull-btn_next+a,
.zenario_push_pull-listview .zenario_push_pull-btn_next+span {
	margin-right:50px
}

.zenario_push_pull-menu .zenario_push_pull-btn:after,
.zenario_push_pull-menu .zenario_push_pull-btn:before,
.zenario_push_pull-menu .zenario_push_pull-listview,
.zenario_push_pull-menu .zenario_push_pull-listview>li .zenario_push_pull-btn_next:after {
	border-color:#000;
}

.zenario_push_pull-menu .zenario_push_pull-listview>li.zenario_push_pull-selected>a:not(.zenario_push_pull-btn_next),
.zenario_push_pull-menu .zenario_push_pull-listview>li.zenario_push_pull-selected>span{
	background:rgba(255,255,255,.5)
}

.zenario_push_pull-menu .zenario_push_pull-listview>li.zenario_push_pull-wrapper_opened.zenario_push_pull-vertical>.zenario_push_pull-panel,
.zenario_push_pull-menu .zenario_push_pull-listview>li.zenario_push_pull-wrapper_opened.zenario_push_pull-vertical>a.zenario_push_pull-btn_next{
	background:rgba(0,0,0,.05)
}

.zenario_push_pull-page {
	box-sizing:border-box;
}

body.mobile .zenario_push_pull-page {
	position:relative
}

.zenario_push_pull-slideout {
	-webkit-transition:-webkit-transform .4s ease;
	transition:-webkit-transform .4s ease;
	transition:transform .4s ease;
	transition:transform .4s ease,-webkit-transform .4s ease;
	z-index:1
}

html.zenario_push_pull-wrapper_opened {
	overflow-x:hidden;
	position:relative
}

html.zenario_push_pull-wrapper_opened a.zenario_push_pull-hamburger {
	height:30px;
}

html.zenario_push_pull-wrapper_opened a.zenario_push_pull-hamburger:before, 
html.zenario_push_pull-wrapper_opened a.zenario_push_pull-hamburger:after {
  position: absolute;
  left: 0;
  right:0;
  margin:auto;
  content: ' ';
  height: 24px;
  width: 5px;
  background-color: #000;
}

html.zenario_push_pull-wrapper_opened a.zenario_push_pull-hamburger:before {
  transform: rotate(45deg);
}

html.zenario_push_pull-wrapper_opened a.zenario_push_pull-hamburger:after {
  transform: rotate(-45deg);
}

html.zenario_push_pull-wrapper_opened a.zenario_push_pull-hamburger span {
	display:none;
}

html.zenario_push_pull-wrapper_blocking,
html.zenario_push_pull-wrapper_blocking body {
	overflow:hidden
}

.zenario_push_pull-wrapper__blocker {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:2
}

html.zenario_push_pull-wrapper_blocking .zenario_push_pull-wrapper__blocker {
	display:block;
}

.zenario_push_pull-menu.zenario_push_pull-menu_offcanvas {
	z-index:1;
	display:none;
	position:fixed
}

.zenario_push_pull-menu_offcanvas {
	-webkit-transition:-webkit-transform .4s ease;
	transition:-webkit-transform .4s ease;
	transition:transform .4s ease;
	transition:transform .4s ease,-webkit-transform .4s ease;
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0)
}

html.zenario_push_pull-wrapper_opening .zenario_push_pull-menu_offcanvas {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}

.zenario_push_pull-menu {
	width:80%;
	min-width:140px;
	max-width:440px;
	padding:0;
	position:absolute;
	background:#f3f3f3;
	border-color:#000;
	color:#000
}

html.zenario_push_pull-wrapper_opening .zenario_push_pull-slideout {
	-webkit-transform:translate3d(80%,0,0);
	transform:translate3d(80%,0,0)
}

.zenario_push_pull-sronly {
	text-indent:10px;
	overflow:hidden;
	display:block;
	width:1px;
	height:1px;
	position:absolute;
	z-index:-1
}

.zenario_push_pull-hidden { 
	display:none; 
}

.zenario_push_pull-panels > .zenario_push_pull-panel.zenario_push_pull-panel_opened {
	z-index: 1;
}

.zenario_push_pull-menu a,
.zenario_push_pull-menu a:hover,
.zenario_push_pull-navbar a,
.zenario_push_pull-navbar a:hover,
a.zenario_push_pull-hamburger,
html.zenario_push_pull-wrapper_opened a.zenario_push_pull-hamburger,
html.zenario_push_pull-wrapper_opened a.zenario_push_pull-hamburger:before {
	text-decoration:none;
}

.zenario_push_pull-listview > li,
.zenario_push_pull-listview > li > a, 
.zenario_push_pull-listview > li > span {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@media all and (max-width:175px) {
	html.zenario_push_pull-wrapper_opening .zenario_push_pull-slideout {
		-webkit-transform:translate3d(140px,0,0);
		transform:translate3d(140px,0,0)
	}
}

@media all and (min-width:550px) {
	html.zenario_push_pull-wrapper_opening .zenario_push_pull-slideout {
		-webkit-transform:translate3d(440px,0,0);
		transform:translate3d(440px,0,0)
	}
}

/* Customized styles
--------------------------------------------------------------------------------------------------*/

a.zenario_push_pull-hamburger {
	position:absolute;
	z-index:99;
	top:0;
	left:0;
   	padding:25px 15px 25px;
   	background:#d1002e;
}

a.zenario_push_pull-hamburger span {
	height: 4px;
  	margin: 0 0 6px;
	background:#FFF;
}

.zenario_push_pull-panel .zenario_push_pull-navbar {
	background: #d1002e;
    border-bottom: 4px solid #da7575;
    font-size: 1.1em;
}

.zenario_push_pull-navbar,
.zenario_push_pull-listview {
	font-family:'Jaldi',Arial, Helvetica, sans-serif;
	font-size:1.1em;
}

.zenario_push_pull-panel.zenario_push_pull-panel_opened .zenario_push_pull-navbar,
.zenario_push_pull-navbar {
	text-transform:uppercase;
}

.zenario_push_pull-panels > .zenario_push_pull-panel > .zenario_push_pull-listview:first-child, 
.zenario_push_pull-panels > .zenario_push_pull-panel > .zenario_push_pull-navbar + .zenario_push_pull-listview {
    border-top: 1px solid #FFF;
}

.zenario_push_pull-menu {
	background:#f0f0f0;
}

.zenario_push_pull-listview {
	padding-top:4px;
	font-size:1.2em;
}

.zenario_push_pull-listview > li > em a {
	display:block;
	padding:10px 10px 10px 20px;
}

.zenario_push_pull-navbar,
.zenario_push_pull-listview > li > a,
.zenario_push_pull-listview > li > em a, 
.zenario_push_pull-listview > li > span {
	color:#151515;
}

.zenario_push_pull-menu .zenario_push_pull-navbar a, 
.zenario_push_pull-menu .zenario_push_pull-navbar > * {
	color:#FFF;
}

.zenario_push_pull-navbar,
.zenario_push_pull-menu .zenario_push_pull-btn::after, 
.zenario_push_pull-menu .zenario_push_pull-btn::before,
.zenario_push_pull-listview > li, 
.zenario_push_pull-listview > li .zenario_push_pull-btn_next, 
.zenario_push_pull-listview > li .zenario_push_pull-btn_next::before, 
.zenario_push_pull-listview > li::after {
	border-color:#d9dadb;
}
 
.zenario_push_pull-menu .zenario_push_pull-listview > li .zenario_push_pull-btn_next::after {
	border-color:#d1002e;
}

.zenario_push_pull-menu .zenario_push_pull-listview > li.level1_on .zenario_push_pull-btn_next::before,
.zenario_push_pull-menu .zenario_push_pull-listview > li.level2_on .zenario_push_pull-btn_next::before,
.zenario_push_pull-menu .zenario_push_pull-listview > li.level3_on .zenario_push_pull-btn_next::before,
.zenario_push_pull-menu .zenario_push_pull-listview > li.level4_on .zenario_push_pull-btn_next::before,
.zenario_push_pull-menu .zenario_push_pull-listview > li.level5_on .zenario_push_pull-btn_next::before,
.zenario_push_pull-menu .zenario_push_pull-listview > li.level1_on .zenario_push_pull-btn_next::after,
.zenario_push_pull-menu .zenario_push_pull-listview > li.level2_on .zenario_push_pull-btn_next::after,
.zenario_push_pull-menu .zenario_push_pull-listview > li.level3_on .zenario_push_pull-btn_next::after,
.zenario_push_pull-menu .zenario_push_pull-listview > li.level4_on .zenario_push_pull-btn_next::after,
.zenario_push_pull-menu .zenario_push_pull-listview > li.level5_on .zenario_push_pull-btn_next::after {
	border-color:#FFF;
}

.zenario_push_pull-listview > li:hover > a, 
.zenario_push_pull-listview > li:hover > span,
.zenario_push_pull-listview > li.level1_on a,
.zenario_push_pull-listview > li.level2_on a,
.zenario_push_pull-listview > li.level3_on a,
.zenario_push_pull-listview > li.level4_on a,
.zenario_push_pull-listview > li.level5_on a {
	color:#FFF;
}

.zenario_push_pull-listview > li:hover,
.zenario_push_pull-listview > li.level1_on,
.zenario_push_pull-listview > li.level2_on,
.zenario_push_pull-listview > li.level3_on,
.zenario_push_pull-listview > li.level4_on,
.zenario_push_pull-listview > li.level5_on {
	background-color:#da7575;
}

/* Special nodes: Search, Sign in, Login and Home
--------------------------------------------------------------------------------------------------*/

.zenario_push_pull-menu .zenario_push_pull-listview .zenario_menu_node_special.search_box,
.zenario_push_pull-menu .zenario_push_pull-listview .zenario_menu_node_special a {
	padding:10px 10px 10px 20px;
}

.zenario_push_pull-menu .zenario_push_pull-listview .zenario_menu_node_special a {
	display:block;
	position:relative;
	padding-left:40px;
	border-bottom:1px solid #d9dadb;
	color:#151515;
}

.zenario_push_pull-menu .zenario_push_pull-listview .zenario_menu_node_special:hover a {
	color:#FFF;
}

.zenario_push_pull-menu .zenario_push_pull-listview .zenario_menu_node_special {
	background-color:#e2e6e8;
}

.zenario_push_pull-menu .zenario_push_pull-listview .zenario_menu_node_special:hover {
	background-color:#2a98ce;
}

.zenario_push_pull-menu .zenario_push_pull-listview .zenario_menu_node_special a:before {
	font-family:"FontAwesome";
	position:absolute;
	left:20px;
	top:10px;
}

.zenario_push_pull-menu .zenario_push_pull-listview .zenario_menu_node_special.contact a:before {
	content:"\f095";
	font-size:16px;
}

.zenario_push_pull-menu .zenario_push_pull-listview .zenario_menu_node_special.log_in a:before {
	content:"\f007";
}

.zenario_push_pull-menu .zenario_push_pull-listview .zenario_menu_node_special.sign_up a:before {
	content:"\f234";
}

.zenario_push_pull-menu .zenario_push_pull-listview .zenario_menu_node_special.home a:before {
	content:"\f015";
}

.zenario_push_pull-menu .zenario_push_pull-listview .zenario_menu_node_special.search_box:hover {
	background:transparent;
}

.zenario_push_pull-menu .zenario_push_pull-listview .zenario_menu_node_special .search_entry_box {
	overflow:hidden;
}

.zenario_push_pull-menu .zenario_push_pull-listview .zenario_menu_node_special .search_entry_box input.search_entry_input_box,
.zenario_push_pull-menu .zenario_push_pull-listview .zenario_menu_node_special .search_entry_box input.search_entry_button {
    padding:0;
    float:left;
    border: none;
    margin:0;
   	-webkit-border-radius: 0;
    border-radius: 0;
}
    
.zenario_push_pull-menu .zenario_push_pull-listview .zenario_menu_node_special .search_entry_box input.search_entry_input_box {
    width:calc(100% - 15px - 60px);
    height:31px;
    line-height:31px;
    padding-left:15px;
    font-family: Verdana;
    font-style: italic;
    background-color: #FFF;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
    
.zenario_push_pull-menu .zenario_push_pull-listview .zenario_menu_node_special .search_entry_box input.search_entry_button {
    width:60px;
    height:31px;
    font-size:0;
    line-height:0;
    background: #fff url('../../zenario_custom/skins/haemanalytica/editable_css/../images/icon-magnifyer.svg') no-repeat center / 16px 16px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
    
.zenario_push_pull-menu .zenario_push_pull-listview .zenario_menu_node_special .search_entry_box input.search_entry_button:hover {
    cursor:pointer;
}

.zenario_push_pull-menu .zenario_push_pull-listview .zenario_menu_node_special .search_entry_box input.search_entry_button:focus,
.zenario_push_pull-menu .zenario_push_pull-listview .zenario_menu_node_special .search_entry_box input.search_entry_input_box:focus {
    outline:0;
    outline:none;
}

/* Page semi-opaque and close button stand out
--------------------------------------------------------------------------------------------------*/

.zenario_push_pull-page:after,
.fixed:after {
	opacity:0;
	visibility:hidden;
	content:"";
	position:absolute;
	z-index:20;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.7);
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
}

html.zenario_push_pull-wrapper_blocking .zenario_push_pull-page:after,
html.zenario_push_pull-wrapper_blocking .fixed:after {
	opacity:1;
	visibility:visible;
}

html.zenario_push_pull-wrapper_blocking .zenario_push_pull-page .Slot_Header_Top {
	z-index:0;
}

html.zenario_push_pull-wrapper_blocking a.zenario_push_pull-hamburger {
	background:#d1002e;
	border-left:1px solid #FFF;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

html.zenario_push_pull-wrapper_opened a.zenario_push_pull-hamburger:before, 
html.zenario_push_pull-wrapper_opened a.zenario_push_pull-hamburger:after {
	background-color:#FFF;
	width:2px;
	z-index:30;
}

.zenario_push_pull-panels>.zenario_push_pull-panel {
	padding-top:52px;
}

.zenario_push_pull-navbar {
	height:52px;
}

.zenario_push_pull-menu .zenario_push_pull-navbar a {
	padding:15px 10px;
}

/* External links */

.link_external a.zenario_push_pull-btn:after,
.zenario_push_pull-panel .has_child.link_external > a:before {
	content:"";
	padding-left:0;
}

/* Private page */

.zenario_push_pull-panel ul li.private a {
	position:relative;
}

.zenario_push_pull-panel ul li.private a:after {
	font-family: "FontAwesome";
  	content: "\f023";
  	padding-left:5px;
  	font-size:12px;  
  	position: absolute;
  	top: 10px;
}

/* Admin hacks
--------------------------------------------------------------------------------------------------*/

.zenario_adminLoggedIn .zenario_push_pull-menu {
	top:129px;
}

.zenario_adminLoggedIn.zenario_adminToolbarHidden .zenario_push_pull-menu {
	top:0;
}

.zenario_adminLoggedIn.zenario_pageMode_edit .zenario_menu_responsive_push_pull,
.zenario_adminLoggedIn.zenario_pageMode_item .zenario_menu_responsive_push_pull,
.zenario_adminLoggedIn.zenario_pageMode_menu .zenario_menu_responsive_push_pull,
.zenario_adminLoggedIn.zenario_pageMode_template .zenario_menu_responsive_push_pull {
	position:relative;
	min-height:50px;
}
/**/
.zenario_plugin_nest .nest_tabs ul,
.zenario_plugin_nest .nest_tabs ul li {
	padding:0;
	margin:0;
	list-style:none;
}

/* Arrows font awesome
------------------------------------------------------------------------------------------------- */

.zenario_plugin_nest.fa_arrows .nest_wrap .prev,
.zenario_plugin_nest.fa_arrows .nest_wrap .next {
	position:absolute;
	bottom:0;
	font-size:0;
	line-height:0;
}

.zenario_plugin_nest.fa_arrows .nest_wrap .prev {
	left:0;
}

.zenario_plugin_nest.fa_arrows .nest_wrap .next {
	right:0;
}

.zenario_plugin_nest.fa_arrows .nest_wrap .prev:before,
.zenario_plugin_nest.fa_arrows .nest_wrap .next:before {
	font-family:"FontAwesome";
	font-size:40px;
	line-height:1.3;
	opacity:0.8;
	transition:.2s ease-in-out;
}

.zenario_plugin_nest.fa_arrows .nest_wrap .prev:before {
	content:"\f100";
}

.zenario_plugin_nest.fa_arrows .nest_wrap .next:before {
	content:"\f101";
}

.zenario_plugin_nest.fa_arrows .nest_wrap .prev:hover:before,
.zenario_plugin_nest.fa_arrows .nest_wrap .next:hover:before {
	opacity:1;
}

.zenario_plugin_nest.fa_arrows .nest_wrap .prev_disabled:before,
.zenario_plugin_nest.fa_arrows .nest_wrap .next_disabled:before {
	color:#949494;
}

.zenario_plugin_nest.fa_arrows .nest_wrap .prev_disabled:before,
.zenario_plugin_nest.fa_arrows .nest_wrap .next_disabled:before,
.zenario_plugin_nest.fa_arrows .nest_wrap .prev_disabled:hover:before,
.zenario_plugin_nest.fa_arrows .nest_wrap .next_disabled:hover:before {
	opacity:0.3;
}

.zenario_plugin_nest.fa_arrows.nest_sankey_diagram .nest_wrap .prev,
.zenario_plugin_nest.fa_arrows.nest_sankey_diagram .nest_wrap .next {
	bottom:45%;
}

/* Hide indicators
------------------------------------------------------------------------------------------------- */

.zenario_plugin_nest.hide_indicators {
	
}

/* Hero message
------------------------------------------------------------------------------------------------- */

.zenario_plugin_nest.nest_hero_message {
	position: absolute;
  	top: calc(50% - 70px);
  	transform: translateY(-50%);
  	
	left: 0;
  	right: 0;
  	margin: auto;
}

.zenario_plugin_nest.nest_hero_message h2 {
	padding-bottom:0;
}

.zenario_plugin_nest.nest_hero_message .nest_plugins {
	right:0;
}

.zenario_plugin_nest.nest_hero_message .nest_plugins_wrap {
	z-index:1;
}

.zenario_plugin_nest.nest_hero_message .nest_tabs.indicators {
	display:none;
}

.zenario_plugin_nest.nest_hero_message .zenario_html_snippet {
	position:relative;
	text-align:center;
	max-width: 90%;
  	margin: auto;
}

.zenario_plugin_nest.nest_hero_message .zenario_html_snippet h2 {
  	font-size: clamp(30px, 4.5vw, 72px);
}

.zenario_plugin_nest.nest_hero_message .zenario_html_snippet span {
	color:#6b6464;
}

.zenario_plugin_nest.nest_hero_message .slide_1 .zenario_html_snippet span,
.zenario_plugin_nest.nest_hero_message .slide_2 .zenario_html_snippet span,
.zenario_plugin_nest.nest_hero_message .slide_3 .zenario_html_snippet span {
	color:#da7575;
}

.zenario_plugin_nest.nest_hero_message .slide_4 .zenario_html_snippet span {
	color:#16B18F;
}

.zenario_plugin_nest.nest_hero_message .zenario_html_snippet h2,
.zenario_plugin_nest.nest_hero_message .slide_4 .zenario_html_snippet span.ha,
.zenario_plugin_nest.nest_hero_message .slide_4 .zenario_html_snippet span.ha span {
	color:#000;
}

/* Sankey Diagram
------------------------------------------------------------------------------------------------- */

.zenario_plugin_nest.nest_sankey_diagram .nest_wrap {
	border: 3px dotted #000;
	background:#FFF;
  	padding: 1em;
}

.zenario_plugin_nest.nest_sankey_diagram .nest_title {
	padding:0.5em;
	text-align:center;
}

.zenario_plugin_nest.nest_sankey_diagram .nest_title h3 {
	color:#000;
}

.zenario_plugin_nest.nest_sankey_diagram .nest_tabs {
	display:flex;
	gap:30px;
	justify-content: center;
	padding:0 0 2em 0;
}

.zenario_plugin_nest.nest_sankey_diagram .nest_plugins {
	position:relative;
}

.zenario_plugin_nest.nest_sankey_diagram .slide_1 {
	overflow:hidden;
}

.zenario_plugin_nest.nest_sankey_diagram #chart {
	text-align:center;
}

.zenario_plugin_nest.nest_sankey_diagram .nest_wrap {
	position:relative;
}

.zenario_plugin_nest.nest_sankey_diagram .diagram_extra_info {
	position:absolute;
	z-index:3;
	right:0;
	top:0;
	width:calc(28% - 3em);
	padding:1.5em;
	font-size:95%;
	font-family: 'Jaldi',Arial, Helvetica, sans-serif;
	line-height:1.4;
	background:rgba(187, 207, 198, 0.5);
}

body.zenario_pageMode_edit .zenario_plugin_nest.nest_sankey_diagram .nest_plugins > x-zenario-admin-slot-wrapper:first-child .zenario_slotEggControlBox {
	top:30px;
}

body.zenario_pageMode_edit .zenario_plugin_nest.nest_sankey_diagram .diagram_extra_info {
	margin-top:30px;
}

.zenario_plugin_nest.nest_sankey_diagram .diagram_extra_info .arrow {
	display:block;
	margin:1em auto;
	width:70px;
	height:50px;
	background:url('../../zenario_custom/skins/haemanalytica/editable_css/../images/arrow-up-v4.svg') no-repeat center center / auto 50px;
}

.zenario_plugin_nest.nest_sankey_diagram .diagram_extra_info p {
	font-size:1.3em;
	line-height:1.3;
}

.zenario_plugin_nest.nest_sankey_diagram .sankey_diagram_svg {
	position:relative;
	z-index:2;
}

.zenario_plugin_nest.nest_sankey_diagram .diagram_description {
	padding-top:1.3em;
	margin:2em auto 0;
	text-align:center;
	font-family:'Jaldi',Arial, Helvetica, sans-serif;
	line-height:1.4;
}

.zenario_plugin_nest.nest_sankey_diagram .diagram_description strong {
	font-weight:600;
}

.zenario_plugin_nest.nest_sankey_diagram ul.list_breadcrumb_trail {
      list-style: none;
      padding: 0;
      margin: 0 auto 1.2em;
      display: flex;
      align-items: stretch;
      justify-content:center;
      max-width:1100px;
    }

.zenario_plugin_nest.nest_sankey_diagram ul.list_breadcrumb_trail li {
      position: relative;
      width:calc(33.33% - 120px);
      padding: 12px 60px;
      background: #e05151;
      color: white;
      clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 20px 50%);
      margin-right: -20px;
      min-width: 100px;
      text-align: center;
      font-size:1.1em;
    }

.zenario_plugin_nest.nest_sankey_diagram ul.list_breadcrumb_trail li:first-child {
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
	background:#669ef6;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.zenario_plugin_nest.nest_sankey_diagram ul.list_breadcrumb_trail li:last-child {
    background: #e68f42;
}

.zenario_plugin_nest.nest_sankey_diagram ul.list_breadcrumb_trail li:not(:last-child) {
     margin-right: -15px;
}

body.mobile .zenario_plugin_nest.nest_sankey_diagram ul.list_breadcrumb_trail li {
      padding: 12px 30px;
      font-size:1em;
}


/* Techonology pipeline
------------------------------------------------------------------------------------------------- */

.zenario_plugin_nest.technology_pipeline .nest_title {
	padding-bottom:1em;
}
 
.zenario_plugin_nest.technology_pipeline .nest_wrap {
	/*overflow:hidden;*/
	padding-bottom:1em;
	position:relative;
	z-index:1;
}

.zenario_plugin_nest.technology_pipeline .nest_wrap .prev,
.zenario_plugin_nest.technology_pipeline .nest_wrap .next {
	position:absolute;
	top: calc(40% + 120px);
  	z-index: 40;
  	bottom:auto;
}

.zenario_plugin_nest.technology_pipeline .nest_wrap .prev:before,
.zenario_plugin_nest.technology_pipeline .nest_wrap .next:before {
	padding:0.5em 0.2em;
}

.zenario_plugin_nest.technology_pipeline .nest_wrap .prev {
	left:3px;
}

.zenario_plugin_nest.technology_pipeline .nest_wrap .next {
	right:3px;
}
.zenario_plugin_nest.technology_pipeline .nest_plugins_wrap {
	z-index:1;
}

.zenario_plugin_nest.technology_pipeline .nest_plugins_wrap .nest_plugins {
	width:calc(100% - 6px);
	border:3px dotted #000;
}

.zenario_plugin_nest.technology_pipeline .nest_plugins_wrap .zenario_slot {
	padding:1.5em;
	text-align:center;
}

.zenario_plugin_nest.technology_pipeline .nest_tabs {
	display:flex;
	font-size:0.875em;
	padding-top:1em;
}

.zenario_plugin_nest.technology_pipeline .nest_tabs ul {
	padding:0 10px;
}

.zenario_plugin_nest.technology_pipeline .nest_tabs ul li {
	padding-bottom:60px;
	height:calc(100% - 60px);
	background:url('../../zenario_custom/skins/haemanalytica/editable_css/../images/line-dotted-vertical-with-logo-top-sat.svg') no-repeat center 40px / 20px auto;
	transition:.2s ease-in-out;
}

.zenario_plugin_nest.technology_pipeline .nest_tabs ul li.tab_on {
	background:url('../../zenario_custom/skins/haemanalytica/editable_css/../images/line-dotted-vertical-with-logo-top.svg') no-repeat center 40px / 26px auto;
	transform:scale(1.1);
}

.zenario_plugin_nest.technology_pipeline .nest_tabs ul li a,
.zenario_html_snippet.methodology_sub_text ul li span {
	display:flex;
	align-items: center;
	height:calc(100% - 1em);
	padding:0.4em 1em;
	text-align: center;
	background:#FFF;
  	color: #d1002e;
  	font-weight: 500;
  	line-height:1.4;
	border-radius:8px;
	border:3px dotted transparent;
	transition:.2s ease-in-out;
}

.zenario_plugin_nest.technology_pipeline .nest_tabs ul li.tab_on a {
	border:3px dotted #000;
}

.zenario_plugin_nest.technology_pipeline .nest_plugins_wrap .nest_plugins,
.zenario_plugin_nest.technology_pipeline .nest_tabs ul li.tab_on a,
.zenario_html_snippet.methodology_sub_text ul li span {
	background-color:#faf5f5;
}

.zenario_plugin_nest.technology_pipeline.plana .nest_tabs ul li.tab_1 a,
.zenario_plugin_nest.technology_pipeline.plana .nest_tabs ul li.tab_1.tab_on a,
.zenario_plugin_nest.technology_pipeline.plana .nest_tabs ul li.tab_2 a,
.zenario_plugin_nest.technology_pipeline.plana .nest_tabs ul li.tab_2.tab_on a,
.zenario_html_snippet.methodology_sub_text ul li.you span {
	color:#2f1cb8;
}

.zenario_plugin_nest.technology_pipeline.plana .nest_tabs ul li.tab_1.tab_on a,
.zenario_plugin_nest.technology_pipeline.plana .nest_tabs ul li.tab_2.tab_on a,
.zenario_plugin_nest.technology_pipeline.plana .nest_plugins_wrap .nest_plugins.you,
.zenario_html_snippet.methodology_sub_text ul li.you span {
	background-color:#ebf1fa;
}

.zenario_plugin_nest.technology_pipeline .banner_wrap {
	min-height:150px;
	font-size: 140%;
  	font-weight: 400;
}

.zenario_plugin_nest.technology_pipeline .banner_wrap strong {
	color: #d1002e;
  	font-weight: normal;
}

.zenario_plugin_nest.technology_pipeline .slide_ai .banner_wrap {
	min-height:auto;
}

.zenario_plugin_nest.technology_pipeline .nest_plugins_wrap .slide_ai .zenario_slot.zenario_banner {
	padding-bottom:0.75em;
}

.zenario_plugin_nest.technology_pipeline .nest_plugins_wrap .span3 .zenario_slot {
	padding:0;
}
        
.zenario_plugin_nest.technology_pipeline .donut_chart {
	margin-top:2em;
}

.zenario_html_snippet.methodology_sub_text ul li span {
	height:auto;
	display:inline-block;
	padding:0.2em 0.5em;
	margin-right:0.5em;
}

/* Team
------------------------------------------------------------------------------------------------- */

.zenario_plugin_nest.nest_team .nest_title h2 {
	color:#cd002a;
}

.zenario_plugin_nest.nest_team .nest_plugins_wrap {
	overflow:hidden;
}

.zenario_plugin_nest.nest_team .zenario_slot {
	padding-top:2em;
	padding-bottom:4em;
}

.zenario_plugin_nest.nest_team .zenario_banner h3 {
	padding-bottom:0.2em;
	color:#cd002a;
}

.zenario_plugin_nest.nest_team .zenario_banner h5 {
  	text-transform: uppercase;
  	font-weight: 400;
  	font-size: 0.8em;
  	letter-spacing: 0.01em;	
  	padding-bottom:0;
}

.zenario_plugin_nest.nest_team .zenario_banner .banner_image img {
	border-radius:50%;
	border: 3px dotted #000;
}

.zenario_plugin_nest.nest_team .nest_plugins > x-zenario-admin-slot-wrapper:nth-child(odd) > .zenario_banner .banner_image,
.zenario_plugin_nest.nest_team .nest_plugins > .zenario_banner:nth-child(odd) .banner_image {
	float:right;
	padding-left:5%;
}

.zenario_plugin_nest.nest_team .nest_plugins > x-zenario-admin-slot-wrapper:nth-child(even) > .zenario_banner .banner_image,
.zenario_plugin_nest.nest_team .nest_plugins > .zenario_banner:nth-child(even) .banner_image {
	float:left;
	padding-right:5%;
}

body.desktop .zenario_plugin_nest.nest_team .zenario_banner .banner_content {
	overflow:hidden;
}


/* Personalized medicine
------------------------------------------------------------------------------------------------- */

.zenario_plugin_nest.nest_personalised_medicine .nest_plugins_wrap {
	z-index:1;
}

.zenario_plugin_nest.nest_personalised_medicine .nest_plugins {
	right:0;
}

.zenario_plugin_nest.nest_personalised_medicine .nest_plugins .zenario_banner {
	margin:auto;
	max-width:1472px;
	position:relative;
}

.zenario_plugin_nest.nest_personalised_medicine .nest_plugins .zenario_banner .banner_image {
	position:relative;
	z-index:1;
}

.zenario_plugin_nest.nest_personalised_medicine .nest_plugins .zenario_banner .banner_content {
	position:absolute;
	z-index:2;
	width:calc(30% - 3em);
	padding:1.5em;
	top:2em;
	bottom:2em;
	left:1em;
	border:3px dotted #000;
	background:rgba(255,255,255,0.7);
	font-family: 'Jaldi',Arial, Helvetica, sans-serif;
	font-size:1.8em;
	line-height:1.3;
}

.zenario_plugin_nest.nest_personalised_medicine .nest_plugins .zenario_banner .banner_content em {
	color:#d1002e;
	font-style:normal;
}

/* Copyright
------------------------------------------------------------------------------------------------- */

.zenario_plugin_nest.nest_copyright .nest_plugins {
	display:flex;
	gap:10px;
	justify-content: center;
}

.zenario_plugin_nest.nest_copyright .nest_plugins p {
	margin:0;
}

.zenario_plugin_nest.nest_copyright .webdesign_by:before {
	content:"|";
	padding-right: 10px;
}

.layout_styles .zenario_plugin_nest.nest_copyright .nest_plugins {
	padding-top:1.5em;
	font-size:0.8em;
}

.layout_styles .zenario_plugin_nest.nest_copyright .nest_plugins a {
	color:#000;
}

/* Intro video
------------------------------------------------------------------------------------------------- */

.zenario_plugin_nest.nest_intro_video {
	background:#eee;
	position:relative;
}

.zenario_plugin_nest.nest_intro_video .zenario_html_snippet.intro_video {
	height:calc(80vh - 106px);
	position:relative;
	overflow:hidden;
}

.zenario_adminLoggedIn .zenario_plugin_nest.nest_intro_video .zenario_html_snippet.intro_video {
	height:calc(80vh - 106px - 129px );
}

.zenario_adminLoggedIn.zenario_adminToolbarHidden .zenario_plugin_nest.nest_intro_video .zenario_html_snippet.intro_video {
	height:calc(80vh - 106px - 10px );
}

.zenario_plugin_nest.nest_intro_video .zenario_html_snippet.intro_video > div {
	position: absolute;
	z-index:1;
  	top: 50%;
  	transform: translateY(-50%);
  	left:0;
  	right:0;
  	margin:auto;
  	text-align:center;
	font-size: 1.3em;
  	color: #afafaf;
}

.zenario_plugin_nest.nest_intro_video .zenario_html_snippet.intro_video > div:before {
	content:".";
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	background:rgba(80, 23, 23, 0.3);
}

.zenario_plugin_nest.nest_intro_video .zenario_html_snippet.intro_video .video_player {
    width: 100%;
    height: 100%;
}

.zenario_plugin_nest.nest_intro_video .zenario_html_snippet.video_words {
	position:absolute;
	z-index:3;
	top: 50%;
  	transform: translateY(-50%);
  	left:0;
  	right:0;
  	margin:auto;
}

.zenario_plugin_nest.nest_intro_video .zenario_html_snippet.video_words .words_wrap {
	max-width:1024px;
  	margin: auto;
	display:flex;  
	gap: 1em;
  	justify-content: center;
  	color: #FFF;
  	font-size: 8vh;
  	font-family: 'Jaldi',Arial, Helvetica, sans-serif;
  	font-weight: 600;
  	text-shadow: 0 0 10px rgb(0, 0, 0);
}

/* Revolutionising blood analysis
------------------------------------------------------------------------------------------------- */

.zenario_plugin_nest.nest_applications .nest_wrap {
	overflow:hidden;
	padding:1em 0 2em;
}

.zenario_plugin_nest.nest_applications .nest_egg_equal_height > x-zenario-admin-slot-wrapper {
	height:100%;
}

.zenario_plugin_nest.nest_applications .zenario_banner.banner_application {
	text-align:center;
	background: #fcf8f8;
  	border-radius: 20px;
  	padding: 0 1.5em 1em;
  	height: calc(100% - 1em);
}

.zenario_plugin_nest.nest_applications .zenario_banner.banner_application .banner_image,
.zenario_plugin_nest.nest_applications .zenario_banner.banner_application .banner_image img,
.zenario_plugin_nest.nest_applications .zenario_banner.banner_application .banner_title h5 {
	transition: all 0.5s ease;
}

.zenario_plugin_nest.nest_applications .zenario_banner.banner_application .banner_image {
	display:inline-block;
  	padding: 2em;
	margin-bottom:0.2em;
	position:relative;
	overflow:hidden;
}

.zenario_plugin_nest.nest_applications .zenario_banner.banner_application .banner_image:before {
  	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background: url('../../zenario_custom/skins/haemanalytica/editable_css/../images/shapes-3.svg') no-repeat center center / auto 100%;
  	opacity:0.5;
  	transition: .5s;
  	z-index: 2;
  	transform: scale(0);
}

.zenario_plugin_nest.nest_applications .zenario_banner.banner_application .banner_image img {
	display:block;
	margin:auto;
	position:relative;
	z-index:2;
	filter:brightness(0);
}

body.desktop .zenario_plugin_nest.nest_applications .zenario_banner.banner_application:hover .banner_image:before {
  	transform: scale(1);
}

body.desktop .zenario_plugin_nest.nest_applications .zenario_banner.banner_application:hover .banner_image img {
	transform: scale(1.5);
	filter:brightness(100%);
}

body.desktop .zenario_plugin_nest.nest_applications .zenario_banner.banner_application:hover .banner_title h5 {
	color:#d1002e;
}

.zenario_plugin_nest.nest_applications .zenario_banner.banner_application .banner_more {
	font-size:0.9em;
}

.zenario_plugin_nest.nest_applications .zenario_banner.title_like_button {
	text-align:center;
	padding-top:2em;
}

.zenario_plugin_nest.nest_applications .banner_bottom {
	padding-top:3em;
}

/* Infographic
------------------------------------------------------------------------------------------------- */

.zenario_plugin_nest.infographic .zenario_banner {
	padding-top:1em;
	padding-bottom:3em;
}

.zenario_plugin_nest.infographic .zenario_banner .banner_wrap {
	overflow:hidden;
  	padding: 1em 1.5em;
  	border-radius: 20px;
  	background:#fafafa;
	border: 4px dotted #000;
	position:relative;
}

.zenario_plugin_nest.infographic .zenario_banner .banner_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../../zenario_custom/skins/haemanalytica/editable_css/../images/shapes-3.svg') no-repeat 110% center / 200px auto;
  opacity: 0.5;
  transition: .5s;
  z-index: 2;
}

.zenario_plugin_nest.infographic .zenario_banner .banner_wrap_outer {
	position:relative;
	z-index:3;
}

.zenario_plugin_nest.infographic .zenario_banner.title {
	padding-top:0;
	padding-bottom:1.5em;
}

.zenario_plugin_nest.infographic .zenario_banner .banner_image {
	float:left;
	padding-right:1em;
}

.zenario_plugin_nest.infographic .zenario_banner .banner_content {
	overflow:hidden;
}

.zenario_plugin_nest.infographic .zenario_banner .banner_title h3 {
	color:#d1002e;
}

.zenario_plugin_nest.infographic .zenario_banner .banner_text a {
	color:#d1002e;
	font-family: 'Jaldi',Arial, Helvetica, sans-serif;
  	font-size: 1.2em;
}

.zenario_plugin_nest.infographic .zenario_banner .banner_text a:hover {
	text-decoration:underline;
}

/* Numbered process
------------------------------------------------------------------------------------------------- */

.zenario_plugin_nest.numbered_process .nest_wrap {
	overflow:hidden;
}

.zenario_plugin_nest.numbered_process .banner_wrap {
	position:relative;
}

.zenario_plugin_nest.numbered_process .banner_text {
	border:4px dotted #000;
	padding:1.5em 1.5em 0.5em;
	background:#fcf8f8;
	border-radius:20px;
	margin:1em 1em 0;
	font-weight:400;
}

.zenario_plugin_nest.numbered_process .banner_title {
	position:absolute;
	top:-15px;
	left:0;
	width: 40px;
  	height: 40px;
  	border: 4px solid #d1002e;
  	background:#FFF;
  	border-radius: 50%;
  	text-align: center;
  	line-height: 38px;
  	font-weight: 700;
  	font-size: 1.3em;
}

.zenario_plugin_nest.numbered_process .banner_image {
	padding:2em 1em 1em;
}

.zenario_plugin_nest.numbered_process .footnote {
	padding-top:1em;
}
/**/
.zenario_promo_menu {
	/* This class will be applied to all plugins of this type. */
}

.zenario_promo_menu__default_style {
	/* This class will be applied to all plugins of this type,
	   unless overridden or removed for a specific plugin. */
}
/**/
.zenario_sitemap h1 {
	padding-bottom:0.5em;
}

.zenario_sitemap h2,
.zenario_sitemap h3,
.zenario_sitemap h4 {
	font-size:22px;
}

.zenario_sitemap a {
	color:#000;
}

.zenario_sitemap ul ul {
	padding-bottom:0;
}
/**/
.zenario_user_forms {
	/* This class will be applied to all plugins of this type. */
}

.zenario_user_forms .form_field,
.zenario_user_forms .form_buttons {
	padding-top:1.2em;
}

.zenario_user_forms .form_field .field_title {
	padding-bottom:0.2em;
}

.zenario_user_forms .form_field.field_checkbox .field_title {
	padding-left:8px;
}

.zenario_user_forms .field_checkbox.form_field.field_consent .field_title {
	font-size: 0.75em;
  	line-height: 1.4em;
}

.zenario_user_forms .field_checkbox.form_field.field_consent input  {
	margin-top:3px;
}

.zenario_user_forms .field_checkbox.form_field.field_consent .note_to_user {
	font-size: 0.75em;
}

.zenario_user_forms .form_buttons {
	text-align:center;
}

/* User forms, popup
------------------------------------------------------------------------------------------------- */

.zenario_user_forms.form_popup {
	width:400px !important;
	position:fixed;
	z-index:100;
	bottom:0;
	right:50px;
	display:none;
	min-height:32px;
}

.Gridbreak_Footer .zenario_slot.zenario_user_forms.form_popup {
	padding-bottom:0;
}

.zenario_user_forms.form_popup .form_wrapper {
	position:absolute;
	bottom:0;
	right:0;
	width:400px;
	height:38px;
}

.zenario_user_forms.form_popup,
.zenario_user_forms.form_popup .form_wrapper,
.zenario_user_forms.form_popup .form_wrapper > h3,
.zenario_user_forms.form_popup .success > h3 {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.zenario_user_forms.form_popup .form_wrapper > h3,
.zenario_user_forms.form_popup .success > h3 {
	position:relative;
	height:18px;
	padding:10px; 
	margin:0;
	font-size:18px;
	line-height:14px;
	background:#d1002e;
	color:#FFF;
	border:2px solid #fff;
	font-weight:300;
	text-align:left;
	transition:.3s ease-in-out;
	cursor:pointer;
}

.zenario_user_forms.form_popup .form_wrapper > h3:before,
.zenario_user_forms.form_popup .success > h3:before {
	font-family: 'FontAwesome';
	content: "\f075";
	position:relative;
	left:0;
	top:0;
	padding-right:12px;
}

.zenario_user_forms.form_popup .form_wrapper > h3:after,
.zenario_user_forms.form_popup .success > h3:after {
	font-family: 'FontAwesome';
	content: "\f102";
	position:absolute;
	right:15px;
	top:12px;
}

.zenario_user_forms.form_popup.show .form_wrapper > h3:after,
.zenario_user_forms.form_popup.show .success > h3:after {
	content: "\f103";
}

.zenario_user_forms.form_popup.show .form_wrapper > h3,
.zenario_user_forms.form_popup .success > h3,
.zenario_user_forms.form_popup.hide .form_wrapper > h3:hover {
	background:#e20032;
}

.zenario_user_forms.form_popup .user_form {
	height:540px;
	overflow-y:auto;
	padding:10px 20px 20px;
	-webkit-box-shadow:0 12px 25px 8px rgba(0,0,0,0.17);
	box-shadow:0 12px 25px 8px rgba(0,0,0,0.17);
	position:relative;
}

.zenario_user_forms.form_popup .user_form .form_error {
	color:#AF0615;
	font-size:0.9em;
}

.zenario_user_forms.form_popup .user_form .form_field {
	padding:15px 0 0 0;
}

.zenario_user_forms.form_popup .user_form .form_field.field_section_description {
	padding-top:0;
}

.zenario_user_forms.form_popup .user_form .form_field.field_section_description .description p {
	margin-bottom:0;
}

.zenario_user_forms.form_popup .user_form .form_error.global.top,
.zenario_user_forms.form_popup .user_form .form_field.hide_label .field_title,
.zenario_user_forms.form_popup .user_form .form_field.hide_label .form_error {
	display:none !important;
}

.zenario_user_forms.form_popup .user_form .form_field:not(.field_checkbox) .field_title {
	padding-bottom:0;
}

.zenario_user_forms.form_popup .user_form .form_field.field_checkbox .field_title {
	padding-left:5px;
}

.zenario_user_forms.form_popup .form_field.field_checkbox > .note_to_user {
	padding-left:20px;
}

.zenario_user_forms.form_popup.hide .close {
	display:none;
}

.zenario_user_forms.form_popup.show .close {
	position:absolute;
	top:505px;
	right:-25px;
	padding-top:0;
	width:25px;
	height:28px;
	display:block;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	cursor:pointer;
	font-size:0;
	line-height:0;
}

.zenario_user_forms.form_popup.show .close:before {
	font-family: 'FontAwesome';
	content: "\f00d";
	font-size:18px;
	text-indent:initial;
	font-size:18px;
	line-height:24px;
}

.zenario_user_forms.form_popup .user_form input[type="text"], 
.zenario_user_forms.form_popup .user_form input[type="email"],  
.zenario_user_forms.form_popup .user_form textarea {
	width:calc(100% - 20px);
	color:#808285;
}

.zenario_user_forms.form_popup .user_form input[type="text"], 
.zenario_user_forms.form_popup .user_form input[type="email"] {
	height:34px;
	line-height:34px;
	padding-top:0;
	padding-bottom:0;
}

.zenario_user_forms.form_popup .user_form textarea {
	height:100px;
}

.zenario_user_forms.form_popup .form_field.field_checkbox.field_consent {
	position:relative;
	
}

.zenario_user_forms.form_popup .user_form .form_buttons {
	text-align:center;
	padding-bottom:20px;
}

.zenario_user_forms.form_popup .user_form .form_buttons input[type="button"] {
	width:100%;
	height:50px;
	margin-top:10px;
	font-size:15px;
	padding:0 0 3px;
}

.zenario_user_forms.form_popup.hide .form_wrapper {
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}

.zenario_user_forms.form_popup.show .form_wrapper {
	bottom:505px;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.zenario_user_forms.form_popup .success p {
	padding:20px;
	text-align:center;
}

.zenario_user_forms.form_popup .success {
	opacity:1;
	height:calc(505px + 40px);
	font-size:16px;
	line-height:24px;
	padding:0;
	margin-bottom:0;
	-webkit-border-radius:0;
	border-radius:0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-box-shadow:0 12px 25px 8px rgba(0,0,0,0.17);
	box-shadow:0 12px 25px 8px rgba(0,0,0,0.17);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.zenario_user_forms.form_popup.hide .success {
	opacity:0;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.zenario_user_forms.form_popup .user_form,
.zenario_user_forms.form_popup.show .close,
.zenario_user_forms.form_popup .success {
	background:#FFF;
}

.zenario_user_forms.form_popup .user_form,
.zenario_user_forms.form_popup.show .close,
.zenario_user_forms.form_popup.show .close:before,
.zenario_user_forms.form_popup .success,
.zenario_user_forms.form_popup .success p {
	color:#000;
}

.zenario_user_forms.form_popup .user_form .field_section_description.bottom_text {
	text-align:center;
	font-size:14px;
	line-height:18px;
}

.zenario_user_forms.form_popup .user_form .field_section_description.bottom_text .field_title {
	display:block;
	color:#f6c7d4;
	font-weight:700;
}

.zenario_user_forms.form_popup .user_form .field_section_description.bottom_text p {
	margin-bottom:0;
	font-weight:500;
}

.zenario_user_forms.form_popup.hide .success {
	display:none;
}

.zenario_user_forms.form_popup .form_field * {
	color:#333;
}

.zenario_user_forms.form_popup .form_field.field_checkbox {
	padding-top:8px;
}

.zenario_user_forms.form_popup .form_field.field_checkbox .field_title {
	padding-top:3px;
}

.zenario_user_forms.form_popup .form_field.field_checkbox .field_title,
.zenario_user_forms.form_popup .form_field.field_checkbox .note_to_user {
	font-size:0.9em;
	line-height:1.4em;
}

.zenario_user_forms.form_popup .user_form .form_field:not(.mandatory) .field_title {
	color:#999;
}

.hide_contact_popup .form_popup {
	display:none !important;
}
/**/
.zenario_skin hr {
	border:0;
	color:#CCC;
	background-color:#CCC;
	height:2px;
	margin:2em 0;
}

.zenario_skin table {
	width:100%;
	margin-top:30px;
	margin-bottom:15px;
}

.zenario_skin table tr th,
.zenario_skin table tr td {
	vertical-align:top;
	padding:10px;
}

.zenario_skin table thead tr td,
.zenario_skin table tr th { 
  	background: #c4c1c7;
  	color: #fff;
  	font-size:1.1em;
  	font-weight:700;
}

.zenario_skin .tinymce_content table.table_website_colours > tbody > tr > td {
	border:1px dotted #000;
}

.zenario_skin table.table_website_colours table {
	margin-top:0;
}

.zenario_skin .wow {
	visibility: hidden;
}

.zenario_skin a.url:before {
	font-family:"Font Awesome 6 Free";
	font-weight:600;
	content:"\f0c1";
	padding-right:10px;
}

.zenario_skin .print_button {
	padding:2em ;
	text-align:center;
}

/* General
--------------------------------------------------------------------------------------- */

.zenario_skin a:hover {
	text-decoration:none;
}

.zenario_skin .align_right {
	text-align:right;
}

.zenario_skin .align_left {
	text-align:left;
}

.zenario_skin .align_center {
	text-align:center;
}

.zenario_skin pre {
	margin-bottom: 15px;
  	padding: 1em;
  	background: #f5f2f0;
  	white-space: break-spaces;
}

.text_color_red {
	color:#d1002e;
}

.zenario_skin ul.fancy_list,
.zenario_skin ul.fancy_list li {
	list-style:none;
	padding-left:0;
	margin-left:0;
}

.zenario_skin ul.fancy_list {
	padding-left:25px;
}

.zenario_skin ul.fancy_list li {
	position:relative;
	padding-left:35px;
}

.zenario_skin ul.fancy_list li:before {
	font-family:"FontAwesome";
	content:"\f00c";
	position:absolute;
	top:0;
	left:5px;
	color:#d1002e;
}

/* Flex right
--------------------------------------------------------------------------------------- */

.flex_right {
	display:flex;
	justify-content: end;
}

/* Buttons
--------------------------------------------------------------------------------------- */

.zenario_skin input[type="submit"],
.zenario_skin input[type="button"],
.zenario_skin button,
.zenario_banner.title_like_button .banner_title a,
.zenario_banner.title_like_button_back .banner_title a,
.zenario_banner.more_like_button .banner_more a,
.zenario_skin a.link_like_button {
	display:inline-block;
	min-height:20px;
	padding:14px 18px;
	font-weight:500;
	background:#d1002e;
	color:#FFF;
	border-radius:5px;
	transition:.2s ease-in-out;
}

.zenario_banner.title_like_button .banner_title a:after,
.zenario_banner.title_like_button_back .banner_title a:before,
.zenario_banner.more_like_button .banner_more a:after,
.zenario_content_list.more_arrow .content_list_more a:after,
.zenario_event_listing a.single_event_more_link:after {
	font-family:"FontAwesome";
	font-weight:100;
	font-size:14px;
}

.zenario_banner.title_like_button .banner_title a:after,
.zenario_banner.more_like_button .banner_more a:after,
.zenario_content_list.more_arrow .content_list_more a:after,
.zenario_event_listing a.single_event_more_link:after {
	content:"\f061";
	padding-left:10px;
}

.zenario_banner.title_like_button_back .banner_title a:before {
	content:"\f060";
	padding-right:10px;
}

.zenario_skin input[type="submit"]:hover,
.zenario_skin input[type="button"]:hover,
.zenario_skin button:hover,
.zenario_banner.title_like_button .banner_title a:hover,
.zenario_banner.title_like_button_back .banner_title a:hover,
.zenario_banner.more_like_button .banner_more a:hover,
.zenario_skin a.link_like_button a:hover {
	transform:scale(1.02);
	background:#16B18F;
}

.zenario_user_forms.form_popup .user_form .form_buttons input[type="button"] {
	background:#333;
}

.zenario_banner.more_like_button .banner_text + .banner_more {
	padding-top:1em;
}

/*  Highlight 
------------------------------------------------------------------------------------------------- */

.zenario_skin span.highlight_text,
.zenario_banner.banner_highlight h3,
.zenario_banner.banner_highlight_red h3 {
	font-size:2.2rem;
	line-height:1.2;
	color:#000;
}

.zenario_skin span.highlight_text strong,
.zenario_banner.banner_highlight h3 em,
.zenario_banner.banner_highlight_red h3 {
	color:#858585;
}

.zenario_banner.banner_highlight_red h3 em {
	color:#d1002e;
}

.zenario_banner.banner_highlight h3 em,
.zenario_banner.banner_highlight_red h3 em,
.zenario_skin span.highlight_text strong {
	font-weight:normal;
	font-style:normal;
}

/* Cookies
--------------------------------------------------------------------------------------------------*/

.zenario_cc_manage a {
	cursor:pointer;
}

div.zenario_cookie_consent.cookies_explicit .zenario_cookie_consent_wrap {
	background-color:#555555;
	border: 2px solid #b4b4b4;
}

div.zenario_cookie_consent.cookies_explicit .zenario_cc_buttons .zenario_cc_accept a {
	background:#cd002a;
	color:#FFF;
}

div.zenario_cookie_consent, .zenario_cookie_consent_manage_popup .switch input:checked + .slider,
.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form button.cancel:hover::before, 
.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form button.cancel:hover::after,
.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form .cookies_buttons input,
.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form .cookies_buttons input.cookie_save_preferences:hover {
	background-color:#d1002e;
}

.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form .cookies_buttons input.cookie_save_preferences {
	border: 1px solid #d1002e;
	color: #d1002e;
}

.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap a {
	color:#d1002e;
}

.zenario_cookie_consent_manage_popup .zenario_cookie_consent_manage_popup_wrap form .cookies_buttons input.cookie_save_preferences:hover {
	color:#FFF;
}

.switch input:disabled:checked + .slider {
	opacity:0.4;
}

/* Various
--------------------------------------------------------------------------------------- */

.zenario_skin span.ha {
	font-weight:400 !important;
	letter-spacing:-0.02em;
}

.zenario_skin span.ha span.ha_bold {
	font-weight:600 !important;
}

.zenario_skin a.link_linkedin {
	color:#333;
	font-size:0.93em;
}

.zenario_skin a.link_linkedin:hover {
	color:#AD5B6D;
}

.zenario_skin a.link_linkedin:before {
	font-family:"FontAwesome";
	content:"\f08c";
	padding-right:5px;
}

.Gridbreak_Footer a:hover {
  text-decoration: underline;
}

.zenario_skin .padding_top_2 {
	padding-top:2em;
}

/* Arrows animation
--------------------------------------------------------------------------------------- */

.zenario_skin .arrows {
  width: 40px;
  height: 48px; 
  margin-left: -20px; 
  position:absolute;
  left:0;
  right:0;
  margin:auto;
  text-align:center;
  bottom:4%;
  z-index:10;
}

.zenario_skin .arrows path {
  stroke: #fff;
  fill: transparent;
  stroke-width: 1px;  
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
  animation-delay:-1s;
  -webkit-animation-delay:-1s; /* Safari Chrome */
}

.arrows path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s; /* Safari Chrome */
}

.arrows path.a3 { 
  animation-delay:0s;
  -webkit-animation-delay:0s; /* Safari Chrome */
}

/* Shapes animation
--------------------------------------------------------------------------------------- */

@keyframes ShapesAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.5;
    }
}
/**/
/* Layout min-width: 1340px
--------------------------------------------------------------------------------------------------*/

@media all and (max-width: 1341px) {

	.zenario_plugin_nest.nest_intro_video .zenario_html_snippet.intro_video {
		height:calc(70vh - 106px);
	}
	
}

/* Layout min-width: 1280px
--------------------------------------------------------------------------------------------------*/

@media all and (max-width: 1281px) {

}

/* Layout min-width: 1240px
--------------------------------------------------------------------------------------------------*/

@media all and (max-width: 1241px) {

	.zenario_skin img {
		max-width: 100%;
		height: auto !important;
	}
	
	.zenario_plugin_nest.nest_sankey_diagram #chart {
		max-width:100%;
		height:auto;
	}
	
	.zenario_menu.header_menu .level1 > a {
		padding-left:10px;
		padding-right:10px;
	}
	
	.zenario_menu.header_menu ul li a {
		font-size:90%;
		white-space: nowrap;
	}
	
	.zenario_menu.header_menu .wrap_menu_inner > ul > li.has_child > a::before {
		top:18px;
	}
	
	.zenario_menu.header_menu .wrap_menu_inner > ul > li.has_child > a {
		padding-right:15px;
	}
	
	.zenario_banner.header_button {
		font-size:100%;
	}
	
	.zenario_banner.title_like_button.header_button .banner_title a {
		padding-left:12px;
		padding-right:12px;
		white-space: nowrap;
	}
	
	.zenario_plugin_nest.nest_intro_video .zenario_html_snippet.intro_video {
		height:calc(55vh - 106px);
	}

}

/* Layout min-width: 1024px
--------------------------------------------------------------------------------------------------*/

@media all and (max-width: 1025px) {
	
	.zenario_menu.header_menu .wrap_menu_inner {
		gap:5px;
	}
	
	.zenario_banner.banner_logo .banner_image img {
		max-width:215px;
	}
	
	/*.zenario_plugin_nest.nest_intro_video .zenario_html_snippet.video_words .words_wrap {
		font-size:8vw;
	}*/
	
	.zenario_plugin_nest.technology_pipeline .slide_5 .span1_4:nth-child(odd),
	.zenario_plugin_nest.technology_pipeline .slide_5 .span1_4:nth-child(even) {
		float:left;
	}
	
	.zenario_plugin_nest.technology_pipeline .slide_5 .span1_4:nth-child(odd) {
		width:calc(50% - 80px);
	}

	.zenario_plugin_nest.technology_pipeline .slide_5 .span1_4:nth-child(even) {
		width:80px;
	}
	
	.zenario_plugin_nest.technology_pipeline .donut_chart {
		margin-top:-2em;
	}
	
}

/* Layout min-width: 860px
--------------------------------------------------------------------------------------------------*/

@media all and (max-width: 861px) {
	
	.zenario_menu.header_menu ul li a {
		font-size:80%;
	}
	
	.zenario_menu.header_menu .wrap_menu_inner > ul > li.has_child > a::before {
		top:16px;
	}
	
}

/* Layout min-width: 820px
--------------------------------------------------------------------------------------------------*/

@media all and (max-width: 821px) {

	.Slot_Header_Logo {
		float:left;
		margin-left:55px;
	}

	.zenario_plugin_nest.nest_intro_video .zenario_html_snippet.intro_video {
		height:calc(40vh - 106px);
	}
	
	.zenario_plugin_nest.nest_intro_video .zenario_html_snippet.video_words .words_wrap {
		font-size:8vw;
	}

	.zenario_skin,
	.zenario_slot input,
	.zenario_slot button,
	.zenario_slot select,
	.zenario_slot textarea,
	.zenario_slot select {
		font-size:100%;
	}
	
	.zenario_skin input[type="submit"], 
	.zenario_skin input[type="button"], 
	.zenario_skin button, .zenario_banner.title_like_button .banner_title a, 
	.zenario_banner.more_like_button .banner_more a, 
	.zenario_skin a.link_like_button {
		padding-top:10px;
		padding-bottom:10px;
	}
	
	.Slot_Side {
		margin-top:2em;
	}
	
	.Shape_3::before {
		width: 30vh;
  		height: 30vh;
	}
	
	.zenario_banner.title_like_button.header_button .banner_title a {
		font-size:120%;
	}
	
	.zenario_skin span.highlight_text, 
	.zenario_banner.banner_highlight h3, 
	.zenario_banner.banner_highlight_red h3 {
    	font-size: 1.8rem;
    }

	.Gridbreak_Header .container {
		padding-top:1.5em;
		padding-bottom:1.5em;
		height:calc(80px - 3em);
	}

	.Gridbreak_Header .container, 
	.Gridbreak_Body .container, 
	.Gridbreak_Content .container,
	.Gridbreak_Footer .container {
		padding-left: 20px;
  		padding-right: 20px;
	}
	

	.Gridbreak_Body .container, 
	.Gridbreak_Content .container {
		padding-top:2em;
		padding-bottom:2em;
	}
	
	.Gridbreak_Footer .container {
		padding-top:2em;
		padding-bottom:4em;
	}
	
	.Gridbreak_Body .slot + .grid_clear + .slot, 
	.Gridbreak_Content .slot + .grid_clear + .slot {
		padding-top:2em;
	}
	
	.zenario_plugin_nest.infographic .zenario_banner {
		padding-bottom:1em;
	}
	
	.zenario_banner.banner_university_of_reading,
	.zenario_skin .zenario_footer,
	.zenario_skin .zenario_copyright {
		text-align:center;
	}
	
	.Gridbreak_Footer .Grouping_Footer {
		padding-top:1em;
	}
	
	.zenario_plugin_nest.nest_hero_message {
		top:calc(50% - 35px);
	}
	
	.zenario_banner.banner_full_width .banner_wrap_inner > a {
		height:30vh !important;
	}
	
	.Section_1 .container,
	.Section_Strapline .container:before {
		background:url('../../zenario_custom/skins/haemanalytica/editable_css/../images/line-dotted-red-small.svg') repeat-y center bottom;
	}
	
	.Gridbreak_Content.Section_2 .container,
	.Gridbreak_Content.Section_Strapline .container {
		padding-top:4em;
	}
	
	.zenario_plugin_nest.nest_team .zenario_slot {
		padding-top: 0;
    	padding-bottom: 1.5em;
	}
	
	.zenario_plugin_nest.nest_team .zenario_slot.zenario_banner {
		padding-top:2em;
		border-top:2px solid #fff;
	}
	
	.zenario_plugin_nest.nest_team .nest_plugins > .zenario_slot.zenario_banner:first-child {
		border-top:0;
	}
	
	.zenario_plugin_nest.nest_applications .nest_equal_height {
		display:flex;
		gap:20px;
	}
	
	.zenario_plugin_nest.nest_applications .nest_equal_height > * {
		flex: 1;
	}
	
	.zenario_plugin_nest.technology_pipeline .nest_tabs {
		padding-top:0;
	}
	
	.zenario_plugin_nest.technology_pipeline .nest_tabs ul li,
	.zenario_plugin_nest.technology_pipeline .nest_tabs ul li.tab_on {
		background-position:center 45px;
	}
	
	.zenario_plugin_nest.nest_strapline h2 {
		font-size:36px;
	}
	
}

/* Layout max-width: 760px
--------------------------------------------------------------------------------------------------*/

@media all and (max-width: 760px) {

	.zenario_plugin_nest.nest_applications .nest_equal_height {
		flex-wrap:wrap;
	}
	
	.zenario_plugin_nest.nest_applications .nest_equal_height > .minigrid {
		width:calc(50% - 10px);
		flex:auto;
	}
	
	.zenario_plugin_nest.technology_pipeline .nest_tabs {
		flex-wrap:wrap;
		gap:10px;
		justify-content:center;
		padding:0 0 20px;
	}
	
	.zenario_plugin_nest.technology_pipeline .nest_tabs ul {
		padding:0;
	}
	
	.zenario_plugin_nest.technology_pipeline .nest_tabs ul li {
		padding-bottom:0;
		height:auto;
		background:none;
		opacity:0.5;
	}
	
	.zenario_plugin_nest.technology_pipeline .nest_tabs ul li a {
		background:#efefef;
		padding:0.6em 0.8em;
	}
	
	.zenario_plugin_nest.technology_pipeline .nest_tabs ul li.tab_on {
		transform:none;
		opacity:1;
	}
	
	.zenario_plugin_nest.fa_arrows .nest_wrap .prev::before, 
	.zenario_plugin_nest.fa_arrows .nest_wrap .next::before {
		font-size:30px;
	}
	
	.zenario_plugin_nest.technology_pipeline .nest_wrap .prev, 
	.zenario_plugin_nest.technology_pipeline .nest_wrap .next {
		top:calc(40% + 135px);
	}
	
	.zenario_plugin_nest.technology_pipeline .banner_wrap {
		font-size:110%;
	}
	
	.zenario_plugin_nest.technology_pipeline .slide_6 .zenario_banner img {
		float:left;
	}

}


/* Layout max-width: 580px
--------------------------------------------------------------------------------------------------*/

@media all and (max-width: 581px) {

	.Gridbreak_Header .container:before,
	.Gridbreak_Header .container:after {
		content: '.';
		width: 0;
    	height: 0;
    	font-size: 0;
		line-height: 0;
		display: block;
		overflow: hidden;
		visibility: hidden;
	}
	
	.Gridbreak_Header .container:after {
		clear:both;
	}

	.Gridbreak_Footer .container {
		z-index:3;
	}
	
	.Gridbreak_Content.Section_2 .container {
		padding-top:2em;
	}
	
	.zenario_plugin_nest.nest_copyright .nest_plugins {
		flex-direction:column;
		gap:5px;
	}
	
	.zenario_plugin_nest.nest_copyright .webdesign_by:before { 
		content:"";
	}

	.zenario_plugin_nest.nest_hero_message {
        top: 50%;
    }
    
    .Section_2 .container::before {
    	height:2em;
    }

	.zenario_plugin_nest.nest_hero_message .zenario_html_snippet h2 br {
		display:none;
	}
	
	.zenario_skin .arrows {
        transform: scale(0.6);
    }

	.zenario_plugin_nest.nest_team .nest_plugins > x-zenario-admin-slot-wrapper:nth-child(odd) > .zenario_banner .banner_image,
	.zenario_plugin_nest.nest_team .nest_plugins > .zenario_banner:nth-child(odd) .banner_image,
	.zenario_plugin_nest.nest_team .nest_plugins > x-zenario-admin-slot-wrapper:nth-child(even) > .zenario_banner .banner_image,
	.zenario_plugin_nest.nest_team .nest_plugins > .zenario_banner:nth-child(even) .banner_image {
		float:none;
		padding:0 0 1em 0;
	}
    
    .zenario_plugin_nest.nest_team .zenario_slot.zenario_banner .banner_image {
    	text-align:center;
    }
	
	.zenario_user_forms.form_popup {
		width:calc(90% - 30px) !important;
		right:30px;
	}
	
	.zenario_user_forms.form_popup .form_wrapper {
		width:100%;
	}
	
	.zenario_banner.banner_challenge {
		padding-right: 0;
		padding-bottom:1em;
		padding-top:0;
    	margin-right: 0;
	}
	
	.zenario_banner.banner_cta_solution {
		margin-left:0;
		margin-right:0;
	}
	
	.zenario_banner.title_like_button.header_button .banner_title a {
		font-size:0;
		padding:0 10px;
		color:#d1002e;
		background:transparent;
	}
	
	.zenario_banner.title_like_button.header_button .banner_title a:after {
		padding-left:0;
		content:"\f0e0";
		font-size:24px;
	}
	
	.zenario_skin span.highlight_text, 
	.zenario_banner.banner_highlight h3, 
	.zenario_banner.banner_highlight_red h3 {
    	font-size: 1.6rem;
  	}
  	
  	.zenario_plugin_nest.infographic .zenario_banner .banner_image {
  		float:none;
  		padding:0 0 0.1em 0;
  		text-align:center;
  	}
  	
  	.zenario_banner.banner_cta_contact h2 {
  		font-size:1.5em;
  	}
  	
  	.zenario_banner.banner_cta {
  		padding-top:1.2em;
  	}
  	
  	.zenario_banner.banner_product .banner_title h2 {
  		padding-left:45px;
  		background-size:auto 30px;
  		font-size:2em;
  	}
	
	.zenario_plugin_nest.technology_pipeline .slide_5 .span1_4:nth-child(odd) {
		width:calc(100% - 80px);
	}
	
	.zenario_plugin_nest.technology_pipeline .nest_plugins_wrap .zenario_slot {
		padding-left:2.3em;
		padding-right:2.3em;
	}
	
	.zenario_plugin_nest.nest_strapline h2 {
		font-size:32px;
	}
	
}

	
/* Layout max-width: 430px
--------------------------------------------------------------------------------------------------*/

@media all and (max-width: 431px) {

	.zenario_plugin_nest.nest_intro_video .zenario_html_snippet.intro_video {
		height:calc(36vh - 106px);
	}
	
}

/* Layout max-width: 420px
--------------------------------------------------------------------------------------------------*/

@media all and (max-width: 421px) {

	.Section_1 .container,
	.Section_2 .container:before {
		background-position: -20% bottom;
	}
	
	.zenario_plugin_nest.nest_applications .nest_equal_height > .minigrid {
		width:100%;
	}
	
	.zenario_plugin_nest.nest_applications .nest_equal_height > .minigrid .nest_egg_equal_height {
		height:auto !important;
	}
	
	.zenario_plugin_nest.nest_applications .zenario_banner.banner_application .banner_image {
		padding:1em 1em 0em;
	}
	
	.zenario_plugin_nest.nest_applications .zenario_banner.banner_application .banner_image img {
		max-height:80px;
		max-width:80px;
	}
	
}

/* Layout max-width: 380px
--------------------------------------------------------------------------------------------------*/

@media all and (max-width: 381px) {

	.Slot_Header_Contact {
		display:none;
	}
}


/* Layout max-width: 320px
--------------------------------------------------------------------------------------------------*/

@media all and (max-width: 321px) {

	.zenario_user_forms.form_popup {
		width:90% !important;
		right:0;
		left:0;
		margin:auto;
	}
	
	.zenario_user_forms.form_popup .form_wrapper {
		width:auto;
	}

	.zenario_plugin_nest.technology_pipeline .slide_5 .span1_4:nth-child(even) {
		width:50px;
	}
	
}

/* Layout max-width: 1024px - 768px
--------------------------------------------------------------------------------------------------*/

@media all and (min-width : 768px) and (max-width: 1024px) {
	
}

/* Layout max-height: 
--------------------------------------------------------------------------------------------------*/

@media all and (max-width: 1025px) and (max-height: 601px) {

	 .zenario_plugin_nest.nest_intro_video .zenario_html_snippet.intro_video {
		height: calc(70vh - 106px);
	}

}

/* Layout max-height: screens narrower than 580px AND shorter than 600px
--------------------------------------------------------------------------------------------------*/

@media all and (max-width: 581px) and (max-height: 601px) {

	 .zenario_plugin_nest.nest_intro_video .zenario_html_snippet.intro_video {
		height: calc(45vh - 106px);
	}

}
/**/
@media print{.zenario_cookie_consent,.clear,.admin_link,.admin_login_link,.hide_from_print,.print_page_section,#google_translate_element,.ui-helper-hidden-accessible,.fa,object,iframe,form{display:none!important}.wow{visibility:visible!important;opacity:1!important;-webkit-transform:translateZ(0)!important;transform:translateZ(0)!important}body{font-family:arial,verdana,helvetica;font-size:13px}h1,h2,h3,h4,h5,h6{font-family:arial,verdana,helvetica;font-weight:400}h1{font-size:24px}h2{font-size:20px}h3{font-size:18px}h4{font-size:16px}h5{font-size:14px}h6{font-size:12px}table{width:100%}table tr th,table tr td{border:1px solid #000}img{border:none}a{color:#000}.zenario_skin img{max-width:100%;height:auto!important}.Grid_Body img,.Gridbreak_Body img{max-width:300px}#colorbox,.zenario_push_pull-menu,.zenario_push_pull-wrapper__blocker,.search_button_panel,.Grid_Header .zenario_slot,.Gridbreak_Header .zenario_slot,.Gridbreak_Top .zenario_slot,.Grid_Footer .zenario_slot,.Gridbreak_Footer .zenario_slot,.zenario_slot.zenario_menu,.zenario_slot.zenario_menu_responsive_multilevel_2,.zenario_slot.zenario_menu_vertical,.zenario_slot.zenario_menu_forward_back_navigator,.zenario_slot.zenario_menu_multicolumn,.zenario_slot.zenario_promo_menu,.zenario_slot.zenario_slideshow,.zenario_slot.zenario_user_forms,.zenario_banner .banner_wrap_inner>a{display:none!important}.Grid_Header .zenario_slot.zenario_banner,.Gridbreak_Header .zenario_slot.zenario_banner{display:block!important}.banner_image_zoom,.zenario_banner .banner_more,.zenario_plugin_nest .nest_tabs ul li.tab_on div,.zenario_plugin_nest .nest_tabs ul li,.zenario_plugin_nest .prev,.zenario_plugin_nest .next,.zenario_advanced_search #search_results_tabs{display:none}.zenario_banner .banner_image_credit,.zenario_plugin_nest .nest_tabs ul li.tab_on{display:block}.zenario_breadcrumbs{font-size:10px;padding-top:10px;padding-bottom:10px}.zenario_breadcrumbs span:before{content:"\00bb "}.zenario_breadcrumbs span.level1_1_on:before,.zenario_breadcrumbs span.level1_1:before{content:""}.zfea_block,.zenario_content_list .content_list_data_row.tothesameheight,.zenario_plugin_nest .nest_egg_equal_height,.zfea_zenario_list_papers .papers_wrap .paper{height:100%!important}.zfea_block,.zenario_advanced_search .search_result{padding-top:10px;padding-bottom:10px}}
/**/
@page {
    margin: 0;
    size: auto;
}

@media print {

	body { margin: 0; }
	
	#zenario_citem {
		padding: 0.5in;  /* Same as page margin */
	}

	.zenario_slot.hide_on_print {
		display:none !important;
	}
	
	x-zenario-admin-slot-wrapper {
        title: "" !important;
    }
	
	.zenario_skin h1 {
		font-size:1.8em;
	}
	
	.zenario_skin p {
	  margin-bottom: 0.5em;
	}

	.Grouping_Header {
		overflow:hidden;
	}
	
	.Grouping_Header .Slot_Logo {
		float:left;
	}
	
	.Grouping_Header .Slot_Logo_TS {
		float:right;
	}
	
	.Grouping_Header .banner_image img {
		width:auto !important;
		height:40px !important;
	}
	
	.zenario_skin p {
		font-size:13pt !important;
	}
	
	.zenario_skin a {
		color:#000 !important;
	}
	
	.zenario_skin p span.content_note,
	.zenario_skin div.copyright_notice,
	.zenario_skin p.webdesign_by {
		font-size:10pt !important;
	}
	
	.zenario_skin .nest_copyright {
		position:fixed;
		bottom:0.5in;
		right:0.5in;
	}
	
	.zenario_skin table.table_website_colours tr td {
		border:0 !important;
	}
	
	.zenario_skin table.table_website_colours table {
		margin-bottom:0;
	}
	
	.zenario_skin table.table_website_colours table td {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    	line-height:13px !important;
    }
    
    .zenario_skin table.table_website_colours table td span {
		font-size:8pt !important;
	}
	
	.zenario_skin table.table_website_colours table td.td_color {
		height:50px !important;
	}

}

/**/

/* cache/bundles/skin-css-id-2-vKxK8YqO9ibwq6Pq-/skin.css was written to the page cache */