@charset "utf-8";
@import url("typo.css");
@import url("animate.css");


html,body { margin: 0; padding: 0; -webkit-overflow-scrolling: touch;}
body { position: relative; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-y: scroll;}

*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;} /* well, let's pray */

a.NoU { text-decoration: none;}

.hidden { display:none }

.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }
.cf { zoom:1; }

.noselect {
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block; margin: 0; padding: 0;}

form { margin:0; padding:0 }
input, textarea, button { margin:0; -webkit-appearance:none }
input:focus,
textarea:focus { outline:none }
textarea { overflow:auto }

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}


::-webkit-input-placeholder { line-height: 1.38em; color: #ccc; -webkit-transition: color .1s; -o-transition: color .1s; transition: color .1s;}
::-moz-placeholder { line-height: 1.38em; color: #ccc; -moz-transition: color .1s; transition: color .1s;}
:-ms-input-placeholder { line-height: 1.38em; color: #ccc; -ms-transition: color .1s; transition: color .1s;}
input:-moz-placeholder { line-height: 1.38em; color: #ccc; -moz-transition: color .1s; transition: color .1s;}

.textInput { margin: 0; padding: 15px 30px; border: none; background: #133a46; font: 400 18px/30px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; color: #fff; vertical-align: top;}
/*.textInput:focus { background: #ede3d0;}*/
/*.textInput:disabled,
.textInput.disabled { color: #f5f4f0;}*/
/*.textInput.error { border-color: #ff4e00;}*/

.selectInput { display: inline-block; margin: 0; padding: 0 23px 0 0; border: #d5dad1 1px solid; background: #fff; font: normal 18px/22px "PT Sans", Helvetica, 'Helvetica Neue', Arial, serif; color: #333; vertical-align: top; position: relative;}
.selectInput select { width: 100%; height: 100%; font: normal 18px/22px "PT Sans", Helvetica, 'Helvetica Neue', Arial, serif; color: #333; position: absolute; top: 0; left: 0; opacity: 0.01; filter: alpha(opacity=1); cursor: pointer;}
.selectInput-label { display: block; padding: 6px 8px; white-space: nowrap; overflow: hidden;}
.selectInput.placeholder { color: #c5c5c5;}
.selectInput:after { display: block; content: ''; width: 0; height: 0; border-style: solid; border-width: 5px 4px 0 4px; border-color: #929a8b transparent transparent transparent; position: absolute; top: 15px; right: 8px;}

.btn { display: inline-block;  vertical-align: top; margin: 0; padding: 16px 32px; border: none; visibility: visible; overflow: visible; font: 500 14px/28px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; text-transform: uppercase; cursor: pointer; text-decoration: none; color: #b6080f; text-align: center; transition: color .2s; position: relative;
	background: #e61b2c;
	background: -moz-linear-gradient(top,  #e61b2c 0%, #f7492d 100%);
	background: -webkit-linear-gradient(top,  #e61b2c 0%,#f7492d 100%);
	background: linear-gradient(to bottom,  #e61b2c 0%,#f7492d 100%);
}
.btn span { position: relative; z-index: 1;}
.btn:before { display: block; content: ''; position: absolute; top: 2px; right: 2px; bottom: 2px; left: 2px; background: #fff;}
.btn:after { display: block; content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #fff; opacity: 0;
	transition: -webkit-transform .2s, -ms-transform .2s, transform .2s, opacity .2s;
	background: #e61b2c;
	background: -moz-linear-gradient(top,  #e61b2c 0%, #f7492d 100%);
	background: -webkit-linear-gradient(top,  #e61b2c 0%,#f7492d 100%);
	background: linear-gradient(to bottom,  #e61b2c 0%,#f7492d 100%);
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
}
.btn:hover { color: #fff; text-decoration: none; transition: color .2s}
.btn:hover:after { opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.btn:active span { top: 1px;}
.btn:focus { outline: none;}

.btn:disabled { cursor: default; color: #b6080f; opacity: 0.5;}
.btn:disabled:hover { color: #b6080f;}
.btn:disabled:hover:after { opacity: 0 !important;}
.btn-red:disabled { color: #fff;}
.btn-red:disabled:hover { color: #fff;}
.btn-red:disabled:hover:before { opacity: 0 !important;}

.no-js .btn { color: #b6080f; background: transparent;}
.no-js .btn:before { top: 0; right: 0; bottom: 0; left: 0; border: #e61b2c 2px solid; background-color: transparent;}
.no-js .btn:hover { color: #b6080f;}
.no-js .btn:hover:after { display: none;}

.btn-red { color: #fff;}
.btn-red:after { opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.btn-red:before { opacity: 0; z-index: 1;
	transition: -webkit-transform .2s, -ms-transform .2s, transform .2s, opacity .2s;
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
}
.btn-red:hover { color: #b6080f;}
.btn-red:hover:before { opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.btn-back-blue:before { background: #f2f6f7;}

.no-js .btn-red { color: #fff; background: transparent;
	background: #e61b2c;
	background: -moz-linear-gradient(top,  #e61b2c 0%, #f7492d 100%);
	background: -webkit-linear-gradient(top,  #e61b2c 0%,#f7492d 100%);
	background: linear-gradient(to bottom,  #e61b2c 0%,#f7492d 100%);
}
.no-js .btn-red:before { top: 0; right: 0; bottom: 0; left: 0; border: #e61b2c 2px solid; background-color: transparent; display: none;}
.no-js .btn-red:after { display: none;}
.no-js .btn-red:hover { color: #b6080f; background: #fff; -webkit-box-shadow: inset 0 0 0 2px #e61b2c; box-shadow: inset 0 0 0 2px #e61b2c;}
.no-js .btn-back-blue:before { background: transparent;}

.show-mobile { display: none !important;}

.form {}
.form .input { margin: -30px 0 60px 0; padding: 30px 0 0 0; position: relative;}
/*.form .input:first-child { margin-top: -30px;}*/
.form .input .label { position: absolute; top: 0px; left: 30px; cursor: text;
	-webkit-transform: translateY(46px);
	-ms-transform: translateY(46px);
	transform: translateY(46px);
	/*transition: -webkit-transform .2s, -ms-transform .2s, transform .2s;*/
	transition: all .13s;
}
.form .input .textInput { width: 100%; padding-right: 60px;}
.form .input:after { display: none; content: ''; width: 27px; height: 20px; overflow: hidden; background: url(../img/i.png) -235px -164px no-repeat; position: absolute; top: 50px; right: 13px;}
.form .input-value .label { font-size: 16px; opacity: 0.7;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.form textarea { height: 160px; min-height: 160px; resize: vertical;}
.form .input-file { margin: 0 0 50px 0;}
.form .input-file .label { float: right; width: 53%; margin-top: -6px; color: #99B6BF; font-size: 17px; line-height: 24px;}
.form .input-file .btn { float: left; width: 42%; cursor: pointer;}
.form .input-file .btn input { position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; opacity: 0; cursor: pointer;}
.form .input-file .btn { background: none; color: #fff; padding-left: 0; padding-right: 0;}
.form .input-file .btn:before { background: transparent; box-shadow: 0 0 0 2px #fff; z-index: 1;}
.form .input-file .btn:after { background: #fff;}
.form .input-file .btn:hover:after { opacity: 0.2;}
.form .input-file .if-file { display: inline-block; vertical-align: top; padding-right: 30px; position: relative;}
.form .input-file .if-remove { display: block; width: 20px; height: 20px; vertical-align: top; position: relative; overflow: hidden; text-indent: 110%; white-space: nowrap; cursor: pointer; position: absolute; top: 3px; right: 0;}
.form .input-file .if-remove:before,
.form .input-file .if-remove:after { display: block; content: ''; width: 20px; height: 2px; overflow: hidden; background: #EF352C; position: absolute; top: 9px; left: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.form .input-file .if-remove:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.form .input-file .if-remove:hover:before,
.form .input-file .if-remove:hover:after { background: #fff;}
.form .submit { margin: 50px 0 0 0; text-align: right;}
.form .submit .btn { min-width: 180px;}
.form .input-ok:after { display: block;}
.form .input-error:after { display: block; width: 2px; height: 27px; background-position: -264px -164px; top: 47px; right: 30px;}

.form-success {}
.form-success .fs-message { margin: 0 0 60px 0; font-size: 24px; line-height: 30px;}
.form-success .fs-ok .btn { min-width: 180px;}

.mw { overflow: hidden;}
.mw-inner { padding-left: 280px; padding-top: 135px;}

.w { max-width: 1100px; margin: 0 auto; padding: 0 100px;}

.logo { width: 231px; height: 47px; overflow: hidden;}
.logo svg { display: block; width: 100%; height: 100%; margin: 0 10px 10px 0;}
.logo svg path:nth-child(1) { fill: #8ebfe7;}
.logo svg path:nth-child(2) { fill: #004e66;}
.logo svg path:nth-child(3) { fill: #cc171e;}
.logo svg path:nth-child(4) { fill: #004e66;}

.form-search { width: 100px; height: 100%; position: absolute; top: 0; right: 0;}
.form-search button { display: block; width: 100px; height: 100%; overflow: hidden; text-indent: 110%; white-space: nowrap; background: none; border: none; cursor: pointer; position: absolute; top: 0; right: 0;}
.form-search button:before { display: block; content: ''; width: 26px; height: 25px; overflow: hidden; position: absolute; top: 50%; left: 50%; margin: -15px 0 0 -12px; background: url(../img/i.png) 0 -36px no-repeat;}
.form-search button:hover:before { background-position: -27px -36px;}
.form-search button:focus { outline: none;}
.form-search input { display: none; margin: 0; padding: 25px 0; border: none; width: 100%; font: normal 18px/28px akzidenz-grotesk, Helvetica, Arial, sans-serif; color: #000; background: #fff; opacity: 0;}
.form-search.extended { width: auto; left: 300px; padding-right: 80px;}
.form-search.extended input { display: block;}

.header { position: absolute; top: 0; left: 0; z-index: 20; width: 100%; height: 80px; padding: 0 100px 0 20%; background: #fff; border-bottom: #ccdbdf 1px solid; font-size: 20px; line-height: 28px; -webkit-transform: translateZ(0); transform: translateZ(0);}
.header .logo { position: absolute; top: 16px; left: 40px;}
.header ul { margin: 0; padding: 0; list-style: none;}
.header ul li { float: left; margin: 0; padding: 0;}
.header ul li:after { display: none;}
.header ul a,
.header ul strong { display: block; padding: 24px 23px 26px 23px; font-weight: normal;}
.header ul a { color: #014e66;}
.header ul a:hover { color: #b6080f;}
.header .header-nav strong { color: #b6080f;}
.header .header-nav strong a { padding: 0; color: #b6080f;}
.header .header-lang { float: right; margin-right: -23px; margin-left: 30px; color: #000;}
.header nav { float: right;}

.sidenav { position: absolute; top: 80px; left: 0; bottom: 0; width: 280px; padding: 30px 40px 30px 20px; background: #103040; color: #fff; overflow-y: auto; -webkit-transform: translateZ(0); transform: translateZ(0); transition: left .2s;}
.sidenav ul { margin: 0 -40px 0 -20px; padding: 0; list-style: none;}
.sidenav ul li { margin: 0; padding: 0; font-size: 20px; line-height: 32px; }
.sidenav ul li:after { display: none;}
.sidenav ul a { display: block; padding: 16px 20px 16px 40px; color: #fff;}
.sidenav ul a:hover { opacity: 0.7;}
.sidenav ul strong { display: block; padding: 16px 20px 16px 40px; font-weight: normal; opacity: 0.7;}
.sidenav ul strong a { margin: -16px -20px -16px -40px;}

.layout-nosidenav .sidenav { left: -280px; z-index: 1;}
.layout-nosidenav .mw-inner { padding-left: 100px;}
.layout-nosidenav .w { max-width: 1266px;}
.layout-nosidenav .content-wrapper { -webkit-transform: translateZ(0); transform: translateZ(0); transition: -webkit-transform .2s, -ms-transform .2s, transform .2s; position: relative;}
.layout-nosidenav .content-wrapper:after { display: block; content: ''; width: 100%; height: 1px; overflow: hidden; background: #fff; opacity: 0; position: absolute; top: 0; left: -100px; z-index: 10; transition: opacity .2s;}
.layout-nosidenav footer { margin-left: -100px; padding-left: 100px;}
.layout-nosidenav .sidenav-burger { display: block;}
.layout-nosidenav .wide-box { margin-left: -100px; padding-left: 100px;}

.layout-sidenav-fixed .sidenav { position: fixed; top: 0;}
.layout-sidenav-fixed .sidenav-burger { position: fixed; top: 23px;}

.layout-sidenav-show .content-wrapper {
	-webkit-transform: translateX(280px);
	-ms-transform: translateX(280px);
	transform: translateX(280px);
}
.layout-sidenav-show .content-wrapper:after { opacity: 0.6; height: 100%;}
.layout-sidenav-show .sidenav-burger { left: 280px;}
.layout-sidenav-show .sidenav { left: 0;}

.sidenav-burger { position: absolute; top: 103px; left: 0; width: 120px; height: 120px; cursor: pointer; transition: left .2s; display: none;}
.sidenav-burger span,
.sidenav-burger:before,
.sidenav-burger:after { display: block; content: ''; width: 40px; height: 3px; overflow: hidden; background: #c41017; position: absolute; top: 50%; left: 40px; margin-top: -1px;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
.sidenav-burger:before { margin-top: -14px;}
.sidenav-burger:after { margin-top: 12px;}
.notouch .sidenav-burger:hover span,
.notouch .sidenav-burger:hover:before,
.notouch .sidenav-burger:hover:after { background: #b6080f;}

.layout-sidenav-show .sidenav-burger span { opacity: 0;}
.layout-sidenav-show .sidenav-burger:before,
.layout-sidenav-show .sidenav-burger:after { margin-top: -1px;}
.layout-sidenav-show .sidenav-burger:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.layout-sidenav-show .sidenav-burger:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.layout-popupnav { height: 100%;}
.layout-popupnav body { height: 100%;}
.layout-popupnav .mw { width: 100%; height: 100%; position: fixed; top: 0; left: 0;}
.layout-popupnav .mw-inner { position: relative; margin-top: 0;}
.layout-popupnav .popupnav-burger.close { display: block;}

.popupnav-burger { display: none; width: 56px; height: 56px; position: fixed; /*top: 10px;*/top: 8px; right: 9px; z-index: 30; background-color: transparent; cursor: pointer; border-radius: 30px;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
.popupnav-burger span,
.popupnav-burger:before,
.popupnav-burger:after { display: block; content: ''; width: 22px; height: 2px; overflow: hidden; background: #065068; position: absolute; top: 50%; left: 17px; margin-top: -1px;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
.popupnav-burger:before { margin-top: -8px;}
.popupnav-burger:after { margin-top: 6px;}
.notouch .popupnav-burger:hover span,
.notouch .popupnav-burger:hover:before,
.notouch .popupnav-burger:hover:after { background: #b6080f;}

.popupnav-burger.close span { opacity: 0;}
.popupnav-burger.close:before,
.popupnav-burger.close:after { margin-top: -1px; background: #fff;}
.popupnav-burger.close:before {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.popupnav-burger.close:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.layout-popupnav .popupnav-burger { position: absolute;}

.layout-sidenav-fixed .popupnav-burger { background: #003852;
	-webkit-box-shadow: 0 1px 15px rgba(0,73,96,0.2);
	box-shadow: 0 1px 15px rgba(0,73,96,0.2);
}
.layout-sidenav-fixed .popupnav-burger span,
.layout-sidenav-fixed .popupnav-burger:before,
.layout-sidenav-fixed .popupnav-burger:after { background: #fff;}

.popupnav-wrapper { display: none; width: 100%; min-height: 100%; padding: 79px 0 130px 0; background: #103040; position: relative; z-index: 25;}
.popupnav-wrapper a { color: #fff;}
.popupnav-wrapper a:hover { opacity: 0.7;}
.popupnav-wrapper .logo { position: absolute; top: 16px; left: 40px;}
.popupnav-wrapper .logo svg path:nth-child(1) { fill: #668897;}
.popupnav-wrapper .logo svg path:nth-child(2) { fill: #fff;}
.popupnav-wrapper .logo svg path:nth-child(3) { fill: #99afba;}
.popupnav-wrapper .logo svg path:nth-child(4) { fill: #fff;}
.popupnav-wrapper .popupnav-inner { border-top: #1a4c64 1px solid; padding-top: 10px;}
.popupnav-inner ul { margin: 0; padding: 0; list-style: none;}
.popupnav-inner ul li { margin: 0; padding: 0;}
.popupnav-inner ul li:after { display: none;}
.popupnav-inner a,
.popupnav-inner strong { display: inline-block; vertical-align: top; padding: 14px 40px;}
.popupnav-inner strong { font-weight: normal; opacity: 0.7; color: #fff;}
.popupnav-inner strong a { margin: -14px -40px;}
.popupnav-inner .site-nav { float: left; width: 40%; max-width: 180px; font-size: 18px; line-height: 28px;}
.popupnav-inner .cases-nav { float: left; width: 50%; font-size: 20px; line-height: 32px;}
.popupnav-footer { width: 100%; position: absolute; bottom: 0; left: 0;}
.popupnav-footer ul { margin: 0 0 14px 0; padding: 0 0 0 27px; list-style: none; font-size: 18px; line-height: 28px; color: #ce0703;}
.popupnav-footer ul li { display: inline; margin: 0; padding: 0;}
.popupnav-footer ul li:after { display: none;}
.popupnav-footer ul a,
.popupnav-footer ul strong { display: inline-block; padding: 14px 13px; font-weight: normal;}
.popupnav-footer .form-search { width: 100%; height: 63px; padding: 0; position: relative; background: #284553; background: rgba(255,255,255,0.1);}
.popupnav-footer .form-search button { width: 80px; height: 100%;}
.popupnav-footer .form-search button:before { left: 15px; margin-left: 0; margin-top: -12px; background-position: -54px -36px;}
.popupnav-footer .form-search input { display: block; width: 100%; padding: 18px 0 17px 40px; opacity: 1; background-color: transparent; color: #fff;}

.play-icon { background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%22190px%22%20height%3D%22190px%22%20viewBox%3D%220%200%20190%20190%22%20enable-background%3D%22new%200%200%20190%20190%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M95%2C0C42.533%2C0%2C0%2C42.533%2C0%2C95s42.533%2C95%2C95%2C95s95-42.533%2C95-95S147.467%2C0%2C95%2C0z%20M76%2C128V62l55%2C33L76%2C128z%22%2F%3E%3C%2Fsvg%3E');}

.welcome-video { position: absolute; height: 0; top: 0; right: 32%; left: 0; padding-top: 43%; cursor: pointer; border-left: 3px solid #fff; border-right: 3px solid #fff; border-bottom: 6px solid #fff; background: #e5eff1; 
	transition: opacity .4s ease, -webkit-transform .4s ease-out; 
	transition: transform .4s ease-out, opacity .4s ease; 
	transition: transform .4s ease-out, opacity .4s ease, -webkit-transform .4s ease-out; 
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.welcome-video:before { content: ""; display: block; transition: opacity .4s ease;
	background: #a7d7de;
	background: -moz-linear-gradient(top,  #a7d7de 0%, #d9efef 95%);
	background: -webkit-linear-gradient(top,  #a7d7de 0%,#d9efef 95%);
	background: linear-gradient(to bottom,  #a7d7de 0%,#d9efef 95%);

}
.welcome-video:before,
.welcome-video__play { position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0;}
.welcome-video__play { width: 31.85914902536156%; height: 50.1144923401926%; background-size: cover; margin: auto; -webkit-transform: scale(1); transform: scale(1); transition: all .3s ease;}
.welcome-video__poster { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-repeat: no-repeat; background-position: center bottom; background-size: cover;}
.welcome-video__poster img { display: block;}
.welcome-video__title { position: absolute; bottom: 20px; left: 30px; font-family: akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; font-size: 18px; text-transform: uppercase; color: #282828; opacity: 0; transition: opacity .3s ease 0ms;}
.welcome-video__title strong { display: block; font-weight: 500;}
.welcome-video__player { position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; z-index: 2; transition: all .7s ease .1s;}
.is-playing .welcome-video__player { opacity: 1;}

.video-grid { position: relative; margin: 20px 0 40px 0; height: 0; padding-top: 44.5%; overflow: hidden; -webkit-transform: translateZ(0); transform: translateZ(0);}
.video-grid__item-main { padding-bottom: 6px; z-index: 2; -webkit-transform: scale(1) translate(0); transform: scale(1) translate(0);}
.video-grid__item-main:before { opacity: 1;}
.video-grid__item-main .welcome-video__title { opacity: 1; transition-delay: .4s;}
.video-grid__item-main .welcome-video__play { opacity: .7;}
.video-grid__item-main:hover .welcome-video__play { opacity: 1; -webkit-transform: scale(1.15); transform: scale(1.15);}
.video-grid__item-side-top { -webkit-transform: scale(.5) translate(150%, -50%); transform: scale(.5) translate(150%, -50%); opacity: .7;}
.video-grid__item-side-top .welcome-video__play { opacity: 0;}
.video-grid__item-side-top:hover { opacity: 1;}
.video-grid__item-side-bottom { -webkit-transform: scale(.5) translate(150%, 51%); transform: scale(.5) translate(150%, 51%); opacity: .7;}
.video-grid__item-side-bottom .welcome-video__play { opacity: 0;}
.video-grid__item-side-bottom:hover { opacity: 1;}

.cols2 {}
.cols2 .col { float: left; width: 48%;}
.cols2 .col:nth-child(2n) { float: right; width: 48%;}
.cols2 .col:nth-child(2n+1) { clear: left;}
.cols2.team-stats .col:last-child {width:100%;}

.video-intro { margin: 0 0 45px 0; padding: 0 0 39px 0; border-bottom: #cedbe0 1px solid;}
.video-intro .video-intro-quote { padding-bottom: 112px; padding-left: 0.5em; font-family: akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; font-size: 28px; line-height: 38px; text-transform: uppercase; letter-spacing: 0.03em; color: #b60000; position: relative;}

.video-intro-quote .video-intro-ql { position: absolute; margin-left: -0.5em;}
/*.video-intro-quote .video-intro-sig { display: block; width: 217px; height: 131px; position: absolute; right: 10px; bottom: 0; background: url(../img/andre-sig.png) right bottom no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}*/
.video-intro-quote .video-intro-sig { display: block; position: absolute; right: 10px; bottom: 0;}
.video-intro-quote .video-intro-sig img { display: block;}
.video-intro-quote .video-intro-sig span { display: block; overflow: hidden;}
.video-intro-quote .viq-box { display: none;}
.video-intro-quote .viq-b1 { display: block;}
.video-intro-quote .viq-b1 .video-intro-sig span { opacity: 0;}

.video-intro-copy { font-size: 24px; line-height: 34px; color: #43484e;}
.video-intro-copy p { margin: 0;}

.team-intro { margin: 0; padding: 0 0 100px 35%; position: relative;}
.team-intro .intro-btn { margin: 50px 0 0 0;}
.team-intro .ti-image { display: block; content: ''; width: 38%; position: absolute; top: -35px; left: 0; bottom: 0; z-index: -1;}
.team-intro .ti-image img { display: block; margin: 0 auto; width: 100%; object-fit: contain;}

.principles-intro { margin-bottom: 50px; padding-top: 50px; padding-bottom: 80px;}
.principles-intro .pi-item { margin-bottom: 45px; padding-left: 70px; position: relative;}
.principles-intro .pi-item .h2 { margin: 0 0 20px -70px; padding: 0 0 0 70px; font-size: 26px; line-height: 36px; position: relative;}
.principles-intro .pi-item .h2:after { display: block; content: ''; width: 46px; height: 46px; overflow: hidden; background: url(../img/i.png) 0 -116px no-repeat; position: absolute; top: 50%; left: 0; margin: -23px 0 0 0;}
.principles-intro .pi-item p:last-child { margin-bottom: 0;}
.principles-intro .pi-item-collab .h2:after { height: 47px; background-position: -94px -116px;}
.principles-intro .pi-item-delivery .h2:after { background-position: -141px -116px;}
.principles-intro .pi-item-impovement .h2:after { background-position: 0 -116px;}
.principles-intro .pi-item-golive .h2:after { background-position: -188px -116px;}
.principles-intro .pi-cta { margin: -15px 0 0 70px;}
.principles-intro .pi-cta .btn { min-width: 234px;}

.ei-wrapper { margin: 0 -2% 50px -2%; padding-bottom: 100px; border-bottom: #cedbe0 1px solid;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;

}
.ei-wrapper .ei-upcoming,
.ei-wrapper .ei-current,
.ei-wrapper .on-left { padding-left: 2%; padding-right: 2%;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	flex-basis: 50%;
}
.ei-wrapper .ei-upcoming {
}
.ei-wrapper .ei-upcoming-inner { padding: 30px 40px; border: #d1dbe4 1px solid;}

.ei-upcoming .h5 { margin-bottom: 1em; font-family: akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; font-size: 18px; line-height: 28px; font-weight: 500; color: #b6080f;}
.ei-upcoming .h5 strong { font-weight: 500; color: #282828;}
.ei-upcoming h3 { margin: -5px 0 40px 0;}
.ei-upcoming .ei-info { margin: 40px 0 0 0;}
.ei-info p { margin: 0 0 30px 0; padding: 0 0 0 40px; position: relative; font-size: 16px; line-height: 20px;}
.ei-info p:last-child { margin-bottom: 0;}
.ei-info p strong { font-weight: normal; font-family: akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; color: #282828;}
.ei-info p:before { display: block; content: ''; background: url(../img/i.png) 0 0 no-repeat; position: absolute; top: 0; left: 0;}
.ei-info .ei-info-date:before { display: block; width: 24px; height: 21px; background-position: 0 0; top: 0;}
.ei-info .ei-info-location:before { display: block; width: 22px; height: 28px; background-position: -25px 0; top: -2px;}
.ei-info .ei-info-speaker:before { display: block; width: 18px; height: 30px; background-position: -50px 0; top: 4px;}

.ei-current { position: relative; padding-bottom: 80px;}
.ei-current .ei-link { display: block; position: relative;}
.ei-current .ei-date { position: absolute; top: 10px; left: 20px; font-size: 14px; line-height: 20px; color: #fff;}
.ei-current .ei-date span { margin: 0 10px 0 0;}
.ei-current .ei-image img { display: block; width: 100%; height: auto;}
.ei-current .ei-link h3 { font-weight: 500; color: #00495f;}
.ei-current a.ei-link:hover h3 { color: #b6080f;}
.ei-current .intro-btn { margin: 0; position: absolute; bottom: 0;}
.ei-wrapper .on-left {margin: -50px 0 0 0;}

.no-flexbox .ei-wrapper .ei-upcoming { float: left; width: 48%;}
.no-flexbox .ei-wrapper .ei-current { float: right; width: 48%;}

.clients-intro { margin: 0 0 100px 0;}
.ci-list { margin: 0 0 30px 0; padding: 0; list-style: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ci-list li { margin: 0 1% 0 1%; padding: 0 0 30px 0; opacity: 0.5;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.ci-list li:after { display: none;}
.ci-list li img { display: block;}

.no-flexbox .ci-list li { float: left; height: 85px; padding-bottom: 0;}

.ci-case { }
.ci-case .col1 { float: left; width: 48%;}
.ci-case .col1 h3 { margin-top: -8px;}
.ci-case .col2 { float: right; width: 48%; padding-top: 40px;}
.ci-case .intro-btn { margin: 50px 0 0 0;}
.ci-case .ci-cs-image img { display: block; width: 100%; height: auto;}

.more-clients-list { margin-left: -2%; margin-right: -2%;}
.more-clients-list li { margin-left: 2%; margin-right: 2%;}

footer { margin: 95px 0 0 0; padding: 90px 0; background: #f2f6f7; position: relative;}
footer .w {position: relative}
footer p { margin: 0;}
footer .footer-soc { float: right; width: 30%; text-align: right; margin-top: -11px; margin-right: -15px;}
footer .footer-soc .fs-item { display: inline-block; width: 60px; height: 50px; position: relative; text-indent: 110%; white-space: nowrap; overflow: hidden;}
footer .footer-soc .fs-item:before,
footer .footer-soc .fs-item:after { display: block; content: ''; position: absolute; top: 50%; left: 50%; background: url(../img/i.png) 0 0 no-repeat;}
footer .footer-soc .fs-item:after { opacity: 0; transition: opacity .2s; background-color: #f2f6f7;}
footer .footer-soc .fs-item:hover:after { opacity: 1; transition: none;}
footer .footer-soc .fs-fb:before,
footer .footer-soc .fs-fb:after { width: 13px; height: 26px; margin: -13px 0 0 -7px; background-position: -72px 0;}
footer .footer-soc .fs-fb:after { background-position: -151px 0;}
footer .footer-soc .fs-in:before,
footer .footer-soc .fs-in:after { width: 31px; height: 29px; margin: -15px 0 0 -15px; background-position: -86px 0;}
footer .footer-soc .fs-in:after { background-position: -165px 0;}
footer .footer-soc .fs-tw:before,
footer .footer-soc .fs-tw:after { width: 31px; height: 25px; margin: -11px 0 0 -15px; background-position: -118px 0;}
footer .footer-soc .fs-tw:after { background-position: -197px 0;}
footer .footer-weigandt { float: left; width: 40%; padding-right: 20px;}
footer .footer-weigandt .fw-heading { margin: 0 0 25px 0; font-size: 19px; line-height: 28px; color: #0a4c63;}
footer .footer-weigandt .fw-heading strong { font-family: akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; font-size: 24px; font-weight: 400;}
footer .footer-weigandt .fw-phones { margin: 0 0 3px 0; font-size: 18px; line-height: 24px; color: #6C747C;}
footer .footer-weigandt .fw-phones a { color: #6C747C;}
footer .footer-weigandt .fw-email { margin: 0; font-size: 16px; line-height: 24px; color: #6C747C;}
footer .footer-weigandt .fw-email a { color: #6C747C;}
footer .footer-weigandt .fw-email a:hover { color: #0a4c63;}
footer .footer-oracle { float: left; padding-top: 1px; width: 30%; font-size: 14px; color: #0a4c63;}
footer .footer-oracle a { display: block; width: 150px; overflow: hidden;}
footer .footer-oracle svg { display: block; width: 150px; fill: #0a4c63;}
footer .footer-oracle a:hover svg { fill: #b6080f;}

footer .footer-nimax { float: right; margin-top: -25px; width: 25%; font-size: 16px; color: #6C747C; text-align: right;}
footer .footer-nimax a { color: #6C747C; text-decoration: underline;}
footer .footer-nimax a:hover { color: #0a4c63;}

footer .footer-privacy-policy {left: 40%;margin-left:20px;position: absolute;bottom: 55px;font-size: 16px;line-height: 24px;}
footer .footer-privacy-policy a {color: #6C747C;}
footer .footer-privacy-policy a:hover {color: #b6080f;}

footer .footer-legal-notice {left: 40%;margin-left:20px;position: absolute;bottom: 30px;font-size: 16px;line-height: 24px;}
footer .footer-legal-notice a {color: #6C747C;}
footer .footer-legal-notice a:hover {color: #b6080f;}


footer .footer-copy {left: 40%; margin-left:20px; position: absolute; bottom:0px; padding-top: 1px; font-size: 14px; color: #6C747C;}
<!-- OLD: footer .footer-copy { float: right; width: 35%; margin-top: -25px; padding-top: 1px; font-size: 14px; color: #6C747C;}-->



@media (max-width: 1200px) {
	footer .footer-privacy-policy {
		left: calc((100% - 30px) * .4);
		bottom: 52px;
	}
}
@media (max-width: 750px) {
	footer .footer-privacy-policy {
		position: relative;
		left: auto;
		margin-left: 0;
		font-size: 14px;
		line-height: 18px;
	}
	footer .footer-privacy-policy a {
		color: #0a4c63;
	}
}

.event-upcoming { margin: 0 0 70px 0; padding: 30px 40px; border: #d1dbe4 1px solid;}
.event-upcoming .h5 { margin-bottom: 15px; font-family: akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; font-size: 18px; line-height: 28px; font-weight: 500; color: #b6080f;}
.event-upcoming .h5 strong { font-weight: 500; color: #282828;}
.event-upcoming h3 { margin: -5px 0 40px 0; font-size: 28px; line-height: 36px;}
.event-upcoming .eu-descr { float: left; width: 67%;}
.event-upcoming .eu-descr p:last-child { margin-bottom: 0;}
.event-upcoming .ei-info { float: right; width: 30%; padding: 45px 0 0 0;}

.media-item .mi-link { display: block; position: relative;}
.media-item .mi-date { position: absolute; top: 11px; left: 20px; font-size: 14px; line-height: 20px; color: #fff;}
.media-item .mi-date span { margin: 0 10px 0 0;}
.media-item .mi-image img { display: block; width: 100%; height: auto;}
.media-item .mi-descr { margin-bottom: 0;}
.media-item h3 { margin-bottom: 10px; font-weight: 500; color: #00495f;}
.media-item a.mi-link:hover h3 { color: #b6080f;}
.media-item-big { margin-bottom: 90px;}
.media-item-big .mi-descr { font-size: 24px; line-height: 34px;}
.media-item-big h3 { margin-bottom: 15px; font-size: 28px; line-height: 36px;}

.media-list {}
.media-list .media-item { float: left; width: 48%; margin-bottom: 37px; padding-top: 90px; border-top: #cedbe0 1px solid;}
.media-list .media-item:first-child,
.media-list .media-item:nth-child(2) { padding-top: 0; border-top: none;}
.media-list .media-item:nth-child(2n) { float: right;}
.media-list .media-item:nth-child(2n+1) { clear: left;}

.loader { clear: both; height: 120px; position: relative;}
.loader:after { display: block; content: ''; width: 50px; height: 50px; background: url(../img/loader.gif) center center no-repeat; position: absolute; top: 50%; left: 50%; margin: -25px 0 0 -25px;
	animation: loaderRotation linear 1s infinite;
	transform-origin: 50% 50%;
	-webkit-animation: loaderRotation linear 1s infinite;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: loaderRotation linear 1s infinite;
	-moz-transform-origin: 50% 50%;
}
@keyframes loaderRotation{
	0% { transform: rotate(0deg);}
	100% { transform: rotate(360deg);}
}
@-moz-keyframes loaderRotation{
	0% { -moz-transform: rotate(0deg);}
	100% { -moz-transform: rotate(360deg);}
}
@-webkit-keyframes loaderRotation {
	0% { -webkit-transform: rotate(0deg);}
	100% { -webkit-transform: rotate(360deg);}
}

.form-search-big { margin: 0 0 55px 0; padding: 0 75px 0 0; position: relative;}
.form-search-big input { display: block; width: 100%; margin: 0; padding: 19px 30px; background: #f2f6f7; border: none; font: normal 28px/36px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; color: #000;}
.form-search-big .btn { display: block; width: 75px; height: 100%; margin: 0; padding: 0; border: none; position: absolute; top: 0; right: 0; overflow: hidden; text-indent: 110%; cursor: pointer;}
.form-search-big .btn span { position: static;}
.form-search-big .btn .icon { display: block; content: ''; width: 26px; height: 25px; overflow: hidden; position: absolute; top: 50%; left: 50%; margin: -13px 0 0 -14px; background: url(../img/i.png) -54px -36px no-repeat; z-index: 1;}
.form-search-big .btn:hover .icon { background-position: -27px -36px;}

.search-results {}
.search-results .sr-item { padding-bottom: 50px; margin-bottom: 70px; border-bottom: #cedbe0 1px solid; font-size: 20px; line-height: 32px;}
.search-results .sr-item p:last-child { margin-bottom: 0;}
.search-results .loader { height: 100px;}
.search-results .path { margin: 0 0 10px 0; font-size: 14px; line-height: 20px;}
.search-results h3 { margin-bottom: 30px; font-size: 28px; line-height: 36px;}
.search-results .highlight { font-style: normal; color: #b6080f;}

.pathBar { margin: -24px 0 0 0; font-size: 16px; line-height: 24px; color: #90969b;}
.pathBar span { display: inline-block; vertical-align: middle; width: 16px; height: 9px; margin: 0 6px 1px 6px; overflow: hidden; text-indent: 20px; white-space: nowrap; background: url(../img/i.png) -269px 0 no-repeat;}

.page-heading { margin: 0 0 60px 0; padding: 0 0 90px 0; border-bottom: #cedbe0 1px solid;}
.page-heading h1 { margin-bottom: 0;}
.page-heading .ph-copy { font-size: 24px; line-height: 34px; color: #43484e;}
.page-heading p:last-child { margin-bottom: 0;}

.page-heading-case { padding-bottom: 10px; border-bottom: none;}
.page-heading-case .col:first-child { width: 70%;}
.page-heading-case .col:last-child { width: 25%; text-align: right; font-size: 18px; line-height: 24px; margin-top: -24px; color: #282828;}

.team-stats { font: normal 24px/32px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; color: #282828;}
.team-stats strong { display: block; font-size: 44px; line-height: 44px; font-weight: normal; text-transform: uppercase; color: #c41017;}
.team-stats p { margin: 0; padding: 0 0 0 70px; position: relative;}
.team-stats p:before { display: block; content: ''; width: 46px; height: 46px; overflow: hidden; background: url(../img/i.png) 46px 46px no-repeat; position: absolute; top: -3px; left: 0;}
.team-stats .ts-team4:before { background-position: -94px -116px;}
.team-stats .ts-team6:before { background-position: -47px -116px;}
.team-stats .ts-team15:before { background-position: 0 -63px;}
.team-stats .col { margin-bottom: 2.5em; padding-right: 20px;}

.team-video-big { margin: 0 0 50px 0; cursor: pointer; position: relative;
	background: #9ed3db;
	background: -moz-linear-gradient(top,  #9ed3db 0%, #d2ebed 100%);
	background: -webkit-linear-gradient(top,  #9ed3db 0%,#d2ebed 100%);
	background: linear-gradient(to bottom,  #9ed3db 0%,#d2ebed 100%);
}
.team-video-big .w { padding-right: 0; padding-left: 0;}
.team-video-big .cols2 { height: 70vh; max-height: 600px;}
.team-video-big .col { height: 100%; padding-bottom: 1px; position: relative;}
.team-video-big .tv-person { position: absolute; bottom: 0; font: normal 18px/28px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; color: #282828; text-transform: uppercase;}
.team-video-big .tv-person strong { display: block; font-weight: 500;}
.team-video-big .tv-image { position: absolute; height: 100%; width: 100%; background-repeat: no-repeat; background-position: right bottom;
	-webkit-background-size: auto 90%;
	background-size: auto 90%;
}
.team-video-big .tv-play { width: 100%; height: 64%; background-position: center center; position: absolute; top: 50%; left: 0%; background-repeat: no-repeat; margin: -40% 0 0 66%; opacity: 0.7; transition: opacity .3s, -webkit-transform .3s, -ms-transform .3s, transform .3s;
	-webkit-background-size: contain;
	background-size: contain;
}
.team-video-big:hover .tv-play { opacity: 1;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.team-video-box { display: none; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; background: #000;}

.team-video-intro { padding-bottom: 0; border-bottom: none; margin-bottom: 65px;}
.team-video-intro .video-intro-copy { font-size: 20px; line-height: 30px; color: #6c747c;}
.team-video-intro .video-intro-quote { width: 44%;}

.team-videos { margin: 0 0 50px 0;}
.team-videos .tv-item { height: 45vh; max-height: 330px; margin: 0 0 50px 0; background: #dfebee; position: relative;}
.team-videos .tv-item .tv-image { position: absolute; height: 100%; width: 100%; background-repeat: no-repeat; background-position: right bottom;
	-webkit-background-size: auto 90%;
	background-size: auto 90%;
}
.team-videos .tv-person { margin: 0; position: absolute; left: 30px; bottom: 25px; font: normal 18px/28px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; color: #282828; text-transform: uppercase;}
.team-videos .tv-person strong { display: block; font-weight: 500;}
.team-videos .tv-play { display: none; width: 100%; height: 30%; background-position: center center; position: absolute; top: 50%; left: 0%; background-repeat: no-repeat; margin: -7% 0 0 0; opacity: 0.7; transition: opacity .3s, -webkit-transform .3s, -ms-transform .3s, transform .3s;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.team-videos .tv-item:hover .tv-play { opacity: 1;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.team-videos .tv-item-video { cursor: pointer;}
.team-videos .tv-item-video .tv-play { display: block;}

.tv-person-mobile { display: none; margin-top: -25px; margin-bottom: 20px; font: normal 18px/28px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; color: #282828; text-transform: uppercase;}
.tv-person-mobile strong { display: block; font-weight: 500;}
.tv-person-mobile-big { margin-top: -30px; margin-bottom: 25px;}

.quote-box { padding-left: 40px; position: relative;}
.quote-box:before { display: block; content: '“'; font: normal 80px/68px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; color: #b60000; position: absolute; top: 0; left: 0;}
.quote-box-red { font-family: akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; font-size: 16px; color: #b60000; font-weight: 500;}

.team-quote-wrapper { margin-bottom: 100px; background: #f2f6f7;}
.team-quote { min-height: 430px; padding: 95px 0 90px 325px; position: relative; color: #282828; font-family: akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif;}
.team-quote .tq-heading { margin: 0; font-size: 24px; line-height: 32px; font-weight: 500; text-transform: uppercase;}
.team-quote .tq-pos { margin: 0 0 50px 0;}
.team-quote .tq-copy { max-width: 530px; color: #b60000; font-weight: 500; font-size: 16px;}
.team-quote .tq-image { position: absolute; top: 85px; left: 0;}
.team-quote .tq-image img { display: block; border-radius: 200px;}
.team-quote .tq-contacts { margin: 0; padding: 0; list-style: none; font-family: akzidenz-grotesk, Helvetica, Arial, sans-serif; font-size: 20px;}
.team-quote .tq-contacts li { margin: 0 0 20px 0; padding: 0 0 0 42px; position: relative;}
.team-quote .tq-contacts li:after { display: none;}
.team-quote .tq-contacts .tqc-item { padding: 0; position: relative;}
.team-quote .tq-contacts .tqc-item:before { display: block; content: ''; overflow: hidden; background: url(../img/i.png) 0 0 no-repeat; position: absolute; top: 50%; left: -42px;}
.team-quote .tq-contacts .tqc-item:after { display: block; content: ''; width: 45px; height: 100%; overflow: hidden; background-color: transparent; position: absolute; top: 0; left: 0;}
.team-quote .tq-contacts .tqc-phone:before { width: 28px; height: 20px; background-position: -184px -76px; margin-top: -10px;}
.team-quote .tq-contacts .tqc-mobilephone:before { width: 16px; height: 26px; background-position: -214px -76px; margin-top: -13px; left: -36px;}
.team-quote .tq-contacts .tqc-email:before { width: 25px; height: 16px; background-position: -232px -76px; margin-top: -8px;}
.team-quote .tq-contacts .tqc-phone,
.team-quote .tq-contacts .tqc-mobilephone { color: #6c747c;}

.team-quotes { margin: 0 -2% 40px -2%;}
.team-quotes .tq-item { float: left; width: 33.333%; margin: 0 0 50px 0; padding: 0 2%;}
.team-quotes .tq-heading { margin: 0; font: 500 18px/28px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; text-transform: uppercase; color: #282828;}
.team-quotes .tq-pos { margin: 0 0 40px 0;}
.team-quotes .tq-copy { max-width: 530px; margin: 0;}
.team-quotes .tq-image { margin: 0 0 35px 0;}
.team-quotes .tq-image img { display: block; border-radius: 200px;}

.contacts-main { margin-bottom: 85px;}
.contacts-adds .tq-pos { margin-bottom: 20px !important;}
.contacts-adds .tq-contacts { margin: 0; padding: 0; list-style: none;}
.contacts-adds .tq-contacts li { margin: 0; padding: 0;}
.contacts-adds .tq-contacts li:after { display: none;}
.contacts-adds .tq-contacts li span { display: inline-block; width: 1.4em;}
.contacts-adds .tq-contacts .tqc-phone,
.contacts-adds .tq-contacts .tqc-mobilephone { color: #6c747c;}
.contacts-adds .tq-contacts .tqc-email { font-size: 16px;}

.team-careers-wrapper { padding-top: 60px; background: #f2f6f7;}
.team-careers { padding: 320px 0 100px 55%; background: url(../img/illustrations/team-careers.png) 0 0 no-repeat;}
.team-careers h2 { margin-bottom: 20px;}
.team-careers p { margin-bottom: 35px;}
.team-careers p:last-child { margin-bottom: 0;}

.bottom-box-footerstick { margin-bottom: -100px;}

.wide-box.team-bottom { padding-left: 0;}
.team-bottom img { display: block; width: 100%; height: auto;}

.content { width: 71%; padding: 0 6% 0 0; position: relative; font-size: 20px; line-height: 32px;}
.content .aside { display: block; width: 41%; margin: 0; padding: 0; position: absolute; left: 100%; font-size: 16px; line-height: 28px;}
/*.content .aside .case-cta { margin: 5px 0 0 0;}*/
.content h1 + .aside { top: 2em;}

.content h2 { margin: 2.3em 0 1.4em 0; font: 500 28px/36px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; text-transform: none; letter-spacing: 0; color: #000;}
.content h2:first-child { margin-top: 0;}
.content h3 { margin: 1.9em 0 1.2em 0; font: 500 22px/32px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; text-transform: none; letter-spacing: 0; color: #000;}
.content h3:first-child { margin-top: 0;}
.content h4 { margin: 2em 0 1em 0; font: 500 16px/28px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; text-transform: none; letter-spacing: 0; color: #000;}
.content h4:first-child { margin-top: 0;}
.content hr + h2 { margin-top: 0;}

.content .image { margin: 50px 0 42px 0;}
.content .image img { display: block; width: 100%; height: auto;}
.content .image figcaption { padding: 10px 0 0 0; font-size: 14px; line-height: 20px;}
.content .image.wide { margin-right: -54%;}

.content-nav { margin: 83px 0 85px 0; padding: 0; list-style: none;}
.content-nav:last-child { margin-bottom: 0;}
.content-nav li { float: left; width: 48%; margin: 0; padding: 0; font: 500 18px/24px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif;}
.content-nav li:after { display: none;}
.content-nav span { display: block; color: #b6080f;}
.content-nav strong { font-weight: 500;}
.content-nav a { display: inline-block; position: relative;}
.content-nav a:before { display: block; content: ''; width: 36px; height: 16px; position: absolute; top: 27px; left: -65px; background: url(../img/i.png) -157px -164px;}
.content-nav a:hover:before { background-position: -157px -181px;}
.content-nav .nav-next { float: right; text-align: right;}
.content-nav .nav-next a:before { left: auto; right: -65px; background-position: -196px -164px;}
.content-nav .nav-next a:hover:before { background-position: -196px -181px;}
.content-nav.cn-linear li { float: none; width: auto;}
.content-nav.cn-linear { margin: 15px 0;}
.content-nav.cn-linear a { float: none;}
.content-nav.cn-linear a:before { top: 4px; right: -55px;}
.content-nav.cn-linear span { display: inline;}
.content-nav.cn-linear .nav-next { float: left; text-align: left;}

.case-cta { display: block; margin: 60px 0; color: #6c747c;}
.case-cta:first-child { margin-top: 0;}
.case-cta .cc-image { height: 152px; padding: 20px 30px; background: #f5f5f5;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.case-cta .cc-image img { display: block; margin: 0 auto; width: auto; height: auto; max-width: 100%; max-height: 100%; opacity: 0.6; transition: opacity .2s;}
.case-cta .cc-link { background: #e2f2f4; padding: 20px 30px; position: relative;}
.case-cta .cc-link span { display: block; margin: 0 0 5px 0; font-size: 16px; line-height: 24px; color: #6c747c;}
.case-cta .cc-link h5 { margin: 0; padding: 0; font: normal 22px/24px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; color: #00495f;}
.case-cta .cc-link:after { display: block; content: ''; width: 22px; height: 22px; overflow: hidden; background: url(../img/i.png) -82px -36px no-repeat; position: absolute; top: 20px; right: 22px;}
.notouch a.case-cta:hover .cc-image img { opacity: 1;}
.notouch a.case-cta:hover .cc-link h5 { color: #b6080f;}
.notouch a.case-cta:hover .cc-link:after { background-position: -106px -36px;}

.content-exp { width: 65%; position: relative;}
.content-exp h4 { margin: 0 0 20px 0; padding: 0; font: 500 18px/24px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; color: #282828;}
.content-exp .ce-sidebox { position: absolute; left: 100%; width: 45%; margin: 0 0 0 50px;}
.content-exp .ce-sidebox-setup { position: absolute !important; left: 100% !important; top: auto !important; width: 45% !important;}

.ce-wide { margin-right: -54%;}
.ce-wide .ce-col1 { float: left; width: 65%;}
.ce-wide .ce-col2 { float: right; width: 30%;}

.ce-top .ce-col2 { margin-top: -94px;}

.ce-pros { margin: 0 0 95px 0; padding: 0 0 0 23px; list-style: none; border-left: #e39999 1px solid; font-size: 18px; line-height: 28px;}
.ce-pros li { margin: 0 0 28px 0; padding: 0;}
.ce-pros li:after { display: none;}
.ce-pros li:last-child { margin-bottom: 0;}

.oracle-logos { margin: 0; padding: 0; list-style: none;}
.oracle-logos li { margin: 0 0 10px 0; padding: 0;}
.oracle-logos li:after { display: none;}
.oracle-logos span,
.oracle-logos a { width: 100%; height: 90px; padding: 0 5px; background: #f5f5f5;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.oracle-logos span img,
.oracle-logos a img { display: block; margin: 0 auto; width: auto; height: auto; max-width: 100%; max-height: 100%;}

.arc-page {}
.arc-page + hr { margin-top: 50px;}
.heading-qnt { margin: 45px 0; padding: 0 0 0 2.2em; position: relative; font-size: 28px; line-height: 38px; text-transform: uppercase;}
.heading-qnt span { font: normal 84px/76px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; color: #b6080f; position: absolute; top: 0; left: -9px;}

.ap-box .ap-image { float: left; width: 55%;}
.ap-box .ap-image img { display: block; width: 100%; height: auto;}
.ap-box .ap-col { float: right; width: 42%;}
.ap-box h4 { margin: 0 0 20px 0; font: 500 18px/24px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; color: #282828;}
.ap-box p { margin: 0 0 20px 0;}
.ap-box .ap-icons { margin: 0 0 45px 0;}
.ap-box .ap-icons .ap-icon,
.ap-box .ap-icons img { margin: 0 8px 0 0; max-width: 39px; max-height: 39px;}
.ap-box-right .ap-image { float: right; width: 52%; margin-right: -10%;}
.ap-box-right .ap-col { float: left; width: 55%;}

.ap-icon { display: inline-block; width: 38px; height: 38px; overflow: hidden; background: url(../img/i.png) 38px 38px no-repeat;}
.ap-icon-stats { background-position: -143px -37px;}
.ap-icon-goals { background-position: -183px -37px;}
.ap-icon-traffic { background-position: -223px -37px;}
.ap-icon-bill { background-position: -262px -37px;}
.ap-icon-loyalty { background-position: -143px -76px;}

.graph-results { max-width: 450px; margin: 50px 0 90px 0; padding: 0; list-style: none; font: 500 18px/24px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; color: #282828;}
.graph-results li { margin: 0 0 43px 0; padding: 0 0 0 50px; position: relative;}
.graph-results li:last-child { margin-bottom: 0;}
.graph-results li:after { display: none;}
.graph-results .ap-icon,
.graph-results img { position: absolute; top: 0; left: 0; max-width: 39px; max-height: 39px;}
.graph-results .gr-bars-wrapper { position: relative;}
.graph-results .gr-label { position: absolute; top: -7px; left: 100%; margin: 0 0 0 20px; font: normal 18px/20px akzidenz-grotesk, Helvetica, Arial, sans-serif; color: #0a4c63;}
.graph-results .gr-bars { position: relative; height: 9px; margin: 3px 0 0 0; overflow: hidden; border-radius: 10px;}
.graph-results .gr-bars .gr-bars { margin: 0;}
.graph-results .bar-red { display: block; height: 9px; margin: 0; overflow: hidden; text-indent: 110%; border-radius: 10px; position: absolute; top: 0; left: 0;
	background: #f97058;
	background: -moz-linear-gradient(left,  #f97058 0%, #cc2237 100%);
	background: -webkit-linear-gradient(left,  #f97058 0%,#cc2237 100%);
	background: linear-gradient(to right,  #f97058 0%,#cc2237 100%);
}
.graph-results .bar-red-w { overflow: hidden; margin: 0 0 0 10px; position: relative; height: 9px;}
.graph-results .bar-blue { display: block; height: 9px; overflow: hidden; border-radius: 10px; text-indent: 110%; white-space: nowrap; position: absolute; top: 0; left: 0;
	background: #daedee;
	background: -moz-linear-gradient(left,  #daedee 0%, #a9d2da 100%);
	background: -webkit-linear-gradient(left,  #daedee 0%,#a9d2da 100%);
	background: linear-gradient(to right,  #daedee 0%,#a9d2da 100%);
}

.solution-cta { margin: 93px 0 0 0; padding: 20px 320px 20px 20px; background: #f2f6f7;}
.solution-cta .sc-label { float: left; width: 100%; margin: 0; padding: 0; font: 400 18px/22px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; color: #282828;}
.solution-cta .sc-label span { min-height: 60px; width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.solution-cta .sc-label span em { display: block; width: 100%; font-style: normal;}
.solution-cta .sc-btn { float: right; width: 300px; margin: 0 -320px 0 0; padding: 0 20px 0 0;}
.solution-cta .sc-btn .btn { width: 100%;}
.solution-cta .sc-btn .btn:before { background: #f2f6f7;}
.no-js .solution-cta .sc-btn .btn:before { background: transparent;}

.contacts-map { height: 620px; position: relative;}
.contacts-map .w { position: relative;}
.contacts-map .map { width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.contacts-map .contacts-list { width: 400px; min-height: 422px; padding: 40px 30px; position: absolute; top: 100px; right: 100px; background: #fff;}

.contacts-list .cl-item { margin: 0 0 25px 0;}
.contacts-list .cl-item:last-child { margin-bottom: 0;}
.contacts-list .cl-heading { margin: 0; padding: 0 0 0 40px; font-size: 18px; line-height: 28px; font-weight: normal; text-transform: none; color: #00495f; letter-spacing: 0; cursor: pointer; position: relative;}
.contacts-list .cl-heading:after { display: block; content: ''; width: 22px; height: 28px; overflow: hidden; background: url(../img/i.png) -259px -76px no-repeat; position: absolute; top: 2px; left: 0;}
.notouch .contacts-list .cl-heading:hover { color: #b6080f;}
.contacts-list .cl-body { display: none; margin: 0; padding: 14px 0 40px 40px;}
.contacts-list .cl-body p { margin: 0;}
.contacts-list .cl-item.active { border-bottom: #cedbe0 1px solid; margin-bottom: 40px;}
.contacts-list .cl-item.active:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none;}
.contacts-list .cl-item.active .cl-heading { color: #00495f; cursor: default;}
.notouch .contacts-list .cl-item.active .cl-heading { color: #00495f; cursor: default;}
/*.contacts-list .cl-item.active .cl-body { display: block;}*/

.wide-box-blue { background: #f2f6f7;}
.wide-box-blue .btn:before { background: #f2f6f7;}
.no-js .wide-box-blue .btn:before { background: transparent;}

.company-intro-about { padding: 27% 0 100px 52%; font-size: 20px; line-height: 32px; background: url(../img/illustrations/company-about.svg) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.company-intro-about h2 { margin-bottom: 20px;}
.company-intro-about p:last-child { margin-bottom: 0;}

.company-intro-team { margin-bottom: 65px; padding-top: 60px;}
.company-intro-team .inner { padding: 18% 50% 100px 0; font-size: 20px; line-height: 32px; background: url(../img/illustrations/company-team.svg) right bottom no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.company-intro-team h2 { margin-bottom: 20px;}
.company-intro-team p:last-child { margin-bottom: 0;}

.company-intro-career { padding: 27% 0 100px 52%; font-size: 20px; line-height: 32px; background: url(../img/illustrations/company-career.svg) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.company-intro-career h2 { margin-bottom: 20px;}
.company-intro-career p:last-child { margin-bottom: 0;}

.legal-notice-link { margin: -46px 0 0 52%;}
.legal-notice-link a { display: inline-block; padding: 30px 100px; font: 400 32px/42px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; text-transform: uppercase; background: #f2f6f7; position: relative;}
.legal-notice-link a:before { display: block; content: ''; width: 45px; height: 45px; overflow: hidden; background: url(../img/i.png) 0 -116px no-repeat; position: absolute; top: 28px; left: 29px;}
.legal-notice-link a:after { display: block; content: '→'; position: absolute; top: 30px; right: 28px;}

.company-stats { margin: 0 0 10px 0; padding: 0; list-style: none;}
.company-stats li { float: left; width: 25%; margin: 0; padding: 0 2% 50px 70px; font: 400 24px/32px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; color: #282828; position: relative;}
.company-stats li:after { display: none;}
.company-stats li strong { display: block; margin: 0 0 1px 0; font-weight: normal; font-size: 44px; line-height: 44px; color: #c41017;}
.company-stats li:before { display: block; content: ''; width: 46px; height: 46px; overflow: hidden; background: url(../img/i.png) 46px 46px no-repeat; position: absolute; top: 0; left: 5px;}
.company-stats .cs-countries:before { background-position: -47px -116px;}
.company-stats .cs-clients:before { height: 47px; background-position: -94px -116px;}
.company-stats .cs-clients strong { margin-left: -5px;}
.company-stats .cs-projects:before { background-position: -141px -116px;}
.company-stats .cs-solutions:before { background-position: -188px -116px;}
.company-stats .cs-turnover:before { background-position: -235px -116px;}
.company-stats .cs-share:before { background-position: -108px -164px;}
.company-stats .cs-customers:before { background-position: -94px -116px; height: 47px;}
.company-stats .cs-stores:before { background-position: -60px -164px;}

.case-stats { margin-bottom: 40px; padding-bottom: 20px; border-bottom: #cedbe0 1px solid;}
.case-stats li { width: 35%;}
.case-stats li:last-child { width: 30%;}
.case-stats .cs-turnover { width: 100%;}

.company-stats2 { padding-bottom: 0; border-bottom: none; margin-bottom: 20px;}

.case-date { float: right; margin: 0 0 0 0; font-size: 18px; line-height: 24px; color: #282828;}

.case-client-intro { display: block; margin-bottom: 70px; position: relative; overflow: hidden;}
.case-client-intro .cci-image { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-position: center center; background-repeat: no-repeat; transition: -webkit-transform .1s linear, -ms-transform .1s linear, transform .1s linear;
	-webkit-background-size: cover;
	background-size: cover;
}
.notouch a.case-client-intro:hover .cci-image { transition: -webkit-transform 15s linear, -ms-transform 15s linear, transform 15s linear;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
.case-client-intro:before { display: block; content: ''; width: 100%; height: 100%; overflow: hidden; background: #00495f; background: rgba(0,73,95,0.7); position: absolute; top: 0; left: 0; z-index: 1;}
.case-client-intro .w { position: relative; z-index: 2; padding-top: 200px; padding-bottom: 200px;}
.case-client-intro .cci-logo { float: left; width: 30%;}
.case-client-intro .cci-logo img { display: block; width: auto; max-width: 100%; height: auto;}
.case-client-intro .cci-copy { float: right; width: 64%; font: 400 32px/42px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; color: #fff;}
.case-client-intro .cci-copy p:last-child { margin-bottom: 0;}

.cases-client-quote { margin: 0 0 90px 0; padding: 0 0 90px 0; border-bottom: #cedbe0 1px solid; position: relative; z-index: 3;}
.cases-client-quote .ccq-copy { float: left; width: 64%;}
.cases-client-quote .ccq-copy p:last-child { margin-bottom: 0;}
.cases-client-quote .ccq-author { float: right; width: 30%; font: 400 18px/28px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif;  color: #282828; position: relative;}
.cases-client-quote .ccq-author .ccq-photo { margin: -67% 0 40px 0;}
.cases-client-quote .ccq-author .ccq-photo img { display: block; border-radius: 200px; max-width: 100%; height: auto;}
.cases-client-quote .ccq-author .heading { margin: 0 0 5px 0; font-size: 24px; font-weight: 500; text-transform: uppercase;}
.cases-client-quote .ccq-author .pos { margin: 0;}

.cases-list { margin-bottom: -25px; position: relative; overflow: hidden;}
.cases-list:before,
.cases-list:after { display: block; content: ''; width: 48%; height: 1px; overflow: hidden; background: #cedbe0; position: absolute; bottom: 100px; left: 0;}
.cases-list:after { left: auto; right: 0;}
.cases-list .cl-item { float: left; width: 48%; margin-bottom: 135px; position: relative;}
.cases-list .cl-item:before { display: block; content: ''; width: 100%; height: 1px; overflow: hidden; background: #cedbe0; position: absolute; top: -101px; left: 0;}
.cases-list .cl-item:nth-child(2n) { float: right;}
.cases-list .cl-item:nth-child(2n+1) { clear: both;}
.cases-list .cl-item:nth-child(1):before, .cases-list .cl-item:nth-child(2):before { display: none;}
.cases-list .cl-item a { display: block;}
.cases-list .cl-photo { display: block; width: 100%; margin: 0 0 30px 0; height: 310px; position: relative; overflow: hidden;}
.cases-list .cl-photo:before { display: block; content: ''; width: 100%; height: 100%; overflow: hidden; background: #000; opacity: 0.4; position: absolute; top: 0; left: 0; z-index: 2;}
.cases-list .cl-photo .date { position: absolute; top: 10px; left: 18px; font-size: 14px; line-height: 24px; color: #fff; z-index: 3;}
.cases-list .cl-photo .cl-logo { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 3;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.cases-list .cl-photo .cl-logo img { display: block; margin: 0 auto; min-width: 1px; max-width: 80%; max-height: 60%; object-fit: contain;}
.cases-list .cl-photo .cl-image { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; background-position: center center; background-repeat: no-repeat; transition: -webkit-transform .1s linear, -ms-transform .1s linear, transform .1s linear;
	-webkit-background-size: cover;
	background-size: cover;
}
.cases-list .cl-item h3 { margin: 0; font-weight: 500; color: #00495f;}
.notouch .cases-list .cl-item a:hover h3 { color: #b6080f;}
.notouch .cases-list .cl-item a:hover .cl-photo .cl-image { transition: -webkit-transform 15s linear, -ms-transform 15s linear, transform 15s linear;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.timeline { margin: 0 0 100px 0; padding: 0 0 0 50px; position: relative; font-size: 18px; line-height: 28px;}
.timeline:before { display: block; content: ''; width: 9px; height: 85px; position: absolute; bottom: -8px; left: 4px; border-radius: 10px; z-index: 1;
	background: #a9d2da;
	background: -moz-linear-gradient(top,  #a9d2da 0%, #daedee 100%);
	background: -webkit-linear-gradient(top,  #a9d2da 0%,#daedee 100%);
	background: linear-gradient(to bottom,  #a9d2da 0%,#daedee 100%);
}
.timeline .tl-item { margin: 0; padding: 0 0 50px 0; position: relative;}
.timeline .tl-item:last-child { padding-bottom: 0;}
.timeline .tl-item:before { display: block; content: ''; width: 15px; height: 15px; overflow: hidden; background: #cc2237; border-radius: 20px; position: absolute; top: 7px; left: -49px; z-index: 1;}
.timeline .tl-step { float: left; width: 34%; margin: 0; padding: 0 20px 0 0; color: #0a4c63;}
.timeline .tl-step strong { display: block; font: 500 18px/28px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; color: #282828;}
.timeline .tl-body { float: left; width: 66%;}
.timeline .tl-body p { margin-bottom: 12px;}
.timeline .tl-body p:last-child { margin-bottom: 0;}
.timeline .tl-body .tl-loc { padding-left: 34px; position: relative; font: 400 18px/28px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; color: #6c747c;}
.timeline .tl-body .tl-loc:before { display: block; content: ''; width: 22px; height: 28px; overflow: hidden; background: url(../img/i.png) -25px 0 no-repeat; position: absolute; top: 3px; left: 0;}
.timeline .tl-bar { display: block; width: 9px; height: 100%; position: absolute; top: 8px; left: 4px; border-radius: 10px;
	background: #cc2237;
	background: -moz-linear-gradient(top,  #cc2237 0%, #f97058 100%);
	background: -webkit-linear-gradient(top,  #cc2237 0%,#f97058 100%);
	background: linear-gradient(to bottom,  #cc2237 0%,#f97058 100%);
}

.timeline-company { margin-top: 66px; position: relative;}
.timeline-company:before { height: 80px; top: -66px; bottom: auto;}
.timeline-company .tl-step { width: 13%;}
.timeline-company .tl-body { color: #282828; width: 87%; max-width: 550px;}
.timeline-company .tl-item:last-child .tl-step:after { display: block; content: ''; width: 15px; height: 100%; position: absolute; top: 15px; left: -50px; background: #fff;}

.career-motivating { margin: 0 0 50px 0; font-size: 20px; line-height: 30px;}
.career-motivating h2 { padding-bottom: 10px;}
.career-motivating .cm-item { float: left; width: 48%; margin: 0 0 50px 0; position: relative;}
.career-motivating .cm-item p:last-child { margin-bottom: 0;}
.career-motivating .cm-item:nth-child(3) { clear: left;}
.career-motivating .cm-item:nth-child(4) { clear: both;}
.career-motivating .cm-item:last-child { float: right;}
.career-motivating .cm-image { float: right; width: 52%; margin: -80px -2% 0 0; padding: 0 0 0 4%;}
.career-motivating .cm-image img { display: block; width: 100%; height: auto; margin: 0 auto;}

.career-positions { margin: 0 0 100px 0;}
.career-positions .cp-item { margin: 0 0 21px 0; background: #f2f6f7;}
.career-positions .cp-heading { padding: 34px 100px 34px 50px; cursor: pointer; position: relative;}
.career-positions.career-positions__ecomm .cp-heading { padding: 34px 100px 34px 30px;}

.career-positions .cp-heading h2 { margin: 0; padding: 0; font-size: 24px; line-height: 32px; text-transform: none; letter-spacing: 0; color: #282828;}
.career-positions .cp-heading h2 strong { font-weight: 500; color: #00495f; transition: color .2s;}
.career-positions .cp-heading:before,
.career-positions .cp-heading:after { display: block; content: ''; width: 36px; height: 2px; overflow: hidden; background: #0a4c63; position: absolute; top: 49px; right: 30px; transition: all .2s;}
.career-positions .cp-heading:after { width: 2px; height: 36px; top: 32px; right: 47px;}
.notouch .career-positions .cp-heading:hover h2 strong { color: #b6080f;}
.notouch .career-positions .cp-heading:hover:before,
.notouch .career-positions .cp-heading:hover:after { background: #b6080f;}
.career-positions .cp-body { padding: 25px 50px 40px 50px; display: none;}


.career-positions.career-positions__ecomm .cp-body { padding: 25px 50px 40px 30px; display: none;}
.career-positions .cp-body p:last-child { margin-bottom: 0;}
.career-positions .cp-copy { float: left; width: 62%;}
.career-positions.career-positions__ecomm .cp-copy { width: 100%;}

.career-positions .cp-copy h3 { margin-top: 40px; font-size: 18px; line-height: 28px;}
.career-positions .cp-copy h3:first-child { margin-top: 0;}
.career-positions .cp-info { float: right; width: 32%; padding: 48px 0 0 0; font: 400 18px/28px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif; color: #00495f;}
.career-positions .cp-info .cp-info-item { margin: 0 0 35px 0; padding: 0 0 0 40px; list-style: none; position: relative;}
.career-positions .cp-info .cp-info-item .cpi-icon { display: block; position: absolute; top: 1px; left: 0;}
.career-positions .cp-info .cp-info-item ul { margin: 0; padding: 0;}
.career-positions .cp-info .cp-info-item li { margin: 0 0 10px 0; padding: 0;}
.career-positions .cp-info .cp-info-item li:after { display: none;}
.career-positions .cp-info .cp-info-send { margin: 40px 0 0 0;}
.career-positions .cp-info .btn { width: 100%; padding-left: 10px; padding-right: 10px;}
.career-positions .cp-item.active .cp-heading:before { opacity: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.career-positions .cp-item.active .cp-heading:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.career-why { padding-bottom: 60px; margin-bottom: 90px; border-bottom: #cedbe0 1px solid;}
.career-why .cols2 { margin-bottom: 40px; font-size: 20px;}
.career-why .cw-pros { margin: 0 -2%;}
.career-why .cw-pros-item { float: left; width: 33.333%; padding: 0 2%;}
.career-why .cw-pros-item p:last-child { margin-bottom: 0;}
.career-why .cw-pros-item .cw-image { margin: 0 0 -10px 0;}
.career-why .cw-pros-item .cw-image img { display: block; width: 100%; max-width: 320px; height: auto; margin: 0 auto;}
.career-why .cw-pros-item .cw-pros-body { position: relative;}

.career-cv { width: 66%;}
.career-cv .sc-label { font-size: 24px; font-weight: 500;}

.company-points { margin: 0 0 80px 0; border-bottom: #cedbe0 1px solid;}
.company-points h2 { margin-bottom: 70px;}
.company-points .cp-item { float: left; width: 48%; margin: 0 0 50px 0;}
.company-points .cp-item:nth-child(2n) { float: right;}
.company-points .cp-item:nth-child(2n+1) { clear: left;}
.company-points .cp-copy { float: left; width: 49%;}
.company-points .cp-image { float: right; width: 55%; margin: 0 -15% -50px 0;}
.company-points .cp-image img { display: block; width: 100%; height: auto; max-width: 360px;}

.company-clients {}
.company-clients .ci-list { margin-top: 40px; margin-bottom: 40px;}

.company-cases { margin-bottom: 70px;}
.company-cases .cc-copy { float: left; width: 70%;}
.company-cases .cc-cta { float: right; width: 25%; padding: 8px 0 0 0; text-align: right;}
.company-cases .cc-cta .btn { width: 100%; max-width: 235px;}

.company-how { margin: -40px 0 50px 0; padding: 25% 0 70px 52%; border-bottom: #cedbe0 1px solid; background: url(../img/illustrations/company-how.svg) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.company-more { margin: 0; padding: 25% 0 0 52%; background: url(../img/illustrations/company-more.svg) 0 0 no-repeat;
	-webkit-background-size: 85% auto;
	background-size: 85% auto;
}
.company-more .cm-cta { margin: 30px 0 60px 0;}
.company-more .cm-cta .btn { padding-left: 40px; padding-right: 40px;}

.error-404 { position: relative; padding: 0 0 50px 0; min-height: 600px;}
.error-404 .e404-image { width: 100%;}
.error-404 .e404-image img { display: block; width: 100%; height: auto;}
.error-404 .h1 { max-width: 40%; color: #282828; position: absolute; top: -11px; left: 34%; font-size: 3.5vw; line-height: 1.2em;}
.error-404 .e404-body { max-width: 330px; position: absolute; top: 72%; left: 0; font-size: 20px; line-height: 30px;}
.error-404 .e404-body .btn { width: 100%;}

.goup { display: none; width: 56px; height: 56px; background: #fff; position: fixed; bottom: 12px; right: 9px; border-radius: 30px; cursor: pointer;
	-webkit-box-shadow: 0 1px 15px rgba(0,73,96,0.2);
	box-shadow: 0 1px 15px rgba(0,73,96,0.2);
}
.goup:after { display: block; content: ''; width: 18px; height: 24px; overflow: hidden; background: url(../img/i.png) -230px 0 no-repeat; position: absolute; top: 16px; left: 19px;}
.notouch .goup:hover:after { background-position: -249px 0;}

.wow { visibility: hidden;}
.oldie .wow { visibility: visible !important;}
.no-js .wow { visibility: visible !important; display: block !important;}


.form-feedback { }
.form-feedback .ff-copy { float: right; width: 48%; margin: -7px 0 0 0; font-size: 24px; line-height: 36px;}
.form-feedback .ff-contents { float: left; width: 48%;}

.popup { position: relative; z-index: 100; width: 100%; min-height: 100%; padding: 136px 0; background: #00495f; background: rgba(0,73,95,0.97); color: #fff; display: none;}
.popup .close { display: block; width: 36px; height: 36px; overflow: hidden; background: url(../img/i.png) 0 -211px no-repeat; position: absolute; top: 148px; right: 100px; cursor: pointer;}
.popup .close:hover { background-position: -37px -211px;}
.layout-nosidenav .popup { padding-left: 100px;}
.popup .h1 { margin-bottom: 90px; padding-right: 70px; color: #fff;}

/*.popup-feedback { display: block;}*/
.lang-find {
	display: none;
}
.page--langfind .lang-find {
    background-color: #f2f6f7;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 21;
    padding-left: 40px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 20px;
    /*line-height: 20px;*/
    color: #282828;
}
.page--langfind .lang-find .close {
    position: absolute;
    display: block;
    content: "";
    top: 18px;
    right: 35px;
    background: url(../img/close.png) no-repeat;
    width: 21px;
    height: 21px;
}
.page--langfind .lang-find p {
    margin-bottom: 0;
    /*line-height: 10px;*/
}
.page--langfind .lang-find span {
    margin-left: 20px;
    display: inline-block;
    width: auto;
}

.page--langfind .lang-find .lang {
    color: #282828;
    margin-left: 50px;
}

.page--langfind .mw-inner {
    padding-top: 195px;
}



@media(max-width: 1050px) {
    .page--langfind .mw-inner {
        padding-top: 180px;
    }
}


.page--langfind .mw-inner .lang-find {
    display: block;
}

.page--langfind .mw-inner .header {
    top: 60px;
}

.page--langfind .sidenav {
    top: 140px;
}

.page--langfind .layout-sidenav-fixed .sidenav {
    top: 0;
}


.btn-lg {
    background-color: #f2f6f7;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    padding: 26px 9%;
    float: right;
    text-align: center;
}

.btn-lg span {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    position: relative;
    color: #00445a;
    font-family: akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif;
}

.btn-lg span:hover {
    color: #b6080f;

}

.btn-lg span:before {
    position: absolute;
    content: "";
    display: block;
    top: -2px;
    left: -70px;
    width: 48px;
    height: 45px;
    background: url(../img/round.png) no-repeat;

}

.btn-lg span:after {
    display: inline-block;
    content: '';
    width: 36px;
    height: 16px;
    position: absolute;
    top: 12px;
    right: -67px;
    background: url(../img/i.png) -196px -164px;
}

.btn-lg span:hover:after {
    background-position: -196px -181px;
}


@media (max-width: 750px) {
    .btn-lg {
        width: 100%;
    }
}

@media (max-width: 530px) {
    .btn-lg span:before {
        display: none;
    }

    .btn-lg span:after {
        display: none;
    }
}

@media (min-width: 751px) {
    .btn-lg {
        padding: 26px 98px;

    }
}




@media (min-width: 200px) and (max-width: 750px) {
	.page--langfind .lang-find {
		padding-left: 17px;
	}
}
@media (min-width: 751px) {
	.page--langfind .lang-find {
		padding-left: 40px;
	}
}
@media (max-width: 780px) {
    /*.page--langfind .mw-inner .header {
        top: 118px;
    }*/

    .page--langfind .lang-find {
        font-size: 14px;
        height: 118px;
        padding-top: 15px;
    }
    /*.page--langfind .lang-find p {
        width: 78%;
    }*/
    .page--langfind .lang-find .close {
        right: 25px;
        top: 24px;
    }
    .page--langfind .lang-find span {
        margin-left: 0;
        margin-top: 8px;
        display: block;
    }

    .page--langfind .lang-find .lang {
        margin-left: 30px;
        /*font-size: 18px;*/
    }
    .page--langfind .lang-find .lang:first-child {
        margin-left: 0;
    }
    /*.page--langfind .popupnav-burger {
        top: 122px;
    }*/
}


@media (max-width: 319px) {
    .page--langfind .mw-inner {
        padding-top: 210px !important;
    }

    .page--langfind .lang-find {
        height: 120px;
    }

    .page--langfind .mw-inner .header {
        top: 120px;
    }

    .page--langfind .popupnav-burger {
        top: 125px;
    }

    .page--langfind .lang-find p {
        width: 72%;
		line-height: 20px;
		font-size: 12px;
    }
	.page--langfind .lang-find .lang {
		font-size: 16px;
	}
}

@media (min-width: 320px) and (max-width: 460px) {
    .page--langfind .mw-inner .header {
        top: 118px;
    }
    .page--langfind .mw-inner {
        padding-top: 208px !important;
    }
	.page--langfind .lang-find p {
		width: 77%;
		line-height: 20px;
		font-size: 14px;
	}
	.page--langfind .lang-find .lang {
		font-size: 16px;
	}
	.page--langfind .popupnav-burger {
        top: 122px;
    }
}

/*@media (min-width: 461px)and (max-width: 999px) {

    .mw-inner--langfind {
        padding-top: 208px !important;
    }

    .lang-find {
        height: 118px;
        font-size: 14px;
        padding-left: 17px;
    }

    .mw-inner--langfind .header {
        top: 118px !important;
    }
    .popupnav-burger {
        top: 103px;
    }

    /*.mw-inner--langfind .sidenav {
        top: 130px;
    }

    .lang-find p {
        width: 78%;
    }
    .lang-find .close {
        right: 25px;
        top: 13px;
    }
    .lang-find span {
        margin-left: 0;
        margin-top: 8px;
        display: block;
        width: 78%;
    }

    .lang-find .lang {
        margin-left: 25px;
        font-size: 18px;
    }

}*/

@media (min-width: 461px)and (max-width: 599px) {
	.page--langfind .lang-find {
		height: 115px;
		font-size: 14px;
	}
}

@media (min-width: 781px) and (max-width: 1000px) {
	.page--langfind .lang-find .close {
		right: 25px;
		top: 24px;
	}
}
@media (min-width: 781px) and (max-width: 1020px){

	.page--langfind .mw-inner .header {
		top: 100px !important;
	}
}

@media (min-width: 600px)and (max-width: 1020px) {
	.page--langfind .lang-find {
		font-size: 16px;
	}
}

@media (min-width: 461px)and (max-width: 780px) {
	.page--langfind .mw-inner .header {
		top: 115px !important;
	}
}


@media (min-width: 461px)and (max-width: 1020px) {
	.page--langfind .mw-inner {
		padding-top: 190px !important;
	}
	.page--langfind .lang-find {
		height: 115px;
	}
	.page--langfind .popupnav-burger {
        top: 114px;
	}

	.page--langfind .lang-find p {
		width: 80%;
	}
	.page--langfind .lang-find .lang {
		font-size: 18px;
	}
}

@media(max-width: 768px) {
    .page--langfind .mw-inner {
        padding-top: 235px !important;
    }
}

@media(max-width: 750px) {
    .page--langfind .mw-inner {
        padding-top: 220px !important;
    }
}


@media(max-width: 600px) {
    .page--langfind .mw-inner {
        padding-top: 204px !important;
    }
}


@media (min-width: 461px)and (max-width: 750px) {
    .page--langfind .popupnav-burger {
        top: 120px;
    }
}
@media (min-width: 751px)and (max-width: 780px) {
    .page--langfind .popupnav-burger {
        top: 115px;
    }
}


@media (min-width: 793px)and (max-width: 1000px) {
    .page--langfind .popupnav-burger {
        top: 113px;
    }
}



@media (min-width: 1021px) {
    .page--langfind .mw-inner .header {
        top: 60px !important;
    }

    .page--langfind .lang-find {
        font-size: 18px;
        padding-left: 40px;
        padding-top: 8px;
        height: 60px;
    }
    .page--langfind .lang-find span {
        margin-left: 0;
        margin-top: 8px;
        display: inline-block;
    }
    .page--langfind .lang-find span {
        margin-left: 0;
        margin-top: 8px;
        display: inline-block;
    }

    .page--langfind .lang-find .lang {
        margin-left: 25px;
        font-size: 18px;
    }
    .page--langfind .popupnav-burger {
        top: 85px;
    }
}

@media (min-width: 781px) {
	.page--langfind .lang-find {
		font-size: 18px;
		line-height: 28px;
	}
	.page--langfind .lang-find .lang {
		margin-left: 25px;
		font-size: 18px;
	}

}
@media (min-width: 781px) and (max-width: 1020px) {
	.page--langfind .lang-find {
		height: 100px;
	}
}

@media (min-width: 1021px) {
	.page--langfind .lang-find {
		height: 60px;
	}
}


.main-quote {
    background: #f2f6f7;
    padding: 48px 0 25px;
}

.main-quote .quote-box:before {
    left: -8px ;
}
.achievement {
    padding: 54px 0 55px;

}

.achievement .achievement-stats {
    width: 100%;
}
.achievement .achievement-stats li  {
    padding-left: 0;
}

.achievement .achievement-stats li:after {
    display: none;
}

.achievement-stats li {
    display: inline-block;
    width: 49%;
    padding: 0 2% 10px 70px;
    font: normal 18px/28px akzidenz-grotesk, Helvetica, Arial, sans-serif;
    color: #6c747c;
    vertical-align: top;
}

.achievement-stats li strong {
    display: block;
    margin: 0 0 14px 0;
    color: #c41017;
    font: 400 44px/60px akzidenz-grotesk-extended, akzidenz-grotesk, Helvetica, Arial, sans-serif;
    letter-spacing: 1.1px;
}


.achievement .cm-cta {
    margin-top: -10px;
}


.case-client-intro--main {
    margin-bottom: 0;
    margin-top: -55px;
}

@media(max-width: 1050px) {
    .case-client-intro--main {
        margin-top: -40px;
    }
}
@media(max-width: 768px) {
    .case-client-intro--main {
        margin-top: -40px;
    }
}

@media(max-width: 600px) {
    .case-client-intro--main {
        margin-top: -25px;
    }
}
.case-client-intro--main.case-client-intro--main .w {
    padding-top: 180px;
    padding-bottom: 180px;
}


.case-client-intro--main .cci-copy {
    width: 75%;
    top: 32%;
    position: absolute;
    letter-spacing: 2.4px;
}



@media (max-width: 1050px) {
    .main-quote {
        padding: 32px 0 15px;
    }

    .main-quote .quote-box {
        font-size: 14px;
        line-height: 22px;
        padding-left: 69px;
    }

    .main-quote .quote-box:before {
        top: -3px;
        left: 28px;
    }

    .achievement {
        padding-bottom: 39px;
    }

    .achievement h2 {
        margin-bottom: 20px;
        letter-spacing: 1.95px;
    }

    .achievement-stats li {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 12px;
    }

    .achievement-stats li strong {
        font-size: 36px;
        margin-bottom: 0;

    }

    .case-client-intro--main.case-client-intro--main .w {
        padding-top: 138px;
        padding-bottom: 138px;
    }

    .case-client-intro--main .cci-copy {
        letter-spacing: 2.1px;
        top: 28%;
    }
}


@media(max-width: 768px) {

    .case-client-intro--main.case-client-intro--main .w {
        padding-top: 180px;
        padding-bottom: 180px;
    }

    .case-client-intro--main .cci-copy {
        letter-spacing: 2.1px;
        width: 100%;
    }

    .main-quote .quote-box {
        padding-left: 45px;
    }

    .main-quote .quote-box:before {
        top: -6px;
        left: 0;
    }
    .case-client-intro--main .cci-copy {
        width: 90%;
        position: absolute;
        letter-spacing: 2.4px;
        top: 29%;

    }
}

@media (max-width: 750px) {
    .achievement .mobile-innerbox {
        padding-left: 0;
        padding-right: 0;
    }

    .main-quote {
        padding: 50px 0 15px;
    }

    .main-quote .quote-box {
        padding-left: 37px;
    }

    .main-quote .quote-box:before {
        top: -6px;
        left: 0;
    }

    .case-client-intro--main.case-client-intro--main .w {
        padding-top: 180px;
        padding-bottom: 180px;
    }

    .case-client-intro--main .cci-copy {
        letter-spacing: 2.4px;
        font-size: 32px;
        line-height: 42px;
    }
}

@media (max-width: 600px) {
    .achievement-stats li {
        width: 100%;
    }

    .case-client-intro--main.case-client-intro--main .w {
        padding-top: 145px;
        padding-bottom: 145px;
    }

    .case-client-intro--main.case-client-intro--main .cci-copy {
        letter-spacing: 1.35px;
        width: 95%;
    }
}

.article [data-index]:before {
	content: attr(data-index);
	display: inline-block;
	color: #b60000;
	margin-right: .5em;
}

.article h2, .article h3, .article h4 {
	margin-top: 2em;
	margin-bottom: 1em;
}

.popup-pp {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background-color: rgba(0, 73, 95, 0.9);
	color: #fff;
	padding: 35px 0 35px 100px;
}

@media (max-width: 600px) {
	.popup-pp {
		padding: 20px 0;
	}
}

body:not(.layout-nosidenav) .popup-pp {
	padding-left: 280px;
}

@media (max-width: 1200px) {
	body:not(.layout-nosidenav) .popup-pp {
		padding-left: 240px;
	}
}

@media (max-width: 1000px) {
	body:not(.layout-nosidenav) .popup-pp {
		padding-left: 0;
	}
}

@media (max-width: 1000px) {
	.popup-pp {
		padding-left: 0;
	}
}

.popup-pp__wrapper:after {
	content: '';
	display: block;
	clear: both;
	overflow: hidden;
	height: 0;
}

.popup-pp__wrapper {
	margin: 0 auto;
	position: relative;
}

.popup-pp__content {
	font-size: 14px;
	line-height: 22px;
	margin-right: 200px;
}

@media (max-width: 600px) {
	.popup-pp__content {
		margin-right: 120px;
		font-size: 12px;
		line-height: 15px;
	}
}

.popup-pp__content a {
	color: #fff;
	border-bottom: 1px solid currentColor;
}

.popup-pp__action {
	position: absolute;
	bottom: 2px;
	right: 0;
}

.popup-pp__action .btn {
	font-size: 13px;
	padding: 7px 36px;
	color: #fff;
	background: transparent;
}
@media (max-width: 600px) {
	.popup-pp__action .btn {
		font-size: 11px;
		padding: 1px 17px;
	}
}

.popup-pp__action .btn:before {
	border: 2px solid #fff;
	background: transparent;
}

.popup-pp__action .btn:after {
	background: transparent;
}

.popup-pp__action .btn:hover {
	color: #b6080f;
}

.popup-pp__action .btn:hover:before {
	border-color: #b6080f;
}