/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! 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;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #777;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 26px;
}

.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: 13px;
	line-height: 26px;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #aaa;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	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: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	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;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

.hs-error-msgs,
.card-meta,
.visual-slider .slick-dots,
.icons-list,
.img-slider .slick-dots,
.filter-list,
.nav ul,
.list-unstyled,
.search-result-filter-text {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
#main: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: #242222;
	background: #fff;
	font: 1.6rem/1.5 "Century Gothic Regular", "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.5em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.5em;
}

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: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

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;
	width: 100%;
	box-sizing: border-box;
	border: .1rem solid #fff;
	padding: .6rem 1rem;
	margin-bottom: 2rem;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #242222;
	background-color: #fff;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline: none;
	box-shadow: 0 0 0 .5rem rgba(0, 208, 142, .25);
}

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(84, 85, 103, .5);
}

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(84, 85, 103, .5);
}

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(84, 85, 103, .5);
}

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(84, 85, 103, .5);
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: rgba(84, 85, 103, .5);
}

.form-control,
.header-search input[type="search"],
.header-modal input[type="text"],
.header-modal input[type="tel"],
.header-modal input[type="email"],
.header-modal input[type="search"],
.header-modal input[type="password"],
.header-modal textarea {
	padding: 1.2rem 0;
	border-color: #8a8787;
	border-width: 0 0 .1rem;
	background-color: transparent;
	color: #fff;
}

.form-control::-webkit-input-placeholder,
.header-search input[type="search"]::-webkit-input-placeholder,
.header-modal input[type="text"]::-webkit-input-placeholder,
.header-modal input[type="tel"]::-webkit-input-placeholder,
.header-modal input[type="email"]::-webkit-input-placeholder,
.header-modal input[type="search"]::-webkit-input-placeholder,
.header-modal input[type="password"]::-webkit-input-placeholder,
.header-modal textarea::-webkit-input-placeholder {
	color: #fff;
}

.form-control::-moz-placeholder,
.header-search input[type="search"]::-moz-placeholder,
.header-modal input[type="text"]::-moz-placeholder,
.header-modal input[type="tel"]::-moz-placeholder,
.header-modal input[type="email"]::-moz-placeholder,
.header-modal input[type="search"]::-moz-placeholder,
.header-modal input[type="password"]::-moz-placeholder,
.header-modal textarea::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.form-control:-moz-placeholder,
.header-search input:-moz-placeholder[type="search"],
.header-modal input:-moz-placeholder[type="text"],
.header-modal input:-moz-placeholder[type="tel"],
.header-modal input:-moz-placeholder[type="email"],
.header-modal input:-moz-placeholder[type="search"],
.header-modal input:-moz-placeholder[type="password"],
.header-modal textarea:-moz-placeholder {
	color: #fff;
}

.form-control:-ms-input-placeholder,
.header-search input:-ms-input-placeholder[type="search"],
.header-modal input:-ms-input-placeholder[type="text"],
.header-modal input:-ms-input-placeholder[type="tel"],
.header-modal input:-ms-input-placeholder[type="email"],
.header-modal input:-ms-input-placeholder[type="search"],
.header-modal input:-ms-input-placeholder[type="password"],
.header-modal textarea:-ms-input-placeholder {
	color: #fff;
}

.form-control.placeholder,
.header-search input.placeholder[type="search"],
.header-modal input.placeholder[type="text"],
.header-modal input.placeholder[type="tel"],
.header-modal input.placeholder[type="email"],
.header-modal input.placeholder[type="search"],
.header-modal input.placeholder[type="password"],
.header-modal textarea.placeholder {
	color: #fff;
}

.form-control:focus,
.header-search input:focus[type="search"],
.header-modal input:focus[type="text"],
.header-modal input:focus[type="tel"],
.header-modal input:focus[type="email"],
.header-modal input:focus[type="search"],
.header-modal input:focus[type="password"],
.header-modal textarea:focus {
	outline: none;
	box-shadow: none;
	border-color: #0bd;
}

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;
}

.info-section .hbspt-form fieldset {
	max-width: none;
}

.info-section .hbspt-form .hs-input {
	width: 100% !important;
	margin-right: 0 !important;
}

.info-section .hbspt-form .input {
	width: 100% !important;
}

.info-section .hbspt-form .hs-form-field {
	position: relative;
	width: 100% !important;
	float: none !important;
}

.info-section .hbspt-form .hs-form-field > label {
	position: absolute;
	top: .5rem;
	left: 1rem;
	display: block;
	font-size: 1.6rem;
	color: #545567;
	-webkit-transition: font-size .3s ease, top .3s ease;
	transition: font-size .3s ease, top .3s ease;
}

.info-section .hbspt-form .hs-form-field > label.label-active {
	top: 0;
	font-size: 1rem;
	opacity: 0;
}

.header-modal .hbspt-form .hs-form-field {
	position: relative;
}

.header-modal .hbspt-form .hs-form-field > label {
	position: absolute;
	top: 1rem;
	left: 0;
	display: block;
	padding-top: .2rem;
	padding-bottom: .2rem;
	font-size: 1.8rem;
	-webkit-transition: font-size .3s ease, top .3s ease;
	transition: font-size .3s ease, top .3s ease;
}

.header-modal .hbspt-form .hs-form-field > label.label-active {
	top: 0;
	font-size: 1rem;
}

.header-modal .hbspt-form .hs-input {
	margin-bottom: .6rem;
}

.header-modal .hbspt-form .hs-button {
	margin-top: 2rem;
}

.header-modal .hbspt-form .hs-error-msgs {
	color: #e53c3c;
}

.hs-error-msgs {
	margin-bottom: 2rem;
}

.widget {
	margin-bottom: 1.5em;
}

.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;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.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: #242222;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.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.5em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.5em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.5em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	padding-top: 2rem;
	padding-bottom: 2rem;
	font-size: 2rem;
	font-weight: 300;
	font-family: "Lufga", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
}

.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-left: .5rem;
	padding-right: .5rem;
	color: #36454f;
}

.navigation .page-numbers:hover,
.navigation-comments .page-numbers:hover {
	color: #0bd;
	text-decoration: none;
}

.navigation .page-numbers.current,
.navigation-comments .page-numbers.current {
	font-weight: 600;
}

.navigation .page-numbers.current:hover,
.navigation-comments .page-numbers.current:hover {
	color: #36454f;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	position: relative;
	width: 4rem;
	height: 4rem;
	font-size: 0;
	overflow: hidden;
}

.navigation .next:before,
.navigation .prev:before,
.navigation-comments .next:before,
.navigation-comments .prev:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: .2rem solid currentColor;
	border-width: .2rem 0 0 .2rem;
	content: "";
}

.navigation .next:before,
.navigation-comments .next:before {
	border-width: 0 .2rem .2rem 0;
}

.navigation-single {
	margin-bottom: 1.5em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #242222;
	color: #fff;
	text-decoration: none;
}

.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.5em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.5em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.5em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.5em;
}

.mejs-container {
	margin-bottom: 1.5em;
}

.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;
}

html {
	font-size: 10px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
.widget h2,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	margin: 0 0 .5em;
	color: inherit;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
.widget h2 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	color: inherit;
	text-decoration: none;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
.widget h2 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
	color: #0bd;
	text-decoration: none;
}

h1,
.h1 {
	font-size: 4.4rem;
	font-family: "Lufga", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1;
}

h2,
.h2 {
	font-size: 3rem;
	font-weight: 300;
	font-family: "Lufga", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1.2;
}

h3,
.h3,
.widget h2 {
	font-size: 2.2rem;
	font-weight: 300;
	font-family: "Lufga", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1.2666666;
}

h4,
.h4 {
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 1.45454545;
}

h5,
.h5 {
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.2;
}

h6,
.h6 {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.2;
}

p {
	margin: 0 0 1em;
}

a {
	color: #0bd;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.text-lg {
	font-size: 2rem;
	line-height: 1.6;
}

.text-md {
	font-size: 1.6rem;
	line-height: 1.5;
}

.text-sm {
	font-size: 1.4rem;
	line-height: 1.57;
}

.text-xsm {
	font-size: 1.2rem;
	line-height: 1.666666;
}

@font-face {
	font-family: "Century Gothic";
	src: url("images/CenturyGothic.woff2") format("woff2"), url("images/CenturyGothic.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Century Gothic Regular";
	src: url("fonts/CenturyGothic.eot");
	src: url("fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("fonts/CenturyGothic.woff") format("woff"), url("fonts/CenturyGothic.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Lufga";
	src: url("fonts/Lufga-SemiBold.woff2") format("woff2"), url("fonts/Lufga-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Lufga";
	src: url("fonts/Lufga-ExtraBold.woff2") format("woff2"), url("fonts/Lufga-ExtraBold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Lufga";
	src: url("fonts/Lufga-Light.woff2") format("woff2"), url("fonts/Lufga-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Lufga";
	src: url("fonts/Lufga-Bold.woff2") format("woff2"), url("fonts/Lufga-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

.wrapper {
	position: relative;
	overflow: hidden;
	padding-top: 61px;
}

.section {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.section-with-bg-image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-title {
	font-size: 2.2rem;
	line-height: 1;
	font-weight: 600;
}

.section-header {
	margin-bottom: 3rem;
}

.section-footer {
	margin-top: 3rem;
	text-align: center;
}

.container,
.visual-slider .slick-dots {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.btn,
.hbspt-form .hs-button {
	display: inline-block;
	vertical-align: middle;
	padding: .7rem 3rem;
	font-size: 1.4rem;
	font-weight: 600;
	font-family: "Lufga", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1.2;
	text-align: center;
	border: .2rem solid transparent;
	background-color: transparent;
	-webkit-transition: background-color .3s ease, border-color .3s ease, color .3s ease;
	transition: background-color .3s ease, border-color .3s ease, color .3s ease;
}

.btn:hover,
.hbspt-form .hs-button:hover {
	text-decoration: none;
}

.btn-primary,
.hbspt-form .hs-button {
	background-color: #00d08e;
	border-color: #00d08e;
	color: #fff;
}

.btn-primary:hover,
.hbspt-form .hs-button:hover {
	background-color: transparent;
	color: #00d08e;
}

.btn-primary-text-black {
	color: #242222;
}

.btn-primary-text-black:hover {
	color: #00d08e;
}

.btn-secondary {
	background-color: #0bd;
	border-color: #0bd;
	color: #fff;
}

.btn-secondary:hover {
	background-color: transparent;
	color: #0bd;
}

.btn-black {
	background-color: #242222;
	border-color: #242222;
	color: #fff;
}

.btn-black:hover {
	background-color: transparent;
	color: #242222;
}

.btn-burger {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 6rem;
	height: 6rem;
	padding: 0;
	background-color: transparent;
	border: none;
}

.nav-active .btn-burger {
	background-color: #0bd;
}

.btn-burger span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 3.1rem;
	height: .3rem;
	font-weight: 400;
	background-color: transparent;
}

.btn-burger span:before,
.btn-burger span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	content: "";
}

.btn-burger span:before {
	top: -.5rem;
}

.nav-active .btn-burger span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-burger span:after {
	top: .5rem;
}

.nav-active .btn-burger span:after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 4.4rem;
}

.card:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.card:hover .card-body {
	background-color: #0bd;
	color: #fff;
}

.card:hover .card-back {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.card:hover .card-link {
	opacity: 1;
}

.card-with-back {
	position: relative;
	overflow: hidden;
}

.card-with-back .card-title {
	font-size: 2.8rem;
}

.card-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 5rem 1.6rem 3rem;
	overflow-y: auto;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	color: #fff;
	background-color: #0bd;
	-webkit-transform: translateY(101%);
	-ms-transform: translateY(101%);
	transform: translateY(101%);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.card-img {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	overflow: hidden;
	height: 25rem;
}

.card-img img {
	max-width: none;
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 1s ease;
	transition: -webkit-transform 1s ease;
	transition: transform 1s ease;
	transition: transform 1s ease, -webkit-transform 1s ease;
}

.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 2.5rem 2rem;
	background-color: #fff;
	color: #242222;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.card-title {
	font-weight: 600;
}

.card-title a {
	color: inherit;
}

.card-title a:hover {
	color: inherit;
}

.card-meta {
	margin-bottom: 1.5rem;
}

.card-meta li {
	display: inline-block;
	vertical-align: middle;
}

.card-meta li + li:before {
	margin-left: 1rem;
	margin-right: 1rem;
	content: "|";
}

.card-meta a:hover {
	color: inherit;
}

.card-date {
	font-size: 1.6rem;
	font-family: "Lufga", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	line-height: 1.3;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.card-tag {
	font-size: 1.6rem;
	font-family: "Lufga", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1.3;
	color: inherit;
}

.card-tag:hover {
	color: #0bd;
	text-decoration: none;
}

.card-link {
	display: inline-block;
	vertical-align: top;
	margin-top: 2rem;
	color: #fff !important;
	opacity: 0;
	-webkit-transition: opacity .3s ease, color .3s ease;
	transition: opacity .3s ease, color .3s ease;
}

.card-text {
	margin-top: 1.2rem;
}

.image-slider-holder {
	position: relative;
}

.image-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-holder img {
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.card-2 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 15.6rem;
	padding: 2rem 1.3rem .5rem;
	color: #fff;
}

.card-2:hover:after {
	height: 100%;
}

.card-2:before,
.card-2:after {
	position: absolute;
	content: "";
}

.card-2:before {
	bottom: 0;
	left: 0;
	width: 100%;
	height: .2rem;
	background-color: #242222;
}

.card-2:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(36, 34, 34, 0) 0%, rgba(36, 34, 34, .5) 100%);
	background: linear-gradient(180deg, rgba(36, 34, 34, 0) 0%, rgba(36, 34, 34, .5) 100%);
	content: "";
}

.card-2-content {
	z-index: 2;
	margin-top: auto;
}

.card-2-title {
	display: block;
	font-size: 2.8rem;
	font-family: "Lufga", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
}

.card-2-link {
	color: #fff !important;
}

.card-2-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-3 {
	font-family: "Lufga", "Helvetica Neue", "Helvetica", sans-serif;
}

.card-3-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -.5rem;
	margin-right: -.5rem;
	min-width: 30rem;
}

.card-3-col {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	max-width: 50%;
	padding-left: .5rem;
	padding-right: .5rem;
}

.card-3-img {
	position: relative;
	display: block;
	width: 15rem;
	height: 10rem;
	margin-bottom: 1.2rem;
	filter: drop-shadow(.4rem .4rem .8rem rgba(0, 0, 0, .24));
}

.card-3-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-3-title {
	margin-bottom: 1.2rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.1875;
}

.card-3-link {
	margin-top: 1.2rem;
	font-size: 1.4rem;
	line-height: 1.2;
	color: #0bd;
}

.card-3-link:after {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1rem;
	content: "→";
}

.gradient-animation {
	background-size: 200%;
	-webkit-animation: gradient-animation 30s ease infinite alternate;
	animation: gradient-animation 30s ease infinite alternate;
}

.bottom-gradient {
	position: relative;
	z-index: 1;
}

.bottom-gradient:after {
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: -webkit-linear-gradient(top, rgba(74, 71, 71, 0) 0%, rgba(47, 45, 45, .71) 58%, #242222 100%);
	background-image: linear-gradient(180deg, rgba(74, 71, 71, 0) 0%, rgba(47, 45, 45, .71) 58%, #242222 100%);
	pointer-events: none;
	content: "";
}

.hero {
	position: absolute;
}

.hero-img {
	height: 300px;
}

.hero-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.hero-bg-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
}

.social {
	margin-left: -1.2rem;
	margin-right: -1.2rem;
}

.social li {
	display: inline-block;
	vertical-align: middle;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
	margin-bottom: 1rem;
}

.social a {
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.social a:hover {
	opacity: .7;
}

.logos {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.logos .container,
.logos .visual-slider .slick-dots,
.visual-slider .logos .slick-dots {
	max-width: 192rem !important;
}

.logos-slider .slick-slide {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.logos-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}

.logos-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 7.6rem;
}

.logos img {
	display: inline-block;
	vertical-align: top;
	max-height: 100%;
	filter: brightness(0) invert(1);
}

.visual-slider-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-height: 46rem;
	padding-top: 5rem;
	padding-bottom: 10rem;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.visual-slider-content-inner {
	position: relative;
	z-index: 2;
}

.visual-slider-title {
	margin-bottom: 2.4rem;
	font-size: 3rem;
	line-height: 1.3;
}

.visual-slider .slick-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 4rem;
}

.visual-slider .slick-dots li {
	padding-left: .5rem;
	padding-right: .5rem;
}

.visual-slider .slick-dots li.slick-active .tab {
	color: #0bd;
	background-color: currentColor;
	box-shadow: 0 .2rem 0 .2rem currentColor;
}

.visual-slider .slick-dots .tab {
	width: 3rem;
	height: .2rem;
	font-size: 0;
	color: #0bd;
	background-color: #fff;
	border: none;
}

.visual-slider .slick-dots .tab:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: .5rem;
	background-color: currentColor;
	opacity: 0;
	content: "";
}

.visual-slider .btn-primary:hover,
.visual-slider .hbspt-form .hs-button:hover,
.hbspt-form .visual-slider .hs-button:hover,
.visual-slider .btn-secondary:hover {
	background-color: #fff;
	border-color: #fff;
}

.stats-list {
	padding-top: 2rem;
}

.stats-item {
	margin-bottom: 5.2rem;
}

.stats-item:nth-child(odd) .stats-item-index {
	color: #0bd;
}

.stats-item:nth-child(even) {
	margin-left: 50%;
}

.stats-item:nth-child(even) .stats-item-index {
	color: #8a7ee2;
}

.stats-item-index {
	display: block;
	margin-bottom: 2rem;
	font-size: 6.4rem;
	font-family: "Lufga", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	line-height: 1;
}

.stats-item-text {
	display: block;
}

.stats-item-inner {
	display: inline-block;
	vertical-align: top;
}

.customers-feedback-block {
	padding: 3.3rem 1.8rem;
	background-color: #def8ff;
	box-shadow: 0 0 4px rgba(0, 0, 0, .14);
	color: #4a4a4a;
}

.customers-feedback-block-title {
	display: block;
	margin-bottom: 1.3rem;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.1;
	color: #36454f;
}

.customers-feedback-block-text {
	margin-bottom: 2rem;
}

.customers-feedback-block-logo {
	width: 11.6rem;
	height: 3.7rem;
	margin-bottom: 3rem;
}

.customers-feedback-block-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0);
}

.customers-feedback-block-customer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 3rem;
}

.customers-feedback-block-customer-img {
	width: 4.2rem;
	height: 4.2rem;
	margin-right: 1rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
	overflow: hidden;
}

.customers-feedback-block-customer-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.customers-feedback-block-customer-name {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.customers-feedback-slider .slick-list {
	overflow: visible !important;
}

.customers-feedback-slider .slick-slide {
	width: 26.5rem;
	margin-right: 1.5rem;
}

.customers-feedback-slider-arrows .prev,
.customers-feedback-slider-arrows .next {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 3rem;
	height: 3rem;
	padding: 0;
	overflow: hidden;
	text-indent: 9999px;
	background-color: transparent;
	border: none;
}

.customers-feedback-slider-arrows .prev:hover,
.customers-feedback-slider-arrows .next:hover {
	color: #0bd;
}

.customers-feedback-slider-arrows .prev:before,
.customers-feedback-slider-arrows .next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 1rem;
	height: 1rem;
	border: .1rem solid currentColor;
	border-width: .1rem 0 0 .1rem;
	content: "";
}

.customers-feedback-slider-arrows .prev.slick-disabled,
.customers-feedback-slider-arrows .next.slick-disabled {
	pointer-events: none;
	opacity: .5;
}

.customers-feedback-slider-arrows .next:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	border-width: .1rem .1rem 0 0;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 0;
	text-align: left;
	background-color: rgba(255, 255, 255, .5);
	visibility: hidden;
	-webkit-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease;
}

.show .modal {
	opacity: 1;
	visibility: visible;
}

.modal-inner {
	max-width: 47.8rem;
	width: auto;
	margin: 1.5rem;
	-webkit-transform: translateY(2rem);
	-ms-transform: translateY(2rem);
	transform: translateY(2rem);
	-webkit-transition: opacity .3s ease .2s, -webkit-transform .3s ease .2s;
	transition: opacity .3s ease .2s, -webkit-transform .3s ease .2s;
	transition: transform .3s ease .2s, opacity .3s ease .2s;
	transition: transform .3s ease .2s, opacity .3s ease .2s, -webkit-transform .3s ease .2s;
	opacity: 0;
}

.show .modal-inner {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.modal-content {
	position: relative;
	padding-top: 2.4rem;
	padding-bottom: 2.4rem;
}

.modal-header,
.modal-body {
	padding: 2rem;
}

.modal-title {
	margin-bottom: 1.5rem;
	font-size: 2.8rem;
	line-height: 1.25;
}

.modal .close {
	position: absolute;
	right: 0;
	top: 0;
}

.close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 4rem;
	height: 4rem;
	padding: 0;
	font-size: 3rem;
	color: #242222;
	background-color: transparent;
	border: .1rem solid transparent;
}

.close:hover {
	background-color: #0bd;
	border-color: #0bd;
}

.bg-black .close {
	color: #fff;
}

.red-theme .info-section-2-title,
.red-theme blockquote,
.red-theme .header-line {
	color: #ff6f61;
}

.purple-theme .info-section-2-title,
.purple-theme blockquote,
.purple-theme .header-line {
	color: #8a7ee2;
}

.yellow-theme .info-section-2-title,
.yellow-theme .header-line {
	color: #f7e166;
}

.yellow-theme blockquote {
	color: #0bd;
}

.yellow-theme .visual-slider .slick-dots li.slick-active .tab {
	color: #f7e166;
}

.blue-theme blockquote {
	color: #00d08e;
}

.visual {
	min-height: 46.4rem;
	padding-top: 18.8rem;
	padding-bottom: 8rem;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.visual-no-img {
	min-height: 0;
	padding-top: 7.7rem;
	padding-bottom: 8.7rem;
}

.visual-no-img + .info-section-2 .info-section-2-top {
	padding-top: 0 !important;
}

.visual-no-img .visual-inner {
	width: 80%;
}

.visual-long-text .visual-inner {
	width: 80%;
}

.visual-inner {
	position: relative;
	z-index: 2;
}

.visual-title {
	margin-bottom: 1.5rem;
}

.visual-text {
	font-size: 1.6rem;
	line-height: 1.5;
}

.visual .btn-primary:hover,
.visual .hbspt-form .hs-button:hover,
.hbspt-form .visual .hs-button:hover,
.visual .btn-secondary:hover {
	background-color: #fff;
	border-color: #fff;
}

.visual.bottom-gradient:after {
	top: 25%;
}

.info-section {
	position: relative;
	padding-top: 6.3rem;
	padding-bottom: 6.1rem;
}

.info-section-col {
	margin-bottom: 3rem;
}

.info-section-title {
	margin-bottom: 2rem;
}

.info-section-text {
	margin-bottom: 2.9rem;
}

.info-section-img {
	margin-top: -6.5rem;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}

.info-section-2-top {
	position: relative;
	padding-top: 5rem;
	padding-bottom: 4rem;
}

.info-section-2-top:before {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background-color: #242222;
	content: "";
}

.info-section-2-bottom {
	position: relative;
}

.info-section-2-bottom:before {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	height: 50%;
	background-color: #242222;
	content: "";
}

.info-section-2 .embed-responsive {
	margin-right: -1.5rem;
	margin-left: -1.5rem;
}

.icons-block {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.icons-block-title {
	margin-bottom: 4.8rem;
}

.icons-list-item {
	margin-bottom: 3.2rem;
}

.icons-list-item:nth-child(odd) {
	margin-right: 50%;
}

.icons-list-item:nth-child(even) {
	margin-left: 50%;
}

.icons-list-item-img {
	width: 10rem;
	height: 10rem;
	margin-bottom: 4.5rem;
}

.icons-list-item-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.embed-responsive {
	position: relative;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .24);
}

.embed-responsive:before {
	display: block;
	content: "";
}

.embed-responsive-16by9:before {
	padding-top: 56.25%;
}

.embed-responsive-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.stories-section {
	position: relative;
	padding-bottom: 3rem;
}

.stories-section:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 29.4rem;
	background-color: #242222;
	content: "";
}

.stories-section-footer {
	padding-top: 3rem;
	padding-bottom: 3rem;
	text-align: center;
}

.stories {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}

.story {
	display: block;
	padding: 3rem;
	margin-bottom: 2rem;
	color: #242222;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .24);
	-webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
	transition: opacity .5s ease, -webkit-transform .5s ease;
	transition: transform .5s ease, opacity .5s ease;
	transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
}

.story:hover {
	text-decoration: none;
}

.story:hover .story-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.story.climate {
	background-color: #ff6f61;
}

.story.enterprise {
	background-color: #8a7ee2;
}

.story-img {
	position: relative;
	padding-top: 69.6%;
	margin-bottom: 1.7rem;
	overflow: hidden;
}

.story-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: -webkit-transform 1s ease;
	transition: -webkit-transform 1s ease;
	transition: transform 1s ease;
	transition: transform 1s ease, -webkit-transform 1s ease;
}

.story-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 11rem;
	height: 4rem;
	margin-bottom: 1rem;
}

.story-logo img {
	display: inline-block;
	vertical-align: top;
	width: auto;
	max-height: 100%;
	filter: brightness(0) invert(1);
}

.story-text {
	margin-bottom: 0;
	font-size: 1.8rem;
	line-height: 1.45;
}

.blockquote-img {
	position: relative;
	width: 13.2rem;
	height: 13.2rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.6rem;
	border-radius: 50%;
	overflow: hidden;
}

.blockquote-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blockquote-link {
	display: inline-block;
	vertical-align: top;
	margin-top: 3rem;
	font-size: 1.4rem;
	font-family: "Lufga", "Helvetica Neue", "Helvetica", sans-serif;
	color: #0bd;
}

.blockquote-link:hover {
	text-decoration: none;
}

.blockquote-link:hover .icon-arrow {
	-webkit-transform: translateX(1rem);
	-ms-transform: translateX(1rem);
	transform: translateX(1rem);
}

.blockquote-link .icon-arrow {
	display: inline-block;
	vertical-align: top;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.blockquote-section-header {
	color: #455761;
}

.blockquote-slider {
	max-width: 62rem;
	width: 100%;
	margin: 0 auto;
}

.blockquote-slider .slick-arrow {
	position: absolute;
	top: 7.5rem;
	width: 4rem;
	height: 4rem;
	padding: 0;
	text-indent: 9999px;
	background-color: transparent;
	border: none;
}

.blockquote-slider .slick-arrow:hover {
	color: #0bd;
}

.blockquote-slider .slick-arrow:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 1.5rem;
	height: 1.5rem;
	border: .1rem solid currentColor;
	content: "";
}

.blockquote-slider .slick-arrow.slick-prev {
	left: 50%;
	-webkit-transform: translateX(-11rem);
	-ms-transform: translateX(-11rem);
	transform: translateX(-11rem);
}

.blockquote-slider .slick-arrow.slick-prev:before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	border-width: .1rem 0 0 .1rem;
}

.blockquote-slider .slick-arrow.slick-next {
	right: 50%;
	-webkit-transform: translateX(11rem);
	-ms-transform: translateX(11rem);
	transform: translateX(11rem);
}

.blockquote-slider .slick-arrow.slick-next:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	border-width: .1rem .1rem 0 0;
}

blockquote {
	margin: 0;
	padding: 3rem 0;
	font-size: 3.6rem;
	line-height: 1.15;
	text-align: center;
	border: none;
}

blockquote p {
	margin-bottom: 1.8rem;
}

cite {
	display: block;
	font-size: 1.6rem;
	font-style: normal;
	line-height: 1.1;
	font-weight: 600;
	font-family: "Lufga", "Helvetica Neue", "Helvetica", sans-serif;
	color: #545567;
}

.blockquote-resize-text {
	height: 20rem;
	margin-bottom: 2.6rem;
}

.boxes-section {
	position: relative;
}

.boxes-section:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 39rem;
	background-color: #242222;
	content: "";
}

.boxes-section-header {
	margin-bottom: 4.4rem;
	color: #fff;
}

.boxes-section-title {
	margin-bottom: 0;
	font-weight: 600;
}

.boxes-section-footer {
	margin-top: -2.6rem;
}

.info-section-2 + .boxes-section {
	padding-top: 0 !important;
}

.box {
	margin-bottom: 4rem;
	padding: 2rem 2rem 1.2rem;
	background-color: #fff;
	color: #242222;
	box-shadow: 0 0 23px -4px rgba(0, 0, 0, .35);
}

.box-icon {
	position: relative;
	width: 4.1rem;
	height: 4.1rem;
	margin-bottom: 1rem;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.box-icon img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 0 0;
}

.box-title {
	display: block;
	margin-bottom: .5rem;
	font-size: 2.8rem;
	font-weight: 600;
	margin-bottom: 1rem !important;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.box-text {
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.box > a {
	color: inherit;
}

.box > a:hover {
	text-decoration: none;
}

.box > a:hover .box-icon {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.box > a:hover .box-title {
	-webkit-transform: translateY(.5rem);
	-ms-transform: translateY(.5rem);
	transform: translateY(.5rem);
}

.box > a:hover .box-text {
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

.img-slider-img {
	position: relative;
	padding-top: 76.6%;
}

.img-slider-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img-slider .slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	text-align: center;
}

.img-slider .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	padding-left: .3rem;
	padding-right: .3rem;
}

.img-slider .slick-dots li.slick-active button {
	background-color: #00d08e;
}

.img-slider .slick-dots button {
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	padding: 0;
	text-indent: 9999px;
	overflow: hidden;
	border: none;
	background-color: #fff;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5);
	border-radius: 50%;
}

.grid-section {
	padding-top: 6.3rem;
	padding-bottom: 2rem;
}

.grid-section h3 {
	font-weight: 600;
	color: #36454f;
	margin: 0 0 4.6rem;
}

.grid-section .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.grid-section .grid-col {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
	padding: 0 .7rem 4.8rem;
	font-size: 1.8rem;
	line-height: 1.444444;
}

.grid-section .grid-col-title {
	font-size: 3rem;
	max-width: 65%;
	line-height: 1.26;
	margin: 0 0 2.2rem;
}

.grid .grid-col-icon {
	position: relative;
	width: 9rem;
	height: 9rem;
	margin-bottom: 3.7rem;
}

.grid .grid-col-icon img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.reports-block {
	padding-top: 24.6rem;
	padding-bottom: 3.5rem;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.reports-box {
	max-width: 37.2rem;
	margin-left: auto;
	min-height: 32rem;
	padding: 2.7rem 1.7rem 8rem;
	background-color: #fff;
}

.reports-box-time {
	display: block;
	margin-bottom: .4rem;
	font-size: 1.8rem;
	color: #00d08e;
}

.reports-box-title {
	font-weight: 600;
}

.reports-box-text {
	font-size: 1.4rem;
}

.reports-slider-holder {
	position: relative;
}

.reports-slider-nav {
	position: absolute;
	left: 0;
	bottom: 7.3rem;
	width: 100%;
}

.reports-slider-nav-inner {
	max-width: 37.2rem;
	margin-left: auto;
}

.reports-slider-nav .slick-arrow {
	position: relative;
	width: 3rem;
	height: 3rem;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	font-size: 0;
	overflow: hidden;
	background-color: transparent;
	border: none;
}

.reports-slider-nav .slick-arrow:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 1.5rem;
	height: 1.5rem;
	padding: 0;
	border: .2rem solid currentColor;
	content: "";
}

.reports-slider-nav .slick-arrow.slick-prev:before {
	border-width: .2rem 0 0 .2rem;
}

.reports-slider-nav .slick-arrow.slick-next:before {
	border-width: 0 .2rem .2rem 0;
}

.filter-form {
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-bottom: .1rem solid #242222;
}

.filter-footer {
	text-align: center;
}

.filter-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -.8rem;
	margin-right: -.8rem;
	margin-bottom: 1.5rem;
}

.filter-list li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-left: .8rem;
	margin-right: .8rem;
	margin-bottom: 1rem;
}

.filter-btn {
	display: block;
	width: 100%;
	padding: .8rem 2.6rem;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	background-color: #242222;
	border: .1rem solid #242222;
	border-radius: 1.8rem;
	font-family: "Lufga", "Helvetica Neue", "Helvetica", sans-serif;
}

.jcf-select {
	display: block;
	width: 100%;
	min-width: 13.4rem;
	height: 3.6rem;
	margin-bottom: 0;
	border: .1rem solid #979797;
	border-radius: 1.8rem;
	cursor: pointer;
}

.jcf-select .jcf-select-text {
	margin: 0 4.8rem 0 1.9rem;
	font-family: "Lufga", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 1.4rem;
	line-height: 3.6rem;
	color: #242222;
}

.jcf-select .jcf-select-opener {
	width: 3.5rem;
	background-color: transparent;
}

.jcf-select .jcf-select-opener:before {
	position: absolute;
	top: calc(50% - .3rem);
	left: .8rem;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: .6rem;
	height: .6rem;
	border: .1rem solid #242222;
	border-width: 0 .1rem .1rem 0;
	content: "";
}

.jcf-focus,
.jcf-focus * {
	border-color: #979797 !important;
}

body > .jcf-select-drop {
	margin: .5rem 0;
}

.jcf-select-drop .jcf-select-drop-content {
	border-color: #979797;
	border-radius: .5rem;
	overflow: hidden;
}

.jcf-list .jcf-option {
	padding: .5rem 1rem;
	font-size: 1.4rem;
	line-height: 1.2;
	cursor: pointer;
}

.contact {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.contact-title {
	margin-bottom: 2.3rem;
}

.contact-address {
	margin-bottom: 2.5rem;
	font-size: 1.6rem;
	line-height: 1.454545;
	font-style: normal;
}

.contact-col-text {
	margin-bottom: 6.1rem;
}

.contact-col-img {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}

.hero-section {
	background-color: #242222;
}

.hero-section-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 15.3rem;
	padding-top: 7rem;
	padding-bottom: 2rem;
}

.hero-section-logo img {
	display: inline-block;
	filter: brightness(0) invert(1);
	width: auto;
	max-height: 13rem;
}

.article {
	font-size: 1.6rem;
	padding-bottom: 6rem;
}

.large-y-offset .article {
	padding-top: 6rem;
}

.article p {
	margin: 0 0 3rem;
}

.article h2 {
	margin: 0 0 2rem;
}

.article-visual {
	margin: 0 -1.5rem 3.3rem;
}

.article-visual img {
	width: 100%;
}

.article.imgleft .article-visual a {
	display: block;
}

.article.imgright .article-visual a {
	display: block;
}

.article-section + .blockquote-section {
	padding-top: .2rem;
	padding-bottom: 1.4rem;
}

.header {
	position: fixed;
	top: 0;
	width: 100%;
	padding-bottom: .3rem;
	z-index: 100;
	color: #fff;
}

.header-line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: .3rem;
	color: #0bd;
	background-color: currentColor;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
	pointer-events: none;
}

.header-red-theme .header-line {
	color: #ff6f61;
}

.header-purple-theme .header-line {
	color: #8a7ee2;
}

.header-yellow-theme .header-line {
	color: #f7e166;
}

.header-blue-theme .header-line {
	color: #0bd;
}

.header-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-nav-opener {
	position: absolute !important;
	top: 0;
	right: 0;
}

.header-red-theme .header-nav-opener {
	background-color: #ff6f61;
}

.header-purple-theme .header-nav-opener {
	background-color: #8a7ee2;
}

.header-yellow-theme .header-nav-opener {
	background-color: #f7e166;
}

.header-blue-theme .header-nav-opener {
	background-color: #0bd;
}

.header-logo {
	width: 12rem;
	margin: 2rem auto 1.4rem;
}

.header-collapse {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: calc(var(--full-viewport) - 61px);
	overflow-y: auto;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	opacity: 0;
	visibility: hidden;
	background-color: #242222;
}

.nav-active .header-collapse {
	opacity: 1;
	visibility: visible;
}

.header-search-opener {
	display: block;
	width: 100%;
	padding: 2rem;
	border: none;
	background-color: #242222;
	color: #00d08e;
}

.header-search-slide {
	position: fixed;
	top: 6.3rem;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1.4rem 1.7rem 5rem;
	background-color: #242222;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease;
}

.show .header-search-slide {
	opacity: 1;
	visibility: visible;
}

.header-search input[type="search"] {
	margin-bottom: 0;
}

.header-search input[type="search"]::-webkit-input-placeholder {
	color: #8a8787;
}

.header-search input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #8a8787;
}

.header-search input[type="search"]:-moz-placeholder {
	color: #8a8787;
}

.header-search input[type="search"]:-ms-input-placeholder {
	color: #8a8787;
}

.header-search input[type="search"].placeholder {
	color: #8a8787;
}

.header-search .close {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 3rem;
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.2;
	background-color: #2c2a2a;
	border: none;
}

.header-modal {
	padding-top: 1.5rem;
	padding-bottom: 2rem;
	text-align: center;
	background-color: #2c2a2a;
}

.header-modal-opener {
	font-weight: 400;
}

.nav {
	text-align: center;
}

.nav > ul > li[data-theme="header-red-theme"].current-page > a {
	color: #ff6f61;
}

.nav > ul > li[data-theme="header-purple-theme"].current-page > a {
	color: #8a7ee2;
}

.nav > ul > li[data-theme="header-yellow-theme"].current-page > a {
	color: #f7e166;
}

.nav > ul > li[data-theme="header-blue-theme"].current-page > a {
	color: #0bd;
}

.nav > ul > li > a {
	padding: 2rem;
	font-size: 2rem;
	font-family: "Lufga", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1.2;
	background-color: #2c2a2a;
}

.nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
}

.nav-sub-menu {
	font-size: 1.6rem;
	line-height: 1.1875;
}

.nav-sub-menu:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100vw;
	background-color: #242222;
	content: "";
}

.nav-sub-menu-title {
	display: block;
	padding: 1rem 2rem;
	margin-bottom: 0;
	font-size: 1.8rem;
	font-family: "Lufga", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	line-height: 1;
}

.nav-sub-menu-list a {
	padding: 1rem 2rem;
}

.nav-sub-menu a:hover {
	color: #0bd;
}

.box-shadow,
.card {
	box-shadow: 0 0 23px -4px rgba(0, 0, 0, .35);
}

.text-white {
	color: #fff;
}

.text-primary {
	color: #00d08e;
}

.text-secondary {
	color: #0bd;
}

.bg-black {
	background-color: #242222;
}

.mb-0 {
	margin-bottom: 0 !important;
}

iframe {
	border: none;
}

.arrow-link {
	font-size: 1.6rem;
	line-height: 1.2;
	color: #36454f;
}

.arrow-link:hover {
	text-decoration: none;
}

.arrow-link:hover:after {
	-webkit-transform: translateX(1rem);
	-ms-transform: translateX(1rem);
	transform: translateX(1rem);
}

.arrow-link:after {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.4rem;
	margin-left: 1rem;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	content: "→";
}

.stretched-link:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

.custom-scroll::-webkit-scrollbar {
	width: 1rem;
}

.custom-scroll::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(36, 34, 34, .2);
}

.custom-scroll::-webkit-scrollbar-thumb {
	background-color: rgba(36, 34, 34, .3);
}

.icon-arrow {
	margin-left: 1.7rem;
	font-style: normal;
	font-family: "Century Gothic Regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.icon-arrow:before {
	content: "\2192";
}

.load-more .new-item {
	opacity: 0;
	-webkit-transform: translateY(5rem);
	-ms-transform: translateY(5rem);
	transform: translateY(5rem);
}

.juicer-feed {
	display: none !important;
}

.social-iframe {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
}

.social-iframe iframe {
	width: 100%;
	height: 400px;
}

.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

.header {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.footer {
	padding-top: 3.7rem;
	padding-bottom: 3.7rem;
	border-top: .3rem solid #0bd;
	background-color: #242222;
	color: #fff;
}

.footer-logo {
	width: 18rem;
	margin-bottom: 3.2rem;
}

.footer-social {
	margin-bottom: 2rem;
}

.footer-contact-list {
	margin-bottom: 2.8rem;
}

.footer-contact-list a {
	color: inherit;
	text-decoration: none;
}

.footer-contact-list a:hover {
	text-decoration: underline;
}

.footer-address {
	width: 70%;
	font-style: normal;
	margin-bottom: 0;
}

.p-404 {
	padding-top: 5.8rem;
	padding-bottom: 4.3rem;
}

.p-404-title {
	margin-bottom: 3rem;
}

.p-404-img {
	margin-bottom: 3rem;
}

.p-404-text {
	max-width: 43.6rem;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.team {
	position: relative;
	padding-top: 3.8rem;
	padding-bottom: 3.8rem;
}

.team:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 29.4rem;
	background-color: #242222;
	content: "";
}

.search-result {
	padding-top: 5.8rem;
	padding-bottom: 5.8rem;
}

.search-result-header {
	margin-bottom: 3rem;
}

.search-result-title {
	margin-bottom: 0;
}

.search-result-item {
	width: 100%;
	padding-bottom: 5.2rem;
	margin-bottom: 6.2rem;
	border-bottom: .1rem solid #4c4a4a;
}

.search-result-item:last-child {
	border-bottom: none;
}

.search-result-item-img-col {
	display: none;
}

.search-result-item-img {
	position: relative;
	padding-top: 68%;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .24);
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.search-result-item-img:hover {
	opacity: .8;
}

.search-result-item-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.search-result-item-title {
	font-size: 3rem;
}

.search-result-filter {
	margin-bottom: 6rem;
}

.search-result-filter-text {
	margin-bottom: 3rem;
	font-size: 1.8rem;
	line-height: 1.5;
}

.search-result-filter-text li {
	margin-bottom: 2rem;
}

.search-result-filter-text button {
	display: inline;
	background-color: transparent;
	border: none;
	padding: 0;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.search-result-filter-text button:hover {
	color: #0bd;
}

.search-result-filter-btn {
	display: inline-block;
	vertical-align: middle;
	padding: .3rem 2.4rem;
	background-color: #0bd;
	color: #fff;
	border: .1rem solid #0bd;
	-webkit-transition: background-color .3s ease, border-color .3s ease;
	transition: background-color .3s ease, border-color .3s ease;
}

.search-result-filter-btn:hover {
	background-color: #0090aa;
	border-color: #0090aa;
}

.search-result-filter-btn.is-checked {
	background-color: #00d08e;
	border-color: #00d08e;
}

.page-template-default .main {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.page-template-default .widget_search {
	display: none !important;
}

.btn-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -6rem 0 0;
}

.btn-group .btn,
.btn-group .hbspt-form .hs-button,
.hbspt-form .btn-group .hs-button,
.btn-group .arrow-link {
	margin: 0 6rem 0 0;
}

.btn-group .arrow-link {
	color: #fff;
}

.cookie-popup {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: #242222;
	border-top: .4rem solid #0bd;
	padding: 4.6rem 1.5rem 4.5rem;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.4;
}

.cookie-popup-holder {
	max-width: 88.6rem;
	margin: 0 auto;
}

.cookie-popup p {
	margin: 0 0 3rem;
}

.cookie-popup h3 {
	font-size: 2.4rem;
	margin: 0 0 1.5rem;
}

.alert-msg {
	color: #fff;
	text-align: center;
	padding: 1.5rem;
	display: block;
}

.alert-msg.error {
	background-color: #e53c3c;
}

.alert-msg.success {
	background-color: #00d08e;
}

.form-radio-label,
.form-check-label {
	padding: 0 0 0 3rem;
	position: relative;
	font-size: 1.6rem;
	line-height: 1;
	color: #333;
	margin: 0 2rem 0 0;
}

.form-radio-label input,
.form-check-label input {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border: none;
}

.form-radio-label input:checked + span:before,
.form-check-label input:checked + span:before {
	opacity: 1;
	visibility: visible;
}

.form-radio-label span,
.form-check-label span {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	border: .1rem solid #ccc;
	box-shadow: .1rem .1rem .3rem rgba(204, 204, 204, .5);
	-webkit-transition: background .3s, border-color .3s;
	transition: background .3s, border-color .3s;
}

.form-radio-label span:before,
.form-check-label span:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 50%;
	background-color: #00d08e;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
	content: "";
}

.form-check-label input:checked + span {
	background: #00d08e;
	border-color: #00d08e;
}

.form-check-label span {
	border-radius: .3rem;
}

.form-check-label span:before {
	height: .6rem;
	overflow: hidden;
	margin: -.1rem 0 0 -.3rem;
	width: 1rem;
	border: .2rem solid #fff;
	border-width: 0 0 .2rem .2rem;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	background: none;
	border-radius: 0;
}

.widget {
	padding: 0 0 5rem;
}

.widget h3 {
	font-size: 2.5rem;
	font-weight: normal;
	color: #000;
	border-bottom: .1rem solid #ddd;
	padding: 0 0 1rem;
	margin: 0 0 2rem;
}

.tagcloud {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tagcloud a {
	font-size: 1.4rem !important;
	color: #242222;
	padding: .5rem 2rem;
	text-align: center;
	min-width: 13.5rem;
	border: .1rem solid #242222;
	border-radius: 1.5rem;
	margin: 0 .5rem .5rem 0;
	-webkit-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
}

.tagcloud a:hover {
	text-decoration: none;
	background-color: #242222;
	color: #fff;
}

.switcher-element {
	display: block;
	width: 3.5rem;
	height: 2.1rem;
	border-radius: 1rem;
	box-shadow: .1rem .1rem .3rem rgba(204, 204, 204, .5);
	position: relative;
}

.switcher-element input {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border: none;
}

.switcher-element input:checked + span {
	background-color: #00d08e;
}

.switcher-element input:checked + span:before {
	left: calc(100% - 1.7rem);
}

.switcher-element span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 1rem;
	background-color: #c4c4c4;
}

.switcher-element span:before {
	position: absolute;
	top: .3rem;
	left: .3rem;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 50%;
	background-color: #fff;
	border: .1rem solid #ccc;
	-webkit-transition: left .3s;
	transition: left .3s;
	content: "";
}

.info-section-2.with-image .info-section-2-top {
	padding-bottom: 6.9rem;
}

.info-section-2.with-image .info-section-2-col .btn,
.info-section-2.with-image .info-section-2-col .hbspt-form .hs-button,
.hbspt-form .info-section-2.with-image .info-section-2-col .hs-button {
	margin: 0;
}

.info-section-2.with-image .info-section-2-col:first-child {
	padding-bottom: 3.2rem;
}

.info-section-2.with-image p {
	margin: 0 0 3.2rem;
}

.info-section-2.with-image + .boxes-section:before {
	height: 24.4rem;
}

.releases .box {
	padding: 3.8rem 2.4rem 3.5rem;
	margin-bottom: 3rem;
}

.box-date {
	display: block;
	font: 600 2rem/1 "Lufga", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 0 0 1.4rem;
}

.releases .box-title {
	color: #fff;
	line-height: 1.2;
	margin: 0 0 2rem !important;
}

.releases .box-text {
	font-size: 1.8rem;
	margin: 0 0 1.2rem;
}

.releases .box .arrow-link {
	font-size: 2.2rem;
}

.box.green {
	background-color: #00d08e;
}

.box.blue {
	background-color: #0bd;
}

.boxes-section.releases {
	padding-bottom: 6.1rem;
}

.boxes-section.releases .boxes-section-footer {
	text-align: center;
	margin: 0;
}

.boxes-section.releases .boxes-section-header {
	margin-bottom: 2.4rem;
}

.logo-section {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-image: -webkit-linear-gradient(315deg, #00c6e3 0%, #00d08e 100%);
	background-image: linear-gradient(135deg, #00c6e3 0%, #00d08e 100%);
}

.logo-section-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -2rem;
	padding: 0 1.5rem;
}

.logo-section-list li {
	height: 11.8rem;
	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;
	width: 31%;
	padding: 0 2rem;
}

.logo-section-list li img {
	filter: brightness(0) invert(1);
	max-height: 100%;
}

.content-block {
	margin-bottom: 1rem;
}

.content-block .section-title {
	margin: 0;
}

.content-block .section-header {
	margin: 0 0 2rem;
}

.content-block .visual-holder {
	margin: 0 -2.6rem;
	padding-bottom: 1.2rem;
}

.content-block p {
	margin: 0 0 3.2rem;
}

.content-block .stats-item {
	margin-bottom: 2.3rem;
}

.content-block .stats-item:nth-child(odd) .stats-item-index,
.content-block .stats-item:nth-child(even) .stats-item-index {
	color: #0bd;
}

.content-block .stats-item:nth-child(4n-2) .stats-item-index,
.content-block .stats-item:nth-child(4n-1) .stats-item-index {
	color: #8a7ee2;
}

.assets-section .boxes-section-header {
	margin-bottom: 3.7rem;
}

.assets-section .box {
	padding: 4rem 2rem 3.8rem;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2rem;
	min-height: 22.7rem;
}

.assets-section .box:hover {
	text-decoration: none;
}

.assets-section .box:hover .box-icon {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.assets-section .box:hover .box-title {
	-webkit-transform: translateY(.5rem);
	-ms-transform: translateY(.5rem);
	transform: translateY(.5rem);
}

.assets-section .box-title {
	color: inherit;
	font-family: "Lufga", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 !important;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.assets-section .box-icon {
	width: 5rem;
	height: 8.5rem;
	margin-bottom: 2.9rem;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.social-section {
	min-height: 39.3rem;
	position: relative;
	z-index: 1;
	padding-top: 6.7rem;
	padding-bottom: 2.9rem;
	margin-bottom: 6.1rem;
}

.social-section .container,
.social-section .visual-slider .slick-dots,
.visual-slider .social-section .slick-dots {
	position: relative;
	z-index: 2;
}

.social-section:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 91.5rem;
	height: 91.5rem;
	background-image: url("images/media-06.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 39.3rem 39.3rem;
	content: "";
}

@media (min-width: 480px) {
	.container,
	.visual-slider .slick-dots {
		max-width: 450px;
	}

	.info-section-2 .embed-responsive {
		margin-left: 0;
		margin-right: 0;
	}

	.img-slider-img {
		padding-top: 48.6%;
	}
}

@media (min-width: 508px) {
	.modal-inner {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		padding: .9rem 1rem;
	}

	.form-control,
	.header-search input[type="search"],
	.header-modal input[type="text"],
	.header-modal input[type="tel"],
	.header-modal input[type="email"],
	.header-modal input[type="search"],
	.header-modal input[type="password"],
	.header-modal textarea {
		padding: 1.2rem 0;
	}

	.form-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: -1rem;
		margin-right: -1rem;
	}

	.form-col {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.info-section .hbspt-form .hs-form-field > label {
		top: .9rem;
	}

	.info-section .hbspt-form .hs-form-field > label.label-active {
		opacity: 1;
	}

	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	h1,
	.h1 {
		font-size: 6rem;
	}

	h2,
	.h2 {
		font-size: 4rem;
	}

	h3,
	.h3,
	.widget h2 {
		font-size: 2.4rem;
	}

	.section-title {
		font-size: 2.4rem;
	}

	.container,
	.visual-slider .slick-dots {
		max-width: 700px;
	}

	.btn,
	.hbspt-form .hs-button {
		padding: 1rem 3rem;
		font-size: 1.6rem;
	}

	.cards {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -2.2rem;
		margin-right: -2.2rem;
	}

	.cards > * {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(50% - 4.4rem);
		flex: 1 1 calc(50% - 4.4rem);
		max-width: calc(50% - 4.4rem);
		margin-left: 2.2rem;
		margin-right: 2.2rem;
	}

	.cards-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -2.2rem;
		margin-right: -2.2rem;
	}

	.cards-grid > * {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(50% - 4.4rem);
		flex: 1 1 calc(50% - 4.4rem);
		max-width: calc(50% - 4.4rem);
		margin-left: 2.2rem;
		margin-right: 2.2rem;
	}

	.hero-bg-layer {
		height: 100%;
	}

	.visual-slider-content {
		min-height: 60rem;
	}

	.visual-slider-content-inner {
		width: 52%;
	}

	.visual-slider-title {
		font-size: 4.5rem;
	}

	.stats-list {
		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;
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}

	.stats-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 15rem;
		flex: 1 1 15rem;
		max-width: 15rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.stats-item:nth-child(even) {
		margin-left: 0;
	}

	.stats-item-index {
		font-size: 4.5rem;
	}

	.visual-long-text .visual-inner {
		max-width: 96rem;
		width: 100%;
	}

	.visual-inner {
		width: 50%;
	}

	.info-section-reverse .info-section-inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.info-section-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}

	.info-section-col {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.info-section-img {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.info-section-2-top {
		padding-top: 8rem;
		padding-bottom: 13rem;
	}

	.info-section-2-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: -1rem;
		margin-right: -1rem;
	}

	.info-section-2-col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.info-section-2-col .btn,
	.info-section-2-col .hbspt-form .hs-button,
	.hbspt-form .info-section-2-col .hs-button {
		margin-top: auto;
	}

	.icons-list {
		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;
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}

	.icons-list-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 15rem;
		flex: 1 1 15rem;
		max-width: 15rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.icons-list-item:nth-child(odd) {
		margin-right: 0;
	}

	.icons-list-item:nth-child(even) {
		margin-left: 0;
	}

	.stories {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -2rem;
		margin-right: -2rem;
	}

	.stories > * {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(50% - 4rem);
		flex: 1 1 calc(50% - 4rem);
		max-width: calc(50% - 4rem);
		margin-left: 2rem;
		margin-right: 2rem;
	}

	.stories > *.story-row {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(100% - 4rem);
		flex: 1 1 calc(100% - 4rem);
		max-width: calc(100% - 4rem);
	}

	.story {
		margin-bottom: 4rem;
	}

	.story-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 0;
		padding-right: 0;
	}

	.story-row .story-img {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(50% - 4.5rem);
		flex: 1 1 calc(50% - 4.5rem);
		max-width: calc(50% - 4.5rem);
		margin-left: 3rem;
		margin-right: 1.5rem;
		margin-bottom: 0;
		padding-top: 44%;
	}

	.story-row .story-text-holder {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(50% - 4.5rem);
		flex: 1 1 calc(50% - 4.5rem);
		max-width: calc(50% - 4.5rem);
		margin-left: 1.5rem;
		margin-right: 3rem;
	}

	.story-logo {
		width: 15em;
		height: 5.5rem;
		margin-bottom: 2.4rem;
	}

	.blockquote-slider .slick-slide {
		padding-right: 3rem;
		padding-left: 3rem;
	}

	.blockquote-slider .slick-arrow {
		top: 50%;
	}

	.blockquote-slider .slick-arrow.slick-prev {
		left: -5rem;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		border-width: .2rem 0 0 .2rem;
	}

	.blockquote-slider .slick-arrow.slick-next {
		right: -5rem;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		border-width: .2rem .2rem 0 0;
	}

	blockquote p:first-of-type {
		position: relative;
	}

	blockquote p:first-of-type:before {
		position: absolute;
		top: -4.9rem;
		left: -2.6rem;
		content: url(images/quote-watermark.svg);
	}

	.boxes {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -2.2rem;
		margin-right: -2.2rem;
	}

	.boxes > * {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(50% - 4.4rem);
		flex: 1 1 calc(50% - 4.4rem);
		max-width: calc(50% - 4.4rem);
		margin-left: 2.2rem;
		margin-right: 2.2rem;
	}

	.boxes-section-title {
		font-size: 3.2rem;
	}

	.grid-section .grid {
		margin: 0 -1.5rem;
	}

	.grid-section .grid-col {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
		padding: 0 1.5rem 3rem;
		font-size: 1.6rem;
	}

	.grid-section .grid-col-title {
		font-size: 2.4rem;
		line-height: 1.45454545;
		max-width: 100%;
	}

	.grid .grid-col.full-width {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
	}

	.reports-block {
		padding-top: 14.2rem;
		padding-bottom: 14.2rem;
	}

	.reports-box {
		min-height: 38.7rem;
		padding: 3.2rem 3.4rem 8rem;
	}

	.reports-box-time {
		margin-bottom: .1rem;
	}

	.reports-box-title {
		margin-bottom: 1.3rem;
	}

	.reports-slider-nav {
		bottom: 16.8rem;
	}

	.filter-form {
		padding-top: 4rem;
		padding-bottom: 2.9rem;
	}

	.contact-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-left: -2.2rem;
		margin-right: -2.2rem;
	}

	.contact-col-text {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
		padding-left: 2.2rem;
		padding-right: 2.2rem;
		margin-bottom: 0;
	}

	.contact-col-img {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 2.2rem;
		padding-right: 2.2rem;
	}

	.contact-img {
		margin-left: -5rem;
	}

	.contact-btn {
		margin-top: 1.8rem;
	}

	.hero-section-logo {
		min-height: 30rem;
	}

	.hero-section-logo img {
		max-height: 17rem;
	}

	.article {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 -2.2rem;
	}

	.article h2 {
		margin: 0 0 1.5rem;
		font-size: 2.4rem;
	}

	.article-visual {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
		padding-left: 2.2rem;
		padding-right: 2.2rem;
		margin: 0;
	}

	.article-text {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
		padding-left: 2.2rem;
		padding-right: 2.2rem;
	}

	.article.imgleft .article-visual a {
		text-align: left;
		margin-left: calc((100vw - 678px) / 2 * -1);
	}

	.article.imgright {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.article.imgright .article-visual a {
		margin-right: calc((100vw - 678px) / 2 * -1);
	}

	.article-section + .blockquote-section {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.header-search input[type="search"] {
		padding: .5rem 0;
	}

	.footer-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.footer-col {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
	}

	.footer-col-right {
		text-align: right;
	}

	.footer-contact-list {
		margin-bottom: 0;
	}

	.footer-address {
		width: 100%;
	}

	.p-404 {
		text-align: center;
	}

	.p-404-inner {
		padding-left: 15%;
		padding-right: 15%;
	}

	.search-result-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.search-result-item-text-col {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
	}

	.search-result-item-img-col {
		display: block;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 20.2rem;
		flex: 1 1 20.2rem;
		max-width: 20.2rem;
		margin-left: auto;
	}

	.search-result-item-title {
		margin-bottom: 2.8rem;
	}

	.search-result-item-text {
		font-size: 1.6rem;
	}

	.search-result-filter-text li {
		display: inline-block;
		vertical-align: top;
		margin-right: 3rem;
		margin-bottom: 0;
	}

	.cookie-popup p {
		margin: 0 0 5rem;
	}

	.cookie-popup h3 {
		font-size: 3.4rem;
	}

	.info-section-2.with-image .info-section-2-top {
		padding-bottom: 8.1rem;
	}

	.info-section-2.with-image .info-section-2-col:first-child {
		padding-bottom: 0;
	}

	.info-section-2.with-image + .boxes-section:before {
		height: 39rem;
	}

	.releases .box {
		padding: 5.9rem 2rem 5.5rem;
		margin-bottom: 4rem;
	}

	.box-date {
		padding: 0 0 1.8rem;
	}

	.releases .box-title {
		margin: 0 0 1rem !important;
	}

	.boxes-section.releases {
		padding-bottom: 11rem;
	}

	.logo-section {
		padding-top: 7.8rem;
		padding-bottom: 7.8rem;
	}

	.logo-section-list {
		padding: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.logo-section-list li {
		width: 24%;
	}

	.content-block {
		padding-bottom: 8rem;
		margin-bottom: 0;
	}

	.content-block .visual-holder {
		margin: 0;
		padding-bottom: 0;
	}

	.content-block .stats-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.content-block .stats-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 40%;
		flex: 1 1 40%;
		max-width: 40%;
		margin-bottom: 5.2rem;
	}

	.content-block-card {
		max-width: 35.6rem;
		margin-left: auto;
		margin-right: auto;
	}

	.assets-section .boxes {
		margin-bottom: -4rem;
	}

	.assets-section .box {
		margin-bottom: 4rem;
		padding: 4.5rem 2rem 4.1rem;
	}
}

@media (min-width: 1024px) {
	#content {
		float: left;
		width: 70%;
	}

	#content:only-child {
		float: none;
		width: 100%;
	}

	#sidebar {
		float: right;
		width: 25%;
	}

	.container,
	.visual-slider .slick-dots {
		max-width: 960px;
	}

	.cards > * {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(33.333333% - 4.4rem);
		flex: 1 1 calc(33.333333% - 4.4rem);
		max-width: calc(33.333333% - 4.4rem);
	}

	.card-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.card-row .card-img {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 27.4rem;
		padding-top: 0;
		height: auto;
	}

	.card-row .card-body {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		padding: 2.3rem 3rem;
	}

	.cards-2-slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.cards-2-slider > * {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 33.3333333%;
		flex: 1 1 33.3333333%;
	}

	.card-2:before {
		width: .2rem;
		height: 100%;
		left: auto;
		right: 0;
	}

	.card-2:after {
		height: 18.6rem;
		background: -webkit-linear-gradient(top, rgba(36, 34, 34, 0) 0%, #242222 100%);
		background: linear-gradient(180deg, rgba(36, 34, 34, 0) 0%, #242222 100%);
		-webkit-transition: height .3s ease;
		transition: height .3s ease;
	}

	.card-2 {
		min-height: 35rem;
	}

	.cards-grid {
		display: -ms-grid;
		display: grid;
		grid-gap: 3rem;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 7.8rem;
	}

	.cards-grid > * {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0 !important;
	}

	.cards-grid > *:nth-child(3n+1) {
		grid-column: 1 / 2;
		grid-row: 1 / 3;
	}

	.cards-grid > *:nth-child(3n+2) {
		grid-column: 2 / 3;
		grid-row: 1 / 2;
	}

	.cards-grid > *:nth-child(3n+3) {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}

	.visual-slider-content {
		padding-bottom: 20rem;
	}

	.visual-slider .slick-dots li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		padding-left: 0;
		padding-right: 2rem;
	}

	.visual-slider .slick-dots li.slick-active .tab:before {
		opacity: 1;
	}

	.visual-slider .slick-dots li.slick-active .tab {
		background-color: transparent;
		box-shadow: none;
	}

	.visual-slider .slick-dots li:last-child .tab:after {
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
		width: 100vw;
		height: .1rem;
		background-color: #fff;
		content: "";
	}

	.visual-slider .slick-dots li:last-child .tab {
		position: relative;
	}

	.visual-slider .slick-dots .tab {
		position: relative;
		width: 100%;
		height: auto;
		padding: 2.4rem 0 0 0;
		font-size: 1.3rem;
		line-height: 1.6;
		text-align: left;
		color: #fff;
		background-color: transparent;
	}

	.stats-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 20rem;
		flex: 1 1 20rem;
		max-width: 20rem;
	}

	.stats-item-index {
		font-size: 6.4rem;
	}

	.customers-feedback {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.customers-feedback-col-left {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 34%;
		flex: 1 1 34%;
		max-width: 34%;
		padding-right: 3rem;
	}

	.customers-feedback-col-right {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 66%;
		flex: 1 1 66%;
		max-width: 66%;
	}

	.customers-feedback-title {
		margin-top: 7rem;
		line-height: 1;
		letter-spacing: -3px;
	}

	.customers-feedback .customers-feedback-slider {
		margin-right: calc(960px/2 - 100vw);
	}

	.customers-feedback-slider .slick-list {
		overflow: hidden !important;
		margin-left: -1rem;
		margin-right: -1rem;
	}

	.icons-list-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 20rem;
		flex: 1 1 20rem;
		max-width: 20rem;
	}

	.icons-list-item-text {
		padding-right: 3rem;
	}

	.boxes > * {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(33.333333% - 4.4rem);
		flex: 1 1 calc(33.333333% - 4.4rem);
		max-width: calc(33.333333% - 4.4rem);
	}

	.boxes-section:before {
		height: 33.5rem;
	}

	.article.imgleft .article-visual a {
		margin-left: calc((100vw - 930px) / 2 * -1);
	}

	.article.imgright .article-visual a {
		margin-right: calc((100vw - 930px) / 2 * -1);
	}

	.header-nav-opener {
		display: none !important;
	}

	.header-logo {
		margin: 0 3rem 0 0;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.header-collapse {
		position: relative;
		top: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: auto;
		overflow-y: visible;
		opacity: 1;
		visibility: visible;
		background-color: transparent;
	}

	.header-search-opener {
		padding: 1rem;
	}

	.header-search-slide {
		position: absolute;
		top: 0;
		left: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		max-width: 80.4rem;
		padding: 0 2rem;
		background-color: #2c2a2a;
	}

	.header-search .close {
		display: none;
	}

	.header-modal {
		background-color: transparent;
		padding: 0 1rem;
		text-align: left;
	}

	.header-modal-opener {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.nav {
		text-align: left;
	}

	.nav > ul > li {
		display: inline-block;
		vertical-align: top;
	}

	.nav > ul > li:hover .nav-sub-menu {
		opacity: 1;
		visibility: visible;
	}

	.nav > ul > li[data-theme="header-red-theme"]:hover > a {
		background-color: #ff6f61;
		color: #fff !important;
	}

	.nav > ul > li[data-theme="header-purple-theme"]:hover > a {
		background-color: #8a7ee2;
		color: #fff !important;
	}

	.nav > ul > li[data-theme="header-yellow-theme"]:hover > a {
		background-color: #f7e166;
		color: #fff !important;
	}

	.nav > ul > li[data-theme="header-blue-theme"]:hover > a {
		background-color: #0bd;
		color: #fff !important;
	}

	.nav > ul > li > a {
		padding-left: 1rem;
		padding-right: 1rem;
		font-size: 1.6rem;
		background-color: transparent;
	}

	.nav-sub-menu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		padding: 3rem;
		opacity: 0;
		visibility: hidden;
	}

	.nav-sub-menu-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}

	.nav-sub-menu-col {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.nav-sub-menu-title {
		padding: 0;
		margin-bottom: 1.7rem;
	}

	.nav-sub-menu-list li {
		margin-bottom: 2rem;
	}

	.nav-sub-menu-list a {
		padding: 0;
	}

	.content-block .section-header {
		margin: 0;
	}

	.content-block .visual-holder {
		margin: .5rem -5.2rem 0 0;
		text-align: right;
	}

	.content-block-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 0 6.5rem;
		margin: 0 -1.5rem;
	}

	.content-block-col {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.content-block-col:first-child {
		padding-top: 5.5rem;
	}

	.content-block .stats-list {
		padding-top: 5.7rem;
		margin-bottom: -9rem;
	}

	.content-block .stats-item {
		margin-bottom: 9rem;
	}

	.social-section:before {
		background-size: 60rem;
	}
}

@media (min-width: 1440px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		padding: 1.2rem 1.9rem;
		font-size: 1.6rem;
	}

	.form-control,
	.header-search input[type="search"],
	.header-modal input[type="text"],
	.header-modal input[type="tel"],
	.header-modal input[type="email"],
	.header-modal input[type="search"],
	.header-modal input[type="password"],
	.header-modal textarea {
		padding: 1.1rem 0;
		font-size: 1.8rem;
	}

	.info-section .hbspt-form .hs-form-field > label {
		top: 1.3rem;
		left: 2rem;
	}

	.info-section .hbspt-form .form-columns-2 {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		margin-left: -1rem !important;
		margin-right: -1rem !important;
	}

	.info-section .hbspt-form .form-columns-2 > * {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 calc(50% - 2rem) !important;
		flex: 1 1 calc(50% - 2rem) !important;
		max-width: calc(50% - 2rem) !important;
		margin-left: 1rem !important;
		margin-right: 1rem !important;
	}

	.info-section .hbspt-form .hs-button {
		margin-top: 1.4rem;
	}

	.header-modal .hbspt-form .hs-button {
		margin-top: 3.5rem;
	}

	body {
		font-size: 1.8rem;
		line-height: 1.444444;
	}

	h1,
	.h1 {
		font-size: 8rem;
	}

	h2,
	.h2 {
		font-size: 5rem;
	}

	h3,
	.h3,
	.widget h2 {
		font-size: 3rem;
	}

	.text-lg {
		font-size: 2.2rem;
		line-height: 1.45;
	}

	.wrapper {
		padding-top: 95px;
	}

	.section {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}

	.section-title {
		font-size: 3.2rem;
	}

	.section-footer {
		margin-top: 1.5rem;
	}

	.container,
	.visual-slider .slick-dots {
		max-width: 1185px;
	}

	.btn,
	.hbspt-form .hs-button {
		padding: 1.3rem 6.9rem;
	}

	.card {
		margin-bottom: 7rem;
	}

	.card-back {
		padding: 8.7rem 2.6rem 3rem;
	}

	.card-body {
		padding: 4.8rem 2.6rem 3.8rem;
	}

	.card-title {
		font-size: 2.8rem;
		line-height: 1.2114;
	}

	.card-meta {
		margin-top: -2.3rem;
	}

	.card-date {
		font-size: 2rem;
	}

	.card-tag {
		font-size: 2rem;
	}

	.image-slider-holder {
		margin-left: -15rem;
		margin-right: -15rem;
	}

	.card-2 {
		min-height: 49.6rem;
		padding: 2rem 2.5rem 3rem;
	}

	.card-2-title {
		margin-bottom: 1.2rem;
		font-size: 4rem;
	}

	.card-3-row {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}

	.card-3-col {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.card-3-img {
		width: 20.2rem;
		height: 13.6rem;
	}

	.logos {
		padding-top: 6.2rem;
		padding-bottom: 6.2rem;
	}

	.visual-slider-content {
		min-height: 76rem;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.visual-slider-title {
		font-size: 6.4rem;
		line-height: 1.1;
	}

	.visual-slider .slick-dots {
		padding-bottom: 8.5rem;
	}

	.visual-slider .slick-dots .tab {
		padding-right: 3rem;
	}

	.visual-slider .btn-primary,
	.visual-slider .hbspt-form .hs-button,
	.hbspt-form .visual-slider .hs-button,
	.visual-slider .btn-secondary {
		margin-top: 5.5rem;
	}

	.stats-list {
		padding-top: 3.2rem;
	}

	.customers-feedback-block {
		padding: 3.3rem 3.2rem 2.7rem;
	}

	.customers-feedback .customers-feedback-slider {
		margin-right: calc(1185px/2 - 100vw);
	}

	.customers-feedback-slider .slick-slide {
		width: 39.1rem;
		padding-left: 1rem;
		padding-right: 1rem;
		margin-right: 0;
	}

	.modal-header,
	.modal-body {
		padding: 1rem 4rem;
	}

	.modal-title {
		font-size: 4rem;
	}

	.visual {
		min-height: 59.1rem;
		padding-top: 22.8rem;
		padding-bottom: 13rem;
	}

	.visual-no-img {
		padding-top: 22.7rem;
		padding-bottom: 17.3rem;
	}

	.visual-title {
		margin-bottom: 2.1rem;
	}

	.visual-text {
		font-size: 2.2rem;
		line-height: 1.5;
	}

	.info-section {
		padding-top: 20.5rem;
		padding-bottom: 15.1rem;
	}

	.info-section-text {
		font-size: 2.2rem;
		margin-bottom: 5.7rem;
	}

	.info-section-title {
		margin-bottom: 1.7rem;
	}

	.info-section-img {
		padding-left: 6.1rem;
	}

	.info-section-2 + .grid-section {
		padding-top: 6.7rem;
	}

	.info-section-2-bottom {
		margin-bottom: 8rem;
	}

	.icons-block {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}

	.icons-block-title {
		margin-bottom: 5.4rem;
	}

	.icons-list-item-inner {
		padding-right: 50%;
	}

	.icons-list-item-img {
		margin-bottom: 4.1rem;
	}

	.stories-section-footer {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}

	.stories {
		margin-left: -2.5rem;
		margin-right: -2.5rem;
	}

	.stories > * {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(50% - 5rem);
		flex: 1 1 calc(50% - 5rem);
		max-width: calc(50% - 5rem);
		margin-left: 2.5rem;
		margin-right: 2.5rem;
	}

	.story {
		padding: 5rem;
		margin-bottom: 5rem;
	}

	.story-row {
		padding: 4rem 0;
	}

	.story-row .story-img {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(51% - 7.8rem);
		flex: 1 1 calc(51% - 7.8rem);
		max-width: calc(51% - 7.8rem);
		margin-left: 3.9rem;
		margin-right: 3.9rem;
	}

	.story-row .story-text-holder {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(49% - 7.8rem);
		flex: 1 1 calc(49% - 7.8rem);
		max-width: calc(49% - 7.8rem);
		margin-left: 3.9rem;
		margin-right: 3.9rem;
	}

	.story-logo {
		width: 25rem;
		height: 6rem;
	}

	.blockquote-img {
		width: 17.8rem;
		height: 17.8rem;
		margin-bottom: 3.4rem;
	}

	.blockquote-link {
		margin-top: 3.5rem;
	}

	.blockquote-slider .slick-arrow:before {
		width: 2.3rem;
		height: 2.3rem;
	}

	.blockquote-slider .slick-arrow {
		width: 5rem;
		height: 5rem;
	}

	.blockquote-slider .slick-arrow.slick-prev {
		left: -11.5rem;
	}

	.blockquote-slider .slick-arrow.slick-next {
		right: -11.5rem;
	}

	blockquote {
		line-height: 1.27;
	}

	blockquote p {
		margin-bottom: 2.6rem;
	}

	.boxes-section:before {
		height: 47.2rem;
	}

	.boxes-section-header {
		margin-bottom: 5.1rem;
	}

	.boxes-section-title {
		font-size: 3.2rem;
	}

	.boxes-section-footer {
		margin-top: -7rem;
	}

	.info-section-2 + .boxes-section:before {
		height: 37.9rem;
	}

	.box {
		padding: 2.5rem 2.5rem 1.7rem;
		margin-bottom: 10rem;
	}

	.box-icon {
		width: 5.1rem;
		height: 5.1rem;
		margin-bottom: 1.7rem;
	}

	.box-title {
		margin-bottom: 1.7rem !important;
	}

	.img-slider-img {
		padding-top: 0;
		height: 70rem;
	}

	.img-slider .slick-dots {
		padding-top: 2.2rem;
		padding-bottom: 2.2rem;
	}

	.img-slider .slick-dots li {
		padding-left: .5rem;
		padding-right: .5rem;
	}

	.img-slider .slick-dots button {
		width: 2rem;
		height: 2rem;
	}

	.grid-section {
		padding-top: 14.7rem;
		padding-bottom: 5.8rem;
	}

	.grid-section h3 {
		font-size: 3.2rem;
		color: #242222;
		margin: 0 0 3.1rem;
	}

	.grid-section .grid {
		margin: 0 -3.2rem;
	}

	.grid-section .grid-col {
		padding: 0 3.2rem 8.6rem;
		font-size: 2.2rem;
	}

	.grid-section .grid-col-title {
		font-size: 3.2rem;
		margin: 0 0 1.5rem;
	}

	.grid .grid-col-icon {
		margin-bottom: 3.1rem;
	}

	.filter-form {
		padding-top: 6.7rem;
	}

	.filter-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 1.9rem;
	}

	.filter-list li {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-left: 0;
		margin-right: 2rem;
		padding-left: 2.5rem;
	}

	.filter-list li + li:before {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 1;
		width: .1rem;
		background-color: #242222;
		content: "";
	}

	.filter-list li + li {
		position: relative;
	}

	.filter-btn {
		padding: 0;
		font-size: 2.6rem;
		color: #242222;
		border: none;
		background-color: transparent;
	}

	.jcf-select {
		height: 3.3rem;
		border: none;
		border-radius: 0;
	}

	.jcf-select .jcf-select-text {
		margin: 0 4.8rem 0 0;
		font-size: 2.6rem;
		line-height: 3.3rem;
		font-weight: 300;
	}

	.contact {
		padding-top: 15rem;
		padding-bottom: 15rem;
	}

	.contact-title {
		margin-bottom: 3.8rem;
	}

	.contact-address {
		margin-bottom: 3.1rem;
		font-size: 2.2rem;
	}

	.contact-col-text {
		padding-right: 1rem;
	}

	.contact-col-img {
		padding-right: 8rem;
	}

	.contact-img {
		margin-left: -14.4rem;
	}

	.hero-section-logo {
		min-height: 42rem;
		padding-top: 12rem;
		padding-bottom: 4rem;
	}

	.hero-section-logo img {
		max-height: none;
	}

	.article {
		font-size: 2.2rem;
		padding-bottom: 8.3rem;
		margin: 0;
	}

	.large-y-offset .article {
		padding-top: 12rem;
		padding-bottom: 14.2rem;
	}

	.article p {
		margin: 0 0 4.7rem;
	}

	.article h2 {
		margin: 0 0 1.5rem;
		font-size: 5rem;
	}

	.article-visual {
		padding-left: 0;
		padding-right: 80px;
	}

	.article-text {
		padding-left: 10px;
		padding-right: 0;
	}

	.article.imgleft .article-visual a {
		margin-left: calc((100vw - 1155px) / 2 * -1);
	}

	.article.imgright .article-visual {
		padding-right: 0;
		padding-left: 80px;
	}

	.article.imgright .article-visual a {
		margin-right: calc((100vw - 1155px) / 2 * -1);
	}

	.article.imgright .article-text {
		padding-right: 10px;
		padding-left: 0;
	}

	.article-section + .blockquote-section {
		padding-top: 6.9rem;
		padding-bottom: 6.9rem;
	}

	.article-section + .logos {
		margin-top: 6.7rem;
	}

	.header {
		padding-bottom: .5rem;
	}

	.header-line {
		height: .5rem;
	}

	.header-logo {
		width: 18rem;
	}

	.header-search input[type="search"] {
		padding: .5rem 0;
		font-size: 1.4rem;
	}

	.header-modal {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.header-modal-opener {
		padding: .5rem 1rem;
		font-size: 2rem;
	}

	.nav > ul > li > a {
		font-size: 2rem;
		padding: 3.3rem 2.2rem;
	}

	.arrow-link:after {
		margin-left: 1.7rem;
	}

	.arrow-link {
		font-size: 2.2rem;
	}

	.social-iframe {
		margin-top: 120px !important;
	}

	.footer {
		padding-top: 4.4rem;
		padding-bottom: 4.4rem;
		border-top: .5rem solid #0bd;
	}

	.footer-logo {
		margin-bottom: 4rem;
	}

	.footer-social {
		margin-top: .5rem;
		margin-bottom: 3rem;
	}

	.footer-contact-list li {
		display: inline-block;
		vertical-align: top;
	}

	.footer-contact-list li + li:before {
		margin-left: .8rem;
		margin-right: .8rem;
		content: "|";
	}

	.p-404-title {
		margin-bottom: 8.4rem;
	}

	.p-404-img {
		margin-bottom: 7.4rem;
	}

	.team {
		padding-top: 7.4rem;
		padding-bottom: 10.4rem;
	}

	.search-result {
		padding-top: 15rem;
		padding-bottom: 2rem;
	}

	.search-result-item {
		margin-bottom: 6rem;
		padding-bottom: 4rem;
	}

	.search-result-filter-btn {
		padding: 1.1rem 5rem;
		margin-right: 2.5rem;
	}

	.page-template-default .main {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}

	.info-section-2.with-image .visual-holder {
		text-align: right;
		width: 100%;
		margin: 1rem 0 0;
	}

	.info-section-2.with-image + .boxes-section:before {
		height: 27.8rem;
	}

	.releases .box {
		padding: 5.9rem 3.2rem 5.5rem 3.5rem;
		margin-bottom: 7rem;
	}

	.releases .box-title {
		margin: 0 0 1.7rem !important;
	}

	.boxes-section.releases {
		padding-bottom: 14.9rem;
	}

	.boxes-section.releases .boxes-section-footer {
		margin-top: -2rem;
	}

	.boxes-section.releases .boxes-section-header {
		margin-bottom: 2.6rem;
	}

	.content-block {
		padding-top: 6.7rem;
		padding-bottom: 13.2rem;
	}

	.content-block-card {
		margin-left: auto;
		margin-right: 1.5rem;
		margin-top: 5.4rem;
	}

	.assets-section {
		padding-top: 8.9rem;
		padding-bottom: 9.1rem;
		margin-bottom: 5.1rem;
	}

	.assets-section .boxes-section-header {
		margin-bottom: 4.1rem;
	}

	.assets-section .boxes {
		margin-bottom: 0;
	}

	.assets-section .box {
		margin-bottom: 0;
	}

	.social-section {
		padding-top: 13.6rem;
		padding-bottom: 25rem;
		margin-bottom: 10.8rem;
		min-height: 91.5rem;
	}

	.social-section:before {
		background-size: 91.5rem 91.5rem;
	}
}

@media (max-width: 1439px) {
	.modal-header {
		font-size: 1.6rem;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}

	.customers-feedback-slider-arrows {
		display: none !important;
	}

	.mobile-hide {
		display: none !important;
	}

	body.nav-active {
		height: 100vh;
		overflow: hidden;
	}
}

@media (max-width: 767px) {
	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.team .cards {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}

	.info-section-2.with-image .info-section-2-title {
		margin: 0 0 2.5rem;
	}

	.assets-section {
		padding-top: 6rem;
		padding-bottom: 3.6rem;
	}

	.assets-section .boxes-section-header {
		margin-bottom: 3.7rem;
	}

	.assets-section .boxes-section-title {
		font-size: 2.2rem;
	}

	.assets-section .box-title {
		line-height: 1.2;
	}

	.assets-section .box-icon {
		width: 4.1rem;
		margin: 0 0 -.4rem;
	}
}

@-webkit-keyframes gradient-animation {
	0% {
		background-position: 0 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0 50%;
	}
}

@keyframes gradient-animation {
	0% {
		background-position: 0 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0 50%;
	}
}
