/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 22, 2020 */

@font-face {
	font-family: "museo_sans";
	src: url("../fonts/museosans/museosans_500-webfont.eot");
	src: url("../fonts/museosans/museosans_500-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans/museosans_500-webfont.woff") format("woff"), url("../fonts/museosans/museosans_500-webfont.ttf") format("truetype"), url("../fonts/museosans/museosans_500-webfont.svg#museo_sans500") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?c94mhq");
	src: url("../fonts/icomoon.eot?c94mhq#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?c94mhq") format("truetype"), url("../fonts/icomoon.woff?c94mhq") format("woff"), url("../fonts/icomoon.svg?c94mhq#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-key:before {
	content: "\e900";
}

.icon-wheel:before {
	content: "\e901";
}

.navigation,
.footer-nav,
.btn-list,
.logo-list,
.process-list,
.impact-list,
.info-list,
.img-list,
.text-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #575a73;
	background: #fff;
	font: 16px/1.875 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
	text-decoration: none;
	-webkit-transition: opacity .3s linear, color .3s linear, background .3s linear;
	transition: opacity .3s linear, color .3s linear, background .3s linear;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #575a73;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #575a73;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #575a73;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #575a73;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #575a73;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #575a73;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#header {
	position: relative;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	padding: 10px 0;
}

.nav-active #header {
	background: #8d3c93;
}

#header.alt-style .nav-opener:before,
#header.alt-style .nav-opener:after,
#header.alt-style .nav-opener span {
	background: #8a3490;
}

.nav-active #header.alt-style .nav-opener:before,
.nav-active #header.alt-style .nav-opener:after,
.nav-active
    #header.alt-style .nav-opener span {
	background: #fff;
}

#header .container {
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 219px;
}

.logo {
	width: 120px;
}

.slogan {
	font-size: 15px;
	line-height: 1.2;
	color: rgba(255, 255, 255, .7);
	font-weight: 500;
	font-family: "museo_sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border-left: 1px solid rgba(255, 255, 255, .7);
	padding: 4px 0 4px 10px;
	max-width: calc(100% - 120px);
}

.nav-area {
	width: calc(100% - 219px);
}

.nav-opener {
	width: 40px;
	height: 40px;
	margin: 0 0 0 auto;
	position: relative;
	display: block;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	position: absolute;
	top: 50%;
	left: 15%;
	right: 15%;
	height: 2px;
	border-radius: 5px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
}

.nav-opener:before {
	top: 30%;
}

.nav-active .nav-opener:before {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	top: 50%;
}

.nav-opener:after {
	top: 70%;
}

.nav-active .nav-opener:after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	top: 50%;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-drop {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 9999;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .3s linear;
	transition: max-height .3s linear;
}

.nav-active .nav-drop {
	max-height: 999px;
}

.nav-wrap {
	background: #8d3c93;
	padding: 5px 15px 30px;
	text-align: center;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, .3);
}

.nav-active .nav-wrap {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.navigation {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	font-family: "museo_sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 20px;
}

.navigation > li.active > a {
	color: #fff;
	font-weight: 600;
}

.navigation > li > a {
	color: #bc9ed6;
	display: block;
	padding: 10px;
}

.navigation > li > a:hover {
	color: #fff;
}

.btn-holder {
	line-height: 1;
}

.btn {
	display: inline-block;
	vertical-align: top;
	background: #63bea3;
	font-weight: 600;
	border-radius: 5px;
	color: #fff;
	padding: 18px 10px;
	letter-spacing: .3px;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.btn:hover {
	background: #46a88b;
}

.btn .icon {
	line-height: 1;
	font-size: 21px;
	display: inline-block;
	vertical-align: middle;
	margin: -1px 4px 0 0;
}

.btn .text {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.2;
}

#footer {
	background: #f5f4f8;
	position: relative;
	z-index: 1;
	padding: 20px 0 20px;
}

#footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-logo-holder {
	width: 100%;
	margin: 0 0 20px;
}

.footer-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 242px;
	margin: 0 auto;
}

.footer-logo .logo {
	width: 128px;
}

.footer-logo .slogan {
	color: #847687;
	border-color: #a9a0ac;
	font-size: 18px;
	line-height: 1.2;
	padding: 7px 0 7px 10px;
	max-width: calc(100% - 128px);
}

.footer-nav {
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 20px;
}

.footer-nav > li {
	margin: 0 0 10px;
	position: relative;
}

.footer-nav > li > a {
	color: #74627a;
}

.footer-nav > li > a:hover {
	text-decoration: underline;
}

.footer-info {
	width: 100%;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	color: #c370c9;
}

.footer-info a {
	color: inherit;
}

.footer-info a:hover {
	text-decoration: underline;
}

#wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 1;
	font-size: 16px;
	line-height: 1.5;
}

.container {
	padding: 0 15px;
	margin: 0 auto;
	max-width: 1200px;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.top-decor,
.bottom-decor {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -2;
	width: 1250px;
	overflow: hidden;
	pointer-events: none;
}

.top-decor img,
.bottom-decor img {
	width: 100%;
	max-width: none;
}

.top-decor.style-2 {
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	margin: -60px 0 0 -265px;
}

.bottom-decor {
	bottom: 0;
	top: auto;
	width: 1894px;
	pointer-events: none;
}

.intro-section {
	padding: 10px 0 0;
	color: #fff;
}

.intro-section.alt-style {
	color: #575a73;
}

.intro-section.alt-style h1,
.intro-section.alt-style .h1 {
	color: #7e3990;
	margin: 0 0 15px;
}

.intro-section.alt-style .text-holder {
	letter-spacing: .5px;
	padding: 50px 0;
}

.intro-section.alt-style p {
	margin: 0;
}

.intro-section .text-holder {
	position: relative;
	padding: 10px 0 50px;
}

.intro-section .greet {
	display: block;
	margin: 0 0 15px;
	color: rgba(255, 255, 255, .4);
	font-weight: 300;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -1px;
}

.intro-section .img-holder {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	padding: 20px 0 0;
}

.intro-section .btn {
	min-width: 146px;
}

h1,
.h1 {
	margin: 0 0 25px;
	font-size: 36px;
	line-height: 1;
	font-weight: 700;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -.5px;
}

.btn-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.btn-list > li {
	margin: 0 10px 10px 0;
}

.logo-section {
	padding: 10px 0;
}

.logo-section .container {
	max-width: 1300px;
}

.logo-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.logo-list > li {
	width: 50%;
	padding: 0 10px;
	text-align: center;
	margin: 0 0 20px;
}

.text-section {
	padding: 20px 0;
}

.text-section .d-flex {
	margin: 0 0 30px;
}

.text-section p {
	margin: 0;
}

.text-section .text-holder {
	margin: 0 0 15px;
}

.text-section .img-holder {
	text-align: center;
	margin: 0 auto;
	max-width: 500px;
}

h2,
.h2 {
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 1.333;
	color: #3a3161;
	font-weight: 500;
}

.process-section {
	padding: 40px 0;
	background: #f5f4f8;
}

.process-section h2,
.process-section .h2 {
	text-align: center;
	margin: 0 0 40px;
	letter-spacing: -1px;
}

.process-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	counter-reset: section;
}

.process-list > li {
	width: 100%;
	padding: 0 15px;
	margin: 0 0 30px;
}

.process-box {
	height: 100%;
	border: 1px solid #d3d4dc;
	background: #fff;
	border-radius: 6px;
	padding: 30px 25px;
	position: relative;
	font-size: 16px;
	line-height: 1.667;
	color: #3a3161;
	font-weight: 600;
	letter-spacing: -.1px;
}

.process-box .img-holder {
	margin: 0 0 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.process-box .img-holder .img-hold {
	width: 100%;
}

.process-box p {
	margin: 0;
}

.process-box .process-number {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	font-size: 19px;
	line-height: .8;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #fff;
	background: #ab9dec;
}

.process-box .process-number:before {
	counter-increment: section;
	content: counter(section);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 1px 0 0;
}

.decorated-section {
	background-size: cover;
	background-position: center;
	text-align: center;
	color: #fff;
	padding: 60px 0 50px;
}

.decorated-section h2,
.decorated-section .h2 {
	color: #fff;
	text-align: center;
	margin: 0 0 23px;
	font-size: 32px;
	line-height: 1.2;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	letter-spacing: -1.75px;
}

.decorated-section .text-holder {
	margin: 0 auto 30px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6;
	color: #ebc9ed;
	max-width: 1040px;
}

.decorated-section .text-holder p {
	margin: 0;
}

.impact-list {
	text-align: center;
	font-size: 18px;
	line-height: 1.667;
	font-weight: 600;
	letter-spacing: .6px;
}

.impact-list > li {
	margin: 0 0 40px;
}

.impact-list .img-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0 0 24px;
}

.impact-list .img-holder .img-hold {
	width: 100%;
}

.impact-list p {
	margin: 0;
}

h3,
.h3 {
	margin: 0 0 4px;
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
}

.info-block {
	padding: 50px 0;
	text-align: center;
	font-size: 20px;
	line-height: 1.6;
	color: #3a3161;
	font-weight: 500;
	border-bottom: 1px solid #cbbccc;
}

.info-block h2,
.info-block .h2 {
	margin: 0 auto 12px;
	font-size: 28px;
	line-height: 1.171;
	font-weight: 700;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #3a3161;
	max-width: 700px;
	letter-spacing: -2px;
}

.info-block p {
	margin: 0 0 33px;
}

.hastag-link-holder {
	font-size: 28px;
	line-height: 1.171;
	font-weight: 900;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
	margin: 0 0 30px;
	letter-spacing: -1.5px;
}

.hastag-link-holder a {
	color: #62bda2;
	margin: 0 10px;
}

.hastag-link-holder a:hover {
	color: #46a68a;
}

.info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -15px;
	font-size: 16px;
	line-height: 1.333;
	font-weight: 700;
}

.info-list > li {
	width: 100%;
	padding: 0 15px;
	margin: 0 0 50px;
}

.info-list .img-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0 0 19px;
}

.info-list .img-holder .img-hold {
	width: 100%;
}

.info-list h3,
.info-list .h3 {
	font-size: 38px;
	line-height: 1;
	font-weight: 700;
	margin: 0 0 10px;
	color: #3a3161;
}

.info-list p {
	max-width: 340px;
	margin: 0 auto !important;
}

.small-text-info {
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
}

.small-text-info p {
	margin: 0;
}

.img-block {
	text-align: center;
	padding: 50px 0;
	font-weight: 500;
	color: #3a3161;
	font-size: 18px;
	line-height: 1.6;
}

.img-block p {
	margin: 0 0 40px;
}

.img-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.img-list > li {
	width: 33.33%;
	padding: 0 5px;
	margin: 0 0 10px;
}

.img-list img {
	width: 100%;
	max-width: none;
}

.accordion-section {
	padding: 50px 0 20px;
	background: #f5f4f8;
}

.accordion-section h2,
.accordion-section .h2 {
	text-align: center;
	margin: 0 0 40px;
}

.accordion .accordion-row {
	margin: 0 0 25px;
	background: #fff;
	overflow: hidden;
	border: 2px solid #d4d7de;
	border-radius: 10px;
	position: relative;
	padding: 20px 15px 20px 55px;
}

.accordion .accordion-row:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 40px;
	background: #c1b5ea;
}

.accordion .accordion-row.active .text-holder {
	min-height: 117px;
}

.accordion .accordion-row.active .img-holder {
	opacity: 1;
}

.accordion .accordion-row.active .accordion-icon:after {
	opacity: 0;
}

.accordion .accordion-opener {
	display: inline-block;
	vertical-align: top;
	color: #3a3161;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
}

.accordion .accordion-icon {
	position: absolute;
	top: 21px;
	left: 9px;
	z-index: 1;
	width: 22px;
	height: 22px;
}

.accordion .accordion-icon:before,
.accordion .accordion-icon:after {
	content: "";
	width: 22px;
	height: 6px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.accordion .accordion-icon:after {
	width: 6px;
	height: 22px;
}

.accordion .text-holder {
	padding: 15px 0 0;
	font-size: 15px;
	line-height: 1.6;
	color: #76708f;
	letter-spacing: .7px;
	-webkit-transition: min-height .3s linear;
	transition: min-height .3s linear;
}

.accordion .text-holder p {
	margin: 0;
}

.accordion .img-holder {
	padding: 12px 0 0;
	text-align: center;
}

.questions-block {
	text-align: center;
	padding: 10px 0 0;
}

.questions-block h2,
.questions-block .h2 {
	margin: 0 0 15px;
	color: #3a3161;
	font-weight: 600;
}

.questions-block .btn {
	min-width: 248px;
}

.list-section {
	padding: 60px 0 30px;
	background: #f5f4f8;
}

.list-section h2,
.list-section .h2 {
	margin: 0 0 30px;
	color: #3a3161;
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	letter-spacing: -1.2px;
}

.list-holder {
	margin: 0 -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list-holder .col {
	padding: 0 15px;
	width: 100%;
}

.text-list {
	color: #87338d;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
}

.text-list > li {
	margin: 0 0 15px;
}

.text-list > li > a {
	color: inherit;
}

.text-list > li > a:hover {
	text-decoration: underline;
}

@media (min-width: 480px) {
	.img-list > li {
		margin: 0 0 20px;
		padding: 0 10px;
		width: 25%;
	}
}

@media (min-width: 650px) {
	.logo-list > li {
		width: 33.33%;
	}
}

@media (min-width: 768px) {
	#header {
		padding: 15px 0;
	}

	.logo-holder {
		width: 336px;
	}

	.logo {
		width: 173px;
	}

	.slogan {
		font-size: 24px;
		max-width: calc(100% - 173px);
		padding: 4px 0 4px 17px;
	}

	.nav-area {
		width: calc(100% - 336px);
	}

	.nav-opener {
		width: 50px;
		height: 50px;
	}

	.btn .text {
		font-size: 15px;
	}

	.footer-logo-holder {
		margin: 0 0 40px;
	}

	.footer-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 50%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.footer-nav > li {
		padding: 0 0 0 22px;
	}

	.footer-nav > li:first-child {
		padding: 0;
	}

	.footer-nav > li:first-child:before {
		display: none;
	}

	.footer-nav > li:before {
		content: "|";
		position: absolute;
		top: 0;
		left: 11px;
		color: #cdc5d0;
	}

	.footer-info {
		text-align: right;
		width: 50%;
	}

	.footer-info br {
		display: none;
	}

	.footer-info a {
		color: #fff;
	}

	.footer-info .link {
		margin: 0 0 0 5px;
	}

	#wrapper {
		line-height: 1.875;
	}

	.top-decor,
	.bottom-decor {
		width: 1665px;
	}

	.top-decor.style-2 {
		margin: -80px 0 0 -310px;
	}

	.bottom-decor {
		width: 1160px;
		margin: 0 0 0 -60px;
	}

	.intro-section.alt-style h1,
	.intro-section.alt-style .h1 {
		margin: 0 0 20px;
	}

	.intro-section.alt-style .img-holder {
		padding: 30px 0 0;
	}

	.intro-section.alt-style .text-holder {
		padding: 80px 0 50px;
	}

	.intro-section .text-holder {
		padding: 50px 0;
	}

	.intro-section .greet {
		font-size: 23px;
	}

	.intro-section .img-holder {
		padding: 0;
	}

	h1,
	.h1 {
		font-size: 60px;
		margin: 0 0 30px;
	}

	.logo-section {
		padding: 20px 0;
	}

	.logo-list > li {
		margin: 0 30px 30px;
		padding: 0;
		width: auto;
	}

	.text-section {
		padding: 3px 0 30px;
		letter-spacing: .4px;
	}

	.text-section .d-flex {
		margin: 0 0 50px;
	}

	.text-section .text-holder {
		margin: 0 0 30px;
	}

	h2,
	.h2 {
		margin: 0 0 17px;
		font-size: 30px;
	}

	.process-section {
		padding: 60px 0;
	}

	.process-list > li {
		width: 50%;
	}

	.process-box {
		padding: 30px 35px;
		font-size: 18px;
	}

	.decorated-section h2,
	.decorated-section .h2 {
		font-size: 45px;
	}

	.decorated-section .text-holder {
		font-size: 20px;
		margin: 0 auto 40px;
	}

	.impact-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
		font-size: 16px;
	}

	.impact-list > li {
		width: 33.33%;
		padding: 0 15px;
		margin: 0 0 30px;
	}

	h3,
	.h3 {
		font-size: 50px;
	}

	.info-block {
		padding: 60px 0;
		font-size: 25px;
	}

	.info-block h2,
	.info-block .h2 {
		font-size: 35px;
	}

	.hastag-link-holder {
		font-size: 35px;
		margin: 0 0 30px;
	}

	.info-list > li {
		width: 50%;
		margin: 0 0 40px;
	}

	.info-list h3,
	.info-list .h3 {
		font-size: 40px;
		margin: 0 0 15px;
	}

	.img-block {
		padding: 60px 0;
		font-size: 25px;
	}

	.img-list {
		margin: 0 -10px;
	}

	.img-list > li {
		width: 20%;
	}

	.accordion-section {
		padding: 60px 0 20px;
	}

	.accordion .accordion-row {
		padding: 25px 28px 20px 100px;
	}

	.accordion .accordion-row:before {
		width: 72px;
	}

	.accordion .accordion-icon {
		left: 26px;
		top: 26px;
	}

	.questions-block {
		padding: 20px 0 0;
	}

	.questions-block h2,
	.questions-block .h2 {
		margin: 0 0 22px;
	}
}

@media (min-width: 1024px) {
	#header {
		padding: 25px 0;
	}

	.nav-active #header {
		background: transparent;
	}

	#header.alt-style .navigation > li.active > a {
		color: #8a3490;
	}

	#header.alt-style .navigation > li > a {
		color: #bc9ed6;
	}

	#header.alt-style .navigation > li > a:hover {
		color: #8a3490;
	}

	.logo-holder {
		width: 275px;
	}

	.logo {
		width: 150px;
	}

	.slogan {
		padding: 4px 0 4px 10px;
		font-size: 20px;
		max-width: calc(100% - 150px);
	}

	.nav-area {
		width: calc(100% - 275px);
	}

	.nav-opener {
		display: none;
	}

	.nav-active .nav-drop {
		max-height: none;
	}

	.nav-drop {
		position: static;
		max-height: none;
		overflow: visible;
	}

	.nav-wrap {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		position: static;
		background: transparent;
		box-shadow: none;
		padding: 0;
	}

	.nav-wrap .btn-holder {
		width: 306px;
	}

	.nav-wrap .btn-holder .btn {
		display: block;
	}

	.navigation {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		letter-spacing: .8px;
		max-width: calc(100% - 306px);
		padding: 0 20px 1px 0;
		margin: 0;
		font-size: 15px;
	}

	.navigation > li {
		margin: 5px 0 5px 12px;
	}

	.navigation > li > a {
		display: inline;
		padding: 0;
	}

	#footer {
		padding: 60px 0 30px;
	}

	.footer-logo-holder {
		width: 242px;
		margin: 0;
	}

	.footer-nav {
		padding: 12px 0 0;
		width: calc(100% - 577px);
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer-info {
		padding: 12px 0 0;
		width: 335px;
	}

	.footer-info .link {
		margin: 0 0 0 10px;
	}

	.top-decor,
	.bottom-decor {
		width: 1215px;
	}

	.top-decor.style-2 {
		margin: -5px 0 0 -210px;
	}

	.bottom-decor {
		width: 1495px;
		margin: 0;
	}

	.intro-section.alt-style h1,
	.intro-section.alt-style .h1 {
		margin: 0 0 25px;
	}

	.intro-section.alt-style .img-holder {
		width: 450px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: -5px;
	}

	.intro-section.alt-style .text-holder {
		padding: 85px 460px 78px 0;
		min-height: 455px;
	}

	.intro-section .text-holder {
		padding: 50px 400px 130px 0;
		min-height: 450px;
	}

	.intro-section .greet {
		font-size: 25px;
		margin: 0 0 27px;
	}

	.intro-section .img-holder {
		position: absolute;
		width: 600px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: -70px;
		max-width: none;
		margin: 5px 0 0;
	}

	h1,
	.h1 {
		margin: 0 0 48px;
	}

	.logo-section {
		padding: 45px 0 20px;
	}

	.logo-list {
		padding: 0 60px;
	}

	.logo-list > li {
		margin: 0 40px 30px;
	}

	.text-section .d-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px 70px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.text-section .d-flex:nth-child(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.text-section .d-flex:nth-child(even) .img-holder {
		text-align: right;
	}

	.text-section .d-flex .col {
		width: 50%;
		padding: 0 10px;
	}

	.text-section .text-holder {
		padding: 23px 0 0;
		margin: 0;
	}

	.text-section .img-holder {
		text-align: left;
		margin: 0;
		max-width: none;
	}

	.process-section {
		padding: 93px 0 87px;
	}

	.process-section h2,
	.process-section .h2 {
		margin: 0 0 69px;
	}

	.process-list > li {
		width: 33.33%;
	}

	.process-box {
		padding: 20px 25px;
	}

	.process-box .img-holder {
		margin: 0 0 10px;
	}

	.decorated-section {
		padding: 100px 0;
	}

	.decorated-section h2,
	.decorated-section .h2 {
		font-size: 50px;
	}

	.decorated-section .text-holder {
		margin: 0 auto 50px;
		font-size: 28px;
	}

	.impact-list {
		font-size: 18px;
	}

	h3,
	.h3 {
		font-size: 60px;
	}

	.info-block {
		padding: 100px 0;
		font-size: 28px;
	}

	.info-block h2,
	.info-block .h2 {
		font-size: 38px;
	}

	.hastag-link-holder {
		font-size: 38px;
		margin: 0 0 40px;
	}

	.info-list {
		font-size: 17px;
		margin: 0 -15px 30px;
	}

	.info-list > li {
		width: 30%;
		margin: 0 0 30px;
	}

	.info-list > li:nth-child(3n-1) {
		width: 40%;
	}

	.info-list h3,
	.info-list .h3 {
		font-size: 43px;
	}

	.img-block {
		font-size: 28px;
		padding: 80px 0;
	}

	.img-block p {
		margin: 0 0 50px;
	}

	.img-list > li {
		width: 16.667%;
	}

	.accordion-section {
		padding: 90px 0 30px;
	}

	.accordion-section h2,
	.accordion-section .h2 {
		margin: 0 0 50px;
	}

	.accordion .accordion-row {
		padding: 30px 305px 22px 101px;
		margin: 0 0 35px;
	}

	.accordion .accordion-icon {
		top: 31px;
	}

	.accordion .text-holder {
		padding: 9px 0 0 3px;
	}

	.accordion .img-holder {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 273px;
		padding: 24px 0 0;
		opacity: 0;
		-webkit-transition: opacity .3s linear;
		transition: opacity .3s linear;
	}

	.list-section {
		padding: 75px 0 45px;
	}

	.list-holder .col {
		width: 33.33%;
	}
}

@media (min-width: 1200px) {
	#header {
		padding: 40px 0;
	}

	.logo-holder {
		width: 336px;
	}

	.logo {
		width: 173px;
	}

	.slogan {
		padding: 4px 0 4px 17px;
		font-size: 24px;
		max-width: calc(100% - 173px);
	}

	.nav-area {
		width: calc(100% - 336px);
	}

	.navigation > li {
		margin: 5px 0 5px 25px;
	}

	#footer {
		padding: 108px 0 30px;
	}

	.footer-logo-holder {
		width: 253px;
	}

	.footer-logo {
		width: 253px;
		margin: 0;
	}

	.footer-nav {
		padding: 12px 0 0 30px;
		width: calc(100% - 653px);
	}

	.footer-info {
		width: 400px;
	}

	.footer-info .link {
		margin: 0 0 0 18px;
	}

	.top-decor,
	.bottom-decor {
		width: 1575px;
	}

	.top-decor.style-2 {
		margin: -30px 0 0 -270px;
	}

	.bottom-decor {
		width: 1894px;
	}

	.intro-section.alt-style h1,
	.intro-section.alt-style .h1 {
		margin: 0 0 33px;
	}

	.intro-section.alt-style .img-holder {
		width: 565px;
		right: -5px;
		margin: 10px 0 0;
	}

	.intro-section.alt-style .text-holder {
		padding: 90px 580px 78px 0;
		min-height: 500px;
	}

	.intro-section .text-holder {
		padding: 70px 600px 155px 0;
		min-height: 550px;
	}

	.intro-section .greet {
		font-size: 30px;
	}

	.intro-section .img-holder {
		right: -70px;
		width: 800px;
	}

	h1,
	.h1 {
		font-size: 72px;
	}

	.logo-list {
		padding: 0;
	}

	.logo-list > li {
		margin: 0 20px 40px;
	}

	.text-section .d-flex {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.process-box {
		padding: 33px 61px 21px 44px;
	}

	.process-box .img-holder {
		margin: 0 0 13px;
	}

	.process-box .process-number {
		top: 38px;
		right: 25px;
	}

	.decorated-section {
		padding: 144px 0 111px;
	}

	.decorated-section h2,
	.decorated-section .h2 {
		font-size: 60px;
	}

	.decorated-section .text-holder {
		margin: 0 auto 87px;
		font-size: 30px;
	}

	.info-block {
		padding: 126px 0 129px;
		font-size: 30px;
	}

	.info-block h2,
	.info-block .h2 {
		font-size: 41px;
	}

	.hastag-link-holder {
		font-size: 41px;
		margin: 0 0 56px;
	}

	.info-list {
		font-size: 18px;
	}

	.info-list h3,
	.info-list .h3 {
		font-size: 48px;
		margin: 0 0 22px;
	}

	.img-block {
		font-size: 30px;
		padding: 92px 0 109px;
	}

	.img-block p {
		margin: 0 0 71px;
	}

	.accordion-section {
		padding: 110px 0 60px;
	}

	.accordion-section h2,
	.accordion-section .h2 {
		margin: 0 0 61px;
	}

	.questions-block {
		padding: 33px 0 0;
	}

	.list-section {
		padding: 99px 0 64px;
	}
}

@media (min-width: 1400px) {
	#header.alt-style .navigation {
		padding: 0 48px 1px 0;
	}

	#header.alt-style .navigation > li {
		margin: 5px 0 5px 40px;
	}

	.navigation {
		padding: 0 98px 1px 0;
	}

	.navigation > li {
		margin: 5px 0 5px 59px;
	}

	.top-decor,
	.bottom-decor {
		width: 1894px;
	}

	.top-decor.style-2 {
		margin: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.intro-section.alt-style .img-holder {
		width: 660px;
		right: -105px;
		margin: 28px 0 0;
	}

	.intro-section.alt-style .text-holder {
		padding: 181px 580px 78px 0;
		min-height: 645px;
	}

	.intro-section .text-holder {
		padding: 138px 600px 220px 0;
		min-height: 700px;
	}

	.intro-section .img-holder {
		right: -270px;
		width: 954px;
	}

	.logo-section {
		padding: 43px 0;
	}

	.logo-list > li {
		margin: 0 40px 50px;
	}

	.process-box .process-number {
		right: 34px;
	}

	.list-section h2,
	.list-section .h2 {
		margin: 0 0 57px;
	}

	.list-holder {
		margin: 0 -60px;
	}

	.list-holder .col {
		padding: 0 60px;
	}
}

@media (min-width: 1650px) {
	#header {
		padding: 40px 45px;
	}

	.intro-section.alt-style .img-holder {
		width: 751px;
		right: -224px;
		top: 50%;
	}
}

@media (min-width: 1894px) {
	.top-decor,
	.bottom-decor {
		width: 100%;
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.bottom-decor {
		width: 100%;
	}
}
