/*
Theme Name: Seeing Machines
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

@font-face {
	font-family: 'BlenderPro-Book';
	src: url("fonts/BlenderPro-Book.eot?#iefix") format("embedded-opentype"), url("fonts/BlenderPro-Book.otf") format("opentype"), url("fonts/BlenderPro-Book.woff") format("woff"), url("fonts/BlenderPro-Book.ttf") format("truetype"), url("fonts/BlenderPro-Book.svg#BlenderPro-Book") format("svg");
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'BlenderPro-Bold';
	src: url("fonts/BlenderPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/BlenderPro-Bold.otf") format("opentype"), url("fonts/BlenderPro-Bold.woff") format("woff"), url("fonts/BlenderPro-Bold.ttf") format("truetype"), url("fonts/BlenderPro-Bold.svg#BlenderPro-Bold") format("svg");
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'BlenderPro-Thin';
	src: url("fonts/BlenderPro-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/BlenderPro-Thin.otf") format("opentype"), url("fonts/BlenderPro-Thin.woff") format("woff"), url("fonts/BlenderPro-Thin.ttf") format("truetype"), url("fonts/BlenderPro-Thin.svg#BlenderPro-Thin") format("svg");
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'icomoon';
	src: url("fonts/icomoon.eot?yq2jfu");
	src: url("fonts/icomoon.eot?yq2jfu#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?yq2jfu") format("truetype"), url("fonts/icomoon.woff?yq2jfu") format("woff"), url("fonts/icomoon.svg?yq2jfu#icomoon") format("svg");
	font-weight: normal;
	font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

.icon-arrow:before {
	content: "\e900"; }

.icon-close:before {
	content: "\e901"; }

.icon-linkedin:before {
	content: "\e902"; }

.icon-right-arrow:before {
	content: "\e913"; }

.icon-twitter:before {
	content: "\e914"; }

/**
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media screen and (min-width: 48em) {
	.text-right-medium {
		text-align: right; } }

.blue-title {
	color: #089fb7; }

h1 {
	font-family: "BlenderPro-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.static-page .under-title {
	color: #1b252e;
	font-size: 1.75rem; }
@media screen and (min-width: 64em) {
	.static-page .under-title {
		font-size: 2.9375rem; } }

.static-page .lined {
	border-bottom: 1px solid; }

@media screen and (min-width: 48em) {
	.static-page table tr td:first-child {
		min-width: 12.5rem; } }

@-webkit-keyframes arrow-right {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1; }
	50% {
		-webkit-transform: translateX(30%);
		transform: translateX(30%);
		opacity: .6; }
	100% {
		-webkit-transform: translateX(80%);
		transform: translateX(80%);
		opacity: 0; } }

@keyframes arrow-right {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1; }
	50% {
		-webkit-transform: translateX(30%);
		transform: translateX(30%);
		opacity: .6; }
	100% {
		-webkit-transform: translateX(80%);
		transform: translateX(80%);
		opacity: 0; } }

@-webkit-keyframes arrow-left {
	0% {
		-webkit-transform: translateX(0) rotate(180deg);
		transform: translateX(0) rotate(180deg);
		opacity: 1; }
	50% {
		-webkit-transform: translateX(-30%) rotate(180deg);
		transform: translateX(-30%) rotate(180deg);
		opacity: .6; }
	100% {
		-webkit-transform: translateX(-80%) rotate(180deg);
		transform: translateX(-80%) rotate(180deg);
		opacity: 0; } }

@keyframes arrow-left {
	0% {
		-webkit-transform: translateX(0) rotate(180deg);
		transform: translateX(0) rotate(180deg);
		opacity: 1; }
	50% {
		-webkit-transform: translateX(-30%) rotate(180deg);
		transform: translateX(-30%) rotate(180deg);
		opacity: .6; }
	100% {
		-webkit-transform: translateX(-80%) rotate(180deg);
		transform: translateX(-80%) rotate(180deg);
		opacity: 0; } }

@-webkit-keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(136, 226, 235, 0.4); }
	70% {
		box-shadow: 0 0 0 1.5625rem rgba(136, 226, 235, 0); }
	100% {
		box-shadow: 0 0 0 0 rgba(136, 226, 235, 0); } }

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(136, 226, 235, 0.4); }
	70% {
		box-shadow: 0 0 0 1.5625rem rgba(136, 226, 235, 0); }
	100% {
		box-shadow: 0 0 0 0 rgba(136, 226, 235, 0); } }

@-webkit-keyframes cd-enter-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%); }
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%); } }

@keyframes cd-enter-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%); }
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%); } }

@-webkit-keyframes cd-enter-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%); }
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%); } }

@keyframes cd-enter-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%); }
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%); } }

/* scrollbars */
.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative; }

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #e3e3e3;
	width: 14px;
	bottom: 0;
	right: 0;
	top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 14px;
	width: 14px;
	left: 0;
	top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #888;
	height: 1px;
	width: 14px; }

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3; }

/* select */
.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #1b252e;
	margin-bottom: 0.5rem;
	font-size: 1.1875rem;
	font-family: inherit;
	min-width: 150px;
	width: 100%;
	color: #fff;
	border: none; }
.jcf-select.jcf-drop-active .jcf-select-text {
	border-color: #111820; }
.jcf-select.jcf-drop-active .jcf-select-opener::before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg); }
@media screen and (min-width: 64em) {
	.jcf-select {
		font-size: 1.4375rem; } }

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0; }

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	border-bottom: none;
	padding: 0.6875rem 1rem; }
.jobs-filter .jcf-select .jcf-select-text {
	letter-spacing: 0.125rem; }
@media screen and (min-width: 64em) {
	.jcf-select .jcf-select-text {
		padding: 0.8125rem 1rem; } }

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	bottom: 0;
	right: 0;
	top: 0;
	padding: 1.375rem; }
.jcf-select .jcf-select-opener::before {
	content: "";
	display: block;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 0.4375rem;
	border-color: #089fb7 transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s; }
@media screen and (min-width: 64em) {
	.jcf-select .jcf-select-opener {
		padding: 1.6875rem; } }

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	border: 0.125rem solid #1b252e;
	border-top: none; }

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto; }

.jcf-select.jcf-compact-multiple {
	max-width: 220px; }

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
	display: inline-block;
	padding-top: 2px;
	content: '...'; }

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
	background: none; }

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
	background: #e6e6e6;
	color: #000; }

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
	display: inline-block;
	content: '';
	height: 4px;
	width: 8px;
	margin: -7px 5px 0 -3px;
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"; }

/* multiple select styles */
.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px; }

/* select options styles */
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	font-size: 100%;
	width: 100%; }

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%; }

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0; }

.jcf-list ul li {
	overflow: hidden;
	display: block; }

.jcf-list .jcf-overflow {
	overflow: auto; }

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 0.3125rem 1rem;
	color: #111820;
	min-height: 14px;
	height: 1%;
	-webkit-transition: 0.3s;
	transition: 0.3s; }

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000; }

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px; }

/* common styles */
.jcf-disabled {
	background: #ddd !important; }

.jcf-select-filter .jcf-select-text {
	text-align: center; }

.jcf-select-filter .jcf-select-opener {
	padding: 0.9375rem; }
.jcf-select-filter .jcf-select-opener::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: inset 0.4375rem;
	border-color: #111820 transparent transparent;
	border-top-style: solid;
	border-bottom-width: 0;
	background: none; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both; }

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite; }

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s; }

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0); }
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none; } }

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0); }
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none; } }

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

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent; }

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0; }
.slick-list:focus {
	outline: none; }
.slick-list.dragging {
	cursor: pointer;
	cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); }

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block; }
.slick-track:before, .slick-track:after {
	content: "";
	display: table; }
.slick-track:after {
	clear: both; }
.slick-loading .slick-track {
	visibility: hidden; }

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none; }
[dir="rtl"] .slick-slide {
	float: right; }
.slick-slide img {
	display: block; }
.slick-slide.slick-loading img {
	display: none; }
.slick-slide.dragging img {
	pointer-events: none; }
.slick-initialized .slick-slide {
	display: block; }
.slick-loading .slick-slide {
	visibility: hidden; }
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent; }

.slick-arrow.slick-hidden {
	display: none; }

.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 0.9375rem;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 0.625rem;
	text-align: center; }
.slick-dots > li {
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	border: 0.125rem solid #fff;
	border-radius: 50%;
	margin: 0 0.3125rem;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s; }
.product-carousel-box .slick-dots > li {
	border-color: #111820;
	border-width: 0.0625rem; }
.product-carousel-box .slick-dots > li.slick-active, .product-carousel-box .slick-dots > li:hover {
	background: #111820; }
.slick-dots > li.slick-active, .slick-dots > li:hover {
	background: #fff; }
.slick-dots button {
	text-indent: -9999px; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top; }

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020; }

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px; }

.fancybox-opened {
	z-index: 8030; }

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
	position: relative; }

.fancybox-inner {
	overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch; }

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%; }

.fancybox-image {
	max-width: 100%;
	max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url("images/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060; }

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("images/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040; }

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("images/fancybox/blank.gif");
	/* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040; }

.fancybox-prev {
	left: 0; }

.fancybox-next {
	right: 0; }

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden; }

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px; }

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px; }

.fancybox-nav:hover span {
	visibility: visible; }

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
	overflow: hidden !important;
	width: auto; }

.fancybox-lock body {
	overflow: hidden !important; }

.fancybox-lock-test {
	overflow-y: hidden !important; }

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("images/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0; }

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll; }

/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050; }

.fancybox-opened .fancybox-title {
	visibility: visible; }

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center; }

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap; }

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff; }

.fancybox-title-inside-wrap {
	padding-top: 10px; }

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url("images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px;
		/*The size of the normal image, half the size of the hi-res image*/ }
	#fancybox-loading div {
		background-image: url("images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px;
		/*The size of the normal image, half the size of the hi-res image*/ } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
	padding: 0 1rem;
	margin-bottom: 0.625rem;
	height: 3.125rem; }
[type='text']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='color']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	opacity: 1; }
[type='text']::-moz-placeholder, [type='password']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='month']::-moz-placeholder, [type='week']::-moz-placeholder, [type='email']::-moz-placeholder, [type='number']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='color']::-moz-placeholder, textarea::-moz-placeholder {
	opacity: 1; }
[type='text']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='color']:-ms-input-placeholder, textarea:-ms-input-placeholder {
	opacity: 1; }
[type='text']::placeholder, [type='password']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='month']::placeholder, [type='week']::placeholder, [type='email']::placeholder, [type='number']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='color']::placeholder, textarea::placeholder {
	opacity: 1; }
[type='text'].hollow, [type='password'].hollow, [type='date'].hollow, [type='datetime'].hollow, [type='datetime-local'].hollow, [type='month'].hollow, [type='week'].hollow, [type='email'].hollow, [type='number'].hollow, [type='search'].hollow, [type='tel'].hollow, [type='time'].hollow, [type='url'].hollow, [type='color'].hollow, textarea.hollow {
	padding: 0;
	background: transparent;
	border: none;
	font-size: 1.1875rem;
	border-bottom: 0.0625rem solid #089fb7;
	height: 2.8125rem; }
[type='text'].hollow::-webkit-input-placeholder, [type='password'].hollow::-webkit-input-placeholder, [type='date'].hollow::-webkit-input-placeholder, [type='datetime'].hollow::-webkit-input-placeholder, [type='datetime-local'].hollow::-webkit-input-placeholder, [type='month'].hollow::-webkit-input-placeholder, [type='week'].hollow::-webkit-input-placeholder, [type='email'].hollow::-webkit-input-placeholder, [type='number'].hollow::-webkit-input-placeholder, [type='search'].hollow::-webkit-input-placeholder, [type='tel'].hollow::-webkit-input-placeholder, [type='time'].hollow::-webkit-input-placeholder, [type='url'].hollow::-webkit-input-placeholder, [type='color'].hollow::-webkit-input-placeholder, textarea.hollow::-webkit-input-placeholder {
	color: #dfe2e7;
	opacity: 1; }
[type='text'].hollow::-moz-placeholder, [type='password'].hollow::-moz-placeholder, [type='date'].hollow::-moz-placeholder, [type='datetime'].hollow::-moz-placeholder, [type='datetime-local'].hollow::-moz-placeholder, [type='month'].hollow::-moz-placeholder, [type='week'].hollow::-moz-placeholder, [type='email'].hollow::-moz-placeholder, [type='number'].hollow::-moz-placeholder, [type='search'].hollow::-moz-placeholder, [type='tel'].hollow::-moz-placeholder, [type='time'].hollow::-moz-placeholder, [type='url'].hollow::-moz-placeholder, [type='color'].hollow::-moz-placeholder, textarea.hollow::-moz-placeholder {
	color: #dfe2e7;
	opacity: 1; }
[type='text'].hollow:-ms-input-placeholder, [type='password'].hollow:-ms-input-placeholder, [type='date'].hollow:-ms-input-placeholder, [type='datetime'].hollow:-ms-input-placeholder, [type='datetime-local'].hollow:-ms-input-placeholder, [type='month'].hollow:-ms-input-placeholder, [type='week'].hollow:-ms-input-placeholder, [type='email'].hollow:-ms-input-placeholder, [type='number'].hollow:-ms-input-placeholder, [type='search'].hollow:-ms-input-placeholder, [type='tel'].hollow:-ms-input-placeholder, [type='time'].hollow:-ms-input-placeholder, [type='url'].hollow:-ms-input-placeholder, [type='color'].hollow:-ms-input-placeholder, textarea.hollow:-ms-input-placeholder {
	color: #dfe2e7;
	opacity: 1; }
[type='text'].hollow::placeholder, [type='password'].hollow::placeholder, [type='date'].hollow::placeholder, [type='datetime'].hollow::placeholder, [type='datetime-local'].hollow::placeholder, [type='month'].hollow::placeholder, [type='week'].hollow::placeholder, [type='email'].hollow::placeholder, [type='number'].hollow::placeholder, [type='search'].hollow::placeholder, [type='tel'].hollow::placeholder, [type='time'].hollow::placeholder, [type='url'].hollow::placeholder, [type='color'].hollow::placeholder, textarea.hollow::placeholder {
	color: #dfe2e7;
	opacity: 1; }
@media screen and (min-width: 64em) {
	[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
		padding: 0 1rem;
		font-size: 1.3125rem;
		height: 3.75rem; } }

textarea {
	padding: 1rem;
	min-height: 13rem;
	margin-bottom: 1.875rem; }
@media screen and (min-width: 48em) {
	textarea {
		min-height: 16.25rem;
		margin-bottom: 2.5625rem; } }

select {
	padding: 0 1rem;
	height: 3.75rem;
	outline: none;
	background-color: #1a252d;
	color: #fff; }

option {
	background: #f9fafb;
	color: #10181e; }

label {
	font-family: "BlenderPro-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	letter-spacing: 0.125rem;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0.1875rem;
	line-height: 1.333; }
@media screen and (min-width: 64em) {
	label {
		line-height: 1.933; } }

@media screen and (min-width: 64em) {
	.contact-form {
		padding-right: 3.375rem; } }

a[href^='tel'] {
	cursor: default;
	pointer-events: none;
	color: inherit; }

.form-row {
	margin-bottom: 0.3125rem; }
@media screen and (min-width: 48em) {
	.form-row {
		margin-bottom: 0; } }
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
	.form-row .button.flat {
		width: 331px; } }

.custom-checkbox, .custom-radio {
	position: relative;
	display: inline-block;
	padding-left: 1.3125rem;
	cursor: pointer;
	line-height: 1.3;
	text-transform: none;
	font-size: 1.1875rem;
	font-family: "BlenderPro-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	color: #10181e;
	letter-spacing: 0; }
.custom-checkbox [type="checkbox"], .custom-checkbox [type="radio"], .custom-radio [type="checkbox"], .custom-radio [type="radio"] {
	display: none; }
.custom-checkbox [type="checkbox"] + span, .custom-checkbox [type="radio"] + span, .custom-radio [type="checkbox"] + span, .custom-radio [type="radio"] + span {
	display: inline-block;
	vertical-align: top;
	margin-top: -0.25rem; }
.custom-checkbox [type="checkbox"] + span::before, .custom-checkbox [type="radio"] + span::before, .custom-radio [type="checkbox"] + span::before, .custom-radio [type="radio"] + span::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 0.875rem;
	height: 0.875rem;
	border: 0.0625rem solid #1b252e;
	border-radius: 0.125rem;
	-webkit-transition: 0.3s;
	transition: 0.3s; }
.custom-checkbox [type="radio"] + span::before, .custom-radio [type="radio"] + span::before {
	border-radius: 50%;
	box-shadow: none; }
.custom-checkbox :checked + span:after, .custom-radio :checked + span:after {
	position: absolute;
	top: 0.25rem;
	left: 0.25rem;
	content: "";
	width: 0.375rem;
	height: 0.375rem;
	background: #089fb7;
	font-size: 0.8125rem;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }
.custom-checkbox :checked + span:before, .custom-radio :checked + span:before {
	box-shadow: none; }
.custom-checkbox.right, .custom-radio.right {
	padding: 0 1.3125rem 0 0; }
.custom-checkbox.right [type="checkbox"] + span::before, .custom-checkbox.right [type="radio"] + span::before, .custom-radio.right [type="checkbox"] + span::before, .custom-radio.right [type="radio"] + span::before {
	right: 0;
	left: auto; }
.custom-checkbox.right :checked + span:after, .custom-radio.right :checked + span:after {
	right: -0.1875rem;
	left: auto;
	content: "\e900";
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

.custom-radio [type="radio"] + span {
	margin-top: -0.1875rem; }
.custom-radio [type="radio"] + span::before {
	width: 0.9375rem;
	height: 0.9375rem;
	border: 0.0625rem solid #1b252e; }

.custom-radio :checked + span:after {
	background: #089fb7;
	border-radius: 50%;
	top: 0.3125rem;
	left: 0.3125rem;
	width: 0.3125rem;
	height: 0.3125rem;
	content: ""; }

.custom-radio.right :checked + span:after {
	right: 0.3125rem;
	content: ""; }

.button {
	z-index: 1;
	overflow: hidden;
	position: relative;
	outline: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden; }
.button::before {
	content: attr(data-text);
	position: absolute;
	z-index: 100;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	color: #fff;
	background: #5ae2ee;
	border: 1px solid transparent;
	border-radius: 3.125rem;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0); }
.button.padded-horz::before, .button.padded-horz > span {
	padding-left: 3.2em;
	padding-right: 3.2em; }
.button.hollow::before {
	color: #111820; }
.button.hollow:hover {
	border-color: #5ae2ee;
	border-color: transparent;
	color: #111820;
	-webkit-transition: border-color 1.2s;
	transition: border-color 1.2s; }
.button.hollow.secondary:hover::before {
	color: #fff; }
.button.hollow.white::before {
	color: #089fb7; }
.button.hollow.white:hover, .button.hollow.white:focus {
	color: #089fb7; }
.button.hollow.white:hover span, .button.hollow.white:focus span {
	color: #089fb7; }
.button.primary::before {
	background: #089fb7; }
.button.primary:hover {
	border-color: #089fb7; }
.button.hollow.primary:hover, .button.hollow.primary.is-active {
	border-color: #089fb7;
	background: #089fb7; }
.button.secondary::before {
	background: #1b252e; }
.button.secondary:hover {
	border-color: #1b252e; }
.button.hollow.secondary:hover, .button.hollow.secondary.is-active {
	border-color: #1b252e;
	background: #1b252e; }
.button.success::before {
	background: #3adb76; }
.button.success:hover {
	border-color: #3adb76; }
.button.hollow.success:hover, .button.hollow.success.is-active {
	border-color: #3adb76;
	background: #3adb76; }
.button.warning::before {
	background: #ffae00; }
.button.warning:hover {
	border-color: #ffae00; }
.button.hollow.warning:hover, .button.hollow.warning.is-active {
	border-color: #ffae00;
	background: #ffae00; }
.button.alert::before {
	background: #ec5840; }
.button.alert:hover {
	border-color: #ec5840; }
.button.hollow.alert:hover, .button.hollow.alert.is-active {
	border-color: #ec5840;
	background: #ec5840; }
.button.white::before {
	background: #fff; }
.button.white:hover {
	border-color: #fff; }
.button.hollow.white:hover, .button.hollow.white.is-active {
	border-color: #fff;
	background: #fff; }
.button > span {
	display: block;
	vertical-align: middle; }
.button::before, .button > span {
	padding: 0.8em 2.6em;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
@media screen and (min-width: 64em) {
	.button::before, .button > span {
		padding: 0.7em 2.3em; } }
.button:hover {
	border-color: #5ae2ee;
	background: #5ae2ee; }
.button:hover::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); }
.button:hover > span {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0); }
.button.flat {
	padding: 0.9em 2.8em;
	border: 2px solid #089fb7;
	border-radius: 0;
	font-size: 1.0625rem;
	letter-spacing: 0.0625rem;
	text-transform: uppercase;
	font-family: "BlenderPro-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
.button.flat.success {
	border-color: #3adb76; }
.button.flat:before {
	display: none; }
.button.flat:hover {
	background: none;
	color: #089fb7; }
@media screen and (min-width: 64em) {
	.button.flat {
		font-size: 1.25rem; } }
.button.naked {
	padding: 0;
	border: none;
	border-radius: 0;
	font-size: 1.25rem;
	background: none;
	color: #10181e;
	border-bottom: 1px solid transparent;
	-webkit-transition: 0.3s;
	transition: 0.3s; }
.button.naked:hover {
	background: none;
	border-color: inherit; }
.button.naked:hover::before {
	display: none; }
.button.white.white-blue::before {
	background: #5ae2ee; }
.button.white.white-blue:hover {
	border-color: #5ae2ee;
	background: #5ae2ee; }
.button.white-text:hover {
	color: #fff; }
.button.white-text:hover::before, .button.white-text:hover > span {
	color: #fff; }
.button.blue-hover-text:hover {
	color: #089fb7; }
.button.blue-hover-text:hover::before, .button.blue-hover-text:hover > span {
	color: #089fb7; }
.blue-box .button {
	white-space: nowrap; }
@media screen and (min-width: 64em) {
	.button {
		font-size: 1.25rem; } }

.arrow-link {
	font-family: "BlenderPro-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	display: inline-block;
	vertical-align: top;
	min-width: 215px;
	position: relative;
	padding-right: 2.25rem;
	font-size: 1rem;
	line-height: 1.5; }
.arrow-link:after {
	content: "\e913";
	font-family: 'icomoon';
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s; }
.arrow-link:hover:after {
	-webkit-animation: arrow-right .7s normal infinite;
	animation: arrow-right .7s normal infinite; }
@media screen and (min-width: 64em) {
	.arrow-link {
		font-size: 1.25rem;
		line-height: 1.3;
		min-width: 256px; } }

body.menu-opened, html.menu-opened {
	overflow: hidden; }

.off-canvas {
	height: 100vh;
	padding: 1.25rem; }
@media screen and (min-width: 48em) {
	.off-canvas.position-right {
		width: 25.625rem;
		right: -25.625rem;
		padding: 2.5rem; } }
@media screen and (min-width: 75em) {
	.off-canvas.position-right {
		padding: 2rem 3.75rem 3.125rem 2.75rem;
		width: 32.5rem;
		right: -32.5rem; } }

@media screen and (min-width: 48em) {
	.is-open-right {
		-webkit-transform: translateX(-25.625rem);
		-ms-transform: translateX(-25.625rem);
		transform: translateX(-25.625rem); } }

@media screen and (min-width: 75em) {
	.is-open-right {
		-webkit-transform: translateX(-32.5rem);
		-ms-transform: translateX(-32.5rem);
		transform: translateX(-32.5rem); } }

.js-off-canvas-exit {
	z-index: 10; }

.sidebar-menu-canvas-close {
	font-size: 1rem;
	margin-top: 0.4375rem;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s; }
.sidebar-menu-canvas-close:hover {
	opacity: 0.8; }
@media screen and (min-width: 48em) {
	.sidebar-menu-canvas-close {
		margin-top: 0.6875rem; } }
@media screen and (min-width: 75em) {
	.sidebar-menu-canvas-close {
		font-size: 1.4375rem; } }

.intro {
	position: relative;
	min-height: 24.8125rem;
	padding: 6.25rem 0 1.25rem;
	color: #fff;
	text-align: center; }
@media screen and (min-width: 48em) {
	.intro {
		height: 100vh;
		padding-top: 9.6875rem; } }
@media screen and (min-width: 75em) {
	.intro {
		padding-top: 17.6875rem; } }

.intro-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0; }
.intro-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(17, 24, 32, 0.7); }

.intro-content {
	position: relative;
	margin: auto;
	z-index: 9; }
.intro-content > .row {
	padding: 0; }
@media screen and (min-width: 48em) {
	.intro-content {
		width: 43.75rem;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%); } }
@media screen and (min-width: 75em) {
	.intro-content {
		width: 56.5625rem; } }

.intro-title {
	margin: 0; }
.intro-title::after {
	content: "";
	display: block;
	background: #089fb7;
	width: 4.125rem;
	height: 1px;
	margin-top: 1.25rem;
	margin-right: auto;
	margin-left: auto; }
@media screen and (min-width: 48em) {
	.intro-title::after {
		margin-top: 1.25rem; } }
@media screen and (min-width: 64em) {
	.intro-title::after {
		margin-top: 1.25rem; } }
@media screen and (min-width: 75em) {
	.intro-title::after {
		margin-top: 2.5625rem; } }
@media screen and (min-width: 100em) {
	.intro-title::after {
		margin-top: 2.5625rem; } }
@media screen and (min-width: 48em) {
	.intro-title {
		font-size: 4.3125rem; } }
@media screen and (min-width: 75em) {
	.intro-title {
		font-size: 6.25rem; } }

.intro-text {
	display: block;
	padding-top: 1.125rem;
	font-size: 1.3125rem;
	line-height: 1.2; }
@media screen and (min-width: 48em) {
	.intro-text {
		font-size: 1.4375rem;
		line-height: 1.1; } }
@media screen and (min-width: 75em) {
	.intro-text {
		max-width: 43.75rem;
		margin: auto;
		padding-top: 3.125rem;
		font-size: 1.8125rem; } }
.intro-text p {
	line-height:1.2; }
	@media screen and (min-width: 48em) {
    .intro-text p {
      line-height: 1.1; } }

.sidebar-nav {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.25rem; }
.sidebar-nav > li {
	margin-bottom: 0.625rem; }
@media screen and (min-width: 75em) {
	.sidebar-nav > li {
		margin-bottom: 1.0625rem; } }
.sidebar-nav a {
	color: #111820;
	border-bottom: 1px solid transparent;
	-webkit-transition: 0.3s;
	transition: 0.3s; }
.sidebar-nav a:hover {
	border-color: black; }
.sidebar-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.125rem; }
.sidebar-nav ul li a {
	color: #a9acb0; }
.sidebar-nav ul li a:hover {
	border-color: #a9acb0; }
@media screen and (min-width: 75em) {
	.sidebar-nav ul li {
		margin-bottom: -0.0625rem; } }
@media screen and (min-width: 75em) {
	.sidebar-nav ul {
		font-size: 1.5625rem;
		margin-top: -0.1875rem; } }
@media screen and (min-width: 75em) {
	.sidebar-nav {
		font-size: 1.75rem; } }

.sidebar-menu-head {
	margin-bottom: 1.25rem; }
.sidebar-menu-head > .row {
	padding: 0; }
@media screen and (min-width: 75em) {
	.sidebar-menu-head {
		margin-bottom: 2.3125rem; } }

.sidebar-menu-logo {
	display: block;
	max-width: 15.3125rem;
	outline: none; }

.sidebar-menu-body {
	margin-bottom: 1.25rem; }
@media screen and (min-width: 75em) {
	.sidebar-menu-body {
		margin: 0;
		height: calc(100vh - 210px);
		overflow: hidden;
		position: relative; } }

@media screen and (min-width: 75em) {
	.sidebar-menu-body-inner {
		overflow-y: scroll;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: -1.0625rem; } }

@media screen and (min-width: 75em) {
	.sidebar-menu-footer {
		position: absolute;
		bottom: 20px; } }

.social-links.social-links-footer {
	padding-top: 1.125rem; }
.social-links.social-links-footer .icon {
	font-size: 1.875rem; }
@media screen and (min-width: 100em) {
	.social-links.social-links-footer {
		padding-top: 0.375rem; } }

.social-links .icon {
	font-size: 1.5625rem;
	color: #10181e;
	display: inline-block;
	margin-right: 0.625rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border: none; }
.social-links .icon:hover {
	color: #a9acb0;
	text-decoration: none;
	border: none; }
@media screen and (min-width: 75em) {
	.social-links .icon {
		font-size: 1.9375rem; } }

.big-carousel-holder {
	position: relative;
	opacity: 0;
	-webkit-transition: .6s;
	transition: .6s; }
.big-carousel-holder.big-carousel-is-loaded {
	opacity: 1; }

.off-canvas-wrapper-inner.is-off-canvas-open .big-carousel {
	left: 17px; }

.big-carousel-item {
	min-height: 35.5rem;
	height: 100vh;
	background-size: cover;
	background-position: 50%; }

.big-carousel-item-content {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-top: 3.125rem;
	color: #fff; }
.big-carousel-item-content .big-carousel-item-btn {
	visibility: hidden;
	opacity: 0;
	top: 1.25rem;
	-webkit-transition: 0.6s 1.2s;
	transition: 0.6s 1.2s; }
@media screen and (min-width: 48em) {
	.big-carousel-item-content {
		max-width: 33.75rem; } }
@media screen and (min-width: 100em) {
	.big-carousel-item-content {
		max-width: 41.875rem; } }

.is-active-slide .big-carousel-item-title, .is-active-slide .big-carousel-item-text, .is-active-slide .big-carousel-item-btn {
	position: relative;
	visibility: visible;
	opacity: 1;
	top: 0; }

.big-carousel-item-title {
	visibility: hidden;
	opacity: 0;
	top: 1.25rem;
	font-family: "BlenderPro-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	margin-bottom: 1.875rem;
	font-size: 2.4375rem;
	-webkit-transition: 0.6s 0.8s;
	transition: 0.6s 0.8s; }
.big-carousel-item-title::after {
	content: "";
	display: block;
	background: #089fb7;
	width: 4.125rem;
	height: 1px;
	margin-top: 1.875rem; }
@media screen and (min-width: 48em) {
	.big-carousel-item-title::after {
		margin-top: 1.25rem; } }
@media screen and (min-width: 64em) {
	.big-carousel-item-title::after {
		margin-top: 1.875rem; } }
@media screen and (min-width: 75em) {
	.big-carousel-item-title::after {
		margin-top: 1.875rem; } }
@media screen and (min-width: 100em) {
	.big-carousel-item-title::after {
		margin-top: 1.875rem; } }
@media screen and (min-width: 48em) {
	.big-carousel-item-title {
		margin-bottom: 1.875rem;
		font-size: 3.9375rem;
		line-height: 1; } }
@media screen and (min-width: 100em) {
	.big-carousel-item-title {
		margin-bottom: 2.5rem;
		font-size: 4.8125rem; } }

.big-carousel-item-text {
	visibility: hidden;
	opacity: 0;
	top: 1.25rem;
	display: block;
	margin-bottom: 2.125rem;
	font-size: 1.375rem;
	line-height: 1.2;
	-webkit-transition: 0.6s 1s;
	transition: 0.6s 1s; }
@media screen and (min-width: 100em) {
	.big-carousel-item-text {
		margin-bottom: 3.125rem;
		font-size: 1.75rem; } }
.big-carousel-item-text p { line-height:1.2; }

.carousel-counter-box {
	position: relative;
	text-align: right;
	margin: -2.9375rem 0 0.5625rem;
	font-size: 1.5625rem; }
@media screen and (min-width: 75em) {
	.carousel-counter-box {
		margin: -4.375rem 0 1.875rem; } }
.carousel-counter-box.carousel-counter-box-steps-slider {
	margin: 0;
	padding-top: 2.5rem; }
@media screen and (min-width: 100em) {
	.carousel-counter-box.carousel-counter-box-steps-slider {
		padding: 3.125rem 11.375rem 0 0; } }

.carousel-counter {
	display: inline-block;
	vertical-align: top;
	color: #089fb7;
	letter-spacing: 0.125rem; }

.big-carousel-arrow-box {
	display: inline-block;
	vertical-align: top;
	padding: 0.5625rem 0.1875rem 0;
	cursor: pointer; }

.big-carousel-arrow {
	font-size: 1.125rem;
	color: #5ae2ee;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-animation: arrow-right .7s normal infinite;
	animation: arrow-right .7s normal infinite; }
.big-carousel-arrow::before {
	content: "\e900";
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }
.big-carousel-arrow:hover {
	color: #0f8a95; }
.big-carousel-arrow.big-carousel-prev {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top: -0.4375rem;
	-webkit-animation: arrow-left .7s normal infinite;
	animation: arrow-left .7s normal infinite; }

.half-container {
	position: relative;
	z-index: 2; }
.half-container * {
	position: relative;
	z-index: 2; }
.half-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 69%;
	z-index: -1;
	background: #e8ebef; }
@media screen and (min-width: 48em) {
	.half-container::before {
		height: 55%; } }
@media screen and (min-width: 75em) {
	.half-container::before {
		height: 50%; } }
.half-container.home:before {
	height: 59%; }
@media screen and (min-width: 48em) {
	.half-container.home:before {
		height: 65%; } }
@media screen and (min-width: 75em) {
	.half-container.home:before {
		height: 62%; } }

.card-box {
	overflow: hidden; }
.card-box.card-box-padded-bottom {
	padding-bottom: 3.125rem; }
@media screen and (min-width: 48em) {
	.card-box.card-box-padded-bottom {
		padding-bottom: 5rem; } }
@media screen and (min-width: 75em) {
	.card-box.card-box-padded-bottom {
		padding-bottom: 6.25rem; } }

.card-item {
	position: relative;
	height: 11.875rem;
	color: #fff;
	text-align: center; }
@media screen and (min-width: 75em) {
	.card-item:hover .card-item-desc {
		opacity: 1;
		visibility: visible;
		height: 100%; } }
.card-item:hover .card-item-prod-logo, .card-item:hover .card-item-text, .card-item:hover .button {
	bottom: 0;
	opacity: 1; }
.card-item .button:hover::before {
	color: #089fb7; }
@media screen and (min-width: 48em) {
	.card-item .button::before, .card-item .button > span {
		padding: 0.625rem 2.0625rem; } }
@media screen and (min-width: 75em) {
	.card-item .button::before, .card-item .button > span {
		padding: 0.625rem 3.3125rem; } }
@media screen and (min-width: 48em) {
	.card-item {
		height: 12.125rem; } }
@media screen and (min-width: 75em) {
	.card-item {
		height: 22.5rem; } }

.card-item-desc {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	opacity: 0;
	height: 0.25rem;
	visibility: hidden;
	z-index: 9;
	background: #5ae2ee;
	background: -webkit-linear-gradient(left, #5ae2ee 0%, #089fb7 100%);
	background: linear-gradient(to right, #5ae2ee 0%, #089fb7 100%);
	-webkit-transition: 0.3s;
	transition: 0.3s; }

.card-item-desc-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.3s;
	transition: 0.3s; }
.card-item-desc-inner .button {
	position: relative;
	bottom: -0.625rem;
	opacity: 0;
	margin: 0;
	-webkit-transition: 0.3s 0.5s;
	transition: 0.3s 0.5s; }
@media screen and (min-width: 100em) {
	.card-item-desc-inner {
		min-width: 28.75rem; } }

.card-item-title {
	font-size: 1.875rem; }
@media screen and (min-width: 48em) {
	.card-item-title {
		font-size: 2.1875rem; } }
@media screen and (min-width: 75em) {
	.card-item-title {
		margin: 0;
		font-size: 2.75rem; } }

.card-item-desc-visible {
	position: absolute;
	bottom: 1.875rem;
	left: 0;
	width: 100%;
	padding: 0 15px; }
@media screen and (min-width: 75em) {
	.card-item-desc-visible .button {
		display: none; } }
@media screen and (min-width: 75em) {
	.card-item-desc-visible {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		bottom: auto; } }

.card-item-text {
	position: relative;
	bottom: -0.625rem;
	opacity: 0;
	display: block;
	padding: 1.25rem 0;
	font-size: 1.25rem;
	line-height: 1.1;
	-webkit-transition: 0.3s 0.4s;
	transition: 0.3s 0.4s; }
@media screen and (min-width: 100em) {
	.card-item-text {
		max-width: 19.375rem;
		margin: auto; } }
.card-item-text p { line-height:1.1; }

.card-item-pic {
	position: relative;
	height: 11.875rem;
	overflow: hidden; }
.card-item-pic img {
	display: block; }
.card-item-pic::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: rgba(17, 24, 32, 0.7); }
.card-item-pic::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	height: 0.25rem;
	width: 100%;
	background: -webkit-linear-gradient(left, #5ae2ee 0%, #089fb7 100%);
	background: linear-gradient(to right, #5ae2ee 0%, #089fb7 100%); }
@media screen and (min-width: 48em) {
	.card-item-pic {
		height: 12.125rem; } }
@media screen and (min-width: 75em) {
	.card-item-pic {
		height: 22.5rem; } }

.card-item-prod-logo {
	position: relative;
	bottom: -0.625rem;
	opacity: 0;
	white-space: nowrap;
	line-height: 1;
	font-size: 2.75rem;
	margin: auto;
	-webkit-transition: 0.3s 0.3s;
	transition: 0.3s 0.3s; }
.card-item-prod-logo::after {
	content: "";
	display: block;
	background: #fff;
	width: 2.5rem;
	height: 1px;
	margin-top: 1.8125rem;
	margin-right: auto;
	margin-left: auto; }
@media screen and (min-width: 48em) {
	.card-item-prod-logo::after {
		margin-top: 1.8125rem; } }
@media screen and (min-width: 64em) {
	.card-item-prod-logo::after {
		margin-top: 1.8125rem; } }
@media screen and (min-width: 75em) {
	.card-item-prod-logo::after {
		margin-top: 1.8125rem; } }
@media screen and (min-width: 100em) {
	.card-item-prod-logo::after {
		margin-top: 1.8125rem; } }

.news-carousel-box {
	position: relative; }
@media screen and (min-width: 48em) {
	.news-carousel-box {
		padding-top: 0.625rem; } }

.news-carousel-item {
	outline: none; }
@media screen and (min-width: 48em) {
	.news-carousel-item.next-slide .news-carousel-pic, .news-carousel-item.prev-slide .news-carousel-pic {
		opacity: 1 !important;
		-webkit-transition: 0.3s;
		transition: 0.3s; } }
@media screen and (min-width: 48em) {
	.news-carousel-item.slick-active + .news-carousel-item .news-carousel-pic {
		left: 0;
		right: auto; } }
@media screen and (min-width: 48em) {
	.news-carousel-item.slick-active .news-carousel-text-box {
		opacity: 1;
		visibility: visible; } }
@media screen and (min-width: 48em) {
	.news-carousel-item.slick-active .news-carousel-pic {
		left: auto;
		right: 0; } }
.news-carousel-item.slick-active .news-carousel-text-box-inner {
	bottom: 0;
	opacity: 1;
	visibility: visible; }
@media screen and (min-width: 48em) {
	.news-carousel-item {
		height: 15.625rem; } }
@media screen and (min-width: 75em) {
	.news-carousel-item {
		height: 32.5rem; } }

.news-carousel-text {
	display: none;
	margin-bottom: 1.25rem; }
.news-carousel-text p { line-height:1.1; }
@media screen and (min-width: 75em) {
	.news-carousel-text {
		display: block; } }
@media screen and (min-width: 75em) {
	.news-carousel-text {
		margin-bottom: 2.125rem;
		font-size: 1.0625rem;
		line-height: 1.3; } }

@media screen and (min-width: 48em) {
	.news-carousel-item-inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		position: relative; } }

.news-carousel-text-box {
	position: relative;
	background: #fff; }
@media screen and (min-width: 48em) {
	.news-carousel-text-box {
		visibility: hidden;
		opacity: 0;
		width: 0;
		width: 50%;
		padding: 0 1.6875rem;
		-webkit-transition: 0.3s 0.3s;
		transition: 0.3s 0.3s; } }
@media screen and (min-width: 100em) {
	.news-carousel-text-box {
		width: 45%;
		padding: 0 5.3125rem; } }

.news-carousel-text-box-inner {
	position: relative;
	bottom: -0.9375rem;
	opacity: 0;
	visibility: hidden;
	margin-bottom: 0.9375rem;
	-webkit-transition: 0.3s 0.6s;
	transition: 0.3s 0.6s; }

.news-carousel-pic {
	height: 16.25rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center; }
@media screen and (min-width: 48em) {
	.news-carousel-pic {
		height: 15.625rem;
		position: absolute;
		top: 0;
		right: 0;
		width: 50%; } }
@media screen and (min-width: 75em) {
	.news-carousel-pic {
		height: 32.5rem; } }
@media screen and (min-width: 100em) {
	.news-carousel-pic {
		width: 55%; } }

.news-carousel-date {
	display: block; }
@media screen and (min-width: 48em) {
	.news-carousel-date {
		margin: -0.4375rem 0 0.75rem; } }
@media screen and (min-width: 75em) {
	.news-carousel-date {
		margin-bottom: 0.9375rem; } }

.news-carousel-title {
	font-size: 1.875rem;
	line-height: 1.1; }
@media screen and (min-width: 48em) {
	.news-carousel-title {
		font-size: 2.1875rem; } }
@media screen and (min-width: 75em) {
	.news-carousel-title {
		margin-bottom: 2.125rem;
		font-size: 2.75rem; }
	.news-carousel-title::after {
		content: "";
		display: block;
		background: #089fb7;
		width: 1.875rem;
		height: 1px;
		margin-top: 1.9375rem; } }
@media screen and (min-width: 75em) and (min-width: 48em) {
	.news-carousel-title::after {
		margin-top: 1.9375rem; } }
@media screen and (min-width: 75em) and (min-width: 64em) {
	.news-carousel-title::after {
		margin-top: 1.9375rem; } }
@media screen and (min-width: 75em) and (min-width: 75em) {
	.news-carousel-title::after {
		margin-top: 1.9375rem; } }
@media screen and (min-width: 75em) and (min-width: 100em) {
	.news-carousel-title::after {
		margin-top: 1.9375rem; } }

.news-carousel-nav {
	padding: 0.3125rem 0;
	text-align: right; }
@media screen and (min-width: 48em) {
	.news-carousel-nav {
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		padding: 0;
		bottom: -2.0625rem;
		top: auto;
		margin-left: -0.625rem; } }
@media screen and (min-width: 75em) {
	.news-carousel-nav {
		bottom: -2.4375rem;
		margin-left: -4.125rem; } }
@media screen and (min-width: 100em) {
	.news-carousel-nav {
		margin-left: -6.9375rem; } }
@media screen and (min-width: 112.5em) {
	.news-carousel-nav {
		margin-left: -7.9375rem; } }

.news-carousel-prev-box, .news-carousel-next-box {
	display: inline-block;
	vertical-align: top;
	margin: 0.5625rem 0.1875rem 0 1.125rem;
	cursor: pointer; }

.news-carousel-prev-box {
	margin-top: 0; }

@media screen and (min-width: 75em) {
	.news-carousel-next-box {
		margin-right: 1.875rem; } }

.news-carousel-prev, .news-carousel-next {
	color: #089fb7;
	font-size: 1.75rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-animation: arrow-right .7s normal infinite;
	animation: arrow-right .7s normal infinite; }
.news-carousel-prev::before, .news-carousel-next::before {
	content: "\e913";
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }
.news-carousel-prev:hover, .news-carousel-next:hover {
	color: #0f8a95; }
.news-carousel-prev.news-carousel-prev, .news-carousel-next.news-carousel-prev {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top: 0.0625rem;
	-webkit-animation: arrow-left .7s normal infinite;
	animation: arrow-left .7s normal infinite; }
@media screen and (min-width: 75em) {
	.news-carousel-prev.news-carousel-prev, .news-carousel-next.news-carousel-prev {
		margin-top: -0.0625rem; } }
@media screen and (min-width: 48em) {
	.news-carousel-prev, .news-carousel-next {
		font-size: 1.8125rem; } }
@media screen and (min-width: 75em) {
	.news-carousel-prev, .news-carousel-next {
		font-size: 2.5rem; } }

@media screen and (min-width: 48em) {
	.news-carousel-next {
		color: #fff; }
	.news-carousel-next:hover {
		color: #fff; } }

.news-carousel-nav-title {
	display: inline-block;
	vertical-align: middle;
	color: #089fb7; }

.news-carousel-counter {
	display: inline-block;
	vertical-align: middle;
	color: #089fb7; }

.news-carousel-counter-box {
	display: inline-block;
	vertical-align: middle;
	padding-top: 1.125rem;
	margin-right: 1.375rem; }

.plain-info-box {
	font-size: 1.8125rem;
	line-height: 1.1;
	font-family: "BlenderPro-Thin", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
@media screen and (min-width: 48em) {
	.plain-info-box {
		font-size: 3.25rem; } }
@media screen and (min-width: 75em) {
	.plain-info-box {
		font-size: 3.75rem; } }

.plain-info-box-white-aerospace, .plain-info-box-white-rail {
	font-size: 1.8125rem;
	line-height: 1.1;
	font-family: "BlenderPro-Thin", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	display: table;
	width: 100%; }
.plain-info-box-white-aerospace.middle, .middle.plain-info-box-white-rail {
	margin: 0 0 10px; }
@media screen and (min-width: 48em) {
	.plain-info-box-white-aerospace.middle, .middle.plain-info-box-white-rail {
		margin: 0;
		font-size: 2.5rem; } }
@media screen and (min-width: 75em) {
	.plain-info-box-white-aerospace.middle, .middle.plain-info-box-white-rail {
		font-size: 3.75rem; } }
/*.plain-info-box-white-aerospace > span, */.plain-info-box-white-rail > span {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden; }
.plain-info-box-white-aerospace .circle-graph, .plain-info-box-white-rail .circle-graph {
	width: 85px;
	padding: 0 10px 0 0;
	color: #089fb7;
	position: relative;
	font: 20px/1 "BlenderPro-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	display:block;
	float:left; }

.plain-info-box-white-aerospace .circle-graph + span {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
	width:100%;
}

.plain-info-box-white-aerospace .circle-graph svg, .plain-info-box-white-rail .circle-graph svg {
	width: 100%;
	height: auto; }
.plain-info-box-white-aerospace .circle-graph .value, .plain-info-box-white-rail .circle-graph .value {
	position: absolute;
	top: 50%;
	left: 0;
	right: 10px;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%); }
@media screen and (min-width: 48em) {
	.plain-info-box-white-aerospace .circle-graph, .plain-info-box-white-rail .circle-graph {
		width: 155px;
		padding: 10px 20px 0 0;
		font-size: 26px; }
	.plain-info-box-white-aerospace .circle-graph .value, .plain-info-box-white-rail .circle-graph .value {
		right: 20px;
		left: 0; } }
@media screen and (min-width: 75em) {
	.plain-info-box-white-aerospace .circle-graph, .plain-info-box-white-rail .circle-graph {
		width: 230px;
		padding: 15px 40px 0 0;
		font-size: 40px; }
	.plain-info-box-white-aerospace .circle-graph .value, .plain-info-box-white-rail .circle-graph .value {
		right: 40px;
		left: 0;
		top: 52%; } }
.plain-info-box-white-aerospace .circle-graph .timer, .plain-info-box-white-rail .circle-graph .timer {
	display: none;
	fill: #099fb8; }
.plain-info-box-white-aerospace .circle-graph .border, .plain-info-box-white-rail .circle-graph .border {
	stroke: #eeefef; }
.plain-info-box-white-aerospace .circle-graph .circle, .plain-info-box-white-rail .circle-graph .circle {
	stroke: #099fb8; }
.plain-info-box-white-aerospace.medical-mini, .medical-mini.plain-info-box-white-rail {
	margin: 0 0 10px; }
@media screen and (min-width: 48em) {
	.plain-info-box-white-aerospace.medical-mini, .medical-mini.plain-info-box-white-rail {
		margin: 0;
		font-size: 2.5rem; } }
@media screen and (min-width: 75em) {
	.plain-info-box-white-aerospace.medical-mini, .medical-mini.plain-info-box-white-rail {
		font-size: 3.625rem; } }
@media screen and (min-width: 75em) {
	.plain-info-box-white-aerospace.mini, .mini.plain-info-box-white-rail {
		padding: 4.6875rem 0;
		font-size: 3.75rem; } }
@media screen and (min-width: 48em) {
	.plain-info-box-white-aerospace, .plain-info-box-white-rail {
		font-size: 3rem; } }
@media screen and (min-width: 75em) {
	.plain-info-box-white-aerospace, .plain-info-box-white-rail {
		font-size: 4.8125rem; } }

.plain-info-box-white-aerospace p { line-height:1.1; }
.plain-info-box-white-aerospace p:last-child { margin-bottom:0; }

@media screen and (min-width: 75em) {
	.plain-info-box-white-rail.plain-info-box-white-rail-mini {
		font-size: 3.75rem;
		line-height: 1.1; }
	.plain-info-box-white-rail.plain-info-box-white-rail-mini .plain-info-colored {
		font-size: 3.875rem; } }

@media screen and (min-width: 48em) {
	.plain-info-box-white-rail {
		font-size: 3.25rem;
		line-height: 1; }
	.plain-info-box-white-rail .plain-info-colored {
		font-size: 3.375rem; } }

@media screen and (min-width: 75em) {
	.plain-info-box-white-rail {
		font-size: 4.8125rem;
		line-height: 0.9; }
	.plain-info-box-white-rail .plain-info-colored {
		font-size: 5rem; } }

.plain-info-colored {
	color: #089fb7;
	font-family: "BlenderPro-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.plain-info-box-home {
	font-size: 1.4375rem;
	line-height: 1.1;
	letter-spacing: -1px;
	text-align: center; }
@media screen and (min-width: 64em) {
	.plain-info-box-home {
		font-size: 1.9375rem;
		line-height: 1; } }
.plain-info-box-home p { line-height:1.1; }

.plain-info-box-before-cards {
	font-size: 1.375rem;
	line-height: 1.1; }
.plain-info-box-before-cards h2 {
	margin-bottom: 0.625rem; }
@media screen and (min-width: 48em) {
	.plain-info-box-before-cards h2 {
		margin-bottom: 1.25rem; } }
@media screen and (min-width: 64em) {
	.plain-info-box-before-cards h2 {
		margin-bottom: 1.75rem; } }
@media screen and (min-width: 48em) {
	.plain-info-box-before-cards {
		font-size: 1.375rem; } }
@media screen and (min-width: 75em) {
	.plain-info-box-before-cards {
		max-width: 55.625rem;
		margin: auto;
		font-size: 1.9375rem;
		line-height: 1; } }

.plain-info-box-before-cards p {
	line-height:1.1; }

.plain-info-box-mining {
	font-size: 1.4375rem;
	line-height: 1;
	text-align: center; }
.plain-info-box-mining p {
	line-height: 1; }
@media screen and (min-width: 48em) {
	.plain-info-box-mining {
		font-size: 1.5625rem;
		line-height: 1.1; } }
@media screen and (min-width: 75em) {
	.plain-info-box-mining {
		font-size: 2rem; } }

.plain-info-box-aerospace, .plain-info-box-about {
	font-size: 1.4375rem;
	line-height: 1;
	text-align: center; }
.plain-info-box-aerospace p, .plain-info-box-about p {
	line-height: 1;
	margin-bottom: 1.5rem; }
@media screen and (min-width: 48em) {
	.plain-info-box-aerospace p, .plain-info-box-about p {
		margin-bottom: 1.875rem; } }
@media screen and (min-width: 48em) {
	.plain-info-box-aerospace, .plain-info-box-about {
		font-size: 1.5625rem;
		line-height: 1.1; } }
@media screen and (min-width: 75em) {
	.plain-info-box-aerospace, .plain-info-box-about {
		font-size: 2rem; } }

.plain-info-box-small {
	font-size: 27px;
	margin-top: -0.9375rem; }
.plain-info-box-small p {
	line-height: 1.1; }

.m-plain-info-box-before-cards {
	color: #10181e;
	font-size: 1.25rem;
	line-height: 1.5rem; }
@media screen and (min-width: 75em) {
	.m-plain-info-box-before-cards {
		font-size: 1.625rem;
		line-height: 1.154rem; } }
.m-plain-info-box-before-cards p {
	line-height: 1.5rem; }
@media screen and (min-width: 75em) {
	.m-plain-info-box-before-cards p {
		line-height: 1.875rem; } }
.m-plain-info-box-before-cards h2 {
	font-size: 1.875rem;
	line-height: 1.875rem;
	letter-spacing: -0.5px;
	margin: 0 0 1rem; }
@media screen and (min-width: 48em) {
	.m-plain-info-box-before-cards h2 {
		font-size: 1.8125rem;
		line-height: 1.875rem;
		letter-spacing: 0; } }
@media screen and (min-width: 75em) {
	.m-plain-info-box-before-cards h2 {
		font-size: 2.25rem;
		line-height: 2.313rem; } }
@media screen and (min-width: 75em) {
	.gray-box .m-plain-info-box-before-cards:first-child {
		margin: -2.563rem 0 2rem; } }

.blue-box.small-box .plain-info-box-mining {
	font-size: 1.4375rem; }
@media screen and (min-width: 48em) {
	.blue-box.small-box .plain-info-box-mining {
		font-size: 1.25rem;
		letter-spacing: 0; } }
@media screen and (min-width: 75em) {
	.blue-box.small-box .plain-info-box-mining {
		font-size: 1.625rem; } }
.blue-box.small-box .plain-info-box-mining p {
	line-height: 1.4375rem;
	margin: 0 0 0.5rem; }
@media screen and (min-width: 48em) {
	.blue-box.small-box .plain-info-box-mining p {
		line-height: 1.5rem;
		margin: 0 0 0.9375rem; } }
@media screen and (min-width: 75em) {
	.blue-box.small-box .plain-info-box-mining p {
		line-height: 1.875rem;
		margin: 0 0 1.2rem; } }

@media screen and (min-width: 48em) {
	.plain-info-box-about {
		font-size: 1.75rem; } }

@media screen and (min-width: 75em) {
	.plain-info-box-about {
		font-size: 2.125rem; } }

.plain-info-box-about p {
	margin-bottom: 1.3125rem; }
@media screen and (min-width: 75em) {
	.plain-info-box-about p {
		margin-bottom: 1.5625rem; } }

.blue-box-black-text {
	font-size: 1.125rem;
	margin: 0 1.0625rem; }
@media screen and (min-width: 48em) {
	.blue-box-black-text {
		font-size: 1.375rem;
		margin: 0;
		word-spacing: 0.4375rem; } }
@media screen and (min-width: 75em) {
	.blue-box-black-text {
		font-size: 1.625rem;
		word-spacing: 0.0625rem; } }
.blue-box-black-text p {
	margin-bottom: 0.9375rem;
	line-height: 1.2; }
@media screen and (min-width: 48em) {
	.blue-box-black-text p {
		line-height: 1.1; } }
@media screen and (min-width: 75em) {
	.blue-box-black-text p {
		line-height: 1.2; } }

.promo {
	position: relative;
	z-index: 2;
	padding: 3.5625rem 0 6.875rem;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden; }
.promo.promo-right .promo-img-inner {
	left: 0;
	right: auto; }
.promo.promo-right .promo-img::before {
	left: auto;
	right: 0;
	float: right;
	background: -webkit-linear-gradient(right, #354047 0%, #2c353e 42%, rgba(17, 24, 32, 0) 100%);
	background: linear-gradient(to left, #354047 0%, #2c353e 42%, rgba(17, 24, 32, 0) 100%); }
@media screen and (min-width: 48em) {
	.promo.promo-right .promo-img::before {
		background: -webkit-linear-gradient(right, #1a252d 54%, rgba(7, 10, 13, 0.3) 66%, rgba(17, 24, 32, 0) 100%);
		background: linear-gradient(to left, #1a252d 54%, rgba(7, 10, 13, 0.3) 66%, rgba(17, 24, 32, 0) 100%); } }
@media screen and (min-width: 75em) {
	.promo.promo-right .promo-img::before {
		background: -webkit-linear-gradient(right, #1a252d 45%, rgba(7, 10, 13, 0.1) 75%, rgba(17, 24, 32, 0) 100%);
		background: linear-gradient(to left, #1a252d 45%, rgba(7, 10, 13, 0.1) 75%, rgba(17, 24, 32, 0) 100%); } }
@media screen and (min-width: 48em) {
	.promo.promo-right .promo-content-column {
		width: 66.6666666667%;
		margin-left: 33.3333333333%; } }
@media screen and (min-width: 64em) {
	.promo.promo-right .promo-content-column {
		width: 41.6666666667%;
		margin-left: 58.3333333333%; } }
@media screen and (min-width: 100em) {
	.promo.promo-right .promo-content-column {
		width: 33.3333333333%;
		margin-left: 58.3333333333%; } }
.promo.promo-bigger .promo-text, .promo.promo-bigger .promo-text p, .promo.promo-bigger .promo-text ul, .promo.promo-bigger .promo-text ol {
	font-size: 1.25rem; }
@media screen and (min-width: 48em) {
	.promo.promo-bigger .promo-text, .promo.promo-bigger .promo-text p, .promo.promo-bigger .promo-text ul, .promo.promo-bigger .promo-text ol {
		font-size: 1.4375rem; } }
@media screen and (min-width: 75em) {
	.promo.promo-bigger .promo-text, .promo.promo-bigger .promo-text p, .promo.promo-bigger .promo-text ul, .promo.promo-bigger .promo-text ol {
		font-size: 1.8125rem;
		line-height: 1.1; } }
@media screen and (min-width: 75em) {
	.promo.promo-bigger .promo-title {
		margin-bottom: 2.5rem; } }
@media screen and (min-width: 48em) {
	.promo.promo-bigger {
		min-height: 30.75rem; } }
@media screen and (min-width: 75em) {
	.promo.promo-bigger {
		min-height: 41.25rem; } }
.promo.support {
	padding-bottom: 3.4375rem; }
.promo.support .promo-text p {
	font-size: 1.125rem;
	margin-bottom: 0.9375rem;
	line-height: 1.222;
	font-family: "BlenderPro-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
@media screen and (min-width: 75em) {
	.promo.support .promo-text p {
		font-size: 1.5rem; } }
@media screen and (min-width: 48em) {
	.promo.support {
		padding-bottom: 6.375rem; }
	.promo.support .promo-text p {
		margin-bottom: 1.25rem;
		line-height: 1.083;
		font-family: "BlenderPro-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; } }
@media screen and (min-width: 48em) and (min-width: 75em) {
	.promo.support .promo-text p {
		font-size: 1.5rem; } }
.promo h3 {
	margin-bottom: 1rem;
	line-height: 1.2;
	font-family: "BlenderPro-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 1.1875rem;
	color: #089fb7; }
@media screen and (min-width: 48em) {
	.promo h3 {
		font-size: 1.25rem; } }
@media screen and (min-width: 75em) {
	.promo h3 {
		font-size: 1.5rem; } }
@media screen and (min-width: 48em) {
	.promo {
		padding: 5.8125rem 0 6.8125rem; } }
@media screen and (min-width: 75em) {
	.promo {
		padding: 8.25rem 0 12.5rem; } }

.promo-content-column {
	width: 100%;
	float: left;
	padding-left: 1.25rem;
	padding-right: 1.25rem; }
@media screen and (min-width: 48em) {
	.promo-content-column {
		padding-left: 0.625rem;
		padding-right: 0.625rem; } }
@media screen and (min-width: 75em) {
	.promo-content-column {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem; } }
.promo-content-column:last-child:not(:first-child) {
	float: right; }
@media screen and (min-width: 48em) {
	.promo-content-column {
		width: 58.3333333333%; } }
@media screen and (min-width: 64em) {
	.promo-content-column {
		width: 41.6666666667%; } }
@media screen and (min-width: 100em) {
	.promo-content-column {
		width: 33.3333333333%;
		margin-left: 8.3333333333%; } }

.promo-img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
	background: -webkit-linear-gradient(left, #354047 0%, #2c353e 42%, rgba(17, 24, 32, 0) 100%);
	background: linear-gradient(to right, #354047 0%, #2c353e 42%, rgba(17, 24, 32, 0) 100%); }
@media screen and (min-width: 48em) {
	.promo-img::before {
		background: -webkit-linear-gradient(left, #1a252d 54%, rgba(7, 10, 13, 0.3) 66%, rgba(17, 24, 32, 0) 100%);
		background: linear-gradient(to right, #1a252d 54%, rgba(7, 10, 13, 0.3) 66%, rgba(17, 24, 32, 0) 100%); } }
@media screen and (min-width: 75em) {
	.promo-img::before {
		background: -webkit-linear-gradient(left, #1a252d 45%, rgba(7, 10, 13, 0.1) 75%, rgba(17, 24, 32, 0) 100%);
		background: linear-gradient(to right, #1a252d 45%, rgba(7, 10, 13, 0.1) 75%, rgba(17, 24, 32, 0) 100%); } }

.promo-img-inner {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60%; }

.promo-content {
	position: relative;
	z-index: 10;
	color: #fff; }

.promo-title {
	margin-bottom: 1.625rem;
	font-size: 1.75rem; }
.promo-title::after {
	content: "";
	display: block;
	background: #089fb7;
	width: 1.5625rem;
	height: 1px;
	margin-top: 1.5rem; }
.promo-title.centered::after {
	content: "";
	display: block;
	background: #089fb7;
	width: 4.125rem;
	height: 1px;
	margin-top: 1.625rem;
	margin-right: auto;
	margin-left: auto; }
	
@media screen and (min-width: 48em) {
	.promo-title::after,
	.promo-title.centered::after {
		margin-top: 1.5rem; } }
@media screen and (min-width: 64em) {
	.promo-title::after,
	.promo-title.centered::after {
		margin-top: 1.5rem; } }
@media screen and (min-width: 75em) {
	.promo-title::after,
	.promo-title.centered::after {
		margin-top: 1.5rem; } }
@media screen and (min-width: 100em) {
	.promo-title::after,
	.promo-title.centered::after {
		margin-top: 1.5rem; } }
@media screen and (min-width: 48em) {
	.promo-title {
		font-size: 2.9375rem; } }
@media screen and (min-width: 75em) {
	.promo-title {
		margin-bottom: 2.5rem;
		font-size: 3.625rem; }
	.promo-title.centered::after {
		margin-top: 2.5rem; } }
		font-size: 3.625rem; } }

.promo-text p {
	margin-bottom: 0.5rem;
	line-height: 1.2; }
@media screen and (min-width: 75em) {
	.promo-text p {
		font-size: 1.25rem; } }

.promo-text ul {
	margin: 0;
	padding-top: 0.625rem; }
.promo-text ul li {
	position: relative;
	padding-left: 0.75rem;
	list-style: none; }
.promo-text ul li::before {
	content: " - ";
	position: absolute;
	top: -1px;
	left: 0; }
@media screen and (min-width: 75em) {
	.promo-text ul {
		font-size: 1.3125rem; } }

.manufacter-box {
	padding: 2.8125rem 0 0.6875rem;
	background: #f9fafb; }
.manufacter-box.manufacter-static .manufacturer-pic {
	padding: 0;
	margin: 1.125rem 0 1.9375rem; }
@media screen and (min-width: 48em) {
	.manufacter-box.manufacter-static .manufacturer-pic {
		margin: 2.375rem -0.9375rem 0; } }
@media screen and (min-width: 75em) {
	.manufacter-box.manufacter-static .manufacturer-pic {
		margin-top: 0; } }
@media screen and (max-width: 47.9375em) {
	.manufacter-box.manufacter-static .manufacturer-logo {
		max-width: 6.8125rem; } }
@media screen and (min-width: 48em) {
	.manufacter-box.manufacter-static {
		padding-bottom: 8.9375rem; } }
@media screen and (min-width: 75em) {
	.manufacter-box.manufacter-static {
		padding: 7.75rem 0 7.5rem; } }
.manufacter-box.manufacter-fleet .manufacturer-pic {
	padding: 0;
	margin: 1.125rem 0 1.9375rem; }
@media screen and (min-width: 48em) {
	.manufacter-box.manufacter-fleet .manufacturer-pic {
		margin: 2.375rem -0.9375rem 0; } }
@media screen and (min-width: 75em) {
	.manufacter-box.manufacter-fleet .manufacturer-pic {
		margin: 0 0 0 3.125rem; } }
@media screen and (min-width: 100em) {
	.manufacter-box.manufacter-fleet .manufacturer-pic {
		margin: -7.3125rem -9.875rem 0 -0.4375rem;
		max-height: 42.5rem;
		overflow: hidden; } }
@media screen and (max-width: 47.9375em) {
	.manufacter-box.manufacter-fleet .manufacturer-logo {
		max-width: 6.8125rem; } }
@media screen and (min-width: 48em) {
	.manufacter-box.manufacter-fleet {
		padding-bottom: 8.9375rem; } }
@media screen and (min-width: 75em) {
	.manufacter-box.manufacter-fleet {
		padding: 7.75rem 0 0; } }
@media screen and (min-width: 75em) {
	.manufacter-box.manufacturer-box-fluid .manufacturer-pic {
		margin: 0.625rem 0 0 -0.5625rem; } }
.manufacter-box.manufacturer-box-fluid.absolute-img {
	position: relative;
	padding-bottom: 21.875rem; }
@media screen and (min-width: 48em) {
	.manufacter-box.manufacturer-box-fluid.absolute-img {
		padding: 6.25rem 0; } }
@media screen and (min-width: 75em) {
	.manufacter-box.manufacturer-box-fluid.absolute-img {
		padding: 7.8125rem 0; } }
@media screen and (min-width: 48em) {
	.manufacter-box {
		padding: 6rem 0 5.75rem; } }
@media screen and (min-width: 75em) {
	.manufacter-box {
		padding: 10.4375rem 0 10rem; } }

@media screen and (min-width: 75em) {
	.manufacturer.manufacturer-automotive .manufacturer-pic {
		margin: 0.625rem 0 0 -0.5625rem; } }

.manufacturer-logo {
	margin-bottom: 1.5625rem;
	max-width: 8.75rem; }
.manufacturer-logo::after {
	content: "";
	display: block;
	background: #089fb7;
	width: 3.125rem;
	height: 1px;
	margin-top: 1.625rem; }
@media screen and (min-width: 48em) {
	.manufacturer-logo::after {
		margin-top: 1.8125rem; } }
@media screen and (min-width: 64em) {
	.manufacturer-logo::after {
		margin-top: 1.625rem; } }
@media screen and (min-width: 75em) {
	.manufacturer-logo::after {
		margin-top: 3.1875rem; } }
@media screen and (min-width: 100em) {
	.manufacturer-logo::after {
		margin-top: 3rem; } }
@media screen and (min-width: 48em) {
	.manufacturer-logo {
		max-width: 15rem; } }
@media screen and (min-width: 75em) {
	.manufacturer-logo {
		max-width: 18.75rem;
		margin-bottom: 2.5rem; } }

.manufacturer-text {
	font-size: 1.3125rem; }
.manufacturer-text p {
	line-height: 1.3;
	margin-bottom: 0.625rem; }
.manufacturer-text p:last-child {
	margin: 0; }
@media screen and (min-width: 75em) {
	.manufacturer-text {
		font-size: 1.6875rem; } }

.manufacturer-pic {
	padding: 0 1.875rem;
	text-align: center; }

.manufacturer-liquid-img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 18.75rem; }
@media screen and (min-width: 48em) {
	.manufacturer-liquid-img {
		bottom: auto;
		top: 0;
		height: 100%;
		width: 45%; } }
@media screen and (min-width: 75em) {
	.manufacturer-liquid-img {
		width: 50%; } }

.cluster-sky {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
	margin: auto;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden; }
.cluster-sky img {
	max-width: none;
	height: 100%;
	width: auto;
	position: relative; }
.cluster-box-distort .cluster-sky img {
	width: auto;
	height: 100%;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	/*width: 100%;
	height: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);*/
}

.cluster-sky-move {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 150%;
	margin-top: -25vh;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-55deg);
	transform: rotateY(-55deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg); }
.cluster-box-distort .cluster-sky-move {
	margin-top: 0;
	height: 100%; }

.cluster-sky-star {
	position: absolute;
	top: 0;
	height: 100%; }
.cluster-box-distort .cluster-sky-star {
	left: 0;
	text-align: center; }

.cluster-sky-star-1 {
	-webkit-transform: translate3d(-50%, 0, 300px) scale(0.7);
	transform: translate3d(-50%, 0, 300px) scale(0.7);
	z-index: 10; }

.cluster-sky-star-2 {
	-webkit-transform: translate3d(-50%, 0, 250px) scale(0.75);
	transform: translate3d(-50%, 0, 250px) scale(0.75);
	z-index: 9; }

.cluster-sky-star-3 {
	-webkit-transform: translate3d(-50%, 0, 210px) scale(0.79);
	transform: translate3d(-50%, 0, 210px) scale(0.79);
	z-index: 8; }

.cluster-sky-star-4 {
	-webkit-transform: translate3d(-50%, 0, 170px) scale(0.83);
	transform: translate3d(-50%, 0, 170px) scale(0.83);
	z-index: 7; }

.cluster-sky-star-5 {
	-webkit-transform: translate3d(-50%, 0, 150px) scale(0.85);
	transform: translate3d(-50%, 0, 150px) scale(0.85);
	z-index: 6; }

.cluster-sky-star-6 {
	-webkit-transform: translate3d(-50%, 0, 0px) scale(1);
	transform: translate3d(-50%, 0, 0px) scale(1);
	z-index: 5; }

.cluster-sky-star-7 {
	-webkit-transform: translate3d(-50%, 0, 0px) scale(1);
	transform: translate3d(-50%, 0, 0px) scale(1);
	z-index: 4; }

@-webkit-keyframes showStarOne {
	0% {
		opacity: 1;
		-webkit-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1); }
	50% {
		opacity: 0;
		-webkit-transform: translateX(-50%) scale(2);
		transform: translateX(-50%) scale(2); }
	51% {
		opacity: 0;
		-webkit-transform: translateX(-50%) scale(0);
		transform: translateX(-50%) scale(0); }
	100% {
		opacity: 1;
		-webkit-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1); } }

@keyframes showStarOne {
	0% {
		opacity: 1;
		-webkit-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1); }
	50% {
		opacity: 0;
		-webkit-transform: translateX(-50%) scale(2);
		transform: translateX(-50%) scale(2); }
	51% {
		opacity: 0;
		-webkit-transform: translateX(-50%) scale(0);
		transform: translateX(-50%) scale(0); }
	100% {
		opacity: 1;
		-webkit-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1); } }

.cluster-sky-star-6 img {
	-webkit-animation: showStarOne 30s linear infinite;
	animation: showStarOne 30s linear infinite; }

.cluster-sky-star-6-1 img {
	-webkit-animation: showStarOne 30s linear infinite;
	animation: showStarOne 30s linear infinite;
	-webkit-animation-delay: -15s;
	animation-delay: -15s; }

.cluster-sky-star-7 img {
	-webkit-animation: showStarOne 30s linear infinite;
	animation: showStarOne 30s linear infinite;
	-webkit-animation-delay: -22.5s;
	animation-delay: -22.5s; }

.cluster-sky-star-7-1 img {
	-webkit-animation: showStarOne 30s linear infinite;
	animation: showStarOne 30s linear infinite;
	-webkit-animation-delay: -7.5s;
	animation-delay: -7.5s; }

.cluster-sky-star-6-1 img {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7); }

.cluster-sky-star-7-1 img {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3); }

.cluster-sky-star-move {
	position: relative;
	height: 100%; }
.cluster-box-distort .cluster-sky-star-move {
	text-align: center; }

.cluster-box {
	position: relative;
	background: #111820;
	height: 100vh; }

.cluster-inner {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vh;
	max-width: 60%;
	max-width: calc(100% - 400px);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 100%; }

.cluster-head {
	position: absolute;
	width: 100%;
	top: 123px;
	font-size: 64px;
	letter-spacing: -2.2px;
	color: #fff;
	text-align: center; }

.cluster-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 10%;
	text-align:center; }

.cluster-move {
	position: relative;
	padding: 34px 34px 15px 15px; }

.cluster-line {
	position: absolute;
	top: 16px;
	right: 25px;
	left: 0;
	height: 1px;
	background: #fff;
	-webkit-transition: 0.4s 0.8s linear;
	transition: 0.4s 0.8s linear; }

.hexagon {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px; }

.hexagon-inner {
	width: 20px;
	height: 20px;
	position: relative;
	top: 7px;
	left: 7px;
	z-index: 3; }
.hexagon-inner img {
	display: block;
	opacity: 1;
	-webkit-transition: 0.4s 0.8s linear;
	transition: 0.4s 0.8s linear; }
.hexagon-inner img.hexagon-inner-hover {
	-webkit-transition: 0.4s 0.8s linear;
	transition: 0.4s 0.8s linear;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1; }

.hexagon-border {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.4s linear;
	transition: 0.4s linear;
	z-index: 1;
	width: 100%; }

.cluster-title {
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: -7px;
	right: 22px;
	left: 3px;
	font-size: 14px;
	letter-spacing: 1.1px;
	-webkit-transition: 0.4s 0.8s linear;
	transition: 0.4s 0.8s linear; }

.cluster-content {
	position: relative;
	z-index: 1;
	top: 0;
	opacity: 0;
	-webkit-transition: 0.4s linear;
	transition: 0.4s linear; }
.cluster-content * {
	display: none; }
.cluster-content:after {
	content: "";
	clear: both;
	display: block; }

.cluster-brand {
	margin: 0 0 14px; }

.cluster-info {
	line-height: 20px;
	color: #5ae2ee;
	letter-spacing: 0.4px; }
.cluster-info p { line-height:1.3; }
.cluster-info p:last-child { margin-bottom:0; }

.ld-smart-container {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	overflow: hidden; }

.ld-overlap-container {
	position: absolute; }

.ld-smart-container .ld-3d-parent {
	width: 100%;
	height: 100%;
	pointer-events: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 9000px;
	perspective: 9000px;
	opacity: 1;
	position: relative; }

.ld-smart-container .ld-transform-target {
	position: relative;
	-webkit-transform-style: flat;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
	width: 100%;
	height: 100%;
	pointer-events: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d; }

.ld-smart-container .ld-3d-object {
	position: absolute;
	pointer-events: none;
	-webkit-transform-style: flat;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px; }

.cluster-position {
	position: relative;
	z-index: 3; }

.cluster__ {
	z-index: 1; }
.cluster__:not(.right) {
	position: absolute;
	top: 400px;
	right: 50%;
	left: 50%;
	left: auto !important;
	-webkit-transition: 0.4s 0.4s linear;
	transition: 0.4s 0.4s linear;
	cursor: pointer; }
.cluster__:not(.right):hover {
	z-index: 2;
	left: auto !important;
	-webkit-transition: 0.4s linear;
	transition: 0.4s linear; }
.cluster__:not(.right):hover .cluster-title {
	top: -7px;
	opacity: 1;
	-webkit-transition: 0.4s 0.4s linear;
	transition: 0.4s 0.4s linear; }
.cluster__:not(.right):hover .cluster-content {
	opacity: 1;
	top: 0;
	-webkit-transition: 0.4s 0.4s linear;
	transition: 0.4s 0.4s linear; }
.cluster__:not(.right):hover .cluster-content:before {
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.4s 0.8s linear;
	transition: 0.4s 0.8s linear; }
.cluster__:not(.right):hover .hexagon-border {
	-webkit-transform: rotate(90deg) scale(1);
	-ms-transform: rotate(90deg) scale(1);
	transform: rotate(90deg) scale(1);
	-webkit-transition: 0.4s linear;
	transition: 0.4s linear; }
.cluster__:not(.right):hover .hexagon-inner img.hexagon-inner-hover {
	-webkit-transition: 0.4s linear;
	transition: 0.4s linear;
	opacity: 1; }
.cluster__.right {
	position: absolute;
	top: 400px;
	right: 50%;
	left: 50%;
	right: auto !important;
	-webkit-transition: 0.4s 0.4s linear;
	transition: 0.4s 0.4s linear;
	cursor: pointer; }
.cluster__.right .hexagon {
	left: 0;
	right: auto; }
.cluster__.right .cluster-move {
	left: auto;
	right: 0; }
.cluster__.right .cluster-line {
	left: 25px; }
.cluster__.right .cluster-title {
	right: auto;
	left: 22px;
	text-align: right; }
.cluster__.right .cluster-content {
	padding: 36px 10px 20px 10px; }
.cluster__.right .cluster-content:before {
	left: 17px;
	right: 0; }
.cluster__.right .cluster-info {
	float: right; }
.cluster__.right .cluster-brand {
	text-align: right; }
.cluster__.right:hover {
	right: auto !important;
	z-index: 2;
	-webkit-transition: 0.4s linear;
	transition: 0.4s linear; }
.cluster__.right:hover .cluster-title {
	top: -7px;
	opacity: 1;
	-webkit-transition: 0.4s 0.4s linear;
	transition: 0.4s 0.4s linear; }
.cluster__.right:hover .cluster-content {
	opacity: 1;
	top: 0;
	-webkit-transition: 0.4s 0.4s linear;
	transition: 0.4s 0.4s linear; }
.cluster__.right:hover .cluster-content:before {
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.4s 0.8s linear;
	transition: 0.4s 0.8s linear; }
.cluster__.right:hover .hexagon-border {
	-webkit-transform: rotate(90deg) scale(1);
	-ms-transform: rotate(90deg) scale(1);
	transform: rotate(90deg) scale(1);
	-webkit-transition: 0.4s linear;
	transition: 0.4s linear; }
.cluster__.right:hover .hexagon-inner img {
	-webkit-transition: 0.4s linear;
	transition: 0.4s linear;
	opacity: 0; }
.cluster__.right:hover .hexagon-inner img.hexagon-inner-hover {
	-webkit-transition: 0.4s linear;
	transition: 0.4s linear;
	opacity: 1; }

.cluster {
	position: absolute;
	width: 34px;
	height: 34px;
	-webkit-transform: translate(-50% -50%);
	-ms-transform: translate(-50% -50%);
	transform: translate(-50% -50%);
	z-index: 1; }
.cluster:hover {
	z-index: 2; }
.cluster:hover .cluster-line {
	background: #5ae2ee;
	-webkit-transition: 0.4s linear;
	transition: 0.4s linear; }
.cluster:hover .cluster-title {
	color: #5ae2ee;
	-webkit-transition: 0.4s linear;
	transition: 0.4s linear; }
.cluster:hover .cluster-content {
	opacity: 1;
	top: 0;
	-webkit-transition: 0.4s 0.8s linear;
	transition: 0.4s 0.8s linear; }
.cluster:hover .cluster-content * {
	display: block; }
.cluster:hover .cluster-content img {
	display: inline-block; }
.cluster:hover .hexagon-inner img.hexagon-inner-hover {
	-webkit-transition: 0.4s linear;
	transition: 0.4s linear;
	opacity: 1; }
.cluster:hover .hexagon-border {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1); }
.cluster:hover .cluster-holder {
	-webkit-transition: 0.4s linear;
	transition: 0.4s linear;
	width: 300px; }
.cluster:hover .cluster-holder:before {
	opacity: 1;
	bottom: 0;
	-webkit-transition: 0.4s 0.4s linear;
	transition: 0.4s 0.4s linear; }
.cluster.right .cluster-holder {
	right: auto;
	left: 0; }
.cluster.right .cluster-holder:before {
	left: 16px;
	right: 0; }
.cluster.right .hexagon {
	left: 0;
	right: auto; }
.cluster.right .cluster-line {
	right: 0;
	left: 25px; }
.cluster.right .cluster-title {
	left: 22px;
	right: 3px;
	text-align: right; }
.cluster.right .cluster-brand {
	text-align: right; }
.cluster.right .cluster-move {
	padding: 34px 15px 15px 34px; }

.cluster-holder {
	position: absolute;
	top: 0;
	right: 0;
	width: 130px;
	-webkit-transition: 0.4s 0.8s linear;
	transition: 0.4s 0.8s linear; }
.cluster-holder:before {
	content: "";
	position: absolute;
	top: 17px;
	left: 0;
	right: 16px;
	bottom: calc(100% - 17px);
	background: rgba(5, 10, 15, 0.7);
	z-index: 1;
	-webkit-transition: 0.4s linear;
	transition: 0.4s linear;
	opacity: 0; }

.m-intro {
	background: #1a252d;
	padding: 6.3125rem 0 3.4375rem;
	color: #fff; }
@media screen and (min-width: 48em) {
	.m-intro {
		padding: 9.875rem 0 4.625rem; } }
@media screen and (min-width: 75em) {
	.m-intro {
		padding: 15rem 0 5.8rem; } }
.m-intro h1 {
	font-size: 2.5rem;
	line-height: 2.5rem;
	letter-spacing: -1.3px;
	margin: 0 0 1.375rem; }
@media screen and (min-width: 48em) {
	.m-intro h1 {
		font-size: 3.1875rem;
		letter-spacing: -1px;
		margin: 0 0 1.625rem; } }
@media screen and (min-width: 75em) {
	.m-intro h1 {
		font-size: 4rem;
		letter-spacing: -1.3px;
		margin: 0 0 2.5rem; } }
.m-intro .hr {
	width: 1.5rem;
	text-align: left;
	border-color: #089fb7;
	margin: 0; }
@media screen and (min-width: 75em) {
	.m-intro .hr {
		width: 1.875rem; } }
.m-intro .intro-text {
	font-size: 1.4375rem;
	line-height: 1.4375rem;
	padding: 1.5625rem 0 0; }
@media screen and (min-width: 48em) {
	.m-intro .intro-text {
		line-height: 1.6875rem; } }
@media screen and (min-width: 75em) {
	.m-intro .intro-text {
		font-size: 1.875rem;
		line-height: 2rem;
		padding: 2.15rem 0 0; } }

.accordion {
	margin: 0; }
.accordion .accordion-item {
	position: relative;
	z-index: 0; }
.accordion .accordion-item:after {
	content: '';
	background: #1a252d;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	z-index: -1; }
.accordion .accordion-item:nth-child(2n+1):after {
	background: #1a252d; }
.accordion .accordion-item.is-active:after, .accordion .accordion-item:hover:after {
	background: #1a252d; }
.accordion .accordion-content {
	color: #fff;
	position: relative;
	z-index: 0;
	font-size: 1rem;
	line-height: 1.1875rem; }
.accordion .accordion-content .text-info p {
	margin-bottom: 1.25rem; }
.accordion .accordion-content .text-info h4 {
	margin-bottom: 1.25rem; }
.accordion .accordion-content .text-info table {
	margin: 1.875rem 0;
	border-color: transparent; }
.accordion .accordion-content .text-info table thead, .accordion .accordion-content .text-info table tbody {
	color: #fff;
	background: transparent;
	border: none; }
.accordion .accordion-content .text-info table thead tr:nth-child(even), .accordion .accordion-content .text-info table tbody tr:nth-child(even) {
	background: transparent; }
.accordion .accordion-content .text-info table thead tr td, .accordion .accordion-content .text-info table thead tr th, .accordion .accordion-content .text-info table tbody tr td, .accordion .accordion-content .text-info table tbody tr th {
	background: transparent;
	border-bottom: 1px solid #fff; }
.accordion .accordion-content .text-info table thead tr td:first-child, .accordion .accordion-content .text-info table thead tr th:first-child, .accordion .accordion-content .text-info table tbody tr td:first-child, .accordion .accordion-content .text-info table tbody tr th:first-child {
	padding-left: 0; }
.accordion .accordion-content .text-info table thead tr td:last-child, .accordion .accordion-content .text-info table thead tr th:last-child, .accordion .accordion-content .text-info table tbody tr td:last-child, .accordion .accordion-content .text-info table tbody tr th:last-child {
	padding-right: 0;
	text-align: right; }
.accordion .accordion-content .text-info ul, .accordion .accordion-content .text-info ol {
	margin-bottom: 1.25rem; }
.accordion .accordion-content .text-info ul li, .accordion .accordion-content .text-info ol li {
	color: #fff; }
.accordion .accordion-content .text-info ul li:after, .accordion .accordion-content .text-info ol li:after {
	display: none;
	background-color: #1a252d;
	z-index: -1; }
@media screen and (min-width: 48em) {
	.accordion .accordion-content {
		padding: 2.6875rem 0; } }
@media screen and (min-width: 75em) {
	.accordion .accordion-content {
		font-size: 1.25rem;
		line-height: 1.5rem;
		padding: 3.3125rem 0; } }
.accordion .accordion-content h4 {
	font-size: 1.5rem;
	line-height: 1.5rem;
	margin: 0 0 0.5rem; }
@media screen and (min-width: 48em) {
	.accordion .accordion-content h4 {
		line-height: 1.625rem;
		margin: 0 0 0.4375rem; } }
@media screen and (min-width: 75em) {
	.accordion .accordion-content h4 {
		font-size: 1.875rem;
		line-height: 2rem; } }
.accordion .accordion-content p {
	line-height: 1.1875rem;
	margin: 0 0 0.62rem; }
@media screen and (min-width: 75em) {
	.accordion .accordion-content p {
		line-height: 1.5rem; } }

.accordion-title {
	font-size: 1.4375rem;
	line-height: 1.4375rem;
	position: relative;
	display: block;
	height: 4rem;
	padding: 0.3125rem 2.1875rem 0.3125rem 0;
	display: table;
	width: 100%;
	outline: none;
	z-index: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s; }
.accordion-title > span {
	display: table-cell;
	vertical-align: middle; }
@media screen and (min-width: 75em) {
	.accordion-title {
		font-size: 1.875rem;
		line-height: 2rem;
		padding: 1.5rem 0; } }
.accordion-title:before {
	content: "\e913";
	font-family: 'icomoon' !important;
	color: #089fb7;
	position: absolute;
	font-size: 1.8125rem;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); }
@media screen and (min-width: 75em) {
	.accordion-title:before {
		font-size: 2.25rem;
		right: 3.85rem; } }
.is-active .accordion-title:before {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg); }
.is-active .accordion-title, .accordion-title:hover {
	color: #fff; }
.accordion-item .accordion-title:hover:after,
.accordion-item .is-active .accordion-title:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	z-index: -1;
	background: #10181e; }

.accordion-title::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	z-index: -1;
	background: #e8ebef;
}
.accordion-item:nth-child(2n+1) .accordion-title::after{
	background: #f4f5f9;
}

.accordion-item .accordion-title:hover::after, .accordion-item.is-active .accordion-title::after{
	background: #1a252d;
}


.row-add-info {
	font-size: 1rem;
	padding: 1.3125rem 0 1.125rem; }
@media screen and (min-width: 48em) {
	.row-add-info {
		padding: 1.9375rem 0 1.125rem; } }
@media screen and (min-width: 75em) {
	.row-add-info {
		font-size: 1.25rem;
		padding: 2.625rem 0 1.3125rem; } }
.row-add-info a {
	text-transform: uppercase; }
.row-add-info a:hover {
	opacity: 0.7; }
.row-add-info a.link-add-info {
	color: #fff; }
.row-add-info a.link-download {
	color: #089fb7;
	float: right;
	position: relative;
	padding: 0 1.875rem 0 0; }
@media screen and (min-width: 48em) {
	.row-add-info a.link-download {
		font-family: BlenderPro-Bold; } }
@media screen and (min-width: 75em) {
	.row-add-info a.link-download {
		padding: 0 6.25rem 0 0; } }
.row-add-info a.link-download:after {
	font-family: 'icomoon' !important;
	content: "\e913";
	position: absolute;
	right: 1px;
	font-size: 1.1875rem; }
@media screen and (min-width: 75em) {
	.row-add-info a.link-download:after {
		font-size: 1.7rem; } }
.row-add-info a.link-download:hover:after {
	-webkit-animation: arrow-right .7s normal infinite;
	animation: arrow-right .7s normal infinite; }

.link-pdf {
	text-transform: uppercase;
	color: #089fb7;
	position: relative;
	padding: 0 1.875rem 0 0; }
@media screen and (min-width: 48em) {
	.link-pdf {
		font-family: BlenderPro-Bold; } }
.link-pdf:after {
	font-family: 'icomoon' !important;
	content: "\e913";
	position: absolute;
	right: 1px;
	font-size: 1.1875rem; }
@media screen and (min-width: 75em) {
	.link-pdf:after {
		font-size: 1.7rem; } }
.link-pdf:hover:after {
	-webkit-animation: arrow-right .7s normal infinite;
	animation: arrow-right .7s normal infinite; }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
	display: inline-block;
	vertical-align: baseline;
	position: relative; }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
	*display: inline; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
	display: inline-block;
	vertical-align: baseline;
	position: relative; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
	*display: inline; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
	display: inline-block;
	vertical-align: baseline;
	visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
	*display: inline; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
	display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0); }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
	position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0); }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
	/* font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em; */ }

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
	text-align: center; }

.partners {
	text-align: center; }

.partners-desc {
	font-size: 1.3125rem;
	line-height: 1.1;
	margin-bottom: 2.1875rem; }
@media screen and (min-width: 48em) {
	.partners-desc {
		margin-bottom: 3.125rem;
		font-size: 1.4375rem; } }
@media screen and (min-width: 75em) {
	.partners-desc {
		margin-bottom: 3.625rem;
		font-size: 1.75rem; } }
.partners-desc p {
	line-height:1.2; }

.partners-title {
	margin-bottom: 0.8125rem; }
@media screen and (min-width: 48em) {
	.partners-title {
		margin-bottom: 1.375rem;
		font-size: 2.875rem; } }
@media screen and (min-width: 75em) {
	.partners-title {
		margin-bottom: 1.875rem;
		font-size: 3.8125rem; } }

.partners-list > .row > .column, .partners-list > .row > .columns {
	margin-bottom: 2.5rem; }
.partners-list > .row > .column:first-child .partners-list-img img, .partners-list > .row > .columns:first-child .partners-list-img img {
	max-width: 6.25rem; }
@media screen and (min-width: 75em) {
	.partners-list > .row > .column:first-child .partners-list-img img, .partners-list > .row > .columns:first-child .partners-list-img img {
		max-width: none; } }
@media screen and (min-width: 75em) {
	.partners-list > .row > .column:first-child .partners-list-img, .partners-list > .row > .columns:first-child .partners-list-img {
		text-align: left; } }
@media screen and (min-width: 75em) {
	.partners-list > .row > .column:last-child .partners-list-img, .partners-list > .row > .columns:last-child .partners-list-img {
		text-align: right; } }

@media screen and (min-width: 48em) {
	.partners-list {
		padding: 0 3.375rem; } }

.partners-list-link {
	display: inline-block; }
.partners-list-link img {
	max-width: 11rem;
	opacity: 0.3;
	-webkit-transition: 0.3s;
	transition: 0.3s; }
@media screen and (min-width: 75em) {
	.partners-list-link img {
		max-width: none; } }
.partners-list-link:hover img {
	opacity: 1; }

.video-box {
	background: #10181e; }
.video-box iframe {
	display: block; }
.video-box .column {
	padding: 0; }
@media screen and (min-width: 64em) {
	.video-box .column {
		padding: 0 0.9375rem; } }

.timeline-slider {
	position: relative; }
/*.timeline-slider::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	background: #263038;
	height: 100%;
	z-index: 1; }*/

@media screen and (min-width: 75em) {
	.timeline-slider-item-inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		min-height: 22.25rem; } }

.timeline-slider-item {
	outline: none; }

.timeline-slider-item-desc {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 1.125rem 1rem 2.8125rem;
	font-size: 1.1875rem;
	background: #263038; }
@media screen and (min-width: 48em) {
	.timeline-slider-item-desc {
		padding: 1.125rem 1.5625rem 2.8125rem; 
                min-height: 387px;
} }

@media screen and (min-width: 1024px) {
	.timeline-slider-item-desc {
		min-height: 297px;
	}
}

@media screen and (min-width: 1200px) {
	.timeline-slider-item-desc {
		min-height: 447px;
	}
}

.timeline-slider-item-pic {
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
	min-height: 14.5rem; }
.timeline-slider-item-pic img {
	min-width: 100%; }

.timeline-title::after, .timeline-desc h2::after, .timeline-desc h3::after {
	content: "";
	display: block;
	background: #089fb7;
	width: 1.875rem;
	height: 1px;
	margin-top: 1.6875rem; }
@media screen and (min-width: 48em) {
	.timeline-title::after, .timeline-desc h2::after, .timeline-desc h3::after {
		margin-top: 1.125rem; } }
@media screen and (min-width: 64em) {
	.timeline-title::after, .timeline-desc h2::after, .timeline-desc h3::after {
		margin-top: 1.6875rem; } }
@media screen and (min-width: 75em) {
	.timeline-title::after, .timeline-desc h2::after, .timeline-desc h3::after {
		margin-top: 1.6875rem; } }
@media screen and (min-width: 100em) {
	.timeline-title::after, .timeline-desc h2::after, .timeline-desc h3::after {
		margin-top: 1.6875rem; } }

@media screen and (min-width: 48em) {
	.timeline-title, .timeline-desc h2::after, .timeline-desc h3::after {
		margin-bottom: 1.5rem;
		letter-spacing: -1px; } }

@media screen and (min-width: 75em) {
	.timeline-title, .timeline-desc h2::after, .timeline-desc h3::after {
		margin-bottom: 2.375rem; } }

.timeline-desc {
	margin-bottom: 1.6875rem;
	font-size: 1.125rem; }
.timeline-desc h2, .timeline-desc h3{

}
.timeline-desc p {
	line-height: 1.3;
	margin-bottom: 0.4375rem; }
@media screen and (min-width: 75em) {
	.timeline-desc {
		font-size: 1.1875rem; } }

.timeline-slider-item-date {
	display: block;
	font-size: 1.1875rem; }

.timeline-slider-item-title, .timeline-slider-item-desc h2, .timeline-slider-item-desc h3, .timeline-slider-item-desc h4, .timeline-slider-item-desc h5, .timeline-slider-item-desc h6{
	margin-bottom: 0.625rem;
	color: #089fb7;
	font-size: 1.875rem; }

.timeline-slider-box {
	position: relative;
	z-index: 2; }
.timeline-slider-box.timeline-slider-box-tech .timeline-slider-item-pic {
	display: none; }
@media screen and (min-width: 48em) {
	.timeline-slider-box.timeline-slider-box-tech .timeline-slider-item-pic {
		display: block;
		min-height: 21.875rem; } }
@media screen and (min-width: 75em) {
	.timeline-slider-box.timeline-slider-box-tech .timeline-slider-item-pic {
		min-height: 27.5rem;
		-webkit-box-flex: 1.4;
		-webkit-flex: 1.4;
		-ms-flex: 1.4;
		flex: 1.4; } }
.timeline-slider-box.timeline-slider-box-tech .timeline-slider-item-desc {
	padding: 1.5625rem 1.5625rem 1.125rem; }
@media screen and (min-width: 48em) {
	.timeline-slider-box.timeline-slider-box-tech .timeline-slider-item-desc {
		padding: 1.625rem 2.1875rem; } }
@media screen and (min-width: 75em) {
	.timeline-slider-box.timeline-slider-box-tech .timeline-slider-item-desc {
		padding: 2rem 2.3125rem; } }
.timeline-slider-box.timeline-slider-box-tech .timeline-slider-item-date {
	font-size: 1rem;
	margin-bottom: -0.3125rem; }
@media screen and (min-width: 75em) {
	.timeline-slider-box.timeline-slider-box-tech .timeline-slider-item-date {
		font-size: 1.25rem; } }
.timeline-slider-box.timeline-slider-box-tech .timeline-slider-item-title, .timeline-slider-box.timeline-slider-box-tech h2, .timeline-slider-box.timeline-slider-box-tech h3, .timeline-slider-box.timeline-slider-box-tech h4, .timeline-slider-box.timeline-slider-box-tech h5, .timeline-slider-box.timeline-slider-box-tech h6 {
	margin-bottom: 0.5rem; }
@media screen and (min-width: 48em) {
	.timeline-slider-box.timeline-slider-box-tech .timeline-slider-item-title, .timeline-slider-box.timeline-slider-box-tech h2, .timeline-slider-box.timeline-slider-box-tech h3, .timeline-slider-box.timeline-slider-box-tech h4, .timeline-slider-box.timeline-slider-box-tech h5, .timeline-slider-box.timeline-slider-box-tech h6 {
		font-size: 1.75rem; } }
@media screen and (min-width: 75em) {
	.timeline-slider-box.timeline-slider-box-tech .timeline-slider-item-title, .timeline-slider-box.timeline-slider-box-tech h2, .timeline-slider-box.timeline-slider-box-tech h3, .timeline-slider-box.timeline-slider-box-tech h4, .timeline-slider-box.timeline-slider-box-tech h5, .timeline-slider-box.timeline-slider-box-tech h6 {
		margin-bottom: 0.75rem;
		font-size: 2.1875rem; } }
.timeline-slider-box.timeline-slider-box-tech .timeline-slider-item-text {
	font-size: 1rem; }
.timeline-slider-box.timeline-slider-box-tech .timeline-slider-item-text p {
	margin-bottom: 0.5rem;
	line-height: 1.2; }
@media screen and (min-width: 75em) {
	.timeline-slider-box.timeline-slider-box-tech .timeline-slider-item-text p {
		margin-bottom: 0.75rem;
		line-height: 1.3; } }
@media screen and (min-width: 75em) {
	.timeline-slider-box.timeline-slider-box-tech .timeline-slider-item-text {
		font-size: 1.125rem; } }
@media screen and (min-width: 48em) {
	.timeline-slider-box.timeline-slider-box-tech {
		padding: 0; } }
@media screen and (min-width: 48em) {
	.timeline-slider-box {
		padding-top: 2.5rem; } }
@media screen and (min-width: 75em) {
	.timeline-slider-box {
		padding: 2.6875rem 0 0 3.125rem; } }

@media screen and (min-width: 75em) {
	.timeline-slider-item-desc {
		min-width: 17.5rem; } }

@media screen and (min-width: 100em) {
	.timeline-slider-item-desc {
		min-width: 21.25rem;
		padding: 2.0625rem 1.875rem; } }

@media screen and (min-width: 48em) {
	.timeline-info-out.timeline-info-out-tech {
		margin-bottom: 10rem; } }

@media screen and (min-width: 75em) {
	.timeline-info-out.timeline-info-out-tech {
		margin-bottom: 18.9375rem; } }

@media screen and (min-width: 48em) {
	.timeline-info-out {
		margin-bottom: 13.1875rem; } }

@media screen and (min-width: 75em) {
	.timeline-info-out {
		margin-bottom: 17.8125rem; } }

.timeline-holder {
	position: relative;
	height: 0.125rem;
	background: #089fb7;
	margin: 3.125rem 0; }
@media screen and (min-width: 48em) {
	.timeline-holder {
		margin: 3.125rem 4.375rem; } }
@media screen and (min-width: 75em) {
	.timeline-holder {
		margin: 3.125rem 7.9375rem; } }
@media screen and (min-width: 100em) {
	.timeline-holder {
		margin: 3.125rem 4.375rem; } }

.timeline-progress {
	position: absolute;
	top: 0;
	left: 0;
	height: 0.125rem;
	background: #88e2eb;
	-webkit-transition: 0.3s;
	transition: 0.3s; }

.timeline-dot {
	position: absolute;
	top: -0.1875rem;
	width: 0.5rem;
	height: 0.5rem;
	cursor: pointer;
	background: #089fb7;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	transition: 0.3s; }
.timeline-dot.is-active, .timeline-dot:hover {
	background: #88e2eb;
	-webkit-animation: pulse 1.5s infinite;
	animation: pulse 1.5s infinite; }

.timeline-arrow-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 1.25rem; }

.timeline-arrow {
	position: absolute;
	z-index: 1;
	top: 2.8125rem;
	width: 3.75rem;
	bottom: auto;
	cursor: pointer;
	text-align: right;
	overflow: hidden;
	white-space: nowrap;
	color: #88e2eb;
	-webkit-transition: 0.3s;
	transition: 0.3s; }
.timeline-arrow::after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e913";
	display: block;
	font-size: 1.6875rem; }
@media screen and (min-width: 75em) {
	.timeline-arrow::after {
		font-size: 2.375rem; } }
.timeline-arrow:hover {
	opacity: 0.7; }
.timeline-arrow.timeline-arrow-prev {
	left: 0; }
.timeline-arrow.timeline-arrow-prev span {
	position: relative;
	left: -0.3125rem; }
.timeline-arrow.timeline-arrow-prev::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg); }
@media screen and (min-width: 48em) {
	.timeline-arrow.timeline-arrow-prev {
		left: auto;
		right: 100%; } }
@media screen and (min-width: 75em) {
	.timeline-arrow.timeline-arrow-prev {
		left: -4.375rem; } }
.timeline-arrow.timeline-arrow-next {
	right: 0; }
@media screen and (min-width: 48em) {
	.timeline-arrow.timeline-arrow-next {
		left: 100%;
		right: auto; } }
@media screen and (min-width: 75em) {
	.timeline-arrow.timeline-arrow-next {
		right: -4.375rem; } }
@media screen and (min-width: 48em) {
	.timeline-arrow {
		top: -2.3125rem; } }
@media screen and (min-width: 75em) {
	.timeline-arrow {
		top: -2.625rem; } }

.profile-container {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	text-align: left;
	margin: 0 -15px; }
.profile-container * {
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: normal;
	font-family: "BlenderPro-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
.profile-container .item-profile .holder {
	position: relative;
	display: block; }
.profile-container .item-profile .holder:before {
	z-index: 1;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(11, 80, 130, 0.29);
	-webkit-transition: 0.3s;
	transition: 0.3s; }
.profile-container .item-profile img {
	width: 100%;
	height: auto;
	max-width: none;
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	/* Firefox 10+, Firefox on Android */
	filter: gray;
	-webkit-filter: grayscale(100%);
	filter: grayscale(1);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease; }
.profile-container .item-profile.active img {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-webkit-filter: grayscale(0%);
	filter: grayscale(0); }
.profile-container .item-profile.active .holder:before {
	opacity: 0; }
.profile-container .item-profile a:hover::before {
	opacity: 0; }
.profile-container .item-profile a:hover img {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-webkit-filter: grayscale(0%);
	filter: grayscale(0); }
.profile-container .ajax-holder {
	margin: 0 0 4px;
	position: relative;
	color: #fff;
	padding: 0 2px; }
.profile-container .ajax-content {
	background: #1a252d;
	position: relative; }
.profile-container .control-btn {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 3; }
.profile-container .close {
	cursor: pointer;
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden; }
.profile-container .close:before, .profile-container .close:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #88e2eb; }
.profile-container .close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg); }
.profile-container .close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg); }
.profile-container .ajax-content {
	overflow: hidden; }
.profile-container .image-block img {
	width: 100%;
	height: auto;
	max-width: none;
	display: block !important; }
.profile-container .head {
	position: relative;
	margin: 0 0 21px;
	padding: 0 0 25px; }
.profile-container .head:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	border-top: 1px solid #88e2eb; }
.profile-container p {
	margin: 0 0 10px; }
.profile-container .item-profile {
	width: 50%;
	padding: 0 2px 4px;
	display: inline-block;
	vertical-align: top; }
.profile-container .content-block {
	padding: 19px 18px 28px; }
.profile-container .name {
	font: normal 29px/1.1 "BlenderPro-Thin", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	margin: 0; }
.profile-container .post {
	font: normal 17px/1.1 "BlenderPro-Thin", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	color: #88e2eb; }
@media screen and (min-width: 48em) {
	.profile-container {
		padding: 10px 0 0;
		margin: 0 -4px -4px; }
	.profile-container * {
		font-size: 16px; }
	.profile-container .control-btn {
		top: 18px;
		right: 18px; }
	.profile-container .close {
		width: 24px;
		height: 24px; }
	.profile-container .ajax-holder {
		padding: 0 4px; }
	.profile-container .head {
		margin: 0 0 20px;
		padding: 0 0 19px; }
	.profile-container .head:before {
		width: 24px; }
	.profile-container .name {
		font: normal 34px/1.1 "BlenderPro-Thin", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
	.profile-container .post {
		font: normal 20px/1.1 "BlenderPro-Thin", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
	.profile-container .content-block {
		padding: 34px 40px 28px; }
	.profile-container .item-profile {
		width: 33.33%;
		padding: 0 4px 8px; } }
@media screen and (min-width: 64em) {
	.profile-container {
		padding: 43px 23px 0;
		margin: 0; }
	.profile-container * {
		font-size: 18px; }
	.profile-container .ajax-holder {
		margin: 0 0 8px; }
	.profile-container .head {
		margin: 0 0 25px;
		padding: 0 0 25px; }
	.profile-container .head:before {
		width: 30px; }
	.profile-container .item-profile {
		width: 25%;
		padding: 0 4px 8px; }
	.profile-container .image-block {
		position:relative;
		z-index: 2;
		top: 0;
		left: 0;
		width: 45%;
		height: auto;
		float:left; }
	.profile-container .image-block img {
		/*display: none !important;*/ }
	.profile-container .content-block {
		overflow: hidden;
		width: 55%;
		float: right;
		padding: 40px 73px 45px 47px; }
	.profile-container .name {
		font: normal 44px/1.1 "BlenderPro-Thin", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
	.profile-container .post {
		font: normal 26px/1.1 "BlenderPro-Thin", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; } }
@media screen and (min-width: 75em) {
	.profile-container * {
		font-size: 20px; } }

.custom-table-holder {
	overflow: hidden;
	font-size: 16px;
	line-height: 1.1;
	background: #dfe2e7; }
.custom-table-holder .table .row-table {
	padding: 23px 0 15px;
	position: relative;
	z-index: 2; }
.custom-table-holder .table .row-table:nth-child(odd):before {
	content: '';
	position: absolute;
	z-index: -1;
	left: -999px;
	right: -999px;
	top: 0;
	bottom: 0;
	background: #f4f5f9; }
.custom-table-holder .table .cell {
	margin: 0 0 7px; }
.custom-table-holder .table .cell:first-child + .cell {
	font-family: "BlenderPro-Thin", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	margin: 0 0 19px; }
.custom-table-holder .link {
	text-transform: uppercase;
	position: relative;
	padding: 0 25px 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	white-space: nowrap;
	font-family: "BlenderPro-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
.custom-table-holder .link:after {
	font-family: 'icomoon' !important;
	content: "\e913";
	position: absolute;
	right: 1px;
	line-height: 1;
	font-size: 0.875rem; }
@media screen and (min-width: 64em) {
	.custom-table-holder .link:after {
		font-size: 1.6rem; } }
.custom-table-holder .link:hover:after {
	-webkit-animation: arrow-right .7s normal infinite;
	animation: arrow-right .7s normal infinite; }
@media screen and (min-width: 48em) {
	.custom-table-holder {
		font-size: 17px; }
	.custom-table-holder .table {
		display: table;
		width: 100%; }
	.custom-table-holder .table .row-table {
		padding: 0;
		display: table-row; }
	.custom-table-holder .table .row-table:nth-child(odd):before {
		display: none; }
	.custom-table-holder .table .row-table:nth-child(odd) .cell:first-child:before {
		content: '';
		position: absolute;
		z-index: -1;
		left: -9999px;
		top: 0;
		right: -9999px;
		bottom: 0;
		background: #f4f5f9; }
	.custom-table-holder .table .cell {
		position: relative;
		z-index: 2;
		padding: 15px 7px 14px 3px;
		display: table-cell;
		vertical-align: middle;
		height: 64px;
		margin: 0; }
	.custom-table-holder .table .cell:first-child {
		width: 50%;
		margin: 0; }
	.custom-table-holder .table .cell:first-child + .cell {
		width: 27%;
		margin: 0;
		font-family: "BlenderPro-Thin", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
	.custom-table-holder .link {
		padding: 0 40px 0 0; }
	.custom-table-holder .link:after {
		font-size: 1.0625rem; } }
@media screen and (min-width: 64em) {
	.custom-table-holder {
		font-size: 22px; }
	.custom-table-holder .table .cell {
		padding: 29px 29px 28px;
		height: auto; }
	.custom-table-holder .link {
		padding: 0 55px 0 0; }
	.custom-table-holder .link:after {
		font-size: 1.375rem; } }

.address {
	position: relative;
	padding: 2.8125rem 0 0.3125rem; }
.address .city {
	margin-bottom: 2.25rem; }
.address h3 {
	color: #089fb7;
	margin-bottom: 0.875rem; }
.address .part {
	margin-bottom: 0.9375rem; }
.address h4 {
	text-transform: uppercase;
	font-family: "BlenderPro-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 0.9375rem;
	letter-spacing: 1px;
	margin-bottom: 0.3125rem; }
.address address {
	font-style: normal;
	font-size: 1.125rem;
	line-height: 1.222;
	color: #1a252d; }
.address .tel {
	font-size: 1.125rem;
	word-spacing: 1px;
	color: #1a252d; }
@media screen and (min-width: 48em) {
	.address {
		padding: 4.6875rem 0 2.8125rem; }
	.address .promo-title {
		font-size: 2.125rem; }
	.address h3 {
		font-size: 1.5rem; }
	.address .city {
		margin-bottom: 2.875rem; } }
@media screen and (min-width: 64em) {
	.address {
		padding: 7.8125rem 0 6.625rem; }
	.address .promo-title {
		font-size: 2.625rem;
		margin-bottom: 2.25rem; }
	.address .promo-title:after {
		margin-top: 2rem; }
	.address h3 {
		font-size: 1.875rem; }
	.address h4 {
		font-size: 1rem; }
	.address address, .address .tel {
		font-size: 1.5rem;
		line-height: 1.167; }
	.address .part {
		margin-bottom: 1.0625rem; }
	.address .city {
		margin-bottom: 1.6875rem; } }
.address p { line-height:1.1; }
.internal {
	padding: 1.375rem 0 2.125rem;
	background-color: #10181e;
	color: #fff; }
.internal .promo-title {
	font-size: 2.5rem; }

.single-img {
	margin: 0 0 0.9375rem; }

.single-title {
	font-size: 1.5rem;
	line-height: 1.083;
	font-family: "BlenderPro-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	margin: 0 0 0.4375rem; }

.single-nav {
	padding: 2.3125rem 0 0; }
.single-nav:after {
	content: "";
	display: block;
	clear: both; }

.single-nav-item {
	float: left;
	width: 50%;
	min-height: 1px; }
.single-nav-item:last-child {
	text-align: right; }

.single-content p {
	font-size: 1rem;
	line-height: 1.1875rem;
	margin: 0 0 0.5625rem; }
.single-content blockquote { border-left-width:2px; padding:0.5rem 2rem; margin:1rem 0; }
.single-content blockquote,
.single-content blockquote p { color:#fff; }
.single-content blockquote p:last-child { margin-bottom:0; }
@media screen and (min-width: 48em) {
	.internal {
		padding: 1.875rem 0 4rem; }
	.internal .promo-title {
		font-size: 3.125rem; }
	.single-img {
		margin: 0 0 3.5rem; }
	.single-content {
		/*-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
		-webkit-column-gap: 28px;
		-moz-column-gap: 28px;
		column-gap: 28px;*/ }
	.single-nav {
		padding: 4.4375rem 0 0; }
	.single-nav .button::before, .single-nav .button > span {
		min-width: 150px; } }

@media screen and (min-width: 64em) {
	.internal {
		padding: 2.375rem 0 6.5rem; }
	.internal .promo-title {
		font-size: 4rem; }
	.single-img {
		margin: 0 0 5.625rem; }
	.single-title {
		font-size: 1.875rem;
		line-height: 1.067;
		margin: 0 0 0.625rem; }
	.single-content p {
		line-height: 1.5rem;
		font-size: 1.25rem; }
	.single-nav {
		padding: 4.4375rem 0 0; }
	.single-nav .button::before, .single-nav .button > span {
		min-width: 190px; } }

.first-post,
.big-posts {
	padding: 1.375rem 0 1.75rem;
	background-color: #10181e;
	color: #fff; }
.first-post .promo-title,
.big-posts .promo-title {
	font-size: 2.5rem; }
.first-post p,
.big-posts p {
	line-height: 1.188; }
.first-post .btn-hold,
.big-posts .btn-hold {
	padding: 0.4375rem 0 0.875rem; }

@media screen and (min-width: 64em) {
	.main-post {
		padding: 0 5px; } }

@media screen and (min-width: 75em) {
	.main-post {
		padding: 0; }
	.main-post .large-7 {
		/*padding-left: 0;*/ } }

.big-posts {
	padding: 1.375rem 0 0; }
.big-posts .post-item img {
	display: block;
	width: 100%;
	height: auto;
	max-width: none; }

.post-item {
	margin-bottom: 2.0625rem;
	position: relative;
	z-index: 2; }
.post-item h2 {
	font-size: 1.875rem;
	margin-bottom: 0.625rem; }
.post-item .img-post {
	margin-bottom: 0.875rem; }
.post-item p {
	margin: 0 0 1.5625rem; }
.post-item .btn-hold {
	padding: 0.6875rem 0 0; }

.posts-list {
	position: relative; }
.posts-list:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #10181e;
	z-index: 1;
	height: 6rem; }
.posts-list .post-item p {
	display: none; }
.posts-list .post-item img {
	display: block;
	width: 100%;
	height: auto;
	max-width: none; }

.load-more {
	background: #089fb7; }
.load-more .button {
	margin: 2.1875rem 0; }
.load-more .button:before {
	color: #089fb7; }
.load-more.loading .button > span {
	min-width: 138px;
	text-align: left;
	padding: 0.8em 0.8em 0.8em 2.6em; }
.load-more.loading .button > span:after {
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
	-webkit-animation: ellipsis steps(4, end) 900ms infinite;
	animation: ellipsis steps(4, end) 900ms infinite;
	content: "\2026";
	width: 0px; }
@media screen and (min-width: 64em) {
	.load-more.loading .button > span {
		min-width: 177px;
		padding: 0.875rem 0.875rem 0.875rem 2.875rem; } }

@keyframes ellipsis {
	to {
		width: 1.25em; } }

@-webkit-keyframes ellipsis {
	to {
		width: 1.25em; } }

@media screen and (min-width: 48em) {
	.first-post {
		padding: 4.4375rem 0 1.125rem; }
	.first-post .promo-title {
		font-size: 3.125rem;
		margin-bottom: 1.4375rem; }
	.big-posts .holder {
		max-width: none;
		margin-left: -0.625rem;
		margin-right: -0.625rem;
		font-size: 0;
		line-height: 0;
		letter-spacing: -4px; }
	.big-posts .holder::before, .big-posts .holder::after {
		content: ' ';
		display: table; }
	.big-posts .holder::after {
		clear: both; }
	.big-posts .post-item {
		width: 50%;
		float: left;
		padding-left: 0.625rem;
		padding-right: 0.625rem;
		display: inline-block;
		float: none !important;
		vertical-align: top;
		letter-spacing: normal; }
	.big-posts .post-item:last-child:not(:first-child) {
		float: right; }
	.big-posts .post-item:last-child:last-child {
		float: left; }
	.post-item {
		margin-bottom: 2.75rem; }
	.post-item h2 {
		font-size: 2rem;
		margin-bottom: 0.875rem; }
	.post-item .img-post {
		margin-bottom: 1.4375rem; }
	.post-item p {
		margin: 0 0 1.5625rem; }
	.post-item .btn-hold {
		padding: 0.6875rem 0 0; }
	.posts-list:before {
		height: 4.375rem; }
	.posts-list .holder {
		max-width: none;
		margin-left: -0.625rem;
		margin-right: -0.625rem;
		font-size: 0;
		line-height: 0;
		letter-spacing: -4px; }
	.posts-list .holder::before, .posts-list .holder::after {
		content: ' ';
		display: table; }
	.posts-list .holder::after {
		clear: both; }
	.posts-list .post-item {
		width: 33.3333333333%;
		float: left;
		padding-left: 0.625rem;
		padding-right: 0.625rem;
		display: inline-block;
		float: none !important;
		vertical-align: top;
		letter-spacing: normal; }
	.posts-list .post-item:last-child:not(:first-child) {
		float: right; }
	.posts-list .post-item:last-child:last-child {
		float: left; } }

@media screen and (min-width: 64em) {
	.first-post {
		padding: 7.25rem 0 2.375rem; }
	.first-post .promo-title {
		font-size: 4rem;
		margin-bottom: 2.375rem;
		padding-top: 1.125rem; }
	.first-post p {
		font-size: 1.25rem;
		line-height: 1.2; }
	.first-post .btn-hold {
		padding-top: 1.125rem; }
	.big-posts .row {
		max-width: 93.75rem; }
	.big-posts .post-item {
		width: 50%;
		float: left;
		padding-left: 0.9375rem;
		padding-right: 0.9375rem; }
	.big-posts .post-item:last-child:not(:first-child) {
		float: right; }
	.post-item {
		margin-bottom: 4rem; }
	.post-item h2 {
		font-size: 2.5rem;
		margin-bottom: 0.875rem; }
	.post-item .img-post {
		margin-bottom: 3rem; }
	.post-item p {
		margin: 0 0 1.5625rem;
		font-size: 1.25rem;
		line-height: 1.2; }
	.post-item .btn-hold {
		padding: 0.6875rem 0 0; }
	.posts-list:before {
		height: 10.875rem; }
	.posts-list .post-item {
		width: 33.3333333333%;
		float: left;
		padding-left: 0.9375rem;
		padding-right: 0.9375rem; }
	.posts-list .post-item:last-child:not(:first-child) {
		float: right; }
	.posts-list .post-item .img-post {
		margin-bottom: 2.8125rem; }
	.posts-list .post-item h2 {
		margin-bottom: 1rem; }
	.posts-list .post-item p {
		display: block;
		margin-bottom: 0.8125rem; }
	.posts-list .row {
		max-width: 93.75rem; }
	.load-more .button {
		margin: 2.8125rem 0; } }

.steps-slider-holder {
	position: relative;
	margin-bottom: 1.25rem; }
@media screen and (min-width: 100em) {
	.steps-slider-holder {
		padding: 1.625rem 0 0 1.5rem; } }

.steps-slider-item {
	outline: none;
	line-height: 1; }

.jobs-holder {
	padding: 3.125rem 0; }
.jobs-holder > .row {
	max-width: 94.125rem; }
@media screen and (min-width: 48em) {
	.jobs-holder {
		padding: 6.9375rem 0 2.25rem; } }

.jobs-filter-col {
	display: block; }
.jobs-filter-col.jobs-filter-col-job {
	min-width: 14rem;
	text-align: left; }
.jobs-filter-col.jobs-filter-col-place {
	min-width: 12.1875rem;
	text-align: left; }
@media screen and (min-width: 75em) {
	.jobs-filter-col p {
		position: relative;
		top: 0.8125rem; } }
@media screen and (min-width: 100em) {
	.jobs-filter-col p {
		letter-spacing: 0.0625rem;
		word-spacing: 0.375rem; } }
@media screen and (min-width: 75em) {
	.jobs-filter-col {
		display: block;
		margin: 0; } }

.jobs-holder-title {
	margin-bottom: 3.125rem;
	text-align: center;
	color: #089fb7; }

.jobs-list {
	margin-bottom: 1.875rem; }

.jobs-list-item {
	position: relative;
	padding: 3rem 2.1875rem 5.625rem;
	margin-bottom: 2.0625rem;
	background: #e8ebef; }
.jobs-list-item .button {
	position: absolute;
	bottom: 1.875rem;
	left: 2.1875rem;
	margin: 0; }
.jobs-list-item.inverse {
	background: #1a252d;
	color: #fff; }
.jobs-list-item.inverse .jobs-list-item-title {
	margin-bottom: 1.0625rem;
	min-height: 0; }
.jobs-list-item.inverse .jobs-list-item-title:after {
	margin-top: 1.5625rem; }
@media screen and (min-width: 48em) {
	.jobs-list-item {
		min-height: 23.75rem; } }
@media screen and (min-width: 75em) {
	.jobs-list-item {
		min-height: 26.5625rem; } }

.jobs-filter {
	margin: 0 auto 3.125rem;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-family: "BlenderPro-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	color: #089fb7; }
.jobs-filter .row .column {
	margin-bottom: 1.25rem; }
.jobs-filter .row .column > p {
	margin: 0;
	line-height: 1; }
@media screen and (min-width: 75em) {
	.jobs-filter {
		text-align: left; } }

.jobs-list-item-cat {
	display: block;
	margin-bottom: 0.5625rem;
	font-size: 1.375rem; }

.jobs-list-item-title {
	margin-bottom: 1.4375rem;
	min-height: 6.125rem;
	font-family: "BlenderPro-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 1.625rem; }
.jobs-list-item-title::after {
	content: "";
	display: block;
	background: #089fb7;
	width: 1.875rem;
	height: 1px;
	margin-top: 2.0625rem; }
@media screen and (min-width: 48em) {
	.jobs-list-item-title::after {
		margin-top: 2.0625rem; } }
@media screen and (min-width: 64em) {
	.jobs-list-item-title::after {
		margin-top: 2.0625rem; } }
@media screen and (min-width: 75em) {
	.jobs-list-item-title::after {
		margin-top: 2.0625rem; } }
@media screen and (min-width: 100em) {
	.jobs-list-item-title::after {
		margin-top: 2.0625rem; } }
@media screen and (min-width: 75em) {
	.jobs-list-item-title {
		max-width: 20.625rem;
		font-size: 1.9375rem; } }

.jobs-list-item-location {
	display: block;
	font-size: 1.375rem;
	position: relative; }
.jobs-list-item-location::before {
	content: "";
	display: inline-block;
	position: relative;
	top: 0.4375rem;
	margin-right: 0.5rem;
	width: 0.9375rem;
	height: 1.5625rem;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAZCAYAAADuWXTMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzhGRDZCMTU4NEI3MTFFNkEyQkNDNDJEOEUwNzhFNDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzhGRDZCMTY4NEI3MTFFNkEyQkNDNDJEOEUwNzhFNDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozOEZENkIxMzg0QjcxMUU2QTJCQ0M0MkQ4RTA3OEU0NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozOEZENkIxNDg0QjcxMUU2QTJCQ0M0MkQ4RTA3OEU0NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhTmM74AAAGcSURBVHjanJQ7SwNBFIXHrAS1MIIRYnyAj8IHNopaREkhWIU0gkZBO8uINkJKKyv/hWAjWEgiREkV02hjES3EB6ioRAtRBAvRM3IWrkN2s3rgYzP33jNzd2cmSv2WDyyALHgGX3xmGfcpB3WBY7AP4iAE/HzGGT8C7aaxG9yBpHLXErgFrbJVPeOK8qYk639eIQEKRoGOnYFPPmeNfIE1ag9MGcZLEOXsUY4TomaOPvUImkXiFESMlSKM22oBD4rbIfXBryzlZ9xWtfbptl5Bo0hcgBHDPMy4rQB40z8OQUwkpvmO41xxjOMZUROjTy2CXWMlXVhkq0XDqJWmT9XwgAx43OdBcCO/yyrY9GjeBssyUA9KoLOCsYdbW6cHltge/QUn+D5O2mA+ZyaaeP1CDsYOdtdgByyRfAdtYAgclDGvgzzIOLWl7+qTnJ0Ks6ugDFpG0QvoZ4t5EV8DJ2Cn0lb0gXtQy3GQq4bNQquMucQjGeClT4FrsOXxHKhRcMUL47j/VS4T5HgYzsG8+qMm+TfUq/6plFvyW4ABAPdNU3w8QrodAAAAAElFTkSuQmCC") no-repeat; }

.jobs-list-item-inverse-text {
	font-size: 1.375rem;
	line-height: 1.3; }

@media screen and (min-width: 100em) {
	.row.xxlarge-full-collapse {
		margin: 0; } }

.row.expanded {
	padding: 0; }

.row.flex-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; }
.row.flex-row .column:last-child, .row.flex-row .columns:last-child {
	margin-right: -1px; }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
	.row {
		max-width: 43.9375rem; } }

@media screen and (min-width: 64em) {
	.row {
		padding: 0 3.125rem; }
	.row .row {
		padding: 0; } }

@media screen and (min-width: 100em) {
	.row {
		padding: 0; } }

.header {
	position: absolute;
	width: 100%;
	padding: 1.3125rem 0;
	z-index: 9; }
.header.filled {
	background: #10181e;
	position: relative; }
@media screen and (min-width: 100em) {
	.header {
		padding: 1.875rem 0; } }

.logo {
	display: inline-block;
	width: 13.125rem; }
@media screen and (min-width: 100em) {
	.logo {
		width: 16.25rem; } }

.menu-trigger {
	float: right;
	width: 1.5rem;
	height: 1.25rem;
	margin-top: 0.625rem;
	position: relative;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer; }
.menu-trigger span {
	display: block;
	position: absolute;
	height: 0.125rem;
	width: 100%;
	background: #fff;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out; }
.menu-trigger span:nth-child(1) {
	top: 0; }
.menu-trigger span:nth-child(2) {
	top: 0.4375rem; }
@media screen and (min-width: 100em) {
	.menu-trigger span:nth-child(2) {
		top: 0.5rem; } }
.menu-trigger span:nth-child(3) {
	top: 0.875rem; }
@media screen and (min-width: 100em) {
	.menu-trigger span:nth-child(3) {
		top: 1rem; } }
@media screen and (min-width: 100em) {
	.menu-trigger span {
		height: 0.1875rem; } }
.menu-trigger:hover span {
	background: #fff; }
.is-off-canvas-open .menu-trigger {
	opacity: 0; }
@media screen and (min-width: 100em) {
	.menu-trigger {
		width: 1.875rem;
		margin-top: 1rem; } }

.off-canvas-wrapper-inner {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear; }

.gray-box {
	background: #e8ebef;
	padding: 2.8125rem 0 1.9375rem; }
@media screen and (min-width: 48em) {
	.gray-box {
		padding: 4.4375rem 0 3.4375rem; } }
@media screen and (min-width: 75em) {
	.gray-box {
		padding: 8.75rem 0 4.375rem; } }

.liquid-img img {
	visibility: hidden; }

.white-box {
	padding: 2.9375rem 0 1.625rem; }
.white-box.large, .white-box.large2 {
	padding: 1.5625rem 0 0.9375rem; }
@media screen and (min-width: 48em) {
	.white-box.large, .white-box.large2 {
		padding: 6.0625rem 0; } }
@media screen and (min-width: 75em) {
	.white-box.large, .white-box.large2 {
		padding: 9.8125rem 0 11.1875rem; } }
@media screen and (min-width: 75em) {
	.white-box.large2 {
		padding: 8.5rem 0 10.0625rem; } }
.white-box.white-box-plain-box {
	padding: 2.0625rem 0 2.25rem; }
@media screen and (min-width: 48em) {
	.white-box.white-box-plain-box {
		padding: 4.375rem 0 4.4375rem; } }
@media screen and (min-width: 75em) {
	.white-box.white-box-plain-box {
		padding: 8rem 0 8.75rem; } }
.white-box.white-box-aerospace {
	padding: 2.0625rem 0 2.25rem; }
@media screen and (min-width: 48em) {
	.white-box.white-box-aerospace {
		padding: 4.375rem 0 4.4375rem; } }
@media screen and (min-width: 75em) {
	.white-box.white-box-aerospace {
		padding: 6.875rem 0 7.5rem; } }
.white-box.white-box-rail {
	padding: 2.0625rem 0 2.25rem; }
@media screen and (min-width: 48em) {
	.white-box.white-box-rail {
		padding: 4.375rem 0 5.375rem; } }
@media screen and (min-width: 75em) {
	.white-box.white-box-rail {
		padding: 7.5rem 0 7.8125rem; } }
.white-box.white-box-medical {
	padding: 2.0625rem 0 1.625rem; }
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
	.white-box.white-box-medical.white-box-medical-padded-bottom {
		padding-bottom: 2.3125rem; } }
@media screen and (min-width: 75em) {
	.white-box.white-box-medical.white-box-medical-padded-bottom {
		padding: 11.6875rem 0 11.625rem; } }
@media screen and (min-width: 48em) {
	.white-box.white-box-medical {
		padding: 4.375rem 0 4.4375rem; } }
@media screen and (min-width: 75em) {
	.white-box.white-box-medical {
		padding: 6.875rem 0 7.5rem; } }
@media screen and (min-width: 75em) {
	.white-box.white-box-rail-padded {
		padding: 11.6875rem 0 12rem; } }
.white-box.white-box-contact {
	padding: 2.625rem 0 2.25rem; }
.white-box.white-box-contact .promo-title {
	font-size: 2.5rem; }
@media screen and (min-width: 48em) {
	.white-box.white-box-contact {
		padding: 7rem 0 4.4375rem; }
	.white-box.white-box-contact .promo-title {
		font-size: 2.9375rem; } }
@media screen and (min-width: 75em) {
	.white-box.white-box-contact {
		padding: 7.875rem 0 7.5rem; }
	.white-box.white-box-contact .promo-title {
		font-size: 3.8125rem; } }
@media screen and (min-width: 48em) {
	.white-box {
		padding: 4.6875rem 0 3.75rem; } }
@media screen and (min-width: 75em) {
	.white-box {
		padding: 6.25rem 0; } }

.blue-box {
	padding: 0.9375rem 0 1.125rem;
	background: #089fb7;
	color: #fff; }

.blue-box.blue-box-top-home p:last-child { margin-bottom:0; }
@media screen and (min-width: 100em) {
	.blue-box.blue-box-top-home {
		padding: 1.4375rem 0 1.6875rem; } }
.blue-box.blue-box-gradient {
	background: -webkit-linear-gradient(left, #5ae2ee 0%, #089fb7 100%);
	background: linear-gradient(to right, #5ae2ee 0%, #089fb7 100%); }
.blue-box.mining {
	padding: 2.25rem 0 2.375rem; }
@media screen and (min-width: 48em) {
	.blue-box.mining {
		padding: 3.4375rem 0 3.75rem; } }
@media screen and (min-width: 75em) {
	.blue-box.mining {
		padding: 7.5rem 0 8rem; } }
.blue-box.about {
	padding: 2.9375rem 0 1.75rem; }
@media screen and (min-width: 48em) {
	.blue-box.about {
		padding: 4.75rem 0 5.125rem; } }
@media screen and (min-width: 75em) {
	.blue-box.about {
		padding: 6.5625rem 0 6.25rem; } }
.blue-box.aerospace {
	padding: 2.25rem 0 0.8125rem; }
@media screen and (min-width: 48em) {
	.blue-box.aerospace {
		padding: 3.4375rem 0 2.6875rem; } }
@media screen and (min-width: 75em) {
	.blue-box.aerospace {
		padding: 5.625rem 0 4.375rem; } }
.blue-box.people {
	padding: 1.875rem 0 1.75rem; }
@media screen and (min-width: 48em) {
	.blue-box.people {
		padding: 3.125rem 0 3.4375rem; } }
@media screen and (min-width: 75em) {
	.blue-box.people {
		padding: 4.375rem 0 5rem; } }
@media screen and (min-width: 64em) {
	.blue-box {
		padding: 2.125rem 0 2.25rem; } }

.blue-box.small-box {
	padding: 2.1875rem 0 1.875rem;
	letter-spacing: -0.7px; }
@media screen and (min-width: 48em) {
	.blue-box.small-box {
		padding: 3.4375rem 0 2.5rem; } }
@media screen and (min-width: 75em) {
	.blue-box.small-box {
		padding: 6.65rem 0 6.1rem; } }

.blue-box-black-text {
	color: #10181e; }

.gray-box {
	padding: 2.8125rem 0 2rem;
	background: #e8ebef; }
@media screen and (min-width: 48em) {
	.gray-box {
		padding: 4.625rem 0 3.625rem; } }
@media screen and (min-width: 75em) {
	.gray-box {
		padding: 8.8125rem 0 4.6875rem; } }

.dark-blue-box {
	padding: 3.4375rem 0 4.8125rem;
	background: #1a252d;
	color: #fff; }
@media screen and (min-width: 48em) {
	.dark-blue-box.dark-blue-box-mb {
		padding-bottom: 1.9375rem; } }
@media screen and (min-width: 75em) {
	.dark-blue-box.dark-blue-box-mb {
		padding-bottom: 3.125rem; } }
.dark-blue-box.dark-blue-box-top {
	padding: 7.625rem 0 5rem; }
@media screen and (min-width: 48em) {
	.dark-blue-box.dark-blue-box-top {
		padding: 8.1875rem 0 1.875rem;
		margin: 0; } }
@media screen and (min-width: 75em) {
	.dark-blue-box.dark-blue-box-top {
		padding: 12.3125rem 0 3.125rem; } }
@media screen and (min-width: 48em) {
	.dark-blue-box {
		padding: 4.625rem 0; } }
@media screen and (min-width: 75em) {
	.dark-blue-box {
		padding: 8.3125rem 0; } }

#map {
	height: 400px;
	width: 100%; }
@media screen and (min-width: 64em) {
	#map {
		height: 680px; } }

.light-gray-box {
	padding: 3.125rem 0;
	background: #f9fafb; }
@media screen and (min-width: 75em) {
	.light-gray-box {
		padding: 6.875rem 0 3.125rem; } }

.proven-box {
	margin-bottom: 3.125rem; }
@media screen and (min-width: 48em) {
	.proven-box {
		font-size: 1.25rem; } }
@media screen and (min-width: 75em) {
	.proven-box {
		font-size: 1.6875rem; }
	.proven-box p {
		line-height: 1.4; } }

.proven-box-title::after {
	content: "";
	display: block;
	background: #089fb7;
	width: 1.875rem;
	height: 1px;
	margin-top: 1.875rem; }
@media screen and (min-width: 48em) {
	.proven-box-title::after {
		margin-top: 1.875rem; } }
@media screen and (min-width: 64em) {
	.proven-box-title::after {
		margin-top: 1.875rem; } }
@media screen and (min-width: 75em) {
	.proven-box-title::after {
		margin-top: 1.875rem; } }
@media screen and (min-width: 100em) {
	.proven-box-title::after {
		margin-top: 1.875rem; } }

@media screen and (min-width: 64em) {
	.proven-box-title {
		margin-bottom: 2rem;
		font-size: 3.75rem; } }

.investors-outer {
	padding: 0 0 5rem;
	background: #1a252d;
	color: #fff; }

.investors-single-text table {
	margin: 0 0 1.875rem;
	border-color: transparent; }
.investors-single-text table thead, .investors-single-text table tbody {
	color: #fff;
	background: transparent;
	border: none; }
.investors-single-text table thead tr:nth-child(even), .investors-single-text table tbody tr:nth-child(even) {
	background: transparent; }
.investors-single-text table thead tr td, .investors-single-text table thead tr th, .investors-single-text table tbody tr td, .investors-single-text table tbody tr th {
	vertical-align: top;
	background: transparent;
	border-bottom: 1px solid #fff; }
.investors-single-text table thead tr td:first-child, .investors-single-text table thead tr th:first-child, .investors-single-text table tbody tr td:first-child, .investors-single-text table tbody tr th:first-child {
	padding-left: 0; }
@media screen and (min-width: 48em) {
	.investors-single-text table thead tr td:first-child, .investors-single-text table thead tr th:first-child, .investors-single-text table tbody tr td:first-child, .investors-single-text table tbody tr th:first-child {
		min-width: 9.375rem; } }
.investors-single-text table thead tr td:last-child, .investors-single-text table thead tr th:last-child, .investors-single-text table tbody tr td:last-child, .investors-single-text table tbody tr th:last-child {
	padding-right: 0;
	text-align: right;
	min-width: 5rem; }
@media screen and (min-width: 48em) {
	.investors-single-text table thead tr td:last-child, .investors-single-text table thead tr th:last-child, .investors-single-text table tbody tr td:last-child, .investors-single-text table tbody tr th:last-child {
		min-width: 9.375rem; } }

.footer-top {
	padding: 2.5rem 0 1.625rem;
	background: #f4f5f9;
	background: #e8ebef; }
@media screen and (min-width: 48em) {
	.footer-top {
		padding: 2.9375rem 0 2.9375rem; } }
@media screen and (min-width: 75em) {
	.footer-top {
		padding: 3.8125rem 0 3.125rem; } }

.footer-bottom {
	padding: 0.6875rem 0 0.875rem;
	background: #10181e;
	color: #3E464D; }
.footer-bottom a {
	color: #3E464D;
	text-decoration: underline; }
.footer-bottom a:hover {
	text-decoration: none; }
@media screen and (min-width: 48em) {
	.footer-bottom {
		padding: 0.9375rem 0 1rem; } }
@media screen and (min-width: 75em) {
	.footer-bottom {
		padding: 1.4375rem 0;
		font-size: 1.1875rem; } }

.footer-top-logo-box {
	margin-bottom: 1.4375rem; }
@media screen and (min-width: 48em) {
	.footer-top-logo-box {
		margin-bottom: 1.0625rem; } }
@media screen and (min-width: 75em) {
	.footer-top-logo-box {
		margin-bottom: 1.1875rem; } }

.footer-top-logo {
	display: block;
	width: 12.3125rem; }
@media screen and (min-width: 75em) {
	.footer-top-logo {
		width: 15.375rem; } }

.footer-form-title {
	display: block;
	font-size: 1.25rem;
	margin-bottom: 0.25rem; }
@media screen and (min-width: 100em) {
	.footer-form-title {
		margin-bottom: 0.8125rem; } }

.footer-form [type='text']::-webkit-input-placeholder, .footer-form [type='password']::-webkit-input-placeholder, .footer-form [type='date']::-webkit-input-placeholder, .footer-form [type='datetime']::-webkit-input-placeholder, .footer-form [type='datetime-local']::-webkit-input-placeholder, .footer-form [type='month']::-webkit-input-placeholder, .footer-form [type='week']::-webkit-input-placeholder, .footer-form [type='email']::-webkit-input-placeholder, .footer-form [type='number']::-webkit-input-placeholder, .footer-form [type='search']::-webkit-input-placeholder, .footer-form [type='tel']::-webkit-input-placeholder, .footer-form [type='time']::-webkit-input-placeholder, .footer-form [type='url']::-webkit-input-placeholder, .footer-form [type='color']::-webkit-input-placeholder {
	color: #a9acb0; }

.footer-form [type='text']::-moz-placeholder, .footer-form [type='password']::-moz-placeholder, .footer-form [type='date']::-moz-placeholder, .footer-form [type='datetime']::-moz-placeholder, .footer-form [type='datetime-local']::-moz-placeholder, .footer-form [type='month']::-moz-placeholder, .footer-form [type='week']::-moz-placeholder, .footer-form [type='email']::-moz-placeholder, .footer-form [type='number']::-moz-placeholder, .footer-form [type='search']::-moz-placeholder, .footer-form [type='tel']::-moz-placeholder, .footer-form [type='time']::-moz-placeholder, .footer-form [type='url']::-moz-placeholder, .footer-form [type='color']::-moz-placeholder {
	color: #a9acb0; }

.footer-form [type='text']:-ms-input-placeholder, .footer-form [type='password']:-ms-input-placeholder, .footer-form [type='date']:-ms-input-placeholder, .footer-form [type='datetime']:-ms-input-placeholder, .footer-form [type='datetime-local']:-ms-input-placeholder, .footer-form [type='month']:-ms-input-placeholder, .footer-form [type='week']:-ms-input-placeholder, .footer-form [type='email']:-ms-input-placeholder, .footer-form [type='number']:-ms-input-placeholder, .footer-form [type='search']:-ms-input-placeholder, .footer-form [type='tel']:-ms-input-placeholder, .footer-form [type='time']:-ms-input-placeholder, .footer-form [type='url']:-ms-input-placeholder, .footer-form [type='color']:-ms-input-placeholder {
	color: #a9acb0; }

.footer-form [type='text']::placeholder, .footer-form [type='password']::placeholder, .footer-form [type='date']::placeholder, .footer-form [type='datetime']::placeholder, .footer-form [type='datetime-local']::placeholder, .footer-form [type='month']::placeholder, .footer-form [type='week']::placeholder, .footer-form [type='email']::placeholder, .footer-form [type='number']::placeholder, .footer-form [type='search']::placeholder, .footer-form [type='tel']::placeholder, .footer-form [type='time']::placeholder, .footer-form [type='url']::placeholder, .footer-form [type='color']::placeholder {
	color: #a9acb0; }

@media screen and (min-width: 48em) {
	.footer-form {
		margin-left: 1.25rem; } }

@media screen and (min-width: 64em) {
	.footer-form {
		margin: 0; } }

.footer-form-row {
	padding-top: 1.0625rem; }

.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.25rem;
	max-width: 97.5rem;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap; }
.footer-menu::before, .footer-menu::after {
	content: ' ';
	display: table; }
.footer-menu::after {
	clear: both; }
.footer-menu > li {
	width: 50%;
	float: left;
	margin-bottom: 0.1875rem; }
.footer-menu > li:last-child:not(:first-child) {
	float: right; }
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
	.footer-menu > li:nth-child(even) {
		padding-left: 2.875rem; } }
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	.footer-menu > li:nth-child(even) {
		padding-left: 3.125rem; } }
@media screen and (min-width: 75em) {
	.footer-menu > li {
		width: 25%;
		float: left;
		padding-left: 3.125rem;
		margin-bottom: 0.75rem; }
	.footer-menu > li:last-child:not(:first-child) {
		float: right; }
	.footer-menu > li:first-child {
		padding: 0; } }
.footer-menu a {
	color: #10181e;
	border-bottom: 1px solid transparent;
	-webkit-transition: 0.3s;
	transition: 0.3s; }
.footer-menu a:hover {
	border-color: inherit; }
.footer-menu ul {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.125rem;
	white-space: normal; }
@media screen and (min-width: 75em) {
	.footer-menu ul li {
		margin-bottom: 0.3125rem;
		line-height:1.1; } }
.footer-menu ul a {
	color: #a9acb0; }
.footer-menu ul a:hover {
	border-color: #a9acb0; }
@media screen and (min-width: 75em) {
	.footer-menu ul {
		display: block; } }
@media screen and (min-width: 75em) {
	.footer-menu {
		font-size: 1.1875rem; } }

.made-by {
	white-space: nowrap; }

/** Christian's Styles **/

/** Form Validation **/
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
.wpcf7-not-valid-tip { display:none !important; }
.wpcf7-not-valid,
.wpcf7-not-valid + span.jcf-select-js-custom-select {
    border: 2px solid #ff1919;
    background: rgba(236, 88, 64, 0.44);
}
.wpcf7-not-valid.hollow {
    border-bottom: 2px solid #ff1919;
}

/** Job Listing **/
.internal.job-listing { }
.internal.job-listing h1 { font-family:"BlenderPro-Thin", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; margin:0; }
.white-box.job-listing { font-size:1.25rem; line-height:1.1; }
.white-box.job-listing p,
.white-box.job-listing ul,
.white-box.job-listing ol { line-height:1.1; }
.blue-box.job-listing a.email-link { border-bottom:1px solid #fff; color:#fff; }
.blue-box.job-listing a.email-link:hover { border-bottom:none; }

.listing { clear:none !important; }
.listing-details h4 { font-family:"BlenderPro-Thin", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; margin-bottom:1.5rem; min-height:auto !important; max-width:none; }
.listing-details h4:after { display:none; }
.listing-details h4 small { color:#10181e; display:block; font-family:"BlenderPro-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-size:50%; letter-spacing:1px; line-height:1.6; margin-bottom:5px; text-transform:uppercase; }
.listing-details h4 .jobs-list-item-location { font-size:inherit; margin-top:-4px; }
.listing-details h4 .jobs-list-item-location:before { top:0.2rem; }
.listing-details .button-wrap { margin-top:2rem; padding-top:2rem; position:relative; }
.listing-details .button-wrap:before {
    content: "";
    display: block;
    background: #089fb7;
    width: 1.875rem;
    height: 1px;
	left:0; top:0; position:absolute;
}
.no-wrap { white-space:nowrap; }
.big-posts .img-post > a{
	/*min-height: 410px;*/
        display: block;
}
@media screen and (min-width: 64em) {
	/*.alm-reveal .img-post{
		min-height: 250px;
		max-height: 250px;
		overflow: hidden;
        position: relative;
	}
    .alm-reveal .img-post > a{
		position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
	}
    .alm-reveal .img-post > a img{
		position: relative;
        width: auto;
        height: 108%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
	}*/
}

/** Videos **/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media screen and (min-width: 1200px) and (max-width: 1300px){
	.news-carousel-text-box-inner .button.hollow{
		font-size: 1.1rem;
	}
 }

.dark-box {
  padding: 2.8125rem 0 2rem;
  background: #10181e; }
  @media screen and (min-width: 48em) {
    .dark-box {
      padding: 4.625rem 0 3.625rem; } }
  @media screen and (min-width: 75em) {
    .dark-box {
      padding: 6.6875rem 0 5rem; } }
  .dark-box .flex-video {
    margin: 0 0 30px; }
    @media screen and (min-width: 48em) {
      .dark-box .flex-video {
        margin: 95px 0 0; } }
    @media screen and (min-width: 75em) {
      .dark-box .flex-video {
        margin: 120px 0 0; } }

.dark-box .promo-content-column {
  color: #fff;
  float: none;
  width: 100%;
  margin: 0;
  padding:0; }
  @media screen and (min-width: 64em) {
    .dark-box .promo-content-column {
      padding: 0 0 0 30px; } }
  .dark-box .promo-content-column .promo-text, .dark-box .promo-content-column .promo-text p, .dark-box .promo-content-column .promo-text ul, .dark-box .promo-content-column .promo-text ol {
    font-size: 1.25rem; }
    @media screen and (min-width: 48em) {
		.dark-box .promo-content-column {
      padding: 30px 0 0; }
      .dark-box .promo-content-column .promo-text, .dark-box .promo-content-column .promo-text p, .dark-box .promo-content-column .promo-text ul, .dark-box .promo-content-column .promo-text ol {
        font-size: 1.4375rem; } }
    @media screen and (min-width: 75em) {
		.dark-box .promo-content-column {
      padding: 0 0 0 30px; }
      .dark-box .promo-content-column .promo-text, .dark-box .promo-content-column .promo-text p, .dark-box .promo-content-column .promo-text ul, .dark-box .promo-content-column .promo-text ol {
        font-size: 1.8125rem;
        line-height: 1.1; } }
  @media screen and (min-width: 75em) {
    .dark-box .promo-content-column .promo-title {
      margin-bottom: 2.5rem; } }
	  
.contact-form form,
.contact-form form label,
.contact-form form input,
.contact-form form textarea { width:100% !important; }
.mktoError { display:none !important; }
.mktoClear { clear:both; }
.mktoInvalid { background:rgba(236, 88, 64, 0.44); border:2px solid #ff1919; }
.mktoInvalid + .jcf-select,
.mktoError + .jcf-select { background:rgba(236, 88, 64, 0.44); border:2px solid #ff1919; }
@media only screen and (min-width: 40em) {
	.form-row:nth-child(3) .mktoFormCol,
	.form-row:nth-child(4) .mktoFormCol { float:left; width:50%; }
	.form-row:nth-child(3) .mktoFormCol:nth-child(1),
	.form-row:nth-child(4) .mktoFormCol:nth-child(1) { padding-right:0.9375rem !important; }
	.form-row:nth-child(3) .mktoFormCol:nth-child(2),
	.form-row:nth-child(4) .mktoFormCol:nth-child(2) { padding-left:0.9375rem !important; }	
}
@media screen and (min-width: 64em) {
	.form-row:nth-child(2),
	.form-row:nth-child(3),
	.form-row:nth-child(4),
	.form-row:nth-child(5) { clear:left; float:left; padding-right:0.9375rem; width:50%; }
	.form-row:nth-child(6) { clear:right; float:left; margin-top:-301px; padding-left:0.9375rem; width:50%; }
	.form-row:nth-child(7) { clear:right; float:left; padding-left:0.9375rem; width:50%; }
}