/*
Theme Name: PROLine Products
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.ttf?sdrqag") format("truetype"), url("fonts/icomoon.woff?sdrqag") format("woff"), url("fonts/icomoon.svg?sdrqag#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
	content: "\e900";
}

.icon-facebook:before {
	content: "\e901";
}

.icon-linkedin:before {
	content: "\e902";
}

.icon-chevron-right:before {
	content: "\e903";
}

.icon-chevron-left:before {
	content: "\e904";
}

.icon-chevron-up:before {
	content: "\e905";
}

.icon-chevron-down:before {
	content: "\e906";
}

.icon-arrow-top:before {
	content: "\e907";
}

.icon-arrow-bottom:before {
	content: "\e908";
}

.icon-arrow-right:before {
	content: "\e909";
}

.icon-arrow-left:before {
	content: "\e90a";
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #e9ecef;
	background: #e9ecef;
	margin: 0 0 12px;
	min-width: 150px;
	height: 26px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 26px;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #aaa;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* custom file input styles */

.jcf-file {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
}

.jcf-file .jcf-fake-input {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	border: 1px solid #777;
	padding: 0 8px;
	font-size: 13px;
	line-height: 28px;
	height: 28px;
	width: 125px;
}

.jcf-file .jcf-upload-button {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #777;
	margin: 0 0 0 -1px;
	padding: 0 10px;
	line-height: 28px;
	height: 28px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #84d2ff !important;
}

.slick-dots,
.member-list,
.social-networks,
.filter-list,
.team-filter-list,
.accordion,
.product-intro ul,
.section-404 .text-col ul,
.support-accordion,
.support-accordion .slide ul,
#nav ul,
.drop-holder ul,
#footer .footer-list,
.footer-nav,
.footer-nav ul,
.hbspt-form .hs-error-msgs,
.hbspt-form .inputs-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

.comment-form input[type="text"],
.search-form input[type="text"],
.post-password-form input[type="text"],
.comment-form
input[type="tel"],
.search-form
input[type="tel"],
.post-password-form
input[type="tel"],
.comment-form
input[type="email"],
.search-form
input[type="email"],
.post-password-form
input[type="email"],
.comment-form
input[type="search"],
.search-form
input[type="search"],
.post-password-form
input[type="search"],
.comment-form
input[type="password"],
.search-form
input[type="password"],
.post-password-form
input[type="password"],
.comment-form
input[type="url"],
.search-form
input[type="url"],
.post-password-form
input[type="url"],
.comment-form
input[type="date"],
.search-form
input[type="date"],
.post-password-form
input[type="date"],
.comment-form
textarea,
.search-form
textarea,
.post-password-form
textarea {
	-webkit-transition: color .15s linear, background-color .15s linear;
	transition: color .15s linear, background-color .15s linear;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 2px solid #eaeaea;
	background-color: #eaeaea;
	font-family: "Axia", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-style: italic;
	font-weight: 700;
	padding: .5em .7em;
	color: #000;
}

.comment-form input[type="text"]:focus,
.search-form input[type="text"]:focus,
.post-password-form input[type="text"]:focus,
.comment-form
  input[type="tel"]:focus,
.search-form
  input[type="tel"]:focus,
.post-password-form
  input[type="tel"]:focus,
.comment-form
  input[type="email"]:focus,
.search-form
  input[type="email"]:focus,
.post-password-form
  input[type="email"]:focus,
.comment-form
  input[type="search"]:focus,
.search-form
  input[type="search"]:focus,
.post-password-form
  input[type="search"]:focus,
.comment-form
  input[type="password"]:focus,
.search-form
  input[type="password"]:focus,
.post-password-form
  input[type="password"]:focus,
.comment-form
  input[type="url"]:focus,
.search-form
  input[type="url"]:focus,
.post-password-form
  input[type="url"]:focus,
.comment-form
  input[type="date"]:focus,
.search-form
  input[type="date"]:focus,
.post-password-form
  input[type="date"]:focus,
.comment-form
  textarea:focus,
.search-form
  textarea:focus,
.post-password-form
  textarea:focus {
	outline: none;
	border-color: #84d2ff;
	background-color: #fff;
}

.comment-form input[type="text"]::-webkit-input-placeholder,
.search-form input[type="text"]::-webkit-input-placeholder,
.post-password-form input[type="text"]::-webkit-input-placeholder,
.comment-form
  input[type="tel"]::-webkit-input-placeholder,
.search-form
  input[type="tel"]::-webkit-input-placeholder,
.post-password-form
  input[type="tel"]::-webkit-input-placeholder,
.comment-form
  input[type="email"]::-webkit-input-placeholder,
.search-form
  input[type="email"]::-webkit-input-placeholder,
.post-password-form
  input[type="email"]::-webkit-input-placeholder,
.comment-form
  input[type="search"]::-webkit-input-placeholder,
.search-form
  input[type="search"]::-webkit-input-placeholder,
.post-password-form
  input[type="search"]::-webkit-input-placeholder,
.comment-form
  input[type="password"]::-webkit-input-placeholder,
.search-form
  input[type="password"]::-webkit-input-placeholder,
.post-password-form
  input[type="password"]::-webkit-input-placeholder,
.comment-form
  input[type="url"]::-webkit-input-placeholder,
.search-form
  input[type="url"]::-webkit-input-placeholder,
.post-password-form
  input[type="url"]::-webkit-input-placeholder,
.comment-form
  input[type="date"]::-webkit-input-placeholder,
.search-form
  input[type="date"]::-webkit-input-placeholder,
.post-password-form
  input[type="date"]::-webkit-input-placeholder,
.comment-form
  textarea::-webkit-input-placeholder,
.search-form
  textarea::-webkit-input-placeholder,
.post-password-form
  textarea::-webkit-input-placeholder {
	color: #afafaf;
}

.comment-form input[type="text"]::-moz-placeholder,
.search-form input[type="text"]::-moz-placeholder,
.post-password-form input[type="text"]::-moz-placeholder,
.comment-form
  input[type="tel"]::-moz-placeholder,
.search-form
  input[type="tel"]::-moz-placeholder,
.post-password-form
  input[type="tel"]::-moz-placeholder,
.comment-form
  input[type="email"]::-moz-placeholder,
.search-form
  input[type="email"]::-moz-placeholder,
.post-password-form
  input[type="email"]::-moz-placeholder,
.comment-form
  input[type="search"]::-moz-placeholder,
.search-form
  input[type="search"]::-moz-placeholder,
.post-password-form
  input[type="search"]::-moz-placeholder,
.comment-form
  input[type="password"]::-moz-placeholder,
.search-form
  input[type="password"]::-moz-placeholder,
.post-password-form
  input[type="password"]::-moz-placeholder,
.comment-form
  input[type="url"]::-moz-placeholder,
.search-form
  input[type="url"]::-moz-placeholder,
.post-password-form
  input[type="url"]::-moz-placeholder,
.comment-form
  input[type="date"]::-moz-placeholder,
.search-form
  input[type="date"]::-moz-placeholder,
.post-password-form
  input[type="date"]::-moz-placeholder,
.comment-form
  textarea::-moz-placeholder,
.search-form
  textarea::-moz-placeholder,
.post-password-form
  textarea::-moz-placeholder {
	opacity: 1;
	color: #afafaf;
}

.comment-form input[type="text"]:-moz-placeholder,
.search-form input[type="text"]:-moz-placeholder,
.post-password-form input[type="text"]:-moz-placeholder,
.comment-form
  input[type="tel"]:-moz-placeholder,
.search-form
  input[type="tel"]:-moz-placeholder,
.post-password-form
  input[type="tel"]:-moz-placeholder,
.comment-form
  input[type="email"]:-moz-placeholder,
.search-form
  input[type="email"]:-moz-placeholder,
.post-password-form
  input[type="email"]:-moz-placeholder,
.comment-form
  input[type="search"]:-moz-placeholder,
.search-form
  input[type="search"]:-moz-placeholder,
.post-password-form
  input[type="search"]:-moz-placeholder,
.comment-form
  input[type="password"]:-moz-placeholder,
.search-form
  input[type="password"]:-moz-placeholder,
.post-password-form
  input[type="password"]:-moz-placeholder,
.comment-form
  input[type="url"]:-moz-placeholder,
.search-form
  input[type="url"]:-moz-placeholder,
.post-password-form
  input[type="url"]:-moz-placeholder,
.comment-form
  input[type="date"]:-moz-placeholder,
.search-form
  input[type="date"]:-moz-placeholder,
.post-password-form
  input[type="date"]:-moz-placeholder,
.comment-form
  textarea:-moz-placeholder,
.search-form
  textarea:-moz-placeholder,
.post-password-form
  textarea:-moz-placeholder {
	color: #afafaf;
}

.comment-form input[type="text"]:-ms-input-placeholder,
.search-form input[type="text"]:-ms-input-placeholder,
.post-password-form input[type="text"]:-ms-input-placeholder,
.comment-form
  input[type="tel"]:-ms-input-placeholder,
.search-form
  input[type="tel"]:-ms-input-placeholder,
.post-password-form
  input[type="tel"]:-ms-input-placeholder,
.comment-form
  input[type="email"]:-ms-input-placeholder,
.search-form
  input[type="email"]:-ms-input-placeholder,
.post-password-form
  input[type="email"]:-ms-input-placeholder,
.comment-form
  input[type="search"]:-ms-input-placeholder,
.search-form
  input[type="search"]:-ms-input-placeholder,
.post-password-form
  input[type="search"]:-ms-input-placeholder,
.comment-form
  input[type="password"]:-ms-input-placeholder,
.search-form
  input[type="password"]:-ms-input-placeholder,
.post-password-form
  input[type="password"]:-ms-input-placeholder,
.comment-form
  input[type="url"]:-ms-input-placeholder,
.search-form
  input[type="url"]:-ms-input-placeholder,
.post-password-form
  input[type="url"]:-ms-input-placeholder,
.comment-form
  input[type="date"]:-ms-input-placeholder,
.search-form
  input[type="date"]:-ms-input-placeholder,
.post-password-form
  input[type="date"]:-ms-input-placeholder,
.comment-form
  textarea:-ms-input-placeholder,
.search-form
  textarea:-ms-input-placeholder,
.post-password-form
  textarea:-ms-input-placeholder {
	color: #afafaf;
}

.comment-form input[type="text"].placeholder,
.search-form input[type="text"].placeholder,
.post-password-form input[type="text"].placeholder,
.comment-form
  input[type="tel"].placeholder,
.search-form
  input[type="tel"].placeholder,
.post-password-form
  input[type="tel"].placeholder,
.comment-form
  input[type="email"].placeholder,
.search-form
  input[type="email"].placeholder,
.post-password-form
  input[type="email"].placeholder,
.comment-form
  input[type="search"].placeholder,
.search-form
  input[type="search"].placeholder,
.post-password-form
  input[type="search"].placeholder,
.comment-form
  input[type="password"].placeholder,
.search-form
  input[type="password"].placeholder,
.post-password-form
  input[type="password"].placeholder,
.comment-form
  input[type="url"].placeholder,
.search-form
  input[type="url"].placeholder,
.post-password-form
  input[type="url"].placeholder,
.comment-form
  input[type="date"].placeholder,
.search-form
  input[type="date"].placeholder,
.post-password-form
  input[type="date"].placeholder,
.comment-form
  textarea.placeholder,
.search-form
  textarea.placeholder,
.post-password-form
  textarea.placeholder {
	color: #afafaf;
}

.comment-form textarea,
.search-form textarea,
.post-password-form textarea {
	resize: none;
	height: 18.75rem;
	min-height: 18.75rem;
}

.widget {
	margin-bottom: 1.2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 9.375rem;
}

.comment-form label {
	display: block;
	padding-bottom: .25rem;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	min-height: 7.5rem;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 .25rem 0 0;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0;
	width: 100%;
}

.search-form input {
	float: left;
}

.search-form input[type="search"] {
	margin: 0 0 1.25rem;
	width: 100%;
}

.post-password-form input {
	float: left;
}

.post-password-form input[type="password"] {
	width: 100%;
	margin-bottom: 1.25rem;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	-webkit-transition: background-color .15s linear;
	transition: background-color .15s linear;
	background-color: #84d2ff;
	color: #000;
	font-family: "Axia", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.2;
	padding: 1rem 1.375rem;
	border: none;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	background: #3c97cb;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .625rem;
	font-size: 1.125rem;
	line-height: 1;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	-webkit-transition: background-color .15s linear;
	transition: background-color .15s linear;
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background-color: #84d2ff;
	color: #000;
	font-family: "Axia", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1;
	padding: 1rem 1.375rem;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	background-color: #3c97cb;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #84d2ff;
	color: #000;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	-webkit-transition: background-color .15s linear;
	transition: background-color .15s linear;
	color: inherit;
	text-decoration: none;
	background-color: #84d2ff;
	color: #000;
	font-family: "Axia", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1;
	padding: 1rem 1.375rem;
	display: block;
}

.navigation-single .next a:hover,
.navigation-single .prev a:hover {
	background-color: #3c97cb;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #ccc;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar {
	width: 100%;
	max-width: 100%;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #000;
	padding: .3em;
}

iframe {
	max-width: 100%;
}

.wp-block-search .wp-block-search__input {
	padding: .625rem .9375rem;
}

.wp-block-latest-comments {
	padding-left: 0;
}

.post-block {
	margin-bottom: 3.125rem;
}

.post-block .card-img-top {
	margin-bottom: 1.875rem;
}

#content,
#sidebar {
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}

#sidebar h3 {
	font-size: 1.5rem;
}

body.logged-in #header {
	top: 2.875rem !important;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

#wrapper {
	-webkit-transition: padding .2s linear;
	transition: padding .2s linear;
	overflow: hidden;
	position: relative;
	padding-top: 6.25rem;
}

.title {
	font-family: "Axia", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	color: #84d2fd;
	display: block;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.125rem;
	line-height: 1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-style: italic;
	text-transform: uppercase;
}

h1,
.h1 {
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: .125rem;
	font-family: "Factoria", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

h2,
.h2 {
	line-height: 1.2143;
}

h3,
.h3 {
	line-height: 1.3333;
}

.container-fluid,
.container {
	padding: 0 .9375rem;
	max-width: 106rem;
	width: 100%;
}

.container-fluid {
	max-width: none;
}

a {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
}

.jcf-select .jcf-select-opener::before,
.slick-arrow::before,
.faq-filter-wrapp .filter-opener::before,
.team-filter-wrapp .team-filter-opener::before,
.accordion .btn::after,
#nav .btn-back::before {
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.form-control {
	-webkit-transition: border-color .15s linear, background-color .15s linear;
	transition: border-color .15s linear, background-color .15s linear;
	text-shadow: none;
	font-style: italic;
}

textarea.form-control {
	resize: none;
	height: 18.75rem;
	min-height: 18.75rem;
}

.jcf-select {
	-webkit-transition: border-color .15s linear, background-color .15s linear;
	transition: border-color .15s linear, background-color .15s linear;
	background-color: #eaeaea;
	color: #000;
	width: 100%;
	min-width: 0;
	border-width: 2px;
	border-color: #eaeaea;
	height: 3.5625rem;
	cursor: pointer;
	margin: 0;
}

.jcf-select.jcf-focus,
.jcf-select.jcf-drop-active {
	border-color: #84d2ff;
	background-color: #fff;
}

.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 .jcf-select-text {
	font-family: "Axia", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	font-style: italic;
	font-weight: 700;
	margin: 1rem 2.5rem 1rem 1rem;
	cursor: pointer;
}

.jcf-select .jcf-select-text .jcf-option-hideme {
	color: #afafaf;
}

.jcf-select .jcf-select-opener {
	background-color: transparent;
	cursor: pointer;
	width: 2.5rem;
	color: #afafaf;
}

.jcf-select .jcf-select-opener::before {
	-webkit-transition: -webkit-transform .15s linear;
	transition: -webkit-transform .15s linear;
	transition: transform .15s linear;
	transition: transform .15s linear, -webkit-transform .15s linear;
	content: "\e906";
	font-size: 1.3125rem;
	position: absolute;
	top: 50%;
	right: .9375rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.jcf-select-drop .jcf-select-drop-content {
	border: none;
	border: 2px solid #84d2ff;
}

.jcf-select-drop .jcf-list {
	font-family: "Axia", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	font-style: italic;
	font-weight: 700;
	background-color: #84d2ff;
}

.jcf-select-drop .jcf-option {
	-webkit-transition: background-color .15s linear;
	transition: background-color .15s linear;
	cursor: pointer;
	padding: .625rem 1.125rem;
	color: #000;
}

.jcf-select-drop .jcf-option.jcf-option-hideme {
	display: none !important;
}

.jcf-select-drop .jcf-option.jcf-selected,
.jcf-select-drop .jcf-option.jcf-hover {
	background-color: transparent;
	color: #000;
	background-color: #fff;
}

.jcf-file {
	-webkit-transition: border-color .15s linear, background-color .15s linear;
	transition: border-color .15s linear, background-color .15s linear;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	background-color: #eaeaea;
	color: #afafaf;
	border: 2px solid #eaeaea;
}

.jcf-file.jcf-focus,
.jcf-file.jcf-pressed {
	border-color: #84d2ff;
	background-color: #fff;
}

.jcf-file .jcf-upload-button,
.jcf-file .jcf-fake-input {
	border: none;
	font-size: 1rem;
	line-height: 1.2;
	padding: 1rem 1.375rem;
	height: auto;
}

.jcf-file .jcf-fake-input {
	width: 60%;
}

.jcf-file .jcf-upload-button {
	width: 40%;
	text-align: right;
}

.bg-cover {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.slick-dots {
	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;
}

.slick-dots li {
	margin: 0 .3125rem;
}

.slick-dots li.slick-active button {
	background-color: transparent;
	border-color: #fff;
}

.slick-dots button {
	width: 9px;
	height: 9px;
	-webkit-transition: border-color .15s linear, background-color .15s linear;
	transition: border-color .15s linear, background-color .15s linear;
	font-size: 0;
	line-height: 0;
	border-radius: 50%;
	display: block;
	padding: 0;
	border: 1px solid transparent;
	background-color: #fff;
	background-clip: padding-box;
}

.slick-dots button:hover {
	background-color: transparent;
	border-color: #fff;
}

.slick-arrow {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	width: 2.5rem;
	height: 2.5rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: transparent;
	font-size: 0;
	line-height: 0;
	padding: 0;
	border: none;
}

.slick-arrow:hover {
	color: #84d2ff;
}

.slick-arrow::before {
	font-size: 2.5rem;
	line-height: 1;
}

.slick-arrow.slick-prev::before {
	content: "\e90a";
}

.slick-arrow.slick-next::before {
	content: "\e909";
}

.visual {
	position: relative;
	color: #fff;
	z-index: 2;
}

.visual::after {
	content: "";
	width: 100%;
	height: 1.375rem;
	display: block;
	background-image: -webkit-linear-gradient(left, white 0%, #3c97cb 40%, #3c97cb 100%);
	background-image: linear-gradient(to right, white 0%, #3c97cb 40%, #3c97cb 100%);
}

.visual .container {
	position: relative;
	padding-top: 3.125rem;
	padding-bottom: 7.5rem;
	z-index: 99;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.visual h1,
.visual .h1 {
	margin: 0 0 1.8125rem;
}

.visual .text-holder {
	max-width: 25rem;
}

.visual .text-holder p {
	margin-bottom: 3.1875rem;
}

.visual .btn-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.visual .btn-play:not(:disabled):not(.disabled):active {
	color: #3c97cb !important;
}

.visual .btn:last-child {
	margin-right: 0;
}

.visual .slick-dots {
	position: absolute;
	bottom: 1.25rem;
	left: 0;
	right: 0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0 1.5625rem;
}

.visual .slick-dots li {
	margin: 0 0 0 .5rem;
}

.hero {
	position: relative;
	color: #fff;
	text-align: center;
}

.hero.hero-text-lg .text-holder {
	max-width: 75rem;
}

.hero::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(59, 59, 59, .55);
	z-index: 1;
	mix-blend-mode: multiply;
}

.hero::after {
	content: "";
	width: 100%;
	height: 1.375rem;
	display: block;
	position: relative;
	z-index: 3;
	background-image: -webkit-linear-gradient(left, white 0%, #3c97cb 40%, #3c97cb 100%);
	background-image: linear-gradient(to right, white 0%, #3c97cb 40%, #3c97cb 100%);
}

.hero .bg-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 1.375rem;
	z-index: 0;
}

.hero .container {
	position: relative;
	z-index: 2;
	min-height: 23.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 3.1875rem;
	padding-bottom: 1.25rem;
}

.hero h1,
.hero .h1 {
	margin: 0 0 .875rem;
}

.hero h1:only-child,
.hero .h1:only-child {
	margin-bottom: 3.875rem;
}

.hero .btn-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 1.875rem;
}

.hero .btn-holder .btn + .btn {
	margin-top: 2.5rem;
}

.hero .btn-holder .btn-play:not(:disabled):not(.disabled):active {
	color: #3c97cb !important;
}

.hero .text-block {
	width: 100%;
}

.hero .text-holder {
	margin: 0 auto;
	max-width: 56.25rem;
}

.hero .text-holder p {
	margin-bottom: 1.875rem;
}

.hero-two-column {
	background-color: #000;
	color: #fff;
}

.hero-two-column::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 83.3125rem;
	height: 41.5625rem;
	-webkit-transform: translateX(-71.9%);
	-ms-transform: translateX(-71.9%);
	transform: translateX(-71.9%);
	background-image: url(images/decor-lines.svg);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 0;
	mix-blend-mode: exclusion;
}

.hero-two-column::after {
	content: "";
	width: 100%;
	height: 1.375rem;
	display: block;
	position: relative;
	z-index: 3;
	background-image: -webkit-linear-gradient(left, white 0%, #3c97cb 40%, #3c97cb 100%);
	background-image: linear-gradient(to right, white 0%, #3c97cb 40%, #3c97cb 100%);
}

.hero-two-column .container-fluid {
	padding: 0;
}

.hero-two-column .img-col {
	position: relative;
}

.hero-two-column .img-col::before {
	content: "";
	padding-bottom: 77.2%;
	display: block;
	width: 0;
}

.hero-two-column .img-col img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.hero-two-column .img-col .bg-video {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hero-two-column .img-col .bg-video video,
.hero-two-column .img-col .bg-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	max-width: none;
	pointer-events: none;
}

.hero-two-column .text-col {
	padding: 4.6875rem 1.875rem;
}

.hero-two-column .title {
	padding-bottom: 18px;
}

.hero-two-column h1 {
	margin-bottom: 2.0625rem;
}

.hero-two-column p {
	margin-bottom: 3.125rem;
}

.hero-two-column p:last-child {
	margin: 0;
}

.hero-two-column .btn {
	min-width: 13.75rem;
}

.home-page .intro-content .container {
	max-width: 93.75rem;
}

.intro-content {
	position: relative;
	text-align: center;
	padding: 8.3125rem 0 10rem;
}

.intro-content.decor::before {
	content: "";
	position: absolute;
	top: -3.125rem;
	right: 0;
	width: 38.875rem;
	height: 21.75rem;
	-webkit-transform: scaleX(-1) translateX(-51%) rotate(-3.2deg);
	-ms-transform: scaleX(-1) translateX(-51%) rotate(-3.2deg);
	transform: scaleX(-1) translateX(-51%) rotate(-3.2deg);
	background-image: url(images/decor-lines.svg);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 0;
	mix-blend-mode: exclusion;
}

.intro-content.partnership-intro {
	padding-bottom: 6.25rem;
}

.intro-content.partnership-intro .heading {
	max-width: 78.375rem;
	margin: 0 auto;
	padding-bottom: 3.125rem;
}

.intro-content.partnership-intro [class*="col-"] {
	padding-bottom: 3.75rem;
}

.intro-content.partnership-intro [class*="col-"]:nth-child(1) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.intro-content.partnership-intro [class*="col-"]:nth-child(2) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.intro-content.partnership-intro [class*="col-"]:nth-child(3) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.intro-content.partnership-intro [class*="col-"]:nth-child(4) {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.intro-content.partnership-intro [class*="col-"]:nth-child(5) {
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s;
}

.intro-content.partnership-intro [class*="col-"]:nth-child(6) {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}

.intro-content + .group-section {
	padding-top: 0;
}

.intro-content h2 {
	margin-bottom: 1.0625rem;
}

.intro-content p {
	margin-bottom: 2.8125rem;
}

.intro-two-column .container-fluid {
	padding: 0;
}

.intro-two-column .img-col {
	position: relative;
}

.intro-two-column .img-col::before {
	content: "";
	padding-bottom: 75.5%;
	display: block;
	width: 0;
}

.intro-two-column .img-col img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.intro-two-column .text-col {
	padding: 4.6875rem 1.25rem 4.625rem;
}

.intro-two-column p {
	margin-bottom: 2.3125rem;
}

.intro-two-column .btn {
	min-width: 13.75rem;
}

.dark-section {
	margin-top: 1.5rem;
	color: #fff;
	background-color: #000;
	position: relative;
}

.dark-section::before {
	content: "";
	position: absolute;
	top: -1.5rem;
	left: 0;
	width: 83.3125rem;
	height: 41.5625rem;
	-webkit-transform: translateX(-71.9%);
	-ms-transform: translateX(-71.9%);
	transform: translateX(-71.9%);
	background-image: url(images/decor-lines.svg);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 0;
	mix-blend-mode: exclusion;
}

.dark-section [class^="container"] {
	position: relative;
}

.card-section {
	padding: 6.5625rem 0 6.875rem;
	color: #fff;
	position: relative;
}

.card-section.team-cards .link-holder {
	width: 100%;
}

.card-section.team-cards .slick-controls.controls-btn {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.card-section .btn-holder {
	width: 100%;
	padding-bottom: 1.875rem;
	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;
}

.card-section .text-holder {
	padding: 0 1.0625rem 2.0625rem;
}

.card-section .h1 {
	margin-bottom: 1.8125rem;
	line-height: 1.2143;
}

.card-section .slick-controls {
	width: 100%;
	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;
	padding-top: 2.375rem;
}

.card-section .slick-controls .slick-arrow {
	margin: 0 2.5rem;
}

.card-slider {
	padding: 0 .5rem;
}

.card-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.card-slider .slide {
	height: auto;
}

.decor-logo {
	width: 8.3125rem;
	height: 7.4375rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -27%);
	-ms-transform: translate(-50%, -27%);
	transform: translate(-50%, -27%);
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.decor-logo img {
	width: 4rem;
}

.products-section {
	position: relative;
	z-index: 2;
	padding: 4.6875rem 0 0;
}

.products-section .container {
	position: relative;
	z-index: 2;
}

.products-section h2 {
	text-align: center;
	margin-bottom: 4.9375rem;
}

.products-section .row {
	padding-bottom: .5rem;
}

.products-section .row [class*="col-"] {
	padding-bottom: 7.25rem;
}

.products-section .row [class*="col-"]:nth-child(1) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.products-section .row [class*="col-"]:nth-child(2) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.products-section .row [class*="col-"]:nth-child(3) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.products-section .row [class*="col-"]:nth-child(4) {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.products-section .row [class*="col-"]:nth-child(5) {
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s;
}

.products-section .row [class*="col-"]:nth-child(6) {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}

.products-section .row [class*="col-"]:nth-child(7) {
	-webkit-transition-delay: 3.5s;
	transition-delay: 3.5s;
}

.products-section .row [class*="col-"]:nth-child(8) {
	-webkit-transition-delay: 4s;
	transition-delay: 4s;
}

.products-section .row [class*="col-"]:nth-child(9) {
	-webkit-transition-delay: 4.5s;
	transition-delay: 4.5s;
}

.products-section .row [class*="col-"]:nth-child(10) {
	-webkit-transition-delay: 5s;
	transition-delay: 5s;
}

.products-section + .intro-content,
.products-section + .intro-content.partnership-intro {
	padding-top: 1.875rem;
}

.categories-section.decor,
.products-section.decor,
.services-section.decor {
	position: relative;
}

.categories-section.decor::before,
.products-section.decor::before,
.services-section.decor::before {
	content: "";
	position: absolute;
	top: 15rem;
	left: 0;
	width: 127.875rem;
	height: 63.8125rem;
	-webkit-transform: translateX(-37%) scaleX(-1);
	-ms-transform: translateX(-37%) scaleX(-1);
	transform: translateX(-37%) scaleX(-1);
	background-image: url(images/decor-lines.svg);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: .05;
	pointer-events: none;
}

.services-section {
	padding: 0 0 3.125rem;
}

.services-section.decor::before {
	top: 4.4375rem;
}

.services-section .container {
	position: relative;
	z-index: 2;
}

.services-section .row {
	padding: 0 .75rem;
}

.services-section .row [class*="col-"] {
	padding-bottom: 4.125rem;
}

.services-section .row [class*="col-"]:nth-child(1) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.services-section .row [class*="col-"]:nth-child(2) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.services-section .row [class*="col-"]:nth-child(3) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.services-section .row [class*="col-"]:nth-child(4) {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.categories-section {
	padding: 8.6875rem 0 1.625rem;
}

.categories-section.decor::before {
	display: none;
}

.categories-section h2 {
	text-align: center;
	margin-bottom: 4.625rem;
}

.categories-section .row [class*="col-"] {
	padding-bottom: 4.0625rem;
}

.categories-section .row [class*="col-"]:nth-child(1) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.categories-section .row [class*="col-"]:nth-child(2) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.categories-section .row [class*="col-"]:nth-child(3) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.categories-section .row [class*="col-"]:nth-child(4) {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.two-column {
	background-color: #3c97cb;
	color: #fff;
}

.two-column .container {
	padding: 0;
	max-width: none;
}

.two-column .text-col {
	padding: 4.4375rem 1.4375rem 4.25rem;
	text-align: center;
}

.two-column .img-block {
	position: relative;
}

.two-column .img-block::before {
	content: "";
	padding-bottom: 96%;
	display: block;
	width: 0;
}

.two-column .img-block img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	position: absolute;
	top: 0;
	left: 0;
}

.two-column .h1,
.two-column h2 {
	letter-spacing: .125rem;
	max-width: 86%;
	margin: 0 auto 9.375rem;
	line-height: 1.1786;
}

.two-column .btn {
	letter-spacing: -.03125rem;
	padding: 1.5rem 1.25rem 1.5rem 2.1875rem;
}

.group-section {
	padding: 5.375rem 0 4.125rem;
}

.group-section h2 {
	text-align: center;
	margin-bottom: 3.8125rem;
}

.member-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.member-list li {
	padding: 0 1.25rem 4.0625rem;
	width: 50%;
}

.member-list li:nth-child(1) {
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}

.member-list li:nth-child(2) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.member-list li:nth-child(3) {
	-webkit-transition-delay: .75s;
	transition-delay: .75s;
}

.member-list li:nth-child(4) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.member-list li:nth-child(5) {
	-webkit-transition-delay: 1.25s;
	transition-delay: 1.25s;
}

.member-list li:nth-child(6) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.member-list li:nth-child(7) {
	-webkit-transition-delay: 1.75s;
	transition-delay: 1.75s;
}

.member-list li:nth-child(8) {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.member-list li:nth-child(9) {
	-webkit-transition-delay: 2.25s;
	transition-delay: 2.25s;
}

.member-list li:nth-child(10) {
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s;
}

.member-list li:nth-child(11) {
	-webkit-transition-delay: 2.75s;
	transition-delay: 2.75s;
}

.member-list li:nth-child(12) {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.social-networks li {
	margin: 0 2.0625rem .625rem 0;
}

.social-networks a {
	color: #000;
	font-size: 1.875rem;
	line-height: 1;
}

.social-networks a:hover {
	color: #067abc;
}

.content-section {
	padding: 6.3125rem 0 5.9375rem;
	text-align: center;
}

.content-section.partnership-content {
	padding-bottom: 3.75rem;
}

.content-section.partnership-content [class*="col-"]:nth-child(1) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.content-section.partnership-content [class*="col-"]:nth-child(2) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.content-section.partnership-content [class*="col-"]:nth-child(3) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.content-section.partnership-content [class*="col-"]:nth-child(4) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.content-section.partnership-content [class*="col-"]:nth-child(5) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.content-section.partnership-content [class*="col-"]:nth-child(6) {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.content-section.partnership-content [class*="col-"]:nth-child(7) {
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

.content-section.partnership-content [class*="col-"]:nth-child(8) {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.content-section.partnership-content [class*="col-"]:nth-child(9) {
	-webkit-transition-delay: 2.7s;
	transition-delay: 2.7s;
}

.content-section.partnership-content [class*="col-"]:nth-child(10) {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}

.content-section.partnership-content [class*="col-"]:nth-child(11) {
	-webkit-transition-delay: 3.3s;
	transition-delay: 3.3s;
}

.content-section.partnership-content [class*="col-"]:nth-child(12) {
	-webkit-transition-delay: 3.6s;
	transition-delay: 3.6s;
}

.content-section.partnership-content .h1 {
	margin-bottom: 1.3125rem;
}

.content-section .heading {
	padding-bottom: 4.3125rem;
}

.content-section .heading .text-holder {
	max-width: 55.625rem;
	margin: 0 auto;
}

.content-section .h1 {
	line-height: 1.4286;
	font-weight: 700;
}

.content-section [class*="col-"] {
	padding-bottom: 2.25rem;
}

.content-section [class*="col-"]:nth-child(1) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.content-section [class*="col-"]:nth-child(2) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.content-section [class*="col-"]:nth-child(3) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.content-section [class*="col-"]:nth-child(4) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.content-section [class*="col-"]:nth-child(5) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.content-section [class*="col-"]:nth-child(6) {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.content-section [class*="col-"]:nth-child(7) {
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

.content-section [class*="col-"]:nth-child(8) {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.section-image {
	padding: 3.9375rem 0 6.25rem;
	text-align: center;
}

.section-image .container {
	max-width: none;
}

.section-image .heading {
	padding-bottom: 3.25rem;
}

.section-image h2 {
	margin-bottom: .75rem;
}

.section-image .img-holder {
	position: relative;
	text-align: center;
}

.map-section {
	padding: 3.9375rem 0 6.25rem;
	text-align: center;
}

.map-section .container {
	max-width: none;
}

.map-section .heading {
	padding-bottom: 3.25rem;
}

.map-section h2 {
	margin-bottom: .75rem;
}

.map-section .map-canvas::before {
	height: 31.25rem;
}

.map-canvas::before {
	content: "";
	display: block;
	width: 0;
	height: 18.75rem;
}

.faq-section {
	padding: 6.25rem 0;
}

.faq-filter-wrapp {
	margin-bottom: 1.6875rem;
	position: relative;
	z-index: 20;
}

.faq-filter-wrapp.active .filter-opener {
	background-color: #fff;
	border-color: #84d2ff;
}

.faq-filter-wrapp.active .filter-opener::before {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

.faq-filter-wrapp .filter-opener {
	-webkit-transition: background-color .15s linear, border-color .15s linear;
	transition: background-color .15s linear, border-color .15s linear;
	display: block;
	padding: 1rem 2.5rem 1rem 1rem;
	background-color: #eaeaea;
	color: #afafaf;
	font-family: "Axia", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	font-style: italic;
	font-weight: 700;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 2px solid #eaeaea;
}

.faq-filter-wrapp .filter-opener::before {
	-webkit-transition: -webkit-transform .15s linear;
	transition: -webkit-transform .15s linear;
	transition: transform .15s linear;
	transition: transform .15s linear, -webkit-transform .15s linear;
	content: "\e906";
	font-size: 1.3125rem;
	position: absolute;
	top: 50%;
	right: .9375rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.filter-list {
	text-transform: capitalize;
}

.filter-list li.active a {
	color: #000;
	background-color: #fff;
}

.filter-list a {
	-webkit-transition: color .15s linear, background-color .15s linear;
	transition: color .15s linear, background-color .15s linear;
	color: #000;
	padding: .8125rem .875rem;
	display: block;
}

.filter-list a:hover {
	background-color: #fff;
}

.team-wrapp {
	padding: 4.375rem 0 0;
	position: relative;
}

.team-wrapp::before {
	content: "";
	position: absolute;
	top: -1.5rem;
	left: 0;
	width: 83.3125rem;
	height: 41.5625rem;
	-webkit-transform: translateX(-71.9%);
	-ms-transform: translateX(-71.9%);
	transform: translateX(-71.9%);
	background-image: url(images/decor-lines.svg);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 0;
	mix-blend-mode: difference;
	opacity: .3;
}

.team-wrapp h1 {
	margin-bottom: 1.625rem;
}

.team-wrapp .text-holder {
	color: #000;
}

.team-wrapp .cards-holder {
	padding-bottom: 3.75rem;
	width: 100%;
}

.team-wrapp .cards-holder + .cards-holder {
	padding-bottom: 6.25rem;
}

.team-wrapp .cards-holder h2 {
	text-align: center;
	margin-bottom: 3.0625rem;
}

.team-wrapp .cards-holder .filter-item {
	padding-bottom: 3.125rem;
}

.team-filter-wrapp {
	margin-bottom: 3.125rem;
	position: relative;
	z-index: 20;
}

.team-filter-wrapp.active .team-filter-opener {
	background-color: #fff;
	border-color: #84d2ff;
}

.team-filter-wrapp.active .team-filter-opener::before {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

.team-filter-wrapp .team-filter-opener {
	-webkit-transition: background-color .15s linear, border-color .15s linear;
	transition: background-color .15s linear, border-color .15s linear;
	display: block;
	padding: 1rem 2.5rem 1rem 1rem;
	background-color: #eaeaea;
	color: #afafaf;
	font-family: "Axia", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	font-style: italic;
	font-weight: 700;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 2px solid #eaeaea;
}

.team-filter-wrapp .team-filter-opener::before {
	-webkit-transition: -webkit-transform .15s linear;
	transition: -webkit-transform .15s linear;
	transition: transform .15s linear;
	transition: transform .15s linear, -webkit-transform .15s linear;
	content: "\e906";
	font-size: 1.3125rem;
	position: absolute;
	top: 50%;
	right: .9375rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.team-filter-list {
	text-transform: capitalize;
}

.team-filter-list li.active a {
	color: #000;
	background-color: #fff;
}

.team-filter-list a {
	-webkit-transition: color .15s linear, background-color .15s linear, border-color .15s linear;
	transition: color .15s linear, background-color .15s linear, border-color .15s linear;
	color: #000;
	padding: .8125rem .875rem;
	display: block;
}

.team-filter-list a:hover {
	background-color: #fff;
}

.accordion > li {
	border-bottom: 1px solid #676666;
}

.accordion > li.active .btn.btn-primary {
	color: #000;
}

.accordion > li.active .btn.btn-primary::before {
	background-position: 0 0;
}

.accordion > li.active .btn.btn-primary::after {
	-webkit-transform: translate(-50%, -50%) rotate(-180deg);
	-ms-transform: translate(-50%, -50%) rotate(-180deg);
	transform: translate(-50%, -50%) rotate(-180deg);
}

.accordion > li .btn:focus::before {
	background-position: 100% 0;
}

.accordion .head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.accordion h3 {
	margin: 0;
	padding-right: .9375rem;
	font-size: 1.375rem;
	line-height: 1.2222;
}

.accordion .btn {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 2.5rem;
	height: 2.5rem;
	font-size: 0;
	line-height: 0;
	min-width: 0;
	padding: 0;
}

.accordion .btn::after {
	-webkit-transition: -webkit-transform .15s linear;
	transition: -webkit-transform .15s linear;
	transition: transform .15s linear;
	transition: transform .15s linear, -webkit-transform .15s linear;
	content: "\e906";
	font-size: 1.25rem;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 60%;
	color: #2f2f2f;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.faq-accordion li {
	padding: 1.875rem 0;
}

.faq-accordion .slide {
	padding: .9375rem 0 0;
}

.faq-accordion .slide p:last-child {
	margin: 0;
}

.product-content {
	margin: 5.25rem 0 6.25rem;
}

.product-content.decor {
	position: relative;
}

.product-content.decor::before {
	content: "";
	position: absolute;
	top: 4.4375rem;
	left: 0;
	width: 127.875rem;
	height: 63.8125rem;
	-webkit-transform: translateX(-36%) scaleX(-1);
	-ms-transform: translateX(-36%) scaleX(-1);
	transform: translateX(-36%) scaleX(-1);
	background-image: url(images/decor-lines.svg);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: .05;
	pointer-events: none;
}

.product-content .img-col {
	margin-bottom: 3.125rem;
}

.product-content .text-col h2 {
	margin-bottom: 1.25rem;
}

.product-content .text-col p {
	margin-bottom: 3.625rem;
}

.product-info {
	margin: 6.25rem 0 1.875rem;
}

.product-info [class*="col-"] {
	margin-bottom: 0rem;
}

.product-info [class*="col-"]:nth-child(1) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.product-info [class*="col-"]:nth-child(2) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.product-info [class*="col-"]:nth-child(3) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.product-info [class*="col-"]:nth-child(4) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.product-info [class*="col-"]:nth-child(5) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.product-info [class*="col-"]:nth-child(6) {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.product-details {
	padding: 3.125rem 0 6.25rem;
	position: relative;
}

.product-details .h1 {
	text-align: center;
	margin-bottom: 3.125rem;
	font-weight: 700;
	letter-spacing: 0;
}

.product-details .btn-holder .btn {
	letter-spacing: -.03125rem;
	padding: 1.5rem 1.25rem 1.5rem 2.1875rem;
}

.detail-accordion {
	margin-bottom: 4rem;
}

.detail-accordion > li {
	-webkit-transition: padding .15s linear;
	transition: padding .15s linear;
	padding: 1.875rem 0;
}

.detail-accordion .slide p:last-child {
	margin: 0;
}

.detail-accordion h5 {
	font-size: 1rem;
	line-height: 1.875;
	font-style: normal;
	margin: 0;
}

.detail-accordion .details-block {
	padding: 1.875rem 0 0;
}

.detail-accordion .img-box {
	padding: 3.125rem 1.25rem 1.25rem;
}

.detail-accordion .img-box img {
	display: block;
	width: 100%;
}

.details-list li {
	margin-bottom: .625rem;
}

.details-list strong {
	color: #84d2ff;
	font-weight: 700;
	padding-right: .3125rem;
}

.section-testimonials {
	background-color: #3c97cb;
	color: #fff;
	padding: 5rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 31.25rem;
}

.section-testimonials blockquote {
	text-align: center;
	margin: 0;
	font-size: 1.75rem;
	line-height: 1.5;
	font-style: italic;
}

.section-testimonials blockquote p {
	font-weight: 700;
	margin-bottom: 2.875rem;
	text-transform: uppercase;
}

.section-testimonials blockquote p::before {
	content: "“";
}

.section-testimonials blockquote p::after {
	content: "”";
}

.section-testimonials blockquote cite {
	font-style: normal;
	font-weight: 600;
	letter-spacing: .03125rem;
	display: block;
	font-size: 1rem;
	line-height: 1.875;
	text-align: center;
	margin: 0;
}

.testimonials-slider {
	padding-bottom: 4.375rem;
}

.testimonials-slider .slick-arrow {
	position: absolute;
	bottom: 0;
}

.testimonials-slider .slick-arrow.slick-prev {
	left: 50%;
	margin-left: -5rem;
}

.testimonials-slider .slick-arrow.slick-next {
	right: 50%;
	margin-right: -5rem;
}

.testimonials-slider .slick-arrow:hover {
	color: #000;
}

.product-intro {
	padding: 5.9375rem 0 3.25rem;
}

.product-intro [class*="col"] {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.product-intro .img-col {
	text-align: center;
}

.product-intro .img-col img {
	width: 100%;
	max-width: 25rem;
	margin: 0 auto 2.5rem;
}

.product-intro h2 {
	margin-bottom: 1.0625rem;
}

.product-intro ul {
	margin-bottom: 2rem;
}

.section-info {
	padding: 3.125rem 0;
	color: #fff;
	text-align: center;
	position: relative;
}

.section-info::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #939393;
	mix-blend-mode: multiply;
}

.section-info .container {
	position: relative;
}

.section-info .h1 {
	margin: 0;
}

.team-section {
	color: #000;
	padding: 4.375rem 0;
	position: relative;
}

.team-section::before {
	content: "";
	position: absolute;
	top: -1.5rem;
	left: 0;
	width: 83.3125rem;
	height: 41.5625rem;
	-webkit-transform: translateX(-71.9%);
	-ms-transform: translateX(-71.9%);
	transform: translateX(-71.9%);
	background-image: url(images/decor-lines.svg);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 0;
	mix-blend-mode: difference;
	opacity: .3;
}

.team-section > [class^="container"] {
	position: relative;
}

.team-section .team-holder {
	padding: 1.25rem 0;
}

.team-section h5 {
	letter-spacing: .09375rem;
	margin-bottom: 1.875rem;
	font-size: inherit;
	font-family: "Factoria", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.team-section .img-col {
	padding-bottom: 3.125rem;
}

.team-section .img-col img {
	display: block;
	width: 100%;
}

.team-section .text-col p {
	margin-bottom: 2rem;
}

.team-section .title {
	padding-bottom: .625rem;
}

.team-section h1 {
	font-weight: 700;
	letter-spacing: .09375rem;
	margin-bottom: 1.3125rem;
}

.team-section .info-bio {
	padding-bottom: .4375rem;
}

.team-section .info-bio h5 {
	color: #3c97cb;
	margin-bottom: .6875rem;
	letter-spacing: 0;
}

.section-404 {
	color: #000;
	padding: 4.375rem 0;
	position: relative;
}

.section-404::before {
	content: "";
	position: absolute;
	top: -1.5rem;
	right: 0;
	width: 83.3125rem;
	height: 41.5625rem;
	-webkit-transform: translateX(43%);
	-ms-transform: translateX(43%);
	transform: translateX(43%);
	background-image: url(images/decor-lines.svg);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 0;
	mix-blend-mode: difference;
	opacity: .3;
}

.section-404 .text-col ul,
.section-404 .text-col p {
	margin-bottom: 2rem;
}

.section-404 .text-col p + ul {
	margin-top: -2rem;
}

.section-404 .text-col ul li {
	position: relative;
	padding-left: .75rem;
}

.section-404 .text-col ul li::before {
	content: "•";
	position: absolute;
	top: 0;
	left: 0;
}

.section-404 .title {
	padding-bottom: .625rem;
}

.section-404 h1 {
	font-weight: 700;
	letter-spacing: .09375rem;
	margin-bottom: 1.3125rem;
}

.contact-section {
	color: #000;
	padding: 4.375rem 0;
	position: relative;
}

.contact-section::before {
	content: "";
	position: absolute;
	top: -1.5rem;
	right: 0;
	width: 83.3125rem;
	height: 41.5625rem;
	-webkit-transform: translateX(43%);
	-ms-transform: translateX(43%);
	transform: translateX(43%);
	background-image: url(images/decor-lines.svg);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 0;
	mix-blend-mode: difference;
	opacity: .3;
}

.contact-section [class^="container"] {
	position: relative;
}

.contact-section h1 {
	font-weight: 700;
	margin-bottom: 3.75rem;
	text-align: center;
}

.contact-section .contact-box {
	margin-bottom: 3.75rem;
}

.contact-section .contact-box h5 {
	font-family: "Factoria", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: inherit;
	text-transform: none;
	color: #3c97cb;
	margin-bottom: .375rem;
}

.contact-section .contact-box h6,
.contact-section .contact-box h4 {
	font-weight: 500;
	font-size: inherit;
	font-style: normal;
	text-transform: none;
	margin-bottom: 1.5rem;
}

.contact-section .contact-box address {
	margin: 0;
}

.contact-section .contact-box .btn {
	margin-bottom: 1rem;
	font-size: .9375rem;
}

.contact-section .map-canvas {
	margin-bottom: 3.75rem;
}

.contact-section .map-canvas::before {
	content: "";
	display: block;
	width: 0;
	height: 26.25rem;
}

.contact-section .social-networks {
	margin-bottom: 1.25rem;
	display: block;
}

.contact-section .social-networks .sfsi_widget {
	min-height: 3rem !important;
	float: none !important;
}

.contact-section .social-networks .sfsi_widget .norm_row {
	width: 9.375rem !important;
}

.contact-section .social-networks .sfsi_widget .sfsi_wicons {
	width: 8.125rem !important;
	height: 2.625rem !important;
	margin: 0 !important;
	padding-top: 0;
	vertical-align: top;
}

.contact-section .social-networks .sfsi_widget .sficn {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
	width: 8.125rem !important;
	height: 2.625rem !important;
	background-image: url("images/linkedin_blk.svg");
	background-repeat: no-repeat;
}

.contact-section .social-networks .sfsi_widget .sficn:hover {
	opacity: .8 !important;
}

.contact-section .social-networks .sfsi_widget .sficn img {
	display: none !important;
}

.contact-form {
	padding-top: 5rem;
}

.contact-form .form-group {
	margin-bottom: 1.25rem;
}

.contact-form .recaptcha {
	padding: .625rem 0 1.875rem;
}

.contact-form .recaptcha img {
	box-shadow: 0 0 .3125rem rgba(0, 0, 0, .3);
}

.form .form-group {
	margin-bottom: 1.25rem;
}

.form .btn-holder {
	padding-top: 1.5rem;
}

.form-section {
	padding: .25rem 0;
}

.form-section .form {
	max-width: 62.5rem;
	margin: 0 auto;
	line-height: 1.7143;
	font-weight: 700;
	color: #afafaf;
	font-style: italic;
	font-family: "Axia", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.form-section .form.form-distributor .btn-holder {
	text-align: left;
}

.form-section .form-intro {
	padding: .25rem 0 3.125rem;
	max-width: 62.5rem;
	margin: 0 auto;
	text-align: center;
}

.form-section label,
.form-section .form-title {
	display: block;
	color: #3c97cb;
	font-style: italic;
	font-size: inherit;
	font-family: "Factoria", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	text-transform: uppercase;
	font-weight: 700;
}

.form-section .form-title {
	padding: 1.25rem 0 2.5rem .3125rem;
}

.form-section label {
	display: inline-block;
}

.form-section .form-text {
	margin: 0 0 2.6875rem;
	font-weight: 700;
}

.form-section .custom-control {
	padding: .625rem 0 1.25rem;
}

.custom-control {
	padding-left: 0;
}

.custom-control.custom-radio .custom-control-label::after,
.custom-control.custom-radio .custom-control-label::before {
	width: 1.875rem;
	height: 1.875rem;
}

.custom-control .custom-control-label {
	position: relative;
	cursor: pointer;
	padding-left: 2.8125rem;
}

.custom-control .custom-control-label::before,
.custom-control .custom-control-label::after {
	width: 1.875rem;
	height: 1.875rem;
	left: 0;
	top: -.125rem;
}

.custom-control .custom-control-label::before {
	background-color: #eaeaea;
	border: none !important;
	box-shadow: none !important;
}

.custom-control .custom-control-label::after {
	background-color: transparent;
	background-size: 60%;
}

.custom-control .custom-control-input:active ~ .custom-control-label::before,
.custom-control .custom-control-input:focus ~ .custom-control-label::before {
	background-color: #eaeaea;
	box-shadow: none;
}

.custom-control .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #84d2ff;
}

.support-section {
	color: #000;
	padding: 4.375rem 0;
	position: relative;
	line-height: 1.5;
}

.support-section [class^="container"] {
	position: relative;
}

.support-section .text-col {
	position: relative;
	z-index: 3;
	padding-bottom: 2.5rem;
}

.support-section .form-col {
	position: relative;
	z-index: 2;
}

.support-section .form-col p a {
	color: inherit;
}

.support-section .form-col p a:hover {
	color: #84d2ff;
}

.support-section .form-wrap {
	position: relative;
}

.support-section .form-wrap::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 80rem;
	height: 43.75rem;
	-webkit-transform: translateX(43%);
	-ms-transform: translateX(43%);
	transform: translateX(43%);
	background-image: url(images/decor-lines.svg);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
	mix-blend-mode: difference;
	opacity: .06;
}

.support-section h2 {
	margin-bottom: 1.875rem;
}

.support-section h3 {
	font-weight: 700;
	font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	text-transform: none;
	color: #000;
	font-style: normal;
	margin: 0;
	font-size: 1.125rem;
}

.support-section p {
	margin-bottom: 2rem;
}

.support-accordion li {
	border-bottom: 0;
}

.support-accordion li.active .opener::before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.support-accordion h3 {
	padding: 0;
}

.support-accordion .opener {
	color: #000;
	display: block;
	position: relative;
	padding: 1.125rem 1.875rem 1.125rem 0;
	border-bottom: 1px solid #000;
}

.support-accordion .opener::before {
	-webkit-transition: -webkit-transform .15s linear;
	transition: -webkit-transform .15s linear;
	transition: transform .15s linear;
	transition: transform .15s linear, -webkit-transform .15s linear;
	height: 0;
	width: 0;
	border-left: .53125rem solid transparent;
	border-right: .53125rem solid transparent;
	border-top: .53125rem solid #84d2ff;
	content: "";
	position: absolute;
	top: 52%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.support-accordion .opener:hover {
	color: #84d2ff;
}

.support-accordion .slide {
	padding: 1.5625rem 0;
}

.support-accordion .slide p:last-child {
	margin: 0;
}

.support-accordion .slide a {
	color: inherit;
	text-decoration: underline;
}

.support-accordion .slide a:hover {
	text-decoration: none;
}

.support-accordion .slide ul {
	margin-bottom: 2rem;
}

.support-accordion .slide ul:last-child {
	margin-bottom: 0;
}

.support-accordion .slide ul strong {
	padding-right: .625rem;
}

.loader-holder {
	display: none;
	min-height: 50vh;
}

.loading .loader-holder {
	display: block;
}

.loader {
	margin: 6.25rem auto;
	font-size: .875rem;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load5 1.1s infinite ease;
	animation: load5 1.1s infinite ease;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.viewport-section .fade-effect,
.viewport-section .move-effect,
.viewport-section .move-margin-effect {
	opacity: 0;
	visibility: hidden;
}

.viewport-section .fade-effect {
	-webkit-transition: opacity .7s linear, visibility .7s linear;
	transition: opacity .7s linear, visibility .7s linear;
}

.viewport-section .move-effect {
	-webkit-transition: opacity .7s linear, visibility .7s linear, -webkit-transform .7s linear;
	transition: opacity .7s linear, visibility .7s linear, -webkit-transform .7s linear;
	transition: transform .7s linear, opacity .7s linear, visibility .7s linear;
	transition: transform .7s linear, opacity .7s linear, visibility .7s linear, -webkit-transform .7s linear;
	-webkit-transform: translateY(2.5rem);
	-ms-transform: translateY(2.5rem);
	transform: translateY(2.5rem);
}

.viewport-section .move-margin-effect {
	-webkit-transition: margin-top .7s linear;
	transition: margin-top .7s linear;
	margin-top: 2.5rem;
}

.viewport-section.in-viewport .move-effect,
.viewport-section.in-viewport .fade-effect,
.viewport-section.in-viewport .move-margin-effect {
	opacity: 1;
	visibility: visible;
}

.viewport-section.in-viewport .move-effect {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}



.viewport-section.in-viewport .move-margin-effect {
	margin-top: 0;
}

.anim-delay-1 {
	-webkit-transition-delay: .25s !important;
	transition-delay: .25s !important;
}

.anim-delay-2 {
	-webkit-transition-delay: .5s !important;
	transition-delay: .5s !important;
}

.anim-delay-3 {
	-webkit-transition-delay: .75s !important;
	transition-delay: .75s !important;
}

#header {
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	background-color: #fff;
	padding: 2rem 0;
	width: 100% !important;
}

#header::after {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
	content: "";
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #eaeaea;
}

#header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: none;
}

.home-page #wrapper:not(.fixed-position) #header:after {
	opacity: 0;
}

.home-page #wrapper:not(.fixed-position) #header:not(.header-hover) #nav > ul > li.active > a {
	color: #067abc;
}

.home-page #wrapper:not(.fixed-position) #header:not(.header-hover) #nav > ul > li:last-child > a::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: none;
	border: 3px solid #84d2ff;
}

.logo {
	display: block;
	width: 7.5rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
}

.logo img {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
	display: block;
	width: 100%;
}

.logo img.img-light {
	display: none;
}

.logo img.img-decor {
	display: none;
}

#nav ul {
	text-transform: uppercase;
}

#nav ul > li.active-item > .sub-menu {
	display: block !important;
}

#nav > ul {
	background: #3c97cb;
	position: relative;
	width: 100%;
	padding: 2.3125rem 2.625rem;
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: 800;
	font-family: "Axia", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

#nav > ul > li:last-child > a {
	-webkit-transition: color .2s linear, padding .2s linear, margin .2s linear;
	transition: color .2s linear, padding .2s linear, margin .2s linear;
	position: relative;
	z-index: 2;
}

#nav > ul > li.active > a {
	color: #000;
}

#nav > ul > li > a {
	color: #fff;
	display: block;
	padding: .9375rem 0;
}

#nav > ul > li > a:hover {
	color: #000;
}

#nav .sub-menu {
	width: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	display: none !important;
	background-color: #3c97cb;
	padding: 2.3125rem 2.625rem;
}

#nav .sub-menu > ul > li > a {
	display: block;
	color: #fff;
	padding: .9375rem 0;
}

#nav .sub-menu > ul > li > a:hover {
	color: #000;
}

#nav .sub-menu .sub-menu {
	background-color: #c1c5c8;
	padding: 2.5625rem 1.875rem;
	min-height: calc(100vh - 6.25rem);
}

#nav .sub-menu .sub-menu ul {
	font-size: 1.375rem;
	line-height: 1.4545;
}

#nav .sub-menu .sub-menu ul a {
	color: #000;
	padding: .875rem 1.875rem .8125rem 0;
}

#nav .sub-menu .sub-menu ul a:hover {
	color: #fff;
}

#nav .btn-back {
	color: #fff;
	font-size: 1.375rem;
	line-height: 1;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 3.625rem;
	margin-bottom: 1.9375rem;
}

#nav .btn-back:hover {
	color: #000;
}

#nav .btn-back::before {
	content: "\e90a";
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 2.5rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-opener {
	width: 1.875rem;
	height: 1.5rem;
	position: relative;
	display: block;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener::before,
.nav-active .nav-opener::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -.15625rem;
}

.nav-active .nav-opener::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener::before,
.nav-opener::after {
	background: #3c97cb;
	position: absolute;
	top: .5625rem;
	left: 0;
	right: 0;
	height: .3125rem;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener::before,
.nav-opener::after {
	content: "";
	top: 0;
}

.nav-opener::after {
	top: 1.125rem;
}

.drop-holder {
	position: fixed;
	-webkit-perspective: 125rem;
	perspective: 125rem;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
	margin: -.9375rem 0 0 -.625rem;
	text-transform: uppercase;
}

.drop-holder::before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	height: 1.75rem;
}

.fixed-position ~ .drop-holder::before {
	height: .75rem;
}

.drop-holder.active-drop {
	opacity: 1;
	visibility: visible;
}

.drop-holder.active-drop .inner {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.drop-holder.active-drop .frame > .sub-menu.active {
	opacity: 1;
	visibility: visible;
	left: 0;
	position: relative;
}

.drop-holder.active-drop .frame > .sub-menu:not(.active) {
	position: absolute;
	left: -9999px;
}

.drop-holder .inner {
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
	width: 100%;
	position: relative;
	-webkit-transform: rotateX(-15deg);
	transform: rotateX(-15deg);
}

.drop-holder .frame {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #3c97cb;
}

.drop-holder ul {
	font-weight: 800;
	font-family: "Axia", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.drop-holder .sub-menu {
	position: relative;
	width: 13.75rem;
	padding: 1.25rem 0 1.25rem 1.25rem;
	opacity: 0;
	visibility: hidden;
	background-color: #3c97cb;
	font-family: serif;
}

.drop-holder .sub-menu > ul {
	font-size: 1rem;
	line-height: 1.25;
}

.drop-holder .sub-menu > ul > li:hover > a {
	color: #000;
}

.drop-holder .sub-menu > ul > li:hover > .sub-menu {
	display: block;
	opacity: 1;
	visibility: visible;
}

.drop-holder .sub-menu > ul > li > a {
	display: block;
	color: #fff;
	padding: .75rem 1.25rem .75rem 0;
}

.drop-holder .sub-menu > ul > li > a:hover {
	color: #000;
}

.drop-holder .sub-menu .sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
	width: 101%;
	min-height: 100%;
	padding: 1.25rem;
	background-color: #c1c5c8;
}

.drop-holder .sub-menu .sub-menu ul {
	font-size: 1rem;
	line-height: 1.25;
}

.drop-holder .sub-menu .sub-menu ul a {
	color: #000;
	padding: .75rem 0;
}

.drop-holder .sub-menu .sub-menu ul a:hover {
	color: #fff;
}

.drop-holder .inactive:not(.active) {
	position: absolute;
	left: -9999px;
	top: 0;
}

#footer {
	background-color: #000;
	font-style: italic;
	font-size: 1rem;
	line-height: 1.875;
	color: #fff;
	padding-top: 3.625rem;
	text-align: center;
	position: relative;
	z-index: 3;
}

#footer .container {
	max-width: 100.75rem;
	position: relative;
}

#footer a {
	color: inherit;
}

#footer a:hover {
	color: #067abc;
}

#footer .holder {
	padding-bottom: 1.875rem;
}

#footer .frame {
	font-weight: 500;
	color: #000;
	padding: 2.75rem 0 2.25rem;
	background-image: -webkit-linear-gradient(left, white 0%, #3c97cb 100%);
	background-image: linear-gradient(to right, white 0%, #3c97cb 100%);
}

#footer .frame a:hover {
	color: #fff;
}

#footer .footer-col {
	padding-bottom: 1.25rem;
}

#footer .social-networks {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 3rem;
}

#footer .social-networks li {
	margin: 0 .8125rem .3125rem;
}

#footer .social-networks .soc-img {
	width: 9.375rem;
	height: auto;
}

#footer .social-networks .sfsi_widget {
	min-height: 3rem !important;
}

#footer .social-networks .sfsi_widget .norm_row {
	width: 9.375rem !important;
}

#footer .social-networks .sfsi_widget .sfsi_wicons {
	width: 9.375rem !important;
	height: 3rem !important;
	margin: 0 !important;
}

#footer .social-networks .sfsi_widget .sficn {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
	width: 9.375rem !important;
	height: 3rem !important;
	background-image: url("images/linkedin.svg");
	background-repeat: no-repeat;
}

#footer .social-networks .sfsi_widget .sficn:hover {
	opacity: .8 !important;
}

#footer .social-networks .sfsi_widget .sficn img {
	display: none !important;
}

#footer .social-networks h4 {
	margin-bottom: 1.5625rem;
}

#footer .by,
#footer .copyright {
	display: block;
}

#footer .copyright {
	padding-bottom: 1.4375rem;
}

#footer .hbspt-form .hs-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#footer .hbspt-form .hs-form-field {
	margin: 0;
	padding-bottom: 1.5625rem;
}

#footer .hbspt-form .hs-form-field.hs-email {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

#footer .hbspt-form .hs-form-field .inputs-list {
	font-size: .75rem;
	line-height: 1.2;
}

#footer .hbspt-form .hs-input {
	font-size: 1rem;
	height: 2.8125rem;
	padding: .375rem 1.1875rem;
}

#footer .hbspt-form .hs-submit {
	padding-top: .3125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

#footer .hbspt-form .actions {
	margin: 0;
	display: block;
	text-align: right;
}

#footer .hbspt-form .actions::before {
	display: none;
}

#footer .hbspt-form .hs-button {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	padding: 0;
	background-color: transparent;
	color: #fff;
	font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	text-transform: none;
	font-size: 1rem;
	line-height: 1;
	font-weight: 500;
	border: none;
	min-width: 0;
	display: block;
}

#footer .hbspt-form .hs-button:hover {
	color: #3c97cb;
}

#footer .hbspt-form .hs_error_rollup {
	width: 100%;
}

#footer .hbspt-form .hs_error_rollup .hs-error-msgs {
	font-size: .75rem;
	line-height: 1.2;
}

#footer .hbspt-form .submitted-message {
	font-size: .75rem;
	line-height: 1.2;
}

#footer .footer-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 2.25rem;
}

#footer .footer-list li {
	position: relative;
	padding-bottom: .625rem;
}

#footer .footer-list li:last-child::before {
	display: none;
}

#footer .footer-list a {
	text-decoration: underline;
}

#footer .footer-list a:hover {
	color: #fff;
	text-decoration: none;
}

.footer-nav {
	font-weight: 700;
}

.footer-nav li {
	margin-bottom: 2.5rem;
}

.footer-nav ul {
	font-weight: 500;
	padding-top: .5625rem;
	text-transform: uppercase;
}

.footer-nav ul li {
	margin: 0;
}

.footer-logo {
	width: 11.5rem;
	display: block;
	margin: 0 auto 3.6875rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.footer-logo img {
	display: block;
	width: 100%;
}

.form-col h4 {
	margin-bottom: 2.1875rem;
}

.signup-form .form-control {
	font-size: 1rem;
	height: 2.8125rem;
	padding: .375rem 1.1875rem;
}

.signup-form [class*="col-"] {
	padding-bottom: 1.5625rem;
}

.signup-form .btn-holder {
	padding-top: .3125rem;
}

.signup-form__btn {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	padding: 0;
	background-color: transparent;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	font-weight: 500;
	border: none;
	vertical-align: top;
	display: inline-block;
}

.signup-form__btn:hover {
	color: #3c97cb;
}

.btn {
	border: none;
	background-color: transparent !important;
	font-family: "Axia", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1;
	position: relative;
	z-index: 1;
	min-width: 12.375rem;
	padding: 1.375rem .9375rem 1.375rem 1.5rem;
	color: #000;
	margin-right: .9375rem;
}

.btn::before {
	-webkit-transition: background-position .15s linear;
	transition: background-position .15s linear;
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: skewX(-13deg);
	-ms-transform: skewX(-13deg);
	transform: skewX(-13deg);
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}

.btn:focus:active,
.btn:focus,
.btn:active,
.btn:hover {
	color: #000;
	box-shadow: none !important;
	background-color: transparent;
}

.btn:focus:active::before,
.btn:focus::before,
.btn:active::before,
.btn:hover::before {
	background-color: transparent;
}

.btn:hover,
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
	background-color: transparent;
	color: #000;
}

.btn.btn-primary::before {
	background-image: -webkit-linear-gradient(left, #0679bc 0%, #84d2ff 50%, #84d2ff 100%);
	background-image: linear-gradient(to right, #0679bc 0%, #84d2ff 50%, #84d2ff 100%);
	background-size: 200% 100%;
	background-position: 100% 0;
}

.btn.btn-primary:focus:active::before,
.btn.btn-primary:focus:hover::before,
.btn.btn-primary:focus::before,
.btn.btn-primary:hover::before,
.btn.btn-primary:active::before {
	background-position: 0 0;
}

.btn.btn-secondary::before {
	background-image: -webkit-linear-gradient(left, #141414 0%, #6c757d 50%, #6c757d 100%);
	background-image: linear-gradient(to right, #141414 0%, #6c757d 50%, #6c757d 100%);
	background-size: 200% 100%;
	background-position: 100% 0;
}

.btn.btn-secondary:focus:active::before,
.btn.btn-secondary:focus:hover::before,
.btn.btn-secondary:focus::before,
.btn.btn-secondary:hover::before,
.btn.btn-secondary:active::before {
	background-position: 0 0;
}

.btn.btn-success::before {
	background-image: -webkit-linear-gradient(left, #030b05 0%, #28a745 50%, #28a745 100%);
	background-image: linear-gradient(to right, #030b05 0%, #28a745 50%, #28a745 100%);
	background-size: 200% 100%;
	background-position: 100% 0;
}

.btn.btn-success:focus:active::before,
.btn.btn-success:focus:hover::before,
.btn.btn-success:focus::before,
.btn.btn-success:hover::before,
.btn.btn-success:active::before {
	background-position: 0 0;
}

.btn.btn-info::before {
	background-image: -webkit-linear-gradient(left, #020b0c 0%, #17a2b8 50%, #17a2b8 100%);
	background-image: linear-gradient(to right, #020b0c 0%, #17a2b8 50%, #17a2b8 100%);
	background-size: 200% 100%;
	background-position: 100% 0;
}

.btn.btn-info:focus:active::before,
.btn.btn-info:focus:hover::before,
.btn.btn-info:focus::before,
.btn.btn-info:hover::before,
.btn.btn-info:active::before {
	background-position: 0 0;
}

.btn.btn-warning::before {
	background-image: -webkit-linear-gradient(left, #433302 0%, #ffc107 50%, #ffc107 100%);
	background-image: linear-gradient(to right, #433302 0%, #ffc107 50%, #ffc107 100%);
	background-size: 200% 100%;
	background-position: 100% 0;
}

.btn.btn-warning:focus:active::before,
.btn.btn-warning:focus:hover::before,
.btn.btn-warning:focus::before,
.btn.btn-warning:hover::before,
.btn.btn-warning:active::before {
	background-position: 0 0;
}

.btn.btn-danger::before {
	background-image: -webkit-linear-gradient(left, #53150a 0%, #ef4d2f 50%, #ef4d2f 100%);
	background-image: linear-gradient(to right, #53150a 0%, #ef4d2f 50%, #ef4d2f 100%);
	background-size: 200% 100%;
	background-position: 100% 0;
}

.btn.btn-danger:focus:active::before,
.btn.btn-danger:focus:hover::before,
.btn.btn-danger:focus::before,
.btn.btn-danger:hover::before,
.btn.btn-danger:active::before {
	background-position: 0 0;
}

.btn.btn-light::before {
	background-image: -webkit-linear-gradient(left, #8e99a3 0%, #f8f9fa 50%, #f8f9fa 100%);
	background-image: linear-gradient(to right, #8e99a3 0%, #f8f9fa 50%, #f8f9fa 100%);
	background-size: 200% 100%;
	background-position: 100% 0;
}

.btn.btn-light:focus:active::before,
.btn.btn-light:focus:hover::before,
.btn.btn-light:focus::before,
.btn.btn-light:hover::before,
.btn.btn-light:active::before {
	background-position: 0 0;
}

.btn.btn-dark::before {
	background-image: -webkit-linear-gradient(left, black 0%, black 50%, black 100%);
	background-image: linear-gradient(to right, black 0%, black 50%, black 100%);
	background-size: 200% 100%;
	background-position: 100% 0;
}

.btn.btn-dark:focus:active::before,
.btn.btn-dark:focus:hover::before,
.btn.btn-dark:focus::before,
.btn.btn-dark:hover::before,
.btn.btn-dark:active::before {
	background-position: 0 0;
}

.btn.btn-danger,
.btn.btn-warning,
.btn.btn-success,
.btn.btn-info,
.btn.btn-dark,
.btn.btn-secondary {
	color: #fff !important;
}

.btn.btn-light::before {
	background-color: #fff;
}

.btn.btn-light:focus:active::before,
.btn.btn-light:focus:hover::before,
.btn.btn-light:focus::before,
.btn.btn-light:active::before {
	background-color: #e6e5e5;
}

.btn.btn-light:hover::before {
	background-color: #f2f2f2;
}

.btn[class*="btn-outline-"] {
	border: none;
	color: #1a1718;
}

.btn[class*="btn-outline-"]:focus:active,
.btn[class*="btn-outline-"]:focus,
.btn[class*="btn-outline-"]:active,
.btn[class*="btn-outline-"]:hover {
	color: #1a1718;
	background-color: transparent;
}

.btn[class*="btn-outline-"]:hover::before {
	background-color: transparent;
}

.btn[class*="btn-outline-"]::before {
	-webkit-transition: background-color .15s linear, border-color .15s linear;
	transition: background-color .15s linear, border-color .15s linear;
	border: 3px solid transparent;
	background-color: transparent;
}

.btn.btn-outline-primary::before {
	border-color: #84d2ff;
}

.btn.btn-outline-primary:focus:active::before,
.btn.btn-outline-primary:focus:hover::before,
.btn.btn-outline-primary:focus::before,
.btn.btn-outline-primary:active::before {
	background-color: #6bc9ff;
	border-color: #6bc9ff;
}

.btn.btn-outline-primary:hover::before {
	background-color: #84d2ff;
}

.btn.btn-outline-secondary::before {
	border-color: #6c757d;
}

.btn.btn-outline-secondary:focus:active::before,
.btn.btn-outline-secondary:focus:hover::before,
.btn.btn-outline-secondary:focus::before,
.btn.btn-outline-secondary:active::before {
	background-color: #60686f;
	border-color: #60686f;
}

.btn.btn-outline-secondary:hover::before {
	background-color: #6c757d;
}

.btn.btn-outline-success::before {
	border-color: #28a745;
}

.btn.btn-outline-success:focus:active::before,
.btn.btn-outline-success:focus:hover::before,
.btn.btn-outline-success:focus::before,
.btn.btn-outline-success:active::before {
	background-color: #23923d;
	border-color: #23923d;
}

.btn.btn-outline-success:hover::before {
	background-color: #28a745;
}

.btn.btn-outline-info::before {
	border-color: #17a2b8;
}

.btn.btn-outline-info:focus:active::before,
.btn.btn-outline-info:focus:hover::before,
.btn.btn-outline-info:focus::before,
.btn.btn-outline-info:active::before {
	background-color: #148ea1;
	border-color: #148ea1;
}

.btn.btn-outline-info:hover::before {
	background-color: #17a2b8;
}

.btn.btn-outline-warning::before {
	border-color: #ffc107;
}

.btn.btn-outline-warning:focus:active::before,
.btn.btn-outline-warning:focus:hover::before,
.btn.btn-outline-warning:focus::before,
.btn.btn-outline-warning:active::before {
	background-color: #edb100;
	border-color: #edb100;
}

.btn.btn-outline-warning:hover::before {
	background-color: #ffc107;
}

.btn.btn-outline-danger::before {
	border-color: #ef4d2f;
}

.btn.btn-outline-danger:focus:active::before,
.btn.btn-outline-danger:focus:hover::before,
.btn.btn-outline-danger:focus::before,
.btn.btn-outline-danger:active::before {
	background-color: #ed3917;
	border-color: #ed3917;
}

.btn.btn-outline-danger:hover::before {
	background-color: #ef4d2f;
}

.btn.btn-outline-light::before {
	border-color: #f8f9fa;
}

.btn.btn-outline-light:focus:active::before,
.btn.btn-outline-light:focus:hover::before,
.btn.btn-outline-light:focus::before,
.btn.btn-outline-light:active::before {
	background-color: #e9ecef;
	border-color: #e9ecef;
}

.btn.btn-outline-light:hover::before {
	background-color: #f8f9fa;
}

.btn.btn-outline-dark::before {
	border-color: #000;
}

.btn.btn-outline-dark:focus:active::before,
.btn.btn-outline-dark:focus:hover::before,
.btn.btn-outline-dark:focus::before,
.btn.btn-outline-dark:active::before {
	background-color: black;
	border-color: black;
}

.btn.btn-outline-dark:hover::before {
	background-color: #000;
}

.btn.btn-outline-primary::before {
	border-color: #3c97cb;
}

.btn.btn-outline-primary:focus:active,
.btn.btn-outline-primary:focus:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active {
	color: #fff;
}

.btn.btn-outline-primary:focus:active::before,
.btn.btn-outline-primary:focus:hover::before,
.btn.btn-outline-primary:focus::before,
.btn.btn-outline-primary:active::before {
	background-color: #328abc;
	border-color: #328abc;
}

.btn.btn-outline-primary:hover {
	color: #fff;
}

.btn.btn-outline-primary:hover::before {
	background-color: #3c97cb;
	border-color: #3c97cb;
}

.btn.btn-outline-light {
	color: #fff;
}

.btn.btn-outline-light::before {
	border-color: #fff;
}

.btn.btn-outline-light:focus:active::before,
.btn.btn-outline-light:focus:hover::before,
.btn.btn-outline-light:focus::before,
.btn.btn-outline-light:active::before {
	background-color: #f2f2f2;
	border-color: #f2f2f2;
}

.btn.btn-outline-light:hover::before {
	background-color: #fff;
	border-color: #fff;
}

.btn.btn-outline-secondary:focus:active,
.btn.btn-outline-secondary:focus:hover,
.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:active,
.btn.btn-outline-dark:focus:active,
.btn.btn-outline-dark:focus:hover,
.btn.btn-outline-dark:focus,
.btn.btn-outline-dark:hover,
.btn.btn-outline-dark:active {
	color: #fff;
}

.btn.btn-play {
	padding: 0 0 0 1.875rem;
	min-width: 0;
	color: #fff;
	margin-right: 0;
	word-spacing: .1875rem;
}

.btn.btn-play::before {
	display: none;
}

.btn.btn-play::after {
	-webkit-transition: border-color .15s linear;
	transition: border-color .15s linear;
	height: 0;
	width: 0;
	border-bottom: .625rem solid transparent;
	border-left: 1rem solid #fff;
	border-top: .625rem solid transparent;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}

.btn.btn-play:hover {
	color: #3c97cb;
}

.btn.btn-play:hover::after {
	border-left-color: #3c97cb;
}

.card-service {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	box-shadow: 1.875rem .3125rem 1.875rem rgba(0, 0, 0, .16);
}

.card-service .card-img-top {
	position: relative;
}

.card-service .card-img-top::before {
	content: "";
	display: block;
	padding-bottom: 64.5%;
	width: 0;
}

.card-service .card-img-top img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

.card-service h3 {
	font-size: 1.5rem;
	line-height: 1.1667;
	margin-bottom: 1.125rem;
}

.card-service .card-body {
	padding: 2.0625rem 1.25rem 1.4375rem 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 14.75rem;
}

.card-category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	text-align: center;
	box-shadow: 1.875rem .3125rem 1.875rem rgba(0, 0, 0, .16);
	font-size: 1rem;
	line-height: 1.875;
}

.card-category .card-img-top {
	position: relative;
}

.card-category .card-img-top::before {
	content: "";
	display: block;
	padding-bottom: 105%;
	width: 0;
}

.card-category .card-img-top img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

.card-category h3 {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1.125rem;
}

.card-category .card-body {
	padding: 2.5625rem 1.875rem 3.0625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.card-category .card-body p {
	margin-bottom: 1.625rem;
}

.card-category .btn {
	margin-top: auto;
	min-width: 13.75rem;
}

.card-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	text-align: center;
	margin-bottom: 1.375rem;
	height: calc(100% - 1.375rem);
	border-top: 1.4375rem solid #84d2ff;
}

.card-product.category-red {
	border-top-color: #ef4d2f;
}

.card-product .card-img-top {
	position: relative;
	background-color: #e6e6e6;
}

.card-product .card-img-top::before {
	content: "";
	display: block;
	padding-bottom: 74%;
	width: 0;
}

.card-product .card-img-top img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

.card-product h3 {
	margin-bottom: .375rem;
	font-size: 1rem;
	line-height: 1.2857;
}

.card-product .card-body {
	padding: 1.125rem 2.5rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #2f2f2f;
}

.card-product .card-body p {
	margin: 0 0 .8125rem;
}

.card-product .btn {
	margin-bottom: -1.8125rem;
	margin-top: auto;
}

.card-info {
	border: none;
	text-align: center;
	line-height: 2;
}

.card-info .card-icon {
	width: 7.5rem;
	height: 6.875rem;
	margin: 0 auto 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.card-info h3 {
	color: #3c97cb;
	font-family: "Factoria", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin-bottom: 1.0625rem;
	letter-spacing: .125rem;
}

.card-info p:last-child {
	margin: 0;
}

.card-info .number {
	display: block;
	font-size: 6.25rem;
	line-height: 1;
	color: #3c97cb;
	font-style: italic;
	padding-bottom: 1.3125rem;
}

.card-bio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	text-align: center;
	margin-bottom: 1.375rem;
	height: calc(100% - 1.375rem);
}

.card-bio .card-img-top {
	position: relative;
}

.card-bio .card-img-top::before {
	content: "";
	display: block;
	padding-bottom: 67.6%;
	width: 0;
}

.card-bio .card-img-top img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

.card-bio .title {
	margin-bottom: .6875rem;
}

.card-bio h3 {
	margin-bottom: 1.0625rem;
	font-size: 1.75rem;
	line-height: 1.2857;
	text-transform: capitalize;
}

.card-bio .card-body {
	padding: 1.875rem 1.875rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #2f2f2f;
	font-size: 1rem;
	line-height: 1.75;
}

.card-bio .card-body p {
	margin: 0 0 1.25rem;
}

.card-bio .btn {
	margin-bottom: -1.375rem;
	margin-top: auto;
}

.partnership-card {
	text-align: center;
}

.partnership-card .card-img {
	position: relative;
	margin-bottom: 1.5625rem;
}

.partnership-card .card-img::before {
	content: "";
	padding-bottom: 76%;
	display: block;
	width: 0;
}

.partnership-card .card-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

.partnership-card .card-body {
	font-size: 1rem;
	line-height: 1.875;
	padding: 0 .625rem;
	color: #2f2f2f;
}

.partnership-card h3 {
	margin-bottom: 1.25rem;
	font-size: 1.5rem;
	line-height: 1.25;
}

.partnership-card p {
	margin-bottom: 1.6875rem;
}

.product-info-card {
	text-align: center;
}

.product-info-card .card-img {
	position: relative;
	margin-bottom: 1.5625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 18.75rem;
}

.product-info-card .card-img.img-sm {
	min-height: 12.5rem;
	height: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-info-card .card-img.img-sm img {
	width: 7.5rem;
	height: 7.5rem;
	object-fit: contain;
	max-width: none;
	max-height: none;
	display: block;
}

.product-info-card .card-img img {
	max-height: 100%;
	width: auto;
}

.product-info-card .card-body {
	font-size: 1rem;
	line-height: 1.875;
	padding: 0;
	color: #2f2f2f;
}

.product-info-card h3 {
	margin-bottom: .25rem;
	font-size: 1.625rem;
}

.product-info-card p {
	margin-bottom: 1.6875rem;
}

.card-team {
	display: block;
	color: #2f2f2f;
}

.card-team:hover .card-team__img img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.card-team__img {
	position: relative;
	margin-bottom: 1rem;
	overflow: hidden;
}

.card-team__img::before {
	content: "";
	padding-bottom: 105.5%;
	display: block;
	width: 0;
}

.card-team__img img {
	-webkit-transition: -webkit-transform .15s linear;
	transition: -webkit-transform .15s linear;
	transition: transform .15s linear;
	transition: transform .15s linear, -webkit-transform .15s linear;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.card-team h3 {
	font-size: 1.25rem;
	line-height: 1.2;
	margin-bottom: .9375rem;
	text-transform: capitalize;
}

.bg-video-slider {
	position: relative;
	overflow: hidden;
}

.bg-video-slider .bg-video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 0;
}

.bg-video-slider .bg-video iframe,
.bg-video-slider .bg-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	max-width: none;
}

.bg-video-slider .slide {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 36rem;
}

.bg-video-slider .slide::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(59, 59, 59, .55);
	z-index: 2;
	mix-blend-mode: multiply;
}

.fluid-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.fluid-video iframe,
.fluid-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* popup styles */

.js-video-popup {
	-webkit-transition: opacity .15s linear, visibility .15s linear;
	transition: opacity .15s linear, visibility .15s linear;
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9999;
	overflow: hidden;
	visibility: hidden;
	background: #000;
}

.js-video-popup.active-popup {
	opacity: 1;
	visibility: visible;
}

.js-video-popup .close {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	width: 1.875rem;
	height: 1.875rem;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 2;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.js-video-popup .close::before,
.js-video-popup .close::after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 53%;
	height: 2px;
	width: 1.875rem;
	background: #fff;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.js-video-popup .close::before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.js-video-popup iframe,
.js-video-popup video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
}

.hbspt-form .form-columns-1,
.hbspt-form .form-columns-2,
.hbspt-form .form-columns-3 {
	width: 100%;
	max-width: none;
}

.hbspt-form .input {
	margin: 0 !important;
}

.hbspt-form .hs-form-field {
	margin-bottom: 1.25rem;
}

.hbspt-form .hs-form-field .hs-error-msgs {
	margin-bottom: 0;
}

.hbspt-form label {
	display: block;
	color: #3c97cb;
	font-style: italic;
	font-size: inherit;
	font-family: "Factoria", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	text-transform: uppercase;
	font-weight: 700;
}

.hbspt-form label strong {
	font-weight: 700;
}

.hbspt-form .jcf-file,
.hbspt-form .hs-input {
	-webkit-transition: border-color .15s linear, background-color .15s linear;
	transition: border-color .15s linear, background-color .15s linear;
	text-shadow: none;
	font-style: italic;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 2px solid #eaeaea;
	background-color: #eaeaea;
	font-family: "Axia", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-weight: 700;
	padding: .5em .7em;
	color: #000;
	display: block;
	width: 100% !important;
}

.hbspt-form .jcf-file:focus,
.hbspt-form .hs-input:focus {
	outline: none;
	border-color: #84d2ff;
	background-color: #fff;
}

.hbspt-form .jcf-file::-webkit-input-placeholder,
.hbspt-form .hs-input::-webkit-input-placeholder {
	color: #afafaf;
}

.hbspt-form .jcf-file::-moz-placeholder,
.hbspt-form .hs-input::-moz-placeholder {
	opacity: 1;
	color: #afafaf;
}

.hbspt-form .jcf-file:-moz-placeholder,
.hbspt-form .hs-input:-moz-placeholder {
	color: #afafaf;
}

.hbspt-form .jcf-file:-ms-input-placeholder,
.hbspt-form .hs-input:-ms-input-placeholder {
	color: #afafaf;
}

.hbspt-form .jcf-file.placeholder,
.hbspt-form .hs-input.placeholder {
	color: #afafaf;
}

.hbspt-form .jcf-file {
	padding: 0;
	color: #afafaf;
}

.hbspt-form .jcf-file[class*="jcf-extension-"] .jcf-fake-input {
	color: #000;
}

.hbspt-form select.hs-input {
	display: none;
}

.hbspt-form select.hs-input.is-placeholder ~ .jcf-select {
	color: #afafaf;
}

.hbspt-form legend {
	font-size: 1.125rem;
	line-height: 1.3;
	margin-bottom: 1rem;
	font-family: "Axia", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #afafaf;
}

.hbspt-form textarea.hs-input {
	resize: none;
	height: 18.75rem;
	min-height: 18.75rem;
}

.hbspt-form .hs-submit .actions {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: .9375rem;
}

.hbspt-form .hs-submit .actions::before {
	-webkit-transition: background-position .15s linear;
	transition: background-position .15s linear;
	background-image: -webkit-linear-gradient(left, #0679bc 0%, #84d2ff 50%, #84d2ff 100%);
	background-image: linear-gradient(to right, #0679bc 0%, #84d2ff 50%, #84d2ff 100%);
	background-size: 200% 100%;
	background-position: 100% 0;
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: skewX(-13deg);
	-ms-transform: skewX(-13deg);
	transform: skewX(-13deg);
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}

.hbspt-form .hs-submit .actions:focus:active,
.hbspt-form .hs-submit .actions:focus,
.hbspt-form .hs-submit .actions:active,
.hbspt-form .hs-submit .actions:hover {
	color: #000;
	box-shadow: none !important;
	background-color: transparent;
}

.hbspt-form .hs-submit .actions:focus:active::before,
.hbspt-form .hs-submit .actions:focus::before,
.hbspt-form .hs-submit .actions:active::before,
.hbspt-form .hs-submit .actions:hover::before {
	background-color: transparent;
	background-position: 0 0;
}

.hbspt-form .hs-submit .actions:hover,
.hbspt-form .hs-submit .actions:active {
	background-color: transparent;
	color: #000;
}

.hbspt-form .hs-submit .actions .hs-button {
	background-color: transparent;
	border: none;
	font-family: "Axia", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1;
	position: relative;
	z-index: 1;
	min-width: 12.375rem;
	padding: 1.375rem .9375rem 1.375rem 1.5rem;
	color: #000;
}

.hbspt-form .hs-error-msgs {
	margin-bottom: 1.25rem;
	font-size: .875rem;
	background-color: #ef4d2f;
	color: #fff;
	padding: .625rem .9375rem;
}

.hbspt-form .hs-error-msgs li + li {
	margin-top: .625rem;
}

.hbspt-form .hs-error-msgs label {
	font-weight: 400;
	margin: 0;
	font-style: normal;
	color: #fff;
	font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	text-transform: none;
}

.hbspt-form .inputs-list[role="checkbox"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.hbspt-form .inputs-list .hs-form-checkbox {
	margin-right: 2.8125rem;
}

.hbspt-form .inputs-list .hs-form-checkbox-display {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}

.hbspt-form .inputs-list input[type="checkbox"].hs-input,
.hbspt-form .inputs-list input[type="radio"].hs-input {
	width: 30px !important;
	height: 30px !important;
	padding: 0;
	margin-right: .9375rem;
	border-color: #3c97cb;
	background-color: #fff;
	border-radius: 50%;
}

.hbspt-form .inputs-list input[type="checkbox"].hs-input:checked,
.hbspt-form .inputs-list input[type="radio"].hs-input:checked {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23000'/%3e%3c/svg%3e");
}

.form-section .hbspt-form {
	max-width: 62.5rem;
	margin: 0 auto;
	line-height: 1.7143;
	font-weight: 700;
	color: #afafaf;
	font-style: italic;
	font-family: "Axia", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.form-section .hbspt-form .hs-error-msgs label {
	font-style: normal;
	color: #fff;
	text-transform: none;
	font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

@media (min-width: 414px) {
	.container-fluid,
	.container {
		padding: 0 1.5625rem;
	}

	.intro-two-column .text-col {
		padding: 4.6875rem 1.875rem 4.625rem 2.5rem;
	}

	.form-col h4 {
		margin: 0 -.9375rem 2.1875rem;
	}

	.product-info-card h3 {
		padding: 0 .625rem;
		font-size: 1.875rem;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	#content,
	#sidebar {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	#wrapper.fixed-position {
		padding-top: 5rem;
	}

	h1,
	.h1 {
		font-size: 2.5rem;
	}

	.visual .container {
		padding-top: 10.625rem;
	}

	.visual h1,
	.visual .h1 {
		margin: 0 0 1.75rem;
	}

	.visual .text-holder {
		max-width: 30rem;
	}

	.visual .btn {
		margin-right: 4.1875rem;
	}

	.hero .container {
		padding-top: 5.125rem;
		padding-bottom: 1.25rem;
		min-height: 34.375rem;
	}

	.hero h1,
	.hero .h1 {
		margin: 0 0 1.5rem;
	}

	.hero-two-column .row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		min-height: 31.25rem;
	}

	.hero-two-column .img-col::before {
		padding-bottom: 0;
	}

	.hero-two-column .text-col {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}

	.hero-two-column h1 {
		font-size: 2.25rem;
	}

	.intro-content.partnership-intro .heading {
		padding-bottom: 3.125rem;
	}

	.intro-content.partnership-intro .heading h2 {
		margin-bottom: .875rem;
	}

	.intro-content h2 {
		margin-bottom: 1.1875rem;
	}

	.intro-content p {
		margin-bottom: 2.6875rem;
	}

	.intro-two-column .row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.intro-two-column .img-col::before {
		padding-bottom: 81.7%;
	}

	.intro-two-column .text-col {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		padding: 3.125rem 1.875rem 3.125rem 2.5rem;
	}

	.intro-two-column p {
		margin-bottom: 2rem;
	}

	.card-section {
		padding: 9.375rem 0;
	}

	.card-section.team-cards {
		padding: 7.0625rem 0 9.375rem;
	}

	.card-section.team-cards .row {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.card-section.team-cards .link-holder {
		padding-bottom: 1.875rem;
	}

	.card-section .btn-holder {
		padding-bottom: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.card-section .slick-controls {
		padding-top: 1.5rem;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.card-section .slick-controls .slick-arrow {
		margin: 0 1.875rem 0 0;
	}

	.card-slider-wrapp {
		overflow: hidden;
		margin-right: -1.5625rem;
		margin-left: -2.1875rem;
	}

	.card-slider {
		padding: 0;
	}

	.card-slider .slick-list {
		overflow: visible;
	}

	.card-slider .slide {
		padding: 0 .75rem;
	}

	.products-section {
		padding: 9.375rem 0 3.25rem;
	}

	.products-section .row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 0;
	}

	.products-section .row [class*="col-"] {
		padding-bottom: 5.625rem;
	}

	.products-section + .intro-content,
	.products-section + .intro-content.partnership-intro {
		padding-top: 3.125rem;
	}

	.categories-section.decor::before,
	.products-section.decor::before,
	.services-section.decor::before {
		top: 16.875rem;
		-webkit-transform: translateX(-30%) scaleX(-1);
		-ms-transform: translateX(-30%) scaleX(-1);
		transform: translateX(-30%) scaleX(-1);
	}

	.services-section {
		padding: 2.75rem 0 6.25rem;
	}

	.services-section.decor::before {
		top: 0;
	}

	.categories-section {
		padding-top: 5rem;
		padding-bottom: 6.25rem;
	}

	.categories-section.decor::before {
		top: 10.625rem;
		display: block;
		-webkit-transform: translateX(-30%) scaleX(-1);
		-ms-transform: translateX(-30%) scaleX(-1);
		transform: translateX(-30%) scaleX(-1);
	}

	.two-column .text-col {
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.two-column .img-block {
		height: 100%;
	}

	.two-column .img-block::before {
		padding-bottom: 77.3%;
	}

	.two-column .h1,
	.two-column h2 {
		margin-bottom: 3.125rem;
		max-width: none;
		font-size: 2.25rem;
	}

	.two-column .btn {
		font-size: .875rem;
	}

	.member-list li {
		width: 25%;
	}

/*
	.member-list li img{
		max-height: 80px;
		width: auto;
	}
*/
	.social-networks a {
		font-size: 2rem;
	}

	.content-section {
		padding-bottom: 3.75rem;
	}

	.content-section .row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.content-section [class*="col-"] {
		padding-bottom: 3.75rem;
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}

	.map-section .map-canvas::before {
		height: 37.5rem;
	}

	.faq-filter-wrapp .filter-opener {
		display: none;
	}

	.faq-filter-wrapp .slide {
		height: auto !important;
	}

	.filter-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.filter-list li {
		margin-right: 1.25rem;
	}

	.filter-list li.active a {
		color: #84d2ff;
		font-weight: 700;
		background-color: transparent;
	}

	.filter-list a {
		padding: 0;
		color: #2f2f2f;
	}

	.filter-list a:hover {
		color: #84d2ff;
		background-color: transparent;
	}

	.team-wrapp {
		padding: 7.625rem 0 0;
	}

	.team-wrapp .text-holder {
		padding-bottom: 2.9375rem;
	}

	.team-filter-wrapp .team-filter-opener {
		display: none;
	}

	.team-filter-wrapp .slide {
		height: auto !important;
	}

	.team-filter-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-family: "Factoria", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
		font-style: italic;
		text-transform: uppercase;
		font-size: 1.125rem;
		line-height: 1;
		font-weight: 700;
	}

	.team-filter-list li {
		margin-right: 2.5rem;
	}

	.team-filter-list li.active a {
		color: #4598cb;
		border-bottom-color: #4598cb;
	}

	.team-filter-list a {
		letter-spacing: 1.3px;
		padding: 0 0 .25rem;
		color: #4598cb;
		border-bottom: .5rem solid transparent;
	}

	.team-filter-list a:hover {
		color: #4598cb;
		background-color: transparent;
		border-bottom-color: #4598cb;
	}

	.product-content.decor::before {
		top: 0;
	}

	.product-content .row {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.product-content .img-col {
		margin-bottom: 0;
	}

	.product-info {
		margin-bottom: 6.25rem;
	}

	.detail-accordion .details-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.detail-accordion .details-holder {
		width: 81.4%;
		padding-bottom: 2.4375rem;
	}

	.detail-accordion .list-wrapp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.detail-accordion .img-box {
		width: 18.6%;
		margin-top: .875rem;
		padding: 0;
	}

	.details-list {
		padding-right: .625rem;
		font-size: .8125rem;
		-webkit-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1rem;
		column-gap: 1rem;
		margin-bottom: rem-cacl(-10);
	}

	.details-list {
		margin-bottom: -1.0625rem;
	}

	.details-list li {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		page-break-inside: avoid;
		margin-bottom: 1.0625rem;
	}

	.testimonials-slider {
		padding: 0 5rem;
	}

	.testimonials-slider .slick-arrow {
		position: absolute;
		top: 48%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.testimonials-slider .slick-arrow.slick-prev {
		left: 0;
		margin-left: 0;
	}

	.testimonials-slider .slick-arrow.slick-next {
		right: 0;
		margin-right: 0;
	}

	.product-intro .row {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.product-intro .img-col {
		width: 54%;
	}

	.product-intro .img-col img {
		margin: 0;
		max-width: 100%;
		width: auto;
	}

	.product-intro .text-col {
		width: 46%;
		padding-bottom: .8125rem;
		padding-left: 1.1875rem;
	}

	.section-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		min-height: 15.625rem;
	}

	.team-section {
		padding: 6.6875rem 0;
	}

	.team-section > [class^="container"] > .row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.team-section .img-col {
		padding-bottom: 0;
		padding-top: 3.0625rem;
	}

	.section-404 {
		padding: 6.6875rem 0;
	}

	.section-404::before {
		-webkit-transform: translateX(34%);
		-ms-transform: translateX(34%);
		transform: translateX(34%);
	}

	.contact-section {
		padding: 6.6875rem 0;
	}

	.contact-section::before {
		-webkit-transform: translateX(34%);
		-ms-transform: translateX(34%);
		transform: translateX(34%);
	}

	.contact-section .contact-box .btn {
		font-size: .875rem;
	}

	.contact-section .map-canvas {
		margin-bottom: 0;
	}

	.contact-form {
		padding-top: 0;
	}

	.form .form-row {
		margin: 0 -.625rem;
	}

	.form .form-row > [class*="col-"] {
		padding: 0 .625rem;
	}

	.support-section {
		padding: 4.375rem 0;
	}

	.support-section .text-col {
		padding-bottom: 0;
	}

	.support-section .form-wrap::before {
		-webkit-transform: translateX(36%);
		-ms-transform: translateX(36%);
		transform: translateX(36%);
	}

	.support-accordion {
		margin-top: -1.125rem;
	}

	.loader {
		font-size: 1rem;
	}

	#header {
		padding: 0;
	}

	.home-page #wrapper {
		padding: 0 !important;
	}

	.home-page #wrapper:not(.fixed-position) #header {
		background-color: transparent;
	}

	.home-page #wrapper:not(.fixed-position) #header.header-hover {
		background-color: #fff;
	}

	.home-page #wrapper:not(.fixed-position) #header:not(.header-hover) #nav > ul > li:not(:last-child) > a {
		color: #fff;
	}

	.home-page #wrapper:not(.fixed-position) #header:not(.header-hover) #nav > ul > li:last-child > a {
		color: #fff;
		padding: .875rem .625rem .8125rem 1.5625rem;
		margin: 1.875rem 0 1.5625rem -1.25rem;
		display: inline-block;
		text-align: center;
		min-width: 8.125rem;
	}

	.home-page #wrapper:not(.fixed-position) #header:not(.header-hover) .logo img.img-dark {
		display: none;
	}

	.home-page #wrapper:not(.fixed-position) #header:not(.header-hover) .logo img.img-light {
		display: block;
	}

	.fixed-position #nav > ul > li:last-child > a {
		padding-top: 2.125rem;
		padding-bottom: 1.75rem;
	}

	.fixed-position .logo {
		width: 1.875rem;
	}

	.fixed-position .logo img.img-dark {
		display: none;
	}

	.fixed-position .logo img.img-decor {
		display: block;
	}

	#nav ul > li {
		position: relative;
	}

	#nav ul > li:hover > .sub-menu {
		display: block !important;
	}

	#nav > ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		background-color: transparent;
		font-size: 1rem;
		padding: 0;
	}

	#nav > ul > li {
		margin-left: 2.25rem;
	}

	#nav > ul > li:last-child.active > a {
		color: #000;
	}

	#nav > ul > li:last-child > a {
		padding: 2.75rem 2.5rem 2.375rem;
		margin: 0 -2.4375rem 0 -1.625rem;
	}

	#nav > ul > li:last-child > a:hover {
		color: #000;
	}

	#nav > ul > li:last-child > a:hover::before {
		background-position: 0 0;
	}

	#nav > ul > li:last-child > a::before {
		-webkit-transition: background-position .2s linear;
		transition: background-position .2s linear;
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		right: -12.5rem;
		bottom: 0;
		-webkit-transform: skewX(-17deg);
		-ms-transform: skewX(-17deg);
		transform: skewX(-17deg);
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		background-image: -webkit-linear-gradient(left, #3c97cb 0%, #84d2ff 50%, #84d2ff 100%);
		background-image: linear-gradient(to right, #3c97cb 0%, #84d2ff 50%, #84d2ff 100%);
		background-size: 200% 100%;
		background-position: 100% 0;
	}

	#nav > ul > li:first-child {
		margin-left: 0;
	}

	#nav > ul > li.over a,
	#nav > ul > li:hover a {
		color: #067abc;
	}

	#nav > ul > li.active > a {
		color: #067abc;
	}

	#nav > ul > li.disabled > a {
		pointer-events: none;
	}

	#nav > ul > li > a {
		padding: 0;
		color: #000;
	}

	#nav > ul > li > a:hover {
		color: #067abc;
	}

	#nav .sub-menu {
		top: 100%;
		left: -3.75rem;
		width: 16.75rem;
		padding: 2.1875rem 0 1.9375rem 3.5rem;
		opacity: 0;
		visibility: hidden;
	}

	#nav .sub-menu > ul {
		font-size: 1rem;
		line-height: 1.25;
	}

	#nav .sub-menu > ul > li {
		position: static;
	}

	#nav .sub-menu > ul > li:hover > a {
		color: #000;
	}

	#nav .sub-menu > ul > li > a {
		padding: 1rem 1.25rem 1.0625rem 0;
	}

	#nav .sub-menu .sub-menu {
		top: 0;
		left: 100%;
		width: 101%;
		min-height: 100%;
		padding: 2.1875rem 2.375rem;
		min-height: 0;
	}

	#nav .sub-menu .sub-menu ul {
		font-size: 1rem;
		line-height: 1.25;
	}

	#nav .sub-menu .sub-menu ul a {
		padding: 1rem 0;
	}

	.nav-opener {
		display: none !important;
	}

	.drop-holder .sub-menu .sub-menu {
		max-height: calc(100vh - 6.375rem);
		overflow: hidden auto;
	}

	#footer {
		text-align: left;
	}

	#footer .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 1.25rem;
	}

	#footer .frame {
		padding: 1.5rem 0;
		text-align: center;
	}

	#footer .footer-col {
		padding-bottom: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 55%;
	}

	#footer .social-networks {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: .625rem;
		width: 100%;
	}

	#footer .social-networks li {
		margin: 0 .25rem 1.375rem;
	}

	#footer .social-networks h4 {
		line-height: 1.875;
	}

	#footer .copyright {
		padding-bottom: .625rem;
	}

	#footer .hbspt-form .hs-form {
		margin: 0 -.8125rem;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	#footer .hbspt-form .hs-form-field {
		padding: 0 .8125rem 1.5rem;
		width: 50%;
	}

	#footer .hbspt-form .hs-form-field:last-child {
		padding-bottom: 1rem;
	}

	#footer .hbspt-form .hs-form-field.hs-email {
		width: 100%;
	}

	#footer .hbspt-form .hs-input {
		padding: .375rem .875rem;
	}

	#footer .hbspt-form .hs-submit {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-top: .125rem;
		width: 100%;
	}

	#footer .hbspt-form .actions {
		padding: 0 .8125rem;
	}

	#footer .hbspt-form .hs_error_rollup {
		-webkit-box-ordinal-group: 15;
		-ms-flex-order: 14;
		order: 14;
		padding: .9375rem .8125rem 0;
	}

	#footer .footer-list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 3.125rem;
	}

	#footer .footer-list li {
		padding-right: 1.875rem;
		padding-bottom: 0;
	}

	#footer .footer-list li::before {
		content: "/";
		position: absolute;
		right: .6875rem;
		top: 0;
	}

	.footer-nav {
		width: 43.5%;
		padding-right: 1.25rem;
	}

	.footer-nav:first-child {
		width: 50%;
	}

	.footer-nav li {
		margin-bottom: 1.25rem;
	}

	.footer-nav li:last-child {
		margin-bottom: 0;
	}

	.footer-nav ul {
		padding-top: 1.25rem;
	}

	.logo-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		padding-bottom: 2.5rem;
	}

	.footer-logo {
		margin: .375rem 0 0;
	}

	.form-col {
		padding-right: 1.875rem;
		width: calc(45% - 2.5rem);
		padding-right: .9375rem;
	}

	.form-col h4 {
		margin: 0 0 1.875rem;
		line-height: 1.875;
	}

	.signup-form .form-control {
		padding: .375rem .875rem;
	}

	.signup-form .row {
		margin: 0 -.8125rem;
	}

	.signup-form [class*="col-"] {
		padding: 0 .8125rem 1.5rem;
	}

	.signup-form [class*="col-"]:last-child {
		padding-bottom: 1rem;
	}

	.signup-form .btn-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-top: .125rem;
	}

	.card-product .card-body {
		padding-left: 1.5625rem;
		padding-right: 1.5625rem;
	}

	.card-info {
		line-height: 1.904761;
	}

	.card-info h3 {
		font-size: 1.5rem;
	}

	.product-info-card .card-img {
		height: 15.625rem;
	}

	.product-info-card h3 {
		font-size: 1.25rem;
	}

	.bg-video-slider .slide {
		min-height: calc(100vh - 1.375rem);
	}

	.hbspt-form .form-columns-1,
	.hbspt-form .form-columns-2,
	.hbspt-form .form-columns-3 {
		margin: 0 -.625rem;
		width: calc(100% + 1.25rem);
	}

	.hbspt-form .form-columns-1 .hs-form-field,
	.hbspt-form .form-columns-2 .hs-form-field,
	.hbspt-form .form-columns-3 .hs-form-field {
		padding: 0 .625rem;
	}

	.hbspt-form .form-columns-3 .hs-city {
		width: 50% !important;
	}

	.hbspt-form .form-columns-3 .hs-state,
	.hbspt-form .form-columns-3 .hs-zip {
		width: 25% !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.card-info .card-icon img {
		max-width: 5rem;
		max-height: 5rem;
		width: auto;
	}

	.partnership-card .card-body {
		font-size: .875rem;
	}

	.partnership-card h3 {
		font-size: 1.125rem;
	}

	.partnership-card .btn {
		font-size: .875rem;
		min-width: 10rem;
		padding: 1.125rem .9375rem 1.125rem 1.25rem;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.product-info-card .card-body {
		font-size: .875rem;
		padding: 0 .625rem;
	}
}

@media (min-width: 783px) {
	body.logged-in #header {
		top: 2rem !important;
	}
}

@media (min-width: 992px) {
	html {
		font-size: .875rem;
	}

	#wrapper {
		padding-top: 6.5625rem;
	}

	#wrapper.fixed-position {
		padding-top: 5.125rem;
	}

	h1,
	.h1 {
		font-size: 3rem;
	}

	h2,
	.h2 {
		font-size: 2.125rem;
	}

	.container-fluid,
	.container {
		padding: 0 1.875rem;
	}

	.visual .container {
		padding-top: 12.5rem;
		padding-bottom: 6.25rem;
	}

	.visual .text-holder {
		max-width: 36.25rem;
	}

	.hero.hero-h-sm .container {
		min-height: 34.875rem;
	}

	.hero .container {
		min-height: 38.0625rem;
	}

	.hero h1,
	.hero .h1 {
		letter-spacing: .2375rem;
	}

	.hero .btn-holder .btn + .btn {
		margin-top: 3.875rem;
	}

	.hero-two-column::before {
		width: 117.8125rem;
		height: 58.8125rem;
		-webkit-transform: translateX(-71.9%);
		-ms-transform: translateX(-71.9%);
		transform: translateX(-71.9%);
	}

	.hero-two-column .row {
		min-height: 37.5rem;
	}

	.hero-two-column .text-col p {
		max-width: 88%;
	}

	.hero-two-column h1 {
		font-size: 2.5rem;
		letter-spacing: .25rem;
		margin-left: -.25rem;
	}

	.intro-content {
		padding: 10.125rem 0 9.5rem;
	}

	.intro-content.decor::before {
		width: 66.5rem;
		height: 35.4375rem;
		top: -4.375rem;
		-webkit-transform: scaleX(-1) translateX(-46.2%) rotate(-3.2deg);
		-ms-transform: scaleX(-1) translateX(-46.2%) rotate(-3.2deg);
		transform: scaleX(-1) translateX(-46.2%) rotate(-3.2deg);
	}

	.intro-content.partnership-intro {
		padding-top: 10.8125rem;
	}

	.intro-content.partnership-intro .heading {
		padding-bottom: 6.9375rem;
	}

	.intro-two-column {
		margin-bottom: 1.9375rem;
	}

	.intro-two-column .text-col {
		padding: 4.6875rem 3.125rem 4.6875rem 2.5rem;
	}

	.intro-two-column h2 {
		margin-bottom: 1.375rem;
	}

	.dark-section::before {
		top: -1.75rem;
		width: 117.8125rem;
		height: 58.8125rem;
		-webkit-transform: translateX(-54%);
		-ms-transform: translateX(-54%);
		transform: translateX(-54%);
	}

	.card-section.team-cards {
		padding-bottom: 10rem;
	}

	.card-section.team-cards .link-holder {
		padding-bottom: 0;
		padding-right: 1.875rem;
	}

	.card-section.team-cards .slick-controls.controls-btn {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.card-section .text-holder {
		max-width: 35rem;
	}

	.card-slider-wrapp {
		margin-right: -1.875rem;
	}

	.card-slider .slick-list {
		padding-right: 25%;
	}

	.decor-logo {
		-webkit-transform: translate(-50%, -40%);
		-ms-transform: translate(-50%, -40%);
		transform: translate(-50%, -40%);
	}

	.products-section.products-about .card-info h3 {
		margin-bottom: 1.75rem;
	}

	.categories-section.decor::before,
	.products-section.decor::before,
	.services-section.decor::before {
		width: 124.8125rem;
		height: 62.25rem;
		top: 15.625rem;
		-webkit-transform: translateX(-2%) scaleX(-1);
		-ms-transform: translateX(-2%) scaleX(-1);
		transform: translateX(-2%) scaleX(-1);
	}

	.categories-section.decor::before {
		-webkit-transform: translateX(-24%) scaleX(-1);
		-ms-transform: translateX(-24%) scaleX(-1);
		transform: translateX(-24%) scaleX(-1);
	}

	.categories-section .row {
		margin: 0 1.5rem;
	}

	.two-column .h1,
	.two-column h2 {
		letter-spacing: .2375rem;
		line-height: 1.0909;
		font-size: 2.5rem;
	}

	.two-column .btn {
		letter-spacing: 0;
		font-size: 1rem;
		padding: 1.5rem 1.25rem 1.5rem 1.5625rem;
	}

	.group-section {
		padding: 7.0625rem 0 0;
	}

	.group-section h2 {
		margin-bottom: 3.625rem;
	}

	.filter-list li {
		margin-right: 3.125rem;
	}

	.team-wrapp::before {
		top: -1.75rem;
		width: 117.8125rem;
		height: 58.8125rem;
	}

	.team-filter-list {
		font-size: 1.3125rem;
	}

	.team-filter-list li {
		margin-right: 4.4375rem;
	}

	.team-filter-list a {
		padding: 0 0 .625rem;
		border-bottom-width: .625rem;
	}

	.accordion h3 {
		padding-right: 1.875rem;
		margin: .25rem 0 0;
	}

	.faq-accordion li {
		padding: 2.5rem 0;
	}

	.product-content {
		margin-bottom: 5rem;
	}

	.product-content.decor::before {
		width: 131.25rem;
		height: 65.625rem;
		-webkit-transform: translateX(-2.6%) scaleX(-1);
		-ms-transform: translateX(-2.6%) scaleX(-1);
		transform: translateX(-2.6%) scaleX(-1);
	}

	.product-content .btn {
		margin-left: -.75rem;
	}

	.product-details {
		padding-top: 4.375rem;
	}

	.product-details .h1 {
		margin-bottom: 2.1875rem;
	}

	.product-details .btn-holder .btn {
		letter-spacing: 0;
	}

	.detail-accordion > li {
		padding: 2.5rem 0;
	}

	.details-list {
		font-size: 1rem;
	}

	.section-testimonials blockquote cite {
		font-size: 1.3125rem;
		line-height: 1.904761;
	}

	.testimonials-slider {
		padding: 0 7.5rem;
	}

	.product-intro .row {
		min-height: 35rem;
	}

	.team-section::before {
		top: -1.75rem;
		width: 117.8125rem;
		height: 58.8125rem;
	}

	.team-section .title {
		padding-bottom: 1.1875rem;
	}

	.team-section h1 {
		margin-bottom: 1.9375rem;
		letter-spacing: .25rem;
	}

	.section-404::before {
		top: -1.75rem;
		width: 117.8125rem;
		height: 58.8125rem;
	}

	.section-404 .text-col p + ul {
		margin-top: -2.8125rem;
	}

	.section-404 .title {
		padding-bottom: 1.1875rem;
	}

	.section-404 h1 {
		margin-bottom: 1.4375rem;
		letter-spacing: .25rem;
	}

	.contact-section::before {
		top: -1.75rem;
		width: 117.8125rem;
		height: 58.8125rem;
	}

	.contact-section h1 {
		margin-bottom: 1.4375rem;
		letter-spacing: .2375rem;
		margin-bottom: 6.625rem;
	}

	.contact-section .contact-box .btn {
		font-size: .9375rem;
	}

	.contact-section .social-networks {
		margin: 0 0 4rem;
	}

	.form .form-group {
		margin-bottom: 1.875rem;
	}

	.form-section .form-title {
		padding: 1.8125rem 0 3.4375rem .3125rem;
	}

	.form-section .form-title.title-sm {
		padding-top: .75rem;
		padding-bottom: 2.125rem;
	}

	.form-section .custom-control {
		padding: 1rem 0 3rem;
	}

	.support-section .form-wrap::before {
		-webkit-transform: translateX(28%);
		-ms-transform: translateX(28%);
		transform: translateX(28%);
	}

	.support-section h2 {
		margin-bottom: 2.5rem;
	}

	.support-accordion .opener::before {
		border-width: .75rem .75rem 0;
	}

	.home-page #wrapper:not(.fixed-position) #header:not(.header-hover) #nav > ul > li:last-child > a {
		min-width: 9.375rem;
	}

	.fixed-position .logo {
		width: 2.375rem;
	}

	.logo {
		width: 10rem;
		margin-top: .125rem;
	}

	#nav > ul {
		font-size: 1.125rem;
	}

	#nav > ul > li {
		margin-left: 3.125rem;
	}

	#footer {
		padding-top: 5.4375rem;
	}

	#footer .frame {
		text-align: left;
		background-image: -webkit-linear-gradient(left, white 0%, #3c97cb 40%, #3c97cb 100%);
		background-image: linear-gradient(to right, white 0%, #3c97cb 40%, #3c97cb 100%);
	}

	#footer .frame .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#footer .footer-col {
		width: 40%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	#footer .social-networks {
		margin-top: .125rem;
		width: 9.375rem;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-bottom: 0;
	}

	#footer .social-networks h4 {
		margin-bottom: 1.1875rem;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}

	#footer .copyright {
		padding-bottom: 0;
	}

	#footer .by {
		text-align: right;
	}

	#footer .hbspt-form .hs-input {
		padding: .375rem 1.1875rem;
	}

	.footer-logo {
		width: 14rem;
		margin: 0 0 1.25rem;
	}

	.form-col {
		padding-right: 1.875rem;
		margin-right: auto;
		width: 40%;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.signup-form .form-control {
		padding: .375rem 1.1875rem;
	}

	.btn {
		min-width: 13.75rem;
		padding-left: 1.875rem;
	}

	.card-service .card-img-top::before {
		padding-bottom: 49%;
	}

	.card-service h3 {
		font-size: 1.875rem;
		line-height: 1.3333;
		margin-bottom: 1.875rem;
	}

	.card-service .card-body {
		padding: 2.5625rem 2.5rem 2.9375rem 2.5rem;
	}

	.card-service .btn {
		margin-left: -.1875rem;
	}

	.card-category .card-img-top::before {
		padding-bottom: 69%;
	}

	.card-category h3 {
		font-size: 2rem;
	}

	.card-category .card-body {
		padding: 2.875rem 2.5rem 2.75rem;
	}

	.card-category .card-body p {
		margin-bottom: 2.5rem;
	}

	.card-category .btn {
		margin-left: -.1875rem;
	}

	.card-info h3 {
		margin-bottom: .9375rem;
		font-size: 2rem;
	}

	.card-bio {
		margin-bottom: 1.8125rem;
		height: calc(100% - 1.8125rem);
	}

	.card-bio .card-body {
		padding: 1.875rem 1.5625rem 0;
	}

	.card-bio .btn {
		margin-bottom: -1.8125rem;
	}

	.product-info-card .card-img {
		height: 18.75rem;
	}

	.card-team__img {
		margin-bottom: 1.9375rem;
	}

	.card-team h3 {
		font-size: 1.5rem;
	}

	.hbspt-form .hs-form-field {
		margin-bottom: 1.875rem;
	}

	.hbspt-form .hs-submit .actions .hs-button {
		min-width: 13.75rem;
		padding-left: 1.875rem;
	}
}

@media (min-width: 1200px) {
	.comment-form input[type="text"],
	.search-form input[type="text"],
	.post-password-form input[type="text"],
	.comment-form
	input[type="tel"],
	.search-form
	input[type="tel"],
	.post-password-form
	input[type="tel"],
	.comment-form
	input[type="email"],
	.search-form
	input[type="email"],
	.post-password-form
	input[type="email"],
	.comment-form
	input[type="search"],
	.search-form
	input[type="search"],
	.post-password-form
	input[type="search"],
	.comment-form
	input[type="password"],
	.search-form
	input[type="password"],
	.post-password-form
	input[type="password"],
	.comment-form
	input[type="url"],
	.search-form
	input[type="url"],
	.post-password-form
	input[type="url"],
	.comment-form
	input[type="date"],
	.search-form
	input[type="date"],
	.post-password-form
	input[type="date"],
	.comment-form
	textarea,
	.search-form
	textarea,
	.post-password-form
	textarea {
		border-width: 3px;
	}

	.comment-form textarea,
	.search-form textarea,
	.post-password-form textarea {
		height: 26.25rem;
		min-height: 26.25rem;
		padding: 1.3125rem 1.375rem;
	}

	#content,
	#sidebar {
		padding-top: 6.25rem;
		padding-bottom: 6.25rem;
	}

	#sidebar h3 {
		font-size: 1.875rem;
	}

	body {
		font-size: 1.3125rem;
		line-height: 1.904761;
	}

	#wrapper {
		padding-top: 7.6875rem;
	}

	h1,
	.h1 {
		font-size: 3.4375rem;
		line-height: 1.0909;
		letter-spacing: .15625rem;
	}

	h2,
	.h2 {
		font-size: 2.5rem;
		line-height: 1.5;
	}

	h3,
	.h3 {
		font-size: 2rem;
		line-height: 1.25;
	}

	.form-control {
		font-size: 1.3125rem;
		line-height: 1.71428;
		padding: 1rem 1.375rem;
		border-width: .1875rem;
	}

	textarea.form-control {
		height: 26.25rem;
		min-height: 26.25rem;
		padding: 1.3125rem 1.375rem;
	}

	.jcf-select {
		height: 4.625rem;
		border-width: 3px;
	}

	.jcf-select .jcf-select-text {
		font-size: 1.3125rem;
		margin: 1.125rem 2.5rem 1.125rem 1.375rem;
	}

	.jcf-select .jcf-select-opener::before {
		right: 1.25rem;
	}

	.jcf-select-drop .jcf-select-drop-content {
		border-width: 3px;
	}

	.jcf-select-drop .jcf-list {
		font-size: 1.3125rem;
	}

	.jcf-select-drop .jcf-option {
		padding: 1.125rem 1.25rem;
	}

	.jcf-file {
		border-width: 3px;
	}

	.jcf-file .jcf-upload-button,
	.jcf-file .jcf-fake-input {
		font-size: 1.3125rem;
		line-height: 1.71428;
	}

	.jcf-file .jcf-upload-button {
		padding-right: 2.0625rem;
	}

	.visual .text-holder {
		max-width: 40rem;
	}

	.hero .text-holder p {
		margin-bottom: 3.25rem;
	}

	.hero-two-column .row {
		min-height: 41.25rem;
	}

	.hero-two-column .text-col {
		padding: 4.75rem 3.75rem;
	}

	.hero-two-column h1 {
		font-size: 3.4375rem;
	}

	.intro-content.partnership-intro {
		padding-bottom: .25rem;
	}

	.intro-two-column .text-col {
		padding: 6.25rem 3.125rem;
	}

	.intro-two-column p:last-child {
		margin-bottom: 2.625rem;
	}

	.card-section {
		padding: 15.375rem 0 18.4375rem;
	}

	.card-section.team-cards .h1 {
		margin-bottom: 2.625rem;
	}

	.card-section.team-cards .card-slider .slick-list {
		padding-right: 42%;
	}

	.card-section.team-cards .link-holder {
		padding-right: 4.375rem;
	}

	.card-section .h1 {
		letter-spacing: .21875rem;
		line-height: 1.0909;
		margin-bottom: 1.875rem;
	}

	.card-section .slick-controls {
		margin-left: -.25rem;
	}

	.card-section .slick-controls .slick-arrow {
		margin: 0 4.8125rem 0 0;
	}

	.card-slider .slick-list {
		padding-right: 45%;
	}

	.card-slider .slide {
		padding: 0 1.5rem;
	}

	.decor-logo {
		width: 10.9375rem;
		height: 9.8125rem;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.decor-logo img {
		width: 6.125rem;
		margin-left: .625rem;
	}

	.products-section.products-about h2 {
		margin-bottom: 7.5rem;
	}

	.products-section.products-about .card-info .card-icon {
		margin-bottom: 2.25rem;
	}

	.products-section h2 {
		margin-bottom: 7.1875rem;
	}

	.services-section {
		padding: 2.75rem 0 13rem;
	}

	.services-section .row {
		margin: 0;
	}

	.services-section .row [class*="col-"] {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}

	.categories-section {
		padding-bottom: 11.25rem;
		padding-top: 8.5625rem;
	}

	.categories-section.decor::before {
		top: 20.1875rem;
		-webkit-transform: translateX(-3%) scaleX(-1);
		-ms-transform: translateX(-3%) scaleX(-1);
		transform: translateX(-3%) scaleX(-1);
		width: 131.25rem;
		height: 65.625rem;
	}

	.categories-section h2 {
		margin-bottom: 9.75rem;
	}

	.two-column .text-col {
		padding: 6.25rem 3.125rem;
	}

	.two-column .h1,
	.two-column h2 {
		font-size: 3.4375rem;
	}

	.two-column .btn {
		min-width: 25.9375rem;
	}

	.member-list li {
		padding: 0 1.875rem 5.75rem;
		text-align: center;
	}

	.content-section {
		padding: 8.25rem 0 1.9375rem;
	}

	.content-section.partnership-content {
		padding-top: 9.1875rem;
		padding-bottom: 1.9375rem;
	}

	.content-section.partnership-content .heading {
		padding-bottom: 6.75rem;
	}

	.content-section.partnership-content [class*="col-"] {
		padding-left: .9375rem;
		padding-right: .9375rem;
	}

	.content-section .heading {
		padding-bottom: 4.625rem;
	}

	.content-section [class*="col-"] {
		padding-bottom: 6.8125rem;
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}

	.content-section .card-info h3 {
		padding: 0 1.25rem;
		margin-bottom: 1.125rem;
	}

	.map-section .map-canvas::before {
		height: 50rem;
	}

	.filter-list li {
		margin-right: 3.75rem;
	}

	.team-wrapp .text-holder {
		max-width: 76%;
	}

	.team-wrapp .cards-holder {
		margin: 0 -1.4375rem;
		padding-bottom: 6.25rem;
		width: calc(100% + 2.875rem);
	}

	.team-wrapp .cards-holder .row {
		margin: 0 -1.4375rem;
	}

	.team-wrapp .cards-holder [class*="col-"] {
		padding: 0 1.4375rem;
	}

	.team-wrapp .cards-holder .filter-item {
		padding-bottom: 5.875rem;
	}

	.team-filter-wrapp {
		margin-bottom: 8.6875rem;
	}

	.accordion h3 {
		font-size: 2rem;
	}

	.accordion .btn {
		width: 3.125rem;
		height: 3.125rem;
	}

	.faq-accordion .slide {
		padding: .8125rem 18.75rem .9375rem 0;
	}

	.faq-accordion .btn {
		padding-left: 1.375rem;
	}

	.product-content {
		margin-bottom: 3.5rem;
	}

	.product-content .row {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.product-content .img-col {
		padding: .75rem 0 0 1.5625rem;
	}

	.product-content .text-col {
		padding: 0 0 0 7.1875rem;
	}

	.product-info {
		margin: 3.5rem 0 3.5rem;
	}

	.product-details {
		padding-bottom: 10.875rem;
		padding-top: 0rem;
	}

	.product-details .h1 {
		margin-bottom: 4.1875rem;
	}

	.product-details .btn-holder .btn {
		min-width: 25.9375rem;
	}

	.detail-accordion .btn {
		padding-left: 1.375rem;
	}

	.detail-accordion h5 {
		font-size: 1.3125rem;
		line-height: 1.904761;
	}

	.details-list {
		font-size: 1.3125rem;
	}

	.section-testimonials {
		padding: 6.25rem 0;
		min-height: 39.875rem;
	}

	.section-testimonials blockquote {
		font-size: 2.5rem;
	}

	.product-intro .img-col {
		padding-left: 4.375rem;
	}

	.product-intro h2 {
		margin-bottom: 2.875rem;
	}

	.section-info {
		min-height: 30.75rem;
	}

	.team-section .team-holder {
		padding: 2.75rem 0 0 0;
	}

	.team-section .team-holder .row {
		margin-right: -2.5rem;
	}

	.team-section h5 {
		margin-bottom: 20px;
	}

	.team-section .img-col {
		padding: 3.0625rem 2.5rem 0 1.25rem;
	}

	.team-section .text-col {
		padding-right: 1.875rem;
	}

	.team-section .text-col p {
		margin-bottom: 1.5rem;
	}

	.section-404 {
		padding-bottom: 12.5rem;
	}

	.section-404::before {
		-webkit-transform: translateX(30%);
		-ms-transform: translateX(30%);
		transform: translateX(30%);
	}

	.section-404 .text-col {
		padding-left: 0;
	}

	.section-404 .text-col ul,
	.section-404 .text-col p {
		margin-bottom: 2.8125rem;
	}

	.section-404 .btn {
		margin-left: -.8125rem;
	}

	.contact-section {
		padding: 9.0625rem 0 10.5rem;
	}

	.contact-section::before {
		-webkit-transform: translateX(30%);
		-ms-transform: translateX(30%);
		transform: translateX(30%);
	}

	.contact-section .text-col {
		padding-right: 5rem;
	}

	.contact-section .form-col {
		padding-left: 5rem;
	}

	.contact-section .contact-box {
		margin-bottom: 5rem;
	}

	.contact-section .contact-box .btn {
		font-size: 1rem;
		min-width: 26.125rem;
		padding: 1.4375rem .9375rem 1.4375rem 1.3125rem;
	}

	.contact-form .form-group {
		margin-bottom: 2.6875rem;
	}

	.contact-form .recaptcha {
		padding: .4375rem 0 4.0625rem;
	}

	.contact-form .btn {
		margin-left: -.75rem;
	}

	.form .form-group {
		margin-bottom: 3.4375rem;
	}

	.form .form-row {
		margin: 0 -.9375rem;
	}

	.form .form-row > [class*="col-"] {
		padding: 0 .9375rem;
	}

	.form-section {
		padding: .25rem 0 8.25rem;
	}

	.form-section .form-intro {
		padding-bottom: 6.6875rem;
	}

	.custom-control.custom-radio .custom-control-label::after,
	.custom-control.custom-radio .custom-control-label::before {
		width: 2.5rem;
		height: 2.5rem;
	}

	.custom-control .custom-control-label {
		padding-left: 4.625rem;
	}

	.custom-control .custom-control-label::before,
	.custom-control .custom-control-label::after {
		width: 2.5625rem;
		height: 2.125rem;
		top: -.3125rem;
	}

	.support-section {
		padding: 4.375rem 0 6.25rem;
	}

	.support-section .form-col {
		padding-left: 5rem;
	}

	.support-section .form-wrap::before {
		-webkit-transform: translateX(19%);
		-ms-transform: translateX(19%);
		transform: translateX(19%);
	}

	.support-section h3 {
		font-size: 1.875rem;
	}

	.loader {
		font-size: 1.25rem;
	}

	.home-page #wrapper:not(.fixed-position) #header:not(.header-hover) #nav > ul > li:last-child > a {
		min-width: 10.625rem;
		padding: .9375rem .9375rem 1rem 1.875rem;
		margin: 2.3125rem .9375rem 2rem -.625rem;
	}

	.fixed-position .logo {
		width: 2.625rem;
		margin-top: -.125rem;
	}

	.logo {
		width: 12.5rem;
	}

	#nav > ul > li {
		margin-left: 4.375rem;
	}

	#nav > ul > li:last-child > a {
		padding: 3.25rem 3.5625rem 3rem 5.625rem;
		margin: 0 -2.4375rem 0 -1.625rem;
	}

	.drop-holder::before {
		height: 2.25rem;
	}

	.fixed-position ~ .drop-holder::before {
		height: .875rem;
	}

	.drop-holder .sub-menu {
		padding: 2.125rem 0 1.9375rem 3.5rem;
		width: 16.75rem;
	}

	.drop-holder .sub-menu > ul > li > a {
		padding: 1rem 1.25rem 1.0625rem 0;
	}

	.drop-holder .sub-menu .sub-menu {
		padding: 2.1875rem 2.375rem;
		max-height: calc(100vh - 7.8125rem);
	}

	.drop-holder .sub-menu .sub-menu ul a {
		padding: 1rem 0;
	}

	#footer .holder {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	#footer .footer-col {
		width: 40%;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		margin-left: auto;
		padding-left: 1.875rem;
	}

	#footer .copyright {
		padding-left: 1.4375rem;
	}

	#footer .hbspt-form {
		width: 19.875rem;
	}

	#footer .footer-list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-left: 22.5%;
	}

	.footer-nav {
		width: 41.5%;
	}

	.footer-nav:first-child {
		width: 50%;
	}

	.logo-holder {
		padding-bottom: 0;
		width: auto;
	}

	.footer-logo {
		margin-left: 1.375rem;
		margin-bottom: 0;
	}

	.form-col {
		margin-right: auto;
		width: auto;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.signup-form {
		width: 19.875rem;
	}

	.card-service h3 {
		font-size: 2.25rem;
	}

	.card-category {
		font-size: 1.3125rem;
		line-height: 1.904761;
	}

	.card-category h3 {
		font-size: 2.5rem;
		line-height: 1.2;
	}

	.card-product {
		border-top-width: 2rem;
		font-size: 1rem;
		line-height: 1.875;
		height: calc(100% - 1.8125rem);
		margin-bottom: 1.8125rem;
	}

	.card-product h3 {
		font-size: 1.3rem;
		line-height: 1.3333;
		max-width: 84%;
		margin-bottom: .5rem;
	}

	.card-product .card-body p {
		margin-bottom: 1.4375rem;
	}

	.card-info .card-icon {
		margin-bottom: 2.5rem;
	}

	.card-info .number {
		font-size: 8.125rem;
		padding-bottom: .375rem;
	}

	.card-bio h3 {
		font-size: 1.875rem;
		line-height: 1.3333;
		max-width: 84%;
	}

	.partnership-card .card-body {
		padding: 0 2.5rem;
	}

	.partnership-card h3 {
		font-size: 1.875rem;
	}

	.product-info-card .card-img {
		height: 24.375rem;
		margin-bottom: .625rem;
	}

	.product-info-card h3 {
		font-size: 1.875rem;
	}

	.hbspt-form .form-columns-1,
	.hbspt-form .form-columns-2,
	.hbspt-form .form-columns-3 {
		margin: 0 -.9375rem;
		width: calc(100% + 1.875rem);
	}

	.hbspt-form .form-columns-1 .hs-form-field,
	.hbspt-form .form-columns-2 .hs-form-field,
	.hbspt-form .form-columns-3 .hs-form-field {
		padding: 0 .9375rem;
	}

	.hbspt-form .hs-form-field {
		margin-bottom: 3.4375rem;
	}

	.hbspt-form .jcf-file,
	.hbspt-form .hs-input {
		font-size: 1.3125rem;
		line-height: 1.71428;
		padding: 1rem 1.375rem;
		border-width: 3px;
	}

	.hbspt-form legend {
		font-size: 1.25rem;
	}

	.hbspt-form textarea.hs-input {
		height: 26.25rem;
		min-height: 26.25rem;
		padding: 1.3125rem 1.375rem;
	}

	.hbspt-form .hs-submit .actions {
		margin-left: -.75rem;
	}

	.hbspt-form .hs-error-msgs {
		margin-bottom: 2.5rem;
		font-size: 1rem;
	}
}

@media (min-width: 1300px) {
	#footer .footer-list {
		padding-left: 23%;
	}
}

@media (min-width: 1400px) {
	.card-slider-wrapp {
		margin-left: -23%;
	}

	#footer .footer-list {
		padding-left: 23.5%;
	}
}

@media (min-width: 1600px) {
	#wrapper {
		padding-top: 8.75rem;
	}

	#wrapper.fixed-position {
		padding-top: 7.625rem;
	}

	.container-fluid,
	.container {
		padding: 0 3.125rem;
	}

	.visual .text-holder {
		padding-left: 5.9375rem;
		max-width: 45.375rem;
	}

	.hero .text-holder p:last-child {
		margin-bottom: 6.5rem;
	}

	.hero-two-column .row {
		min-height: 46.375rem;
	}

	.hero-two-column .text-col {
		padding: 4.75rem 13.125rem 6.25rem 6.25rem;
	}

	.intro-content.partnership-intro .row {
		margin: 0 -2.5rem;
	}

	.intro-two-column .text-col {
		padding: 6.25rem 5.625rem;
	}

	.card-section.team-cards .slick-controls {
		padding-top: 4rem;
		padding-bottom: .3125rem;
	}

	.card-section .h1 {
		margin-left: -.25rem;
	}

	.card-slider-wrapp {
		margin-right: calc(-1*(100vw - 106rem + 14rem)/2);
	}

	.products-section {
		padding: 16.0625rem 0 3.25rem;
	}

	.products-section.products-about {
		padding: 13.0625rem 0 3.25rem;
	}

	.products-section .row {
		margin: 0 .8125rem;
	}

	.products-section .row [class*="col-"] {
		padding-left: 3.75rem;
		padding-right: 3.75rem;
		padding-bottom: 7.25rem;
	}

	.categories-section.decor::before,
	.products-section.decor::before,
	.services-section.decor::before {
		top: 19.375rem;
	}

	.services-section .row {
		margin: 0 -1rem;
	}

	.services-section .row [class*="col-"] {
		padding-left: 4.375rem;
		padding-right: 4.375rem;
	}

	.categories-section {
		padding-bottom: 7.1875rem;
	}

	.categories-section .row [class*="col-"] {
		padding: 0 3.5rem 4.0625rem;
	}

	.two-column .text-col {
		padding: 6.25rem 3.75rem 6.25rem 5.625rem;
	}

	.content-section.partnership-content [class*="col-"] {
		padding-left: 2.5625rem;
		padding-right: 2.5625rem;
	}

	.content-section.partnership-content .h1 {
		letter-spacing: 0;
	}

	.content-section.partnership-content .card-info h3 {
		padding: 0 1.25rem;
	}

	.content-section .h1 {
		letter-spacing: .225rem;
		margin-bottom: 1.3125rem;
	}

	.section-image {
		padding: .6875rem 0 12.5rem;
	}

	.map-section {
		padding: .6875rem 0 12.5rem;
	}

	.map-section .map-canvas::before {
		height: 61.875rem;
	}

	.faq-section {
		padding-bottom: 10.375rem;
	}

	.faq-section + .services-section {
		padding-bottom: 9.1875rem;
	}

	.team-wrapp::before {
		-webkit-transform: translateX(-62%);
		-ms-transform: translateX(-62%);
		transform: translateX(-62%);
	}

	.team-wrapp .container-fluid {
		padding-left: 5.75rem;
		padding-right: 5.75rem;
	}

	.team-wrapp .cards-holder {
		padding-bottom: 9.875rem;
	}

	.team-wrapp .cards-holder + .cards-holder {
		padding-bottom: 9rem;
	}

	.accordion h3 {
		font-size: 2.25rem;
	}

	.faq-accordion li {
		padding: 3.5rem 0 3.5625rem;
	}

	.faq-accordion .slide {
		padding-bottom: 2.3125rem;
	}

	.detail-accordion > li {
		padding: 3.875rem 0;
	}

	.details-list {
		padding-right: 1.875rem;
		width: 82%;
	}

	.product-intro .text-col {
		padding-left: 1.875rem;
	}

	.team-section {
		padding-bottom: 14.875rem;
	}

	.team-section::before {
		-webkit-transform: translateX(-62%);
		-ms-transform: translateX(-62%);
		transform: translateX(-62%);
	}

	.team-section .team-holder .row {
		margin-right: -4.1875rem;
	}

	.team-section .img-col {
		padding: 3.0625rem 3.5625rem 0 4.1875rem;
	}

	.team-section .text-col {
		padding-left: 0;
		padding-right: 6.25rem;
	}

	.team-section h1 {
		margin-left: -.25rem;
	}

	.section-404 {
		padding-bottom: 17.9375rem;
	}

	.section-404::before {
		-webkit-transform: translateX(19%);
		-ms-transform: translateX(19%);
		transform: translateX(19%);
	}

	.section-404 h1 {
		margin-left: -.25rem;
	}

	.contact-section::before {
		-webkit-transform: translateX(19%);
		-ms-transform: translateX(19%);
		transform: translateX(19%);
	}

	.contact-section [class^="container"] {
		padding: 0 9.375rem 0 9.25rem;
	}

	.form .form-row {
		margin: 0 -1.8125rem;
	}

	.form .form-row > [class*="col-"] {
		padding: 0 1.8125rem;
	}

	.form .form-row .form-row {
		margin: 0 -1rem;
	}

	.form .form-row .form-row > [class*="col-"] {
		padding: 0 1rem;
	}

	.form-section .form {
		max-width: 75.375rem;
	}

	.form-section .form-intro {
		max-width: 78.75rem;
	}

	.support-section [class^="container"] {
		padding: 0 9.375rem 0 9.25rem;
	}

	.support-section .form-wrap::before {
		-webkit-transform: translateX(19%);
		-ms-transform: translateX(19%);
		transform: translateX(19%);
	}

	#header .container {
		padding: 0 3.75rem;
	}

	.home-page #wrapper:not(.fixed-position) #header:not(.header-hover) #nav > ul > li:last-child > a {
		padding: 1rem 1.25rem 1rem 1.875rem;
		margin: 3.0625rem 1.875rem 2.25rem 0;
		min-width: 11.625rem;
	}

	.fixed-position #nav > ul > li:last-child > a {
		padding-top: 3.3125rem;
		padding-bottom: 2.9375rem;
	}

	.fixed-position .logo {
		width: 3rem;
	}

	.logo {
		width: 14.125rem;
		margin-top: .625rem;
	}

	#nav > ul > li {
		margin-left: 5.625rem;
	}

	#nav > ul > li:last-child > a {
		padding: 4rem 3.5625rem 3.3125rem 7.6875rem;
	}

	.drop-holder::before {
		height: 2.625rem;
	}

	.fixed-position ~ .drop-holder::before {
		height: 2rem;
	}

	.drop-holder .sub-menu .sub-menu {
		max-height: calc(100vh - 9.375rem);
	}

	#footer .footer-list {
		padding-left: 23.6%;
	}

	.card-service h3 {
		max-width: 84%;
	}

	.card-category .card-body {
		padding-left: 3.75rem;
		padding-right: 3.75rem;
	}

	.card-product .card-body {
		padding: 1.0625rem 3.5rem 0;
	}

	.card-bio .card-body {
		padding: 1.875rem 5rem 0;
	}

	.partnership-card .card-body {
		padding: 0 3.75rem;
	}

	.partnership-card h3 {
		font-size: 2.5rem;
		line-height: 1.25;
	}

	.product-info-card .card-body {
		padding: 0 3.75rem;
	}

	.product-info-card h3 {
		font-size: 2.5rem;
		line-height: 1.25;
	}

	.card-team h3 {
		font-size: 1.875rem;
		margin-bottom: 1.625rem;
	}

	.form-section .hbspt-form {
		max-width: 75.375rem;
	}
}

@media (min-width: 1800px) {
	.container-fluid,
	.container {
		padding: 0 7rem;
	}

	.visual h1,
	.visual .h1 {
		margin-left: -.375rem;
	}

	.visual .btn-holder {
		margin-left: -.5625rem;
	}

	.visual .slick-dots {
		padding: 0 9.75rem;
		bottom: 4.25rem;
	}

	.hero-two-column::before {
		-webkit-transform: translateX(-51.7%);
		-ms-transform: translateX(-51.7%);
		transform: translateX(-51.7%);
	}

	.hero-two-column .text-col {
		padding: 4.75rem 13.125rem 6.25rem 14.875rem;
	}

	.intro-content.partnership-intro .row {
		margin: 0 -6.75rem;
	}

	.intro-content.partnership-intro [class*="col-"] {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.intro-two-column .text-col {
		padding: 4.25rem 7.0625rem 7.5rem 8.875rem;
	}

	.card-section.team-cards .text-holder {
		padding-left: 5.625rem;
		max-width: 38.75rem;
	}

	.card-slider-wrapp {
		margin-left: -20%;
		margin-right: calc(-1*(100vw - 106rem + 14rem)/2);
	}

	.two-column .text-col {
		padding: 8.625rem 8.75rem 9.375rem 10.8125rem;
	}

	.content-section.partnership-content .row {
		margin: 0 -7.8125rem;
	}

	.content-section .row {
		margin: 0 -7.5rem;
	}

	.content-section [class*="col-"] {
		padding-left: 2.5625rem;
		padding-right: 2.5625rem;
	}

	.content-section .card-info h3 {
		padding: 0 2.5rem;
	}

	.filter-list li {
		margin-right: 5.4375rem;
	}

	.product-info .row {
		margin: 0 -7.6875rem;
	}

	.product-info [class*="col-"] {
		padding: 0 2.8125rem 2.5rem;
	}

	.detail-accordion .details-block {
		padding-top: 3.125rem;
	}

	.testimonials-slider .slick-arrow.slick-prev {
		left: -5rem;
	}

	.testimonials-slider .slick-arrow.slick-next {
		right: -5rem;
	}

	.product-intro .img-col {
		padding-left: 7.875rem;
	}

	.team-section .info-bio {
		padding-right: 3.625rem;
	}

	.contact-section .text-col {
		padding-right: 10.875rem;
	}

	.contact-section .form-col {
		padding-left: 7.5rem;
	}

	.support-section .form-col {
		padding-left: 7.5rem;
	}

	#header .container {
		padding: 0 9.375rem;
	}

	.home-page #wrapper:not(.fixed-position) #header:not(.header-hover) #nav > ul > li:last-child > a {
		margin: 3.0625rem 1.1875rem 2.25rem .3125rem;
	}

	#nav > ul > li {
		margin-left: 7.1875rem;
	}

	#footer .footer-list {
		padding-left: 23.1%;
	}
}

@media (max-width: 1199px) {
	.categories-section h2 {
		font-size: 2rem;
	}

	.content-section.partnership-content [class*="col-"] {
		padding-bottom: 4.375rem;
	}

	.content-section .card-info {
		font-size: 1.3125rem;
		line-height: 1.9048;
	}
}

@media (max-width: 991px) {
	.visual .container {
		padding-left: 1.3125rem;
		padding-right: 1.3125rem;
	}

	.intro-two-column h2 {
		font-size: 2rem;
		line-height: 1.1875;
		margin-bottom: 1.9375rem;
	}

	.card-section.team-cards .link-holder .btn {
		font-size: .625rem;
		padding: 1.0625rem .625rem 1.0625rem .8125rem;
		margin-right: .75rem;
		min-width: 10rem;
	}

	.products-section h2 {
		font-size: 1.875rem;
		line-height: 1.2667;
	}

	.group-section h2 {
		font-size: 2rem;
		line-height: 1.1875;
	}

	.content-section .card-info h3 {
		font-size: 1.25rem;
		line-height: 1.2;
		text-transform: uppercase;
		font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
		letter-spacing: .09375rem;
		margin-bottom: 2rem;
	}

	.card-service .btn {
		min-width: 10rem;
		padding-top: 1.125rem;
		padding-bottom: 1.125rem;
		margin-left: .25rem;
	}

	.card-product .btn {
		font-size: .625rem;
		padding: 1.125rem .625rem 1.375rem .8125rem;
		margin-right: .75rem;
		min-width: 10rem;
	}

	.card-bio .btn {
		font-size: .625rem;
		padding: 1.0625rem .625rem 1.0625rem .8125rem;
		margin-right: .75rem;
		min-width: 10rem;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 .3125rem;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: 1rem 1.375rem;
	}

	body.nav-active {
		overflow: hidden;
	}

	.visual .text-holder p {
		display: none;
	}

	.visual .btn-play {
		display: none;
	}

	.hero .btn-holder .btn-play {
		display: none;
	}

	.card-section.team-cards .link-holder {
		text-align: center;
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.content-section .row {
		margin: 0 -.625rem;
	}

	.faq-filter-wrapp .slide {
		background-color: #84d2ff;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		border: 2px solid #84d2ff;
	}

	.filter-list {
		font-size: 1rem;
		line-height: 1.5;
		font-family: "Axia", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
		font-weight: 700;
		font-style: italic;
	}

	.team-filter-wrapp .slide {
		background-color: #84d2ff;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		border: 2px solid #84d2ff;
	}

	.team-filter-list {
		font-size: 1rem;
		line-height: 1.5;
		font-family: "Axia", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
		font-weight: 700;
		font-style: italic;
	}

	#header .container {
		padding: 0 1.875rem;
	}

	.navbar-holder {
		-webkit-transition: opacity .15s linear, visibility .15s linear;
		transition: opacity .15s linear, visibility .15s linear;
		opacity: 0;
		visibility: hidden;
		position: fixed;
		top: 6.25rem;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		overflow: hidden auto;
		background-color: #3c97cb;
	}

	.nav-active .navbar-holder {
		opacity: 1;
		visibility: visible;
	}

	#footer .container {
		padding: 0 3.125rem;
	}

	.hbspt-form .form-columns-1 .hs-form-field,
	.hbspt-form .form-columns-2 .hs-form-field,
	.hbspt-form .form-columns-3 .hs-form-field {
		width: 100% !important;
	}
}

@media (max-width: 413px) {
	.intro-two-column h2 {
		font-size: 1.625rem;
	}

	#header .container {
		padding: 0 .9375rem;
	}

	#footer .container {
		padding: 0 1.5625rem;
	}
}

@-webkit-keyframes load5 {
	0%,
	100% {
		box-shadow: 0 -2.6em 0 0 #3c97cb, 1.8em -1.8em 0 0 rgba(60, 151, 203, .2), 2.5em 0 0 0 rgba(60, 151, 203, .2), 1.75em 1.75em 0 0 rgba(60, 151, 203, .2), 0 2.5em 0 0 rgba(60, 151, 203, .2), -1.8em 1.8em 0 0 rgba(60, 151, 203, .2), -2.6em 0 0 0 rgba(60, 151, 203, .5), -1.8em -1.8em 0 0 rgba(60, 151, 203, .7);
	}

	12.5% {
		box-shadow: 0 -2.6em 0 0 rgba(60, 151, 203, .7), 1.8em -1.8em 0 0 #3c97cb, 2.5em 0 0 0 rgba(60, 151, 203, .2), 1.75em 1.75em 0 0 rgba(60, 151, 203, .2), 0 2.5em 0 0 rgba(60, 151, 203, .2), -1.8em 1.8em 0 0 rgba(60, 151, 203, .2), -2.6em 0 0 0 rgba(60, 151, 203, .2), -1.8em -1.8em 0 0 rgba(60, 151, 203, .5);
	}

	25% {
		box-shadow: 0 -2.6em 0 0 rgba(60, 151, 203, .5), 1.8em -1.8em 0 0 rgba(60, 151, 203, .7), 2.5em 0 0 0 #3c97cb, 1.75em 1.75em 0 0 rgba(60, 151, 203, .2), 0 2.5em 0 0 rgba(60, 151, 203, .2), -1.8em 1.8em 0 0 rgba(60, 151, 203, .2), -2.6em 0 0 0 rgba(60, 151, 203, .2), -1.8em -1.8em 0 0 rgba(60, 151, 203, .2);
	}

	37.5% {
		box-shadow: 0 -2.6em 0 0 rgba(60, 151, 203, .2), 1.8em -1.8em 0 0 rgba(60, 151, 203, .5), 2.5em 0 0 0 rgba(60, 151, 203, .7), 1.75em 1.75em 0 0 #3c97cb, 0 2.5em 0 0 rgba(60, 151, 203, .2), -1.8em 1.8em 0 0 rgba(60, 151, 203, .2), -2.6em 0 0 0 rgba(60, 151, 203, .2), -1.8em -1.8em 0 0 rgba(60, 151, 203, .2);
	}

	50% {
		box-shadow: 0 -2.6em 0 0 rgba(60, 151, 203, .2), 1.8em -1.8em 0 0 rgba(60, 151, 203, .2), 2.5em 0 0 0 rgba(60, 151, 203, .5), 1.75em 1.75em 0 0 rgba(60, 151, 203, .7), 0 2.5em 0 0 #3c97cb, -1.8em 1.8em 0 0 rgba(60, 151, 203, .2), -2.6em 0 0 0 rgba(60, 151, 203, .2), -1.8em -1.8em 0 0 rgba(60, 151, 203, .2);
	}

	62.5% {
		box-shadow: 0 -2.6em 0 0 rgba(60, 151, 203, .2), 1.8em -1.8em 0 0 rgba(60, 151, 203, .2), 2.5em 0 0 0 rgba(60, 151, 203, .2), 1.75em 1.75em 0 0 rgba(60, 151, 203, .5), 0 2.5em 0 0 rgba(60, 151, 203, .7), -1.8em 1.8em 0 0 #3c97cb, -2.6em 0 0 0 rgba(60, 151, 203, .2), -1.8em -1.8em 0 0 rgba(60, 151, 203, .2);
	}

	75% {
		box-shadow: 0 -2.6em 0 0 rgba(60, 151, 203, .2), 1.8em -1.8em 0 0 rgba(60, 151, 203, .2), 2.5em 0 0 0 rgba(60, 151, 203, .2), 1.75em 1.75em 0 0 rgba(60, 151, 203, .2), 0 2.5em 0 0 rgba(60, 151, 203, .5), -1.8em 1.8em 0 0 rgba(60, 151, 203, .7), -2.6em 0 0 0 #3c97cb, -1.8em -1.8em 0 0 rgba(60, 151, 203, .2);
	}

	87.5% {
		box-shadow: 0 -2.6em 0 0 rgba(60, 151, 203, .2), 1.8em -1.8em 0 0 rgba(60, 151, 203, .2), 2.5em 0 0 0 rgba(60, 151, 203, .2), 1.75em 1.75em 0 0 rgba(60, 151, 203, .2), 0 2.5em 0 0 rgba(60, 151, 203, .2), -1.8em 1.8em 0 0 rgba(60, 151, 203, .5), -2.6em 0 0 0 rgba(60, 151, 203, .7), -1.8em -1.8em 0 0 #3c97cb;
	}
}

@keyframes load5 {
	0%,
	100% {
		box-shadow: 0 -2.6em 0 0 #3c97cb, 1.8em -1.8em 0 0 rgba(60, 151, 203, .2), 2.5em 0 0 0 rgba(60, 151, 203, .2), 1.75em 1.75em 0 0 rgba(60, 151, 203, .2), 0 2.5em 0 0 rgba(60, 151, 203, .2), -1.8em 1.8em 0 0 rgba(60, 151, 203, .2), -2.6em 0 0 0 rgba(60, 151, 203, .5), -1.8em -1.8em 0 0 rgba(60, 151, 203, .7);
	}

	12.5% {
		box-shadow: 0 -2.6em 0 0 rgba(60, 151, 203, .7), 1.8em -1.8em 0 0 #3c97cb, 2.5em 0 0 0 rgba(60, 151, 203, .2), 1.75em 1.75em 0 0 rgba(60, 151, 203, .2), 0 2.5em 0 0 rgba(60, 151, 203, .2), -1.8em 1.8em 0 0 rgba(60, 151, 203, .2), -2.6em 0 0 0 rgba(60, 151, 203, .2), -1.8em -1.8em 0 0 rgba(60, 151, 203, .5);
	}

	25% {
		box-shadow: 0 -2.6em 0 0 rgba(60, 151, 203, .5), 1.8em -1.8em 0 0 rgba(60, 151, 203, .7), 2.5em 0 0 0 #3c97cb, 1.75em 1.75em 0 0 rgba(60, 151, 203, .2), 0 2.5em 0 0 rgba(60, 151, 203, .2), -1.8em 1.8em 0 0 rgba(60, 151, 203, .2), -2.6em 0 0 0 rgba(60, 151, 203, .2), -1.8em -1.8em 0 0 rgba(60, 151, 203, .2);
	}

	37.5% {
		box-shadow: 0 -2.6em 0 0 rgba(60, 151, 203, .2), 1.8em -1.8em 0 0 rgba(60, 151, 203, .5), 2.5em 0 0 0 rgba(60, 151, 203, .7), 1.75em 1.75em 0 0 #3c97cb, 0 2.5em 0 0 rgba(60, 151, 203, .2), -1.8em 1.8em 0 0 rgba(60, 151, 203, .2), -2.6em 0 0 0 rgba(60, 151, 203, .2), -1.8em -1.8em 0 0 rgba(60, 151, 203, .2);
	}

	50% {
		box-shadow: 0 -2.6em 0 0 rgba(60, 151, 203, .2), 1.8em -1.8em 0 0 rgba(60, 151, 203, .2), 2.5em 0 0 0 rgba(60, 151, 203, .5), 1.75em 1.75em 0 0 rgba(60, 151, 203, .7), 0 2.5em 0 0 #3c97cb, -1.8em 1.8em 0 0 rgba(60, 151, 203, .2), -2.6em 0 0 0 rgba(60, 151, 203, .2), -1.8em -1.8em 0 0 rgba(60, 151, 203, .2);
	}

	62.5% {
		box-shadow: 0 -2.6em 0 0 rgba(60, 151, 203, .2), 1.8em -1.8em 0 0 rgba(60, 151, 203, .2), 2.5em 0 0 0 rgba(60, 151, 203, .2), 1.75em 1.75em 0 0 rgba(60, 151, 203, .5), 0 2.5em 0 0 rgba(60, 151, 203, .7), -1.8em 1.8em 0 0 #3c97cb, -2.6em 0 0 0 rgba(60, 151, 203, .2), -1.8em -1.8em 0 0 rgba(60, 151, 203, .2);
	}

	75% {
		box-shadow: 0 -2.6em 0 0 rgba(60, 151, 203, .2), 1.8em -1.8em 0 0 rgba(60, 151, 203, .2), 2.5em 0 0 0 rgba(60, 151, 203, .2), 1.75em 1.75em 0 0 rgba(60, 151, 203, .2), 0 2.5em 0 0 rgba(60, 151, 203, .5), -1.8em 1.8em 0 0 rgba(60, 151, 203, .7), -2.6em 0 0 0 #3c97cb, -1.8em -1.8em 0 0 rgba(60, 151, 203, .2);
	}

	87.5% {
		box-shadow: 0 -2.6em 0 0 rgba(60, 151, 203, .2), 1.8em -1.8em 0 0 rgba(60, 151, 203, .2), 2.5em 0 0 0 rgba(60, 151, 203, .2), 1.75em 1.75em 0 0 rgba(60, 151, 203, .2), 0 2.5em 0 0 rgba(60, 151, 203, .2), -1.8em 1.8em 0 0 rgba(60, 151, 203, .5), -2.6em 0 0 0 rgba(60, 151, 203, .7), -1.8em -1.8em 0 0 #3c97cb;
	}
}
