/*
Theme Name: Vizzuality
Author: Anonymous
Author URI:
Version: 1
Description: Vizzuality theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vizzuality
Tags: one-column, two-columns
Theme URI:
*/

/*! 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;
}

.social-networks,
.nav ul,
.footer-nav,
.partner-lists,
ul,
.principles-list,
.reward-list,
.social-links,
.content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single: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: #000;
	background: #fff;
	font: 18px/1.67 inter, 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;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.67em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.67em;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 0;
}

ol {
	padding-left: 21px;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 0;
	margin: 0;
}

ul {
	list-style-type: none;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

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 #000;
	border-width: 0 0 2px 0;
	padding: .4em 0;
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	height: 47px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline: none;
	border-bottom-color: rgba(0, 0, 0, .3);
}

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: rgba(0, 0, 0, .2);
}

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: rgba(0, 0, 0, .2);
}

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: rgba(0, 0, 0, .2);
}

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: rgba(0, 0, 0, .2);
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: rgba(0, 0, 0, .2);
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
	min-height: 268px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 1.67em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
	height: 47px;
}

.post-password-form input {
	float: left;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #000;
	color: #fff;
	border: none;
	padding: 0 .5em;
	height: 47px;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.67em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.67em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.67em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.67em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 49%;
	background: #000;
	color: #fff;
	padding: .4em;
	margin-bottom: 6px;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.67em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 49%;
	background: #000;
	color: #fff;
	text-decoration: none;
	margin-bottom: 6px;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.67em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.67em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.67em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.67em;
}

.mejs-container {
	margin-bottom: 1.67em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Baskerville", inter, Arial, "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 400;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 50px;
	line-height: 1;
}

h2,
.h2 {
	font-size: 35px;
	line-height: 1;
}

h3,
.h3 {
	font-size: 30px;
	line-height: 1.17;
}

h4,
.h4 {
	font-size: 25px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.ttf?in0w54") format("truetype"), url("fonts/icomoon.woff?in0w54") format("woff"), url("fonts/icomoon.svg?in0w54#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"],
.jcf-select .jcf-select-opener:after {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "";
}

.icon-github:before {
	content: "";
}

.icon-linkedin:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-down-arrow:before {
	content: "";
}

@font-face {
	font-family: "inter";
	src: url("fonts/inter-light-beta-webfont.eot");
	src: url("fonts/inter-light-beta-webfont.svg#interlight_beta") format("svg"), url("fonts/inter-light-beta-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/inter-light-beta-webfont.woff") format("woff"), url("fonts/inter-light-beta-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "inter";
	src: url("fonts/inter-semibold-webfont.eot");
	src: url("fonts/inter-semibold-webfont.svg#intersemi_bold") format("svg"), url("fonts/inter-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/inter-semibold-webfont.woff") format("woff"), url("fonts/inter-semibold-webfont.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Baskerville";
	src: url("fonts/Baskerville.eot");
	src: url("fonts/Baskerville.svg#Baskerville") format("svg"), url("fonts/Baskerville.eot?#iefix") format("embedded-opentype"), url("fonts/Baskerville.woff") format("woff"), url("fonts/Baskerville.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #000;
	border-width: 0 0 2px 0;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 44px;
	width: 100%;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 18px;
	line-height: 26px;
	padding: 7px 40px 7px 0;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 24px;
	bottom: 0;
	right: 13px;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -4px;
	text-align: center;
	left: 0;
	right: 0;
	font-size: 15px;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -2px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 2px solid #000;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #000;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	font-size: 18px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
	padding: 0;
}

.jcf-list ul li:before {
	display: none;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.container {
	max-width: 1120px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.display-1 {
	font-size: 70px;
}

.btn {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 20px;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.67;
	min-width: 162px;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.btn:hover {
	opacity: .7;
}

.btn.btn-primary {
	background-color: #000;
	color: #fff;
}

.btn.btn-white {
	background-color: #fff;
	color: #000;
}

.btn-down {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: -50px;
	border-radius: 50%;
	margin: 0 auto;
	width: 102px;
	height: 102px;
	background-image: -webkit-radial-gradient(circle 102px at 184.31% 481.37%, rgba(255, 255, 255, 0) 0%, #fff 99%);
	background-image: radial-gradient(circle 102px at 184.31% 481.37%, rgba(255, 255, 255, 0) 0%, #fff 99%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	font-size: 13px;
	color: #444;
}

.btn-down:after {
	content: "";
	width: 72px;
	height: 72px;
	position: absolute;
	box-shadow: 0 13px 16px rgba(0, 0, 0, .05);
	border-radius: 50%;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
}

.btn-down:hover:after {
	box-shadow: 0 3px 16px rgba(0, 0, 0, .3);
}

.social-networks {
	text-decoration: none;
	font-size: 17px;
}

.social-networks .icon-linkedin {
	font-size: 20px;
}

.social-networks .icon-github {
	font-size: 20px;
}

.social-networks li {
	padding: 0;
}

.social-networks li a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.social-networks li a:hover {
	color: #2ba4a0;
}

.social-networks li:before {
	display: none;
}

img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
}

label {
	font-size: 20px;
	line-height: 1.25;
	font-weight: 600;
}

a {
	color: #000;
}

mark,
.mark {
	color: #7fa02a;
	background-color: transparent;
}

.projects {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
	position: relative;
	color: #fff;
	width: 100%;
	background-color: #7fa02a;
	background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, .06) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(-45deg, rgba(0, 0, 0, .06) 0%, rgba(0, 0, 0, 0) 100%);
	background-size: cover;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	font-size: 20px;
	padding: 54px 40px;
	min-height: 405px;
	text-decoration: none;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.projects:hover {
	opacity: .8;
}

.projects .img-holder {
	width: 120px;
	display: none;
}

.projects p {
	margin-bottom: 5px;
}

.projects h3 {
	font-family: inter, Arial, "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	margin-bottom: 35px;
	line-height: 1.17;
}

.projects.project--full {
	position: relative;
	z-index: 1;
	padding: 55px 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	min-height: 260px;
}

.projects.project--full:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	min-height: inherit;
}

.projects.project--full .container {
	position: relative;
	z-index: 2;
}

.projects.project--full:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: -1;
}

.projects.project--full h2 {
	font-family: inter, Arial, "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -1.31px;
	margin-bottom: 24px;
	font-weight: 600;
}

.projects.project--full p {
	margin-bottom: 4px;
}

.projects.project--full h3 {
	font-family: inter, Arial, "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	font-size: 25px;
	line-height: 1.4;
}

.news-block {
	background-color: #ffe229;
	padding-top: 54px;
	font-size: 20px;
	line-height: 1.75;
	overflow: hidden;
}

.news-block a {
	display: inline-block;
	vertical-align: top;
}

.news-block h2 {
	font-weight: 600;
	margin-bottom: 50px;
	font-family: inter, Arial, "Helvetica Neue", "Helvetica", sans-serif;
}

.news-block h2 br {
	display: none;
}

.news-block.two--grids {
	padding-top: 40px;
	padding-bottom: 12px;
}

.news-block.two--grids .container {
	max-width: 940px;
}

.news-block.two--grids .news-post {
	font-size: 18px;
	line-height: 1;
	padding-bottom: 15px;
	min-height: 0;
}

.news-block.two--grids .news-post:before {
	display: none;
}

.news-block.two--grids .news-post h3 {
	margin-bottom: 12px;
}

.news-block time {
	font-size: 16px;
}

.post-holder .news-post.full--width {
	min-height: 0;
}

.news-post {
	padding-top: 18px;
	padding-bottom: 21px;
	position: relative;
	min-height: 101px;
}

.news-post:before {
	content: "";
	position: absolute;
	top: 0;
	border-top: 3px solid #000;
	left: 0;
	right: 0;
}

.news-post .link {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.news-post .link:hover {
	opacity: .7;
}

.news-post h3 {
	font-size: 25px;
	line-height: 1.4;
	letter-spacing: -.94px;
	margin-bottom: 6px;
	font-weight: 600;
	font-family: inter, Arial, "Helvetica Neue", "Helvetica", sans-serif;
}

.news-post h3:only-child {
	margin-bottom: 29px;
}

.news-post h3 a {
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	color: #000;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.news-post h3 a:hover {
	opacity: .7;
}

.news-post p {
	margin-bottom: 28px;
}

.news-post p:only-child {
	margin-bottom: 0;
}

.news-post .btn {
	min-width: 180px;
	margin-bottom: 30px;
}

.news-post time {
	display: none;
}

.visible-desktop {
	display: none;
}

blockquote q:before {
	content: "“";
	font-family: inherit;
}

blockquote q:after {
	content: "”";
}

.post-password-form label {
	margin-bottom: 25px;
}

.post-password-form input[type="password"] {
	float: none;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	width: 100% !important;
}

.post-password-form input[type="submit"] {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.sd-content ul li:before {
	display: none;
}

.fixed-position .header {
	background-color: #fff;
}

.sticky-wrap-header--white:not(.fixed-position) .logo .logo-alt {
	opacity: 1;
}

.sticky-wrap-header--white:not(.fixed-position) .header--white .nav-opener span,
.sticky-wrap-header--white:not(.fixed-position) .header--white .nav-opener:before,
.sticky-wrap-header--white:not(.fixed-position) .header--white .nav-opener:after {
	background-color: #fff;
}

.nav-active {
	overflow: hidden;
}

.header {
	z-index: 99;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transition: background .3s ease-in-out, top .3s ease-in-out;
	transition: background .3s ease-in-out, top .3s ease-in-out;
	position: relative;
	width: 100% !important;
}

.header .container {
	position: relative;
}

.logo {
	width: 133px;
	position: relative;
}

.logo .logo-alt {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.nav-active .logo .logo-alt {
	opacity: 1;
}

.nav {
	background-color: #fff;
	position: fixed;
	height: calc(100% - 70px);
	top: 70px;
	left: 0;
	right: 0;
	z-index: 1;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	background: #64d1b8;
	padding: 15px 23px;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	overflow: auto;
}

.resize-active .nav {
	-webkit-transition: none !important;
	transition: none !important;
}

.nav-active .nav {
	opacity: 1;
	visibility: visible;
}

.nav ul {
	font-size: 40px;
	line-height: 1.5;
	font-weight: 600;
}

.nav ul li {
	padding: 0;
	padding-bottom: 15px;
}

.nav ul li:first-child {
	margin-left: 0;
}

.nav ul li:before {
	display: none;
}

.nav ul li.active a {
	background-color: #2ba4a0;
	color: #fff;
}

.nav ul li.active a:after {
	visibility: visible;
	opacity: 1;
}

.nav ul li a {
	color: #000;
	display: block;
	vertical-align: top;
	position: relative;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	padding: 5px 7px 0;
}

.nav ul li a:hover {
	background-color: #2ba4a0;
	color: #fff;
	opacity: 1;
}

.nav-opener {
	width: 23px;
	height: 19px;
	display: block;
	position: absolute;
	top: 7px;
	right: 30px;
}

.nav-opener:after,
.nav-opener:before {
	content: "";
	top: 0;
	content: "";
	background: #222;
}

.nav-opener:before {
	-webkit-transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, top .3s ease-in-out;
	transition: transform .3s ease-in-out, top .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.nav-active .nav-opener:before {
	top: 7px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener:after {
	top: auto;
	bottom: 0;
	-webkit-transition: bottom .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: bottom .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, bottom .3s ease-in-out;
	transition: transform .3s ease-in-out, bottom .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.nav-active .nav-opener:after {
	bottom: 9px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-opener span,
.nav-opener:after,
.nav-opener:before {
	background-color: #000;
	left: 0;
	right: 0;
	position: absolute;
	height: 3px;
}

.nav-opener span {
	display: block;
	top: 8px;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.nav-active .nav-opener span {
	-webkit-transform: translateY(-50%) scale(0);
	-ms-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
}

.footer {
	background-color: #000;
	color: #fff;
	padding-top: 63px;
	padding-bottom: 60px;
	font-size: 16px;
}

.footer .text-block {
	text-align: center;
	padding-bottom: 64px;
}

.footer .btn {
	min-width: 250px;
}

.footer h2 {
	margin-bottom: 38px;
	font-weight: 600;
	font-family: inter, Arial, "Helvetica Neue", "Helvetica", sans-serif;
}

.footer .footer-holder:only-child {
	padding-top: 0;
	border-top: 0;
	margin-top: -10px;
	padding-bottom: 22px;
}

.footer-holder {
	border-top: 3px solid #fff;
	padding-top: 57px;
	text-align: center;
}

.footer-holder .logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	max-width: 200px;
	width: 100%;
	margin: 0 auto 49px;
}

.footer-holder .logo img {
	width: 100%;
}

.footer-nav {
	padding-bottom: 25px;
	font-weight: 600;
	font-size: 16px;
}

.footer-nav li {
	margin-bottom: 25px;
	padding: 0;
}

.footer-nav li:before {
	display: none;
}

.footer-nav li a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	letter-spacing: -.5px;
}

.footer-nav li a:hover {
	color: #ffe229;
}

.social-block .title {
	display: none;
	font-weight: 600;
}

.social-block .social-networks {
	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;
}

.social-block .social-networks li {
	margin-left: 10px;
	margin-right: 10px;
}

.social-block .social-networks li a {
	color: #fff;
	text-decoration: none;
}

.social-block .social-networks li a:hover {
	color: #ffe229;
}

.visual {
	padding-top: 57px;
	padding-bottom: 64px;
	font-weight: 300;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 294px;
}

.visual.visual--height {
	min-height: 0;
}

.visual:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	min-height: inherit;
}

.visual p {
	margin-bottom: 6px;
}

.visual .display-1 {
	line-height: .93;
	margin-bottom: 31px;
}

.visual .text-block:only-child {
	width: 100%;
}

.visual .social-networks {
	display: none;
}

.visual .social-networks li {
	margin-top: 36px;
	margin-bottom: 36px;
}

.visual .social-networks li a {
	text-decoration: none;
}

.visual h1 {
	margin-bottom: 16px;
}

.visual .btn {
	margin-top: 24px;
}

.info-block {
	padding-top: 122px;
	position: relative;
}

.info-block:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 135px;
	z-index: -1;
	background-color: #f2f2f2;
}

.info-block .text-block {
	text-align: center;
	padding-bottom: 31px;
	max-width: 590px;
	margin: 0 auto;
	width: 100%;
}

.info-block h2 {
	margin-bottom: 19px;
}

.info-block p {
	margin-bottom: 15px;
}

.info-block .container {
	padding-left: 15px;
	padding-right: 15px;
}

.collage-images {
	margin-bottom: 100px;
	position: relative;
	z-index: 2;
}

.collage-images img {
	width: 100%;
}

.collage-images.margin--bottom {
	margin-bottom: 0;
}

.more-info {
	background-color: #2ba4a0;
	color: #fff;
	padding: 50px 40px 40px;
}

.more-info h3 {
	font-weight: 600;
	margin-bottom: 40px;
	font-family: inter, Arial, "Helvetica Neue", "Helvetica", sans-serif;
}

.more-info .btn {
	display: block;
	min-width: 0;
}

.our-work {
	padding-top: 99px;
	padding-bottom: 102px;
	text-align: center;
}

.our-work.our-work--modifier {
	padding-top: 29px;
	padding-bottom: 53px;
}

.our-work h2 {
	margin-bottom: 41px;
}

.our-work .container {
	padding-left: 15px;
	padding-right: 15px;
}

.our-work .row {
	padding-bottom: 29px;
}

.our-work .row .col {
	padding-bottom: 20px;
}

.our-work .img-holder {
	margin-bottom: 20px;
}

.our-work .img-holder img {
	width: 100%;
	height: auto;
}

.our-work .btn {
	display: block;
	padding-top: 21px;
}

.our-work .projects {
	display: block;
}

.our-partners {
	background-color: #f2f2f2;
	padding-top: 50px;
	padding-bottom: 86px;
}

.our-partners h2 {
	text-align: center;
	margin-bottom: 62px;
}

.our-partners .container {
	max-width: 828px;
}

.partner-lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.partner-lists li {
	width: 33.33%;
	padding: 0 15px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 48px;
}

.partner-lists li:before {
	display: none;
}

.partner-lists span {
	opacity: .6;
	mix-blend-mode: multiply;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.partner-lists span:hover {
	opacity: .6;
}

.partner-lists .grayscale {
	width: 100%;
}

.form-holder {
	padding-bottom: 101px;
}

.form-holder .contact-form {
	max-width: 758px;
}

.contact-form label {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 8px;
}

.contact-form .form-group {
	margin-bottom: 25px;
}

.contact-form .jcf-select,
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form input[type="search"],
.contact-form input[type="password"],
.contact-form textarea {
	width: 100% !important;
}

.contact-form .wpcf7-response-output {
	margin-right: 0;
	margin-left: 0;
}

.contact-form .wpcf7-response-output .ajax-loader,
.contact-form .btn-holder .ajax-loader,
.contact-form .custom-checkbox .ajax-loader {
	display: none;
}

.contact-form .custom-checkbox {
	margin-bottom: 37px;
}

.contact-form input[type="submit"] {
	width: 100%;
}

.contact-form .custom-checkbox label {
	font-size: 18px;
	line-height: 1.94;
	font-weight: 300;
}

.contact-form .custom-checkbox span {
	margin-left: 0 !important;
	position: static !important;
	color: #000;
}

.custom-checkbox {
	display: inline-block;
	vertical-align: top;
	padding-left: 32px;
	position: relative;
	z-index: 1;
	margin-bottom: 37px;
}

.custom-checkbox:after {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	border: 2px solid #000;
	width: 24px;
	height: 24px;
}

.custom-checkbox span {
	font-size: 18px;
	line-height: 1.94;
	font-weight: 300;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
}

.custom-checkbox span:after {
	content: "";
	position: absolute;
	top: 8px;
	left: 4px;
	width: 16px;
	height: 16px;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.custom-checkbox input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.custom-checkbox input[type="checkbox"]:checked ~ span:after {
	opacity: 1;
}

input[type="submit"] {
	background-color: #000;
	color: #fff;
	border: 0;
	font-size: 18px;
	font-weight: 600;
	padding: 23px;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

input[type="submit"]:hover {
	opacity: .7;
}

.map-block {
	position: relative;
	z-index: 1;
}

.map-block .heading {
	background-color: #ffe400;
	position: relative;
	z-index: 2;
	margin-left: -30px;
	margin-right: -30px;
	padding: 54px 33px 29px;
}

.map-block .heading h2 {
	font-family: inter, Arial, "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -1.31px;
	line-height: 40px;
	font-weight: 600;
}

.map-bg .pin {
	position: absolute;
	top: 0;
	background: #fff;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 50%;
	pointer-events: none !important;
}

.map-bg .pin:after {
	content: "";
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	border-radius: 50%;
	border: 10px solid rgba(43, 164, 160, .3);
	position: absolute;
}

.map-bg .pin.london {
	left: 52.6%;
	top: 33.7%;
}

.map-bg .pin.portugal {
	top: 69%;
	left: 40.7%;
}

.map-bg .pin.spain {
	top: 67.7%;
	left: 47.8%;
}

.map-holder {
	position: relative;
	text-align: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-color: #000;
	min-height: 865px;
}

.map-holder .map-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	max-height: 500px;
}

.map-holder .map-bg img {
	width: 100%;
}

.map-holder .address-holder {
	position: relative;
	background-color: #000;
	z-index: 2;
	padding-left: 15px;
	padding-right: 15px;
}

.map-holder .address-holder .address-column {
	padding-top: 15px;
	padding-bottom: 15px;
}

.address-holder .city {
	display: block;
	font-weight: 600;
	font-size: 19px;
	line-height: 1;
}

.address-holder address {
	font-style: normal;
	margin-bottom: 0;
	font-size: 17px;
	line-height: 1.18;
}

.bg--top {
	position: relative;
	z-index: 1;
}

.bg--top:after {
	content: "";
	position: absolute;
	top: -30px;
	left: -9999px;
	right: -9999px;
	bottom: 0;
	background-color: #f2f2f2;
	z-index: -1;
}

.bg--top h2 {
	text-align: center;
	margin-bottom: 31px;
	font-family: "Baskerville", inter, Arial, "Helvetica Neue", "Helvetica", sans-serif;
}

ul {
	font-size: 18px;
	line-height: 1.67;
}

ul > li:before {
	content: "";
	position: absolute;
	border-radius: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #2ba4a0;
	top: 10px;
}

ul li {
	position: relative;
	padding-left: 29px;
	padding-bottom: 30px;
}

ul a {
	text-decoration: none;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

ul a:hover {
	opacity: .7;
}

.principles-block {
	background-color: #f2f2f2;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 27px;
}

.principles-block h2 {
	font-family: "Baskerville", inter, Arial, "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 39px;
}

.principles-block p {
	margin-bottom: 2px;
}

.principles-holder {
	max-width: 284px;
	margin: 0 auto;
	width: 100%;
	padding-top: 35px;
}

.principles-list {
	font-size: 9px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	margin-left: -12px;
	margin-right: -12px;
}

.principles-list li {
	margin-bottom: 24px;
	padding: 0;
	position: static;
}

.principles-list li:after {
	content: "";
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: 0;
	bottom: 0;
	background-color: rgba(242, 242, 242, .8);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.principles-list li:before {
	display: none;
}

.principles-list li.popup-active:after {
	opacity: 1;
	visibility: visible;
}

.principles-list li:nth-child(6),
.principles-list li:first-child {
	margin: 12px 54px 24px 30px;
}

.principles-list li:nth-child(8),
.principles-list li:nth-child(3) {
	margin: 0 7px 0 2px;
}

.principles-list li:nth-child(4) {
	margin: -50px 0 0 0;
}

.principles-list li:nth-child(5) {
	margin-top: 13px;
}

.principles-list li:nth-child(9) {
	margin-top: -26px;
}

.principles-list li:nth-child(10) {
	margin: -26px 0 0 4px;
}

.principles-list li:nth-child(11) {
	margin: 7px 0 0 4px;
}

.principles-list li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #2ba4a0;
}

.principles-list .popup {
	position: absolute;
	top: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}

.popup-active .popup {
	opacity: 1;
	visibility: visible;
}

.popup {
	width: 184px;
	height: 184px;
	border-radius: 50%;
	color: #fff;
	background-color: #2ba4a0;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 47px 16px;
	font-weight: 600;
	line-height: 1.17;
	opacity: 0;
	visibility: hidden;
	font-size: 10px;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.popup .holder {
	overflow: hidden;
	max-height: 100%;
}

.popup h2 {
	font-family: inter, Arial, "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 6px;
	font-weight: 600;
	font-size: 19px;
}

.popup p:last-child {
	margin-bottom: 0;
}

.popup .popup-close {
	position: absolute;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	z-index: 1;
	box-shadow: 0 2px 17px rgba(0, 0, 0, .14);
	background-color: #fff;
	top: 16px;
	right: 13px;
}

.popup .popup-close:before,
.popup .popup-close:after {
	content: "";
	position: absolute;
	top: 8px;
	right: 12px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #000;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	width: 2px;
	height: 9px;
}

.popup .popup-close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup .popup-close:hover {
	opacity: 1;
}

.popup .popup-close:hover:before,
.popup .popup-close:hover:after {
	background-color: #2ba4a0;
}

.our-team {
	padding-top: 51px;
	text-align: center;
}

.our-team h2 {
	margin-bottom: 32px;
	font-family: "Baskerville", inter, Arial, "Helvetica Neue", "Helvetica", sans-serif;
}

.our-team .more-info {
	text-align: left;
}

.our-team .container {
	padding-left: 15px;
	padding-right: 15px;
}

.team-members {
	padding-top: 29px;
	overflow: hidden;
	padding-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.team-members .members {
	width: 33.33%;
	float: left;
	padding-top: 25.6%;
	margin-bottom: 20px;
	position: relative;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.team-members .members:nth-of-type(n + 18) {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.team-members .members img {
	width: 100%;
	display: none;
}

.team-members .members .js-bg-img {
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	top: 0;
	left: 10px;
	right: 10px;
	bottom: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.team-members .members .js-bg-img:hover {
	opacity: .7;
}

.team-members .btn-holder {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.team-members .btn-holder a {
	min-height: 132px;
	min-width: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: underline;
}

.team-members .btn-holder a:after {
	content: "";
	min-height: inherit;
	display: inline-block;
	vertical-align: top;
}

.our-reward {
	padding-top: 100px;
	padding-bottom: 60px;
}

.our-reward h2 {
	text-align: center;
	margin-bottom: 50px;
}

.reward-list {
	text-align: center;
	font-size: 16px;
	line-height: 1.19;
	font-weight: 600;
	letter-spacing: -.52px;
}

.reward-list li {
	margin-bottom: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 147px;
	padding: 0;
}

.reward-list li:before {
	display: none;
}

.reward-list li .holder {
	position: relative;
	padding: 28px 40px;
	max-width: 297px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.reward-list li .holder * {
	width: 100%;
	position: relative;
	z-index: 2;
}

.reward-list li .holder:before,
.reward-list li .holder:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("images/icon01.svg");
	min-height: 147px;
	width: 60px;
}

.reward-list li .holder:after {
	left: auto;
	right: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.reward-list .title {
	display: block;
	font-size: 30px;
	line-height: 1.17;
	font-weight: 600;
	letter-spacing: -.97px;
	margin-bottom: 13px;
}

.reward-list .title.large--font {
	font-size: 40px;
	line-height: .78;
}

.reward-list p {
	margin-bottom: 10px;
}

.testimonial-block {
	padding-top: 94px;
	padding-bottom: 27px;
	font-size: 50px;
	line-height: 1;
	font-family: "Baskerville", inter, Arial, "Helvetica Neue", "Helvetica", sans-serif;
}

.testimonial-block blockquote {
	margin-bottom: 49px;
}

.testimonial-block .img-holder {
	text-align: center;
	border-radius: 50%;
	margin: 0 -13px;
}

.testimonial-block .img-holder .holder {
	max-width: 340px;
	margin: 0 auto;
	overflow: hidden;
}

.testimonial-block .img-holder img {
	border-radius: 50%;
}

blockquote {
	margin: 0;
	padding: 0;
	border-left: 0;
}

.about-block {
	padding-bottom: 85px;
}

.about-block .title {
	display: block;
	text-align: center;
	font-size: 25px;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 51px;
}

.about-block .title mark {
	color: #2ba4a0;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.about-block p {
	margin-bottom: 31px;
}

.social-links {
	font-weight: 600;
	letter-spacing: -.5px;
}

.social-links li {
	margin-right: 12px;
	margin-bottom: 12px;
	padding: 0;
}

.social-links li:last-child {
	margin-right: 0;
}

.social-links li:before {
	display: none;
}

.content {
	text-align: center;
	padding-top: 54px;
	padding-bottom: 21px;
}

.content.bg--gray {
	background-color: #f2f2f2;
}

.content h1 {
	margin-bottom: 51px;
}

.content h2 {
	margin-bottom: 31px;
}

.content .content-holder {
	margin-bottom: 25px;
}

.content .list-holder {
	margin-bottom: 28px;
}

.content .list {
	text-align: left;
}

.content p {
	margin-bottom: 31px;
}

.content ul {
	max-width: 660px;
	width: 100%;
	margin: 0 auto 28px;
	text-align: left;
}

.project-info {
	margin-top: -163px;
	padding-top: 214px;
	color: #fff;
	padding-bottom: 100px;
	background-color: #7fa02a;
}

.project-info .title {
	display: block;
	font-weight: 600;
	margin-bottom: 19px;
	letter-spacing: -.5px;
}

.project-info h1 {
	font-size: 50px;
	margin-bottom: 19px;
}

.project-info p {
	margin-bottom: 11px;
}

.project-info h3 {
	font-family: inter, Arial, "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
}

.link-block {
	padding-bottom: 54px;
}

.link-block .btn {
	padding: 11px;
	letter-spacing: -.5px;
	position: relative;
	padding: 19px 10px 18px;
	min-width: 188px;
	margin-left: -30px;
}

.about-holder {
	padding-bottom: 18px;
}

.about-holder p {
	margin-bottom: 30px;
}

.about-holder p:last-child {
	margin-bottom: 0;
}

.about-holder .container {
	max-width: 940px;
}

.img-holder.right {
	padding-left: 30px;
	text-align: right;
	margin-bottom: 53px;
}

.img-holder.right img {
	width: 100%;
}

.info-content {
	font-weight: 600;
	font-size: 25px;
	line-height: 1.4;
	letter-spacing: -.94px;
}

.info-content .container {
	max-width: 940px;
}

.info-content p {
	margin-bottom: 68px;
}

.info-content a {
	color: #7fa02a;
}

.info-content .video-holder {
	margin-left: -30px;
	margin-right: -30px;
}

.video-wrapper {
	position: relative;
}

.video-wrapper:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 42%;
	background-color: #000;
	z-index: -1;
	bottom: 0;
}

.video-wrapper .container {
	padding-left: 0;
	padding-right: 0;
	max-width: 940px;
}

.video-holder {
	position: relative;
	z-index: 1;
	padding-top: 61.82%;
}

.video-holder iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	border: 0;
}

.info-wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.info-wrapper .info-holder {
	background-color: #fff;
	padding: 34px 30px 27px;
}

.info-wrapper .container {
	padding-left: 15px;
	padding-right: 15px;
}

.info-holder {
	letter-spacing: -.5px;
}

.info-holder + .info-holder {
	margin-top: 100px;
}

.info-holder .title {
	display: block;
	font-size: 25px;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 9px;
	letter-spacing: -.94px;
}

.info-holder p:last-child {
	margin-bottom: 0;
}

.analysis-block {
	padding-top: 100px;
	padding-bottom: 36px;
}

.analysis-block h2 {
	text-align: center;
	margin-bottom: 50px;
}

.analysis-block .row .col {
	padding-bottom: 30px;
}

.analysis-block .img-holder {
	position: relative;
	overflow: hidden;
	margin-bottom: 22px;
}

.analysis-block .img-holder .text {
	position: absolute;
	top: 50%;
	left: 15px;
	right: 15px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 1.17;
	font-weight: 600;
	letter-spacing: -1px;
	-webkit-transform: rotate(-16deg);
	-ms-transform: rotate(-16deg);
	transform: rotate(-16deg);
	margin-top: -31px;
}

.analysis-block .img-holder img {
	width: 100%;
	max-width: none;
}

.map-wrapper {
	padding-bottom: 99px;
}

.map-wrapper .holder {
	color: #fff;
	position: relative;
}

.map-wrapper .holder:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #000;
	z-index: -1;
}

.map-wrapper .img-holder img {
	width: 100%;
	height: auto;
}

.map-wrapper h3 {
	font-family: inter, Arial, "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1.17;
	font-weight: 600;
	margin-bottom: 41px;
	letter-spacing: -1px;
}

.map-wrapper .text-holder {
	padding: 50px 39px 40px;
}

.map-wrapper .btn {
	display: block;
}

@media screen and (min-width: 351px) {
	.team-members .members {
		width: 25%;
		padding-top: 23.6%;
	}
}

@media screen and (min-width: 375px) {
	.principles-holder {
		max-width: 340px;
	}

	.principles-list {
		min-width: 340px;
	}

	.principles-list li > a {
		width: 110px;
		height: 110px;
	}
}

@media screen and (min-width: 640px) {
	.our-work .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
		padding-bottom: 48px;
	}

	.our-work .row .col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 50%;
		padding: 0 10px 20px;
	}
}

@media screen and (min-width: 768px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		font-size: 24px;
		height: 42px;
	}

	.search-form input[type="search"] {
		height: 42px;
	}

	.comment-form input[type="submit"],
	.post-password-form input[type="submit"],
	.search-form input[type="submit"] {
		height: 42px;
	}

	h1,
	.h1 {
		font-size: 80px;
		line-height: 1.16;
	}

	h2,
	.h2 {
		font-size: 60px;
		line-height: 1.05;
	}

	h3,
	.h3 {
		font-size: 35px;
	}

	h4,
	.h4 {
		font-size: 30px;
		line-height: 1.17;
	}

	.jcf-select {
		height: 43px;
	}

	.jcf-select .jcf-select-text {
		font-size: 24px;
	}

	.jcf-list {
		font-size: 24px;
	}

	body {
		font-size: 24px;
		line-height: 1.71;
	}

	.display-1 {
		font-size: 100px;
	}

	.btn {
		min-width: 251px;
	}

	label {
		font-size: 27px;
		line-height: 1.74;
		letter-spacing: -.67px;
	}

	.projects {
		min-height: 541px;
		padding: 58px 40px;
		font-size: 24px;
	}

	.projects .img-holder {
		display: block;
	}

	.projects p {
		margin-bottom: 13px;
	}

	.projects.project--full {
		min-height: 370px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.projects.project--full h2 {
		letter-spacing: 0;
		font-size: 70px;
		margin-bottom: 33px;
	}

	.projects.project--full p {
		margin-bottom: 10px;
	}

	.projects.project--full h3 {
		font-size: 30px;
		letter-spacing: -.97px;
	}

	.news-block {
		padding-top: 103px;
		padding-bottom: 68px;
	}

	.news-block h2 {
		font-size: 70px;
		line-height: 1;
		margin-bottom: 45px;
		margin-bottom: 46px;
	}

	.news-block h2 br {
		display: block;
	}

	.news-block.two--grids {
		padding-top: 62px;
		padding-bottom: 8px;
	}

	.news-block.two--grids .post-holder {
		margin-left: -20px;
		margin-right: -20px;
	}

	.news-block.two--grids .news-post {
		font-size: 20px;
		width: 50%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.news-block.two--grids .news-post h3 {
		margin-bottom: 17px;
	}

	.post-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
	}

	.post-holder .news-post {
		width: 33.33%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.post-holder .news-post.full--width {
		width: 100%;
		padding-top: 44px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 0;
	}

	.post-holder .news-post.full--width .text-holder {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-right: 15px;
	}

	.post-holder .news-post.full--width .btn-holder {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 250px;
		flex: 0 0 250px;
		max-width: 250px;
	}

	.post-holder .news-post.full--width .btn-holder .btn {
		width: 100%;
	}

	.news-post {
		padding-top: 19px;
		padding-bottom: 70px;
		min-height: 0;
		min-height: 0;
	}

	.news-post:before {
		left: 10px;
		right: 10px;
	}

	.news-post .link {
		margin-bottom: 15px;
	}

	.news-post h3 {
		font-size: 30px;
		line-height: 1.17;
		margin-bottom: 7px;
	}

	.news-post time {
		display: block;
	}

	.visible-desktop {
		display: block;
	}

	.visible-mobile {
		display: none;
	}

	.sticky-wrap-header--white:not(.fixed-position) .nav ul li a {
		color: #fff;
	}

	.sticky-wrap-header--white:not(.fixed-position) .nav ul li a:hover {
		color: #000;
	}

	.sticky-wrap-header--white:not(.fixed-position) .nav ul li a:hover:after {
		background: #000;
	}

	.sticky-wrap-header--white:not(.fixed-position) .nav ul li a:after {
		background: #fff;
	}

	.nav-active {
		overflow: visible;
	}

	.header {
		padding-top: 61px;
		padding-bottom: 61px;
	}

	.header .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.nav-active .logo .logo-alt {
		opacity: 0;
	}

	.nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		top: 0;
		height: auto;
		background-color: transparent;
		opacity: 1;
		visibility: visible;
		position: static;
		padding-right: 0;
		padding-bottom: 0;
		padding-top: 0;
	}

	.nav {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		position: relative;
	}

	.nav ul {
		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;
		font-size: 16px;
	}

	.nav ul li {
		margin-bottom: 0;
		margin-left: 48px;
	}

	.nav ul li.active a {
		color: #000;
		background-color: transparent;
	}

	.nav ul li a {
		padding: 0;
	}

	.nav ul li a:hover {
		color: #2ba4a0;
		background-color: transparent;
	}

	.nav ul li a:after {
		content: "";
		position: absolute;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		bottom: -12px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		background-color: #2ba4a0;
	}

	.nav-opener {
		display: none;
	}

	.footer {
		padding-top: 94px;
		padding-bottom: 58px;
	}

	.footer .text-block {
		padding-bottom: 76px;
	}

	.footer .btn {
		min-width: 282px;
	}

	.footer h2 {
		font-size: 70px;
		margin-bottom: 48px;
	}

	.footer-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		text-align: left;
	}

	.footer-holder .logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 164px;
		flex: 0 0 164px;
		max-width: 164px;
		margin: 0;
	}

	.footer-holder .col {
		padding-left: 25px;
		margin-top: -6px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.footer-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-bottom: 15px;
	}

	.footer-nav li {
		margin-right: 15px;
		margin-bottom: 5px;
	}

	.footer-nav li:last-child {
		margin-right: 0;
	}

	.social-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		position: relative;
	}

	.social-block .title {
		display: inline-block;
		vertical-align: top;
		margin-right: 13px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80px;
		flex: 0 0 80px;
		max-width: 80px;
	}

	.social-block .social-networks li {
		margin-left: 0;
		margin-right: 15px;
	}

	.social-block .social-networks li:last-child {
		margin-right: 0;
	}

	.visual {
		padding-top: 72px;
		padding-bottom: 96px;
		min-height: 380px;
	}

	.visual.visual--height {
		min-height: 238px;
	}

	.visual .display-1 {
		margin-bottom: 51px;
		line-height: .87;
	}

	.visual .container {
		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;
	}

	.visual .text-block {
		width: calc(100% - 176px);
	}

	.visual .social-networks {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		display: block;
		width: 44px;
		margin-left: 50px;
		margin-top: -85px;
	}

	.visual .btn {
		margin-top: 50px;
	}

	.info-block {
		padding-top: 140px;
	}

	.info-block:after {
		bottom: 85px;
	}

	.info-block .text-block {
		padding-bottom: 84px;
	}

	.info-block h2 {
		margin-bottom: 35px;
	}

	.info-block .container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.collage-images {
		margin-bottom: 132px;
		padding-right: 4.6vw;
	}

	.more-info {
		margin-left: 0;
		margin-right: 0;
	}

	.more-info {
		padding: 51px 51px 50px 58px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.more-info h3 {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-bottom: 0;
		padding-right: 15px;
	}

	.more-info .btn {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 212px;
		flex: 0 0 212px;
	}

	.our-work {
		padding-top: 152px;
		padding-bottom: 97px;
	}

	.our-work h2 {
		margin-bottom: 85px;
	}

	.our-work .container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.our-work .row .col.col--large {
		width: 50%;
	}

	.our-work .row .col.col--medium {
		width: 50%;
	}

	.our-work .btn {
		display: inline-block;
		vertical-align: top;
		min-width: 280px;
	}

	.our-partners {
		padding-top: 140px;
		padding-bottom: 63px;
	}

	.our-partners h2 {
		margin-bottom: 64px;
	}

	.partner-lists li {
		padding-bottom: 24px;
		min-height: 105px;
		width: 20%;
	}

	.form-holder {
		padding-bottom: 91px;
	}

	.contact-form .form-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-bottom: 19px;
	}

	.contact-form .label-holder {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 197px;
		flex: 0 0 197px;
		max-width: 197px;
		margin-right: 39px;
		text-align: right;
	}

	.contact-form .wpcf7-form-control-wrap {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.contact-form .wpcf7-response-output,
	.contact-form .btn-holder,
	.contact-form .custom-checkbox {
		margin-left: 275px;
	}

	.custom-checkbox {
		margin-bottom: 26px;
	}

	.map-block .heading {
		margin-left: 0;
		margin-right: 0;
	}

	.map-block .heading h2 {
		font-size: 70px;
		line-height: 1;
		letter-spacing: 0;
	}

	.map-block .heading {
		padding: 104px 90px 61px;
	}

	.map-block .map-holder {
		margin-top: -205px;
	}

	.map-holder {
		position: relative;
		z-index: -1;
		padding: 0 0 20px;
		min-height: 904px;
		text-align: left;
	}

	.map-holder .map-bg {
		max-height: 100%;
	}

	.map-holder .address-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.map-holder .address-holder .address-column {
		width: 33.33%;
		padding: 40px 47px 30px;
	}

	.bg--top {
		padding-top: 101px;
	}

	.bg--top:after {
		top: -92px;
	}

	ul {
		font-size: 20px;
		line-height: 1.75;
	}

	ul > li:before {
		top: 13px;
	}

	ul li {
		padding-bottom: 35px;
	}

	.principles-block {
		padding-top: 96px;
		padding-bottom: 119px;
	}

	.principles-block h2 {
		margin-bottom: 49px;
	}

	.principles-holder {
		max-width: 708px;
		padding-top: 40px;
	}

	.principles-list {
		font-size: 18px;
		margin-left: -12px;
		margin-right: -12px;
	}

	.principles-list li:nth-child(6),
	.principles-list li:first-child {
		margin-right: 200px;
		margin-left: 53px;
	}

	.principles-list li:nth-child(8),
	.principles-list li:nth-child(3) {
		margin-right: 30px;
	}

	.principles-list li:nth-child(4) {
		margin: -64px 9px 0 0;
	}

	.principles-list li:nth-child(5) {
		margin-top: 23px;
	}

	.principles-list li > a {
		width: 220px;
		height: 220px;
	}

	.popup {
		font-size: 30px;
		padding: 150px 57px;
		width: 625px;
		height: 625px;
	}

	.popup h2 {
		margin-bottom: 21px;
		font-size: 70px;
	}

	.popup .popup-close {
		top: 54px;
		right: 45px;
		width: 86px;
		height: 86px;
	}

	.popup .popup-close:before,
	.popup .popup-close:after {
		width: 4px;
		height: 24px;
		top: 32px;
		left: 41px;
	}

	.our-team {
		padding-top: 103px;
	}

	.our-team h2 {
		margin-bottom: 51px;
	}

	.our-team .container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.team-members {
		padding-top: 74px;
		padding-bottom: 6px;
		display: block;
	}

	.team-members .members {
		width: 16.667%;
		padding-top: 0;
		min-height: 144px;
	}

	.team-members .btn-holder {
		float: right;
		width: 33.3%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 20px;
		height: 308px;
	}

	.our-reward {
		padding-top: 151px;
		padding-bottom: 75px;
	}

	.our-reward h2 {
		margin-bottom: 69px;
	}

	.reward-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -21px;
		margin-right: -21px;
	}

	.reward-list li {
		width: 50%;
		padding-left: 21px;
		padding-right: 21px;
	}

	.reward-list li .holder {
		padding: 18px 40px 30px;
	}

	.testimonial-block {
		font-size: 65px;
	}

	.testimonial-block .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.testimonial-block blockquote {
		max-width: 55%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		margin-bottom: 0;
	}

	.testimonial-block .img-holder {
		margin: 0 0 0 15px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 300px;
		flex: 0 0 300px;
		-ms-flex-preferred-size: 300px;
		flex-basis: 300px;
	}

	.testimonial-block .img-holder .holder {
		width: 100%;
		margin: 0;
	}

	.about-block {
		font-size: 20px;
		line-height: 1.75;
	}

	.about-block .title {
		text-align: left;
		font-size: 40px;
		letter-spacing: -2px;
		margin-bottom: 22px;
	}

	.about-block p {
		margin-bottom: 35px;
	}

	.social-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 18px;
		letter-spacing: 0;
	}

	.content {
		padding-top: 91px;
	}

	.content h1 {
		margin-bottom: 100px;
	}

	.content h2 {
		margin-bottom: 51px;
	}

	.content .content-holder {
		margin-bottom: 64px;
	}

	.content p {
		margin-bottom: 40px;
	}

	.content ul {
		margin-bottom: 64px;
	}

	.project-info {
		padding-bottom: 60px;
	}

	.project-info .title {
		font-size: 30px;
		line-height: 1.17;
		letter-spacing: -.97px;
		margin-bottom: 29px;
	}

	.project-info h1 {
		font-size: 100px;
		line-height: 1;
		margin-bottom: 47px;
	}

	.link-block {
		padding-bottom: 61px;
	}

	.link-block .btn {
		font-size: 27px;
		min-width: 330px;
		margin-left: 0;
		padding: 13px 31px 10px 74px;
	}

	.link-block .btn:before {
		content: "";
		position: absolute;
		left: -9999px;
		top: 0;
		bottom: 0;
		background: #000;
		right: 100%;
	}

	.about-holder {
		padding-bottom: 98px;
		font-size: 20px;
		line-height: 1.75;
	}

	.about-holder p {
		margin-bottom: 35px;
	}

	.img-holder.right {
		margin-bottom: 103px;
		padding-right: 0;
		width: calc(50vw + 460px);
		margin-left: auto;
	}

	.info-content {
		letter-spacing: -2px;
		font-size: 40px;
		line-height: 1.25;
	}

	.info-content p {
		margin-bottom: 97px;
	}

	.info-content .video-holder {
		margin-left: 0;
		margin-right: 0;
	}

	.video-wrapper {
		padding-bottom: 100px;
	}

	.video-wrapper .container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.video-holder {
		padding-top: 58.5%;
	}

	.info-wrapper {
		padding-top: 101px;
		padding-bottom: 142px;
	}

	.info-wrapper .info-holder {
		width: 66%;
		padding: 68px 90px 78px;
	}

	.info-wrapper .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 30px;
		padding-right: 30px;
	}

	.info-holder {
		font-size: 20px;
		line-height: 1.75;
	}

	.info-holder + .info-holder {
		margin-top: 60px;
	}

	.info-holder:nth-child(even) {
		-ms-flex-item-align: end;
		align-self: flex-end;
	}

	.info-holder .title {
		letter-spacing: .5px;
		font-size: 27px;
		line-height: 1.15;
		margin-bottom: 27px;
	}

	.analysis-block {
		padding-top: 112px;
		padding-bottom: 112px;
		font-size: 20px;
		line-height: 1.75;
	}

	.analysis-block h2 {
		margin-bottom: 52px;
	}

	.analysis-block .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
	}

	.analysis-block .row .col {
		width: 33.33%;
		padding: 0 10px 20px;
	}

	.map-wrapper {
		padding-bottom: 150px;
		padding-top: 30px;
	}

	.map-wrapper .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		z-index: 1;
	}

	.map-wrapper .holder:before {
		bottom: 48px;
		left: 90px;
	}

	.map-wrapper .img-holder {
		padding-top: 50px;
		width: 50%;
	}

	.map-wrapper h3 {
		margin-bottom: 53px;
		line-height: 1.14;
	}

	.map-wrapper .text-holder {
		width: 50%;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		padding: 50px 24px 60px;
	}

	.map-wrapper .btn {
		display: inline-block;
		min-width: 0;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media screen and (min-width: 1024px) {
	.display-1 {
		font-size: 140px;
	}

	.post-password-form label {
		margin-bottom: 0;
		display: inline-block !important;
		vertical-align: top !important;
	}

	.post-password-form input[type="password"] {
		max-width: 300px;
		width: 150px !important;
	}

	.post-password-form input[type="submit"] {
		width: auto;
	}

	.footer-holder {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer-holder .col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-top: 0;
	}

	.footer-holder .col .social-block {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 254px;
		flex: 0 0 254px;
		max-width: 254px;
		margin-left: 28px;
	}

	.footer-holder .col .social-block:before {
		content: "";
		position: absolute;
		top: -3px;
		left: 0;
		width: 1px;
		bottom: -4px;
		border-left: 1px solid rgba(255, 255, 255, .3);
	}

	.footer-nav {
		padding-top: 9px;
		padding-bottom: 0;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.social-block {
		padding: 10px 0 0 30px;
	}

	.social-block .social-networks {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.our-work .row .col {
		width: 33.33%;
	}

	.our-work .row .col.col--large {
		width: 66.67%;
	}

	.form-holder .contact-form {
		padding-left: 88px;
	}

	.contact-form .wpcf7-response-output,
	.contact-form .btn-holder,
	.contact-form .custom-checkbox {
		margin-left: 235px;
	}

	.principles-block {
		padding-bottom: 69px;
	}

	.principles-holder {
		max-width: 805px;
	}

	.principles-list li:nth-child(6),
	.principles-list li:first-child {
		margin: 25px 111px 12px 133px;
	}

	.principles-list li:nth-child(8),
	.principles-list li:nth-child(3) {
		margin: 0 50px 0 41px;
	}

	.principles-list li:nth-child(4) {
		margin: -64px 75px 0 0;
	}

	.principles-list .popup {
		top: -41px;
	}

	.team-members {
		margin-left: -10px;
		margin-right: -10px;
	}

	.team-members .members {
		min-height: 160px;
	}

	.team-members .btn-holder {
		padding-right: 10px;
		padding-left: 10px;
		height: 340px;
	}

	.reward-list li {
		width: 33.33%;
	}

	.testimonial-block {
		font-size: 80px;
		padding-top: 81px;
		padding-bottom: 70px;
	}

	.testimonial-block blockquote {
		max-width: 61%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 61%;
		flex: 0 0 61%;
	}

	.testimonial-block .img-holder {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 340px;
		flex: 0 0 340px;
		-ms-flex-preferred-size: 340px;
		flex-basis: 340px;
		margin-left: 50px;
	}

	.map-wrapper .text-holder {
		padding-left: 101px;
	}

	.map-wrapper .btn {
		min-width: 283px;
	}
}

@media screen and (min-width: 1200px) {
	.footer-nav li {
		margin-right: 31px;
	}

	.social-block .social-networks li {
		margin-right: 19px;
	}

	.reward-list {
		margin: 0 -43px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}
}

@media screen and (max-width: 767px) {
	.nav-active .header {
		background-color: #64d1b8;
		position: fixed;
		top: 0 !important;
		left: 0;
		right: 0;
	}

	.header .container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.visual br {
		display: none;
	}

	.reward-list li:last-child {
		margin-bottom: 0;
	}

	.analysis-block .container {
		padding-right: 15px;
		padding-left: 15px;
	}

	.map-wrapper .container {
		padding-left: 15px;
		padding-right: 15px;
	}
}
