@-webkit-keyframes animateIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@-moz-keyframes animateIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes animateIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@-webkit-keyframes animateInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@-moz-keyframes animateInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(10px);
		transform: translateY(10px)
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes animateInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		transform: translateY(10px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0)
	}
}
@-webkit-keyframes animateOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
@-moz-keyframes animateOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
@keyframes animateOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
@-webkit-keyframes animateUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@-moz-keyframes animateUp {
	0% {
		-moz-transform: translateY(100%);
		transform: translateY(100%)
	}
	100% {
		-moz-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes animateUp {
	0% {
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		transform: translateY(100%)
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0)
	}
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-moz-transition-property: transform, -moz-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform, -moz-transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-moz-transition-property: transform, -moz-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform, -moz-transform;
	transition-property: transform, -webkit-transform
}
.swiper-invisible-blank-slide {
	visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	-moz-box-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-moz-transition-property: transform, height, -moz-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform, -moz-transform;
	transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent)
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-moz-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	-moz-transform: scale(0.33);
	transform: scale(0.33);
	position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	-moz-transform: scale(0.66);
	transform: scale(0.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	-moz-transform: scale(0.33);
	transform: scale(0.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	-moz-transform: scale(0.66);
	transform: scale(0.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	-moz-transform: scale(0.33);
	transform: scale(0.33)
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	-moz-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-webkit-transition: .2s transform, .2s top;
	-moz-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	-webkit-transition: .2s transform, .2s top, .2s -webkit-transform;
	-moz-transition: .2s transform, .2s top, .2s -webkit-transform;
	transition: .2s transform, .2s top, .2s -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	-moz-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-webkit-transition: .2s transform, .2s left;
	-moz-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	-webkit-transition: .2s transform, .2s left, .2s -webkit-transform;
	-moz-transition: .2s transform, .2s left, .2s -webkit-transform;
	transition: .2s transform, .2s left, .2s -webkit-transform
}
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	-moz-transform-origin: left top;
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	-moz-transform-origin: right top;
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0
}
.swiper-scrollbar-cursor-drag {
	cursor: move
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center;
	text-align: center
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.swiper-slide-zoomed {
	cursor: move
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@-moz-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube {
	overflow: visible
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}
.swiper-container-flip {
	overflow: visible
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, footer, header, nav, section {
	display: block
}
h1 {
	font-size: 2em;
	margin: 0.67em 0
}
figcaption, figure, main {
	display: block
}
figure {
	margin: 1em 40px
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	-moz-text-decoration: underline dotted;
	text-decoration: underline dotted
}
b, strong {
	font-weight: inherit
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
dfn {
	font-style: italic
}
mark {
	background-color: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -0.25em
}
sup {
	top: -0.5em
}
audio, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
img {
	border-style: none
}
svg:not(:root) {
	overflow: hidden
}
button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}
fieldset {
	padding: 0.35em 0.75em 0.625em
}
legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	display: inline-block;
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type="checkbox"], [type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
details, menu {
	display: block
}
summary {
	display: list-item
}
canvas {
	display: inline-block
}
template {
	display: none
}
[hidden] {
	display: none
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0
}
p {
	margin: 0
}
ul {
	margin: 0;
	padding: 0
}
* {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none
}
html {
	font-family: "Overpass", Helvetica, Verda;
	color: #3d3c3c;
	font-size: 12px;
}
@media (min-width: 768px) {
	html {
		font-size: 16px
	}
}
body {
	min-height: 1px;
	overflow-x: hidden
}
button {
	border: 0;
	padding: 0;
	background-color: transparent
}
button:focus {
	outline: none
}
button:hover {
	cursor: pointer
}

img {
	width: 100%;
	height: auto
}
hr {
	border: 0;
	height: 1px;
	background: white
}
h1, .font--h1 {
	color: #3d3c3c;
	font-size: 2.5rem;
	font-weight: 900;
	margin-bottom: -moz-calc(16px);
	margin-bottom: calc(16px);
	line-height: 150%;
	font-family: 'Poppins', sans-serif; 
  margin-bottom: 2rem
 
}
/*Frida 2020-11-06 ändring av storlek för H2 på webb*/
h2, .font--h2 {
	color: #3d3c3c;
	font-size: 2.25rem;
	font-weight: 700;
	margin-bottom: -moz-calc(16px);
	margin-bottom: calc(16px);
	line-height: 150%;
	margin-bottom: 2rem;
  font-family: 'Poppins', sans-serif;
  
}
/*Hanna 2019-06-10 ändring av storlek för H2 i blogginlägg*/
#post H2{
  font-size: 1.75rem;
  margin-top: 30px;
}

h3, .font--h3 {
	color: #3d3c3c;
	font-size: 1.75rem;
	font-weight: 800;
	margin-bottom: -moz-calc(16px);
	margin-bottom: calc(16px);
	line-height: 150%;
	margin-bottom: 1.5rem
}
h4, .font--h4 {
	color: #3d3c3c;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: -moz-calc(16px);
	margin-bottom: calc(16px);
	line-height: 150%
}
h5, .font--h5 {
	color: #3d3c3c;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: -moz-calc(16px);
	margin-bottom: calc(16px);
	line-height: 150%
}
h6, .font--h6 {
	color: #3d3c3c;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: -moz-calc(16px);
	margin-bottom: calc(16px);
	line-height: 150%
}
p {
	color: #3d3c3c;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: -moz-calc(16px);
	margin-bottom: calc(16px);
	line-height: 150%
}
a {
  color: #3d3c3c;
	font-weight: 600;
	margin-bottom: -moz-calc(16px);
	margin-bottom: calc(16px);
	line-height: 150%;
  text-decoration: none;
	margin-bottom: 0
}
a:hover {
  text-decoration: underline;
  color:#3d3c3c;
}
li {
	color: #3d3c3c;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: -moz-calc(16px);
	margin-bottom: calc(16px);
	line-height: 150%
}
h1, h2 {
	line-height: 110%;
	word-wrap: break-word
}
h1.-big {
	font-size: 3.75rem;
	margin-bottom: 3rem
}
h5.-bold {
	font-weight: 700
}
h6.-small {
	font-size: 14px
}
p.-tiny, a.-tiny, span.-tiny {
	font-size: 12px
}
p.-bold, a.-bold, span.-bold {
	color: #3d3c3c;
	font-weight: 700
}
p.-small, a.-small, span.-small {
	font-size: 14px
}
p.-light, a.-light, span.-light {
	color: #9e9e9e
}
p {
	margin-bottom: 1rem;
	line-height: 150%;
	color: #646363
}
ul {
	margin-bottom: 3rem;
	margin-left: 2rem
}
ul li {
	color: #646363
}
blockquote {
	line-height: 150%;
	background-color: #fafafa;
	padding: -moz-calc(16 * 2px);
	padding: calc(16 * 2px);
	margin-left: 0;
	border-left: 5px solid #4c4c86;
	margin: -moz-calc(16 * 2px) 0;
	margin: calc(16 * 2px) 0
}
.icon-paragraph {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: -moz-calc(16 * 1.5px);
	margin-bottom: calc(16 * 1.5px)
}
.icon-paragraph.-icon-top {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.icon-paragraph.-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.icon-paragraph>p, .icon-paragraph>a {
	margin: 0 0 0 15px
}
.icon-paragraph>a:not([href^="tel"]) {
	color: #4c4c86
}
.icon-paragraph>a:not([href^="tel"]):hover {
	color: #70709e
}
.icon-paragraph>svg {
	top: 4px
}
.container {
	margin: 0 auto;
	max-width: 100%;
	padding: 40px 0px;
	position: relative;
	display: block
}
@media (min-width: 460px) {
	.container {
		padding: 40px 20px
	}
}
@media (min-width: 768px) {
	.container {
		padding: 60px 73px
	}
}
@media (min-width: 1280px) {
	.container {
		padding: 90px 73px
	}
}
.container.-mini-padding-top {
	padding-top: 40px
}
.container.-mini-padding-btm {
	padding-bottom: 40px
}
.container.-no-padding-top {
	padding-top: 0
}
.container.-no-padding-bottom {
	padding-bottom: 0
}
.row {
	max-width: 1058px;
	width: 100%;
	height: initial;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto
}
.row:after {
	content: "";
	display: table;
	clear: both
}
.row.-small {
	max-width: 730px
}
.row.-large {
	max-width: 1440px
}
.row.-vertical-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.row.-horizontal-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.row.-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}


.col {
	position: relative;
	width: 100%;
	float: left;
	padding: 15px;
	padding-bottom: 0
}
@media (min-width: 460px) {
	.col {
		padding-bottom: 15px
	}
}
@media (min-width: 0) {
	.col.-xxs-1 {
		width: 8.33333%
	}
	.col.-xxs-2 {
		width: 16.66667%
	}
	.col.-xxs-3 {
		width: 25%
	}
	.col.-xxs-4 {
		width: 33.33333%
	}
	.col.-xxs-5 {
		width: 41.66667%
	}
	.col.-xxs-6 {
		width: 50%
	}
	.col.-xxs-7 {
		width: 58.33333%
	}
	.col.-xxs-8 {
		width: 66.66667%
	}
	.col.-xxs-9 {
		width: 75%
	}
	.col.-xxs-10 {
		width: 83.33333%
	}
	.col.-xxs-11 {
		width: 91.66667%
	}
	.col.-xxs-12 {
		width: 100%
	}
}
@media (min-width: 460px) {
	.col.-xs-1 {
		width: 8.33333%
	}
	.col.-xs-2 {
		width: 16.66667%
	}
	.col.-xs-3 {
		width: 25%
	}
	.col.-xs-4 {
		width: 33.33333%
	}
	.col.-xs-5 {
		width: 41.66667%
	}
	.col.-xs-6 {
		width: 50%
	}
	.col.-xs-7 {
		width: 58.33333%
	}
	.col.-xs-8 {
		width: 66.66667%
	}
	.col.-xs-9 {
		width: 75%
	}
	.col.-xs-10 {
		width: 83.33333%
	}
	.col.-xs-11 {
		width: 91.66667%
	}
	.col.-xs-12 {
		width: 100%
	}
}
@media (min-width: 768px) {
	.col.-sm-1 {
		width: 8.33333%
	}
	.col.-sm-2 {
		width: 16.66667%
	}
	.col.-sm-3 {
		width: 25%
	}
	.col.-sm-4 {
		width: 33.33333%
	}
	.col.-sm-5 {
		width: 41.66667%
	}
	.col.-sm-6 {
		width: 50%
	}
	.col.-sm-7 {
		width: 58.33333%
	}
	.col.-sm-8 {
		width: 66.66667%
	}
	.col.-sm-9 {
		width: 75%
	}
	.col.-sm-10 {
		width: 83.33333%
	}
	.col.-sm-11 {
		width: 91.66667%
	}
	.col.-sm-12 {
		width: 100%
	}
}
@media (min-width: 1025px) {
	.col.-md-1 {
		width: 8.33333%
	}
	.col.-md-2 {
		width: 16.66667%
	}
	.col.-md-3 {
		width: 25%
	}
	.col.-md-4 {
		width: 33.33333%
	}
	.col.-md-5 {
		width: 41.66667%
	}
	.col.-md-6 {
		width: 50%
	}
	.col.-md-7 {
		width: 58.33333%
	}
	.col.-md-8 {
		width: 66.66667%
	}
	.col.-md-9 {
		width: 75%
	}
	.col.-md-10 {
		width: 83.33333%
	}
	.col.-md-11 {
		width: 91.66667%
	}
	.col.-md-12 {
		width: 100%
	}
}
@media (min-width: 1280px) {
	.col.-lg-1 {
		width: 8.33333%
	}
	.col.-lg-2 {
		width: 16.66667%
	}
	.col.-lg-3 {
		width: 25%
	}
	.col.-lg-4 {
		width: 33.33333%
	}
	.col.-lg-5 {
		width: 41.66667%
	}
	.col.-lg-6 {
		width: 50%
	}
	.col.-lg-7 {
		width: 58.33333%
	}
	.col.-lg-8 {
		width: 66.66667%
	}
	.col.-lg-9 {
		width: 75%
	}
	.col.-lg-10 {
		width: 83.33333%
	}
	.col.-lg-11 {
		width: 91.66667%
	}
	.col.-lg-12 {
		width: 100%
	}
}
.icon-bubble{
    height: 50px;
    width: 50px;
    background-color: #ededf3;
    padding: 10px;
    border-radius: 50%;
    margin-right: 20px;
}
.col.-center {
	margin: 0 auto;
	float: none;
	text-align: center
}
.col.-inline {
	display: inline-block;
	vertical-align: top;
	float: none;
	font-size: 0
}
.background-image {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 450px
}
.bg {
	background-color: #fff
}
.bg.-light-gray {
	background-color: #f8f8f8
}
.bg.-light-gray.-border {
	border-bottom: 1px solid #ededf3
}
.bg.-gray {
	background-color: #eaedf1;
}

.bg.-purple,
.bg.-primary {
 background-color: #4C4C86;
}

.bg.-purple-dark {
 background-color: #7B448E;
}

.bg.-blue {
	background-color: #2f4d72
}

.bg.-purple-dimmed {
	background-color: #70709e
}
.bg.-light-purple {
	background-color: #c9c9db
}
.bg.-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.bg.-extra-light-indigo{
  background-color: #d5dbe3;
}

.bg.-gradient-purple {
  background: rgb(202,0,93);
background: linear-gradient(270deg, rgba(202,0,93,1) 0%, rgba(123,68,142,1) 100%);
}

.bg.-gradient-indigo-orkide {
  background: rgb(47,77,114);
background: linear-gradient(270deg, rgba(47,77,114,1) 0%, rgba(123,68,142,1) 100%);
}

.bg.-gradient-indigo-flourit {
  background: rgb(47,77,114);
background: linear-gradient(270deg, rgba(47,77,114,1) 0%, rgba(124,199,140,1) 100%);
}

.bg.-pattern {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}
.bg.-pattern.-brand {
	background-image: url("//2636281.fs1.hubspotusercontent-na1.net/hubfs/2636281/Exsitec%202018/images/patterns/wine.png")
}
.bg.-pattern.-green {
	background-image: url("//2636281.fs1.hubspotusercontent-na1.net/hubfs/2636281/Exsitec%202018/images/patterns/green.png")
}
.bg.-pattern.-purple {
	background-image: url("//2636281.fs1.hubspotusercontent-na1.net/hubfs/2636281/Exsitec%202018/images/patterns/purple.png")
}
.bg.-pattern.-blue-purple {
	background-image: url("//2636281.fs1.hubspotusercontent-na1.net/hubfs/2636281/Exsitec%202018/images/patterns/blue-purple.png")
}
.bg.-pattern.-blue {
	background-image: url("https://www.exsitec.se/hubfs/Namnl%C3%B6s%20design%20-%202023-02-01T141702.000.webp")
}
.bg.-pattern.-ruby {
	background-image: url("//2636281.fs1.hubspotusercontent-na1.net/hubfs/2636281/Exsitec%202018/images/patterns/ruby.png")
}
.bg.-pattern.-rubin-orkide {
	background-image: url("https://www.exsitec.se/hubfs/Webbutveckling/images%20webbutveckling/patterns/orkide-rubin-gradient.png")
}
.bg.-pattern.-indigo-orkide {
	background-image: url("https://www.exsitec.se/hubfs/Webbutveckling/images%20webbutveckling/patterns/orkide-indigo-gradient.png")
}
.bg.-pattern.-indigo-viol {
	background-image: url("https://www.exsitec.se/hubfs/Webbutveckling/images%20webbutveckling/patterns/viol-indigo-gradient.png")
}
.bg.-pattern.-indigo-rubin {
	background-image: url("https://www.exsitec.se/hubfs/Webbutveckling/images%20webbutveckling/patterns/rubin-indigo-gradient.png")
}
.bg.-pattern.-blue-light {
	background-color: #c1cad5;
}



.theme.-brand {
	color: #ca005d
}
.theme.-brand h1, .theme.-brand h2, .theme.-brand h3, .theme.-brand h4, .theme.-brand h5 {
	color: #ca005d
}
.theme.-blue {
	color: #2f4d72
}
.theme.-blue h1, .theme.-blue h2, .theme.-blue h3, .theme.-blue h4, .theme.-blue h5 {
	color: #2f4d72
}
.theme.-purple {
	color: #4c4c86
}
.theme.-purple h1, .theme.-purple h2, .theme.-purple h3, .theme.-purple h4, .theme.-purple h5 {
	color: #4c4c86
}
.theme.-danger {
	color: red
}
.theme.-danger h1, .theme.-danger h2, .theme.-danger h3, .theme.-danger h4, .theme.-danger h5 {
	color: red
}
.theme.-dark {
	color: #fff !important
}
.theme.-dark h1, .theme.-dark h2, .theme.-dark h3, .theme.-dark h4, .theme.-dark h5 {
	color: #fff !important
}
.theme.-green {
	color: #8cbc64
}
.theme.-green h1, .theme.-green h2, .theme.-green h3, .theme.-green h4, .theme.-green h5 {
	color: #8cbc64
}
h1.theme.-brand, h2.theme.-brand, h3.theme.-brand, h4.theme.-brand, h5.theme.-brand, h6.theme.-brand {
	color: #ca005d
}
h1.theme.-blue, h2.theme.-blue, h3.theme.-blue, h4.theme.-blue, h5.theme.-blue, h6.theme.-blue {
	color: #2f4d72
}
h1.theme.-purple, h2.theme.-purple, h3.theme.-purple, h4.theme.-purple, h5.theme.-purple, h6.theme.-purple {
	color: #4c4c86
}
h1.theme.-danger, h2.theme.-danger, h3.theme.-danger, h4.theme.-danger, h5.theme.-danger, h6.theme.-danger {
	color: red
}
h1.theme.-dark, h2.theme.-dark, h3.theme.-dark, h4.theme.-dark, h5.theme.-dark, h6.theme.-dark {
	color: #fff !important
}
h1.theme.-green, h2.theme.-green, h3.theme.-green, h4.theme.-green, h5.theme.-green, h6.theme.-green {
	color: #8cbc64
}
.theme.-dark a, .theme.-dark p, .theme.-dark li {
	color: #fff !important
}
.border.-bottom {
	border-bottom: 1px solid #ededf3
}
.border.-left {
	border-left: 1px solid #ededf3
}
.border.-right {
	border-right: 1px solid #ededf3
}
.border.-top {
	border-top: 1px solid #ededf3
}
.theme.-dark .border.-bottom {
	border-bottom: 1px solid #fff
}
.theme.-dark .border.-left {
	border-left: 1px solid #fff
}
.theme.-dark .border.-right {
	border-right: 1px solid #fff
}
.theme.-dark .border.-top {
	border-top: 1px solid #fff
}

.font--16,p.font--16 {
  font-size: 16px;
  line-height: 1.5em;
  }

@media (min-width: 1025px) { 
.font--16, p.font--16 {
  font-size: 16px;
  line-height: 1.5em;
  }
}

.font--18,.font--18 p {
  font-size: 16px;
  line-height: 25px;
  }

@media (min-width: 1025px) { 
.font--18, .font--18 p {
  font-size: 18px;
  line-height: 28px;
  }
}

.font--20, .font--20 p {
  font-size: 18px;
  line-height: 28px;
  }

@media (min-width: 1025px) { 
.font--20, .font--20 p {
  font-size: 20px;
  line-height: 30px;
  }
}

.font--bold {
 font-weight: 700; 
}

.font--bolder {
 font-weight: 900; 
}

.font--light {
 font-weight: 300; 
}

.header {
	
	display: -webkit-box;
  height: 40px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 20px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #ededf3;
	position: fixed;
	background-color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease
  
}
.header.-open-dropdown {
	background-color: #fff
}
.header.-transparent:not(.-open-dropdown) {
	background: transparent;
	border-bottom: 0
}
.header.-transparent:not(.-open-dropdown) .base-menu li a {
	color: #fff
}
.header.-transparent:not(.-open-dropdown) .base-menu li a:after {
	background-color: #fff
}
/* Klickat läge: Svart text */
.header.aa-header.-open-dropdown .base-menu > .hs_cos_wrapper ul > li.hs-menu-item.hs-menu-depth-1 > a {
  color: #000 !important; /* Svart text */
  transition: color 0.3s ease; /* Smidig färgövergång */
}

body.menu-open-dropdown .header.aa-header.-open-dropdown .base-menu > .hs_cos_wrapper ul > li > a {
  color: #000 !important; /* Tvingar texten att bli svart */
}
.header.-transparent:not(.-open-dropdown) .base-menu li:hover a {
	color: #ededf3
}
.header.-transparent:not(.-open-dropdown) .hamburger-icon span {
	background-color: #fff
}
.header.-transparent:not(.-open-dropdown) .search-box svg path {
	fill: #fff
}
.header.-transparent:not(.-open-dropdown) .hs-item-has-children:after {
	background-image: url("//2636281.fs1.hubspotusercontent-na1.net/hubfs/2636281/Exsitec%202018/images/icons/navigation-arrow-white.svg") !important
}
.header.-transparent:not(.-open-dropdown) .logo-wrapper .logo.-regular {
	display: none
}
.header.-transparent:not(.-open-dropdown) .logo-wrapper .logo.-inverted {
	display: block
}
.header>.logo-wrapper, .header>.tools-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (min-width: 1025px) {
	.header>.logo-wrapper, .header>.tools-wrapper {
		width: 300px
	}
}
.header>.logo-wrapper .logo {
	width: 90px
}
.header>.logo-wrapper .logo a {
	line-height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.header>.logo-wrapper .logo.-inverted {
	display: none
}
.header>.base-menu {
	display: none
}
@media (min-width: 1025px) {
	.header>.base-menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex
	}
}
.header>.logo a {
	margin-bottom: 0
}
.header>.tools-wrapper {
	padding: 5px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.header>.tools-wrapper>.button, .header>.tools-wrapper>.hs-button, .theme.-dark .header>.tools-wrapper>.hs-button, .bg.-pattern .header>.tools-wrapper>.hs-button, .header>.tools-wrapper>.bg.-dark-purple {
	width: 112px;
	height: 100%;
	margin: 0!important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
	margin-left: 20px!important;
}
@media (min-width: 1025px) {
	.header>.tools-wrapper>.button, .header>.tools-wrapper>.hs-button, .theme.-dark .header>.tools-wrapper>.hs-button, .bg.-pattern .header>.tools-wrapper>.hs-button, .header>.tools-wrapper>.bg.-dark-purple {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex
	}
}
.header>.tools-wrapper>.search-box {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}
.header>.tools-wrapper>.search-box>.nav-form {
	position: absolute;
	left: -100%;
	top: 50%;
	overflow: hidden;
	-webkit-transform: translateX(-100%) translateY(-50%);
	-moz-transform: translateX(-100%) translateY(-50%);
	-ms-transform: translateX(-100%) translateY(-50%);
	transform: translateX(-100%) translateY(-50%)
}
.header>.tools-wrapper>.search-box>.nav-form label {
	margin-bottom: 0 !important
}
.header>.tools-wrapper>.search-box>.nav-form .input {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 0;
	-webkit-transition: width .4s ease;
	-moz-transition: width .4s ease;
	transition: width .4s ease;
	overflow: hidden
}
.header>.tools-wrapper>.search-box>.nav-form .input input {
	background-color: white;
	margin-bottom: 0;
	border: 1px solid #c5c2c2;
	height: 30px;
	font-size: 16px
}
.header>.tools-wrapper>.search-box>.nav-form .input .hs-button {
	display: none
}
.header>.tools-wrapper>.search-box>.nav-form.-active .input {
	width: 200px
}
.header>.tools-wrapper>.search-box>.icon {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}
.header>.tools-wrapper>.search-box>.icon svg {
	pointer-events: none
}
@media (min-width: 1025px) {
	.header .hamburger-icon {
		display: none
	}
}
.footer-wrapper {
	border-top: 1px solid #ca005d;
	background-color: #fdfdfd
}
.footer-wrapper .marker {
	width: 15px;
	height: 15px
}
.footer-col h6, .footer-col h5 {
	margin-top: 2.85rem;
  margin-bottom: 1.85rem
}

@media (min-width: 1025px) {
  .footer-col h6, .footer-col h5 {
  margin-top: 0;
}
}

.footer-col.-logo>img {
	width: auto
}
.page-hero {
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 100px;
	min-height: 450px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.page-hero:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 50%;
	left: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#000));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000 100%)
}
.page-hero.-small {
	min-height: 320px;
	padding-bottom: 60px
}
@media (min-width: 768px) {
	.page-hero {
		min-height: 600px;
		padding-bottom: 100px !important;
		height: 450px
	}
	.page-hero.-small {
		min-height: 452px
	}
	.page-hero.-medium {
		min-height: 500px
	}
	.page-hero.-large {
		min-height: 600px
	}
	.page-hero.-start {
		min-height: 800px
	}
}
.hero-content h1, .hero-content h2, .hero-content h3, .hero-content h4, .hero-content h5, .hero-content h6, .hero-content p, .hero-content li {
	color: #fff
}
.hero-content>.button-group {
	margin: -moz-calc(16 * 1px) 0;
	margin: calc(16 * 1px) 0
}
.hero-content.-center {
	text-align: center
}
.hero-content.-icon {
	text-align: left
}
.hero-content.-article>.content {
	background-color: #fff;
	padding: -moz-calc(16 * 2px);
	padding: calc(16 * 2px)
}
.hero-content.-article>.content p {
	color: #9e9e9e
}
@media (min-width: 768px) {
	.hero-content.-article>.content {
		padding: -moz-calc(16 * 2.5px);
		padding: calc(16 * 2.5px)
	}
}
.hero-content.-article>.arrow {
	width: 60px;
	height: 40px;
	background-color: #ca005d;
	float: right;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out
}
.hero-content.-article>.arrow:hover {
	background-color: #ba0156
}
.hero-content.-article>.arrow svg {
	width: 23px;
	height: 11px
}
.hero-content.-article>.arrow svg path {
	fill: #fff
}
.hero-content.-article>.article-footer {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.hero-content.-article>.article-footer>.avatar {
	margin-right: -moz-calc(16 * 2px);
	margin-right: calc(16 * 2px)
}
.hero-content.-article>.article-footer>.read-time>span:first-child {
	margin-right: 5px
}
.hero-content.-article>.article-footer>.read-time>span:first-child:after {
	content: '•';
	margin-left: 5px
}
.hero-content.-article>.label {
	min-width: 135px;
	background-color: #ededf3;
	text-align: center;
	color: #ca005d;
	letter-spacing: 1.5px;
	height: 30px;
	text-transform: uppercase;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 10px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.hero-content.-article h1, .hero-content.-article h2, .hero-content.-article h3, .hero-content.-article h4, .hero-content.-article h5, .hero-content.-article h6, .hero-content.-article p, .hero-content.-article li {
	color: #3d3c3c
}
.content-module .row:not(.-small), .text-module .row:not(.-small) {
	max-width: 1000px
}
.content-module .content-block>.intro, .text-module .content-block>.intro {
	margin-bottom: -moz-calc(16 * 2px);
	margin-bottom: calc(16 * 2px)
}
.content-module .content-block img, .text-module .content-block img {
	margin: -moz-calc(16 * 2px) 0;
	margin: calc(16 * 2px) 0;
	max-width: 100%
}
.content-module .content-block>p+p.-bold, .text-module .content-block>p+p.-bold {
	margin-top: -moz-calc(16 * 2.5px);
	margin-top: calc(16 * 2.5px)
}
.content-module .content-block>ul, .text-module .content-block>ul {
	margin-top: -moz-calc(16 * 3px);
	margin-top: calc(16 * 3px);
	margin-bottom: -moz-calc(16 * 3px);
	margin-bottom: calc(16 * 3px)
}
.content-module .content-block ul a, .content-module .content-block p a:not(.cta_button), .text-module .content-block ul a, .text-module .content-block p a:not(.cta_button) {
	text-decoration: underline
}

.content-module .content-block ul a:hover, .content-module .content-block p a:not(.cta_button):hover, .text-module .content-block ul a:hover, .text-module .content-block p a:not(.cta_button):hover {
	color: #4c4c86;
}
.content-module .content-image, .text-module .content-image {
	margin-bottom: -moz-calc(16 * 2px);
	margin-bottom: calc(16 * 2px)
}
.content-module .content-image>img, .text-module .content-image>img {
	max-height: 400px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}
@media (min-width: 1025px) {
	.content-module .content-image>img, .text-module .content-image>img {
		max-height: 500px
	}
}
.content-module .content-info, .text-module .content-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: -moz-calc(16 * 1px);
	padding-bottom: calc(16 * 1px);
	border-bottom: 1px solid #ededf3
}
.content-module .content-info>.date, .content-module .content-info>.time, .text-module .content-info>.date, .text-module .content-info>.time {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.content-module .content-info>.date p, .content-module .content-info>.time p, .text-module .content-info>.date p, .text-module .content-info>.time p {
	margin: 0
}
.content-module .content-info>.date>svg, .content-module .content-info>.time>svg, .text-module .content-info>.date>svg, .text-module .content-info>.time>svg {
	margin-right: 10px
}
.content-module .content-title, .text-module .content-title {
	padding-top: -moz-calc(16 * 2.5px);
	padding-top: calc(16 * 2.5px)
}
.content-module .content-title>.title, .text-module .content-title>.title {
	margin-bottom: -moz-calc(16 * 1px);
	margin-bottom: calc(16 * 1px)
}
.content-module .icon-title, .text-module .icon-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.content-module .icon-title>.icon, .text-module .icon-title>.icon {
	margin-right: -moz-calc(16 * 1.5px);
	margin-right: calc(16 * 1.5px)
}
.content-module .icon-title>.title, .text-module .icon-title>.title {
	margin-bottom: 0
}
.content-module .icon-title>.download, .text-module .icon-title>.download {
	margin-left: -moz-calc(16 * 2px);
	margin-left: calc(16 * 2px);
	margin-top: 3px
}
.employee-module {
	background-color: #fdfdfd;
	border-bottom: 1px solid #ededf3;
	border-top: 1px solid #ededf3
}
@media (min-width: 1025px) {
	.contact-module .col.-borderleft {
		border-left: 1px solid #ededf3;
		padding-left: -moz-calc(16 * 2px);
		padding-left: calc(16 * 2px)
	}
}
@media (min-width: 1280px) {
	.contact-module .col.-borderleft {
		padding-left: -moz-calc(16 * 4px);
		padding-left: calc(16 * 4px)
	}
}
.contact-module .row+.row {
	border-top: 1px solid #ededf3
}
.contact-module .contact-information {
	margin-bottom: -moz-calc(16 * 2px);
	margin-bottom: calc(16 * 2px)
}
.contact-module .contact-information>.col+.col {
	border-top: 1px solid #ededf3
}
@media (min-width: 768px) {
	.contact-module .contact-information>.col+.col {
		border-top: 0
	}
}
.contact-module .contact-information .button, .contact-module .contact-information .hs-button, .contact-module .contact-information .bg.-dark-purple {
	margin: -moz-calc(16 * 1px) 0 -moz-calc(16 * 2px);
	margin: calc(16 * 1px) 0 calc(16 * 2px)
}
.contact-module .contact-form {
	padding-top: -moz-calc(16 * 2px);
	padding-top: calc(16 * 2px)
}


.img-text-module{
    
}
.img-text-module-slim .img-text__image {
    /*padding-bottom: 400px;*/
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
}
.img-text-module-slim .img-text__text{
  padding: 20px;
}
.img-text-module .img-text__image {
    padding-bottom: 400px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.img-text-module.img-text-module--image .img-text__image {
  padding-bottom: 0;
  text-align: center;
}

.img-text-module .img-text__text{
  padding: 20px;
}
@media (min-width: 768px) {
  .img-text-module .img-text__text--left{
    padding: 80px 0px 80px 80px;
  }
  .img-text-module .img-text__text--right{
    padding:80px 80px 80px 0px;
  }
  .img-text-module-slim .img-text__text--left{
    padding: 10px 0px 10px 60px;
  }
  .img-text-module-slim .img-text__text--right{
    padding:10px 60px 10px 0px;
  }
}
.accordion-module {
	max-width: 755px;
	margin: 0 auto;
	padding-bottom: -moz-calc(16 * 3px);
	padding-bottom: calc(16 * 3px);
	padding-top: 0;
	padding-bottom: 0
}
.accordion-module .accordion-item {
	padding-top: 20px;
	position: relative
}
.accordion-module .accordion-item input {
	visibility: hidden;
	z-index: -222;
	position: absolute
}
.accordion-module .accordion-item input:before {
	content: none
}
.accordion-module .accordion-item input+label:before {
	content: none
}
.accordion-module .accordion-item>.title {
	padding-bottom: 0px;
	width: -moz-calc(100%);
	width: calc(100%);
	display: block;
	font-size: 18px;
	cursor: pointer;
	color: #000;
	line-height: 150%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.accordion-module .accordion-item>.title>h5 {
	margin-bottom: 0
}
.accordion-module .accordion-item>.title:after {
	content: url(//2636281.fs1.hubspotusercontent-na1.net/hubfs/2636281/Exsitec%202018/images/icons/expand.svg);
	display: block;
	position: relative;
	height: 21px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out
}
.accordion-module .accordion-item>.title.--open:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}
.accordion-module .accordion-item>.toggle {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.5s ease-in-out;
	-moz-transition: max-height 0.5s ease-in-out;
	transition: max-height 0.5s ease-in-out;
	-webkit-transition-delay: -160ms;
	-moz-transition-delay: -160ms;
	transition-delay: -160ms
}
.accordion-module .accordion-item>.toggle.--open {
	-webkit-transition-delay: unset;
	-moz-transition-delay: unset;
	transition-delay: unset
}
.accordion-module .accordion-item>.toggle .content {
	font-size: 18px;
	margin-top: 24px;
	color: #3d3c3c;
	border-radius: 3px;
	padding: -moz-calc(16 * 1.5px) -moz-calc(16 * 2px) -moz-calc(16 * 1px) -moz-calc(16 * 1.5px);
	padding: calc(16 * 1.5px) calc(16 * 2px) calc(16 * 1px) calc(16 * 1.5px);
	background-color: #f2ecf3
}
.accordion-module .accordion-item input:checked~.title+.toggle.--open {
	max-height: 400em
}
@media (min-width: 1025px) {
	.accordion-module .accordion-item input:checked~.title+.toggle.--open {
		max-height: 200em
	}
}
.testimonial-module {
	padding-left: 0;
	padding-right: 0;
	min-height: 630px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (min-width: 1440px) {
	.testimonial-module {
		padding: 50px 73px;
		min-height: 630px
	}
}
@media (min-width: 1025px) {
	.testimonial-module {
		padding-top: 100px;
		padding-bottom: -moz-calc(16 * 6px);
		padding-bottom: calc(16 * 6px)
	}
}
.testimonial-module .col {
	padding-right: 0;
	padding-left: 0
}
.testimonial-slider {
	width: 100%;
	position: static
}
.testimonial-slider .testimonial-item {
	opacity: .1;
	width: 100%
}
@media (min-width: 768px) {
	.testimonial-slider .testimonial-item {
		width: 80%
	}
}
@media (min-width: 1025px) {
	.testimonial-slider .testimonial-item {
		width: 70%
	}
}
@media (min-width: 1440px) {
	.testimonial-slider .testimonial-item {
		width: 1058px
	}
}
.testimonial-slider .testimonial-item.swiper-slide-active {
	opacity: 1
}
.testimonial-slider.-disabled .swiper-pagination, .testimonial-slider.-disabled .slide-arrow {
	display: none
}
.testimonial-slider .slide-arrow {
	width: 15px;
	height: 15px;
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 10;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	transition: .3s ease
}
@media (min-width: 768px) {
	.testimonial-slider .slide-arrow {
		display: block
	}
}
.testimonial-slider .slide-arrow-prev {
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) translateX(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) translateX(-50%) rotate(180deg);
	transform: translateY(-50%) translateX(-50%) rotate(180deg);
	left: 20px
}
@media (min-width: 1025px) {
	.testimonial-slider .slide-arrow-prev {
		left: -moz-calc(50% - (80% / 1.90));
		left: calc(50% - (80% / 1.90))
	}
}
.testimonial-slider .slide-arrow-next {
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	right: 20px
}
@media (min-width: 1025px) {
	.testimonial-slider .slide-arrow-next {
		right: -moz-calc(50% - (86% / 2));
		right: calc(50% - (86% / 2))
	}
}
.testimonial-slider .swiper-pagination {
	bottom: 0
}
.testimonial-slider .swiper-pagination .swiper-pagination-bullet {
	background-color: #fff;
	-webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
	opacity: 1;
	margin: 0 10px;
	width: 10px;
	height: 10px
}
.testimonial-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #ca005d;
	-webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08)
}
@media (min-width: 1440px) {
	.testimonial-slider {
		width: 1000px
	}
}
.start-contact-form .hs-form-field {
	margin-bottom: 50px
}
.start-contact-form .input {
	margin: 0 auto;
	width: 80%;
	padding: 0px
}
@media (min-width: 460px) {
	.start-contact-form .input {
		width: 60%
	}
}
.start-contact-form .hs-button {
	font-size: 13px !important;
	font-weight: 400 !important;
	float: none !important;
	margin: 0 auto
}
.start-contact-form .hs-form-required {
	display: none
}
.start-contact-form .hs-error-msgs label {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.start-contact-form .hs-form-booleancheckbox-display {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.button-group>.button, .button-group>.hs-button, .theme.-dark .button-group>.hs-button, .bg.-pattern .button-group>.hs-button, .button-group>.bg.-dark-purple {
	margin: 10px 0;
	margin-right: 10px
}
@media (min-width: 768px) {
	.button-group>.button, .button-group>.hs-button, .theme.-dark .button-group>.hs-button, .bg.-pattern .button-group>.hs-button, .button-group>.bg.-dark-purple {
		margin-right: 0
	}
}
.button-group.-right-align {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.button-group.-inline {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media (min-width: 768px) {
	.button-group.-inline {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.button-group.-inline>.button, .button-group.-inline>.hs-button, .theme.-dark .button-group.-inline>.hs-button, .bg.-pattern .button-group.-inline>.hs-button, .button-group.-inline>.bg.-dark-purple {
	margin-right: 10px
}
.hs-form .hs-button {
	border: none;
	background-image: none
}
.hs-form .hs-button, .button, .hs-button, .theme.-dark .hs-button, .bg.-pattern .hs-button, .bg.-dark-purple {
	min-width: 158px;
	font-size: .875rem;
	letter-spacing: 1px;
	border-radius: 3px;
	height: 40px;
	padding: 15px 24px 13px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin-bottom: 10px;
	text-align: center;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	vertical-align: baseline;
	-webkit-box-sizing: border-box !important !important;
	-moz-box-sizing: border-box !important !important;
	box-sizing: border-box !important !important
}
.hs-form .hs-button.cta_button, .button.cta_button, .cta_button.hs-button, .theme.-dark .cta_button.hs-button, .bg.-pattern .cta_button.hs-button, .cta_button.bg.-dark-purple {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important
}
.hs-form .hs-button.-light-gray, .button.-light-gray, .-light-gray.hs-button, .theme.-dark .-light-gray.hs-button, .bg.-pattern .-light-gray.hs-button, .-light-gray.bg.-dark-purple {
	color: #2f4d72;
	background-color: #ededf3
}
@media (min-width: 768px) {
	.hs-form .hs-button.-light-gray:hover, .button.-light-gray:hover, .-light-gray.hs-button:hover, .-light-gray.bg.-dark-purple:hover {
		background: #DBDBE7
	}
}
.hs-form .hs-button.-filter, .button.-filter, .-filter.hs-button, .theme.-dark .-filter.hs-button, .bg.-pattern .-filter.hs-button, .-filter.bg.-dark-purple {
	border-radius: 20px;
	border: 1px solid #ededf3;
	padding: 20px;
	color: #4c4c86
}
.hs-form .hs-button.-filter.-active, .hs-form .hs-button.-filter:hover, .button.-filter.-active, .-filter.-active.hs-button, .-filter.-active.bg.-dark-purple, .button.-filter:hover, .-filter.hs-button:hover, .-filter.bg.-dark-purple:hover {
	background-color: #4c4c86;
	color: #fff
}
.hs-form .hs-button.-brand, .button.-brand, .-brand.hs-button, .theme.-dark .-brand.hs-button, .bg.-pattern .-brand.hs-button, .-brand.bg.-dark-purple {
	background-color: #ca005d;
	color: #fff
}
@media (min-width: 768px) {
	.hs-form .hs-button.-brand:hover, .button.-brand:hover, .-brand.hs-button:hover, .-brand.bg.-dark-purple:hover {
		background: #ba0156
	}
}
.hs-form .hs-button.-purple, .button.-purple, .-purple.hs-button, .theme.-dark .-purple.hs-button, .bg.-pattern .-purple.hs-button, .-purple.bg.-dark-purple {
	background-color: #4c4c86;
	color: #fff
}
@media (min-width: 768px) {
	.hs-form .hs-button.-purple:hover, .button.-purple:hover, .-purple.hs-button:hover, .-purple.bg.-dark-purple:hover {
		background: #70709e
	}
}
.hs-form .hs-button.-brand-white, .hs-form .hs-button .theme.-dark .hs-button, .button.-brand-white, .-brand-white.hs-button, .theme.-dark .-brand-white.hs-button, .bg.-pattern .-brand-white.hs-button, .-brand-white.bg.-dark-purple, .button .theme.-dark .hs-button, .hs-button .theme.-dark .hs-button, .bg.-dark-purple .theme.-dark .hs-button {
	background-color: #fff;
	color: #ca005d;
}
.-brand-zedcom {
	background-color: #7CC78C;
	color: #ffffff;
}
.hs-form .hs-button.-shadow, .button.-shadow, .-shadow.hs-button, .theme.-dark .-shadow.hs-button, .bg.-pattern .-shadow.hs-button, .-shadow.bg.-dark-purple {
	-webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
	-webkit-transition: all .14s ease;
	-moz-transition: all .14s ease;
	transition: all .14s ease
}
.hs-form .hs-button.-shadow:hover, .button.-shadow:hover, .-shadow.hs-button:hover, .-shadow.bg.-dark-purple:hover {
	-webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
	box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px)
}
.hs-form .hs-button.-see-more, .button.-see-more, .-see-more.hs-button, .theme.-dark .-see-more.hs-button, .bg.-pattern .-see-more.hs-button, .-see-more.bg.-dark-purple {
	color: #2f4d72;
	padding: 0;
	background-color: transparent;
	height: auto;
	margin-bottom: 0;
	cursor: pointer;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.hs-form .hs-button.-see-more:after, .button.-see-more:after, .-see-more.hs-button:after, .theme.-dark .-see-more.hs-button:after, .bg.-pattern .-see-more.hs-button:after, .-see-more.bg.-dark-purple:after {
	content: url(//2636281.fs1.hubspotusercontent-na1.net/hubfs/2636281/Exsitec%202018/images/icons/cta-arrow.svg);
	display: block;
	width: 11px;
	margin-left: 5px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out
}
.hs-form .hs-button.-see-more:hover:after, .button.-see-more:hover:after, .-see-more.hs-button:hover:after, .-see-more.bg.-dark-purple:hover:after {
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px)
}
@supports (-ms-accelerator: true) {
	.hs-form .hs-button, .button, .hs-button, .theme.-dark .hs-button, .bg.-pattern .hs-button, .bg.-dark-purple {
		padding-bottom: 9px !important
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.hs-form .hs-button, .button, .hs-button, .theme.-dark .hs-button, .bg.-pattern .hs-button, .bg.-dark-purple {
		padding-bottom: 9px !important
	}
}
.hs-button {
	background-color: #ca005d;
	color: #fff
}
@media (min-width: 768px) {
	.hs-button:hover {
		background: #ba0156
	}
}
.theme.-dark .hs-button, .bg.-pattern .hs-button, .bg.-dark-purple {
	background-color: #fff;
	color: #ca005d;
}
@media (min-width: 768px) {
	.theme.-dark .hs-button:hover, .bg.-pattern .hs-button:hover, .bg.-dark-purple:hover {
		background: #ededf3
	}
}
.avatar {
	display: block
}
.avatar>.image {
	width: 70px;
	height: 70px;
	-webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
	border-radius: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	min-width: 70px
}
.avatar.-text {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #2f4d72;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}
.avatar.-text>.text {
	margin-left: -moz-calc(16 * 1px);
	margin-left: calc(16 * 1px);
	font-weight: 600
}
.avatar.-medium>.image {
	width: 60px;
	height: 60px;
	min-width: 60px
}
.avatar.-tiny>.image {
	width: 22px;
	height: 22px;
	min-width: 22px
}
.avatar.-tiny>.text {
	font-size: 12px;
	margin-left: -moz-calc(16 * .5px);
	margin-left: calc(16 * .5px)
}
.avatar.-small>.image {
	width: 32px;
	height: 32px;
	min-width: 32px
}
.avatar.-small>.text {
	font-size: 14px
}
@media (min-width: 768px) {
	.avatar {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex
	}
}
.theme.-dark .avatar {
	color: #fff
}
.hamburger-icon {
	cursor: pointer;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	transition: .2s ease;
	width: 26px;
	height: 26px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 15px;
	line-height: 0;
	color: #fff
}
.hamburger-icon.-open .lines-wrapper span:nth-child(1) {
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.hamburger-icon.-open .lines-wrapper span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
	top: -moz-calc(38px / 4) !important;
	top: calc(38px / 4) !important
}
@media (min-width: 768px) {
	.hamburger-icon.-open .lines-wrapper span:nth-child(3) {
		top: -moz-calc(42px / 4) !important;
		top: calc(42px / 4) !important
	}
}
.hamburger-icon.-open span:nth-child(2) {
	opacity: 0
}
.hamburger-icon .lines-wrapper {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: none
}
.hamburger-icon .lines-wrapper span {
	pointer-events: none;
	position: relative;
	width: 26px;
	height: 1px;
	background-color: #000;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.hamburger-icon .lines-wrapper span:nth-child(1) {
	top: -moz-calc(-26px/ 4);
	top: calc(-26px/ 4)
}
.hamburger-icon .lines-wrapper span:nth-child(2) {
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}
.hamburger-icon .lines-wrapper span:nth-child(3) {
	top: -moz-calc(26px / 4);
	top: calc(26px / 4)
}
@media (min-width: 768px) {
	.hamburger-icon .lines-wrapper span {
		position: relative;
		width: 30px;
		height: 1px;
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		transition: .3s ease-in-out
	}
	.hamburger-icon .lines-wrapper span:nth-child(1) {
		top: -moz-calc(-30px/ 4);
		top: calc(-30px/ 4)
	}
	.hamburger-icon .lines-wrapper span:nth-child(2) {
		-webkit-transition: .2s ease-in-out;
		-moz-transition: .2s ease-in-out;
		transition: .2s ease-in-out
	}
	.hamburger-icon .lines-wrapper span:nth-child(3) {
		top: -moz-calc(30px / 4);
		top: calc(30px / 4)
	}
}
.hamburger-icon:hover .lines-wrapper span:nth-child(1) {
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px)
}
.hamburger-icon:hover .lines-wrapper span:nth-child(3) {
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px)
}
@media (min-width: 768px) {
	.hamburger-icon {
		margin-left: 30px;
		width: 30px;
		height: 30px
	}
}
.base-menu {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}
.base-menu>.hs_cos_wrapper {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.base-menu>.hs_cos_wrapper .hs-menu-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.base-menu>.hs_cos_wrapper ul {
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0;
	margin-bottom: 0
}
.base-menu>.hs_cos_wrapper ul>li {
	margin-bottom: 0;
	margin: 0 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	display: flex;
	align-items: center
}
.base-menu>.hs_cos_wrapper ul>li a {
	font-size: 14px;
	position: relative
}
@supports (-ms-accelerator: true) {
	.base-menu>.hs_cos_wrapper ul>li a {
		height: 16px
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.base-menu>.hs_cos_wrapper ul>li a {
		height: 16px
	}
}
.base-menu>.hs_cos_wrapper ul>li a:after {
	content: '';
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	transition: .4s ease;
	width: 0;
	height: 1px;
	background-color: #646363;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block
}
.base-menu>.hs_cos_wrapper ul>li.active a:after, .base-menu>.hs_cos_wrapper ul>li.active-branch a:after {
	width: 50%
}
.base-menu>.hs_cos_wrapper ul>li:hover a, .base-menu>.hs_cos_wrapper ul>li.active a, .base-menu>.hs_cos_wrapper ul>li.active-branch a {
	color: #4c4c86
}
.base-menu>.hs_cos_wrapper ul>li.hs-item-has-children {
	cursor: pointer;
	position: relative
}
.base-menu>.hs_cos_wrapper ul>li.hs-item-has-children a {
	pointer-events: none
}
.base-menu>.hs_cos_wrapper ul>li.hs-item-has-children.active:after {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}
.base-menu>.hs_cos_wrapper ul>li.hs-item-has-children.active a:after {
	display: none
}
.base-menu>.hs_cos_wrapper ul>li.hs-item-has-children:after {
	content: '';
	display: block;
	width: 11px;
	min-width: 11px;
	min-height: 8px;
	height: 8px;
	margin-top: 0px;
	margin-left: 10px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	transition: .3s ease;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("//2636281.fs1.hubspotusercontent-na1.net/hubfs/2636281/Exsitec%202018/images/icons/navigation-arrow.svg")
}
.base-menu>.hs_cos_wrapper ul.hs-menu-children-wrapper {
	display: none
}
.drop-down {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	left: 50%;
	max-width: 1670px;
	height: 800px;
	background-color: #fff;
	-webkit-transform: translateY(-100%) translateX(-50%);
	-moz-transform: translateY(-100%) translateX(-50%);
	-ms-transform: translateY(-100%) translateX(-50%);
	transform: translateY(-100%) translateX(-50%);
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease;
	-webkit-box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
	box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
	-webkit-transition-delay: unset;
	-moz-transition-delay: unset;
	transition-delay: unset
}
.drop-down.-open {
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transform: translateY(40px) translateX(-50%);
	-moz-transform: translateY(40px) translateX(-50%);
	-ms-transform: translateY(40px) translateX(-50%);
	transform: translateY(40px) translateX(-50%)
}
.drop-down .menu-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%
}
.drop-down .menu-wrapper h3 {
	color: #2f4d72
}
.drop-down .menu-wrapper>.menu-col {
	width: 25%;
	border-left: 1px solid #ededf3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.drop-down .menu-wrapper>.menu-col.-large {
	width: 30%;
	max-width: 300px
}
@media (min-width: 1025px) {
	.drop-down .menu-wrapper>.menu-col.-large {
		width: 40%;
		max-width: 540px;
		min-width: 540px
	}
}
.drop-down .menu-wrapper>.menu-col .menu-list {
	padding: -moz-calc(16 * 2px);
	padding: calc(16 * 2px);
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.drop-down .menu-wrapper>.menu-col .menu-list>h3 {
	width: 100%
}
.drop-down .menu-wrapper>.menu-col .menu-list>ul {
	list-style: none;
	width: 100%;
	margin-left: 0;
	height: 100%;
	margin-bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-flow: wrap column;
	flex-flow: wrap column
}
.drop-down .menu-wrapper>.menu-col .menu-list>ul>li {
	margin-bottom: 10px;
	margin-right: -moz-calc(16 * 3px);
	margin-right: calc(16 * 3px)
}
.drop-down .menu-wrapper>.menu-col .menu-list>ul>li a {
	font-size: 14px;
	position: relative
}
.drop-down .menu-wrapper>.menu-col .menu-list>ul>li a:after {
	content: '';
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	transition: .4s ease;
	width: 0;
	height: 1px;
	background-color: #4c4c86;
	position: absolute;
	bottom: -2px;
	left: 0;
	display: block
}
.drop-down .menu-wrapper>.menu-col .menu-list>ul>li.active a:after {
	width: 25px
}
.drop-down .menu-wrapper>.menu-col .menu-list>ul>li:hover a, .drop-down .menu-wrapper>.menu-col .menu-list>ul>li.active a {
	color: #4c4c86
}
@media (min-width: 1280px) {
	.drop-down .menu-wrapper>.menu-col .menu-list>ul {
		max-height: 360px
	}
}
@media (min-width: 1025px) {
	.drop-down {
		display: block
	}
}
@media (min-width: 1280px) {
	.drop-down {
		height: 460px
	}
}
.menu-offers {
	border-bottom: 0;
	border-radius: 4px;
	-webkit-box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
	box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
	background-color: #fafafa
}
.menu-offers .offer-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start !important;
	-webkit-justify-content: flex-start !important;
	-moz-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	padding: -moz-calc(16 * 1.3px) -moz-calc(16 * 1px);
	padding: calc(16 * 1.3px) calc(16 * 1px);
	height: 100%;
	cursor: pointer;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	transition: .4s ease;
	border-bottom: 1px solid #ededf3;
	text-transform: none !important
}
.menu-offers .offer-item:first-child {
	padding-top: 29px
}
.menu-offers .offer-item:last-child {
	border-bottom: 0
}
@media (min-width: 1025px) {
	.menu-offers .offer-item:last-child {
		border-bottom: 1px solid #ededf3
	}
}
@media (min-width: 1280px) {
	.menu-offers .offer-item:last-child {
		border-bottom: 0
	}
}
@media (min-width: 1025px) {
	.menu-offers .offer-item:hover {
		background-color: rgba(237, 237, 243, 0.4)
	}
}
.menu-offers .offer-item>.content {
	margin-left: -moz-calc(16 * 1px);
	margin-left: calc(16 * 1px)
}
.menu-offers .offer-item>.content h3 {
	margin-top: 0;
	margin-bottom: 10px
}
@media (min-width: 1025px) {
	.menu-offers .offer-item>.content h3 {
		margin-top: 10px
	}
}
.menu-offers .offer-item>.content p {
	font-size: 14px
}
@media (min-width: 1025px) {
	.menu-offers .offer-item>.content {
		margin-left: -moz-calc(16 * 2.5px);
		margin-left: calc(16 * 2.5px)
	}
}
.menu-offers .offer-item>.icon {
	min-width: 40px;
	min-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	-webkit-box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
	box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07)
}
@media (min-width: 1025px) {
	.menu-offers .offer-item>.icon {
		min-width: 60px;
		min-height: 60px;
		width: 60px;
		height: 60px
	}
}
@media (min-width: 1025px) {
	.menu-offers .offer-item {
		padding: -moz-calc(16 * 1.3px) -moz-calc(16 * 2px);
		padding: calc(16 * 1.3px) calc(16 * 2px);
		max-height: 153.33333px;
		background-color: #fafafa
	}
}
@media (min-width: 1280px) {
	.menu-offers .offer-item {
		max-height: auto
	}
}
@media (min-width: 1025px) {
	.menu-offers {
		-webkit-box-shadow: none;
		box-shadow: none;
		background-color: transparent
	}
}
.mobile-menu {
	height: 100%;
	width: -moz-calc(100% + 15px);
	width: calc(100% + 15px);
	position: fixed;
	top: 0;
	padding: -moz-calc(16 * 2px);
	padding: calc(16 * 2px);
	padding-top: -moz-calc(16 * 5px);
	padding-top: calc(16 * 5px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	right: -moz-calc(-100% - 15px);
	right: calc(-100% - 15px);
	z-index: 2000;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	transition: .4s ease;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-image: url("//2636281.fs1.hubspotusercontent-na1.net/hubfs/2636281/Exsitec%202018/images/patterns/ruby.png");
	display: flex
}
.mobile-menu>.close-icon {
	position: absolute;
	top: -moz-calc(16 * 2px);
	top: calc(16 * 2px);
	right: -moz-calc(16 * 2px);
	right: calc(16 * 2px);
	cursor: pointer
}
.mobile-menu>.close-icon>svg {
	pointer-events: none
}
.mobile-menu.-open {
	-webkit-transform: translateX(calc(-100% + 15px));
	-moz-transform: translateX(-moz-calc(-100% + 15px));
	-ms-transform: translateX(calc(-100% + 15px));
	transform: translateX(calc(-100% + 15px))
}
.mobile-menu .hs_cos_wrapper {
	margin-bottom: 50px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.mobile-menu .hs_cos_wrapper ul {
	margin-left: 0;
	margin-bottom: 0
}
.mobile-menu .hs_cos_wrapper ul>li {
	list-style: none;
	margin-bottom: -moz-calc(16 * 2px);
	margin-bottom: calc(16 * 2px)
}
.mobile-menu .hs_cos_wrapper ul>li a {
	text-decoration: none;
	text-transform: none
}
.mobile-menu .hs_cos_wrapper ul>li .hs-menu-children-wrapper {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .5s ease-in-out;
	-moz-transition: max-height .5s ease-in-out;
	transition: max-height .5s ease-in-out;
	-webkit-transition-delay: -160ms;
	-moz-transition-delay: -160ms;
	transition-delay: -160ms
}
.mobile-menu .hs_cos_wrapper ul>li .hs-menu-children-wrapper .menu-col {
	margin-top: 20px
}
.mobile-menu .hs_cos_wrapper ul>li.-open .hs-menu-children-wrapper {
	max-height: 1000px;
	-webkit-transition: max-height .5s ease-in-out;
	-moz-transition: max-height .5s ease-in-out;
	transition: max-height .5s ease-in-out;
	-webkit-transition-delay: unset;
	-moz-transition-delay: unset;
	transition-delay: unset
}
.mobile-menu .hs_cos_wrapper ul>li.hs-item-has-children>a {
	pointer-events: none
}
.mobile-menu .hs_cos_wrapper ul>li.hs-item-has-children a:after {
	content: '';
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	display: block;
	width: 17px;
	height: 17px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	transition: .3s ease;
	background-image: url("//2636281.fs1.hubspotusercontent-na1.net/hubfs/2636281/Exsitec%202018/images/icons/navigation-arrow-white.svg")
}
.mobile-menu .hs_cos_wrapper ul>li.-open.hs-item-has-children a:after {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}
.mobile-menu .hs_cos_wrapper ul>li a {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.mobile-menu .hs_cos_wrapper ul>li.hs-item-has-children>ul .hs-menu-item {
	display: none
}
@media (min-width: 1025px) {
	.mobile-menu {
		display: none
	}
}
.author-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}
.author-box.-top {
	padding-top: -moz-calc(16 * 2px);
	padding-top: calc(16 * 2px);
	padding-bottom: -moz-calc(16 * 2px);
	padding-bottom: calc(16 * 2px)
}
@media (min-width: 768px) {
	.author-box.-top {
		padding-top: -moz-calc(16 * 3px);
		padding-top: calc(16 * 3px)
	}
}
.author-box>.avatar {
	margin-top: -15px
}
.author-box>.author-info {
	margin-left: -moz-calc(16 * 1px);
	margin-left: calc(16 * 1px)
}
.author-box>.author-info>.head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: -moz-calc(16 * .5px);
	margin-bottom: calc(16 * .5px)
}
.author-box>.author-info>.head>* {
	width: 100%;
	padding: -moz-calc(16 * .5px) 0;
	padding: calc(16 * .5px) 0;
	margin: 0
}
.author-box>.author-info>.head>*:first-child {
	padding-top: 0
}
@media (min-width: 768px) {
	.author-box>.author-info>.head>* {
		width: auto;
		padding: 0
	}
}
.author-box>.author-info>.head>.title {
	color: #646363;
	border-top: 1px solid #ededf3
}
@media (min-width: 768px) {
	.author-box>.author-info>.head>.title {
		border-left: 1px solid #ededf3;
		border-top: 0;
		padding: 0 -moz-calc(16 * .5px);
		padding: 0 calc(16 * .5px);
		margin: 0 -moz-calc(16 * 1px);
		margin: 0 calc(16 * 1px)
	}
}
.author-box>.author-info>.head>.social-icons {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 10px 0
}
@media (min-width: 768px) {
	.author-box>.author-info>.head>.social-icons {
		margin: 0
	}
}
@media (min-width: 768px) {
	.author-box>.author-info>.head .link {
		margin-left: -moz-calc(16 * 1.5px);
		margin-left: calc(16 * 1.5px)
	}
}
@media (min-width: 768px) {
	.author-box>.author-info .author-info {
		margin-left: -moz-calc(16 * 2px);
		margin-left: calc(16 * 2px)
	}

}

.module-fold.module-fold--mirror {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); 
}

.module-fold.module-fold--reverse {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1); 
  top: -1px;
  bottom: auto;
}

@media (min-width: 768px) {
	.module-fold {
		height: 80px
	}
}
.module-fold.-large {
	height: 105px
}
.module-fold.-top {
	top: 0;
	bottom: auto;
	-webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
	clip-path: polygon(0% 0%, 0% 100%, 100% 0%)
}
.module-fold+.row {
	margin-top: 60px
}
.social-icons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.social-icons>.label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .875rem;
	margin: 0 -moz-calc(16 * 1px) 0 0;
	margin: 0 calc(16 * 1px) 0 0
}
.social-icons>.icon {
	width: 40px;
	height: 40px
}
.social-icons>.icon circle {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out
}
.social-icons>.icon:hover circle {
	fill: rgba(158, 158, 158, 0.3)
}
.social-icons>.icon+.icon {
	margin-left: -moz-calc(16 * .5px);
	margin-left: calc(16 * .5px)
}
.social-icons.-spacious>.icon+.icon {
	margin-left: -moz-calc(16 * 1px);
	margin-left: calc(16 * 1px)
}
.social-icons.-transparent .icon svg circle {
	fill: transparent;
	stroke: #2f4d72
}
.social-icons.-flowing {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
@media (min-width: 1025px) {
	.social-icons.-flowing {
		position: fixed;
		top: 30%;
		left: -moz-calc(50% - (1058px / 2));
		left: calc(50% - (1058px / 2));
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.social-icons.-flowing>.icon+.icon {
		margin-left: 0;
		margin-top: -moz-calc(16 * 1px);
		margin-top: calc(16 * 1px)
	}
	.social-icons.-flowing>.label {
		text-align: center;
		margin: 0 0 -moz-calc(16 * 1px) 0;
		margin: 0 0 calc(16 * 1px) 0
	}
}
.tag-group {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: -moz-calc(16 * 1px) 0;
	padding: calc(16 * 1px) 0;
	border-top: 1px solid #ededf3;
	width: 100%
}
.tag-group.-brand .tag-item {
	background-color: #ca005d;
	color: #fff
}
.tag-group.-brand .tag-item:hover {
	background-color: #ba0156
}
.tag-item {
	padding: 5px 12px;
	margin: 5px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	background-color: #ededf3;
	color: #ca005d;
	cursor: pointer;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	transition: .3s ease
}
.article-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	border-radius: 3px;
	min-height: 380px;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	-webkit-box-shadow: 0 2px 8px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
	box-shadow: 0 2px 8px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
	-webkit-transition: .15s ease-in-out;
	-moz-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
	-webkit-transition-property: color, background-color, -webkit-box-shadow, -webkit-transform;
	transition-property: color, background-color, -webkit-box-shadow, -webkit-transform;
	-moz-transition-property: color, background-color, box-shadow, transform, -moz-transform;
	transition-property: color, background-color, box-shadow, transform;
	transition-property: color, background-color, box-shadow, transform, -webkit-box-shadow, -webkit-transform, -moz-transform
}
@media (min-width: 768px) {
	.article-card:hover {
		-webkit-box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
		box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
		-webkit-transform: translateY(-2px);
		-moz-transform: translateY(-2px);
		-ms-transform: translateY(-2px);
		transform: translateY(-2px)
	}
}
.article-card:not(.-small):after {
	position: absolute;
	content: '';
	width: 100%;
	height: 50%;
	bottom: 0;
	opacity: .5;
	left: 0;
	border-radius: 3px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#000));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000 100%)
}
.article-card:not(.-small)>.article-footer, .article-card:not(.-small) .article-content {
	z-index: 10;
}
.article-card>.article-image {
	height: 100%;
	width: 100%;
	position: absolute;
	border-radius: 3px;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 2px 8px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
	box-shadow: 0 2px 8px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
	-webkit-transition: .15s ease-in-out;
	-moz-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
	-webkit-transition-property: color, background-color, -webkit-box-shadow, -webkit-transform;
	transition-property: color, background-color, -webkit-box-shadow, -webkit-transform;
	-moz-transition-property: color, background-color, box-shadow, transform, -moz-transform;
	transition-property: color, background-color, box-shadow, transform;
	transition-property: color, background-color, box-shadow, transform, -webkit-box-shadow, -webkit-transform, -moz-transform
}
@media (min-width: 768px) {
	.article-card>.article-image:hover {
		-webkit-box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
		box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
		-webkit-transform: translateY(-2px);
		-moz-transform: translateY(-2px);
		-ms-transform: translateY(-2px);
		transform: translateY(-2px)
	}
}
.article-card .tag-item {
	margin: 0;
	display: inline-block;
	padding: 0 10px
}
.article-card>.article-content {
	padding: -moz-calc(16 * 1px);
	padding: calc(16 * 1px);
	padding-right: 40px;
	max-width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.article-card>.article-content>.content {
	background-color: #f8f8f8;
	padding: -moz-calc(16 * 1px);
	padding: calc(16 * 1px);
	padding-bottom: -moz-calc(16 * 1.5px);
	padding-bottom: calc(16 * 1.5px)
}
.article-card>.article-content>.content p {
	color: #9e9e9e;
	margin-bottom: 0;
	font-size: 1rem
}
@media (min-width: 768px) {
	.article-card>.article-content {
		max-width: 440px
	}
}
.article-card>.article-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #fff;
	padding: -moz-calc(16 * .7px) -moz-calc(16 * 1px);
	padding: calc(16 * .7px) calc(16 * 1px)
}
.article-card>.article-footer .avatar {
	max-width: 70%
}
.article-card>.article-footer .avatar .text {
	line-height: 120%
}
.article-card .read-time {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 0;
	font-size: 14px;
	text-align: right
}
.article-card .read-time>span {
	line-height: 140%
}
.article-card.-large>.article-footer {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (min-width: 768px) {
	.article-card.-large .read-time {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 0
	}
	.article-card.-large .read-time>span:first-child {
		margin-right: 5px
	}
	.article-card.-large .read-time>span:first-child:after {
		content: '•';
		margin-left: 5px
	}
}
.article-card.-small {
	padding: 0;
    background:#f8f8f8;
}
.article-card.-small>.tag-item {
	position: absolute;
	top: 10px;
	left: 10px
}
.article-card.-small>.image {
	height: 150px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
    overflow: hidden;
}
.article-card.-small>.image img, .bg.-image img {
 object-fit: cover; /* Hanna justering 2020-10-25*/
  width: 100%;
  height: 100%;
}

.article-card.-small>.article-content, .article-card.-small .article-footer {
	padding: 10px
}
.article-card.-small>.article-content>.content {
	padding: 0
}
.article-card.-small>.article-content>.content>p {
	font-size: 14px
}
.article-card.-small .read-time {
	font-size: 12px;
	color: #8294aa;
	margin-bottom: 2px
}
.employee-card {
	height: 100%;
	width: 100%;
	padding: -moz-calc(16 * 1px);
	padding: calc(16 * 1px);
	border: 1px solid #ededf3;
	background: #fff;
	text-align: center;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1)
}
.employee-card>.image {
	width: 60%;
	max-width: 250px;
	margin: 0 auto -moz-calc(16 * 2px) auto;
	margin: 0 auto calc(16 * 2px) auto;
	display: block
}
.employee-card>.image>img {
	width: 100%;
	border-radius: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.employee-card>.name {
	margin-bottom: -moz-calc(16 * .5px);
	margin-bottom: calc(16 * .5px)
}
.employee-card>.title {
	font-size: 12px;
	font-weight: 400;
	color: #9e9e9e;
	margin-bottom: -moz-calc(16 * 1px);
	margin-bottom: calc(16 * 1px)
}
.employee-card>.icon-paragraph {
	margin-bottom: -moz-calc(16 * .5px);
	margin-bottom: calc(16 * .5px);
	width: 100%
}
.employee-card>.icon-paragraph.-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.employee-card>.icon-paragraph a, .employee-card>.icon-paragraph p {
	font-size: 12px
}
.link-group.-right-align {
	float: right
}
.link {
	color: #4c4c86 !important;
	padding: 0;
	background-color: transparent;
	height: auto;
	margin-bottom: 0;
	cursor: pointer;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-transform: uppercase;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 600;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.link:hover {
	color: #70709e
}

.-center .link {
 justify-content: center; 
}

.link.-secondary {
 color: #ca005d !important;
    font-weight: 700;
    text-transform: none; 
}

.link.-dark {
 color: #3D3C3C !important; 
}

.link.-see-more.-link-bigger {
  font-size: 17px;
}

.link.-see-more.-link-bigger::after {
 top: -2px;
  position: relative;
}

.link.-see-more:after {
	content: url(//2636281.fs1.hubspotusercontent-na1.net/hubfs/2636281/Exsitec%202018/images/icons/cta-arrow.svg);
	display: block;
	width: 11px;
	margin-left: 5px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out
}
.link.-see-more.-dark:after {
  content: url(https://www.exsitec.se/hubfs/avidly/assets/icons/arrow--purple.svg);
}

.link.-see-more:hover:after {
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px)
}
.link.-back:before {
	content: url(//2636281.fs1.hubspotusercontent-na1.net/hubfs/2636281/Exsitec%202018/images/icons/arrow-back.svg);
	display: block;
	width: 11px;
	margin-right: 5px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out
}
.link.-back:hover:before {
	-webkit-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px)
}
.link.-disabled {
	opacity: 0;
	pointer-events: none
}
.link.-maps {
	text-transform: none
}
.link.-maps:before {
	content: url(//2636281.fs1.hubspotusercontent-na1.net/hubfs/2636281/Exsitec%202018/images/icons/marker.svg);
	display: block;
	margin-right: 7px;
	height: 19px
}
.link.-calendar {
	text-transform: none
}
.link.-calendar:before {
	content: url(//2636281.fs1.hubspotusercontent-na1.net/hubfs/2636281/Exsitec%202018/images/icons/calendar.svg);
	display: block;
	margin-right: 7px;
	height: 19px
}
.link.-down:after {
	content: url(//2636281.fs1.hubspotusercontent-na1.net/hubfs/2636281/Exsitec%202018/images/icons/down-gray.svg);
	display: block;
	margin-left: 10px;
	height: 19px
}
.link.-download:before {
	content: url(//2636281.fs1.hubspotusercontent-na1.net/hubfs/2636281/Exsitec%202018/images/icons/download.svg);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 15px;
	width: 15px;
	padding-right: 5px
}
.bg.-pattern, .bg.-dark-purple, .theme.-dark {
	color: #fff !important
}
.testimonial-item {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out
}
.testimonial-item.swiper-slide-active {
	opacity: 1
}
.testimonial-item .testimonial-content {
	padding: 20px;
	position: relative;
	text-align: center
}
.testimonial-item .testimonial-content>.icon {
	width: 60px;
	height: 40px;
	margin-bottom: 20px;
	position: relative
}
@media (min-width: 1025px) {
	.testimonial-item .testimonial-content>.icon {
		left: -20px
	}
}
@media (min-width: 1440px) {
	.testimonial-item .testimonial-content>.icon {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}
.testimonial-item .testimonial-content>.author {
	margin-bottom: -moz-calc(16 * 2px);
	margin-bottom: calc(16 * 2px)
}
.testimonial-item .testimonial-content>.author>span {
	margin-right: 5px
}
.testimonial-item .testimonial-content>.author>span:first-child:after {
	content: '|';
	font-weight: 400;
	margin-left: 10px
}
@media (min-width: 768px) {
	.testimonial-item .testimonial-content {
		padding: 60px
	}
}
@media (min-width: 1025px) {
	.testimonial-item .testimonial-content {
		text-align: left;
		padding-top: 100px;
		padding: 20px
	}
}
.bubble-group {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 40px 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.bubble-item>.bubble {
	width: 90px;
	height: 90px;
	border-radius: 100%;
	-webkit-box-shadow: 0 2px 12px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 12px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -moz-calc(16 * 1px) -moz-calc(16 * 1px) 0;
	margin: 0 calc(16 * 1px) calc(16 * 1px) 0;
	background-color: #fff;
	padding: 5px
}
.bubble-item.-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: -moz-calc(16 * 2px) 0;
	padding: calc(16 * 2px) 0
}
.bubble-item.-text>.bubble {
	width: 60px;
	height: 60px;
	padding: 10px
}
.bubble-item.-text>.text {
	margin-left: -moz-calc(16 * 1px);
	margin-left: calc(16 * 1px);
	text-align: left
}
.bubble-item.-text>.text h5, .bubble-item.-text>.text p {
	margin: 0
}
.bubble-item.-text>.text>p {
	text-transform: uppercase
}
.hs-form .hs-form-field {
	margin-bottom: -moz-calc(16 * 1px);
	margin-bottom: calc(16 * 1px)
}
.hs-form fieldset {
	max-width: none !important
}
.hs-form fieldset.form-columns-1 .hs-input {
	width: 100%
}
@media (min-width: 460px) {
	.hs-form .form-columns-2+.hs-submit {
		margin-right: 8px
	}
}
.hs-form fieldset.form-columns-2 .input {
	margin-right: 0 !important
}
.hs-form fieldset.form-columns-2 .input .hs-input {
	width: 100% !important
}
@media (min-width: 460px) {
	.hs-form fieldset.form-columns-2 .input {
		margin-right: 8px !important
	}
}
.hs-form .hs-input, .hs-form input[type='text'], .hs-form input[type='number'], .hs-form input[type='password'], .hs-form input[type='email'] {
	background-color: rgba(255, 255, 255, 0);
	margin-bottom: 10px;
	border: none;
	padding: 12px;
	width: 100%;
	color: #646363;
	border: 1px solid #646363;
	border-radius: 3px;
	outline: none;
	font-size: 16px;
	cursor: pointer;
	font-family: "Overpass", Helvetica, Verda;
	-moz-appearance: textfield;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	transition: .4s ease
}
.hs-form .hs-input::-webkit-outer-spin-button, .hs-form .hs-input::-webkit-inner-spin-button, .hs-form input[type='text']::-webkit-outer-spin-button, .hs-form input[type='text']::-webkit-inner-spin-button, .hs-form input[type='number']::-webkit-outer-spin-button, .hs-form input[type='number']::-webkit-inner-spin-button, .hs-form input[type='password']::-webkit-outer-spin-button, .hs-form input[type='password']::-webkit-inner-spin-button, .hs-form input[type='email']::-webkit-outer-spin-button, .hs-form input[type='email']::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}
.hs-form .hs-input:focus, .hs-form input[type='text']:focus, .hs-form input[type='number']:focus, .hs-form input[type='password']:focus, .hs-form input[type='email']:focus {
	background-color: #fff;
	color: #3d3c3c !important
}
.hs-form .hs_single_checkbox_property, .hs-form .hs_multiple_checkboxes_property label, .hs-form .hs_radio_select_property label {
	margin: -moz-calc(16 * 1.5px) 0;
	margin: calc(16 * 1.5px) 0
}
.hs-form label {
	color: #3d3c3c;
	font-size: 14px;
	font-family: "Overpass", Helvetica, Verda;
	letter-spacing: 1px;
	margin-bottom: 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}
.hs-form textarea {
	width: 100%;
	outline: none;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #ffffff;
	padding: 10px;
	font-family: "Overpass", Helvetica, Verda;
	min-height: 120px;
	width: 100% !important
}
.hs-form input[type="radio"], .hs-form input[type="checkbox"] {
	visibility: hidden;
	z-index: -111;
	position: fixed
}
.hs-form input[type="radio"]+label, .hs-form input[type="radio"]+span, .hs-form input[type="checkbox"]+label, .hs-form input[type="checkbox"]+span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}
.hs-form input[type="radio"]+label:before, .hs-form input[type="radio"]+span:before, .hs-form input[type="checkbox"]+label:before, .hs-form input[type="checkbox"]+span:before {
	content: '';
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	margin-right: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #ffffff;
	border-radius: 3px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-box-shadow: inset 0 0 0 0px #fff;
	box-shadow: inset 0 0 0 0px #fff;
	background-size: 60%;
  background-color: white;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-top: 1px;
}
.hs-form input[type="radio"]:checked+span:before, .hs-form input[type="radio"]:checked+label:before, .hs-form input[type="checkbox"]:checked+span:before, .hs-form input[type="checkbox"]:checked+label:before {
	background-color: white;
	background-image: url("//2636281.fs1.hubspotusercontent-na1.net/hubfs/2636281/Exsitec%202018/images/icons/check.svg")
}
.hs-form input[type="radio"]+span:before {
	border-radius: 100%;
	background-color: transparent;
	-webkit-box-shadow: inset 0 0 0 0 #4c4c86;
	box-shadow: inset 0 0 0 0 #4c4c86
}
.hs-form input[type="radio"]:checked+span:before, .hs-form input[type="radio"]:checked+label:before {
	background-color: #4c4c86;
	background-image: url();
	-webkit-box-shadow: inset 0 0 0 6px #fff;
	box-shadow: inset 0 0 0 6px #fff
}
.hs-form .inputs-list {
	list-style: none;
	margin: 0
}
.form-columns-1 .hs-input {
	width: 100% !important
}
.hs-error-msgs {
	margin: 0;
	list-style: none;
	margin-top: -10px
}
select.hs-input, select {
	margin: 10px 0;
	margin-top: 0;
	background-color: transparent;
	border: 1px solid #ededf3;
	-webkit-appearance: none;
	padding: 13px;
	width: 100%;
	font-size: 14px;
	color: #646363;
	font-family: "Overpass", Helvetica, Verda;
	background-image: url("//2636281.fs1.hubspotusercontent-na1.net/hubfs/2636281/Exsitec%202018/images/icons/navigation-arrow.svg");
	background-size: 10px;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: right 10px top 18px;
	-moz-appearance: none;
	height: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none
}
select.hs-input::-ms-expand, select::-ms-expand {
	display: none
}
@media (min-width: 768px) {
	select.hs-input, select {
		margin-bottom: 0
	}
}
select.hs-input option, select option {
	color: black;
	background-color: transparent
}
.hs_submit {
	margin-right: 0
}
.hs_submit .hs-button {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	text-shadow: none;
	margin-top: -moz-calc(16 * .5px);
	margin-top: calc(16 * .5px);
	float: right
}
.hs_submit .hs-button:hover {
	border: none !important;
	-webkit-box-shadow: none;
	box-shadow: none
}
.theme.-dark .hs-form-field input[type='text'], .theme.-dark .hs-form-field input[type='number'], .theme.-dark .hs-form-field input[type='password'], .theme.-dark .hs-form-field textarea, .theme.-dark .hs-form-field select, .theme.-dark .hs-form-field .hs-input, .theme.-dark .hs-form-field input[type='email'], .theme.-dark .hs-form input[type='text'], .theme.-dark .hs-form input[type='number'], .theme.-dark .hs-form input[type='password'], .theme.-dark .hs-form textarea, .theme.-dark .hs-form select, .theme.-dark .hs-form .hs-input, .theme.-dark .hs-form input[type='email'], .bg.-pattern .hs-form-field input[type='text'], .bg.-pattern .hs-form-field input[type='number'], .bg.-pattern .hs-form-field input[type='password'], .bg.-pattern .hs-form-field textarea, .bg.-pattern .hs-form-field select, .bg.-pattern .hs-form-field .hs-input, .bg.-pattern .hs-form-field input[type='email'], .bg.-pattern .hs-form input[type='text'], .bg.-pattern .hs-form input[type='number'], .bg.-pattern .hs-form input[type='password'], .bg.-pattern .hs-form textarea, .bg.-pattern .hs-form select, .bg.-pattern .hs-form .hs-input, .bg.-pattern .hs-form input[type='email'], .bg.-purple-dimmed .hs-form-field input[type='text'], .bg.-purple-dimmed .hs-form-field input[type='number'], .bg.-purple-dimmed .hs-form-field input[type='password'], .bg.-purple-dimmed .hs-form-field textarea, .bg.-purple-dimmed .hs-form-field select, .bg.-purple-dimmed .hs-form-field .hs-input, .bg.-purple-dimmed .hs-form-field input[type='email'], .bg.-purple-dimmed .hs-form input[type='text'], .bg.-purple-dimmed .hs-form input[type='number'], .bg.-purple-dimmed .hs-form input[type='password'], .bg.-purple-dimmed .hs-form textarea, .bg.-purple-dimmed .hs-form select, .bg.-purple-dimmed .hs-form .hs-input, .bg.-purple-dimmed .hs-form input[type='email'] {
	color: #fff;
	border: 1px solid #fff
}
.theme.-dark .hs-form-field input[type='text']::-webkit-input-placeholder, .theme.-dark .hs-form-field input[type='number']::-webkit-input-placeholder, .theme.-dark .hs-form-field input[type='password']::-webkit-input-placeholder, .theme.-dark .hs-form-field textarea::-webkit-input-placeholder, .theme.-dark .hs-form-field select::-webkit-input-placeholder, .theme.-dark .hs-form-field .hs-input::-webkit-input-placeholder, .theme.-dark .hs-form-field input[type='email']::-webkit-input-placeholder, .theme.-dark .hs-form input[type='text']::-webkit-input-placeholder, .theme.-dark .hs-form input[type='number']::-webkit-input-placeholder, .theme.-dark .hs-form input[type='password']::-webkit-input-placeholder, .theme.-dark .hs-form textarea::-webkit-input-placeholder, .theme.-dark .hs-form select::-webkit-input-placeholder, .theme.-dark .hs-form .hs-input::-webkit-input-placeholder, .theme.-dark .hs-form input[type='email']::-webkit-input-placeholder, .bg.-pattern .hs-form-field input[type='text']::-webkit-input-placeholder, .bg.-pattern .hs-form-field input[type='number']::-webkit-input-placeholder, .bg.-pattern .hs-form-field input[type='password']::-webkit-input-placeholder, .bg.-pattern .hs-form-field textarea::-webkit-input-placeholder, .bg.-pattern .hs-form-field select::-webkit-input-placeholder, .bg.-pattern .hs-form-field .hs-input::-webkit-input-placeholder, .bg.-pattern .hs-form-field input[type='email']::-webkit-input-placeholder, .bg.-pattern .hs-form input[type='text']::-webkit-input-placeholder, .bg.-pattern .hs-form input[type='number']::-webkit-input-placeholder, .bg.-pattern .hs-form input[type='password']::-webkit-input-placeholder, .bg.-pattern .hs-form textarea::-webkit-input-placeholder, .bg.-pattern .hs-form select::-webkit-input-placeholder, .bg.-pattern .hs-form .hs-input::-webkit-input-placeholder, .bg.-pattern .hs-form input[type='email']::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form-field input[type='text']::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form-field input[type='number']::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form-field input[type='password']::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form-field textarea::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form-field select::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form-field .hs-input::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form-field input[type='email']::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form input[type='text']::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form input[type='number']::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form input[type='password']::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form textarea::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form select::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form .hs-input::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form input[type='email']::-webkit-input-placeholder {
	color: #fff;
	font-size: 16px
}
.theme.-dark .hs-form-field input[type='text']:-moz-placeholder, .theme.-dark .hs-form-field input[type='number']:-moz-placeholder, .theme.-dark .hs-form-field input[type='password']:-moz-placeholder, .theme.-dark .hs-form-field textarea:-moz-placeholder, .theme.-dark .hs-form-field select:-moz-placeholder, .theme.-dark .hs-form-field .hs-input:-moz-placeholder, .theme.-dark .hs-form-field input[type='email']:-moz-placeholder, .theme.-dark .hs-form input[type='text']:-moz-placeholder, .theme.-dark .hs-form input[type='number']:-moz-placeholder, .theme.-dark .hs-form input[type='password']:-moz-placeholder, .theme.-dark .hs-form textarea:-moz-placeholder, .theme.-dark .hs-form select:-moz-placeholder, .theme.-dark .hs-form .hs-input:-moz-placeholder, .theme.-dark .hs-form input[type='email']:-moz-placeholder, .bg.-pattern .hs-form-field input[type='text']:-moz-placeholder, .bg.-pattern .hs-form-field input[type='number']:-moz-placeholder, .bg.-pattern .hs-form-field input[type='password']:-moz-placeholder, .bg.-pattern .hs-form-field textarea:-moz-placeholder, .bg.-pattern .hs-form-field select:-moz-placeholder, .bg.-pattern .hs-form-field .hs-input:-moz-placeholder, .bg.-pattern .hs-form-field input[type='email']:-moz-placeholder, .bg.-pattern .hs-form input[type='text']:-moz-placeholder, .bg.-pattern .hs-form input[type='number']:-moz-placeholder, .bg.-pattern .hs-form input[type='password']:-moz-placeholder, .bg.-pattern .hs-form textarea:-moz-placeholder, .bg.-pattern .hs-form select:-moz-placeholder, .bg.-pattern .hs-form .hs-input:-moz-placeholder, .bg.-pattern .hs-form input[type='email']:-moz-placeholder, .bg.-purple-dimmed .hs-form-field input[type='text']:-moz-placeholder, .bg.-purple-dimmed .hs-form-field input[type='number']:-moz-placeholder, .bg.-purple-dimmed .hs-form-field input[type='password']:-moz-placeholder, .bg.-purple-dimmed .hs-form-field textarea:-moz-placeholder, .bg.-purple-dimmed .hs-form-field select:-moz-placeholder, .bg.-purple-dimmed .hs-form-field .hs-input:-moz-placeholder, .bg.-purple-dimmed .hs-form-field input[type='email']:-moz-placeholder, .bg.-purple-dimmed .hs-form input[type='text']:-moz-placeholder, .bg.-purple-dimmed .hs-form input[type='number']:-moz-placeholder, .bg.-purple-dimmed .hs-form input[type='password']:-moz-placeholder, .bg.-purple-dimmed .hs-form textarea:-moz-placeholder, .bg.-purple-dimmed .hs-form select:-moz-placeholder, .bg.-purple-dimmed .hs-form .hs-input:-moz-placeholder, .bg.-purple-dimmed .hs-form input[type='email']:-moz-placeholder {
	color: #fff;
	font-size: 16px
}
.theme.-dark .hs-form-field input[type='text']::-moz-placeholder, .theme.-dark .hs-form-field input[type='number']::-moz-placeholder, .theme.-dark .hs-form-field input[type='password']::-moz-placeholder, .theme.-dark .hs-form-field textarea::-moz-placeholder, .theme.-dark .hs-form-field select::-moz-placeholder, .theme.-dark .hs-form-field .hs-input::-moz-placeholder, .theme.-dark .hs-form-field input[type='email']::-moz-placeholder, .theme.-dark .hs-form input[type='text']::-moz-placeholder, .theme.-dark .hs-form input[type='number']::-moz-placeholder, .theme.-dark .hs-form input[type='password']::-moz-placeholder, .theme.-dark .hs-form textarea::-moz-placeholder, .theme.-dark .hs-form select::-moz-placeholder, .theme.-dark .hs-form .hs-input::-moz-placeholder, .theme.-dark .hs-form input[type='email']::-moz-placeholder, .bg.-pattern .hs-form-field input[type='text']::-moz-placeholder, .bg.-pattern .hs-form-field input[type='number']::-moz-placeholder, .bg.-pattern .hs-form-field input[type='password']::-moz-placeholder, .bg.-pattern .hs-form-field textarea::-moz-placeholder, .bg.-pattern .hs-form-field select::-moz-placeholder, .bg.-pattern .hs-form-field .hs-input::-moz-placeholder, .bg.-pattern .hs-form-field input[type='email']::-moz-placeholder, .bg.-pattern .hs-form input[type='text']::-moz-placeholder, .bg.-pattern .hs-form input[type='number']::-moz-placeholder, .bg.-pattern .hs-form input[type='password']::-moz-placeholder, .bg.-pattern .hs-form textarea::-moz-placeholder, .bg.-pattern .hs-form select::-moz-placeholder, .bg.-pattern .hs-form .hs-input::-moz-placeholder, .bg.-pattern .hs-form input[type='email']::-moz-placeholder, .bg.-purple-dimmed .hs-form-field input[type='text']::-moz-placeholder, .bg.-purple-dimmed .hs-form-field input[type='number']::-moz-placeholder, .bg.-purple-dimmed .hs-form-field input[type='password']::-moz-placeholder, .bg.-purple-dimmed .hs-form-field textarea::-moz-placeholder, .bg.-purple-dimmed .hs-form-field select::-moz-placeholder, .bg.-purple-dimmed .hs-form-field .hs-input::-moz-placeholder, .bg.-purple-dimmed .hs-form-field input[type='email']::-moz-placeholder, .bg.-purple-dimmed .hs-form input[type='text']::-moz-placeholder, .bg.-purple-dimmed .hs-form input[type='number']::-moz-placeholder, .bg.-purple-dimmed .hs-form input[type='password']::-moz-placeholder, .bg.-purple-dimmed .hs-form textarea::-moz-placeholder, .bg.-purple-dimmed .hs-form select::-moz-placeholder, .bg.-purple-dimmed .hs-form .hs-input::-moz-placeholder, .bg.-purple-dimmed .hs-form input[type='email']::-moz-placeholder {
	color: #fff;
	font-size: 16px
}
.theme.-dark .hs-form-field input[type='text']:-ms-input-placeholder, .theme.-dark .hs-form-field input[type='number']:-ms-input-placeholder, .theme.-dark .hs-form-field input[type='password']:-ms-input-placeholder, .theme.-dark .hs-form-field textarea:-ms-input-placeholder, .theme.-dark .hs-form-field select:-ms-input-placeholder, .theme.-dark .hs-form-field .hs-input:-ms-input-placeholder, .theme.-dark .hs-form-field input[type='email']:-ms-input-placeholder, .theme.-dark .hs-form input[type='text']:-ms-input-placeholder, .theme.-dark .hs-form input[type='number']:-ms-input-placeholder, .theme.-dark .hs-form input[type='password']:-ms-input-placeholder, .theme.-dark .hs-form textarea:-ms-input-placeholder, .theme.-dark .hs-form select:-ms-input-placeholder, .theme.-dark .hs-form .hs-input:-ms-input-placeholder, .theme.-dark .hs-form input[type='email']:-ms-input-placeholder, .bg.-pattern .hs-form-field input[type='text']:-ms-input-placeholder, .bg.-pattern .hs-form-field input[type='number']:-ms-input-placeholder, .bg.-pattern .hs-form-field input[type='password']:-ms-input-placeholder, .bg.-pattern .hs-form-field textarea:-ms-input-placeholder, .bg.-pattern .hs-form-field select:-ms-input-placeholder, .bg.-pattern .hs-form-field .hs-input:-ms-input-placeholder, .bg.-pattern .hs-form-field input[type='email']:-ms-input-placeholder, .bg.-pattern .hs-form input[type='text']:-ms-input-placeholder, .bg.-pattern .hs-form input[type='number']:-ms-input-placeholder, .bg.-pattern .hs-form input[type='password']:-ms-input-placeholder, .bg.-pattern .hs-form textarea:-ms-input-placeholder, .bg.-pattern .hs-form select:-ms-input-placeholder, .bg.-pattern .hs-form .hs-input:-ms-input-placeholder, .bg.-pattern .hs-form input[type='email']:-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field input[type='text']:-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field input[type='number']:-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field input[type='password']:-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field textarea:-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field select:-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field .hs-input:-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field input[type='email']:-ms-input-placeholder, .bg.-purple-dimmed .hs-form input[type='text']:-ms-input-placeholder, .bg.-purple-dimmed .hs-form input[type='number']:-ms-input-placeholder, .bg.-purple-dimmed .hs-form input[type='password']:-ms-input-placeholder, .bg.-purple-dimmed .hs-form textarea:-ms-input-placeholder, .bg.-purple-dimmed .hs-form select:-ms-input-placeholder, .bg.-purple-dimmed .hs-form .hs-input:-ms-input-placeholder, .bg.-purple-dimmed .hs-form input[type='email']:-ms-input-placeholder {
	color: #fff;
	font-size: 16px
}
.theme.-dark .hs-form-field input[type='text']::-ms-input-placeholder, .theme.-dark .hs-form-field input[type='number']::-ms-input-placeholder, .theme.-dark .hs-form-field input[type='password']::-ms-input-placeholder, .theme.-dark .hs-form-field textarea::-ms-input-placeholder, .theme.-dark .hs-form-field select::-ms-input-placeholder, .theme.-dark .hs-form-field .hs-input::-ms-input-placeholder, .theme.-dark .hs-form-field input[type='email']::-ms-input-placeholder, .theme.-dark .hs-form input[type='text']::-ms-input-placeholder, .theme.-dark .hs-form input[type='number']::-ms-input-placeholder, .theme.-dark .hs-form input[type='password']::-ms-input-placeholder, .theme.-dark .hs-form textarea::-ms-input-placeholder, .theme.-dark .hs-form select::-ms-input-placeholder, .theme.-dark .hs-form .hs-input::-ms-input-placeholder, .theme.-dark .hs-form input[type='email']::-ms-input-placeholder, .bg.-pattern .hs-form-field input[type='text']::-ms-input-placeholder, .bg.-pattern .hs-form-field input[type='number']::-ms-input-placeholder, .bg.-pattern .hs-form-field input[type='password']::-ms-input-placeholder, .bg.-pattern .hs-form-field textarea::-ms-input-placeholder, .bg.-pattern .hs-form-field select::-ms-input-placeholder, .bg.-pattern .hs-form-field .hs-input::-ms-input-placeholder, .bg.-pattern .hs-form-field input[type='email']::-ms-input-placeholder, .bg.-pattern .hs-form input[type='text']::-ms-input-placeholder, .bg.-pattern .hs-form input[type='number']::-ms-input-placeholder, .bg.-pattern .hs-form input[type='password']::-ms-input-placeholder, .bg.-pattern .hs-form textarea::-ms-input-placeholder, .bg.-pattern .hs-form select::-ms-input-placeholder, .bg.-pattern .hs-form .hs-input::-ms-input-placeholder, .bg.-pattern .hs-form input[type='email']::-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field input[type='text']::-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field input[type='number']::-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field input[type='password']::-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field textarea::-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field select::-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field .hs-input::-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field input[type='email']::-ms-input-placeholder, .bg.-purple-dimmed .hs-form input[type='text']::-ms-input-placeholder, .bg.-purple-dimmed .hs-form input[type='number']::-ms-input-placeholder, .bg.-purple-dimmed .hs-form input[type='password']::-ms-input-placeholder, .bg.-purple-dimmed .hs-form textarea::-ms-input-placeholder, .bg.-purple-dimmed .hs-form select::-ms-input-placeholder, .bg.-purple-dimmed .hs-form .hs-input::-ms-input-placeholder, .bg.-purple-dimmed .hs-form input[type='email']::-ms-input-placeholder {
	color: #fff;
	font-size: 16px
}
.theme.-dark .hs-form-field input[type='text']::placeholder, .theme.-dark .hs-form-field input[type='number']::placeholder, .theme.-dark .hs-form-field input[type='password']::placeholder, .theme.-dark .hs-form-field textarea::placeholder, .theme.-dark .hs-form-field select::placeholder, .theme.-dark .hs-form-field .hs-input::placeholder, .theme.-dark .hs-form-field input[type='email']::placeholder, .theme.-dark .hs-form input[type='text']::placeholder, .theme.-dark .hs-form input[type='number']::placeholder, .theme.-dark .hs-form input[type='password']::placeholder, .theme.-dark .hs-form textarea::placeholder, .theme.-dark .hs-form select::placeholder, .theme.-dark .hs-form .hs-input::placeholder, .theme.-dark .hs-form input[type='email']::placeholder, .bg.-pattern .hs-form-field input[type='text']::placeholder, .bg.-pattern .hs-form-field input[type='number']::placeholder, .bg.-pattern .hs-form-field input[type='password']::placeholder, .bg.-pattern .hs-form-field textarea::placeholder, .bg.-pattern .hs-form-field select::placeholder, .bg.-pattern .hs-form-field .hs-input::placeholder, .bg.-pattern .hs-form-field input[type='email']::placeholder, .bg.-pattern .hs-form input[type='text']::placeholder, .bg.-pattern .hs-form input[type='number']::placeholder, .bg.-pattern .hs-form input[type='password']::placeholder, .bg.-pattern .hs-form textarea::placeholder, .bg.-pattern .hs-form select::placeholder, .bg.-pattern .hs-form .hs-input::placeholder, .bg.-pattern .hs-form input[type='email']::placeholder, .bg.-purple-dimmed .hs-form-field input[type='text']::placeholder, .bg.-purple-dimmed .hs-form-field input[type='number']::placeholder, .bg.-purple-dimmed .hs-form-field input[type='password']::placeholder, .bg.-purple-dimmed .hs-form-field textarea::placeholder, .bg.-purple-dimmed .hs-form-field select::placeholder, .bg.-purple-dimmed .hs-form-field .hs-input::placeholder, .bg.-purple-dimmed .hs-form-field input[type='email']::placeholder, .bg.-purple-dimmed .hs-form input[type='text']::placeholder, .bg.-purple-dimmed .hs-form input[type='number']::placeholder, .bg.-purple-dimmed .hs-form input[type='password']::placeholder, .bg.-purple-dimmed .hs-form textarea::placeholder, .bg.-purple-dimmed .hs-form select::placeholder, .bg.-purple-dimmed .hs-form .hs-input::placeholder, .bg.-purple-dimmed .hs-form input[type='email']::placeholder {
	color: #fff;
	font-size: 16px
}
.theme.-dark .hs-form-field input[type='text']:focus, .theme.-dark .hs-form-field input[type='number']:focus, .theme.-dark .hs-form-field input[type='password']:focus, .theme.-dark .hs-form-field textarea:focus, .theme.-dark .hs-form-field select:focus, .theme.-dark .hs-form-field .hs-input:focus, .theme.-dark .hs-form-field input[type='email']:focus, .theme.-dark .hs-form input[type='text']:focus, .theme.-dark .hs-form input[type='number']:focus, .theme.-dark .hs-form input[type='password']:focus, .theme.-dark .hs-form textarea:focus, .theme.-dark .hs-form select:focus, .theme.-dark .hs-form .hs-input:focus, .theme.-dark .hs-form input[type='email']:focus, .bg.-pattern .hs-form-field input[type='text']:focus, .bg.-pattern .hs-form-field input[type='number']:focus, .bg.-pattern .hs-form-field input[type='password']:focus, .bg.-pattern .hs-form-field textarea:focus, .bg.-pattern .hs-form-field select:focus, .bg.-pattern .hs-form-field .hs-input:focus, .bg.-pattern .hs-form-field input[type='email']:focus, .bg.-pattern .hs-form input[type='text']:focus, .bg.-pattern .hs-form input[type='number']:focus, .bg.-pattern .hs-form input[type='password']:focus, .bg.-pattern .hs-form textarea:focus, .bg.-pattern .hs-form select:focus, .bg.-pattern .hs-form .hs-input:focus, .bg.-pattern .hs-form input[type='email']:focus, .bg.-purple-dimmed .hs-form-field input[type='text']:focus, .bg.-purple-dimmed .hs-form-field input[type='number']:focus, .bg.-purple-dimmed .hs-form-field input[type='password']:focus, .bg.-purple-dimmed .hs-form-field textarea:focus, .bg.-purple-dimmed .hs-form-field select:focus, .bg.-purple-dimmed .hs-form-field .hs-input:focus, .bg.-purple-dimmed .hs-form-field input[type='email']:focus, .bg.-purple-dimmed .hs-form input[type='text']:focus, .bg.-purple-dimmed .hs-form input[type='number']:focus, .bg.-purple-dimmed .hs-form input[type='password']:focus, .bg.-purple-dimmed .hs-form textarea:focus, .bg.-purple-dimmed .hs-form select:focus, .bg.-purple-dimmed .hs-form .hs-input:focus, .bg.-purple-dimmed .hs-form input[type='email']:focus {
	color: #646363
}
.theme.-dark .hs-form-field input[type='text']:focus::-webkit-input-placeholder, .theme.-dark .hs-form-field input[type='number']:focus::-webkit-input-placeholder, .theme.-dark .hs-form-field input[type='password']:focus::-webkit-input-placeholder, .theme.-dark .hs-form-field textarea:focus::-webkit-input-placeholder, .theme.-dark .hs-form-field select:focus::-webkit-input-placeholder, .theme.-dark .hs-form-field .hs-input:focus::-webkit-input-placeholder, .theme.-dark .hs-form-field input[type='email']:focus::-webkit-input-placeholder, .theme.-dark .hs-form input[type='text']:focus::-webkit-input-placeholder, .theme.-dark .hs-form input[type='number']:focus::-webkit-input-placeholder, .theme.-dark .hs-form input[type='password']:focus::-webkit-input-placeholder, .theme.-dark .hs-form textarea:focus::-webkit-input-placeholder, .theme.-dark .hs-form select:focus::-webkit-input-placeholder, .theme.-dark .hs-form .hs-input:focus::-webkit-input-placeholder, .theme.-dark .hs-form input[type='email']:focus::-webkit-input-placeholder, .bg.-pattern .hs-form-field input[type='text']:focus::-webkit-input-placeholder, .bg.-pattern .hs-form-field input[type='number']:focus::-webkit-input-placeholder, .bg.-pattern .hs-form-field input[type='password']:focus::-webkit-input-placeholder, .bg.-pattern .hs-form-field textarea:focus::-webkit-input-placeholder, .bg.-pattern .hs-form-field select:focus::-webkit-input-placeholder, .bg.-pattern .hs-form-field .hs-input:focus::-webkit-input-placeholder, .bg.-pattern .hs-form-field input[type='email']:focus::-webkit-input-placeholder, .bg.-pattern .hs-form input[type='text']:focus::-webkit-input-placeholder, .bg.-pattern .hs-form input[type='number']:focus::-webkit-input-placeholder, .bg.-pattern .hs-form input[type='password']:focus::-webkit-input-placeholder, .bg.-pattern .hs-form textarea:focus::-webkit-input-placeholder, .bg.-pattern .hs-form select:focus::-webkit-input-placeholder, .bg.-pattern .hs-form .hs-input:focus::-webkit-input-placeholder, .bg.-pattern .hs-form input[type='email']:focus::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form-field input[type='text']:focus::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form-field input[type='number']:focus::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form-field input[type='password']:focus::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form-field textarea:focus::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form-field select:focus::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form-field .hs-input:focus::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form-field input[type='email']:focus::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form input[type='text']:focus::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form input[type='number']:focus::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form input[type='password']:focus::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form textarea:focus::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form select:focus::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form .hs-input:focus::-webkit-input-placeholder, .bg.-purple-dimmed .hs-form input[type='email']:focus::-webkit-input-placeholder {
	color: #646363
}
.theme.-dark .hs-form-field input[type='text']:focus:-moz-placeholder, .theme.-dark .hs-form-field input[type='number']:focus:-moz-placeholder, .theme.-dark .hs-form-field input[type='password']:focus:-moz-placeholder, .theme.-dark .hs-form-field textarea:focus:-moz-placeholder, .theme.-dark .hs-form-field select:focus:-moz-placeholder, .theme.-dark .hs-form-field .hs-input:focus:-moz-placeholder, .theme.-dark .hs-form-field input[type='email']:focus:-moz-placeholder, .theme.-dark .hs-form input[type='text']:focus:-moz-placeholder, .theme.-dark .hs-form input[type='number']:focus:-moz-placeholder, .theme.-dark .hs-form input[type='password']:focus:-moz-placeholder, .theme.-dark .hs-form textarea:focus:-moz-placeholder, .theme.-dark .hs-form select:focus:-moz-placeholder, .theme.-dark .hs-form .hs-input:focus:-moz-placeholder, .theme.-dark .hs-form input[type='email']:focus:-moz-placeholder, .bg.-pattern .hs-form-field input[type='text']:focus:-moz-placeholder, .bg.-pattern .hs-form-field input[type='number']:focus:-moz-placeholder, .bg.-pattern .hs-form-field input[type='password']:focus:-moz-placeholder, .bg.-pattern .hs-form-field textarea:focus:-moz-placeholder, .bg.-pattern .hs-form-field select:focus:-moz-placeholder, .bg.-pattern .hs-form-field .hs-input:focus:-moz-placeholder, .bg.-pattern .hs-form-field input[type='email']:focus:-moz-placeholder, .bg.-pattern .hs-form input[type='text']:focus:-moz-placeholder, .bg.-pattern .hs-form input[type='number']:focus:-moz-placeholder, .bg.-pattern .hs-form input[type='password']:focus:-moz-placeholder, .bg.-pattern .hs-form textarea:focus:-moz-placeholder, .bg.-pattern .hs-form select:focus:-moz-placeholder, .bg.-pattern .hs-form .hs-input:focus:-moz-placeholder, .bg.-pattern .hs-form input[type='email']:focus:-moz-placeholder, .bg.-purple-dimmed .hs-form-field input[type='text']:focus:-moz-placeholder, .bg.-purple-dimmed .hs-form-field input[type='number']:focus:-moz-placeholder, .bg.-purple-dimmed .hs-form-field input[type='password']:focus:-moz-placeholder, .bg.-purple-dimmed .hs-form-field textarea:focus:-moz-placeholder, .bg.-purple-dimmed .hs-form-field select:focus:-moz-placeholder, .bg.-purple-dimmed .hs-form-field .hs-input:focus:-moz-placeholder, .bg.-purple-dimmed .hs-form-field input[type='email']:focus:-moz-placeholder, .bg.-purple-dimmed .hs-form input[type='text']:focus:-moz-placeholder, .bg.-purple-dimmed .hs-form input[type='number']:focus:-moz-placeholder, .bg.-purple-dimmed .hs-form input[type='password']:focus:-moz-placeholder, .bg.-purple-dimmed .hs-form textarea:focus:-moz-placeholder, .bg.-purple-dimmed .hs-form select:focus:-moz-placeholder, .bg.-purple-dimmed .hs-form .hs-input:focus:-moz-placeholder, .bg.-purple-dimmed .hs-form input[type='email']:focus:-moz-placeholder {
	color: #646363
}
.theme.-dark .hs-form-field input[type='text']:focus::-moz-placeholder, .theme.-dark .hs-form-field input[type='number']:focus::-moz-placeholder, .theme.-dark .hs-form-field input[type='password']:focus::-moz-placeholder, .theme.-dark .hs-form-field textarea:focus::-moz-placeholder, .theme.-dark .hs-form-field select:focus::-moz-placeholder, .theme.-dark .hs-form-field .hs-input:focus::-moz-placeholder, .theme.-dark .hs-form-field input[type='email']:focus::-moz-placeholder, .theme.-dark .hs-form input[type='text']:focus::-moz-placeholder, .theme.-dark .hs-form input[type='number']:focus::-moz-placeholder, .theme.-dark .hs-form input[type='password']:focus::-moz-placeholder, .theme.-dark .hs-form textarea:focus::-moz-placeholder, .theme.-dark .hs-form select:focus::-moz-placeholder, .theme.-dark .hs-form .hs-input:focus::-moz-placeholder, .theme.-dark .hs-form input[type='email']:focus::-moz-placeholder, .bg.-pattern .hs-form-field input[type='text']:focus::-moz-placeholder, .bg.-pattern .hs-form-field input[type='number']:focus::-moz-placeholder, .bg.-pattern .hs-form-field input[type='password']:focus::-moz-placeholder, .bg.-pattern .hs-form-field textarea:focus::-moz-placeholder, .bg.-pattern .hs-form-field select:focus::-moz-placeholder, .bg.-pattern .hs-form-field .hs-input:focus::-moz-placeholder, .bg.-pattern .hs-form-field input[type='email']:focus::-moz-placeholder, .bg.-pattern .hs-form input[type='text']:focus::-moz-placeholder, .bg.-pattern .hs-form input[type='number']:focus::-moz-placeholder, .bg.-pattern .hs-form input[type='password']:focus::-moz-placeholder, .bg.-pattern .hs-form textarea:focus::-moz-placeholder, .bg.-pattern .hs-form select:focus::-moz-placeholder, .bg.-pattern .hs-form .hs-input:focus::-moz-placeholder, .bg.-pattern .hs-form input[type='email']:focus::-moz-placeholder, .bg.-purple-dimmed .hs-form-field input[type='text']:focus::-moz-placeholder, .bg.-purple-dimmed .hs-form-field input[type='number']:focus::-moz-placeholder, .bg.-purple-dimmed .hs-form-field input[type='password']:focus::-moz-placeholder, .bg.-purple-dimmed .hs-form-field textarea:focus::-moz-placeholder, .bg.-purple-dimmed .hs-form-field select:focus::-moz-placeholder, .bg.-purple-dimmed .hs-form-field .hs-input:focus::-moz-placeholder, .bg.-purple-dimmed .hs-form-field input[type='email']:focus::-moz-placeholder, .bg.-purple-dimmed .hs-form input[type='text']:focus::-moz-placeholder, .bg.-purple-dimmed .hs-form input[type='number']:focus::-moz-placeholder, .bg.-purple-dimmed .hs-form input[type='password']:focus::-moz-placeholder, .bg.-purple-dimmed .hs-form textarea:focus::-moz-placeholder, .bg.-purple-dimmed .hs-form select:focus::-moz-placeholder, .bg.-purple-dimmed .hs-form .hs-input:focus::-moz-placeholder, .bg.-purple-dimmed .hs-form input[type='email']:focus::-moz-placeholder {
	color: #646363
}
.theme.-dark .hs-form-field input[type='text']:focus:-ms-input-placeholder, .theme.-dark .hs-form-field input[type='number']:focus:-ms-input-placeholder, .theme.-dark .hs-form-field input[type='password']:focus:-ms-input-placeholder, .theme.-dark .hs-form-field textarea:focus:-ms-input-placeholder, .theme.-dark .hs-form-field select:focus:-ms-input-placeholder, .theme.-dark .hs-form-field .hs-input:focus:-ms-input-placeholder, .theme.-dark .hs-form-field input[type='email']:focus:-ms-input-placeholder, .theme.-dark .hs-form input[type='text']:focus:-ms-input-placeholder, .theme.-dark .hs-form input[type='number']:focus:-ms-input-placeholder, .theme.-dark .hs-form input[type='password']:focus:-ms-input-placeholder, .theme.-dark .hs-form textarea:focus:-ms-input-placeholder, .theme.-dark .hs-form select:focus:-ms-input-placeholder, .theme.-dark .hs-form .hs-input:focus:-ms-input-placeholder, .theme.-dark .hs-form input[type='email']:focus:-ms-input-placeholder, .bg.-pattern .hs-form-field input[type='text']:focus:-ms-input-placeholder, .bg.-pattern .hs-form-field input[type='number']:focus:-ms-input-placeholder, .bg.-pattern .hs-form-field input[type='password']:focus:-ms-input-placeholder, .bg.-pattern .hs-form-field textarea:focus:-ms-input-placeholder, .bg.-pattern .hs-form-field select:focus:-ms-input-placeholder, .bg.-pattern .hs-form-field .hs-input:focus:-ms-input-placeholder, .bg.-pattern .hs-form-field input[type='email']:focus:-ms-input-placeholder, .bg.-pattern .hs-form input[type='text']:focus:-ms-input-placeholder, .bg.-pattern .hs-form input[type='number']:focus:-ms-input-placeholder, .bg.-pattern .hs-form input[type='password']:focus:-ms-input-placeholder, .bg.-pattern .hs-form textarea:focus:-ms-input-placeholder, .bg.-pattern .hs-form select:focus:-ms-input-placeholder, .bg.-pattern .hs-form .hs-input:focus:-ms-input-placeholder, .bg.-pattern .hs-form input[type='email']:focus:-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field input[type='text']:focus:-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field input[type='number']:focus:-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field input[type='password']:focus:-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field textarea:focus:-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field select:focus:-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field .hs-input:focus:-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field input[type='email']:focus:-ms-input-placeholder, .bg.-purple-dimmed .hs-form input[type='text']:focus:-ms-input-placeholder, .bg.-purple-dimmed .hs-form input[type='number']:focus:-ms-input-placeholder, .bg.-purple-dimmed .hs-form input[type='password']:focus:-ms-input-placeholder, .bg.-purple-dimmed .hs-form textarea:focus:-ms-input-placeholder, .bg.-purple-dimmed .hs-form select:focus:-ms-input-placeholder, .bg.-purple-dimmed .hs-form .hs-input:focus:-ms-input-placeholder, .bg.-purple-dimmed .hs-form input[type='email']:focus:-ms-input-placeholder {
	color: #646363
}
.theme.-dark .hs-form-field input[type='text']:focus::-ms-input-placeholder, .theme.-dark .hs-form-field input[type='number']:focus::-ms-input-placeholder, .theme.-dark .hs-form-field input[type='password']:focus::-ms-input-placeholder, .theme.-dark .hs-form-field textarea:focus::-ms-input-placeholder, .theme.-dark .hs-form-field select:focus::-ms-input-placeholder, .theme.-dark .hs-form-field .hs-input:focus::-ms-input-placeholder, .theme.-dark .hs-form-field input[type='email']:focus::-ms-input-placeholder, .theme.-dark .hs-form input[type='text']:focus::-ms-input-placeholder, .theme.-dark .hs-form input[type='number']:focus::-ms-input-placeholder, .theme.-dark .hs-form input[type='password']:focus::-ms-input-placeholder, .theme.-dark .hs-form textarea:focus::-ms-input-placeholder, .theme.-dark .hs-form select:focus::-ms-input-placeholder, .theme.-dark .hs-form .hs-input:focus::-ms-input-placeholder, .theme.-dark .hs-form input[type='email']:focus::-ms-input-placeholder, .bg.-pattern .hs-form-field input[type='text']:focus::-ms-input-placeholder, .bg.-pattern .hs-form-field input[type='number']:focus::-ms-input-placeholder, .bg.-pattern .hs-form-field input[type='password']:focus::-ms-input-placeholder, .bg.-pattern .hs-form-field textarea:focus::-ms-input-placeholder, .bg.-pattern .hs-form-field select:focus::-ms-input-placeholder, .bg.-pattern .hs-form-field .hs-input:focus::-ms-input-placeholder, .bg.-pattern .hs-form-field input[type='email']:focus::-ms-input-placeholder, .bg.-pattern .hs-form input[type='text']:focus::-ms-input-placeholder, .bg.-pattern .hs-form input[type='number']:focus::-ms-input-placeholder, .bg.-pattern .hs-form input[type='password']:focus::-ms-input-placeholder, .bg.-pattern .hs-form textarea:focus::-ms-input-placeholder, .bg.-pattern .hs-form select:focus::-ms-input-placeholder, .bg.-pattern .hs-form .hs-input:focus::-ms-input-placeholder, .bg.-pattern .hs-form input[type='email']:focus::-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field input[type='text']:focus::-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field input[type='number']:focus::-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field input[type='password']:focus::-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field textarea:focus::-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field select:focus::-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field .hs-input:focus::-ms-input-placeholder, .bg.-purple-dimmed .hs-form-field input[type='email']:focus::-ms-input-placeholder, .bg.-purple-dimmed .hs-form input[type='text']:focus::-ms-input-placeholder, .bg.-purple-dimmed .hs-form input[type='number']:focus::-ms-input-placeholder, .bg.-purple-dimmed .hs-form input[type='password']:focus::-ms-input-placeholder, .bg.-purple-dimmed .hs-form textarea:focus::-ms-input-placeholder, .bg.-purple-dimmed .hs-form select:focus::-ms-input-placeholder, .bg.-purple-dimmed .hs-form .hs-input:focus::-ms-input-placeholder, .bg.-purple-dimmed .hs-form input[type='email']:focus::-ms-input-placeholder {
	color: #646363
}
.theme.-dark .hs-form-field input[type='text']:focus::placeholder, .theme.-dark .hs-form-field input[type='number']:focus::placeholder, .theme.-dark .hs-form-field input[type='password']:focus::placeholder, .theme.-dark .hs-form-field textarea:focus::placeholder, .theme.-dark .hs-form-field select:focus::placeholder, .theme.-dark .hs-form-field .hs-input:focus::placeholder, .theme.-dark .hs-form-field input[type='email']:focus::placeholder, .theme.-dark .hs-form input[type='text']:focus::placeholder, .theme.-dark .hs-form input[type='number']:focus::placeholder, .theme.-dark .hs-form input[type='password']:focus::placeholder, .theme.-dark .hs-form textarea:focus::placeholder, .theme.-dark .hs-form select:focus::placeholder, .theme.-dark .hs-form .hs-input:focus::placeholder, .theme.-dark .hs-form input[type='email']:focus::placeholder, .bg.-pattern .hs-form-field input[type='text']:focus::placeholder, .bg.-pattern .hs-form-field input[type='number']:focus::placeholder, .bg.-pattern .hs-form-field input[type='password']:focus::placeholder, .bg.-pattern .hs-form-field textarea:focus::placeholder, .bg.-pattern .hs-form-field select:focus::placeholder, .bg.-pattern .hs-form-field .hs-input:focus::placeholder, .bg.-pattern .hs-form-field input[type='email']:focus::placeholder, .bg.-pattern .hs-form input[type='text']:focus::placeholder, .bg.-pattern .hs-form input[type='number']:focus::placeholder, .bg.-pattern .hs-form input[type='password']:focus::placeholder, .bg.-pattern .hs-form textarea:focus::placeholder, .bg.-pattern .hs-form select:focus::placeholder, .bg.-pattern .hs-form .hs-input:focus::placeholder, .bg.-pattern .hs-form input[type='email']:focus::placeholder, .bg.-purple-dimmed .hs-form-field input[type='text']:focus::placeholder, .bg.-purple-dimmed .hs-form-field input[type='number']:focus::placeholder, .bg.-purple-dimmed .hs-form-field input[type='password']:focus::placeholder, .bg.-purple-dimmed .hs-form-field textarea:focus::placeholder, .bg.-purple-dimmed .hs-form-field select:focus::placeholder, .bg.-purple-dimmed .hs-form-field .hs-input:focus::placeholder, .bg.-purple-dimmed .hs-form-field input[type='email']:focus::placeholder, .bg.-purple-dimmed .hs-form input[type='text']:focus::placeholder, .bg.-purple-dimmed .hs-form input[type='number']:focus::placeholder, .bg.-purple-dimmed .hs-form input[type='password']:focus::placeholder, .bg.-purple-dimmed .hs-form textarea:focus::placeholder, .bg.-purple-dimmed .hs-form select:focus::placeholder, .bg.-purple-dimmed .hs-form .hs-input:focus::placeholder, .bg.-purple-dimmed .hs-form input[type='email']:focus::placeholder {
	color: #646363
}
.theme.-dark .hs-form-field label, .theme.-dark .hs-form label, .bg.-pattern .hs-form-field label, .bg.-pattern .hs-form label, .bg.-purple-dimmed .hs-form-field label, .bg.-purple-dimmed .hs-form label {
	color: #fff
}
.theme.-dark select.hs-input, .theme.-dark select, .bg.-pattern select.hs-input, .bg.-pattern select, .bg.-purple-dimmed select.hs-input, .bg.-purple-dimmed select {
	border: 1px solid #ededf3;
	color: #646363;
	background-image: url("//2636281.fs1.hubspotusercontent-na1.net/hubfs/2636281/Exsitec%202018/images/icons/navigation-arrow-white.svg")
}
.theme.-dark select.hs-input option, .theme.-dark select option, .bg.-pattern select.hs-input option, .bg.-pattern select option, .bg.-purple-dimmed select.hs-input option, .bg.-purple-dimmed select option {
	color: black;
	background-color: transparent
}
.theme.-dark input[type="radio"]+label:before, .theme.-dark input[type="radio"]+span:before, .theme.-dark input[type="checkbox"]+label:before, .theme.-dark input[type="checkbox"]+span:before, .bg.-pattern input[type="radio"]+label:before, .bg.-pattern input[type="radio"]+span:before, .bg.-pattern input[type="checkbox"]+label:before, .bg.-pattern input[type="checkbox"]+span:before, .bg.-purple-dimmed input[type="radio"]+label:before, .bg.-purple-dimmed input[type="radio"]+span:before, .bg.-purple-dimmed input[type="checkbox"]+label:before, .bg.-purple-dimmed input[type="checkbox"]+span:before {
	border: 1px solid #fff
}
.contact-form {
	margin-top: -20px
}
.product-card {
	height: auto;
	width: 100%;
	border: 1px solid #ededf3;
	background: #fff;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 3px;
	min-height: 200px;
	-webkit-box-shadow: 0 2px 8px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
	box-shadow: 0 2px 8px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
	-webkit-transition: .15s ease-in-out;
	-moz-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
	-webkit-transition-property: color, background-color, -webkit-box-shadow, -webkit-transform;
	transition-property: color, background-color, -webkit-box-shadow, -webkit-transform;
	-moz-transition-property: color, background-color, box-shadow, transform, -moz-transform;
	transition-property: color, background-color, box-shadow, transform;
	transition-property: color, background-color, box-shadow, transform, -webkit-box-shadow, -webkit-transform, -moz-transform
}
@media (min-width: 768px) {
	.product-card:hover {
		-webkit-box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
		box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
		-webkit-transform: translateY(-2px);
		-moz-transform: translateY(-2px);
		-ms-transform: translateY(-2px);
		transform: translateY(-2px)
	}
}
.product-card>.image-wrapper {
	border-bottom: 2px solid #eaedf1
}
.product-card>.image-wrapper>.image {
	width: 60%;
	max-width: 250px;
	margin: -moz-calc(16 * 2px) auto -moz-calc(16 * 1px) auto;
	margin: calc(16 * 2px) auto calc(16 * 1px) auto;
	display: block
}
.product-card .description {
	padding: 20px;
	padding-bottom: 5px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.product-card .description>p {
	font-size: 14px;
	color: #9e9e9e;
	line-height: 21px;
	display: none
}
@media (min-width: 768px) {
	.product-card .description>p {
		display: block
	}
}
.product-card .description .name {
	font-size: 16px;
	color: #3d3c3c;
	line-height: 24px
}
.product-card .category {
	background-color: #eaedf1;
	height: 20px
}
.product-card .category>p {
	font-size: 10px;
	color: #ca005d;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top: 3px
}
.event-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	border-radius: 3px;
	line-height: 100%
}
.event-card .info {
	overflow: hidden
}
.event-card .date-item {
	margin: 0;
	display: inline-block;
	margin-right: 20px;
	min-width: 60px;
	min-height: 60px;
	width: 60px;
	height: 60px;
	padding: 7px;
	text-transform: uppercase;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.event-card .date-item-inner {
	text-align: center;
	font-size: 12px
}
.event-card .date-item-inner h3 {
	margin-bottom: 0;
	color: #fff;
	line-height: 100%
}
.event-card .date-item-inner:first-child {
	font-size: 25px
}
.event-card>.event-content {
	padding: -moz-calc(16 * 1px);
	padding: calc(16 * 1px);
	padding-right: 40px;
	max-width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.event-card>.event-content>.content {
	background-color: #fff;
	padding: -moz-calc(16 * 1px);
	padding: calc(16 * 1px);
	padding-bottom: -moz-calc(16 * 1.5px);
	padding-bottom: calc(16 * 1.5px)
}
.event-card>.event-content>.content p {
	color: #9e9e9e;
	margin-bottom: 0;
	font-size: 1rem
}
@media (min-width: 768px) {
	.event-card>.event-content {
		/*max-width: 440px*/
	}
}
.event-card>.event-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	padding: -moz-calc(16 * .7px) -moz-calc(16 * 1px);
	padding: calc(16 * .7px) calc(16 * 1px)
}
.event-card>.event-footer img {
	height: 16px;
	width: 16px
}
.event-card.-large {
	-webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
	box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-shadow: 0 2px 8px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
	box-shadow: 0 2px 8px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
	-webkit-transition: .15s ease-in-out;
	-moz-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
	-webkit-transition-property: color, background-color, -webkit-box-shadow, -webkit-transform;
	transition-property: color, background-color, -webkit-box-shadow, -webkit-transform;
	-moz-transition-property: color, background-color, box-shadow, transform, -moz-transform;
	transition-property: color, background-color, box-shadow, transform;
	transition-property: color, background-color, box-shadow, transform, -webkit-box-shadow, -webkit-transform, -moz-transform
}
.event-card.-large:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 50%;
	bottom: 0;
	opacity: .5;
	left: 0;
	border-radius: 3px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#000));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000 100%)
}
.event-card.-large .event-content, .event-card.-large .event-footer {
	z-index: 1
}
@media (min-width: 768px) {
	.event-card.-large {
		min-height: 380px
	}
}
.event-card.-large .icon {
	display: block;
	margin-top: 8px
}
.event-card.-large .icon.-text {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}
.event-card.-large .icon.-text>.text {
	margin-left: -moz-calc(16 * 1px);
	margin-left: calc(16 * 1px);
	font-size: 14px
}
.event-card.-large .read-time {
	width: 25px;
	height: 25px;
	padding-top: 4px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50%;
	display: none
}
@media (min-width: 768px) {
	.event-card.-large .read-time {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex
	}
}
.event-card.-large .event-image {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 8px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
	box-shadow: 0 2px 8px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
	-webkit-transition: .15s ease-in-out;
	-moz-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
	-webkit-transition-property: color, background-color, -webkit-box-shadow, -webkit-transform;
	transition-property: color, background-color, -webkit-box-shadow, -webkit-transform;
	-moz-transition-property: color, background-color, box-shadow, transform, -moz-transform;
	transition-property: color, background-color, box-shadow, transform;
	transition-property: color, background-color, box-shadow, transform, -webkit-box-shadow, -webkit-transform, -moz-transform
}
@media (min-width: 768px) {
	.event-card.-large .event-image:hover {
		-webkit-box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
		box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
		-webkit-transform: translateY(-2px);
		-moz-transform: translateY(-2px);
		-ms-transform: translateY(-2px);
		transform: translateY(-2px)
	}
}
@media (min-width: 768px) {
	.event-card.-large:hover {
		-webkit-box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
		box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), 0 8px 15px rgba(0, 0, 0, 0.07);
		-webkit-transform: translateY(-2px);
		-moz-transform: translateY(-2px);
		-ms-transform: translateY(-2px);
		transform: translateY(-2px)
	}
}
.event-card.-small {
	padding: 0;
	border-bottom: 1px solid #eaedf1
}
.event-card.-small .date-item {
	margin-top: -moz-calc(16 * .5px);
	margin-top: calc(16 * .5px);
	width: 40px;
	height: :40px
}
@media (min-width: 768px) {
	.event-card.-small .date-item {
		width: 60px;
		height: 60px
	}
}
.event-card.-small img {
	width: auto
}
.event-card.-small h4 {
	margin-bottom: 5px;
	color: #4c4c86
}
.event-card.-small h4:hover {
	color: #70709e
}
.event-card.-small .icon {
	display: block;
	margin-top: 12px;
	margin-right: -moz-calc(16 * 1px);
	margin-right: calc(16 * 1px)
}
.event-card.-small .icon-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: -moz-calc(16 * 1px);
	margin-bottom: calc(16 * 1px);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
@media (min-width: 460px) {
	.event-card.-small .icon-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}
.event-card.-small .icon.-text {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #9e9e9e;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}
.event-card.-small .icon.-text a {
	color: #9e9e9e
}
.event-card.-small .icon.-text a:hover {
	color: #3d3c3c
}
.event-card.-small .icon.-text>.text {
	margin-left: -moz-calc(16 * .5px);
	margin-left: calc(16 * .5px);
	font-size: 14px
}
@media (min-width: 768px) {
	.event-card.-small .icon {
		margin-top: 6px
	}
}
@media (min-width: 1280px) {
	.event-card.-small .icon {
		margin-right: -moz-calc(16 * 2px);
		margin-right: calc(16 * 2px)
	}
}
.event-info {
	margin-bottom: 30px
}
.event-info:last-child {
	margin-bottom: 0
}
.event-info .link {
	margin-top: 5px
}
.event-info>.title {
	margin-top: 10px;
	margin-bottom: 5px
}
@media (min-width: 1025px) {
	.event-info {
		margin-bottom: 30px
	}
}
.drop-down-item {
	line-height: 60px;
	text-transform: uppercase;
	color: #4c4c86;
	font-size: 14px;
	cursor: pointer
}
.drop-down-item.--open img {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.drop-down-item-border {
	margin: 0px;
	border-bottom: 1px solid #eaedf1
}
.drop-down-item img {
	width: 8px;
	height: 5px;
	float: right;
	margin-top: 28px
}
.checkbox-list {
	opacity: 0;
	overflow: hidden;
	max-height: 0px
}
.checkbox-list ul {
	margin: 0
}
.checkbox-list ul li {
	font-size: 14px
}
.checkbox-list ul li input {
	margin-right: 5px;
	margin-left: 3px;
	width: 15px;
	height: 15px
}
.checkbox-list ul li input:hover {
	cursor: pointer
}
.checkbox-list__open {
	opacity: 1;
	max-height: 120px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out
}
.event-page .nopadding {
	padding: 0px
}
.event-page .event-list-toggle {
	font-size: 12px;
	color: #4c4c86;
	text-transform: uppercase;
	margin-left: 20px;
	margin-bottom: 10px;
	cursor: pointer
}
.event-page .event-list-toggle img {
	width: 15px;
	height: 10px
}
.event-page .event-list-toggle img:last-child {
	display: none
}
.event-page .event-list-toggle.--closed img:last-child {
	display: inline-block
}
.event-page .event-list-toggle.--closed img:first-child {
	display: none
}
@media (min-width: 768px) {
	.event-page .event-list-toggle {
		margin-left: 30px;
		margin-bottom: 20px
	}
}
@media (min-width: 1025px) {
	.event-page .event-list-toggle {
		display: none
	}
}
.event-page ul {
	list-style: none
}
.mobile-hidden {
	display: none
}
@media (min-width: 1025px) {
	.mobile-hidden {
		display: block
	}
}
@media (min-width: 1025px) {
	.desktop-hidden {
		display: none
	}
}
.sort-list {
	float: right;
	margin: 0px;
	overflow: hidden
}
.sort-list .drop-down-item {
	line-height: unset
}
.sort-list .drop-down-item img {
	margin-top: 10px;
	margin-left: 10px
}
.sort-list .drop-down-item>div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.sort-list .drop-down-item>div>img {
	margin-top: 0
}
.sort-list .checkbox-list {
	position: absolute;
	z-index: 10;
	width: 140px;
	padding-left: 20px;
	padding-top: 10px;
	background-color: #fff;
	border: 1px solid #eaedf1;
	border-radius: 3%;
	-webkit-box-shadow: 1px 1px 1px rgba(234, 237, 241, 0.3);
	box-shadow: 1px 1px 1px rgba(234, 237, 241, 0.3)
}
.text-module .button, .text-module .hs-button, .text-module .theme.-dark .hs-button, .theme.-dark .text-module .hs-button, .text-module .bg.-pattern .hs-button, .bg.-pattern .text-module .hs-button, .text-module .bg.-dark-purple {
	margin-top: -moz-calc(16 * .5px);
	margin-top: calc(16 * .5px)
}
.text-module p~h4, .text-module p~h3 {
	margin-top: -moz-calc(16 * 1.5px);
	margin-top: calc(16 * 1.5px)
}
@media (min-width: 1025px) {
	.text-module p~h4, .text-module p~h3 {
		margin-top: -moz-calc(16 * 2px);
		margin-top: calc(16 * 2px)
	}
}
@media (min-width: 1025px) {
	.text-module.-border .col {
		padding: 0 40px
	}
	.text-module.-border .col:last-child {
		padding-right: 0
	}
	.text-module.-border .col:first-child {
		padding-left: 0
	}
}
@media (min-width: 1025px) {
	.text-module.-border .row>div {
		border-left: 1px solid #ededf3
	}
	.text-module.-border .row>div:first-child {
		border-left: 0
	}
}
@media (min-width: 1025px) {
	.text-module.-headline .row>div:first-child {
		padding-right: 7%
	}
}
.text-module.-reverse .row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
.text-module .intro+p {
	margin-top: -moz-calc(16 * 4px);
	margin-top: calc(16 * 4px)
}
.office-select select {
	background-image: url("//2636281.fs1.hubspotusercontent-na1.net/hubfs/2636281/Exsitec%202018/images/icons/arrow-down.svg");
	max-width: 230px;
	margin-top: 10px
}
.office-content {
	display: none;
	margin-top: 20px;
	-webkit-animation: animateIn .7s forwards;
	-moz-animation: animateIn .7s forwards;
	animation: animateIn .7s forwards
}
.office-content.-active {
	display: block
}
.office-content a {
	color: #646363
}
#location-map {
	height: 360px;
	margin-top: 10px
}
.location-markers {
	display: none;
	z-index: -1;
	position: absolute
}
.client-logos {
	padding-bottom: 30px
}
.client-logos>img  {
	width: auto;
	max-height: 70px;
	max-width: 70px;
	margin: 10px 20px
}
@media (min-width: 1025px) {
	.client-logos>img {
		max-height: 95px;
		max-width: 95px
	}
}
.client-logos a >img  {
	width: auto;
	max-height: 70px;
	max-width: 70px;
	margin: 10px 20px
}
@media (min-width: 1025px) {
	.client-logos a >img {
		max-height: 95px;
		max-width: 95px
	}
}
@media (min-width: 1025px) {
	.client-logos {
		width: auto
	}
}
.article-search .search-icon {
	width: 20px;
	height: 20px
}
.article-search>.row {
	padding: -moz-calc(16 * 1px) 0;
	padding: calc(16 * 1px) 0
}
.article-search>.row:last-child {
	padding-bottom: 0
}
.article-search .category-field {
	max-height: 85px;
	overflow: hidden;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	transition: 0.4s ease
}
.article-search .category-field.-open {
	max-height: 1000px;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	transition: 1s ease
}
@media (min-width: 768px) {
	.article-search .filter-list {
		float: right
	}
	.article-search .filter-list img {
		margin-left: 15px
	}
}
.article-search .category-expander {
	text-transform: uppercase;
	color: #4c4c86;
	font-size: 14px;
	list-style: none;
	cursor: pointer;
	float: right;
	overflow: hidden
}
@media (min-width: 1025px) {
	.article-search .category-expander {
		margin-top: 20px
	}
}
.article-search .category-expander img {
	width: 8px;
	height: 5px;
	float: right;
	margin-left: 10px
}
.article-search .category-expander.--center {
	text-align: center;
	float: unset
}
.article-search .category-expander.--center img {
	float: unset
}
@media (min-width: 1025px) {
	.article-search .category-expander.--center {
		float: right
	}
}
.article-search .category-expander.--open img {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.article-search ul {
	margin: 0px;
	list-style: none
}
.article-search input[type='text'] {
	background: url(//2636281.fs1.hubspotusercontent-na1.net/hubfs/2636281/Exsitec%202018/images/icons/search.svg) no-repeat right 15px center;
	border: 1px solid #eaedf1;
	border-radius: 20px;
	color: #9e9e9e
}
.blog-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.module-404 {
	height: 100vh;
	padding-top: 200px
}
.module-404 h1, .module-404 h2, .module-404 h5 {
	color: white
}
.module-404 h1 {
	font-size: 120px
}
@media (min-width: 1025px) {
	.module-404 h1 {
		font-size: 200px
	}
}
/*# sourceMappingURL=maps/style.css.map */

.cc__range-question-value{
  font-size: 16px !important;
  color:#ca005d;
}
input[type=range]::-webkit-slider-thumb{
  Background:#ca005d;
  height:20px;
  width:20px;
}
input[type=range]::-moz-range-thumb{
  Background:#ca005d;
  height:20px;
  width:20px;
}
input[type=range]::-ms-thumb{
  Background:#ca005d;
  height:20px;
  width:15px;
}
.email-form{
  border:none;
}


.gradient-block-2025.dnd_area-row-5-margin {
  margin: 40px !important;
  border-radius: 24px;
}