body, html {
	/* background: #f5f5f5; */
	background: #fff;
	font-family: 'Ubuntu', Arial;
}

a {
	transition: .3s;
}

textarea:focus,
input[type="text"]:focus,
input[type="checkbox"]:focus,
input[type="range"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #ced4da;
  box-shadow: none;
  outline: 0 none;
}

/* Margin Top */
.mt-10 { margin-top: 10px!important; }
.mt-20 { margin-top: 20px!important; }
.mt-30 { margin-top: 30px!important; }
.mt-40 { margin-top: 40px!important; }
.mt-50 { margin-top: 50px!important; }
.mt-60 { margin-top: 60px!important; }
.mt-70 { margin-top: 70px!important; }
.mt-80 { margin-top: 80px!important; }
.mt-90 { margin-top: 90px!important; }
.mt-100 { margin-top: 100px!important; }

/* Margin Bottom */
.mb-10 { margin-bottom: 10px!important; }
.mb-20 { margin-bottom: 20px!important; }
.mb-30 { margin-bottom: 30px!important; }
.mb-40 { margin-bottom: 40px!important; }
.mb-50 { margin-bottom: 50px!important; }
.mb-60 { margin-bottom: 60px!important; }
.mb-70 { margin-bottom: 70px!important; }
.mb-80 { margin-bottom: 80px!important; }
.mb-90 { margin-bottom: 90px!important; }
.mb-100 { margin-bottom: 100px!important; }

/* Margin Left */
.ml-10 { margin-left: 10px; }
.ml-20 { margin-left: 20px; }
.ml-30 { margin-left: 30px; }
.ml-40 { margin-left: 40px; }
.ml-50 { margin-left: 50px; }
.ml-60 { margin-left: 60px; }
.ml-70 { margin-left: 70px; }
.ml-80 { margin-left: 80px; }
.ml-90 { margin-left: 90px; }
.ml-100 { margin-left: 100px; }

/* Margin Right */
.mr-10 { margin-right: 10px; }
.mr-20 { margin-right: 20px; }
.mr-30 { margin-right: 30px; }
.mr-40 { margin-right: 40px; }
.mr-50 { margin-right: 50px; }
.mr-60 { margin-right: 60px; }
.mr-70 { margin-right: 70px; }
.mr-80 { margin-right: 80px; }
.mr-90 { margin-right: 90px; }
.mr-100 { margin-right: 100px; }

.header {
	background-color: #fff;
	height: 90px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	z-index: 15;
}

.header .header-logo {
	height: 90px;
	margin: 0;
	width: 20%;
	float: left;
	padding: 10px 0 10px 20px;
}

.header .header-logo img {
	max-height: 80%;
}

.header .navigation {
	text-align: right;
	width: 80%;
	float: right;
	height: 90px;
}

.header .navigation ul li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header .navigation ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 32px 18px 18px 18px;
	height: 90px;
	margin: 0;
	
}

.header .navigation ul li a:hover {
	color: #FFB303;
}

.header .navigation ul li.active a {
	color: #FFB303;
}

.header .navigation ul li:last-of-type a {
	background: #000;
	color: #FFB303;
	min-width: 200px;
	text-align: center;
	text-transform: uppercase;
}

.header .navigation ul li:last-of-type a:hover {
	background: #FFB303;
	color: #000;
}

.header .navigation ul li.link-careers a {
	border: 1px solid #000;
	color: #000;
	border-radius: 40px;
	padding: 5px 30px;
	height: auto;
	margin-right: 20px;
}

.header .navigation ul li.link-careers a:hover,
.header .navigation ul li.active.link-careers a {
	border-color: #FFB303;
	color: #FFB303;
}

.inner-content a {
	color: #FFB303;
}

.hero {
	/* margin-top: 90px!important; */
	opacity: 0;
}

.hp-hero {
	background-position: 50% 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	height: calc(100vh - 90px);
	display: block;
	margin: 0;
	padding: 0;
}

.inner-hero {
	background-position: 50% 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	height: calc(60vh + 150px);
	display: block;
	margin: 0;
	padding: 0;
}

.message  {
	width: 50%;
	background: #FFB303;
	margin-top: 30vh;
	padding: 20px;
	font-size: 50px;
	font-weight: bold;
	font-family: ubuntu, arial;
	display: inline-block;
	opacity: 0;
}

.inner-hero .message {
    width: auto;
    background: #FFB303;
    margin-top: 22.5vh;
    padding: 20px 200px 20px 20px;
    font-size: 50px;
    font-weight: bold;
    font-family: ubuntu, arial;
    display: inline-block;
	opacity: .9;
	z-index: 0;
	position: relative;
}

.hp-top {
	margin-top: 50px;
	margin-bottom: 50px;
}

.hp-top .hp-top-l,
.hp-top .hp-top-m,
.hp-top .hp-top-r {
	display: inline-block;
	width: 33%;
}

.hp-top .hp-top-m img {
	max-width: 100%;
}

.hp-who-we-are {
	padding: 70px 0;
	background: url(../img/bg-circles-2.png) no-repeat 20% 50% #f5f5f5;
	background-size: 300px;;
}

.who-we-are-left {
	width: 43%;
	display: inline-block;
}

.who-we-are-right {
	width: 50%;
	display: inline-block;
}

.text-upper {
	text-transform: uppercase;
}

.yellow-button {
	background: #FFB303;
	color: #000!important;
	text-decoration: none;	
	transition: .4s;
}

.button-lg {
	padding: 15px 30px;
}

.yellow-button:hover {
	background: #000;
	color: #FFB303!important;
}

.hp-who-we-are h1 {
	margin-bottom: 50px;
}

.hp-who-we-are .yellow-button {
	margin-top: 50px;
	display: inline-block;
}

.process-cta {
	text-align: center;
	margin-top: 100px;
}

.hp-top .line-1,
.hp-top .line-2 {
	text-align: center; 
	font-family: 'Ubuntu', Arial;
}

.hp-top .line-1 {
	font-size: 1.5rem;
	font-weight: 100;
	opacity: .6;
	margin-top: 50px;
}

.hp-top .line-2 {
	margin-bottom: 80px;
	font-weight: 900;
	font-size: 2.5rem;
}

.job-teaser {
	background: rgba(0, 61, 91, 1) !important;
	padding: 100px 0;
}

.job-teaser-left {
	width: 40%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	background: url(../img/jobs-temp-2.png) no-repeat 50%  0 transparent;
	min-height: 300px;
	background-size: 270px;
}

.hp-top-l {
	background: url(../img/dash-arrow-1.png) no-repeat 50% 0 transparent;
	min-height: 300px;
	background-size: 150px;
	vertical-align: top;
}

.hp-top-r {
	background: url(../img/dash-arrow-2.png) no-repeat 50% 0 transparent;
	min-height: 300px;
	background-size: 150px;
	vertical-align: top;
}

.job-teaser-right {
	width: 55%;
	display: inline-block;
}

.job-teaser-content {
	background: #fff;
	padding: 50px;
	border-radius: 20px;
	display: table;
	vertical-align: middle;
	margin-top: 40px;
}

.job-teaser-inner,
.job-teaser-cta {
	display: table-cell;
	vertical-align: middle;
}

.job-teaser-inner {
	width: 65%;
}

.job-teaser-cta {
	width: 35%;
	text-align: center;
}

.cta-teaser-help {
	background: #f5f5f5;
	padding: 100px 0 0 0;
	margin-top: 100px;
}

.teaser-help-left {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.teaser-help-right {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}

.teser-help-left-inner {
	max-width: 80%;
}

.teaser-help-right {
	text-align: right;
}

.teaser-help-right img {
	max-height: 600px;
	margin-top: -150px;
}

.footer {
	padding: 100px 0 50px 0;
}

.footer-l,
.footer-m,
.footer-r {
	display: inline-block;
	vertical-align: top;
}

.footer-l {
	width: 40%;
}

.footer-m {
	width: 45%;
}

.footer-r {
	width: 13%;
}

.footer .footer-m .footer-navigation {
	margin: 0;
	padding: 0;
}

.footer .footer-m .footer-navigation li {
	list-style: none;
}

.footer .footer-m .footer-navigation li a {
	color: #333;
	text-decoration: none;
}


.footer .footer-m .footer-navigation li a:hover {
	color: #FFB303;
	text-decoration: none;
}

.footer .footer-r a {
	border: 1px solid #FFB303;
    color: #FFB303;
    border-radius: 40px;
    padding: 5px 30px;
    height: auto;
	text-decoration: none;
	margin-bottom: 30px;
	display: inline-block;
}

.footer .footer-r a:hover {
	background: #FFB303;
    color: #000;
}

.sub-footer {
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 10px;
	font-size: .875rem;
}

.sub-footer a {
	color: #000;
}

.page-contact .footer {
	background: rgba(0, 61, 91, 1) !important;
	padding: 100px 0;
	color: #fff;
}

.page-contact .footer a {
	color: #fff!important;
	opacity: .8;
}

.inner-summary {
	display: table;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	margin-top: -149px;
	height: 149px;;
	color: #000;
	font-size: 2rem;
	width: 100%;
	position: relative;
	z-index: 9;;
}

.inner-summary .container {
	display: table-cell;
	vertical-align: middle;
}

.inner-content {
	padding: 50px;
}

.client-item {
	width: 30%;
	display: inline-block;
	background:#f5f5f5;
	border: 1px solid #eee;
	padding: 30px;
	border-radius: 10px;
	margin: 1.5%;
	vertical-align: top;
	min-height: 520px;
}

.client-item .client-logo {
	max-width: 100%;
	text-align: center;
	height: 130px;
}

.client-item .client-logo img {
	max-height: 100px;
	max-width: 250px;
}


.client-item .client-name {
	font-weight: 900;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.client-item .client-description {
	opacity: .7;
}

.career-item {
	background: #f5f5f5;
	margin: 0 0 30px 0;
	padding: 30px;
	display: table;
	border: 1px solid #eee;
	border-radius: 2px;
	transition: .3s;
}

.career-item:hover {
	background: #eee;
}

.career-item-left {
	display: table-cell;
	width: 70%;
}

.career-item .description-excepts {
	min-height: 80px;
}
.career-item-right {
	display: table-cell;
	width: 29%;
	vertical-align: middle;
	text-align: right;
}

.hp-top-l .hp-top-inner {
	text-align: right;
	width: 100%;
	display: block;
}

.hp-top-inner {
	font-size: 1.3rem;
	max-width: 60%;
	margin: 180px auto 0 auto;
}

.services {
	padding: 40px;
	position: relative;
}

.services-1 .services-left {
	width: 40%;
	display: inline-block;
	vertical-align: top;
	padding-right: 50px;
}

.services-left {
	padding-top: 100px;
}

.services-1 .services-right {
	width: 59%;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.services-1 .service-block {
	width: 44%;
	min-height: 120px;
	vertical-align: top;
	display: inline-block;
	margin: 2.4%;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 50px 20px 20px 20px;
	background: #fff;
	font-weight: 200;
	font-size: 1.2rem;
}

.service-block.service-1,
.service-block.service-2,
.service-block.service-3,
.service-block.service-4,
.service-block.service-5,
.service-block.service-6,
.service-block.service-7,
.service-block.service-8 {
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-color: #fff;
	background-size: 80px;
}


.service-block.service-1 {
	background-image: url(../img/service-1.png);
}

.service-block.service-2 {
	background-image: url(../img/service-2.png);
}

.service-block.service-3 {
	background-image: url(../img/service-3.png);
}

.service-block.service-4 {
	background-image: url(../img/service-4.png);
}

.service-block.service-5 {
	background-image: url(../img/service-5.png);
}

.service-block.service-6 {
	background-image: url(../img/service-6.png);
}

.service-block.service-7 {
	background-image: url(../img/service-7.png);
}

.service-block.service-8 {
	background-image: url(../img/service-8.png);
}

.service-block {
    transition: .5s ease-out;
}

.service-block:hover {
	background-position: 80% 50%;
	background-color: #eee;
	color: #000;
}

.services-bg {
	width: 55%;
	height: 70%;
	background: #eee;
	position: absolute;
	right: 0;
	top: 15%;
	z-index: 1;
}

.services-2 .services-left {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	padding-right: 50px;
}

.services-2 .services-left img {
	max-width: 100%;
}

.services-2 .services-right {
	width: 49%;
	position: relative;
	z-index: 2;
	vertical-align: middle;
	display: table-cell;
}

.services-right a {
	color: #666;
	text-decoration: none;
}

.services-2 .container {
	background: #f8f7f8;
	border-radius: 30px;
	padding: 100px;
	display: table;
}

.flex-wrapper {
	display: flex; 
	flex-direction: row;
	align-items: center;
}

.flex-wrapper .services-left {
	width: 50%;
}

.flex-wrapper .services-right {
	width: 50%;
}

img {
	max-width: 100%;
}

.flex-wrapper img {
	max-width: 500px;
}

h2 {
	font-size: 2.875rem;
	margin-bottom: 25px;
}

.mobile-nav,
.mobile-nav-close,
.hp-top.mobile {
	display: none;
}

.nav-wrapper {
	display: inline-block;
}

.strength-item {
	background: #f5f5f5;;
	margin: 3px;
	padding: 40px;
	max-width: 31%;
	display: inline-block;
	min-height: 300px;
	transition: .5s;
	vertical-align: top;
}

.strength-item.skin-2 {
	background-color: #d4d4de;
}

.strength-item.skin-3 {
	background-color: #ddd;
}

.strength-item:hover {
	background: #FFB303;
}

.strength-item h4 {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 1.8rem;
	height: 100px;
}

.description-excepts {
	min-height: 160px;
}

.strength-item a.strength-more {
	background: #FFB303;;
	color: #000;
	text-decoration: none;
	padding: 10px 30px;
	text-transform: uppercase;
}

.strength-item:hover a.strength-more {
	background: #fff;
}

.footer-line {
	margin: 20px 0;
}

.footer-line p {
	margin: 0;
	padding: 0px;
}

.footer-line.social-line i {
	margin: 0 10px 0 0;
	font-size: 30px;
}


.culture-block {
	padding: 100px 40px;
	background: rgba(0, 61, 91, 1);
	color: #fff;
	margin: 50px 0;
	vertical-align: top;
}

.culture-left {
	width: 55%;
	display: inline-block;
	vertical-align: top;
}

.culture-left h4 {
	margin-bottom: 40px;
}

.culture-right {
	width: 44%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background: url(../img/culture-temp.png) no-repeat 50% transparent;
	background-size: 280px;
	min-height: 300px;
}

.culture-more {
	background: #FFB303;
    color: #000;
    text-decoration: none;
    padding: 10px 30px;
    text-transform: uppercase;
	margin-top: 40px;
	display: inline-block;
}

.process-item {
	display: flex;
	flex-direction: row;
}

.process-item:nth-of-type(even) {
	display: flex;
	flex-direction: row-reverse;
}

.process-1 {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 100px;
	background: url(../img/bg-circles.png) no-repeat 50% transparent;
	background-size: 330px;
	padding: 100px;
}

.process-item:first-of-type .process-1,
.process-item:first-of-type .process-2 {
	margin-top: 0;
}

.process-2 {
	display: inline-block;
	vertical-align: top;
	width: 65%;
    padding: 50px 20px 20px 20px;
    background: #fff;
	margin-top: 100px;
}

.process-icon {
	text-align: center;
}

.process-icon img {
	max-width: 100px;
}

.process-name {
	font-size: 1.875rem;
	font-weight: 100;
}

.process-steps {
	display: inline-block;
	width: 60%;
	vertical-align: top;
	padding-right: 20px;
}

.process-result {
	display: inline-block;
	width: 39%;
	vertical-align: top;
	opacity: .6
}

.process-result .process-name {
	font-size: 1.3rem;
	margin-bottom: 10px;
}

.service-headeline {
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
	font-size: 1.375rem;
	font-weight: 100;
}

.hp-top.desktop.services-page {
	background: #f8f7f8;
	border-radius: 30px;
    padding: 100px 0;
}

.hp-top.desktop.services-page .hp-top-m,
.hp-top.desktop .hp-top-m {
	background: url('../img/idea-2-reality.png') no-repeat 50% 0 transparent;
	min-height: 400px;
	background-size: 400px;
}

.strength-item-small {
    margin: 10px;
    display: inline-block;
	vertical-align: top;
}

.strength-item-small h4 {
	margin-bottom: 0;
}

.strength-item-small h4 a {
	text-transform: uppercase;
    font-weight: 100;
    font-size: 1rem;
	line-height: 1;
	color: #000;
	border: 1px solid #FFB303;
	background: #FFB303;
	padding: 10px 20px;
	border-radius: 0px;
	text-decoration: none;
	display: inline-block;
	transition: .5s;
}

.strength-item-small h4 a:hover {
	background: #000;
	border-color: #000;
	color: #FFB303;
}
.cross-sell {
/* 	background: rgba(0, 61, 91, 1) !important; */
	background: #f5f5f5;
    padding: 100px 0;
}

.form-wrapper {
	padding: 40px;
}

.form-wrapper label {
	display: inline-block;
	font-size: .875rem;
	opacity: .8;
}

.form-wrapper input,
.form-wrapper select,
.form-wrapper textarea {
	border: 1px solid #ced4da;
	padding: 7px;
	font-size: 1rem;
	width: 100%;
	transition: .5s;
}

.form-wrapper textarea {
	resize: none;
	height: 200px;
}
.form-wrapper input:focus {
	border-color: #333;
}

.wpcf7-not-valid-tip {
	font-size: .875rem;
}

.form-wrapper .checkbox-line span,
.form-wrapper .checkbox-line label {
	display: inline-block;
}

.form-wrapper .checkbox-line p > span:first-child  {
	width: 10%;
	vertical-align: top;
	margin-top: 2px;
}

.form-wrapper .checkbox-line input {
	transform: scale(1.3);
}
.form-wrapper .checkbox-line label {
	width: 80%;
}

.form-wrapper input[type="submit"] {
	background: #FFB303;
	border: 0;
	margin-top: 50px;
	padding: 15px;
	transition: .4s;
}

.form-wrapper input[type="submit"]:hover {
	background: #000;
	color: #FFB303;
}

.form-wrapper {
	background: rgba(255, 255, 255, .95);
	margin-top: -500px;
	position: relative;
	z-index: 10;
}

.page-contact .inner-summary {
	display: none;
}

@media screen and (max-width: 1200px) {
	.message {
		font-size: 2rem;
		width: auto;
	}

	.mobile-nav {
		display: inline-block;
		font-size: 2rem;
		margin: 20px 10px 0 0;
		transition: .3s;
	}
	
	.mobile-nav:hover {
		cursor: pointer;
		color: #FFB303;
	}
	
	.header .navigation .nav-wrapper {
		display: none;
	}

	.nav-wrapper {
		background: #fff;
		width: 100vw;
		height: 100vh;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 10;
		padding-top: 50px;
	}
	
	.nav-wrapper ul {
		display: flex;
		flex-direction: column;
		margin: 0;
		padding: 0 10%;
	
	}
	
	.nav-wrapper ul li {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.header .navigation ul li a {
		height: auto;
		padding: 18px;;
	}
	.header .navigation ul li.link-careers a {
		max-width: 200px;
		margin: 30px auto 50px auto;
	}
	
	.header .navigation ul li:last-of-type a {
		margin: 0;
	}

	.mobile-nav-close {
		position: absolute;
		right: 10px;
		top: 20px;
		font-size: 2rem;;
		transition: .3s;
		display: inline-block;
	}
	
	.mobile-nav-close:hover {
		cursor: pointer;
		color: #FFB303;
	}

	.hp-who-we-are .who-we-are-left {
		width: 0;
		background-image: none;
	}
	
	.hp-who-we-are .who-we-are-right {
		width: 100%;
	}

	.hp-who-we-are {
		padding-bottom: 150px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.hp-top.desktop {
		display: none;
	}
	.hp-top.mobile {
		display: block;
	}

	.hp-top.mobile {
		margin-top: -50px;
	}
	
	.hp-top.mobile {
		text-align: center;
	}
	
	/* .hp-top.mobile .hp-top-img img {
		max-width: 80%;
		background: #fff;
		margin-bottom: 50px
	} */
	
	.hp-top.mobile.services-page .hp-top-m,
	.hp-top.mobile .hp-top-img {
	background: url('../img/idea-2-reality.png') no-repeat 50% 0 transparent;
	min-height: 400px;
	background-size: 80%;
}

	.hp-top.mobile h3 {
		font-size: 1.3rem;
		font-weight: 100;
	}
	
	.hp-top.mobile h2 {
		margin-bottom: 20px;
		font-size: 2rem;
	}

	.teaser-help-right {
		display: none;
	}
	
	.teaser-help-left,
	.teser-help-left-inner {
		max-width: 100%;
		width: 100%;
	}
	
	.teaser-help-left {
		padding-bottom: 200px;
	}

	.job-teaser {
		padding-top: 0;
		margin-top: 0px;
	}
	
	.job-teaser .job-teaser-left,
	.job-teaser .job-teaser-right {
		width: 100%;
	}
	
	.job-teaser .job-teaser-left {
		margin-top: -70px;
	}

	.job-teaser-content .job-teaser-inner,
	.job-teaser-content .job-teaser-cta {
		width: 100%;
		display: block;
	}
	
	.job-teaser-content {
		text-align: center;
		width: 100%;;
	}

	.job-teaser-content .job-teaser-cta {
		margin-top: 50px;
	}

	.career-item .career-item-left {
		display: block;
		width: 100%;
	}
	
	.career-item .career-item-right {
		display: block;
		width: 100%;
		text-align: left;
		margin-top: 50px;
	}

	.header .navigation {
		width: 30%;
	}
	.header .header-logo {
		width: 69%;
	}

	.services-left {
		padding-top: 0px;
	}

	.hp-who-we-are	{
		background: none;
	}
	
	.footer {
		padding: 20px;
	}
	
	.footer-l,
	.footer-m,
	.footer-r {
		display: block;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.inner-content {
		padding: 10px;
	}
	
	.culture-block {
		padding: 50px 10px;
	}
	
	.culture-left {
		width: 100%;
		display: block;
	}
	
	.culture-right {
		display: none;
	}
	
	.services {
		padding: 40px 10px;
	}
	
	.services-1 .services-left,
	.services-1 .services-right {
		width: 100%;
		display: block;
		padding: 0;
	}
	
	.services-1 .service-block{
		width: 100%;
		margin: 20px 0;
	}
	
	.services-bg {
		display: none;
	}
	
	.job-teaser {
		margin-top: 100px;
	}
	
	.job-teaser-left {
		background-size: 270px;
		min-height: 300px;
	}
	
	.inner-hero .message {
		font-size: 1.4rem;
		padding-right: 70px;
	}
	
	.inner-summary {
		font-size: 1.2rem;
		margin-bottom: 50px;
	}
	
	.client-item {
		width: 100%;
		display: block;
		margin: 20px 0;
	}
	
	.client-item .client-name {
		font-size: 1.4rem;
	}
	
	h2 {
		font-size: 1.875rem;
	}
	
	.service-headeline {
		margin-bottom: 100px;
	}
	
	.strength-item {
		width: 100%;
		max-width: 100%;
		display: block;
		margin: 20px 0;
	}
	
	.strength-item h4 {
		font-size: 1.375rem;
		height: auto;
		margin-bottom: 20px;
	}

	.process-item,
	.process-item:nth-of-type(even) {
		display: block;
		padding-bottom: 50px;
		border-bottom: 1px solid #ccc;
	}
	.process-1 {
		width: 100%;
		display: block;
		background-size: 250px;
		padding: 50px 0;
	}
	
	.process-icon img {
		max-width: 70px;
	}
	
	.process-2 {
		width: 100%;
		padding: 0;
		margin-top: 0px
	}
	
	.process-steps {
		width: 100%;
		margin: 40px 0 20px 0;
	}
	
	.process-result {
		width: 100%;
	}
	.process-name {
		font-size: 1.375rem;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	.cta-teaser-help {
		padding-left: 10px;
		padding-right: 10px;
	}
}