body {
	display: flex;

	width: 100vw;
	height: 100vh;
	overflow: hidden;

	font-family: 'Roboto';
	font-size: 10px;

	background-color: white;
	background: linear-gradient(to bottom, rgba(56, 158, 241, .25), 20%, rgba(255, 255, 255, .0)),
		linear-gradient(to bottom, rgba(255, 255, 255, .0), 80%, rgba(56, 158, 241, .25));
}

video,
canvas.seeThru-display {
	background-color: transparent;
	position: absolute;
	top: 0;
	right: -30em;
	height: 100vh;
}

@media screen and (max-width: 1280px) {
	body {
		font-size: 5px;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
	body {
		font-size: 7.5px;
	}
}

a,
a:hover,
a:not([href]):hover {
	cursor: pointer;
	text-decoration: none;
	color: unset;
}

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

h4 {
	font-family: 'Roboto';
	font-weight: 500;

	font-size: 5em;

	margin-bottom: .5em;
}

p {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 2.5em;
	line-height: 1.5;
}

p.bottom {
	position: absolute;
	bottom: 60px;
	left: 126px;
}

small {
	color: #000;
	font-size: 1.5em;
}

sup {
	top: -0.7em;
}

sub,
sup {
	position: relative;
	font-size: 50%;
	line-height: 0;
	vertical-align: baseline;
}

svg {
	overflow: hidden !important;
}

svg path {
	width: 100%;
}

div.header {
	background-color: rgba(255, 255, 255, .75);

	display: flex;
	align-items: center;

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6.8em;
	max-height: 6.8em;

	padding: 0.6em 12.6em;

	z-index: 199;
}

.nexo div.header {
	background-color: rgba(255, 255, 255, .9);
}

div.header .logo {
	display: inline-block;
	height: 4.2em;

	padding-right: 4.2em;
}

div.header .empower {
	height: 4.2em;
	padding-left: 4.2em;
	padding-right: 4.2em;

	margin-bottom: 0 !important;

	border-left: 1px solid #000;
}

div.header .logo img,
div.header .empower img {
	display: block;
	height: 100%;
}

@media screen and (max-width: 1544px) {
	div.header {
		background-color: rgba(255, 255, 255, .75);
		display: flex;
		align-items: center;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 6.8em;
		max-height: 6.8em;
		padding: 0.6em 5em;
		z-index: 199;
	}
}

.blurred-bg .sections-container>.bg {
	filter: blur(4px);
	-webkit-filter: blur(4px);
	-ms-filter: blur(4px);
	-o-filter: blur(4px);
}

.blurred-machine .sections-container>.machine {
	filter: blur(4px);
	-webkit-filter: blur(4px);
	-ms-filter: blur(4px);
	-o-filter: blur(4px);
}

/* MENU */

.menu-container {
	background-color: #00975B;
	background: linear-gradient(to right, #009964, #00706B, #005578);
	background-size: 110% 100%;

	/* position: fixed;
	right: 0;
	top: 0;
	bottom: 0; */

	display: flex;
	flex-direction: column;

	width: 30em;
	min-width: 30em;

	z-index: 202;
}

ul.menu-icons-list {
	width: 100%;

	display: flex;
	justify-content: space-between;

	margin: 0 auto 0 0;

	background-color: #00706B;
}

li.menu-icon-item {
	display: inline-block;
	width: 25%;

	margin-left: 0;
	/* margin-right: 0.8em; */

	background-color: #008852;

	box-shadow: inset 0px 0px 6px 4px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0px 0px 6px 4px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 6px 4px rgba(0, 0, 0, .1);
	-o-box-shadow: inset 0px 0px 6px 4px rgba(0, 0, 0, .1);
}

/* li.menu-icon-item.active {
	box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, .3);
	-webkit-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, .3);
	-o-box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, .3);
} */

li.menu-icon-item>a.menu-icon-link {
	display: flex;
	justify-content: center;
	align-items: center;

	padding: 1.9em 1.5em;
}

li.menu-icon-item>a.menu-icon-link>svg.menu-icon {
	display: block;
	height: 3em;
	width: 3em;

	padding: 0;
}

li.menu-icon-item>a.menu-icon-link>svg.menu-icon g {
	transition: all .4s ease;
}

li.menu-icon-item:hover>a.menu-icon-link>svg.menu-icon g,
li.menu-icon-item.active>a.menu-icon-link>svg.menu-icon g {
	fill: white;
	transition: all .4s ease;
}

.menu-container .section-title-container {
	padding: 4.5em 4em;
	margin-bottom: 1.5em;

	background-color: rgba(0, 0, 0, .12);
	/* 
	box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, .3);
	-webkit-box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, .3);
	-o-box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, .3); */
}

@-webkit-keyframes section-title-shadow {
	0% {
		-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
		box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
	}

	100% {
		-webkit-box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, .3);
		box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, .3);
	}
}

@keyframes section-title-shadow {
	0% {
		-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
		box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
	}

	100% {
		-webkit-box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, .3);
		box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, .3);
	}
}

.menu-container .section-title-container {
	-webkit-animation: section-title-shadow 1s ease-in-out both;
	animation: section-title-shadow 1s ease-in-out both;
}

.menu-container .section-title-container h3 {
	color: white;

	text-align: center;
	margin: 0;

	font-family: 'Roboto';
	font-size: 4.8em;
	font-weight: 900;

	line-height: 1;
}

ul.section-menu {
	display: block;

	color: white;
	font-family: 'Roboto';
	font-weight: 400;

	max-height: 100%;
	overflow-y: auto;
}

ul.section-menu li.section-menu-item {
	display: block;

	transition: all .2s ease-in-out;
}

ul.section-menu li>a {
	display: block;

	color: rgba(255, 255, 255, .5);

	transition: color .2s ease-in-out;
}

ul.section-menu li.active>a {
	color: rgba(255, 255, 255, 1);

	transition: color .2s ease-in-out;
}

ul.section-menu li.section-menu-item>a {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 2.4em;

	padding: .75em 1em;
	/* margin-bottom: 1.5em; */
	background-color: rgba(0, 0, 0, .12);
}

ul.section-sub-menu {
	padding: 1em 0;
	/* 
	background-color: rgba(0, 0, 0, .12); */

	/* box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, .3);
	-webkit-box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, .3);
	-o-box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, .3); */
}

ul.section-sub-menu li.section-sub-menu-item {
	background-color: unset;
	margin-bottom: 0;
}

ul.section-sub-menu li.section-sub-menu-item>a {
	font-size: 1.8em;
	font-weight: 400;
	padding-left: 2em;
	padding: .5em 1em .5em 2em;
}

/* END MENU */

/* TABS */

.tab-labels-container {
	position: absolute;

	bottom: 0;
	left: 0;

	z-index: 201;
}

a.tab-label-link {
	position: relative;
	display: inline-block;
	width: 40em;
	height: 5.5em;

	padding: 2em 6em .25em 4em;

	background-image: url('../images/tab-label.png');
	background-size: 100% auto;
	background-position: right bottom;
	background-repeat: no-repeat;

	z-index: 202;
}

a.tab-label-link.active {
	display: none;
	width: 0;
}

a.tab-label-link+a.tab-label-link {
	margin-left: -5em;
	z-index: 201;
}

a.tab-label-link.active+a.tab-label-link {
	margin-left: 0;
	z-index: 201;
}

/* ul.tab-labels-list>li.tab-label-item> */
a.tab-label-link span.tab-label {
	color: black;

	font-family: 'Roboto';
	font-size: 2em;
	font-weight: bold;

	margin-bottom: 4px;
}

.tab {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 200;

	height: auto;
	max-height: 100%;
	width: calc(100% - 30em);

	background-color: #F1F1F1;

	padding: 2em;
	padding-bottom: 6em;
	padding-right: 5em;

	/* height: 250px; */
	transform: translateY(250px);
}

.nav .tab {
	width: 100%
}

.tab.active {
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .2);
	-o-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .2);
}

.tab .close-tab {
	position: fixed;

	top: 0px;
	right: 0px;

	padding: 4px;
}

.tab .close-tab img {
	display: block;
	width: 48px;
}

.tab-scrollr {
	display: flex;
	flex-direction: column;
	justify-content: space-between;

	height: calc(100vh - 80px);
	padding-right: 20px;

	overflow-y: scroll;
}

.tab h5 {
	color: black !important;

	font-family: 'Roboto';
	font-weight: bold;
}

.tab p {
	color: #000 !important;

	font-family: 'Roboto';
	font-size: 1.5em;
	font-weight: normal;
}

.tab p a {
	color: #4C84E3;
}

/* END TABS */

#fullpage {
	transition: all 250ms ease 500ms !important;
	/* transition-delay: 500ms !important; */
}

.sections-container {
	display: flex;
	flex-grow: 1;

	position: relative;

	height: 100vh;

	overflow: hidden;

	transition: width 1s ease;
}

.sections-container a.next-link {
	display: block;

	padding: 20px;

	position: relative;
	margin: 0 20em;

	filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.4));
}

.sections-container img.expand {
	display: block;
	width: 5em;
}

.section {
	height: 100%;
	width: 100%;

	display: flex;
	align-items: center;
	justify-content: center;

	overflow: hidden;
}

.section-content {
	display: flex;

	position: relative;

	height: 100vh;

	overflow: hidden;
}

.section:not(.home) .container-fluid {
	padding-left: 12.6em;
	padding-right: 12.6em;
}

@media screen and (max-width: 1544px) {
	.section:not(.home) .container-fluid {
		padding-left: 5em;
		padding-right: 5em;
	}
}

.bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

img.machine {
	display: block;
	height: 100%;

	position: absolute;

	bottom: 0;
	/* right: -500px; */
}

img.monitor {
	position: fixed;

	height: 60%;

	right: 33em;
	bottom: 6em;
}

img.nexo {
	background-color: transparent !important;
	position: fixed;

	height: 60%;

	right: 50em;
	bottom: 35em;
}

/* HOME */

.home .col-3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	border-right: solid 1px #D8D8D8;
}

.home .col-3:last-child {
	border-right: none;
}

.home a.link {
	width: 100%;
	height: 100%;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.home a.link>img {
	display: block;

	height: auto;

	margin: 100px auto;

}

.home a.link>img.ct-icon {
	width: 40%;
}

.home a.link>img.nexo-icon {
	width: 65%;
}

.home a.link>img.mr-icon {
	width: 85%;
	margin-top: 160px;
}

.home a.link>img.ba-icon {
	width: 65%;
}

.home h6 {
	font-size: 1.5vw;
	color: #8D8D8D;

	transition: all .25s ease;
}

.home a:hover+h6 {
	color: #0055A4;

	transition: all .25s ease;
}

/* END HOME */

/* NAVIGATION SECTION */

.nav-section img.machine {
	display: block;

	position: absolute;
	bottom: 0;
	right: -200px !important;

	pointer-events: none;
}

.nav-section #nav-arc,
.nav-section #nav-arc1 {
	display: block;

	height: 82.5vh;
	position: absolute;
	bottom: 0;
	right: 200px;
}

/* END NAVIGATION SECTION */

.ct .container-fluid,
.mr .container-fluid,
.nexo .container-fluid,
.ss .container-fluid {
	height: 100%;

	position: relative;

	display: flex;
	align-items: center;
	justify-content: start;
}

.ct .container-fluid>.row,
.mr .container-fluid>.row,
.nexo .container-fluid>.row,
.ss .container-fluid>.row {
	width: 100%;
}

.container-fluid>small {
	position: absolute;
	bottom: 3.5em;
}

.container-fluid button {
	background-color: transparent;

	color: white;
	font-family: 'Roboto';
	font-size: 3.2em;
	font-weight: normal;

	margin-top: 1em;

	padding: .75em;

	border: 1px solid white;
	border-radius: 10px;

	transition: all .2s ease;
}

.container-fluid button:hover {
	cursor: pointer;

	color: #676767;
	background-color: white;

	transition: all .2s ease;
}

.nav-arc-container {
	position: absolute;
	right: 0%;
	bottom: 0;
	height: 100%;
}

.nav-arc-container>img {
	position: relative !important;
	display: block;
	height: 100vh;
}

.nav-arc-container #nav-arc,
.nav-arc-container #nav-arc1 {
	position: absolute;
	right: 12.5vw;
	bottom: 0;
}

@media screen and (max-width: 1280px) {

	.nav-arc-container #nav-arc,
	.nav-arc-container #nav-arc1 {
		right: 0vw;
	}
}

/* CT */

.ct .nav-section h4,
.ct .nav-section p {
	text-shadow: 0px 0px 10px #fff;
}

.ct img.hotspot {
	width: 45px;
}

.ct.nav .container-fluid {
	background-color: white;
	background: linear-gradient(to bottom, rgba(56, 158, 241, .1), 20%, rgba(255, 255, 255, .0)),
		linear-gradient(to right, rgba(56, 158, 241, .5), 20%, rgba(255, 255, 255, .0)),
		linear-gradient(to bottom, rgba(255, 255, 255, .0), 80%, rgba(56, 158, 241, .1));
}

/* CT SAFETY */
.ct .sections-container {
	background-color: white;
	background: linear-gradient(to bottom, rgba(56, 158, 241, .1), 20%, rgba(255, 255, 255, .0)),
		linear-gradient(to right, rgba(56, 158, 241, .75), 20%, rgba(255, 255, 255, .0)),
		linear-gradient(to bottom, rgba(255, 255, 255, .0), 80%, rgba(56, 158, 241, .1));
}

.ct h4,
.ct p,
.ct small {
	text-shadow: 0px 0px 10px #fff;
}

/* .ct-0-0 .container-fluid,
.ct-0-1 .container-fluid,
.ct-0-2 .container-fluid,
.ct-0-3 .container-fluid {
	background-color: white;
	background: linear-gradient(to bottom, rgba(56, 158, 241, .1), 20%, rgba(255, 255, 255, .0)),
		linear-gradient(to right, rgba(56, 158, 241, .5), 20%, rgba(255, 255, 255, .0)),
		linear-gradient(to bottom, rgba(255, 255, 255, .0), 80%, rgba(56, 158, 241, .1));
}

.ct-0-4 .container-fluid,
.ct-0-5 .container-fluid {
	background-color: white;
	background: linear-gradient(to bottom, rgba(56, 158, 241, .1), 20%, rgba(255, 255, 255, .0)),
		linear-gradient(to right, rgba(56, 158, 241, .75), 50%, rgba(255, 255, 255, .0)),
		linear-gradient(to bottom, rgba(255, 255, 255, .0), 80%, rgba(56, 158, 241, .1));
} */

.ct-0-6 .container-fluid,
.ct-0-7 .container-fluid {
	/*background-color: rgba(61,61,61,.3);*/
}

.ct-0-6 h4,
.ct-0-7 h4 {
	color: white;
	text-shadow: 0px 0px 10px #000;
	margin-bottom: .5em;
}

.ct-0-6 p,
.ct-0-7 p {
	color: white;
	text-shadow: 0px 0px 10px #000;
	margin-bottom: .5em;
}

.ct-0-3 small,
.ct-0-7 small {
	color: white;
	text-shadow: 0px 0px 10px #000;
}

.ct img.machine {
	height: 100%;

	bottom: 0;
	right: -10em;
}

img.machine.ct-0-3-machine {
	height: 100%;

	bottom: 0;
	right: -450px;
}

img.machine.ct-0-4-machine {
	height: 150em;

	bottom: 0;
	right: -110em;
}

.ct-0-4 img.hotspot {
	position: absolute;

	right: 33em;
	bottom: 60em;

	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.ct-0-4 img.eda-hand {
	display: block;
	height: 200px;
}

img.machine.ct-0-5-machine {
	height: 100%;
	bottom: 0;
	right: unset;
	left: 25em;
}

@media screen and (max-width: 1544px) {
	img.machine.ct-0-5-machine {
		height: 100%;
		bottom: 0;
		right: unset;
		left: 10em;
	}
}

.bg.ct-0-6-bg {
	background-image: url('../images/monitor-room.png');
}

/* END CT SAFETY */

/* CT EFFICIENCY */

/* 
.ct-1 img.machine {
	right: -500px;
}
.ct-1-0 .container-fluid,
.ct-1-1 .container-fluid,
.ct-1-2 .container-fluid,
.ct-1-3 .container-fluid,
.ct-1-4 .container-fluid {
	background-color: white;
	background: linear-gradient(to bottom, rgba(56, 158, 241, .1), 20%, rgba(255, 255, 255, .0)),
		linear-gradient(to right, rgba(56, 158, 241, .75), 20%, rgba(255, 255, 255, .0)),
		linear-gradient(to bottom, rgba(255, 255, 255, .0), 80%, rgba(56, 158, 241, .1));
}

.ct-1-0 p,
.ct-1-1 p,
.ct-1-2 p,
.ct-1-3 p,
.ct-1-4 p {
	text-shadow: 2px 2px 6px rgba(255, 255, 255, 1);
} */

.bg.ct-1-0-bg {
	background-image: url('../images/ct/1/0/CTA-EfficincyLandingPage_BG.jpg');
}

img.machine.ct-1-0-machine {
	right: -50em
}

img.machine.ct-1-1-machine {
	height: 175%;

	bottom: -70%;
	right: calc(-130em + 30em)
}

img.machine.ct-1-2-machine {
	height: 110em;

	right: -70em;
	bottom: -5em;
}

img.machine.ct-1-3-machine {
	height: 110%;

	right: -60em;
	bottom: unset;
}

.bg.ct-1-5-bg {
	background-image: url('../images/ct/1/5/CTA_AutomaticlySelectPatientsFromWorklist_BG.png');
	background-position: center left;
}

.ct-1-5 h4,
.ct-1-6 h4,

.ct-1-5 p,
.ct-1-6 p {
	color: white;
	text-shadow: 0px 0px 10px #000;
}

/* .ct-1-6 .container-fluid {
	background-color: transparent;
	background: linear-gradient(to right, rgba(61, 61, 61, 1), 50%, rgba(255, 255, 255, .0), 100%, rgba(255, 255, 255, .0)),
		linear-gradient(to right, rgba(61, 61, 61, 1), 20%, rgba(255, 255, 255, .0), 100%, rgba(255, 255, 255, .0));
} */

.bg.ct-1-6-bg {
	background-image: url('../images/ct/1/5/CTA_AutomaticlySelectPatientsFromWorklist_BG.png');
	background-position: center left;

	filter: blur(4px);
	-webkit-filter: blur(4px);
	-ms-filter: blur(4px);
	-o-filter: blur(4px);
}

img.nexo.ct-1-6-nexo {
	height: 50%;

	bottom: 45%;
	right: 50em;
}

/* END CT EFFICIENCY */

/* CT IMAGING */

/* .ct-2-0 .container-fluid {
	background-color: white;
	background: linear-gradient(to bottom, rgba(56, 158, 241, .1), 20%, rgba(255, 255, 255, .0)),
		linear-gradient(to right, rgba(56, 158, 241, .1), 5%, rgba(255, 255, 255, .0)),
		linear-gradient(to bottom, rgba(255, 255, 255, .0), 80%, rgba(56, 158, 241, .1));
} */

.bg.ct-2-0-bg {
	background-image: url('../images/ct/2/CTA_ImagingLandingPage_BG.jpg');
}

img.machine.ct-2-0-machine,
img.machine.ct-2-1-machine {
	right: -50em
}

.ct-2-1 h4,
.ct-2-1 p,
.ct-2-1 small {
	color: white;
	text-shadow: 0px 0px 10px #000;
}

.bg.ct-2-1-bg {
	background-image: url('../images/CTA_Room_200104v01_00059.png');
	background-position: left center;

	filter: blur(2px);
	-webkit-filter: blur(2px);
	-ms-filter: blur(2px);
	-o-filter: blur(2px);
}

.ct-2-1 img.cross {
	display: block;
	width: 300px;
}

.ct-2-2 h4,
.ct-2-2 p,
.ct-2-2 small {
	color: white;
	text-shadow: 0px 0px 10px #000;
}

.bg.ct-2-2-bg {
	background-image: url('../images/monitor-room.png');
}

/* .ct-2-1 .container-fluid,
.ct-2-2 .container-fluid {
	background-color: transparent;
	background: linear-gradient(to right, rgba(61, 61, 61, 1), 50%, rgba(255, 255, 255, .0), 100%, rgba(255, 255, 255, .0)),
		linear-gradient(to right, rgba(61, 61, 61, 1), 20%, rgba(255, 255, 255, .0), 100%, rgba(255, 255, 255, .0));
} */

.ct-2-2 img.machine {
	height: 70%;

	right: -100px;
}

.ct-2-3 .container-fluid {
	justify-content: space-between;
}

.ct-2-3 img.machine {
	height: 50%;

	bottom: unset;
	top: 135px;
	right: 50px;
}

.ct-2-3 .image-descr {
	line-height: 1;
}

.ct-2-3 span {
	color: white;
	text-shadow: 0px 0px 10px #000;
	font-size: 2em;

	position: absolute;
	top: 0px;
	left: 24px;
}

.ct-2-3 .col-8 span {
	top: 30px;
	left: 24px;
}

.ct-2-4 h4,
.ct-2-4 p,
.ct-2-4 small {
	color: white;
	text-shadow: 0px 0px 10px #000;
}

.ct-2-4 img {
	display: block;
	position: relative;

	width: 100%;
}

img.ct-0-6-monitor,
img.ct-2-4-monitor {
	position: fixed;
	height: 100%;
	right: -15em;
	bottom: -25em;
}

.bg.ct-2-4-bg {
	background-image: url('../images/monitor-room.png');
}

/* END CT IMAGING */

/* CT COMPLIANCE */

img.machine.ct-3-0-machine {
	right: -50em;
}

.bg.ct-3-0-bg {
	background-image: url('../images/ct/3/0/CTA_Compliance_LandingPage_BG.jpg');
}

.bg.ct-3-1-bg {
	background-image: url('../images/ct/3/1/CTA_CentralizedProtocolManagment_BG.png');
}

/* .ct-3-0 .container-fluid {
	background-color: white;
	background: linear-gradient(to bottom, rgba(56, 158, 241, .1), 20%, rgba(255, 255, 255, .0)),
		linear-gradient(to right, rgba(56, 158, 241, .1), 5%, rgba(255, 255, 255, .0)),
		linear-gradient(to bottom, rgba(255, 255, 255, .0), 80%, rgba(56, 158, 241, .1));
} */

img.machine.ct-3-1-machine {
	height: 60%;

	right: -100px;
}

img.nexo.ct-3-1-nexo {
	height: 50%;

	bottom: 45%;
	right: 50em;
}

.ct-3-2 img.machine {
	height: 70%;
	right: -100px;
}

img.machine.ct-3-3-machine {
	height: 70%;
	right: -100px;
}

/* .ct-3-4 .container-fluid {
	background-color: transparent;
	background: linear-gradient(to right, rgba(61, 61, 61, 1), 50%, rgba(255, 255, 255, .0), 100%, rgba(255, 255, 255, .0));
} */

.bg.ct-3-4-bg {
	background-image: url('../images/ct/3/4/HI\ RES_iStock-1030235514.jpg');
}

img.machine.ct-3-4-machine {
	height: 70%;

	right: -100px;
}

.ct-3-1 h4,
.ct-3-1 p,
.ct-3-2 h4,
.ct-3-2 p,
.ct-3-3 h4,
.ct-3-3 p,
.ct-3-4 h4,
.ct-3-4 p,
.ct-3-4 small {
	color: white;
	text-shadow: 0px 0px 10px #000;
}

/* END CT COMPLIANCE */

/* MR */

.mr.nav h4,
.mr.nav p {
	color: white;
	text-shadow: 0px 0px 10px #000;
}

.mr.nav .bg {
	background-image: url('../images/mr/MR_Room-B_200114v01.00016.png');
	opacity: .65;

	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.mr .bg {
	background-image: url('../images/mr/MR_Booth.png');
}

.mr.nav .nav-section {
	background-color: rgba(0, 0, 0, .75);
}

.mr .sections-container {

	background: linear-gradient(to bottom, rgba(56, 158, 241, .1), 20%, rgba(255, 255, 255, .0)),
		linear-gradient(to right, rgba(56, 158, 241, .75), 20%, rgba(255, 255, 255, .0)),
		linear-gradient(to bottom, rgba(255, 255, 255, .0), 80%, rgba(56, 158, 241, .1));
}

.mr-0-0 .container-fluid,
.mr-0-1 .container-fluid,
.mr-0-2 .container-fluid,
.mr-1-0 .container-fluid,
.mr-1-2 .container-fluid,
.mr-1-3 .container-fluid {
	/* background: linear-gradient(to bottom, rgba(56, 158, 241, .1), 20%, rgba(255, 255, 255, .0)),
		linear-gradient(to right, rgba(56, 158, 241, .5), 20%, rgba(255, 255, 255, .0)),
		linear-gradient(to bottom, rgba(255, 255, 255, .0), 80%, rgba(56, 158, 241, .1)); */
}

.mr-1-1 .container-fluid {
	/* background: linear-gradient(to right, rgba(61, 61, 61, 1), 50%, rgba(255, 255, 255, .0), 100%, rgba(255, 255, 255, .0)); */
}

.mr h4,
.mr p,
.mr small {
	color: black;
	text-shadow: 0px 0px 10px #fff;
}

.mr-0-3 h4,
.mr-0-4 h4,
.mr-1-1 h4,
.mr-1-3 h4,
.mr-1-4 h4,
.mr-2-2 h4,
.mr-3-1 h4,
.mr-3-2 h4,
.mr-3-3 h4,
.mr-3-4 h4,

.mr-0-3 p,
.mr-0-4 p,
.mr-1-1 p,
.mr-1-3 p,
.mr-1-4 p,
.mr-2-2 p,
.mr-3-1 p,
.mr-3-2 p,
.mr-3-3 p,
.mr-3-4 p,

.mr-0-3 small,
.mr-0-4 small,
.mr-1-4 small,
.mr-3-4 small {
	color: white !important;
	text-shadow: 0px 0px 10px #000;
}

.mr-0-3,
.mr-0-4,
.mr-3-1,
.mr-3-2,
.mr-3-3 {
	/* background-color: rgba(0, 0, 0, .25); */
}

.mr-1-4,
.mr-2-1,
.mr-2-2 {
	/* background-color: rgba(0, 0, 0, .75); */
}

.bg.mr-1-0-bg {
	background-image: url('../images/mr/1/0/MR_EfficincyLandingPage_BG.jpg');
}

.bg.mr-1-3-bg {
	background-image: url('../images/mr/1/3/MR_CompactRotatingHead_BG.png');
}

.bg.mr-1-4-bg,
.bg.mr-3-1-bg,
.bg.mr-3-2-bg,
.bg.mr-3-3-bg {
	background-image: url('../images/mr/MR_Booth.png');
}

.bg.mr-1-1-bg {
	background-image: url('../images/mr/1/1/User-friendly-remote-control-RD1.jpg');
	background-position: center;
	background-size: cover;
}

.bg.mr-2-0-bg {
	background-image: url('../images/mr/2/0/MR_ImagingLandingPage_BG.jpg');
	background-position: left center;
}

.bg.mr-2-2-bg {
	background-image: url('../images/mr/2/2/MR_Non-FerromagneticInjectorHead_BG.png');
	background-position: left center;
}

.bg.mr-3-0-bg {
	background-image: url('../images/mr/3/0/MR_Compliance_LandingPage_BG.jpg');
	background-position: left center;
}

img.machine.mr-0-0-machine {
	right: -55em;
}

img.machine.mr-0-1-machine,
img.machine.mr-2-1-machine {
	right: -30em;
}

img.machine.mr-2-1-machine {
	bottom: -2.5em
}

img.machine.mr-0-2-machine {
	height: calc(100% - 12em);

	right: -10em;
}

img.machine.mr-1-2-machine {
	height: 200%;

	bottom: -75%;
	right: -125em;
}

@media screen and (max-width: 1544px) {

	img.machine.mr-0-1-machine,
	img.machine.mr-2-1-machine {
		right: -45em;
	}

	img.machine.mr-0-2-machine {
		right: -30em;
	}

	img.machine.mr-1-2-machine {
		right: -140em;
	}
}

img.machine.mr-1-3-machine {
	right: -40em;
}

img.machine.mr-3-1-machine {
	right: -10em;
}

img.machine.mr-3-2-machine,
img.machine.mr-3-3-machine {
	height: 70%;

	right: -10em;
}

.mr-3-4 .container-fluid {
	/* background: linear-gradient(to right, rgba(61, 61, 61, 1), 50%, rgba(255, 255, 255, .0), 100%, rgba(255, 255, 255, .0)); */
}

.bg.mr-3-4-bg {
	background-image: url('../images/ct/3/4/HI\ RES_iStock-1030235514.jpg');
}

/* END MR */

/* NEXO */

.nexo {
	background-color: #000;
}

.nexo p,
.nexo h4,
.nexo small {
	color: white;
	text-shadow: 0px 0px 10px #000;
}

.nexo h5 {
	font-size: 3.6em;
	font-weight: 500;

	color: white;
	text-shadow: 0px 0px 10px #000;
}

.nexo .bg {
	background-image: url("../images/nexo/Screen Shot 2019-12-19 at 3.20.05 PM.png");
	background-size: cover;
	opacity: .7;
	transform: none;
}

.nexo.nav .bg {
	filter: blur(0px);
	-webkit-filter: blur(0px);
	-ms-filter: blur(0px);
	-o-filter: blur(0px);
}

.nexo.nav img.machine {
	position: relative !important;
	margin: 0 auto 1em auto;
	right: unset !important;

	max-height: 30em;
}

.nexo.nav a.nav-link {
	color: white;

	position: relative !important;
	margin: 0 auto 1em auto;

	font-size: 1.75em;
	text-align: center;
}

.nexo.nav a.nav-link img {
	max-height: 5em;
}

.nexo.nav a.nav-link b {
	font-weight: bold;
	font-size: 1.5em;
}

.nexo .nav-container {
	position: absolute;
	right: 3em;
	top: 17em;
}

.nexo .nav-container img {
	max-width: 25em;
}

.nexo .nav-container svg {
	max-height: 60em;
}

h4.nexo-0-1-h4,
h4.nexo-0-3-h4,
h4.nexo-0-5-h4,
h4.nexo-1-2-h4 {
	position: absolute;
	top: 4.8em;
	left: 2.5em;
}

@media screen and (max-width: 1544px) {

	h4.nexo-0-1-h4,
	h4.nexo-0-3-h4,
	h4.nexo-0-5-h4,
	h4.nexo-1-2-h4 {
		left: 1em;
	}
}

.nexo img.nexo-0-0-nexo,
.dose img.dose-0-0-nexo {
	max-width: 30em;
	height: auto;
	bottom: 25em;
}

.bg.nexo-1-0-bg {
	background-image: url("../images/nexo/1/Group\ 4.png");
}

.bg.nexo-1-1-bg {
	background-image: url("../images/nexo/1/gettyimages-1138910853-170667a.png");
}

img.monitor.nexo-1-1-monitor {
	position: absolute;
	right: 100px;
	bottom: 25%;

	height: unset;
}

img.monitor.nexo-1-2-monitor {
	position: absolute;
	right: 100px;
	bottom: 100px;
	height: unset;
}

.nexo-2-2 .col-12,
.nexo-2-3 .col-12 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.nexo-2-2 .col-12>img .nexo-2-3 .col-12>img {
	position: relative;
	display: block;
	margin: 0 auto;
	right: unset;
}

.nexo-2-2 .col-12>img {
	height: 60em;
	margin-bottom: 2em;
}

.nexo-2-3 .col-12>img {
	width: 55em;
}

/* END NEXO */

/* DOSE */

h4.dose-0-1-h4,
h4.dose-1-2-h4,
h4.dose-1-7-h4 {
	position: absolute;
	top: 4.8em;
	left: 2.5em;
}

@media screen and (max-width: 1544px) {

	h4.dose-0-1-h4,
	h4.dose-1-2-h4,
	h4.dose-1-7-h4 {
		left: 1em;
	}
}

.dose-3-1 img {
	height: 30em;
}

.dose-3-2 .col-12,
.dose-3-3 .col-12 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.dose-3-2 .col-12>img,
.dose-3-3 .col-12>img {
	position: relative;
	display: block;
	margin: 0 auto;
	right: unset;
}

.dose-3-2 .col-12>img {
	height: 65em;
	margin-bottom: 2em;
}

.dose-3-2 .col-12 a.next-link {
	padding-bottom: 0;
}

.dose-3-3 .col-12>img {
	width: 55em;
}

/* END DOSE */

/* SS */

.ss {
	background-color: #FFF;
	background-size: cover;
	background-position: center;
}

.ss h4,
.ss p,
.ss small {
	color: #000;
	text-shadow: 0px 0px 10px #fff;
}

.ss.nav {
	background-image: url('../images/ss/Smart\ MR.png');
}

.ss.nav h4,
.ss.nav p,
.ss.nav small {
	color: white;
	text-shadow: 0px 0px 10px #000;
}

.ss.nav img.machine {
	width: auto;
	margin: 0 auto 1em auto;
	right: unset !important;
	left: -20em;

	height: 30em;
	top: 25%;
}

.ss .nav-section {}

.ss p {
	line-height: 1.5;
}

.ss p>span {
	display: block;
	font-size: .6em;
	line-height: 1.2;
}

.ss-0-0 .container-fluid {
	background: linear-gradient(to right, rgba(61, 61, 61, 1), 50%, rgba(255, 255, 255, .0), 100%, rgba(255, 255, 255, .0));
}

.ss-0-0 h4,
.ss-0-2 h4,
.ss-0-0 p,
.ss-0-2 p,
.ss-0-0 small,
.ss-0-2 small {
	color: white;
	text-shadow: 0px 0px 10px #000;
}

.ss .table {
	display: block;
	width: 100%;
}

.ss .bg.ss-0-0-bg {
	background-color: #FFF;
	background-image: url('../images/ss/Bracco_Service_shutterstock_506622742.png');
	background-size: cover;
	background-position: center;
}

.ss img.support-man {
	position: absolute;
	right: 5em;
	bottom: 0;

	width: 40em;
}

.ss .bg.ss-0-2-bg {
	background-color: #FFF;
	background-image: url('../images/ss/gettyimages-887361614-170667a.png');
	background-size: cover;
	background-position: center;
}

/* END SS */

.pointer {
	display: inline-block;
	height: 32px;

	position: relative;
}

.pointer svg {
	display: block;
}

.pointer-circle {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: calc(100% - 4px);

	transform: translate(0, -50%);
}

/* QUOTES */

.quote-container {
	background-color: rgba(216, 235, 251, .53);
	padding: 7em 8.6em 3.2em 8.6em;

	box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, .2);
	-o-box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, .2);
}

.quote-container p {
	display: inline;
	font-family: 'Roboto';
	font-size: 3.2em;
	font-weight: 300;
	text-align: left;
}

.quote-container p b {
	font-weight: 700;
}

.quote-container .name {
	text-align: center;
	font-size: 130%;
	font-family: 'Roboto';
	font-weight: bold;
}

.quote-container .cit {
	display: inline-block;
	font-family: 'Roboto';
	font-weight: 500;

	transform: translate(1em, 1em);
}

.quote-container button {
	display: block;

	color: black;
	background-color: transparent;
	border: none;

	font-family: 'Roboto';
	font-weight: 500;
	font-size: 2em;

	margin: 1em auto 0 auto;
}

.quote-container button>img {
	margin-left: .5rem;
	width: 3em;
}

/* END QUOTES */

/* ANIMATIONS */

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes spawnInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0) scale(0);
		transform: translate3d(0, 100%, 0) scale(0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes spawnInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0) scale(0);
		transform: translate3d(0, 100%, 0) scale(0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1);
	}
}

.spawnInUp {
	-webkit-animation-name: spawnInUp;
	animation-name: spawnInUp;
}

@-webkit-keyframes scale-up-center {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scale-up-center {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.scale-up-center {
	-webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


@-webkit-keyframes tilt-in-fwd-bl {
	0% {
		-webkit-transform: rotateY(-20deg) rotateX(-35deg) translate(-300px, 300px) skew(-35deg, 10deg);
		transform: rotateY(-20deg) rotateX(-35deg) translate(-300px, 300px) skew(-35deg, 10deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
		transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
		opacity: 1;
	}
}

@keyframes tilt-in-fwd-bl {
	0% {
		-webkit-transform: rotateY(-20deg) rotateX(-35deg) translate(-300px, 300px) skew(-35deg, 10deg);
		transform: rotateY(-20deg) rotateX(-35deg) translate(-300px, 300px) skew(-35deg, 10deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
		transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
		opacity: 1;
	}
}

.tilt-in-fwd-bl {
	-webkit-animation: tilt-in-fwd-bl 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: tilt-in-fwd-bl 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes tilt-in-fwd-br {
	0% {
		-webkit-transform: rotateY(20deg) rotateX(-35deg) translate(300px, 300px) skew(35deg, -10deg);
		transform: rotateY(20deg) rotateX(-35deg) translate(300px, 300px) skew(35deg, -10deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
		transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
		opacity: 1;
	}
}

@keyframes tilt-in-fwd-br {
	0% {
		-webkit-transform: rotateY(20deg) rotateX(-35deg) translate(300px, 300px) skew(35deg, -10deg);
		transform: rotateY(20deg) rotateX(-35deg) translate(300px, 300px) skew(35deg, -10deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
		transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
		opacity: 1;
	}
}

.tilt-in-fwd-br {
	-webkit-animation: tilt-in-fwd-br 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: tilt-in-fwd-br 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes tilt-in-bottom-2 {
	0% {
		-webkit-transform: rotateY(-30deg) translateY(300px) skewY(30deg);
		transform: rotateY(-30deg) translateY(300px) skewY(30deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
		transform: rotateY(0deg) translateY(0) skewY(0deg);
		opacity: 1;
	}
}

@keyframes tilt-in-bottom-2 {
	0% {
		-webkit-transform: rotateY(-30deg) translateY(300px) skewY(30deg);
		transform: rotateY(-30deg) translateY(300px) skewY(30deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
		transform: rotateY(0deg) translateY(0) skewY(0deg);
		opacity: 1;
	}
}

.tilt-in-bottom-2 {
	-webkit-animation: tilt-in-bottom-2 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: tilt-in-bottom-2 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes tracking-in-expand {
	0% {
		letter-spacing: -0.5em;
		opacity: 0;
	}

	40% {
		opacity: 0.6;
	}

	100% {
		opacity: 1;
	}
}

@keyframes tracking-in-expand {
	0% {
		letter-spacing: -0.5em;
		opacity: 0;
	}

	40% {
		opacity: 0.6;
	}

	100% {
		opacity: 1;
	}
}


.tracking-in-expand {
	-webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes tracking-in-contract {
	0% {
		letter-spacing: 1em;
		opacity: 0;
	}

	40% {
		opacity: 0.6;
	}

	100% {
		letter-spacing: normal;
		opacity: 1;
	}
}

@keyframes tracking-in-contract {
	0% {
		letter-spacing: 1em;
		opacity: 0;
	}

	40% {
		opacity: 0.6;
	}

	100% {
		letter-spacing: normal;
		opacity: 1;
	}
}


.tracking-in-contract {
	-webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes shadow-inset-center {
	0% {
		-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
		box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
	}

	100% {
		-webkit-box-shadow: inset 0 0 14px 0px rgba(0, 0, 0, 0.5);
		box-shadow: inset 0 0 14px 0px rgba(0, 0, 0, 0.5);
	}
}

@keyframes shadow-inset-center {
	0% {
		-webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
		box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
	}

	100% {
		-webkit-box-shadow: inset 0 0 14px 0px rgba(0, 0, 0, 0.5);
		box-shadow: inset 0 0 14px 0px rgba(0, 0, 0, 0.5);
	}
}

.shadow-inset-center,
ul.section-menu li.section-menu-item.active>a {
	-webkit-animation: shadow-inset-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: shadow-inset-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-elliptic-top-fwd {
	0% {
		-webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
		transform: translateY(-600px) rotateX(-30deg) scale(0);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0) rotateX(0) scale(1);
		transform: translateY(0) rotateX(0) scale(1);
		-webkit-transform-origin: 50% 1400px;
		transform-origin: 50% 1400px;
		opacity: 1;
	}
}

@keyframes slide-in-elliptic-top-fwd {
	0% {
		-webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
		transform: translateY(-600px) rotateX(-30deg) scale(0);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0) rotateX(0) scale(1);
		transform: translateY(0) rotateX(0) scale(1);
		-webkit-transform-origin: 50% 1400px;
		transform-origin: 50% 1400px;
		opacity: 1;
	}
}


.slide-in-elliptic-top-fwd {
	-webkit-animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-blurred-top {
	0% {
		-webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
		transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
		-webkit-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
		-webkit-filter: blur(40px);
		filter: blur(40px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0) scaleY(1) scaleX(1);
		transform: translateY(0) scaleY(1) scaleX(1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}
}

@keyframes slide-in-blurred-top {
	0% {
		-webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
		transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
		-webkit-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
		-webkit-filter: blur(40px);
		filter: blur(40px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0) scaleY(1) scaleX(1);
		transform: translateY(0) scaleY(1) scaleX(1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}
}


.slide-in-blurred-top {
	-webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
	animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

@-webkit-keyframes slide-in-bck-left {
	0% {
		-webkit-transform: translateZ(700px) translateX(-400px);
		transform: translateZ(700px) translateX(-400px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0) translateX(0);
		transform: translateZ(0) translateX(0);
		opacity: 1;
	}
}

@keyframes slide-in-bck-left {
	0% {
		-webkit-transform: translateZ(700px) translateX(-400px);
		transform: translateZ(700px) translateX(-400px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0) translateX(0);
		transform: translateZ(0) translateX(0);
		opacity: 1;
	}
}

.slide-in-bck-left {
	-webkit-animation: slide-in-bck-left 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-bck-left 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-out-bck-right {
	0% {
		-webkit-transform: translateZ(0) translateX(0);
		transform: translateZ(0) translateX(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateZ(-1100px) translateX(1000px);
		transform: translateZ(-1100px) translateX(1000px);
		opacity: 0;
	}
}

@keyframes slide-out-bck-right {
	0% {
		-webkit-transform: translateZ(0) translateX(0);
		transform: translateZ(0) translateX(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateZ(-1100px) translateX(1000px);
		transform: translateZ(-1100px) translateX(1000px);
		opacity: 0;
	}
}

.slide-out-bck-right {
	-webkit-animation: slide-out-bck-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation: slide-out-bck-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes bounce-in-top {
	0% {
		-webkit-transform: translateY(-500px);
		transform: translateY(-500px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	38% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}

	55% {
		-webkit-transform: translateY(-65px);
		transform: translateY(-65px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	72% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	81% {
		-webkit-transform: translateY(-28px);
		transform: translateY(-28px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	90% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	95% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes bounce-in-top {
	0% {
		-webkit-transform: translateY(-500px);
		transform: translateY(-500px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	38% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}

	55% {
		-webkit-transform: translateY(-65px);
		transform: translateY(-65px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	72% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	81% {
		-webkit-transform: translateY(-28px);
		transform: translateY(-28px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	90% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	95% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}


.bounce-in-top {
	-webkit-animation: bounce-in-top 1.1s both;
	animation: bounce-in-top 1.1s both;
}

@-webkit-keyframes focus-in-contract-bck {
	0% {
		letter-spacing: 1em;
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(12px);
		transform: translateZ(12px);
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}
}

@keyframes focus-in-contract-bck {
	0% {
		letter-spacing: 1em;
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(12px);
		transform: translateZ(12px);
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}
}


.focus-in-contract-bck {
	-webkit-animation: focus-in-contract-bck 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: focus-in-contract-bck 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes tracking-in-expand-fwd-bottom {
	0% {
		letter-spacing: -0.5em;
		-webkit-transform: translateZ(-700px) translateY(500px);
		transform: translateZ(-700px) translateY(500px);
		opacity: 0;
	}

	40% {
		opacity: 0.6;
	}

	100% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
		opacity: 1;
	}
}

@keyframes tracking-in-expand-fwd-bottom {
	0% {
		letter-spacing: -0.5em;
		-webkit-transform: translateZ(-700px) translateY(500px);
		transform: translateZ(-700px) translateY(500px);
		opacity: 0;
	}

	40% {
		opacity: 0.6;
	}

	100% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0);
		opacity: 1;
	}
}


.tracking-in-expand-fwd-bottom {
	-webkit-animation: tracking-in-expand-fwd-bottom 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	animation: tracking-in-expand-fwd-bottom 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@keyframes tracking-in-contract {
	0% {
		letter-spacing: 1em;
		opacity: 0;
	}

	40% {
		opacity: 0.6;
	}

	100% {
		letter-spacing: normal;
		opacity: 1;
	}
}


.tracking-in-contract {
	animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes tracking-in-contract-bck {
	0% {
		letter-spacing: 1em;
		-webkit-transform: translateZ(400px);
		transform: translateZ(400px);
		opacity: 0;
	}

	40% {
		opacity: 0.6;
	}

	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes tracking-in-contract-bck {
	0% {
		letter-spacing: 1em;
		-webkit-transform: translateZ(400px);
		transform: translateZ(400px);
		opacity: 0;
	}

	40% {
		opacity: 0.6;
	}

	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.tracking-in-contract-bck {
	-webkit-animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes swirl-in-top-fwd {
	0% {
		-webkit-transform: rotate(-540deg) scale(0);
		transform: rotate(-540deg) scale(0);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
		opacity: 0;
	}

	100% {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
		opacity: 1;
	}
}

@keyframes swirl-in-top-fwd {
	0% {
		-webkit-transform: rotate(-540deg) scale(0);
		transform: rotate(-540deg) scale(0);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
		opacity: 0;
	}

	100% {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
		opacity: 1;
	}
}


.swirl-in-top-fwd {
	-webkit-animation: swirl-in-top-fwd 0.6s ease-out both;
	animation: swirl-in-top-fwd 0.6s ease-out both;
}

@-webkit-keyframes swirl-in-bottom-fwd {
	0% {
		-webkit-transform: rotate(-540deg) scale(0);
		transform: rotate(-540deg) scale(0);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		opacity: 0;
	}

	100% {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		opacity: 1;
	}
}

@keyframes swirl-in-bottom-fwd {
	0% {
		-webkit-transform: rotate(-540deg) scale(0);
		transform: rotate(-540deg) scale(0);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		opacity: 0;
	}

	100% {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		opacity: 1;
	}
}

.swirl-in-bottom-fwd {
	-webkit-animation: swirl-in-bottom-fwd 0.6s ease-out both;
	animation: swirl-in-bottom-fwd 0.6s ease-out both;
}

@-webkit-keyframes slide-in-elliptic-left-fwd {
	0% {
		-webkit-transform: translateX(-800px) rotateY(30deg) scale(0);
		transform: translateX(-800px) rotateY(30deg) scale(0);
		-webkit-transform-origin: -100% 50%;
		transform-origin: -100% 50%;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0) rotateY(0) scale(1);
		transform: translateX(0) rotateY(0) scale(1);
		-webkit-transform-origin: 1800px 50%;
		transform-origin: 1800px 50%;
		opacity: 1;
	}
}

@keyframes slide-in-elliptic-left-fwd {
	0% {
		-webkit-transform: translateX(-800px) rotateY(30deg) scale(0);
		transform: translateX(-800px) rotateY(30deg) scale(0);
		-webkit-transform-origin: -100% 50%;
		transform-origin: -100% 50%;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0) rotateY(0) scale(1);
		transform: translateX(0) rotateY(0) scale(1);
		-webkit-transform-origin: 1800px 50%;
		transform-origin: 1800px 50%;
		opacity: 1;
	}
}

.slide-in-elliptic-left-fwd {
	-webkit-animation: slide-in-elliptic-left-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-elliptic-left-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes focus-in-expand {
	0% {
		letter-spacing: -0.5em;
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}

	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
}

@keyframes focus-in-expand {
	0% {
		letter-spacing: -0.5em;
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}

	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
}

.focus-in-expand {
	-webkit-animation: focus-in-expand 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: focus-in-expand 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes focus-in-contract {
	0% {
		letter-spacing: 1em;
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}

	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
}

@keyframes focus-in-contract {
	0% {
		letter-spacing: 1em;
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}

	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
}

.focus-in-contract {
	-webkit-animation: focus-in-contract 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: focus-in-contract 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-bck-right {
	0% {
		-webkit-transform: translateZ(700px) translateX(400px);
		transform: translateZ(700px) translateX(400px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0) translateX(0);
		transform: translateZ(0) translateX(0);
		opacity: 1;
	}
}

@keyframes slide-in-bck-right {
	0% {
		-webkit-transform: translateZ(700px) translateX(400px);
		transform: translateZ(700px) translateX(400px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateZ(0) translateX(0);
		transform: translateZ(0) translateX(0);
		opacity: 1;
	}
}

.slide-in-bck-right {
	-webkit-animation: slide-in-bck-right 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-bck-right 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-blurred-bottom {
	0% {
		-webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
		transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		-webkit-filter: blur(40px);
		filter: blur(40px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0) scaleY(1) scaleX(1);
		transform: translateY(0) scaleY(1) scaleX(1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}
}

@keyframes slide-in-blurred-bottom {
	0% {
		-webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
		transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		-webkit-filter: blur(40px);
		filter: blur(40px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0) scaleY(1) scaleX(1);
		transform: translateY(0) scaleY(1) scaleX(1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}
}

.slide-in-blurred-bottom {
	-webkit-animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
	animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

.animated.delay-250ms {
	-webkit-animation-delay: 250ms;
	animation-delay: 250ms;
}

.animated.delay-500ms {
	-webkit-animation-delay: 500ms;
	animation-delay: 500ms;
}

.animated.delay-750ms {
	-webkit-animation-delay: 750ms;
	animation-delay: 750ms;
}

.animated.delay-1s {
	-webkit-animation-delay: 1000ms;
	animation-delay: 1000ms;
}

.animated.delay-1250ms {
	-webkit-animation-delay: 1250ms;
	animation-delay: 1250ms;
}

.animated.delay-1500ms {
	-webkit-animation-delay: 1500ms;
	animation-delay: 1500ms;
}

.animated.delay-2500ms {
	-webkit-animation-delay: 2500ms;
	animation-delay: 2500ms;
}

/* END ANIMATIONS */

#loadessr {
	background: rgba(100, 100, 100, 0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999;
}

#loadessr #loader {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 80%;
	border: 3px solid transparent;
	border-top-color: #184982;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

#loadessr #loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #fff;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

#loadessr #loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #008e5d;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}