@font-face {
	font-family: "Avenir Next LT Pro";
	src: url("../fonts/AvenirNextLTPro-It.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-It.woff") format("woff");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Avenir Next LT Pro";
	src: url("../fonts/AvenirNextLTPro-BoldCn.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-BoldCn.woff") format("woff");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Avenir Next LT Pro";
	src: url("../fonts/AvenirNextLTPro-Regular.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Avenir Next LT Pro";
	src: url("../fonts/AvenirNextLTPro-Demi.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Demi.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Avenir Next LT Pro";
	src: url("../fonts/AvenirNextLTPro-DemiCn.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-DemiCn.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Avenir Next LT Pro";
	src: url("../fonts/AvenirNextLTPro-Bold.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.ttf?fpf7ky") format("truetype"), url("../fonts/icomoon.woff?fpf7ky") format("woff"), url("../fonts/icomoon.svg?fpf7ky#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.jcf-select .jcf-select-opener:before,
[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-document:before {
	content: "\e900";
}

.icon-folder:before {
	content: "\e901";
}

.icon-image:before {
	content: "\e902";
}

.icon-link:before {
	content: "\e903";
}

.icon-chevron-right:before {
	content: "\e904";
}

.icon-chevron-up:before {
	content: "\e905";
}

.icon-chevron-down:before {
	content: "\e906";
}

.icon-chevron-left:before {
	content: "\e907";
}

/*! 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-dots,
 #nav ul,
 .footer .footer-nav,
 .select-language .select-drop ul,
 .social-networks,
 .feature-list,
 .community .stats,
 .partners .partners-list,
 .filter-list {
 	margin: 0;
 	padding: 0;
 	list-style: none;
 }

 .clearfix: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: #2c262d;
 	background: #fff;
 	font: 400 16px/1.625 "Avenir Next LT Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
 	min-width: 320px;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 }

 img {
 	max-width: 100%;
 	height: auto;
 	vertical-align: top;
 }

 .gm-style img {
 	max-width: none;
 }

 h1,
 .h1,
 h2,
 .h2,
 h3,
 .h3,
 h4,
 .h4,
 h5,
 .h5,
 h6,
 .h6,
 .h {
 	font-family: inherit;
 	font-weight: 700;
 	margin: 0 0 .5em;
 	color: inherit;
 }

 h1,
 .h1 {
 	font-size: 24px;
 	font-weight: 500;
 	text-transform: uppercase;
 	line-height: 1.3;
 }

 h2,
 .h2 {
 	font-size: 22px;
 	font-weight: 500;
 	text-transform: uppercase;
 	margin-bottom: 22px;
 	line-height: 1.2;
 }

 h3,
 .h3 {
 	font-size: 20px;
 	font-weight: 500;
 	line-height: 1.25;
 	margin-bottom: 43px;
 }

 h4,
 .h4 {
 	font-size: 21px;
 }

 h5,
 .h5 {
 	font-size: 20px;
 	font-weight: 500;
 }

 h6,
 .h6 {
 	font-size: 15px;
 }

 p {
 	margin: 0 0 31px;
 }

 a {
 	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
 	transition: color .3s ease-in-out, background .3s ease-in-out;
 	color: #7c237d;
 	font-size: 18px;
 	font-weight: 500;
 	line-height: 1.6667;
 	text-decoration: underline;
 	display: inline-block;
 	vertical-align: top;
 }

 a:hover,
 a:focus {
 	text-decoration: none;
 }

 form,
 fieldset {
 	margin: 0;
 	padding: 0;
 	border-style: none;
 }

 input[type="text"],
 input[type="tel"],
 input[type="email"],
 input[type="search"],
 input[type="password"],
 textarea {
 	-webkit-appearance: none;
 	-webkit-border-radius: 0;
 	box-sizing: border-box;
 	border: 1px solid #585459;
 	padding: .4em .7em;
 }

 input[type="text"]:focus,
 input[type="tel"]:focus,
 input[type="email"]:focus,
 input[type="search"]:focus,
 input[type="password"]:focus,
 textarea:focus {
 	border-color: #000;
 }

 input[type="text"]::-webkit-input-placeholder,
 input[type="tel"]::-webkit-input-placeholder,
 input[type="email"]::-webkit-input-placeholder,
 input[type="search"]::-webkit-input-placeholder,
 input[type="password"]::-webkit-input-placeholder,
 textarea::-webkit-input-placeholder {
 	color: #585459;
 }

 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: #585459;
 }

 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: #585459;
 }

 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: #585459;
 }

 input[type="text"].placeholder,
 input[type="tel"].placeholder,
 input[type="email"].placeholder,
 input[type="search"].placeholder,
 input[type="password"].placeholder,
 textarea.placeholder {
 	color: #585459;
 }

 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;
 }

 /* 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-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: none;
 }

 .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-slide:focus {
 	outline: none;
 }

 .slick-arrow.slick-hidden {
 	display: none;
 }

 .slick-arrow {
 	-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
 	transition: background-color .3s ease-in-out, color .3s ease-in-out;
 	width: 40px;
 	height: 40px;
 	box-shadow: 0 0 10px rgba(0, 0, 0, .13);
 	border-radius: 6px;
 	background-color: #fff;
 	color: #853a92;
 	border: none;
 	font-size: 14px;
 	position: absolute;
 	top: 50%;
 	-webkit-transform: translateY(-50%);
 	-ms-transform: translateY(-50%);
 	transform: translateY(-50%);
 	margin-top: -42px;
 	z-index: 5;
 }

 .slick-arrow:hover {
 	color: #fff;
 	background-color: #853a92;
 }

 .slick-arrow span {
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	-webkit-transform: translate(-50%, -50%);
 	-ms-transform: translate(-50%, -50%);
 	transform: translate(-50%, -50%);
 }

 .slick-arrow:focus {
 	outline: none;
 }

 .slick-arrow.slick-prev {
 	left: -20px;
 }

 .slick-arrow.slick-next {
 	right: -20px;
 }

 .slick-dots {
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
 	-webkit-box-pack: center;
 	-ms-flex-pack: center;
 	justify-content: center;
 	position: absolute;
 	bottom: 0;
 	left: 0;
 	right: 0;
 	width: 100%;
 }

 .slick-dots li {
 	padding: 0 10px;
 }

 .slick-dots li.slick-active button {
 	background: #6E2580;
 }

 .slick-dots button {
 	font-size: 0;
 	line-height: 0;
 	padding: 0;
 	margin: 0;
 	width: 10px;
 	height: 10px;
 	border-radius: 50%;
 	border: 1px solid #6E2580;
 	background: none;
 	display: block;
 }

 .slick-dots button:hover {
 	background: #7b2a89;
 }

 /* custom select styles */

 .jcf-select {
 	display: inline-block !important;
 	vertical-align: top;
 	position: relative;
 	border: 1px solid #777;
 	background: #fff;
 	min-width: 100%;
 	width: 100%;
 	min-width: 100%;
 	height: 40px;
 	text-align: left;
 }

 .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: 12px;
 	line-height: 40px;
 	font-weight: 500;
 	padding: 0 35px 0 27px;
 	letter-spacing: .6px;
 	color: #fff;
 }

 .jcf-select .jcf-select-opener {
 	position: absolute;
 	text-align: center;
 	right: 19px;
 	bottom: 0;
 	top: 0;
 }

 .jcf-select .jcf-select-opener:before {
 	content: "\e905";
 	font-size: 11px;
 	color: #fff;
 	position: absolute;
 	top: 50%;
 	right: 0;
 	-webkit-transform: translateY(-50%);
 	-ms-transform: translateY(-50%);
 	transform: translateY(-50%);
 	-webkit-transition: -webkit-transform .3s ease-in-out;
 	transition: -webkit-transform .3s ease-in-out;
 	transition: transform .3s ease-in-out;
 	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
 }

 .jcf-select.jcf-drop-active .jcf-select-opener:before {
 	-webkit-transform: translateY(-50%) rotate(180deg);
 	-ms-transform: translateY(-50%) rotate(180deg);
 	transform: translateY(-50%) rotate(180deg);
 }

 .jcf-select [class^="icon-"] {
 	padding-right: 10px;
 	font-size: 24px;
 	position: relative;
 	top: 5px;
 }

 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 #d8d8d8;
 	margin: 9px 0;
 }

 /* 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;
 	font-size: 14px;
 	line-height: 1.4285714286;
 	width: 100%;
 }

 .jcf-list [class^="icon-"] {
 	padding-right: 10px;
 	font-size: 20px;
 	position: relative;
 	top: 2px;
 }

 .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: 7px 20px;
 	color: #2c262d;
 	height: 1%;
 	font-weight: 500;
 }

 .jcf-list .jcf-option .icon {
 	padding-right: 10px;
 }

 .jcf-list .jcf-disabled {
 	background: #fff !important;
 	color: #aaa !important;
 }

 .jcf-select-drop .jcf-hover,
 .jcf-list-box .jcf-selected {
 	background: rgba(206, 206, 206, .13);
 	color: #7f217a;
 }

 .jcf-list .jcf-optgroup-caption {
 	white-space: nowrap;
 	font-weight: bold;
 	display: block;
 	padding: 5px 9px;
 	cursor: default;
 	color: #2c262d;
 }

 .jcf-list .jcf-optgroup .jcf-option {
 	padding-left: 30px;
 }


 body.compensate-for-scrollbar {
 	overflow: hidden;
 }

 .fancybox-active {
 	height: auto;
 }

 .fancybox-is-hidden {
 	left: -9999px;
 	margin: 0;
 	position: absolute !important;
 	top: -9999px;
 	visibility: hidden;
 }

 .fancybox-container {
 	-webkit-backface-visibility: hidden;
 	height: 100%;
 	left: 0;
 	outline: none;
 	position: fixed;
 	-webkit-tap-highlight-color: transparent;
 	top: 0;
 	-ms-touch-action: manipulation;
 	touch-action: manipulation;
 	transform: translateZ(0);
 	width: 100%;
 	z-index: 99992;
 }

 .fancybox-container * {
 	box-sizing: border-box;
 }

 .fancybox-outer,
 .fancybox-inner,
 .fancybox-bg,
 .fancybox-stage {
 	bottom: 0;
 	left: 0;
 	position: absolute;
 	right: 0;
 	top: 0;
 }

 .fancybox-outer {
 	-webkit-overflow-scrolling: touch;
 	overflow-y: auto;
 }

 .fancybox-bg {
 	background: rgb(30, 30, 30);
 	opacity: 0;
 	transition-duration: inherit;
 	transition-property: opacity;
 	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
 }

 .fancybox-is-open .fancybox-bg {
 	opacity: .9;
 	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
 }

 .fancybox-infobar,
 .fancybox-toolbar,
 .fancybox-caption,
 .fancybox-navigation .fancybox-button {
 	direction: ltr;
 	opacity: 0;
 	position: absolute;
 	transition: opacity .25s ease, visibility 0s ease .25s;
 	visibility: hidden;
 	z-index: 99997;
 }

 .fancybox-show-infobar .fancybox-infobar,
 .fancybox-show-toolbar .fancybox-toolbar,
 .fancybox-show-caption .fancybox-caption,
 .fancybox-show-nav .fancybox-navigation .fancybox-button {
 	opacity: 1;
 	transition: opacity .25s ease 0s, visibility 0s ease 0s;
 	visibility: visible;
 }

 .fancybox-infobar {
 	color: #ccc;
 	font-size: 13px;
 	-webkit-font-smoothing: subpixel-antialiased;
 	height: 44px;
 	left: 0;
 	line-height: 44px;
 	min-width: 44px;
 	mix-blend-mode: difference;
 	padding: 0 10px;
 	pointer-events: none;
 	top: 0;
 	-webkit-touch-callout: none;
 	-webkit-user-select: none;
 	-moz-user-select: none;
 	-ms-user-select: none;
 	user-select: none;
 }

 .fancybox-toolbar {
 	right: 0;
 	top: 0;
 }

 .fancybox-stage {
 	direction: ltr;
 	overflow: visible;
 	transform: translateZ(0);
 	z-index: 99994;
 }

 .fancybox-is-open .fancybox-stage {
 	overflow: hidden;
 }

 .fancybox-slide {
 	-webkit-backface-visibility: hidden;
 	/* Using without prefix would break IE11 */
 	display: none;
 	height: 100%;
 	left: 0;
 	outline: none;
 	overflow: auto;
 	-webkit-overflow-scrolling: touch;
 	padding: 44px;
 	position: absolute;
 	text-align: center;
 	top: 0;
 	transition-property: transform, opacity;
 	white-space: normal;
 	width: 100%;
 	z-index: 99994;
 }

 .fancybox-slide::before {
 	content: '';
 	display: inline-block;
 	font-size: 0;
 	height: 100%;
 	vertical-align: middle;
 	width: 0;
 }

 .fancybox-is-sliding .fancybox-slide,
 .fancybox-slide--previous,
 .fancybox-slide--current,
 .fancybox-slide--next {
 	display: block;
 }

 .fancybox-slide--image {
 	overflow: hidden;
 	padding: 44px 0;
 }

 .fancybox-slide--image::before {
 	display: none;
 }

 .fancybox-slide--html {
 	padding: 6px;
 }

 .fancybox-content {
 	background: #fff;
 	display: inline-block;
 	margin: 0;
 	max-width: 100%;
 	overflow: auto;
 	-webkit-overflow-scrolling: touch;
 	padding: 44px;
 	position: relative;
 	text-align: left;
 	vertical-align: middle;
 }

 .fancybox-slide--image .fancybox-content {
 	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
 	-webkit-backface-visibility: hidden;
 	background: transparent;
 	background-repeat: no-repeat;
 	background-size: 100% 100%;
 	left: 0;
 	max-width: none;
 	overflow: visible;
 	padding: 0;
 	position: absolute;
 	top: 0;
 	-ms-transform-origin: top left;
 	transform-origin: top left;
 	transition-property: transform, opacity;
 	-webkit-user-select: none;
 	-moz-user-select: none;
 	-ms-user-select: none;
 	user-select: none;
 	z-index: 99995;
 }

 .fancybox-can-zoomOut .fancybox-content {
 	cursor: zoom-out;
 }

 .fancybox-can-zoomIn .fancybox-content {
 	cursor: zoom-in;
 }

 .fancybox-can-swipe .fancybox-content,
 .fancybox-can-pan .fancybox-content {
 	cursor: -webkit-grab;
 	cursor: grab;
 }

 .fancybox-is-grabbing .fancybox-content {
 	cursor: -webkit-grabbing;
 	cursor: grabbing;
 }

 .fancybox-container [data-selectable='true'] {
 	cursor: text;
 }

 .fancybox-image,
 .fancybox-spaceball {
 	background: transparent;
 	border: 0;
 	height: 100%;
 	left: 0;
 	margin: 0;
 	max-height: none;
 	max-width: none;
 	padding: 0;
 	position: absolute;
 	top: 0;
 	-webkit-user-select: none;
 	-moz-user-select: none;
 	-ms-user-select: none;
 	user-select: none;
 	width: 100%;
 }

 .fancybox-spaceball {
 	z-index: 1;
 }

 .fancybox-slide--video .fancybox-content,
 .fancybox-slide--map .fancybox-content,
 .fancybox-slide--pdf .fancybox-content,
 .fancybox-slide--iframe .fancybox-content {
 	height: 100%;
 	overflow: visible;
 	padding: 0;
 	width: 100%;
 }

 .fancybox-slide--video .fancybox-content {
 	background: #000;
 }

 .fancybox-slide--map .fancybox-content {
 	background: #e5e3df;
 }

 .fancybox-slide--iframe .fancybox-content {
 	background: #fff;
 }

 .fancybox-video,
 .fancybox-iframe {
 	background: transparent;
 	border: 0;
 	display: block;
 	height: 100%;
 	margin: 0;
 	overflow: hidden;
 	padding: 0;
 	width: 100%;
 }

 /* Fix iOS */
 .fancybox-iframe {
 	left: 0;
 	position: absolute;
 	top: 0;
 }

 .fancybox-error {
 	background: #fff;
 	cursor: default;
 	max-width: 400px;
 	padding: 40px;
 	width: 100%;
 }

 .fancybox-error p {
 	color: #444;
 	font-size: 16px;
 	line-height: 20px;
 	margin: 0;
 	padding: 0;
 }

 /* Buttons */

 .fancybox-button {
 	background: rgba(30, 30, 30, .6);
 	border: 0;
 	border-radius: 0;
 	box-shadow: none;
 	cursor: pointer;
 	display: inline-block;
 	height: 44px;
 	margin: 0;
 	padding: 10px;
 	position: relative;
 	transition: color .2s;
 	vertical-align: top;
 	visibility: inherit;
 	width: 44px;
 }

 .fancybox-button,
 .fancybox-button:visited,
 .fancybox-button:link {
 	color: #ccc;
 }

 .fancybox-button:hover {
 	color: #fff;
 }

 .fancybox-button:focus {
 	outline: none;
 }

 .fancybox-button.fancybox-focus {
 	outline: 1px dotted;
 }

 .fancybox-button[disabled],
 .fancybox-button[disabled]:hover {
 	color: #888;
 	cursor: default;
 	outline: none;
 }

 /* Fix IE11 */
 .fancybox-button div {
 	height: 100%;
 }

 .fancybox-button svg {
 	display: block;
 	height: 100%;
 	overflow: visible;
 	position: relative;
 	width: 100%;
 }

 .fancybox-button svg path {
 	fill: currentColor;
 	stroke-width: 0;
 }

 .fancybox-button--play svg:nth-child(2),
 .fancybox-button--fsenter svg:nth-child(2) {
 	display: none;
 }

 .fancybox-button--pause svg:nth-child(1),
 .fancybox-button--fsexit svg:nth-child(1) {
 	display: none;
 }

 .fancybox-progress {
 	background: #ff5268;
 	height: 2px;
 	left: 0;
 	position: absolute;
 	right: 0;
 	top: 0;
 	-ms-transform: scaleX(0);
 	transform: scaleX(0);
 	-ms-transform-origin: 0;
 	transform-origin: 0;
 	transition-property: transform;
 	transition-timing-function: linear;
 	z-index: 99998;
 }

 /* Close button on the top right corner of html content */

 .fancybox-close-small {
 	background: transparent;
 	border: 0;
 	border-radius: 0;
 	color: #ccc;
 	cursor: pointer;
 	opacity: .8;
 	padding: 8px;
 	position: absolute;
 	right: -12px;
 	top: -44px;
 	z-index: 401;
 }

 .fancybox-close-small:hover {
 	color: #fff;
 	opacity: 1;
 }

 .fancybox-slide--html .fancybox-close-small {
 	color: currentColor;
 	padding: 10px;
 	right: 0;
 	top: 0;
 }

 .fancybox-slide--image.fancybox-is-scaling .fancybox-content {
 	overflow: hidden;
 }

 .fancybox-is-scaling .fancybox-close-small,
 .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
 	display: none;
 }

 /* Navigation arrows */

 .fancybox-navigation .fancybox-button {
 	background-clip: content-box;
 	height: 100px;
 	opacity: 0;
 	position: absolute;
 	top: calc(50% - 50px);
 	width: 70px;
 }

 .fancybox-navigation .fancybox-button div {
 	padding: 7px;
 }

 .fancybox-navigation .fancybox-button--arrow_left {
 	left: 0;
 	left: env(safe-area-inset-left);
 	padding: 31px 26px 31px 6px;
 }

 .fancybox-navigation .fancybox-button--arrow_right {
 	padding: 31px 6px 31px 26px;
 	right: 0;
 	right: env(safe-area-inset-right);
 }

 /* Caption */

 .fancybox-caption {
 	background: linear-gradient(to top,
 		rgba(0, 0, 0, .85) 0%,
 		rgba(0, 0, 0, .3) 50%,
 		rgba(0, 0, 0, .15) 65%,
 		rgba(0, 0, 0, .075) 75.5%,
 		rgba(0, 0, 0, .037) 82.85%,
 		rgba(0, 0, 0, .019) 88%,
 		rgba(0, 0, 0, 0) 100%);
 	bottom: 0;
 	color: #eee;
 	font-size: 14px;
 	font-weight: 400;
 	left: 0;
 	line-height: 1.5;
 	padding: 75px 44px 25px 44px;
 	pointer-events: none;
 	right: 0;
 	text-align: center;
 	z-index: 99996;
 }

 @supports (padding: max(0px)) {
 	.fancybox-caption {
 		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
 	}
 }

 .fancybox-caption--separate {
 	margin-top: -50px;
 }

 .fancybox-caption__body {
 	max-height: 50vh;
 	overflow: auto;
 	pointer-events: all;
 }

 .fancybox-caption a,
 .fancybox-caption a:link,
 .fancybox-caption a:visited {
 	color: #ccc;
 	text-decoration: none;
 }

 .fancybox-caption a:hover {
 	color: #fff;
 	text-decoration: underline;
 }

 /* Loading indicator */

 .fancybox-loading {
 	animation: fancybox-rotate 1s linear infinite;
 	background: transparent;
 	border: 4px solid #888;
 	border-bottom-color: #fff;
 	border-radius: 50%;
 	height: 50px;
 	left: 50%;
 	margin: -25px 0 0 -25px;
 	opacity: .7;
 	padding: 0;
 	position: absolute;
 	top: 50%;
 	width: 50px;
 	z-index: 99999;
 }

 @keyframes fancybox-rotate {
 	100% {
 		transform: rotate(360deg);
 	}
 }

 /* Transition effects */

 .fancybox-animated {
 	transition-timing-function: cubic-bezier(0, 0, .25, 1);
 }

 /* transitionEffect: slide */

 .fancybox-fx-slide.fancybox-slide--previous {
 	opacity: 0;
 	transform: translate3d(-100%, 0, 0);
 }

 .fancybox-fx-slide.fancybox-slide--next {
 	opacity: 0;
 	transform: translate3d(100%, 0, 0);
 }

 .fancybox-fx-slide.fancybox-slide--current {
 	opacity: 1;
 	transform: translate3d(0, 0, 0);
 }

 /* transitionEffect: fade */

 .fancybox-fx-fade.fancybox-slide--previous,
 .fancybox-fx-fade.fancybox-slide--next {
 	opacity: 0;
 	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
 }

 .fancybox-fx-fade.fancybox-slide--current {
 	opacity: 1;
 }

 /* transitionEffect: zoom-in-out */

 .fancybox-fx-zoom-in-out.fancybox-slide--previous {
 	opacity: 0;
 	transform: scale3d(1.5, 1.5, 1.5);
 }

 .fancybox-fx-zoom-in-out.fancybox-slide--next {
 	opacity: 0;
 	transform: scale3d(.5, .5, .5);
 }

 .fancybox-fx-zoom-in-out.fancybox-slide--current {
 	opacity: 1;
 	transform: scale3d(1, 1, 1);
 }

 /* transitionEffect: rotate */

 .fancybox-fx-rotate.fancybox-slide--previous {
 	opacity: 0;
 	-ms-transform: rotate(-360deg);
 	transform: rotate(-360deg);
 }

 .fancybox-fx-rotate.fancybox-slide--next {
 	opacity: 0;
 	-ms-transform: rotate(360deg);
 	transform: rotate(360deg);
 }

 .fancybox-fx-rotate.fancybox-slide--current {
 	opacity: 1;
 	-ms-transform: rotate(0deg);
 	transform: rotate(0deg);
 }

 /* transitionEffect: circular */

 .fancybox-fx-circular.fancybox-slide--previous {
 	opacity: 0;
 	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
 }

 .fancybox-fx-circular.fancybox-slide--next {
 	opacity: 0;
 	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
 }

 .fancybox-fx-circular.fancybox-slide--current {
 	opacity: 1;
 	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
 }

 /* transitionEffect: tube */

 .fancybox-fx-tube.fancybox-slide--previous {
 	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
 }

 .fancybox-fx-tube.fancybox-slide--next {
 	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
 }

 .fancybox-fx-tube.fancybox-slide--current {
 	transform: translate3d(0, 0, 0) scale(1);
 }

 /* Styling for Small-Screen Devices */
 @media all and (max-height: 576px) {
 	.fancybox-slide {
 		padding-left: 6px;
 		padding-right: 6px;
 	}

 	.fancybox-slide--image {
 		padding: 6px 0;
 	}

 	.fancybox-close-small {
 		right: -6px;
 	}

 	.fancybox-slide--image .fancybox-close-small {
 		background: #4e4e4e;
 		color: #f2f4f6;
 		height: 36px;
 		opacity: 1;
 		padding: 6px;
 		right: 0;
 		top: 0;
 		width: 36px;
 	}

 	.fancybox-caption {
 		padding-left: 12px;
 		padding-right: 12px;
 	}

 	@supports (padding: max(0px)) {
 		.fancybox-caption {
 			padding-left: max(12px, env(safe-area-inset-left));
 			padding-right: max(12px, env(safe-area-inset-right));
 		}
 	}
 }
 /* Share */

 .fancybox-share {
 	background: #f4f4f4;
 	border-radius: 3px;
 	max-width: 90%;
 	padding: 30px;
 	text-align: center;
 }

 .fancybox-share h1 {
 	color: #222;
 	font-size: 35px;
 	font-weight: 700;
 	margin: 0 0 20px 0;
 }

 .fancybox-share p {
 	margin: 0;
 	padding: 0;
 }

 .fancybox-share__button {
 	border: 0;
 	border-radius: 3px;
 	display: inline-block;
 	font-size: 14px;
 	font-weight: 700;
 	line-height: 40px;
 	margin: 0 5px 10px 5px;
 	min-width: 130px;
 	padding: 0 15px;
 	text-decoration: none;
 	transition: all .2s;
 	-webkit-user-select: none;
 	-moz-user-select: none;
 	-ms-user-select: none;
 	user-select: none;
 	white-space: nowrap;
 }

 .fancybox-share__button:visited,
 .fancybox-share__button:link {
 	color: #fff;
 }

 .fancybox-share__button:hover {
 	text-decoration: none;
 }

 .fancybox-share__button--fb {
 	background: #3b5998;
 }

 .fancybox-share__button--fb:hover {
 	background: #344e86;
 }

 .fancybox-share__button--pt {
 	background: #bd081d;
 }

 .fancybox-share__button--pt:hover {
 	background: #aa0719;
 }

 .fancybox-share__button--tw {
 	background: #1da1f2;
 }

 .fancybox-share__button--tw:hover {
 	background: #0d95e8;
 }

 .fancybox-share__button svg {
 	height: 25px;
 	margin-right: 7px;
 	position: relative;
 	top: -1px;
 	vertical-align: middle;
 	width: 25px;
 }

 .fancybox-share__button svg path {
 	fill: #fff;
 }

 .fancybox-share__input {
 	background: transparent;
 	border: 0;
 	border-bottom: 1px solid #d7d7d7;
 	border-radius: 0;
 	color: #5d5b5b;
 	font-size: 14px;
 	margin: 10px 0 0 0;
 	outline: none;
 	padding: 10px 15px;
 	width: 100%;
 }
 /* Thumbs */

 .fancybox-thumbs {
 	background: #ddd;
 	bottom: 0;
 	display: none;
 	margin: 0;
 	-webkit-overflow-scrolling: touch;
 	-ms-overflow-style: -ms-autohiding-scrollbar;
 	padding: 2px 2px 4px 2px;
 	position: absolute;
 	right: 0;
 	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 	top: 0;
 	width: 212px;
 	z-index: 99995;
 }

 .fancybox-thumbs-x {
 	overflow-x: auto;
 	overflow-y: hidden;
 }

 .fancybox-show-thumbs .fancybox-thumbs {
 	display: block;
 }

 .fancybox-show-thumbs .fancybox-inner {
 	right: 212px;
 }

 .fancybox-thumbs__list {
 	font-size: 0;
 	height: 100%;
 	list-style: none;
 	margin: 0;
 	overflow-x: hidden;
 	overflow-y: auto;
 	padding: 0;
 	position: absolute;
 	position: relative;
 	white-space: nowrap;
 	width: 100%;
 }

 .fancybox-thumbs-x .fancybox-thumbs__list {
 	overflow: hidden;
 }

 .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
 	width: 7px;
 }

 .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
 	background: #fff;
 	border-radius: 10px;
 	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
 }

 .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
 	background: #2a2a2a;
 	border-radius: 10px;
 }

 .fancybox-thumbs__list a {
 	-webkit-backface-visibility: hidden;
 	backface-visibility: hidden;
 	background-color: rgba(0, 0, 0, .1);
 	background-position: center center;
 	background-repeat: no-repeat;
 	background-size: cover;
 	cursor: pointer;
 	float: left;
 	height: 75px;
 	margin: 2px;
 	max-height: calc(100% - 8px);
 	max-width: calc(50% - 4px);
 	outline: none;
 	overflow: hidden;
 	padding: 0;
 	position: relative;
 	-webkit-tap-highlight-color: transparent;
 	width: 100px;
 }

 .fancybox-thumbs__list a::before {
 	border: 6px solid #ff5268;
 	bottom: 0;
 	content: '';
 	left: 0;
 	opacity: 0;
 	position: absolute;
 	right: 0;
 	top: 0;
 	transition: all .2s cubic-bezier(.25, .46, .45, .94);
 	z-index: 99991;
 }

 .fancybox-thumbs__list a:focus::before {
 	opacity: .5;
 }

 .fancybox-thumbs__list a.fancybox-thumbs-active::before {
 	opacity: 1;
 }

 /* Styling for Small-Screen Devices */
 @media all and (max-width: 576px) {
 	.fancybox-thumbs {
 		width: 110px;
 	}

 	.fancybox-show-thumbs .fancybox-inner {
 		right: 110px;
 	}

 	.fancybox-thumbs__list a {
 		max-width: calc(100% - 10px);
 	}
 }



 #header {
 	padding: 16px 0;
 	position: relative;
 	z-index: 99999;
 	position: fixed;
 	left: 0;
 	top: 0;
 	right: 0;
 	z-index: 9999;
 	background-color: #fff;
 	box-shadow: 0 2px 2px rgba(0,0,0, 0.2);
 }

 #header .container {
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
 	-webkit-box-pack: justify;
 	-ms-flex-pack: justify;
 	justify-content: space-between;
 	-webkit-box-align: center;
 	-ms-flex-align: center;
 	align-items: center;
 }

 #header .logo {
 	width: 111px;
 }

 #nav {
 	-webkit-transition: -webkit-transform .3s ease-in-out;
 	transition: -webkit-transform .3s ease-in-out;
 	transition: transform .3s ease-in-out;
 	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
 	position: fixed;
 	top: 70px;
 	left: 0;
 	right: 0;
 	bottom: 0;
 	z-index: 99;
 	-webkit-transform: translateX(-100%);
 	-ms-transform: translateX(-100%);
 	transform: translateX(-100%);
 }

 .nav-active #nav {
 	-webkit-transform: none;
 	-ms-transform: none;
 	transform: none;
 }

 #nav:before {
 	position: absolute;
 	left: 0;
 	right: 0;
 	bottom: 0;
 	top: 0;
 	background-image: -webkit-linear-gradient(left, #662e88 0%, #831f79 100%);
 	background-image: linear-gradient(to right, #662e88 0%, #831f79 100%);
 	z-index: -1;
 	content: "";
 }

 #nav ul {
 	text-transform: uppercase;
 	font-weight: 400;
 }

 #nav ul a {
 	opacity: .8;
 	color: #252525;
 	text-decoration: none;
 	font-size: 14px;
 	font-weight: 400;
 }

 #nav ul a:hover,
 #nav ul a.active {
 	color: #6E2580;
 }

 #nav ul li {
 	border-bottom: 1px solid rgba(255, 255, 255, .3);
 }

 .nav-opener {
 	width: 36px;
 	height: 22px;
 	font-size: 0;
 	line-height: 0;
 	-webkit-box-ordinal-group: 0;
 	-ms-flex-order: -1;
 	order: -1;
 	position: relative;
 	display: block;
 }

 .nav-opener:after,
 .nav-opener:before,
 .nav-opener span {
 	-webkit-transition: margin .3s ease-in-out, background-color .3s ease-in-out;
 	transition: margin .3s ease-in-out, background-color .3s ease-in-out;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	-webkit-transform: translate(-50%, 50%);
 	-ms-transform: translate(-50%, 50%);
 	transform: translate(-50%, 50%);
 	height: 3px;
 	width: 100%;
 	background-color: #000;
 	margin-top: -3px;
 }

 .nav-active .nav-opener:after,
 .nav-active .nav-opener:before,
 .nav-active
 .nav-opener span {
 	margin-top: -3px;
 	background-color: transparent;
 }

 .nav-opener:after {
 	content: "";
 	margin-top: -12px;
 }

 .nav-opener:before {
 	content: "";
 	margin-top: 6px;
 }

 .nav-opener span:before,
 .nav-opener span:after {
 	-webkit-transition: width .3s ease-in-out, background-color .3s ease-in-out;
 	transition: width .3s ease-in-out, background-color .3s ease-in-out;
 	background-color: transparent;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	content: "";
 	height: 3px;
 	width: 0;
 	-webkit-transform: translate(-50%, -50%);
 	-ms-transform: translate(-50%, -50%);
 	transform: translate(-50%, -50%);
 	z-index: 2;
 }

 .nav-active .nav-opener span:before,
 .nav-active .nav-opener span:after {
 	background-color: #000;
 }

 .nav-opener span:before {
 	-webkit-transform: translate(-50%, -50%) rotate(45deg);
 	-ms-transform: translate(-50%, -50%) rotate(45deg);
 	transform: translate(-50%, -50%) rotate(45deg);
 }

 .nav-active .nav-opener span:before {
 	width: 36px;
 }

 .nav-opener span:after {
 	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
 	-ms-transform: translate(-50%, -50%) rotate(-45deg);
 	transform: translate(-50%, -50%) rotate(-45deg);
 }

 .nav-active .nav-opener span:after {
 	width: 36px;
 }

 .nav-active {
 	overflow: hidden;
 }

 .footer {
 	padding-top: 20px;
 	border: 1px solid #eaeaea;
 }

 .footer .footer-nav-wrap {
 	position: relative;
 }

 .footer .footer-nav-wrap .select-language {
 	position: absolute;
 	right: 0;
 	top: 50%;
 	-webkit-transform: translateY(-50%);
 	-ms-transform: translateY(-50%);
 	transform: translateY(-50%);
 	display: none;
 	margin-top: -4px;
 }

 .footer .footer-nav-wrap .select-language .select-drop {
 	top: auto;
 	bottom: -11px;
 	padding-top: 30px;
 	padding-bottom: 52px;
 }

 .footer .footer-nav {
 	margin: 0 -5px;
 	padding: 30px 0;
 	border-bottom: 1px solid #d8d8d8;
 	text-align: center;
 }

 .footer .footer-nav li {
 	padding: 0 5px;
 	margin-bottom: 16px;
 }

 .footer .footer-nav a {
 	color: #2c262d;
 	font-size: 16px;
 	font-weight: 500;
 	text-transform: uppercase;
 	text-decoration: none;
 }

 .footer .footer-nav a:hover {
 	color: #7b2a89;
 }

 .footer .footer-bottom {
 	color: #a5a5a5;
 	padding: 15px 0;
 	text-align: center;
 }

 .footer .social-networks {
 	padding: 26px 0;
 	margin: 0 -7px;
 }

 .footer .social-networks li {
 	padding: 0 7px;
 	margin-bottom: 10px;
 }

 .footer .social-networks a {
 	color: #fff;
 }

 .select-language {
 	position: relative;
 	z-index: 5;
 }

 .select-language .language-opener {
 	-webkit-transform: translate3d(0, 0, 0);
 	display: block;
 	position: relative;
 	display: inline-block;
 	vertical-align: top;
 	width: 32px;
 	z-index: 6;
 	text-decoration: none;
 	padding-bottom: 4px;
 }

 .select-language .language-opener img {
 	vertical-align: middle;
 	width: 14px;
 }

 .select-language .language-opener:after {
 	font: 10px/1.2 icomoon;
 	position: absolute;
 	content: "\e906";
 	right: 0;
 	top: 50%;
 	-webkit-transform: translateY(-50%);
 	-ms-transform: translateY(-50%);
 	transform: translateY(-50%);
 	-webkit-transition: -webkit-transform .3s ease-in-out;
 	transition: -webkit-transform .3s ease-in-out;
 	transition: transform .3s ease-in-out;
 	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
 	color: #959595;
 	text-decoration: none;
 }

 .select-language:hover .select-drop {
 	opacity: 1;
 	visibility: visible;
 }

 .select-language:hover .language-opener:after {
 	-webkit-transform: translateY(-50%) rotate(180deg);
 	-ms-transform: translateY(-50%) rotate(180deg);
 	transform: translateY(-50%) rotate(180deg);
 }

 .select-language .select-drop {
 	position: absolute;
 	background-color: #fff;
 	border: 1px solid #e2e2e2;
 	opacity: 0;
 	padding: 22px;
 	padding-bottom: 52px;
 	position: absolute;
 	right: -10px;
 	bottom: -10px;
 	visibility: hidden;
 	width: 310px;
 	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
 	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
 }

 .select-language .select-drop ul {
 	height: calc(100vh - 280px);
 	overflow: hidden;
 	overflow-y: auto;
 }

 .select-language .select-drop li {
 	border-bottom: 1px solid #e2e2e2;
 }

 .select-language .select-drop li:first-child {
 	border-top: 1px solid #e2e2e2;
 }

 .select-language .select-drop a {
 	color: #9e9e9e;
 	display: block;
 	font-size: 14px;
 	font-weight: 700;
 	line-height: 50px;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	white-space: nowrap;
 }

 .select-language .select-drop a:hover {
 	color: #000;
 }

 #wrapper {
 	position: relative;
 	width: 100%;
 	overflow: hidden;
 	padding-top: 72px;
 }

 .container {
 	max-width: 1214px;
 	width: 100%;
 	margin: 0 auto;
 	padding: 0 22px;
 }

 .social-networks {
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
 	margin: 0 -10px;
 	-webkit-box-pack: center;
 	-ms-flex-pack: center;
 	justify-content: center;
 }

 .social-networks li {
 	padding: 0 10px;
 }

 .social-networks a {
 	width: 25px;
 	height: 25px;
 	background-color: #a5a5a5;
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
 	border-radius: 50%;
 	text-decoration: none;
 	-webkit-box-align: center;
 	-ms-flex-align: center;
 	align-items: center;
 	-webkit-box-pack: center;
 	-ms-flex-pack: center;
 	justify-content: center;
 }

 .social-networks a:hover {
 	background: #692d87;
 }

 .btn {
 	-webkit-transition: background .3s ease-in-out;
 	transition: background .3s ease-in-out;
 	border-radius: 5px;
 	background-color: #6E2580;
 	display: inline-block;
 	vertical-align: top;
 	text-transform: uppercase;
 	color: #fff;
 	padding: 10px 41px;
 	font-weight: 500;
 	position: relative;
 	z-index: 9;
 	font-size: 14px;
 	text-decoration: none;
 	text-align: center;
 }

 .btn:hover {
 	background-color: #804580;
 }

 .btn.btn-white {
 	background: #fff;
 	color: #6E2580;
 	font-weight: 400;
 }

 .btn.btn-white:hover {
 	color: #fff;
 	background: #6E2580;
 }

 .btn.btn-small {
 	padding: 9.6px 41px;
 	font-weight: 400;
 	line-height: 1.5;
 }

 .btn.btn-text {
 	padding: 0;
 	text-decoration: underline;
 	background: none;
 	color: #892e82;
 	font-weight: 400;
 }

 .btn.btn-text:hover {
 	text-decoration: none;
 }

 .btn-play {
 	border-radius: 50%;
 	background: #fff;
 	position: relative;
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
 	-webkit-box-align: center;
 	-ms-flex-align: center;
 	align-items: center;
 	-webkit-box-pack: center;
 	-ms-flex-pack: center;
 	justify-content: center;
 	width: 50px;
 	height: 50px;
 }

 .btn-play img {
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	-webkit-transform: translate(-50%, -50%);
 	-ms-transform: translate(-50%, -50%);
 	transform: translate(-50%, -50%);
 }

 .btn-play:before,
 .btn-play:after,
 .btn-play .triangle:before {
 	content: "";
 	position: absolute;
 	border-radius: 50%;
 	border: 3px solid #fff;
 	left: -30px;
 	right: -30px;
 	top: -30px;
 	bottom: -30px;
 	display: block;
 	-webkit-animation: pulse 1.5s linear infinite;
 	animation: pulse 1.5s linear infinite;
 	opacity: 0;
 }

 .btn-play:after {
 	-webkit-animation-delay: .5s;
 	animation-delay: .5s;
 }

 .btn-play .triangle:before {
 	-webkit-animation-delay: 1s;
 	animation-delay: 1s;
 }

 .btn-load-more,
 .btn-plus {
 	width: 50px;
 	height: 50px;
 	display: table;
 	margin: 0 auto 30px;
 	font-size: 0;
 	line-height: 0;
 	border-radius: 50%;
 	border: 2px solid #C0C0C0;
 	padding: 0;
 	position: relative;
 }

 .btn-load-more:before,
 .btn-load-more:after,
 .btn-plus:before,
 .btn-plus:after {
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	width: 20px;
 	height: 2px;
 	content: '';
 	background-color: #C0C0C0;
 	-webkit-transform: translate(-50%, -50%);
 	-ms-transform: translate(-50%, -50%);
 	transform: translate(-50%, -50%);
 }

 .btn-load-more:after,
 .btn-plus:after {
 	-webkit-transform: translate(-50%, -50%) rotate(90deg);
 	-ms-transform: translate(-50%, -50%) rotate(90deg);
 	transform: translate(-50%, -50%) rotate(90deg);
 }

 .btn-plus.open:after {
 	opacity: 0;
 }

 .btn-plus.hidden {
 	display: none;
 }

 .btn-load-more.no-content {
 	display: none;
 }

 .three-columns {
 	padding-bottom: 20px;
 }

 .three-columns .col {
 	padding: 24px 22px 70px;
 	background-color: #fff;
 	border-radius: 6px;
 	border: 1px solid #e8e8e8;
 	text-align: left;
 	margin-bottom: 20px;
 	position: relative;
 }

 .three-columns .col .btn {
 	position: absolute;
 	left: 22px;
 	right: 22px;
 	bottom: 27px;
 }

 .viewport-section .fade {
 	-webkit-transition: opacity .8s ease-in-out, visibility .8s ease-in-out, -webkit-transform .8s ease-in-out;
 	transition: opacity .8s ease-in-out, visibility .8s ease-in-out, -webkit-transform .8s ease-in-out;
 	transition: opacity .8s ease-in-out, visibility .8s ease-in-out, transform .8s ease-in-out;
 	transition: opacity .8s ease-in-out, visibility .8s ease-in-out, transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
 }

 .banner {
 	position: relative;
 	min-height: 835px;
 	overflow: hidden;
 	color: #fff;
 	text-align: center;
 	background: rgba(0,0,0,0.5);
 }

 .banner .img {
 	max-width: 202px;
 	margin: 0 auto 20px;
 	position: relative;
 }

 .banner .img .product {
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	-webkit-transform: translate(-50%, -50%);
 	-ms-transform: translate(-50%, -50%);
 	transform: translate(-50%, -50%);
 	max-width: 90%;
 }

 .banner .text {
 	padding: 62px 4px 0;
 }

 .feature-list {
 	color: #2c262d;
 	font-size: 14px;
 	font-weight: 500;
 	text-transform: uppercase;
 	border-radius: 6px;
 	background-color: rgba(255, 255, 255, .9);
 	padding: 7px 20px;
 	text-align: left;
 	max-width: 314px;
 	margin: 0 auto;
 }

 .feature-list li {
 	padding: 20px 0 20px 25px;
 	position: relative;
 	border-bottom: 1px solid rgba(44, 38, 45, .12);
 }

 .feature-list li:last-child {
 	border-bottom: none;
 }

 .feature-list li:before,
 .feature-list li:after {
 	position: absolute;
 	border-radius: 50%;
 	content: "";
 }

 .feature-list li:before {
 	width: 14px;
 	height: 14px;
 	left: 0;
 	top: 24px;
 	background-color: transparent;
 	border: 1px solid rgba(146, 37, 137, .33);
 	-webkit-animation: bullet 1s infinite;
 	animation: bullet 1s infinite;
 }

 .feature-list li:after {
 	width: 6px;
 	height: 6px;
 	background-color: #922589;
 	left: 4px;
 	top: 28px;
 	-webkit-animation: bullet 1s infinite;
 	animation: bullet 1s infinite;
 }

 .bg-image {
 	position: absolute;
 	left: 0;
 	right: 0;
 	top: 0;
 	bottom: 0;
 	z-index: -1;
 }

 .bg-image > div {
 	position: absolute;
 	left: 0;
 	right: 0;
 	bottom: 0;
 	top: 0;
 	background-size: cover;
 	background-position: 50% 50%;
 }

 .desktop-img {
 	display: none;
 }

 .mid-banner {
 	padding: 60px 0;
 	text-align: center;
 	color: #fff;
 }

 .mid-banner .img {
 	box-shadow: 0 6px 34px rgba(0, 0, 0, .2);
 	border-radius: 6px;
 	background-color: #fff;
 	padding: 20px 40px;
 	display: table;
 	margin: 0 auto 23px;
 }

 .mid-banner .btn {
 	display: table;
 	margin: 0 auto;
 }

 .mid-banner .img img {
 	width: 210px;
 }

 .mid-banner h3 {
 	margin-bottom: 31px;
 }

 .video-section {
 	text-align: center;
 	padding: 48px 0 60px;
 }

 .video-section .two-columns {
 	margin: 0;
 }

 .video-section .text {
 	padding-bottom: 21px;
 }

 .video-section .text p {
 	margin-bottom: 11px;
 }

 .video-section .text a:not([class]) {
 	margin-bottom: 2px;
 }

 .video {
 	position: relative;
 }

 .video:hover .play-button {
 	-webkit-transform: translate(-50%, -50%) scale(1.2);
 	-ms-transform: translate(-50%, -50%) scale(1.2);
 	transform: translate(-50%, -50%) scale(1.2);
 }

 .video .play-button {
 	-webkit-transition: -webkit-transform .3s ease-in-out;
 	transition: -webkit-transform .3s ease-in-out;
 	transition: transform .3s ease-in-out;
 	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	-webkit-transform: translate(-50%, -50%);
 	-ms-transform: translate(-50%, -50%);
 	transform: translate(-50%, -50%);
 }

 .product-section {
 	text-align: center;
 	padding: 50px 0 32px;
 	color: #fff;
 	position: relative;
 	background-image: -webkit-linear-gradient(69deg, #16091e 0%, #6E2580 100%);
 	background-image: linear-gradient(21deg, #16091e 0%, #6E2580 100%);
 	overflow: hidden;
 }

 .product-section .oval {
 	position: absolute;
 	max-width: none;
 	width: 740px;
 	left: -316px;
 	top: -320px;
 }

 .product-section .product {
 	position: relative;
 	max-width: none;
 	width: 250px;
 	z-index: 1;
 	margin-bottom: 30px;
 }

 .product-section .text {
 	position: relative;
 }

 .products {
 	text-align: center;
 	background-color: #efeeee;
 	padding: 44px 0 40px;
 }

 .products .img {
 	height: 160px;
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
 	-webkit-box-align: center;
 	-ms-flex-align: center;
 	align-items: center;
 	-webkit-box-pack: center;
 	-ms-flex-pack: center;
 	justify-content: center;
 	margin-bottom: 45px;
 	border-radius: 6px;
 	border: 1px solid rgba(151, 151, 151, .12);
 }

 .products .col {
 	padding-bottom: 63px;
 	border: none;
 }

 .products .col h4 {
 	color: #7f217a;
 	font-weight: 500;
 	margin-bottom: 15px;
 	font-size: 22px;
 }

 .products .col .btn {
 	left: 30px;
 }

 .products .col .text {
 	text-align: center;
 	line-height: 1.875;
 	font-size: 16px;
 }

 .community {
 	padding: 60px 0 44px;
 	background-image: -webkit-linear-gradient(48deg, #16091e 0%, #6E2580 100%);
 	background-image: linear-gradient(42deg, #16091e 0%, #6E2580 100%);
 	text-align: center;
 	color: #fff;
 }

 .community .col {
 	-webkit-transition: transform .3s ease-in-out;
 	transition: transform .3s ease-in-out;
 	color: #2c262d;
 	padding-bottom: 92px !important;
 	position: relative;
 }

 .community .col:hover {
 	-webkit-transform: scale(1.05) !important;
 	-ms-transform: scale(1.05) !important;
 	transform: scale(1.05) !important;
 }

 .community .col .whole-link {
 	font-size: 0;
 	line-height: 0;
 	position: absolute;
 	left: 0;
 	right: 0;
 	top: 0;
 	bottom: 0;
 	z-index: 5;
 }

 .community .col .whole-link:hover ~ .text h4 {
 	color: #7f217a;
 }

 .community h4 {
 	-webkit-transition: color .3s ease-in-out;
 	transition: color .3s ease-in-out;
 	font-size: 18px;
 	font-weight: 500;
 	line-height: 1.3;
 }

 .community .img {
 	margin-bottom: 24px;
 }

 .community .img img {
 	width: 100%;
 }

 .community .foot {
 	border-top: 1px solid #e8e8e8;
 	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;
 	font-size: 14px;
 	line-height: 1.5714;
 	font-weight: 500;
 	position: absolute;
 	left: 21px;
 	right: 21px;
 	bottom: 25px;
 	padding-top: 24px;
 }

 .community .foot time {
 	color: #a5a5a5;
 }

 .community .stats {
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
 }

 .community .stats li {
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
 	-webkit-box-align: center;
 	-ms-flex-align: center;
 	align-items: center;
 	margin-right: 12px;
 }

 .community .stats li img {
 	margin-right: 5px;
 }

 .switches {
 	text-align: center;
 	padding: 49px 0 40px;
 	background-color: #e7e6e6;
 }

 .switches h5 {
 	background-color: #6E2580;
 	color: #fff;
 	position: relative;
 	text-align: left;
 	padding: 26px 20px 26px 97px;
 	margin: 0 -29px 30px;
 }

 .switches h5 img {
 	position: absolute;
 	left: 27px;
 	top: 50%;
 	-webkit-transform: translateY(-50%);
 	-ms-transform: translateY(-50%);
 	transform: translateY(-50%);
 }

 .switches .img {
 	border-radius: 6px;
 	overflow: hidden;
 	margin-bottom: 24px;
 }

 .switches .text p {
 	margin-bottom: 16px;
 }

 .two-columns .col {
 	border: 1px solid #cccbcb;
 	background-color: #fff;
 	padding: 0 29px 74px;
 	color: #585459;
 	font-size: 14px;
 	line-height: 2;
 	border-radius: 6px;
 	overflow: hidden;
 	margin-bottom: 20px;
 	position: relative;
 }

 .two-columns .col .btn {
 	left: 29px;
 	right: 29px;
 	position: absolute;
 	bottom: 29px;
 }

 .two-columns .col .img img {
 	width: 100%;
 }

 .services {
 	padding: 60px 0;
 	text-align: center;
 	background-color: #efeeee;
 }

 .services .col {
 	padding: 24px 22px 70px;
 	text-align: left;
 	font-size: 16px;
 	line-height: 1.875;
 }

 .services .col p {
 	margin-bottom: 24px;
 }

 .services .col p a {
 	text-decoration: none;
 	font-weight: 700;
 	color: inherit;
 	font-size: inherit;
 }

 .services .foot {
 	display: block;
 	font-weight: 400;
 	color: #969696;
 	position: absolute;
 	left: 22px;
 	right: 22px;
 	bottom: 15px;
 }

 .services .foot a {
 	font-weight: 400 !important;
 	font-size: 16px !important;
 	margin-top: -3px;
 }

 .services h4 {
 	color: #7f217a;
 	font-size: 18px;
 	font-weight: 500;
 	margin-bottom: 0;
 }

 .services .img {
 	margin-bottom: 23px;
 }

 .training {
 	padding: 60px 0 30px;
 	text-align: center;
 }

 .training h4 {
 	color: #7f217a;
 	font-size: 18px;
 	font-weight: 500;
 	margin-bottom: 0;
 }

 .training .text {
 	font-size: 16px;
 	line-height: 1.875;
 }

 .training .box {
 	text-align: left;
 	background-color: #F4F4F4;
 	border-radius: 6px;
 	padding: 24px 22px 30px;
 	margin-bottom: 30px;
 }

 .training .img {
 	margin-bottom: 18px;
 	text-align: center;
 }

 .training .img img {
 	width: 100%;
 }

 .partners {
 	text-align: center;
 	padding: 62px 0 60px;
 }

 .partners h2 {
 	font-size: 20px;
 	font-weight: 500;
 }

 .partners .partners-list {
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
 	padding-bottom: 30px;
 }

 .partners .partners-list li {
 	width: 50%;
 	padding: 20px 10px;
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
 	-webkit-box-align: center;
 	-ms-flex-align: center;
 	align-items: center;
 	-webkit-box-pack: flex-start;
 	-ms-flex-pack: flex-start;
 	justify-content: flex-start;
 }

 .partners .partners-list li.load-more-item {
 	display: none;
 }

 .partners .partners-list li.item-flex {
 	display: flex !important;
 }

 .partners .partners-list li a {
 	-webkit-transition: filter .3s ease-in-out, opacity .3s ease-in-out;
 	transition: filter .3s ease-in-out, opacity .3s ease-in-out;
 	display: inline;
 	position: relative;
 }

 .partners .partners-list li a .img-color {
 	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
 	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
 	opacity: 0;
 	visibility: hidden;
 	position: absolute;
 	top: 0;
 	bottom: 0;
 	left: 0;
 	right: 0;
 }

 .partners .partners-list li a:hover .img-color {
 	opacity: 1;
 	visibility: visible;
 }

 .partners .btn {
 	font-weight: 400;
 }

 .case-studies {
 	padding: 60px 0;
 	text-align: center;
 	background-position: 50% 50%;
 	background-size: cover;
 	color: #fff;
 }

 .case-studies .btn {
 	right: auto !important;
 }

 .case-studies .text {
 	color: #6a2c86;
 	font-size: 18px;
 	font-weight: 500;
 	margin: 0;
 	line-height: 1.25;
 	font-style: normal;
 	padding: 12px 0;
 }

 .case-studies .text q {
 	display: block;
 	margin-bottom: 27px;
 }

 .case-studies .text cite {
 	display: block;
 	color: #2c262d;
 	font-weight: 500;
 	text-transform: uppercase;
 	font-size: 12px;
 	font-style: normal;
 	margin-bottom: 14px;
 	border-top: 1px solid #e8e8e8;
 	padding-top: 16px;
 }

 .case-studies .text cite .title {
 	font-size: 14px;
 	display: block;
 	font-weight: 400;
 	text-transform: none;
 	padding-top: 7px;
 }

 .case-studies .img img {
 	width: 100%;
 }

 .cases {
 	text-align: center;
 	background-color: #efeeee;
 	padding: 44px 0 60px;
 }

 .cases .slick-slider {
 	padding-bottom: 42px;
 	max-width: 340px;
 	margin: 0 auto;
 }

 .cases .slick-slider .slick-list {
 	margin: 0 -20px;
 }

 .cases .slide {
 	border-radius: 6px;
 	border: 1px solid #e8e8e8;
 	background-color: #fff;
 	padding: 24px 20px;
 	text-align: left;
 	margin: 0 20px;
 }

 .cases .slide .img {
 	margin-bottom: 22px;
 }

 .cases .slide .img img {
 	width: 100%;
 }

 .cases .slide .text {
 	font-size: 16px;
 	line-height: 1.875;
 }

 .cases .slide .btn {
 	margin-top: -9px;
 }

 .cases h4 {
 	color: #6E2580;
 	font-size: 18px;
 	font-weight: 500;
 	margin-bottom: 5px;
 }

 .reviews {
 	background-color: rgba(250, 250, 250, .7);
 	text-align: center;
 	padding: 64px 0 69px;
 	position: relative;
 }

 .reviews .btn {
 	position: absolute;
 	left: 50%;
 	-webkit-transform: translateX(-50%);
 	-ms-transform: translateX(-50%);
 	transform: translateX(-50%);
 	bottom: 115px;
 }

 .reviews .itcs-widgetc--user-avatar,
 .reviews .itcs-widgetc--user-identity-split,
 .reviews .itcs-widgetc--user-identity,
 .reviews .itcs-widgetc--snippet-title,
 .reviews .itcs-widgetc--snippet-body-link,
 .reviews .itcs-widgetc--branding-logo,
 .reviews .itcs-widgetc--branding-link {
 	display: none !important;
 }

 .reviews h2 {
 	margin-bottom: 27px;
 }

 .reviews .slick-slide {
 	position: relative;
 }

 .reviews .slick-slide:focus {
 	outline: none;
 }

 .reviews .reviews-nav {
 	max-width: 550px;
 	overflow: hidden;
 	margin: 0 auto 20px;
 }

 .reviews .username {
 	color: #2c262d;
 	font-size: 16px;
 	font-weight: 500;
 	display: block;
 }

 .reviews .user-title {
 	color: #585459;
 	font-size: 14px;
 	font-weight: 500;
 	display: block;
 }

 .reviews .itcs-widgetc--rating-star {
 	color: #cbcbcb !important;
 	margin: 0 2px !important;
 }

 .reviews .itcs-widgetc--rating-star:before {
 	background-image: url(../images/blank-star.svg);
 	width: 14px;
 	height: 14px;
 	display: block;
 	background-size: cover;
 	content: "";
 }

 .reviews .itcs-widgetc--rating {
 	display: -webkit-box !important;
 	display: -ms-flexbox !important;
 	display: flex !important;
 	-ms-flex-wrap: wrap !important;
 	flex-wrap: wrap !important;
 	position: absolute !important;
 	bottom: 77px !important;
 	left: 50% !important;
 	-webkit-transform: translateX(-50%) !important;
 	-ms-transform: translateX(-50%) !important;
 	transform: translateX(-50%) !important;
 	font-size: 19px !important;
 	line-height: 1;
 }

 .reviews .itcs-widgetc--rating.rating-1_0 .itcs-widgetc--rating-star:nth-child(-n+1):before {
 	background-image: url(../images/star.svg);
 }

 .reviews .itcs-widgetc--rating.rating-2_0 .itcs-widgetc--rating-star:nth-child(-n+2):before {
 	background-image: url(../images/star.svg);
 }

 .reviews .itcs-widgetc--rating.rating-3_0 .itcs-widgetc--rating-star:nth-child(-n+3):before {
 	background-image: url(../images/star.svg);
 }

 .reviews .itcs-widgetc--rating.rating-4_0 .itcs-widgetc--rating-star:nth-child(-n+4):before {
 	background-image: url(../images/star.svg);
 }

 .reviews .itcs-widgetc--rating.rating-5_0 .itcs-widgetc--rating-star:nth-child(-n+5):before {
 	background-image: url(../images/star.svg);
 }

 .reviews .itcs-widgetc--slide-contents {
 	border: 1px solid rgba(211, 211, 211, .52) !important;
 	background-color: #fff !important;
 	text-align: left !important;
 	position: relative !important;
 	z-index: 9 !important;
 	color: #2c262d !important;
 	padding: 60px 35px 100px 47px !important;
 	height: 100% !important;
 }

 .reviews .itcs-widgetc--slide-contents:before {
 	width: 78px;
 	height: 75px;
 	position: absolute;
 	top: 50px;
 	z-index: 1;
 	background-image: url(../images/quote.svg);
 	content: "";
 	background-size: cover;
 	opacity: .21;
 	right: 38px;
 }

 .reviews .itcs-widgetc--slide-contents .itcs-widgetc--snippet-body {
 	font-size: 14px !important;
 	line-height: 2 !important;
 }

 .reviews .itcs-widgetc {
 	max-width: none !important;
 	padding: 60px 0 !important;
 }

 .reviews .tns-nav {
 	left: 0 !important;
 	right: 0 !important;
 	bottom: -60px !important;
 	text-align: center;
 	-webkit-transform: none !important;
 	-ms-transform: none !important;
 	transform: none !important;
 }

 .reviews .tns-outer,
 .reviews .itcs-widgetc--snippet {
 	margin: 0 !important;
 }

 .reviews .itcs-widgetc--rating-star {
 	background: none !important;
 }

 .reviews .tns-nav button {
 	-webkit-transition: background .3s ease-in-out;
 	transition: background .3s ease-in-out;
 	font-size: 0;
 	padding: 0 !important;
 	margin: 0 !important;
 	width: 9px !important;
 	height: 9px !important;
 	border-radius: 50% !important;
 	border: 1px solid #7b2a89 !important;
 	background: none !important;
 	margin: 0 5px !important;
 }

 .reviews .tns-nav button:hover,
 .reviews .tns-nav button.tns-nav-active {
 	background: #7b2a89 !important;
 }

 .reviews .itcs-widgetc--snippet-body {
 	margin-bottom: 20px !important;
 }

 .review-slider {
 	padding-bottom: 92px;
 }

 .review-slider .slick-list {
 	overflow: visible !important;
 	padding: 0 20px;
 	margin: 0 -11px;
 }

 .review-slider .slick-track {
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
 }

 .review-slider .slick-slide {
 	padding: 0 11px;
 }

 .review-slider .slick-slide > * {
 	height: 100%;
 }

 .review-slider .btn-arrow {
 	display: none !important;
 }

 .review-holder {
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
 	-webkit-box-orient: vertical;
 	-webkit-box-direction: reverse;
 	-ms-flex-direction: column-reverse;
 	flex-direction: column-reverse;
 }

 .review-holder > * {
 	width: 100%;
 }

 .reviews--btn .slick-slide {
 	position: relative;
 }

 .reviews--btn .itcs-widgetc--branding-link {
 	position: absolute;
 	text-align: center;
 	text-transform: uppercase;
 	color: #7b2a89;
 	font-size: 14px;
 	font-weight: 400;
 	z-index: 99;
 	display: inline-block !important;
 	vertical-align: top;
 	bottom: 25px;
 	left: 50%;
 	-webkit-transform: translateX(-50%);
 	-ms-transform: translateX(-50%);
 	transform: translateX(-50%);
 }

 .reviews--btn .itcs-widgetc--branding-link:before {
 	-webkit-transition: width .3s ease-in-out;
 	transition: width .3s ease-in-out;
 	content: "";
 	position: absolute;
 	left: 0;
 	width: 100%;
 	bottom: 0;
 	height: 1px;
 	background: #7b2a89;
 }

 .reviews--btn .itcs-widgetc--branding-link:hover:before {
 	width: 0;
 }

 .reviews--btn .review-slider {
 	padding-bottom: 70px;
 }

 .reviews--secondary .itcs-widgetc--user-avatar {
 	display: block !important;
 	width: 40px !important;
 	height: 40px !important;
 	margin: 0 !important;
 	overflow: hidden;
 	border-radius: 50%;
 	box-shadow: 0 3px 13px rgba(0, 0, 0, .21);
 }

 .reviews--secondary .itcs-widgetc--user-avatar img {
 	width: 100% !important;
 	height: auto !important;
 }

 .reviews--secondary .itcs-widgetc--user-identity {
 	display: -webkit-box !important;
 	display: -ms-flexbox !important;
 	display: flex !important;
 	padding-left: 15px;
 	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
 	-webkit-box-align: center;
 	-ms-flex-align: center;
 	align-items: center;
 	margin-bottom: 0;
 	-ms-flex-line-pack: center;
 	align-content: center;
 }

 .reviews--secondary .itcs-widgetc--user {
 	margin-bottom: 33px !important;
 	display: -webkit-box !important;
 	display: -ms-flexbox !important;
 	display: flex !important;
 	-ms-flex-wrap: wrap !important;
 	flex-wrap: wrap !important;
 	-webkit-box-align: center;
 	-ms-flex-align: center;
 	align-items: center;
 	-ms-flex-line-pack: center;
 	align-content: center;
 	margin-right: -20px !important;
 }

 .reviews--secondary .itcs-widgetc--user-name {
 	color: #2c262d !important;
 	font-size: 14px !important;
 }

 .reviews--secondary .itcs-widgetc--user-job-title {
 	text-align: left;
 	display: block;
 	color: #979797;
 	font-size: 12px;
 	font-weight: 500;
 }

 .reviews--secondary .reviews-nav {
 	display: none;
 }

 .reviews--branding .slick-slide .itcs-widgetc--branding-logo {
 	display: block !important;
 	position: absolute !important;
 	bottom: 65px !important;
 	right: 56px !important;
 	margin: 0 !important;
 	width: 93px !important;
 	z-index: 99;
 	height: auto !important;
 }

 .reviews--branding .slick-slide .itcs-widgetc--branding-logo img {
 	width: 100% !important;
 }

 .slide-wrap {
 	-webkit-transition: padding .3s ease-in-out;
 	transition: padding .3s ease-in-out;
 	padding-top: 7px;
 }

 .slide-wrap .img {
 	-webkit-transition: width .3s ease-in-out, height .3s ease-in-out;
 	transition: width .3s ease-in-out, height .3s ease-in-out;
 	width: 48px;
 	height: 48px;
 	border-radius: 50%;
 	overflow: hidden;
 	margin: 0 auto;
 }

 .slick-center .slide-wrap {
 	padding-top: 0;
 }

 .slick-center .slide-wrap .img {
 	width: 60px;
 	height: 60px;
 }

 .slick-center .slide-wrap .text {
 	opacity: 1;
 	visibility: visible;
 }

 .slide-wrap .text {
 	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
 	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
 	opacity: 0;
 	visibility: hidden;
 }

 .itcs-widget-container {
 	display: none !important;
 }

 .reviews--tertiary .itcs-widgetc--slide-contents:before {
 	font-size: 100px;
 }

 .reviews--tertiary .slick-slide:not(.slick-current) {
 	opacity: .4;
 }

 .reviews--tertiary .heading {
 	max-width: none;
 }

 .filter {
 	padding: 60px 0 98px;
 	text-align: center;
 	background-color: #efeeee;
 }

 .filter h4 {
 	font-size: 14px;
 	font-weight: 500;
 	text-transform: uppercase;
 	text-align: left;
 	margin-bottom: 22px;
 }

 .filter h2 {
 	margin-bottom: 32px;
 }

 .tab-select,
 .jcf-select-tab-select {
 	margin-bottom: 20px;
 	border-color: transparent;
 	height: 80px;
 }

 .tab-select .jcf-select-text,
 .jcf-select-tab-select .jcf-select-text {
 	background-image: -webkit-linear-gradient(left, #662e88 0%, #831f79 100%);
 	background-image: linear-gradient(to right, #662e88 0%, #831f79 100%);
 	line-height: 84px;
 	cursor: pointer;
 }

 .tab-select .jcf-list .jcf-option,
 .jcf-select-tab-select .jcf-list .jcf-option {
 	padding: 11px 20px;
 }

 .filter-list {
 	font-size: 12px;
 	line-height: 1.4166666667;
 	font-weight: 500;
 	display: none;
 }

 .filter-list li {
 	margin-bottom: 20px;
 }

 .filter-list li.active a {
 	background: -webkit-linear-gradient(left, #662e88 0%, #831f79 100%);
 	background: linear-gradient(to right, #662e88 0%, #831f79 100%);
 	color: #fff;
 }

 .filter-list a {
 	text-transform: uppercase;
 	background-color: #fff;
 	position: relative;
 	border: 1px solid rgba(211, 211, 211, .52);
 	padding: 34px 20px;
 	color: #7f217a;
 	font-size: 12px;
 	font-weight: 500;
 	letter-spacing: .6px;
 	text-decoration: none;
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
 	-webkit-box-pack: center;
 	-ms-flex-pack: center;
 	justify-content: center;
 	-webkit-box-align: center;
 	-ms-flex-align: center;
 	align-items: center;
 }

 .filter-list a span {
 	font-size: 20px;
 	margin-right: 10px;
 }

 .filter-block .filter-options {
 	width: auto;
 	margin: 0;
 }

 .filter-item {
 	padding: 0 10px;
 	margin-bottom: 30px;
 	width: 100%;
 }

 .filter-item a {
 	position: absolute;
 	top: 0;
 	left: 10px;
 	right: 10px;
 	bottom: 0;
 }

 .filter-item a:hover + .filter-title {
 	color: #7f217a;
 }

 .filter-img {
 	background: #fff;
 	border-radius: 3px;
 	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
 	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;
 	box-shadow: 0 4px 13px rgba(0, 0, 0, .12);
 }

 .filter-img img {
 	width: 21px;
 }

 .filter-title {
 	-webkit-transition: color .3s ease-in-out;
 	transition: color .3s ease-in-out;
 	font-size: 14px;
 	line-height: 1.3571428571;
 	font-weight: 400;
 	display: block;
 	color: #2c262d;
 	text-align: left;
 	font-size: 16px;
 	line-height: 1.625;
 	-webkit-box-flex: 1;
 	-ms-flex: 1;
 	flex: 1;
 	padding: 0 25px 0 14px;
 }

 .filter-content {
 	background: #fff;
 	padding: 20px 29px;
 }

 .filters {
 	-webkit-transition: height .6s ease-in-out;
 	transition: height .6s ease-in-out;
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
 	margin: 0 -10px;
 }

 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 	.viewport-section .fade {
 		-webkit-transform: none !important;
 		-ms-transform: none !important;
 		transform: none !important;
 		opacity: 1 !important;
 		visibility: visible !important;
 	}

 	.feature-list li:before,
 	.feature-list li:after {
 		-webkit-animation: none !important;
 		animation: none !important;
 	}
 }

 @media (min-width: 375px) {
 	.banner {
 		min-height: 962px;
 	}
 }

 @media (min-width: 768px) {
 	h2,
 	.h2 {
 		font-size: 23px;
 	}

 	.banner-foot {
 		display: -webkit-box;
 		display: -ms-flexbox;
 		display: flex;
 		-ms-flex-wrap: wrap;
 		flex-wrap: wrap;
 		margin: 0 -7px;
 		-webkit-box-pack: space-between;
 		-ms-flex-pack: space-between;
 		justify-content: space-between;
 		-webkit-box-align: center;
 		-ms-flex-align: center;
 		align-items: center;
 	}

 	.banner-foot .img {
 		margin-bottom: 0;
 	}

 	.two-columns .col .btn {
 		right: auto;
 	}

 	.btn-load-more,
 	.btn-plus {
 		display: none !important;
 	}

 	.load-more-item {
 		display: flex !important;
 	}

 	a {
 		font-size: 16px;
 	}

 	#header .logo {
 		width: 120px;
 	}

 	#nav {
 		position: static;
 		-webkit-transform: none;
 		-ms-transform: none;
 		transform: none;
 		max-width: 475px;
 	}

 	#nav:before {
 		display: none;
 	}

 	#nav ul {
 		display: -webkit-box;
 		display: -ms-flexbox;
 		display: flex;
 		-ms-flex-wrap: wrap;
 		flex-wrap: wrap;
 		margin: 0 -7px;
 		-webkit-box-pack: center;
 		-ms-flex-pack: center;
 		justify-content: center;
 	}

 	#nav ul a {
 		font-size: 13px;
 	}

 	#nav ul li {
 		padding: 0 5px;
 		border-bottom: none;
 	}

 	.nav-opener {
 		display: none;
 	}

 	.footer {
 		padding-top: 0;
 	}

 	.footer .footer-nav-wrap .select-language {
 		display: block;
 	}

 	.footer .footer-nav {
 		display: -webkit-box;
 		display: -ms-flexbox;
 		display: flex;
 		-ms-flex-wrap: wrap;
 		flex-wrap: wrap;
 		margin: 0;
 		padding: 20px 70px 20px 0;
 	}

 	.footer .footer-nav li {
 		padding: 0 16px 0 0;
 		margin-bottom: 0;
 	}

 	.footer .footer-nav li:last-child {
 		padding-right: 0;
 	}

 	.footer .footer-nav a {
 		font-size: 12px;
 	}

 	.footer .footer-bottom {
 		display: -webkit-box;
 		display: -ms-flexbox;
 		display: flex;
 		-ms-flex-wrap: wrap;
 		flex-wrap: wrap;
 		-webkit-box-pack: justify;
 		-ms-flex-pack: justify;
 		justify-content: space-between;
 		-webkit-box-align: start;
 		-ms-flex-align: start;
 		align-items: flex-start;
 	}

 	.footer .social-networks {
 		max-width: 50%;
 		padding: 0;
 	}

 	.btn-play {
 		width: 63px;
 		height: 63px;
 	}

 	.three-columns {
 		display: -webkit-box;
 		display: -ms-flexbox;
 		display: flex;
 		-ms-flex-wrap: wrap;
 		flex-wrap: wrap;
 		margin: 0 -10px;
 	}

 	.three-columns .col {
 		width: calc(50% - 20px);
 		margin: 0 10px 20px;
 	}

 	.three-columns .col .btn {
 		right: auto;
 	}

 	.banner {
 		min-height: 400px;
 		text-align: left;
 		display: -webkit-box;
 		display: -ms-flexbox;
 		display: flex;
 		-ms-flex-wrap: wrap;
 		flex-wrap: wrap;
 		-webkit-box-orient: vertical;
 		-webkit-box-direction: normal;
 		-ms-flex-direction: column;
 		flex-direction: column;
 	}

 	.banner .container {
 		padding-top: 30px;
 		padding-bottom: 30px;
 		display: -webkit-box;
 		display: -ms-flexbox;
 		display: flex;
 		-ms-flex-wrap: wrap;
 		flex-wrap: wrap;
 		-webkit-box-pack: justify;
 		-ms-flex-pack: justify;
 		justify-content: space-between;
 		-webkit-box-align: center;
 		-ms-flex-align: center;
 		align-items: center;
 		width: 100%;
 		-webkit-box-flex: 1;
 		-ms-flex: 1 1 auto;
 		flex: 1 1 auto;
 		min-height: inherit;
 	}

 	.banner .img {
 		position: absolute;
 		top: 50%;
 		left: 50%;
 		-webkit-transform: translate(-50%, -50%);
 		-ms-transform: translate(-50%, -50%);
 		transform: translate(-50%, -50%);
 		margin: 0;
 	}

 	.banner .text {
 		width: 40%;
 		padding: 0;
 	}

 	.banner .text p {
 		padding-right: 30px;
 	}

 	.feature-list {
 		width: 33.33%;
 		margin: 0;
 		font-size: 12px;
 	}

 	.feature-list li {
 		padding-top: 15px;
 		padding-bottom: 15px;
 	}

 	.feature-list li:before {
 		top: 17px;
 	}

 	.feature-list li:after {
 		top: 21px;
 	}

 	.mobile-img {
 		display: none;
 	}

 	.desktop-img {
 		display: block;
 	}

 	.video-section {
 		text-align: left;
 	}

 	.video-section .text {
 		width: 55%;
 		padding: 0 20px 0 0;
 	}

 	.video-section .text a:not([class]) {
 		margin-bottom: 15px;
 	}

 	.video {
 		width: 45%;
 	}

 	.two-columns {
 		display: -webkit-box;
 		display: -ms-flexbox;
 		display: flex;
 		-ms-flex-wrap: wrap;
 		flex-wrap: wrap;
 		-webkit-box-align: center;
 		-ms-flex-align: center;
 		align-items: center;
 	}

 	.product-section {
 		text-align: left;
 		padding: 70px 0 40px;
 		font-size: 18px;
 		line-height: 1.6667;
 	}

 	.product-section .container {
 		display: -webkit-box;
 		display: -ms-flexbox;
 		display: flex;
 		-ms-flex-wrap: wrap;
 		flex-wrap: wrap;
 		-webkit-box-pack: end;
 		-ms-flex-pack: end;
 		justify-content: flex-end;
 	}

 	.product-section .oval {
 		top: 50%;
 		-webkit-transform: translateY(-50%);
 		-ms-transform: translateY(-50%);
 		transform: translateY(-50%);
 	}

 	.product-section .product {
 		position: absolute;
 		left: 0;
 		top: 50%;
 		-webkit-transform: translateY(-50%);
 		-ms-transform: translateY(-50%);
 		transform: translateY(-50%);
 		width: 290px;
 	}

 	.product-section .text {
 		width: 60%;
 	}

 	.products .img {
 		margin-bottom: 32px;
 	}

 	.products .col .text {
 		text-align: left;
 	}

 	.switches h5 {
 		margin: 0 -30px 26px;
 	}

 	.two-columns {
 		margin: 0 -15px;
 		-webkit-box-align: stretch;
 		-ms-flex-align: stretch;
 		align-items: stretch;
 		padding-top: 18px;
 	}

 	.two-columns .col {
 		width: calc(50% - 30px);
 		margin: 0 15px 30px;
 		text-align: left;
 		padding-left: 30px;
 		padding-right: 30px;
 	}

 	.services .col {
 		border: none;
 	}

 	.services .foot {
 		margin-top: 0;
 	}

 	.training .text {
 		-webkit-box-flex: 1;
 		-ms-flex: 1;
 		flex: 1;
 		padding-left: 40px;
 		margin-top: -10px;
 	}

 	.training .box {
 		display: -webkit-box;
 		display: -ms-flexbox;
 		display: flex;
 		-ms-flex-wrap: wrap;
 		flex-wrap: wrap;
 	}

 	.training .img {
 		max-width: 360px;
 		margin-bottom: 0;
 	}

 	.partners h2 {
 		font-size: 28px;
 		margin-bottom: 35px;
 	}

 	.partners .partners-list li {
 		width: 33.33%;
 	}

 	.case-studies .btn {
 		display: inline-block;
 		vertical-align: top;
 	}

 	.cases .slick-slider {
 		max-width: none;
 		margin: 0;
 		padding: 18px 0 40px;
 	}

 	.cases .slide {
 		display: -webkit-box;
 		display: -ms-flexbox;
 		display: flex;
 		-ms-flex-wrap: wrap;
 		flex-wrap: wrap;
 		-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;
 		padding: 30px;
 	}

 	.cases .slide .img {
 		width: 48.7%;
 		margin-bottom: 0;
 	}

 	.cases .slide .text {
 		width: 51.3%;
 		padding-right: 40px;
 	}

 	.reviews .itcs-widgetc--rating-star:before {
 		width: 17px;
 		height: 16px;
 	}

 	.reviews .itcs-widgetc--rating {
 		bottom: 40px !important;
 	}

 	.reviews .itcs-widgetc--slide-contents {
 		padding: 50px 35px 100px !important;
 	}

 	.reviews .itcs-widgetc--slide-contents:before {
 		right: 70px;
 		width: 124px;
 		height: 118px;
 	}

 	.reviews .tns-nav {
 		bottom: 0 !important;
 	}

 	.reviews:not(.full) .slick-slide {
 		padding: 0 15px;
 	}

 	.reviews:not(.full) .review-holder {
 		margin: 0 -15px;
 	}

 	.reviews:not(.full) .itcs-widgetc--slide-contents {
 		padding-left: 20px !important;
 		padding-right: 20px !important;
 	}

 	.reviews:not(.full) .itcs-widgetc--slide-contents:before {
 		display: none;
 	}

 	.reviews:not(.full).reviews--branding .itcs-widgetc--branding-logo {
 		max-width: 112px !important;
 	}

 	.reviews:not(.full).reviews--branding .itcs-widgetc--branding-logo {
 		right: 35px !important;
 	}

 	.review-slider {
 		padding: 0 45px 92px 45px;
 	}

 	.review-slider .slick-list {
 		padding: 0;
 		overflow: hidden !important;
 		margin: 0;
 	}

 	.review-slider .slick-slide {
 		padding: 0;
 	}

 	.review-slider .btn-arrow {
 		display: block !important;
 		margin-top: -25px;
 	}

 	.reviews--secondary .itcs-widgetc--user-avatar {
 		width: 60px !important;
 		height: 60px !important;
 	}

 	.reviews--secondary .itcs-widgetc--user {
 		margin: 0 0 10px !important;
 	}

 	.reviews--secondary .itcs-widgetc--slide-contents {
 		text-align: left !important;
 	}

 	.reviews--secondary .itcs-widgetc--rating {
 		left: 83px !important;
 	}

 	.reviews--branding .slick-slide .itcs-widgetc--branding-logo {
 		right: 75px !important;
 		width: 139px !important;
 		bottom: 40px !important;
 	}

 	.reviews--tertiary .reviews-nav {
 		display: block;
 	}

 	.reviews--tertiary .slick-dots {
 		display: none !important;
 	}

 	.reviews--tertiary .review-holder {
 		-webkit-box-orient: vertical;
 		-webkit-box-direction: normal;
 		-ms-flex-direction: column;
 		flex-direction: column;
 	}

 	.reviews--tertiary .itcs-widgetc--user-identity {
 		padding-left: 0;
 	}

 	.reviews--tertiary .itcs-widgetc--user-avatar {
 		display: none !important;
 	}

 	.reviews--tertiary .itcs-widgetc--user {
 		display: -webkit-box !important;
 		display: -ms-flexbox !important;
 		display: flex !important;
 	}

 	.reviews--tertiary .itcs-widgetc--user .itcs-widgetc--user-identity {
 		display: -webkit-box !important;
 		display: -ms-flexbox !important;
 		display: flex !important;
 		padding-right: 20px !important;
 	}

 	.reviews--tertiary .itcs-widgetc--user .itcs-widgetc--rating {
 		position: static !important;
 		-webkit-transform: none !important;
 		-ms-transform: none !important;
 		transform: none !important;
 	}

 	.reviews--tertiary .itcs-widgetc--user-identity-combined {
 		display: -webkit-box !important;
 		display: -ms-flexbox !important;
 		display: flex !important;
 		-ms-flex-wrap: wrap;
 		flex-wrap: wrap;
 		position: absolute;
 		bottom: 30px;
 	}

 	.reviews--tertiary .reviews-nav {
 		max-width: 100%;
 		overflow: visible;
 	}

 	.reviews--tertiary .slide-wrap {
 		display: -webkit-box;
 		display: -ms-flexbox;
 		display: flex;
 		-ms-flex-wrap: wrap;
 		flex-wrap: wrap;
 		text-align: left;
 		-webkit-box-align: center;
 		-ms-flex-align: center;
 		align-items: center;
 		-ms-flex-line-pack: center;
 		align-content: center;
 		position: relative;
 		padding-top: 0;
 	}

 	.reviews--tertiary .slide-wrap:before {
 		top: 100%;
 		position: absolute;
 		height: 200px;
 		left: 70px;
 		width: 2px;
 		content: "";
 		background-color: #7b2a89;
 		opacity: 0;
 		visibility: hidden;
 		z-index: 99;
 	}

 	.reviews--tertiary .text {
 		opacity: 1;
 		visibility: visible;
 		width: 100%;
 		text-align: center;
 	}

 	.reviews--tertiary .slick-slide.slick-current .img {
 		width: 48px;
 		height: 48px;
 	}

 	.reviews--tertiary .slick-slide.slick-current .slide-wrap:before {
 		opacity: 1;
 		visibility: visible;
 	}

 	.reviews--tertiary .itcs-widgetc--branding-logo {
 		bottom: 150px !important;
 	}

 	.reviews--tertiary .itcs-widgetc--slide-contents:before {
 		left: 70px;
 		right: auto;
 	}

 	.filter-options {
 		width: 207px;
 		margin-right: 15px;
 	}

 	.tab-select,
 	.jcf-select-tab-select {
 		display: none !important;
 	}

 	.filter-list {
 		display: block;
 	}

 	.filter-list a {
 		padding-left: 10px;
 		padding-right: 10px;
 	}

 	.filter-block {
 		display: block;
 	}

 	.filter-block .filter-content {
 		width: auto;
 	}

 	.filter-block .filter-list {
 		display: -webkit-box;
 		display: -ms-flexbox;
 		display: flex;
 		-ms-flex-wrap: wrap;
 		flex-wrap: wrap;
 		margin: 0 0 20px;
 	}

 	.filter-block .filter-list li {
 		margin: 0 -1px;
 		width: 25%;
 	}

 	.filter-block .filter-list a:before {
 		bottom: 0;
 		left: 0;
 		right: 0;
 		top: auto;
 		width: 100%;
 		height: 2px;
 	}

 	.filter-block .filter-item {
 		width: 25%;
 	}

 	.filter-item {
 		width: 33.33%;
 	}

 	.filter-img {
 		height: 130px;
 		border: 1px solid rgba(211, 211, 211, .52);
 		margin: 0 0 16px;
 		box-shadow: none;
 	}

 	.filter-img img {
 		width: 40px;
 	}

 	.filter-title {
 		padding: 0;
 		font-size: 14px;
 		line-height: 1.4286;
 	}

 	.filter-content {
 		padding: 20px 15px;
 		width: calc(100% - 222px);
 	}
 }

 @media (min-width: 1024px) {
 	body {
 		font-size: 20px;
 		line-height: 1.5;
 	}

 	.switches h5 {
 		font-size: 25px;
 	}

 	.switches .text p {
 		font-size: 18px;
 	}

 	.two-columns .col .btn {
 		right: auto;
 	}

 	#wrapper {
 		padding-top: 93px;
 	}

 	h1,
 	.h1 {
 		font-size: 29px;
 		line-height: 1.25;
 	}

 	h2,
 	.h2 {
 		font-size: 28px;
 		margin-bottom: 22px;
 	}

 	h3,
 	.h3 {
 		font-size: 24px;
 	}

 	a {
 		font-size: 20px;
 	}

 	#header {
 		padding: 25px 0;
 	}

 	#header .logo {
 		width: 178px;
 	}

 	#nav {
 		max-width: 632px;
 	}

 	#nav ul {
 		margin: 0 -20px;
 		font-size: 14px;
 	}

 	#nav ul a {
 		font-size: 14px;
 	}

 	#nav ul li {
 		padding: 0 15px;
 	}

 	.footer .footer-nav-wrap .select-language {
 		margin-top: -3px;
 	}

 	.footer .footer-nav {
 		padding: 31px 70px 30px 0;
 	}

 	.footer .footer-nav li {
 		padding-right: 30px;
 	}

 	.footer .footer-nav a {
 		font-size: 16px;
 	}

 	.footer .footer-bottom {
 		font-size: 16px;
 	}

 	.footer .social-networks li {
 		padding: 0 10px;
 	}

 	.select-language .language-opener {
 		text-align: right;
 	}

 	.select-language .language-opener:after {
 		left: 0;
 		right: auto;
 	}

 	.select-language .select-drop {
 		left: auto;
 		bottom: auto;
 		padding: 52px 30px 30px;
 		top: -11px;
 		right: -31px;
 	}

 	.three-columns .col {
 		width: calc(33.33% - 20px);
 	}

 	.viewport-section .fade {
 		opacity: 0;
 		visibility: hidden;
 	}

 	.viewport-section .fade-zoom {
 		-webkit-transform: scale(0);
 		-ms-transform: scale(0);
 		transform: scale(0);
 	}

 	.viewport-section .fade-up {
 		-webkit-transform: translateY(50px);
 		-ms-transform: translateY(50px);
 		transform: translateY(50px);
 	}

 	.viewport-section .fade-down {
 		-webkit-transform: translateY(-50px);
 		-ms-transform: translateY(-50px);
 		transform: translateY(-50px);
 	}

 	.viewport-section .fade-left {
 		-webkit-transform: translateX(-50px);
 		-ms-transform: translateX(-50px);
 		transform: translateX(-50px);
 	}

 	.viewport-section .fade-right {
 		-webkit-transform: translateX(50px);
 		-ms-transform: translateX(50px);
 		transform: translateX(50px);
 	}

 	.viewport-section.in-viewport .fade {
 		opacity: 1;
 		visibility: visible;
 		-webkit-transform: none;
 		-ms-transform: none;
 		transform: none;
 	}

 	.banner .text {
 		width: 35%;
 	}


 	.mid-banner .img img {
 		width: 268px;
 	}

 	.video-section {
 		padding: 70px 0;
 	}

 	.video-section .text p {
 		margin-bottom: 22px;
 	}

 	.video-section .text a:not([class]) {
 		margin-bottom: 25px;
 	}

 	.product-section {
 		padding: 100px 0 70px;
 	}

 	.product-section .product {
 		width: 390px;
 	}

 	.switches {
 		padding: 70px 0 40px;
 	}

 	.switches h2 {
 		margin-bottom: 17px;
 	}

 	.services h4 {
 		font-size: 22px;
 		margin-bottom: 14px;
 	}

 	.training h4 {
 		font-size: 24px;
 		margin-bottom: 14px;
 	}

 	.training .box {
 		padding: 55px;
 	}

 	.partners {
 		padding: 70px 0;
 	}

 	.partners .partners-list li {
 		width: 25%;
 	}

 	.cases .slide {
 		padding: 48px;
 	}

 	.cases h4 {
 		font-size: 28px;
 		margin-bottom: 24px;
 	}

 	.reviews .itcs-widgetc--slide-contents {
 		padding: 72px 88px 93px !important;
 	}

 	.reviews .itcs-widgetc--slide-contents .itcs-widgetc--snippet-body {
 		font-size: 16px !important;
 		line-height: 1.75 !important;
 	}

 	.reviews:not(.full).reviews--branding .itcs-widgetc--rating {
 		font-size: 14px !important;
 	}

 	.reviews--secondary .itcs-widgetc--user {
 		margin-bottom: 24px !important;
 	}

 	.reviews--secondary .itcs-widgetc--rating {
 		left: 122px !important;
 	}

 	.reviews--tertiary .slide-wrap:before {
 		top: 70px;
 		left: 23px;
 	}

 	.reviews--tertiary .text {
 		width: auto;
 		-webkit-box-flex: 1;
 		-ms-flex: 1;
 		flex: 1;
 		padding-left: 20px;
 		padding-right: 10px;
 		text-align: left;
 	}

 	.filter-options {
 		width: 267px;
 		margin-right: 30px;
 	}

 	.filter-block .filter-options {
 		margin: 0;
 		width: auto;
 	}

 	.filter-block .filter-content {
 		width: auto;
 	}

 	.filter-block .filter-item {
 		width: 20%;
 	}

 	.filter-item {
 		width: 25%;
 	}

 	.filter-content {
 		padding: 61px 71px 78px;
 		width: calc(100% - 297px);
 	}
 }


 @media (max-width: 767px) {
 	.filter-item.item-hidden {
 		visibility: hidden;
 		opacity: 0;
 		padding: 0 !important;
 		margin: 0 !important;
 		width: 0 !important;
 		height: 0 !important;
 	}
 }



 @media (min-width: 1200px) {
 	h1,
 	.h1 {
 		font-size: 34px;
 	}

 	.slick-arrow {
 		margin-top: -40px;
 	}

 	#nav {
 		max-width: 800px;
 	}

 	.footer .footer-nav li {
 		padding-right: 36px;
 	}

 	.footer .footer-bottom {
 		padding: 39px 0 18px;
 	}

 	.three-columns {
 		margin: 0 -15px;
 		padding: 28px 0 19px;
 	}

 	.three-columns .col {
 		width: calc(33.33% - 30px);
 		margin: 0 15px 30px;
 		padding: 30px 30px 54px;
 	}

 	.three-columns .col .btn {
 		left: 24px;
 	}

 	.banner {
 		min-height: 450px;
 	}

 	.banner .img {
 		max-width: 320px;
 	}

 	.feature-list {
 		font-size: 14px;
 	}

 	.feature-list li {
 		padding-top: 20px;
 		padding-bottom: 20px;
 	}

 	.feature-list li:before {
 		top: 23px;
 	}

 	.feature-list li:after {
 		top: 27px;
 	}

 	.mid-banner {
 		padding: 102px 0 118px;
 	}

 	.mid-banner h3 {
 		font-size: 28px;
 		margin-bottom: 57px;
 	}

 	.mid-banner .text .btn {
 		margin-top: 12px;
 	}

 	.video-section {
 		padding: 93px 0 101px;
 	}

 	.video-section .text {
 		width: 51%;
 		padding-right: 50px;
 	}

 	.video {
 		width: 49%;
 	}

 	.product-section .product {
 		width: 470px;
 	}

 	.product-section .text {
 		width: 57%;
 	}

 	.products {
 		padding: 107px 0 60px;
 	}

 	.products .col h4 {
 		margin-bottom: 8px;
 	}

 	.community {
 		padding: 104px 0 56px;
 	}

 	.switches {
 		padding: 101px 0 71px;
 	}

 	.two-columns .col {
 		padding-bottom: 100px;
 	}

 	.two-columns .col .btn {
 		bottom: 38px;
 	}

 	.services {
 		padding: 104px 0 64px;
 	}

 	.services .col {
 		padding: 30px 30px 70px;
 		font-size: 18px;
 		line-height: 1.6667;
 	}

 	.services .col p {
 		margin-bottom: 33px;
 	}

 	.services .foot {
 		left: 30px;
 		right: 30px;
 		bottom: 42px;
 	}

 	.services .foot a {
 		font-size: 18px !important;
 	}

 	.services .img {
 		margin-bottom: 32px;
 	}

 	.training {
 		padding: 104px 0 64px;
 	}

 	.training h2 {
 		margin-bottom: 42px;
 	}

 	.training .text {
 		font-size: 18px;
 		line-height: 1.6667;
 		padding-left: 45px;
 	}

 	.partners {
 		padding: 101px 0 101px;
 	}

 	.partners .partners-list {
 		padding-bottom: 50px;
 	}

 	.partners .partners-list li {
 		width: 20%;
 	}

 	.case-studies {
 		padding: 101px 0;
 	}

 	.case-studies .text {
 		padding: 27px 0;
 	}

 	.case-studies .text q {
 		margin-bottom: 23px;
 	}

 	.case-studies .text cite {
 		margin: 0 -6px 14px;
 	}

 	.cases {
 		padding: 107px 0 102px;
 	}

 	.cases .slick-slider {
 		padding-bottom: 60px;
 	}

 	.cases .slide .text {
 		font-size: 18px;
 		line-height: 1.6667;
 		padding-right: 60px;
 	}

 	.reviews {
 		padding: 99px 0 96px;
 	}

 	.reviews .btn {
 		bottom: 148px;
 	}

 	.reviews h2 {
 		margin-bottom: 50px;
 	}

 	.reviews .itcs-widgetc--rating-star {
 		margin: 0 3px !important;
 	}

 	.reviews .itcs-widgetc--rating {
 		bottom: 62px !important;
 	}

 	.reviews .itcs-widgetc--slide-contents:before {
 		top: 73px;
 		right: 93px;
 	}

 	.reviews:not(.full) .itcs-widgetc--slide-contents {
 		padding-left: 45px !important;
 		padding-right: 45px !important;
 	}

 	.reviews:not(.full).reviews--branding .itcs-widgetc--branding-logo {
 		right: 70px !important;
 	}

 	.reviews:not(.full).reviews--branding .itcs-widgetc--rating {
 		font-size: 17px !important;
 	}

 	.reviews--secondary .itcs-widgetc--rating {
 		left: 135px !important;
 	}

 	.reviews--branding .slick-slide .itcs-widgetc--branding-logo {
 		right: 92px !important;
 		bottom: 48px !important;
 	}

 	.filter {
 		padding: 107px 0 80px;
 	}

 	.filter h4 {
 		margin-bottom: 34px;
 	}

 	.filter-list a span {
 		font-size: 24px;
 		position: relative;
 		top: -2px;
 	}

 	.filter-item {
 		padding: 0 36px;
 	}

 	.filter-item a {
 		left: 36px;
 		right: 36px;
 	}

 	.filter-title {
 		padding-right: 10px;
 	}

 	.filters {
 		margin: 0 -36px -36px;
 	}
 }

 @media (min-width: 1350px) {
 	.slick-arrow.slick-prev {
 		left: -70px;
 	}

 	.slick-arrow.slick-next {
 		right: -70px;
 	}
 }

 @media (min-width: 1400px) {
 	.reviews:not(.full).reviews--branding .itcs-widgetc--rating {
 		font-size: 19px !important;
 	}

 	.review-slider {
 		padding: 0 0 95px;
 	}

 	.review-slider .btn-arrow.slick-prev {
 		left: -55px;
 	}

 	.review-slider .btn-arrow.slick-next {
 		right: -55px;
 	}
 }

 @media (min-width: 1600px) {
 	h1,
 	.h1 {
 		font-size: 40px;
 		margin-bottom: 25px;
 	}

 	h3,
 	.h3 {
 		margin-bottom: 47px;
 	}

 	.banner {
 		min-height: 620px;
 	}

 	.banner .img {
 		max-width: 372px;
 		margin-left: 3%;
 	}

 	.banner .text {
 		width: 41%;
 	}

 	.banner .text p {
 		padding-right: 50px;
 		margin-bottom: 27px;
 	}

 	.video-section .text {
 		padding-right: 105px;
 	}

 	.video-section .text a:not([class]) {
 		margin-bottom: 32px;
 	}

 	.product-section .oval {
 		width: 1368px;
 		left: -556px;
 	}

 	.cases .slide .text {
 		padding-right: 80px;
 	}
 }

 @media (min-width: 1600px) {
 	.product-section .product {
 		width: 600px;
 	}
 }

 @media (max-width: 1023px) {
 	#header .btn {
 		padding: 10.4px 20px;
 		font-size: 12px;
 		font-weight: 500;
 		letter-spacing: 1px;
 	}
 }

 @media (max-width: 767px) {
 	#nav ul a {
 		display: block;
 		padding: 20px;
 		color: #fff;
 		opacity: 1;
 		text-align: center;
 	}

 	#nav ul a:hover,
 	#nav ul a.active {
 		background-color: #fff;
 	}

 	.banner .text .btn {
 		display: none;
 	}

 	.video-section .btn {
 		display: none;
 	}

 	.services .col .btn {
 		left: 22px;
 		right: 22px;
 	}

 	.training .box .btn {
 		display: block;
 	}

 	.cases .slide .btn {
 		display: block;
 	}

 	.reviews .review-slider .slick-arrow {
 		display: none !important;
 	}

 	.reviews .itcs-widgetc--slide {
 		width: calc(18%) !important;
 		margin: 0 10px !important;
 	}

 	.reviews .tns-ovh {
 		overflow: visible !important;
 	}

 	.reviews .itcs-widgetc--user-identity-split {
 		display: block !important;
 	}

 	.reviews .itcs-widgetc--slide-contents .itcs-widgetc--user-name {
 		display: none !important;
 	}

 	.reviews .tns-outer {
 		overflow: visible !important;
 	}

 	.reviews--secondary .itcs-widgetc--user-identity-combined {
 		display: block !important;
 	}

 	.reviews--secondary .itcs-widgetc--slide-contents .itcs-widgetc--user-identity-combined .itcs-widgetc--user-name {
 		display: block !important;
 	}

 	.reviews--branding .itcs-widgetc--rating {
 		left: 46px !important;
 		-webkit-transform: none !important;
 		-ms-transform: none !important;
 		transform: none !important;
 		font-size: 16px !important;
 	}

 	.reviews--branding .itcs-widgetc--rating-star {
 		padding: 0 !important;
 	}

 	.filter-item {
 		display: -webkit-box;
 		display: -ms-flexbox;
 		display: flex;
 		-ms-flex-wrap: wrap;
 		flex-wrap: wrap;
 		-webkit-box-align: center;
 		-ms-flex-align: center;
 		align-items: center;
 	}

 	.filter-img {
 		width: 60px;
 		height: 60px;
 	}
 }

 @-webkit-keyframes pulse {
 	0% {
 		-webkit-transform: scale(.5);
 		transform: scale(.5);
 		opacity: 0;
 		border-width: 3px;
 	}

 	50% {
 		opacity: .34;
 		border-width: 2px;
 	}

 	100% {
 		-webkit-transform: scale(1);
 		transform: scale(1);
 		opacity: 0;
 		border-width: 1px;
 	}
 }

 @keyframes pulse {
 	0% {
 		-webkit-transform: scale(.5);
 		transform: scale(.5);
 		opacity: 0;
 		border-width: 3px;
 	}

 	50% {
 		opacity: .34;
 		border-width: 2px;
 	}

 	100% {
 		-webkit-transform: scale(1);
 		transform: scale(1);
 		opacity: 0;
 		border-width: 1px;
 	}
 }

 @-webkit-keyframes bullet {
 	0% {
 		-webkit-transform: scale(1);
 		transform: scale(1);
 	}

 	50% {
 		-webkit-transform: scale(1);
 		transform: scale(1);
 	}

 	100% {
 		-webkit-transform: scale(1);
 		transform: scale(1);
 	}
 }

 @keyframes bullet {
 	0% {
 		-webkit-transform: scale(1);
 		transform: scale(1);
 	}

 	50% {
 		-webkit-transform: scale(1);
 		transform: scale(1);
 	}

 	100% {
 		-webkit-transform: scale(1);
 		transform: scale(1);
 	}
 }



/*changes*/














