html {
	font-family: "Source Sans Pro", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
details,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

video {
	display: inline-block;
	vertical-align: baseline;
}

[hidden] {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: 700;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

small {
	font-size: 80%;
}

img {
	border: 0;
}

button {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button {
	text-transform: none;
}

button {
	cursor: pointer;
}

button[disabled] {
	cursor: default;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

legend {
	border: 0;
	padding: 0;
}

@media print {

	*,
	:after,
	:before {
		background: 0 0 !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	.navbar {
		display: none;
	}

	.label {
		border: 1px solid #000;
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 17px;
	line-height: 1.3;
	color: #033d7b;
	background-color: #f5f7fa;
}

button {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #0173ec;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #09865e;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

[role="button"] {
	cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Source Sans Pro, sans-serif;
	font-weight: 900;
	line-height: 1.1;
	color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-weight: 400;
	line-height: 1;
	color: #3a3f51;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 25px;
	margin-bottom: 12.5px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 12.5px;
	margin-bottom: 12.5px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 75%;
}

.h1,
h1 {
	font-size: 44px;
}

.h2,
h2 {
	font-size: 36px;
}

.h3,
h3 {
	font-size: 29px;
}

.h4,
h4 {
	font-size: 22px;
}

.h5,
h5 {
	font-size: 17px;
}

.h6,
h6 {
	font-size: 15px;
}

p {
	margin: 0 0 12.5px;
}

.small,
small {
	font-size: 88%;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

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

.text-muted {
	color: #909fa7;
}

.text-primary {
	color: #5d9cec;
}

a.text-primary:focus,
a.text-primary:hover {
	color: #2f80e7;
}

.text-info {
	color: #23b7e5;
}

a.text-info:focus,
a.text-info:hover {
	color: #1797be;
}

.bg-primary {
	color: #fff;
	background-color: #5d9cec;
}

a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #2f80e7;
}

.bg-info {
	background-color: #23b7e5;
}

a.bg-info:focus,
a.bg-info:hover {
	background-color: #1797be;
}

.page-header {
	padding-bottom: 11.5px;
	margin: 50px 0 25px;
	border-bottom: 1px solid #edf1f2;
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 12.5px;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}

dl {
	margin-top: 0;
	margin-bottom: 25px;
}

address {
	font-style: normal;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

.row {
	width: 100%;
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

@media (min-width: 768px) {

	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left: 0;
	}
}

@media (min-width: 992px) {

	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-0 {
		margin-left: 0;
	}
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 25px;
	font-size: 25.5px;
	line-height: inherit;
	color: #3a3f51;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #909293;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 16px;
	font-size: 17px;
	line-height: 1.52857143;
	border-radius: 100rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none;
}

.btn[disabled] {
	cursor: not-allowed;
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-default {
	color: #033d7b;
	background-color: #fff;
	border-color: #033d7b;
}

.btn-default.focus,
.btn-default:focus,
.btn-default:hover,
.btn-default:active,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover {
	color: #009fe3;
	border-color: #009fe3;
}

.btn-default[disabled],
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
	background-color: #fff;
	border-color: #eaeaea;
}

.btn-primary {
	color: #fff;
	background-color: #033d7b;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
	color: #fff;
	background-color: #009fe3;
}

.btn-primary[disabled],
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
	background-color: #5d9cec;
	border-color: #5899eb;
}

.btn-info {
	color: #fff;
	background-color: #23b7e5;
	border-color: #1eb6e4;
}

.btn-info.focus,
.btn-info:focus {
	color: #fff;
	background-color: #1797be;
	border-color: #0e5d76;
}

.btn-info:hover {
	color: #fff;
	background-color: #1797be;
	border-color: #158cb1;
}

.btn-info:active {
	color: #fff;
	background-color: #1797be;
	border-color: #158cb1;
}

.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover {
	color: #fff;
	background-color: #137d9f;
	border-color: #0e5d76;
}

.btn-info:active {
	background-image: none;
}

.btn-info[disabled],
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover {
	background-color: #23b7e5;
	border-color: #1eb6e4;
}

.btn-link {
	color: #5d9cec;
	font-weight: 400;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
	border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
	color: #1b72e2;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover {
	color: #e4eaec;
	text-decoration: none;
}

.btn-group-sm>.btn,
.btn-sm {
	padding: 5px 10px;
	font-size: 15px;
	line-height: 1.5;
}

.btn-group-xs>.btn,
.btn-xs {
	padding: 1px 5px;
	font-size: 15px;
	line-height: 1.5;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block+.btn-block {
	margin-top: 5px;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.open>a {
	outline: 0;
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.nav>li {
	position: relative;
	display: block;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: transparent;
	border-color: #5d9cec;
}

.nav>li>a>img {
	max-width: none;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 25px;
	border: 1px solid transparent;
	font-family: Raleway, sans-serif;
}

@media (min-width: 788px) {
	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width: 788px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}
}

.container>.navbar-collapse,
.container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 788px) {

	.container>.navbar-collapse,
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-brand {
	float: left;
	display: flex;
	align-items: center;
	height: 70px;
	width: 245px;
	padding-left: 5px;
	overflow: hidden;
	position: relative;
	z-index: 4;
}

.navbar-brand img {
	max-height: 50px;
	width: auto;
	backface-visibility: hidden;
	transition: padding 0.2s ease;
	padding: 2px;
}

@media (max-width: 787px) {
	.navbar-brand {
		height: 50px;
	}

	.navbar-brand img {
		padding: 5px;
		max-height: 38px;
	}
}

@media (min-width: 788px) and (max-width: 991px) {
	.navbar-brand {
		max-width: 180px;
	}

	.navbar-brand img {
		max-height: 38px;
	}
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none;
}

.navbar-brand>img {
	display: block;
}

@media (min-width: 788px) {
	.navbar>.container .navbar-brand {
		margin-left: -15px;
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

@media (min-width: 788px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 7.5px -15px;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 25px;
}

@media (min-width: 788px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}

	.navbar-nav>li {
		float: left;
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}

.navbar-btn.btn-sm {
	margin-top: 10.5px;
	margin-bottom: 10.5px;
}

.navbar-btn.btn-xs {
	margin-top: 16.5px;
	margin-bottom: 16.5px;
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (min-width: 788px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (min-width: 788px) {
	.navbar-left {
		float: left !important;
	}

	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}

	.navbar-right~.navbar-right {
		margin-right: 0;
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
	color: #033d7b;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -0.3px;
}

@media (max-width: 787px) {
	.navbar-default .navbar-brand {
		font-size: 20px;
	}
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color: #90adb7;
	background-color: transparent;
}

.navbar-default .navbar-text {
	color: #dde6e9;
}

.navbar-default .navbar-nav>li>a {
	color: gray;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #ddd;
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}

.navbar-default .navbar-collapse {
	border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background-color: #e7e7e7;
	color: #dde6e9;
}

.navbar-default .navbar-link {
	color: #afc4cb;
}

.navbar-default .navbar-link:hover {
	color: #ddd;
}

.navbar-default .btn-link {
	color: #afc4cb;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
	color: #ddd;
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover {
	color: #ccc;
}

.label {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}

a.label:focus,
a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.label:empty {
	display: none;
}

.btn .label {
	position: relative;
	top: -1px;
}

.label-default {
	background-color: #e4eaec;
}

.label-default[href]:focus,
.label-default[href]:hover {
	background-color: #c6d3d7;
}

.label-primary {
	background-color: #5d9cec;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
	background-color: #2f80e7;
}

.label-info {
	background-color: #23b7e5;
}

.label-info[href]:focus,
.label-info[href]:hover {
	background-color: #1797be;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}

.close {
	float: right;
	font-size: 25.5px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}

.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
	content: " ";
	display: table;
}

.container:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hidden {
	display: none !important;
}

.visible-md,
.visible-sm,
.visible-xs {
	display: none !important;
}

.visible-md-block,
.visible-sm-block,
.visible-xs-block {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	tr.visible-xs {
		display: table-row !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}

	tr.visible-sm {
		display: table-row !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}

	tr.visible-md {
		display: table-row !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

h1 {
	font-size: 3.7rem;
	line-height: 4.59rem;
}

h2 {
	font-size: 3.12rem;
	line-height: 4.07rem;
}

h3 {
	font-size: 24px;
	line-height: 38px;
	font-weight: 700;
}

h4 {
	font-size: 20px;
	line-height: 30px;
}

h5 {
	font-size: 18px;
}

html {
	direction: ltr;
	font-size: 65%;
}

@media only screen and (min-width: 481px) {
	html {
		font-size: 80%;
	}
}

@media only screen and (min-width: 768px) {
	html {
		font-size: 100%;
	}
}

body {
	font-weight: 300;
	overflow-x: hidden !important;
}

a,
.btn {
	transition: all ease 0.3s;
	transition-property: background-color, color, border, line-height;
}

a:hover {
	text-decoration: none;
}

.btn:active,
.btn:focus {
	outline: inherit;
}

.section-header {
	text-align: center;
}

.section-header h2 {
	margin-bottom: 20px;
}

.section-header .section-description {
	display: inline-block;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.navbar-sticky {
	min-height: 60px;
	background: #fff;
	border: 0;
	padding: 0 !important;
	margin-bottom: 0 !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-shadow: 0 2px 7px 0 rgba(53, 53, 53, 0.1);
	box-shadow: 0 2px 7px 0 rgba(53, 53, 53, 0.1);
	text-align: center;
}

.navbar-sticky .main-navbar li a {
	line-height: 70px;
	font-weight: 500;
	color: #033d7b;
}

.navbar-sticky .nav.main-navbar>li>a:focus,
.navbar-sticky .nav.main-navbar>li>a:hover {
	color: #009fe3;
}

@media (min-width: 788px) {

	.navbar-sticky .main-navbar li a,
	.navbar-sticky .main-navbar li button {
		font-size: 12px;
		padding: 0 7px;
	}
}

@media (min-width: 992px) {

	.navbar-sticky .main-navbar li a,
	.navbar-sticky .main-navbar li button {
		font-size: 16px;
		padding: 0 12px;
	}
}

@media (min-width: 1200px) {

	.navbar-sticky .main-navbar li a,
	.navbar-sticky .main-navbar li button {
		font-size: 18px;
		padding: 0 15px;
	}
}

.navbar-sticky .main-navbar li a:hover {
	color: #232735;
}

.navbar-sticky .main-navbar li.current a {
	color: #232735 !important;
	position: relative;
	outline: 0;
}

header {
	overflow: hidden;
	text-align: center;
}

.versions {
	padding-top: 30px;
	padding-bottom: 1px;
	background: #fff;
}

@media screen and (max-width: 480px) {
	.versions {
		padding-bottom: 20px;
	}
}

.section-header {
	margin-left: auto;
	margin-right: auto;
}

.versions .row>div {
	margin-top: 10px;
	margin-bottom: 10px;
}

.version-pic {
	margin: 0 auto;
	max-width: 150px;
}

.bottom-space {
	margin-bottom: 120px;
}

@media screen and (max-width: 480px) {
	.bottom-space {
		margin-bottom: 80px;
	}
}

.versions .material-icons {
	font-size: 50px;
	color: #fff;
	text-shadow: 0 1px 10px gray;
}

.versions h2 {
	font-size: 43px;
	margin-bottom: -5px;
	padding: 10px;
}

.versions .h2 {
	font-size: 43px;
}

.versions h3 {
	font-size: 18px;
}

.versions .row.bottom-space {
	padding: 0 30px;
}

.versions .row.bottom-space>div {
	padding: 0 25px;
	font-size: 16px;
}

.versions .row.bottom-space>div img {
	padding: 10px;
}

@media (max-width: 767px) {
	.versions .row.bottom-space>div+div {
		margin-top: 50px;
	}

	.versions h2,
	.versions .h2 {
		font-size: 26px;
		line-height: 28px;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 992px) {
	.versions .row.bottom-space>div+div {
		position: relative;
	}

	.versions .row.bottom-space>div+div:after {
		content: "";
		position: absolute;
		left: 0;
		height: 190px;
		bottom: 0;
		width: 2px;
		border-left: 1px solid #033d7b;
	}

	.versions .row>div {
		min-height: 310px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.versions .row.bottom-space>div {
		min-height: 300px;
	}

	.versions .row.bottom-space>div+div {
		position: relative;
	}

	.versions .row.bottom-space>div:nth-child(2n):after {
		content: "";
		position: absolute;
		left: 0;
		height: 190px;
		bottom: 0;
		width: 2px;
		border-left: 1px solid #033d7b;
	}

	.versions .row>div {
		min-height: 280px;
	}

	.versions h2,
	.versions .h2 {
		font-size: 30px;
		line-height: 32px;
	}
}

.applications.versions {
	background: #f6f7fb;
}

.underline-color {
	border-bottom: 2px solid transparent;
	padding-bottom: 5px;
}

@media (max-width: 767px) {
	.underline-color {
		padding-bottom: 2px;
	}
}

.border-green {
	border-color: #43b48f;
}

.border-yellow {
	border-color: #f7a824;
}

.border-blue {
	border-color: #009fe3;
}

@media (max-width: 767px) {

	.underline-green,
	.underline-yellow,
	.underline-blue {
		padding-bottom: 3px;
	}
}

.applications.versions .row {
	padding: 0 13px 60px;
}

.applications.versions .row>div {
	padding: 0 28px;
	min-height: auto;
}

@media (max-width: 767px) {

	.applications.versions h2,
	.applications.versions .h2 {
		line-height: 34px;
	}

	.applications.versions .row {
		padding-bottom: 0;
	}
}

.applications.versions a {
	color: #033d7b;
}

.applications.versions a:focus,
.applications.versions a:hover {
	color: #009fe3;
}

.applications.versions a:focus img,
.applications.versions a:hover img {
	border-color: #009fe3;
}

/* applications main-features */
.versions.main-features {
	padding-bottom: 20px;
}

.versions.main-features h2,
.versions.main-features .h2 {
	line-height: 1.2;
	margin: auto;
	max-width: 1100px;
	padding: 0 20px;
}

@media (max-width: 767px) {

	.versions.main-features h2,
	.versions.main-features .h2 {
		max-width: 350px;
	}
}

.applications.versions h2 .subtitle,
.applications.versions .h2 .subtitle {
	font-weight: 400;
	font-size: 75%;
	margin-bottom: 75px;
	line-height: 1.6;
}

.applications.main-features .image-block {
	padding-bottom: 0;
	position: relative;
}

.applications.main-features .image-block img.icon-graph {
	position: relative;
	z-index: 1;
	margin: 8% auto;
	width: 100%;
	height: auto;
}

.applications.main-features .image-block img.image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 44%;
	height: auto;
	z-index: 0;
	margin: auto;
	margin-left: 12.3%;
}

.applications.main-features h3,
.applications.main-features .h3 {
	font-size: 28px;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 11px;
	padding: 0;
}

@media (max-width: 767px) {

	.applications.main-features h3,
	.applications.main-features .h3 {
		font-size: 23px;
		margin-left: -25px;
		margin-right: -25px;
	}

	.applications.main-features .image-block {
		max-width: 320px;
		margin: auto;
	}

	.applications.main-features .image-block img.image {
		margin-left: 16.9%;
	}

	.applications.main-features .row .image-block,
	.applications.main-features .row .text-block {
		padding: 0 15px;
	}

	.applications.main-features .row .text-block {
		text-align: center;
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}

	.applications.main-features .row+.row {
		margin-top: 40px;
	}
}

.applications.main-features .text-block {
	text-align: left;
}

@media (min-width: 768px) {
	.applications.main-features .text-block {
		font-size: 1.1rem;
	}

	.applications.versions.main-features .image-block {
		padding: 0 5% 0 0;
	}

	.applications.versions.main-features .text-block {
		max-width: 365px;
		padding: 0 0 0 25px;
	}

	.applications.versions.main-features .text-block h3 {
		margin-right: -25%;
	}
}

@media (min-width: 992px) {
	.applications.main-features .text-block {
		font-size: 1.2rem;
	}

	.applications.versions.main-features .text-block {
		max-width: 417px;
		padding: 0 20px;
	}
}

@media (min-width: 1200px) {
	.applications.versions.main-features .text-block {
		max-width: none;
		padding: 0 0.7%;
	}

	.applications.versions.main-features .block-2 .image-block {
		transform: translateX(-6%);
	}

	.applications.versions.main-features .block-2 .text-block {
		padding: 0 4.4%;
	}
}

.applications.main-features .summary {
	display: block;
	font-weight: 600;
}

.applications.main-features .rounded-label {
	border-radius: 100rem;
	border-width: 1px;
	border-style: solid;
	padding: 0 0.8rem 0.1rem;
	font-weight: 600;
	font-size: 66%;
	position: relative;
	top: -0.2rem;
	margin-left: 0.2rem;
}

.applications.main-features .btn {
	font-family: Raleway, sans-serif;
	font-weight: 500;
	color: #fff;
	margin-top: 22px;
}

.applications.main-features .btn:hover,
.applications.main-features .btn:focus {
	color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {

	.applications.main-features h3,
	.applications.main-features .h3 {
		font-size: 29px;
		line-height: 1.1;
	}
}

/* applications general-features */
.versions.general-features h2,
.versions.general-features .h2 {
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.4;
}

@media (max-width: 991px) {

	.versions.general-features h2,
	.versions.general-features .h2 {
		max-width: 600px;
	}
}

@media (max-width: 767px) {

	.versions.general-features h2,
	.versions.general-features .h2 {
		max-width: 320px;
	}
}

.versions.general-features .slider {
	margin-top: 1rem;
}

.versions.general-features .slide {
	margin: auto;
	display: flex;
	align-items: center;
	margin: 1rem 7rem 0;
	padding: 2rem;
	border-radius: 30px;
	background: #f6f7fb;
}

.versions.general-features .slide+.slide {
	margin-top: 1rem;
}

.versions.general-features .slide .image-block {
	padding-right: 1rem;
	border-right: 1px solid #033d7b;
}

.versions.general-features .slide .image-block img {
	max-width: 160px;
	height: auto;
}

.versions.general-features .slide .text-block {
	padding-left: 2rem;
	text-align: left;
	font-size: 1.2rem;
}

.versions.general-features .slide .text-block h3,
.versions.general-features .slide .text-block .h3 {
	font-size: 34px;
	line-height: 1.2;
	padding: 0;
	margin: 0 0 1.5rem;
}

@media (min-width: 768px) and (max-width: 991px) {
	.versions.general-features .slide {
		margin: 0 5rem;
		padding: 1rem;
	}

	.versions.general-features .slide .text-block {
		font-size: 1rem;
	}

	.versions.general-features .slide .image-block img {
		max-width: 160px;
	}
}

@media (max-width: 767px) {

	.versions.general-features .slide .text-block h3,
	.versions.general-features .slide .text-block .h3 {
		font-size: 27px;
	}

	.versions.general-features .slide {
		flex-direction: column;
		margin: 0 15px;
		padding: 20px;
	}

	.versions.general-features .slide .image-block,
	.versions.general-features .slide .text-block {
		min-width: 0;
		min-height: 0;
	}

	.versions.general-features .slide .text-block {
		font-size: inherit;
		padding: 0;
		text-align: center;
	}

	.versions.general-features .slide .image-block {
		padding: 0 0 15px;
		border: none;
	}

	.versions.general-features .slide .image-block img {
		max-width: 150px;
	}
}

.general-features .flickity-slider {
	display: flex;
	align-items: center;
}

.general-features .flickity-page-dots {
	left: 0;
	bottom: -40px;
}

.general-features .flickity-page-dot {
	width: 15px;
	height: 15px;
	background: #003d7c;
}

.general-features .flickity-button:focus,
.general-features .flickity-page-dot:focus {
	box-shadow: 0 0 0 5px #05baee;
}

.general-features .flickity-page-dot.is-selected {
	background: #05baee;
}

.general-features .flickity-button {
	background: #f6f7fb;
	width: 55px;
	height: 55px;
}

.general-features .flickity-button svg {
	display: none;
}

.general-features .flickity-button.next:after,
.general-features .flickity-button.previous:after {
	content: "";
	width: 42px;
	height: 24px;
	background: url("../images/arrow_small.svg") no-repeat;
	display: block;
	position: absolute;
	left: calc((100% - 42px) / 2);
	top: calc((100% - 24px) / 2);
	transform: scale(0.75);
}

.general-features .flickity-button.previous:after {
	transform: scale(0.75) rotate(180deg);
}

@media (max-width: 767px) {
	.general-features .flickity-button {
		top: calc(100% + 33px);
		z-index: 1;
	}
}

/* distributors */

.distributors-text {
	background: #f6f7fb;
	padding-bottom: 15px;
}

.versions.distributors-text .text-center {
	max-width: 650px;
	margin: auto;
	padding: 20px 20px 0;
}

.distributors-text h1 {
	font-size: 41px;
	font-weight: 700;
	line-height: 36px;
	margin: 15px auto 25px;
	line-height: 1.3;
}

@media (min-width: 768px) {
	.distributors-text h1 {
		max-width: 720px;
	}
}

.distributors-hammarprodukter {
	margin: 20px 0 15px;
}

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

@media (max-width: 767px) {
	.distributors-text h1 {
		font-size: 27px;
		line-height: 1.2;
	}

	.distributors-hammarprodukter {
		overflow: hidden;
	}

	.distributors-hammarprodukter img {
		max-width: none;
		width: 200%;
		margin-left: -59%;
	}
}

.distributors-map {
	position: relative;
	padding-bottom: 20px;
}

.distributors-map #map,
.distributors-map .popup-container {
	width: calc(100% - 20px);
	max-width: 1100px;
	height: 500px;
	margin: auto;
}

.distributors-map .leaflet-container {
	height: 400px;
	width: 600px;
	max-width: 100%;
	max-height: 100%;
}

.distributors-map .leaflet-layer {
	filter: hue-rotate(30deg) contrast(80%) brightness(70%);
}

.distributors-map .info {
	min-width: 320px;
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	line-height: 20px;
}

.distributors-map .info h4 {
	margin: 0 0 5px;
	color: #777;
}

.distributors-map .info.info-popup b {
	padding: 0 10px;
}

.distributors-map .popup-container {
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	display: none;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	z-index: 2000;
	transition: opacity 0.2s ease;
}

.distributors-map .popup-container.opened {
	display: flex;
	opacity: 1;
}

.distributors-map .popup-container .info-popup {
	position: relative;
}

.distributors-map .popup-container .info-popup .close-popup {
	position: absolute;
	top: 5px;
	right: 5px;
	line-height: 1;
	font-weight: 700;
	cursor: pointer;
	color: #666;
}

.distributors-map .popup-container .info-popup .close-popup:hover {
	color: #000;
}

.distributors-list {
	margin-top: -15px;
	padding: 20px;
}

.distributor {
	display: inline-block;
	width: 33%;
	vertical-align: middle;
	margin-top: 35px;
}

.distributor .country {
	font-weight: 700;
	font-size: 1.3em;
	color: #666;
}

.distributor .company {
	font-weight: 700;
	font-size: 1.1em;
}

@media (max-width: 767px) {
	.distributor {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.distributor {
		width: 45%;
	}
}

.content-container {
	max-width: 1600px;
	padding: 0px 15px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 825px) {
	.content-container {
		padding: 0px 10px;
	}
}

@media (max-width: 340px) {
	.content-container {
		padding: 0px 5px;
	}
}

#container404 {
	text-align: center;
	padding: 50px 20px 100px;
}

#container404 img {
	max-width: 360px;
	margin-top: 20px;
	width: 100%;
	padding: 10px;
}

#container404 .return-link {
	font-size: 22px;
	margin-top: 15px;
}

header {
	overflow: hidden;
	position: relative;
	min-height: 50px;
}

/* privacy policy */

#privacy-policy {
	max-width: 800px;
	padding: 40px 20px;
	margin: auto;
}

#privacy-policy h1 {
	font-size: 1.7em;
	line-height: 1.7;
}

#privacy-policy h2 {
	font-size: 1.3em;
	line-height: 1.4;
}

/* blog */

.blog.header-section {
	background-color: #0006;
	background-blend-mode: multiply;
	color: #fff;
	height: 560px;
	background-position: bottom center;
	background-attachment: fixed;
}

.blog.header-section {
	min-height: 400px;
}

.blog.header-section .img-fixed-background {
	width: 100vw;
	height: calc(100vh - 50px);
	position: fixed;
	z-index: -1;
	top: 50px;
}

.blog.header-section .img-fixed-background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog.applications.header-section .content-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.blog.applications.header-section .slogan-container {
	top: auto;
	right: auto;
	padding-left: 65px;
	padding-bottom: 50px;
	text-align: left;
	width: 65%;
}

@media (max-width: 767px) {
	.blog.header-section .img-fixed-background {
		height: 100vh;
		top: 0;
	}
}

@media (min-width: 1200px) and (max-width: 1299px) {
	.blog.applications.header-section .content-container {
		margin: 0;
	}
}

@media (min-width: 1300px) {
	.blog.applications.header-section .slogan-container {
		padding-left: 65px;
	}
}

@media (min-width: 1600px) {
	.blog.applications.header-section .slogan-container {
		padding-left: 50px;
	}
}

.blog-entry.blog.applications.header-section .slogan-container {
	width: 100%;
	text-align: center;
	padding: 0;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: 0;
	transform: translateY(-25%);
	max-width: 800px;
}

.blog.header-section .entry-title {
	margin-top: 0;
	font-size: 3rem;
	line-height: 1.3;
}

.blog-entry.blog.header-section .entry-title {
	padding: 15px;
}

.blog.header-section .entry-title a {
	color: #fff;
	text-decoration: none;
	border-bottom: 4px solid transparent;
}

.blog.header-section .entry-title a:hover {
	border-bottom: 4px solid #fff;
}

.blog.header-section .entry-summary {
	margin-bottom: 0;
	line-height: 25px;
}

.blog.header-section .entry-date {
	border: 1px solid #fff;
	border-radius: 100rem;
	padding: 2px 15px;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 600;
}

@media (max-width: 767px) {
	.blog.applications.header-section .slogan-container {
		padding: 15px 25px;
		width: auto;
	}
}

.blog.featured-posts {
	padding: 50px;
	background: #fff;
}

.blog-navigation.blog.featured-posts {
	padding: 0;
}

.blog.featured-posts .row {
	margin-left: -15px;
	margin-right: -15px;
}

.blog-navigation.blog.featured-posts .row {
	margin: 0;
}

.blog-navigation.blog.featured-posts .row>article {
	padding: 0;
}

.blog-navigation.blog.featured-posts .left-side {
	text-align: left;
}

.blog-navigation.blog.featured-posts .right-side {
	text-align: right;
}

.blog.featured-posts .main-title {
	font-size: 2.7rem;
	font-weight: 700;
	margin: 15px auto 25px;
	line-height: 1.3;
}

.blog.featured-posts article a {
	background-position: center center;
	background-size: cover;
	display: block;
	height: 400px;
	padding: 35px;
	color: #fff;
	border-radius: 15px;
	position: relative;
	background-color: #0006;
	background-blend-mode: multiply;
}

.blog-navigation.blog.featured-posts article a {
	border-radius: 0;
	height: 320px;
}

.blog.featured-posts article .entry-date,
.blog.featured-posts article .entry-arrow {
	border: 1px solid #fff;
	border-radius: 100rem;
	padding: 2px 15px;
	display: inline-block;
	font-size: 1.2rem;
	color: #fff;
	font-weight: 600;
}

.blog.featured-posts article .entry-arrow {
	padding: 2px;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 19px;
}

.blog.featured-posts article .entry-arrow img {
	width: 18px;
	height: auto;
}

.blog-navigation.blog.featured-posts article .navigation-arrow .arrow-text {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 400;
	border-bottom: none;
}

.blog-navigation.blog.featured-posts article .navigation-arrow img {
	max-width: 100px;
	position: relative;
	top: 2px;
}

.blog-navigation.blog.featured-posts .left-side .arrow-text {
	margin-left: 15px;
}

.blog-navigation.blog.featured-posts .right-side .arrow-text {
	margin-right: 15px;
}

.blog.featured-posts article .entry-link {
	font-size: 2rem;
	display: inline-block;
	margin-bottom: 0;
	line-height: 2.5rem;
	width: calc(100% - 35px * 2);
}

.blog.featured-posts article .entry-link span {
	transition: all 0.3s ease;
	border-bottom: 3px solid transparent;
}

.blog.featured-posts article a:hover {
	background-color: #0008;
}

.blog.featured-posts article a:hover .entry-link span {
	border-bottom: 3px solid #fff;
}

.blog.featured-posts article .entry-date,
.blog.featured-posts article .entry-arrow,
.blog.featured-posts article .entry-link {
	position: absolute;
}

.blog.featured-posts article .entry-date {
	top: 35px;
	left: 35px;
}

.blog.featured-posts article .entry-arrow {
	top: 35px;
	right: 35px;
}

.blog.featured-posts article .entry-link {
	left: 35px;
	bottom: 35px;
}

@media (max-width: 767px) {
	.blog.featured-posts {
		padding: 15px;
	}

	.blog.featured-posts .row {
		margin: auto;
	}

	.blog.featured-posts article {
		margin: 0;
	}

	.blog.featured-posts article a {
		padding: 15px;
	}

	.blog.featured-posts article+article {
		margin-top: 15px;
	}

	.blog.featured-posts article .entry-date {
		top: 15px;
		left: 15px;
	}

	.blog.featured-posts article .entry-arrow {
		top: 15px;
		right: 15px;
		font-size: 11px;
		width: 23px;
		height: 23px;
	}

	.blog.featured-posts article .entry-arrow img {
		width: 17px;
	}

	.blog.featured-posts article .entry-link {
		left: 15px;
		bottom: 15px;
		width: calc(100% - 15px * 2);
	}
}

.blog.news-and-press {
	padding: 50px 50px 100px;
	background: #fff;
}

.blog.news-and-press .slider {
	margin-left: -15px;
	margin-right: -15px;
}

.blog.news-and-press .main-title {
	font-size: 2.7rem;
	font-weight: 700;
	margin: 15px auto 25px;
	line-height: 1.3;
}

.recommended.blog.news-and-press .main-title {
	text-align: center;
	font-size: 2.1rem;
	margin-top: 60px;
	margin-bottom: 40px;
}

.blog.news-and-press article a {
	display: block;
	color: #003d7c;
}

.recommended.blog.news-and-press article a {
	background: #f6f7fb;
}

.recommended.blog.news-and-press article:nth-child(1) a {
	border-bottom: 6px solid #009fe3;
}

.recommended.blog.news-and-press article:nth-child(2) a {
	border-bottom: 6px solid #41b28e;
}

.recommended.blog.news-and-press article:nth-child(3) a {
	border-bottom: 6px solid #f8b133;
}

.blog.news-and-press article .img-container {
	background: #0006;
	border-radius: 15px;
	margin-bottom: 15px;
	position: relative;
}

.blog.news-and-press article .img-container img {
	height: 280px;
	object-fit: cover;
}

.recommended.blog.news-and-press article .img-container {
	background: transparent;
}

.recommended.blog.news-and-press article .img-container img {
	max-height: 200px;
	object-fit: cover;
	border-radius: 0;
}

.blog.news-and-press article .img-container:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0000;
	border-radius: 15px;
	transition: all 0.3s ease;
}

.recommended.blog.news-and-press article .img-container:after {
	border-radius: 0;
}

.blog.news-and-press article .img-container img {
	width: 100%;
	border-radius: 15px;
}

.blog.news-and-press article .entry-date {
	border: 1px solid #003d7c;
	border-radius: 100rem;
	padding: 2px 15px;
	display: inline-block;
	font-size: 1.2rem;
	color: #003d7c;
	transition: all 0.3s ease;
	font-weight: 600;
}

.recommended.blog.news-and-press article .entry-date {
	padding: 0 0 0 15px;
	border: none;
}

.blog.news-and-press article .entry-link {
	font-size: 2rem;
	margin-bottom: 0;
	margin-top: 10px;
	line-height: 2.5rem;
	padding-bottom: 5px;
}

.recommended.blog.news-and-press article .entry-link {
	font-size: 1.6rem;
	padding: 0 0 15px 15px;
	line-height: 1.2;
	min-height: 80px;
}

.blog.news-and-press article .entry-link span {
	border-bottom: 2px solid transparent;
	transition: all 0.3s ease;
}

.blog.news-and-press article a:hover span {
	border-bottom: 2px solid #003d7c;
}

.blog.news-and-press article a:hover .img-container:after {
	background: #0006;
}

@media (max-width: 767px) {
	.blog.news-and-press {
		padding: 15px 15px 80px;
	}

	.blog.news-and-press .slider {
		margin: auto;
	}

	.recommended.blog.news-and-press article .entry-link {
		min-height: 0;
	}

	.recommended.blog.news-and-press article+article {
		margin-top: 25px;
	}
}

.header-background {
	position: absolute;
	width: 100vw;
	height: 250px;
	left: calc(50% - 50vw);
	margin: 1px 0 0 0;
	padding: 0;
}

.header-background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header-background:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 30%;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg, #ffff, #fff0);
}

.reversed-arrow {
	transform: scaleX(-1);
}

.applications.blog-article {
	background: #fff;
	padding: 0 0 25px;
}

.applications.versions.blog-article .blog-article-header {
	margin-bottom: 0;
	padding: 50px 0 20px;
}

.applications.blog-article h2,
.applications.blog-article .h2 {
	font-size: 2.1rem;
	line-height: 1.2;
	margin: 10px 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

.blog-article .underline-color {
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
}

.applications.blog-article h2 .subtitle,
.applications.blog-article .h2 .subtitle {
	line-height: 1.2;
	font-weight: 600;
	font-size: 82%;
	padding: 0 40px;
	margin: 20px 40px;
	border-left: 2px solid #003d7c;
}

.applications.versions.blog-article .row {
	padding: 0;
}

.applications.versions.blog-article .article-text {
	padding: 0 20px;
}

.applications.versions.blog-article .article-text h2,
.applications.versions.blog-article .article-text .h2 {
	margin: 36px 0 -20px;
}

.blog-article .article-text ul {
	list-style-position: inside;
}

.blog-article .article-text ol {
	list-style-position: inside;
}

.blog-article .article-text ul li {
	text-align: left;
	font-size: 1.15rem;
}

.blog-article .article-text ol li {
	text-align: left;
	font-size: 1.15rem;
}

.blog-article .article-text ul li+li {
	margin-top: 5px;
}

.blog-article .article-text ol li+li {
	margin-top: 5px;
}

.blog-article .article-text img {
	width: 100%;
	border-radius: 15px;
	height: auto;
	margin: auto;
	display: block;
}

.applications.versions.blog-article .quotation {
	font-size: 85%;
	color: #666;
}

.blog-article .article-text p {
	margin: 2.5rem 0;
	font-size: 1.15rem;
}

.blog-article .article-text a {
	text-decoration: underline;
	color: #0173ec;
}

.blog-article .article-text h3 {
	margin-bottom: -30px;
	font-size: 1.5rem;
}

.blog-article .article-text h2+h3 {
	margin-top: 40px;
}

@media (max-width: 767px) {
	.applications.versions.blog-article .blog-article-header {
		padding: 10px 0 0;
	}

	.applications.blog-article h2,
	.applications.blog-article .h2 {
		max-width: none;
	}

	.applications.versions.blog-article .article-text h2,
	.applications.versions.blog-article .article-text .h2 {
		margin-top: 15px;
	}

	.applications.blog-article h2 .subtitle,
	.applications.blog-article .h2 .subtitle {
		padding: 0 15px;
		margin: 10px 25px;
	}

	.applications.versions.blog-article .article-text {
		padding: 15px;
	}

	.blog-article .article-text p,
	.blog-article .article-text ul li,
	.blog-article .article-text ol li {
		font-size: 17px;
	}
}

/* our clients say */

.our-clients-say {
	background: linear-gradient(#41b28e 0%,
			#41b28e 50%,
			#2d9c79 50%,
			#2d9c79 100%);
	color: #fff;
}

.our-clients-say .left-side,
.our-clients-say .right-side {
	padding: 0;
}

.our-clients-say .left-side .main-title {
	font-size: 2.7rem;
	margin: 0 40px 20px 50px;
}

.our-clients-say .left-side .quote-top {
	background: #41b28e;
	padding-top: 40px;
	padding-left: calc(50vw - 615px);
}

.our-clients-say .left-side .quote-bottom {
	background: #2d9c79;
	padding-bottom: 40px;
	padding-left: calc(50vw - 615px);
}

.our-clients-say .left-side .quote {
	position: relative;
	margin: 0 40px;
	filter: drop-shadow(3px 3px 2px #0005);
}

.our-clients-say .left-side .full-quote {
	border-radius: 20px 20px 0 0;
	background: #fff;
	color: #003d7c;
	padding: 45px calc(45px + 40px) 40px 45px;
	font-size: 2rem;
	font-weight: bold;
}

.our-clients-say .left-side a {
	text-decoration: none;
}

.our-clients-say .left-side .full-quote span {
	transition: all 0.3s ease;
	border-bottom: 2px solid transparent;
}

.our-clients-say .left-side a:hover .full-quote span {
	border-bottom: 2px solid #003d7c;
}

.our-clients-say .left-side .quote-link {
	position: absolute;
	top: 45px;
	right: 45px;
}

.our-clients-say .left-side .quote-link img {
	width: 28px;
	height: auto;
}

.our-clients-say .left-side .quote-info {
	background: #003d7c;
	padding: 25px 50px 50px;
	border-radius: 0 0 20px 20px;
	margin: 0 40px;
	font-size: 1.4rem;
	line-height: 1.2;
	filter: drop-shadow(3px 3px 2px #0005);
}

.our-clients-say .left-side .quote-info .name {
	font-weight: 600;
}

.our-clients-say .right-side {
	height: 678px;
}

.our-clients-say .right-side img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {

	.our-clients-say .left-side .full-quote,
	.our-clients-say .left-side .quote-info {
		padding: 15px 35px 15px 25px;
	}

	.our-clients-say .left-side .quote-link {
		right: 15px;
		top: 15px;
	}

	.our-clients-say .left-side .quote-link img {
		width: 18px;
	}

	.our-clients-say .right-side {
		height: auto;
	}
}

body {
	transition: opacity 0.3s ease;
}

.sentrisense-green {
	background: #43b48f;
}

.sentrisense-yellow {
	background: #f7a824;
}

.sentrisense-blue {
	background: #009fe3;
}

.sentrisense-dark-blue {
	background: #033d7b;
}

.header .navbar-brand:focus {
	border: 1px dotted #009fe3;
}

.header #navbar-main {
	position: relative;
	background: #fff;
}

@media (max-width: 787px) {
	.header #navbar-main ul {
		margin: 0;
	}

	.header #navbar-main .navbar-left li a,
	.header #navbar-main .navbar-left li a {
		padding: 5px;
		line-height: 50px;
	}

	.header #navbar-main .navbar-right {
		width: 100%;
		justify-content: center;
		margin-top: -10px;
	}

	.header #navbar-main .navbar-right li a,
	.header #navbar-main .navbar-right li a {
		line-height: 1.3;
	}
}

.navbar.navbar-sticky {
	position: fixed;
	width: 100%;
	z-index: 5;
	top: 0;
	border-radius: 0;
	min-height: auto;
}

@media (max-width: 787px) {
	.navbar.navbar-sticky {
		position: absolute;
	}
}

.header .navbar-sticky .nav.main.navbar li a {
	transition: all 0.3s ease-in;
}

@media (min-width: 788px) {
	.header .navbar-sticky.compact .nav.main-navbar li a {
		line-height: 50px;
	}

	.header .navbar-sticky.compact .navbar-brand {
		height: 50px;
	}
}

@media (min-width: 992px) {

	.header #navbar-main .main-navbar li a,
	.header #navbar-main .main-navbar li button {
		font-size: 14px;
	}

	.navbar-sticky.compact .navbar-header img {
		padding: 5px 2px 5px 18px;
	}
}

@media (min-width: 1065px) {

	.header #navbar-main .main-navbar li a,
	.header #navbar-main .main-navbar li button {
		font-size: 16px;
	}

	.navbar-sticky.compact .navbar-header img {
		padding: 5px 2px 5px 18px;
	}
}

.header .navbar-left {
	float: none !important;
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 787px) {
	.header .navbar-left {
		display: block;
	}
}

.main-navbar {
	position: relative;
}

.main-navbar ul.menu-products-applications {
	position: absolute;
	background: #fff;
	top: 70px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	list-style: none;
	padding: 10px 20px 20px;
	z-index: -1;
	box-shadow: 0 0 0 200vw rgba(0, 0, 0, 0.5), 0 0 10px 0 #000;
	text-align: left;
	max-width: 400px;
}

.navbar.navbar-default.navbar-sticky:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	background: #fff;
	height: 100%;
	z-index: -1;
}

.main-navbar .products-applications+ul.menu-products-applications:focus,
.main-navbar .products-applications+ul.menu-products-applications:focus-within,
.main-navbar .products-applications+ul.menu-products-applications:hover,
.main-navbar .products-applications:focus+ul.menu-products-applications,
.main-navbar .products-applications:focus-within+ul.menu-products-applications,
.main-navbar .products-applications:hover+ul.menu-products-applications {
	opacity: 1;
	visibility: visible;
}

.header .navbar-sticky .nav.main-navbar .menu-products-applications>li>a {
	line-height: 20px;
}

.main-navbar .menu-products-applications>li>a {
	display: block;
	padding: 5px 10px;
	color: #033d7b;
}

.main-navbar .menu-products-applications>li>a:focus,
.main-navbar .menu-products-applications>li>a:hover {
	color: #009fe3;
}

.main-navbar .menu-products-applications li.application:nth-child(n + 2) {
	margin-top: 25px;
}

.main-navbar .menu-products-applications li.application a {
	font-weight: 700;
}

@media (max-width: 787px) {
	#header {
		overflow: visible;
	}

	.navbar-collapse.collapse.in .main-navbar ul.menu-products-applications,
	.navbar-collapse.collapsing .main-navbar ul.menu-products-applications {
		position: relative;
		opacity: 1;
		visibility: visible;
		z-index: 3;
		box-shadow: none;
		padding: 0 0 15px;
		top: 0;
		margin-left: -5px;
	}

	#navbar-main.collapse.in .main-navbar ul.menu-products-applications li a,
	#navbar-main.collapsing .main-navbar ul.menu-products-applications li a {
		line-height: 23px;
		padding: 4px 10px;
	}

	#navbar-main.collapse.in .main-navbar .menu-products-applications li.application:nth-child(n + 2),
	#navbar-main.collapsing .main-navbar .menu-products-applications li.application:nth-child(n + 2) {
		margin-top: 10px;
	}

	#navbar-main.collapse.in,
	#navbar-main.collapsing {
		max-height: calc(100vh - 55px);
		text-align: left;
	}

	#navbar-main.navbar-collapse.collapse.in .main-navbar .products-applications a,
	#navbar-main.navbar-collapse.collapsing .main-navbar .products-applications a {
		padding-bottom: 0;
	}
}

#navbar-main .navbar-right {
	display: flex;
	align-items: center;
	gap: 5px;
	height: 70px;
	transition: height 0.2s ease;
}

.compact #navbar-main .navbar-right {
	height: 50px;
}

#navbar-main .btn {
	line-height: 2;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 788px) and (max-width: 1199px) {
	#navbar-main .btn {
		padding-left: 13px;
		padding-right: 13px;
	}
}

#navbar-main .btn-default {
	color: #033d7b;
	background-color: #fff;
	border-color: #033d7b;
}

#navbar-main .btn-default.focus,
#navbar-main .btn-default:focus,
#navbar-main .btn-default:hover,
#navbar-main .btn-default:active,
#navbar-main .btn-default:active.focus,
#navbar-main .btn-default:active:focus,
#navbar-main .btn-default:active:hover {
	color: #009fe3;
	border-color: #009fe3;
}

#navbar-main .btn-primary {
	color: #fff;
	background-color: #033d7b;
}

#navbar-main .btn-primary.focus,
#navbar-main .btn-primary:focus,
#navbar-main .btn-primary:hover,
#navbar-main .btn-primary:active,
#navbar-main .btn-primary:active.focus,
#navbar-main .btn-primary:active:focus,
#navbar-main .btn-primary:active:hover {
	color: #fff;
	background-color: #009fe3;
}

.full-screen {
	position: relative;
	text-align: center;
	margin-top: 0;
	width: 100%;
	height: auto;
}

.full-screen .video-home {
	width: 100%;
	height: 100%;
	margin-bottom: -5px;
}

.full-screen .arrow-down {
	position: sticky;
	height: 0;
	transform: translateY(-50px);
	padding-right: 15px;
	margin: auto;
	bottom: 0;
	transition: opacity 2s ease;
}

.full-screen .arrow-down .material-icons {
	border-radius: 100%;
	border: 1px solid #fff;
	padding: 2px;
	color: #fff;
	transform: translateY(0);
	opacity: 1;
	animation: scroll-down 2s ease infinite;
}

@keyframes scroll-down {
	0% {
		opacity: 0;
		transform: translateY(0);
	}

	5% {
		opacity: 1;
		transform: translateY(0);
	}

	25% {
		opacity: 1;
		transform: translateY(0);
	}

	75% {
		opacity: 0;
		transform: translateY(30px);
	}

	100% {
		opacity: 0;
		transform: translateY(30px);
	}
}

.full-screen h1.slogan {
	font-family: Raleway, sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 20px;
	position: absolute;
	top: 35%;
	margin: auto;
	font-weight: 900;
	max-width: 680px;
	padding: 20px;
	color: #fff;
	text-align: center;
	filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.4));
	left: 0;
	right: 0;
	z-index: 2;
}

.full-screen h1.slogan img {
	width: 137px;
	height: auto;
}

@media (max-width: 991px) {
	.full-screen h1.slogan {
		max-width: 520px;
		font-size: 45px;
		line-height: 57px;
		gap: 20px;
	}

	.full-screen h1.slogan img {
		width: 109px;
	}
}

@media (max-width: 767px) {
	.full-screen h1.slogan {
		max-width: 350px;
		font-size: 30px;
		line-height: 35px;
		gap: 15px;
	}

	.full-screen h1.slogan img {
		width: 69px;
	}
}

.applications.decision-makers {
	background: #fff;
}

.applications.decision-makers h2 {
	font-size: 59px;
	line-height: 1.2;
	margin: auto;
	padding: 0 20px;
	position: relative;
	z-index: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
	.applications.decision-makers h2 {
		font-size: 42px;
	}
}

@media (max-width: 767px) {
	.applications.decision-makers h2 {
		font-size: 36px;
		max-width: 350px;
		padding-bottom: 10px;
		line-height: 1.2;
	}

	.decision-makers .underline-color {
		padding-bottom: 0;
	}
}

.applications.decision-makers .decision-makers-header {
	margin-top: 60px;
	margin-bottom: 90px;
	text-align: center;
}

.decision-makers .blocks {
	position: relative;
	color: #fff;
	text-align: left;
}

.decision-makers .blocks .block-left,
.decision-makers .blocks .block-right {
	min-height: 700px;
	border-radius: 12px;
	background-size: cover;
	background-position: center;
}

.decision-makers .blocks .block-left {
	background-image: url("/images/increasing_efficiency.webp");
}

.decision-makers .blocks .block-right {
	background-image: url("/images/making_informed_decisions.webp");
}

.decision-makers .blocks .block-top {
	padding: 30px 25px 0;
	display: flex;
	align-items: center;
	gap: 20px;
}

.decision-makers .blocks .block-arrow {
	border: 1px solid #fff;
	border-radius: 100rem;
	font-weight: 600;
	padding: 2px;
	width: 27px;
	height: 27px;
	text-align: center;
	font-size: 14px;
	margin-top: 3px;
	flex-shrink: 0;
}

.decision-makers .blocks .block-arrow img {
	width: 16px;
	height: auto;
}

.decision-makers .blocks .block-title {
	font-size: 2.7rem;
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
}

.decision-makers .blocks .block-description {
	position: absolute;
	bottom: 0;
	padding: 40px;
	background: #003d7cb2;
	width: calc(100% - 30px);
	border-radius: 0 0px 12px 12px;
	font-size: 1.3rem;
	min-height: 214px;
}

.decision-makers .blocks .block-description span {
	padding-left: 30px;
	border-left: 1px solid #fff;
	display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
	.decision-makers .blocks .block-title {
		font-size: 2.2rem;
		line-height: 1.1;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.decision-makers .blocks .block-description {
		font-size: 2.08vw;
		min-height: 267px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.decision-makers .blocks .block-description {
		font-size: 1.73vw;
		min-height: 214px;
	}
}

@media (max-width: 767px) {
	.applications.decision-makers .decision-makers-header {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.decision-makers .blocks .block-description {
		font-size: 16px;
		min-height: auto;
		padding: 20px;
	}

	.decision-makers .blocks .block-description span {
		padding-left: 15px;
	}

	.decision-makers .blocks>div+div {
		margin-top: 25px;
	}
}

.power-up-ohl {
	background: #fff;
}

.applications.power-up-ohl h2 {
	font-size: 42px;
	line-height: 1.2;
	margin: auto;
	padding: 0 20px;
	text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
	.applications.power-up-ohl h2 {
		font-size: 35px;
	}
}

@media (max-width: 767px) {
	.applications.power-up-ohl h2 {
		font-size: 30px;
		max-width: 350px;
		padding-bottom: 10px;
		line-height: 1.2;
	}
}

.applications.power-up-ohl .power-up-ohl-header {
	margin-top: 100px;
	margin-bottom: 90px;
	text-align: center;
}

.power-up-ohl .ohl-block {
	border-radius: 12px;
	filter: drop-shadow(0 2px 2px #00000020);
	background: #fff;
	text-align: center;
}

.power-up-ohl .ohl-header {
	color: #fff;
	font-size: 1.6rem;
	border-radius: 12px 12px 0 0;
	text-align: center;
	padding: 10px;
	font-weight: 600;
}

.power-up-ohl .ohl-qid .ohl-header {
	background: #f8b133;
}

.power-up-ohl .ohl-dlr .ohl-header {
	background: #41b28e;
}

.power-up-ohl .ohl-efd .ohl-header {
	background: #05baee;
}

.power-up-ohl .ohl-infographic {
	margin: 40px 0 25px;
}

.power-up-ohl .ohl-infographic img {
	width: 100%;
	height: auto;
}

.power-up-ohl .ohl-title {
	text-align: center;
	border-bottom: 2px solid transparent;
	margin: 0 20px 10px;
	padding-bottom: 15px;
	font-size: 1.65rem;
	line-height: 1.2;
}

.power-up-ohl .ohl-qid .ohl-title {
	border-color: #f8b133;
}

.power-up-ohl .ohl-dlr .ohl-title {
	border-color: #41b28e;
}

.power-up-ohl .ohl-efd .ohl-title {
	border-color: #05baee;
}

.power-up-ohl .ohl-subtitle {
	padding: 0 20px 20px;
	font-size: 1.25rem;
	font-weight: 600;
	text-align: center;
}

.power-up-ohl .btn {
	font-family: Raleway, sans-serif;
	margin: 10px auto 25px;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.power-up-ohl .ohl-title span {
		display: inline-block;
		max-width: 200px;
	}

	.power-up-ohl .ohl-subtitle {
		max-width: 270px;
		margin: auto;
	}
}

@media (max-width: 767px) {
	.applications.power-up-ohl .power-up-ohl-header {
		margin-top: 40px;
		margin-bottom: 20px;
	}

	.power-up-ohl .ohl-blocks>div+div {
		margin-top: 25px;
	}

	.power-up-ohl .ohl-infographic {
		margin: 10px 0 5px;
	}

	.power-up-ohl .ohl-title {
		font-size: 20px;
		margin-bottom: 5px;
		padding-bottom: 8px;
	}

	.power-up-ohl .ohl-subtitle {
		font-size: 18px;
		padding-bottom: 10px;
	}

	.power-up-ohl .btn {
		margin: 5px auto 20px;
		font-size: 15px;
	}
}

.applications.product-overview {
	background: #fff;
	padding: 0 0 130px;
	text-align: center;
}

.applications.versions.product-overview .product-header {
	margin-bottom: 0;
	padding: 50px 0 20px;
}

.applications.product-overview .row .product-header-background {
	position: absolute;
	width: 100vw;
	height: 250px;
	left: calc(50% - 50vw);
	z-index: -1;
	margin: 0;
	padding: 0;
}

.applications.product-overview .product-header-background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.applications.product-overview .product-header-background:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 30%;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg, #ffff, #fff0);
}

.applications.product-overview h2,
.applications.product-overview .h2 {
	font-size: 59px;
	line-height: 1.2;
	margin: auto;
	padding: 0 20px;
	position: relative;
	z-index: 0;
}

.product-overview .product-header .underline-color {
	padding-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {

	.applications.product-overview h2,
	.applications.product-overview .h2 {
		font-size: 42px;
	}
}

@media (max-width: 767px) {

	.applications.product-overview h2,
	.applications.product-overview .h2 {
		font-size: 36px;
		max-width: 350px;
		padding-bottom: 10px;
		line-height: 1.1;
	}

	.applications.product-overview h2 {
		max-width: 260px;
	}
}

.applications.product-overview h2 .subtitle,
.applications.product-overview .h2 .subtitle {
	max-width: 750px;
	margin: 20px auto 0;
	line-height: 1.2;
	font-size: 57%;
}

.applications.product-overview .arrow-down {
	margin: 40px 0;
	cursor: default;
}

.applications.product-overview .arrow-down .material-icons {
	border-radius: 100%;
	border: 1px solid #033d7b;
	font-size: 30px;
	color: #033d7b;
	text-shadow: none;
}

.applications.versions.product-overview .row {
	padding: 0;
}

.applications.product-overview .row .product {
	margin-top: 40px;
	padding: 0;
}

.applications.product-overview .product img.device {
	position: relative;
	z-index: 1;
}

.applications.product-overview .product .bloques .icono-mobile,
.applications.product-overview .product .bloques .cuadros {
	transform: translate3d(0, 0, 0);
	z-index: 2;
}

.applications.product-overview .product .cuadros h3 {
	font-weight: 600;
}

@media (min-width: 768px) {
	.applications.product-overview .product .device-background {
		position: absolute;
		width: 100vw;
		height: 100%;
		left: calc(50% - 50vw);
		z-index: -1;
	}

	.applications.product-overview .product .device-background img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.applications.product-overview .product .device-background:before,
	.applications.product-overview .product .device-background:after {
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 19%;
		left: 0;
	}

	.applications.product-overview .product .device-background:before {
		top: 0;
		background: linear-gradient(180deg, #ffff, #fff0);
	}

	.applications.product-overview .product .device-background:after {
		bottom: 0;
		background: linear-gradient(0deg, #ffff, #fff0);
	}

	.applications.product-overview .row .product {
		display: inline-block;
		position: relative;
		margin: 20px 1% 0;
	}

	.applications.product-overview .product img.device {
		width: 100%;
		max-width: 1200px;
		height: auto;
		margin: 0;
		border: 0;
		padding: 0;
	}

	.applications.product-overview .product img.icono-mobile {
		display: none;
	}

	.applications.product-overview .product .cuadros {
		position: absolute;
		padding: 1.9%;
		line-height: 1.25;
		font-size: 1.47vw;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.applications.product-overview .product .cuadro-titulo {
		left: 63.9%;
		top: 2.6%;
		width: 35.2%;
		height: 9.2%;
		justify-content: center;
	}

	.applications.product-overview .product .cuadro-titulo h2 {
		font-size: 3.8vw;
		font-weight: 900;
		margin: 0;
		padding: 0;
	}

	.applications.product-overview .product .cuadros h3 {
		font-size: 2.1vw;
		margin: -2.1% 0 3%;
		padding-bottom: 5%;
		border-bottom: 1px solid;
		width: 100%;
		line-height: 100%;
	}

	.applications.product-overview .product .cuadros span {
		margin: auto;
	}

	.applications.product-overview .product .cuadro-1 {
		left: 0.2%;
		top: 18.7%;
		width: 27.9%;
		height: 24.2%;
	}

	.applications.product-overview .product .cuadro-2 {
		left: 72.1%;
		top: 4.6%;
		width: 27.9%;
		height: 23.8%;
	}

	.applications.product-overview .product .cuadro-3 {
		left: 0.1%;
		top: 71.6%;
		width: 28%;
		height: 25%;
	}

	.applications.product-overview .product .cuadro-4 {
		left: 72%;
		top: 53.1%;
		width: 28%;
		height: 27.3%;
	}
}

@media (min-width: 1200px) {
	.applications.product-overview .product .cuadros {
		font-size: calc(1200px * 1.47 / 100);
	}

	.applications.product-overview .product .cuadro-titulo h2 {
		font-size: calc(1200px * 3.8 / 100);
	}

	.applications.product-overview .product .cuadros h3 {
		font-size: calc(1200px * 2.1 / 100);
	}
}

@media (max-width: 767px) {
	.applications.product-overview .row .product {
		background: url("../images/image_sentri_background.webp");
		background-size: cover;
		background-position: center center;
		padding-bottom: 1px;
		margin-bottom: -70px;
		margin-top: 0;
		position: relative;
	}

	.applications.product-overview .row .product:before,
	.applications.product-overview .row .product:after {
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 19%;
		left: 0;
	}

	.applications.product-overview .row .product:before {
		top: 0;
		background: linear-gradient(180deg, #ffff, #fff0);
	}

	.applications.product-overview .row .product:after {
		bottom: 0;
		background: linear-gradient(0deg, #ffff, #fff0);
	}

	.applications.product-overview .bloques {
		padding: 10px;
		margin-top: 10px;
		position: relative;
		z-index: 1;
		min-height: 75vh;
	}

	.applications.product-overview .contenedor-cuadros {
		position: sticky;
		top: 0;
	}

	.applications.product-overview .product img.device {
		margin: auto;
		max-width: 300px;
		height: auto;
		width: 100%;
		padding: 10px;
		transition: all 1s ease;
		position: sticky;
		top: -20px;
	}

	.applications.product-overview .product img.icono-mobile {
		max-width: none;
		max-height: 115px;
		width: auto;
		position: relative;
		display: inline-block;
	}

	.applications.product-overview .product img.icono-mobile.icono-small {
		max-height: 100px;
	}

	.applications.product-overview .product img.icono-mobile+.icono-mobile {
		margin-left: -20px;
	}

	.applications.product-overview .product .cuadros {
		position: relative;
		padding: 15px;
		border-radius: 20px;
		border: 1px solid #eaeaea;
		background: #fff;
	}

	.applications.product-overview .product .cuadros h3 {
		margin: 0 0 10px 0;
		padding-bottom: 10px;
		border-bottom: 1px solid;
		line-height: 1.2;
	}

	.applications.product-overview .product .bloques {
		max-width: 320px;
		margin: 10px auto 0;
	}
}

.blog.latest-news .main-title {
	font-size: 2.5rem;
	font-weight: 700;
	margin: 15px auto 35px;
	line-height: 1.3;
}

.latest-news .view-more {
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 12px;
}

.latest-news .view-more a {
	color: #003d7c;
}

.latest-news .view-more a:hover span,
.latest-news .view-more a:focus span {
	border-bottom: 2px solid #033d7b;
}

.latest-news .header-arrow {
	border: 1px solid #003d7c;
	border-radius: 100rem;
	display: inline-block;
	padding: 2px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	vertical-align: middle;
	margin-left: 5px;
}

.latest-news .header-arrow img {
	width: 18px;
	height: auto;
}

.blog.latest-news .row {
	margin: 0;
}

.blog.latest-news .news-large a {
	height: 660px;
}

.blog.featured-posts.latest-news .news-small a {
	height: 320px;
}

.blog.featured-posts.latest-news .col {
	padding: 0;
}

.latest-news .row+.row {
	margin-top: 20px;
}

@media (max-width: 767px) {
	.blog.latest-news {
		padding-bottom: 40px;
	}

	.blog.latest-news .main-title {
		margin: 15px auto 20px;
	}

	.blog.latest-news .news-large a {
		height: 320px;
	}

	.blog.featured-posts.latest-news .col+.col {
		margin-top: 20px;
	}

	.latest-news .view-more {
		margin-top: 8px;
	}

	.latest-news .header-arrow {
		width: 23px;
		height: 23px;
		font-size: 11px;
	}

	.latest-news .header-arrow img {
		width: 16px;
	}
}

@media (min-width: 768px) {
	.blog.featured-posts.latest-news .col+.col {
		padding-left: 20px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.blog.featured-posts.latest-news article .entry-link {
		font-size: 1.5rem;
		line-height: 1.2;
	}
}

.applications.header-section {
	position: relative;
	min-height: 460px;
}

.applications.header-section {
	background-size: cover;
	background-position: center;
}

.applications.header-section .slogan-container {
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin-top: 90px;
	text-align: center;
}

.applications.header-section h1.slogan {
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
	font-size: 41px;
	line-height: 60px;
	color: #fff;
	font-weight: 700;
	margin: auto;
	max-width: 870px;
}

.applications.header-section .slogan-container .more-image {
	margin-bottom: 40px;
}

.applications.header-section .slogan-container .more-image img {
	max-height: 78px;
}

@media (max-width: 991px) {
	.applications.header-section {
		min-height: 400px;
	}

	.applications.header-section .slogan-container {
		margin-top: 50px;
	}

	.applications.header-section h1.slogan {
		font-size: 32px;
		line-height: 38px;
		max-width: 700px;
	}

	.applications.header-section .slogan-container .more-image img {
		max-height: 58px;
	}
}

@media (max-width: 767px) {
	.applications.header-section h1.slogan {
		font-size: 27px;
		line-height: 30px;
		max-width: 380px;
	}

	.applications.header-section .slogan-container .more-image {
		margin-bottom: 30px;
		margin-top: -5px;
	}
}

.applications.text-section {
	padding: 40px;
}

.applications.text-section .text-center {
	max-width: 610px;
	margin: auto;
}

.applications.infographic-section {
	background: #fff;
	padding-bottom: 30px;
}

.applications.infographic-section .infographic-container-container {
	background: #8dd3d1;
	text-align: center;
}

.applications.infographic-section .infographic-container {
	position: relative;
}

.applications.infographic-section .infographic-container img {
	width: 100%;
	max-width: 995px;
	height: auto;
	background: #8dd3d1;
}

.applications.infographic-section .row {
	padding: 0 20px 20px;
	max-width: 1150px;
	margin: auto;
}

.applications.infographic-section .row>div {
	padding: 15px 35px 15px 30px;
}

.applications.infographic-section .row .legend {
	padding: 0 80px 0 30px;
}

.applications.infographic-section .row .legend li+li:after {
	content: "";
	position: absolute;
	left: -50px;
	width: calc(100% + 50px);
	top: -22px;
	height: 2px;
	border-bottom: 1px solid;
}

@media (max-width: 767px) {
	.applications.infographic-section .row .legend:last-child li:after {
		content: "";
		position: absolute;
		left: -50px;
		width: calc(100% + 50px);
		top: -22px;
		height: 2px;
		border-bottom: 1px solid;
	}
}

.applications.infographic-section .row ol li {
	margin-top: 45px;
}

.applications.infographic-section .row ol {
	list-style: none;
	counter-reset: infographic-list-counter;
}

.applications.infographic-section .row ol li {
	counter-increment: infographic-list-counter;
	position: relative;
}

.applications.infographic-section .row ol li:before {
	content: counter(infographic-list-counter);
	position: absolute;
	top: -1px;
	left: -50px;
	border-radius: 100%;
	border: 1px solid #033d7b;
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	padding-left: 1px;
}

@media (max-width: 767px) {
	.applications.infographic-section .row .legend {
		padding-left: 35px;
		padding-right: 20px;
	}
}

.applications.product-section {
	padding: 65px 20px 60px;
}

.applications.product-section .row {
	max-width: 1215px;
	margin: auto;
}

.applications.product-section .description {
	padding: 0 80px 0 40px;
}

@media (min-width: 768px) {
	.applications.product-section .description:last-child {
		padding: 0 40px 0 0;
	}
}

.applications.product-section h2 {
	font-size: 32px;
	font-weight: 700;
	margin-top: 0;
	line-height: 38px;
}

@media (max-width: 991px) {
	.applications.product-section .description {
		padding: 0 30px;
	}
}

.applications.product-arrows {
	background: #fff;
	padding: 60px 0 110px;
	text-align: center;
}

@media (min-width: 768px) {
	.applications.product-arrows .product {
		display: inline-block;
		position: relative;
	}

	.applications.product-arrows .product img.icono-mobile {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.applications.product-arrows .product img {
		max-width: 768px;
	}
}

@media (min-width: 992px) {
	.applications.product-arrows .product img {
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.applications.product-arrows .product .cuadros {
		position: absolute;
		padding: 23px 16px;
		line-height: 25px;
		display: flex;
		align-items: center;
	}

	.applications.product-arrows .product .cuadro-1 {
		left: 22px;
		top: 109px;
		width: 343px;
		height: 171px;
	}

	.applications.product-arrows .product .cuadro-2 {
		left: 551px;
		top: 68px;
		width: 377px;
		height: 189px;
	}

	.applications.product-arrows .product .cuadro-3 {
		left: 22px;
		top: 478px;
		width: 343px;
		height: 218px;
	}

	.applications.product-arrows .product .cuadro-4 {
		left: 551px;
		top: 525px;
		width: 377px;
		height: 171px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.applications.product-arrows .product .cuadros {
		position: absolute;
		padding: 16px 9px;
		line-height: 20px;
		font-size: 14px;
		display: flex;
		align-items: center;
	}

	.applications.product-arrows .product .cuadro-1 {
		left: 17px;
		top: 88px;
		width: 279px;
		height: 140px;
	}

	.applications.product-arrows .product .cuadro-2 {
		left: 446px;
		top: 55px;
		width: 305px;
		height: 154px;
	}

	.applications.product-arrows .product .cuadro-3 {
		left: 17px;
		top: 387px;
		width: 278px;
		height: 176px;
	}

	.applications.product-arrows .product .cuadro-4 {
		left: 446px;
		top: 426px;
		width: 304px;
		height: 137px;
	}
}

@media (max-width: 767px) {
	.applications.product-arrows .product img {
		margin: auto;
		max-width: 360px;
		width: 100%;
		padding: 10px;
	}

	.applications.product-arrows .product img.icono-mobile {
		display: inline-block;
		width: 150px;
		vertical-align: middle;
		margin-left: -47px;
		margin-top: 30px;
		position: relative;
		z-index: 1;
	}

	.applications.product-arrows .product img.icono-mobile.icono-3 {
		margin-left: -16px;
	}

	.applications.product-arrows .product .cuadros {
		padding: 15px;
		vertical-align: middle;
		display: inline-block;
		max-width: calc(100% - 73px);
		margin-top: 30px;
		border-radius: 20px;
		border: 1px solid #033d7b;
		background: #f1f1f1;
		margin-left: -53px;
	}

	.applications.product-arrows .product .cuadro-3 {
		max-width: calc(100% - 140px);
		margin-left: -20px;
	}
}

.applications.quote-section .row,
.applications.quote-section .row>div {
	padding: 0;
}

.applications.quote-section .row>.left-image>img,
.applications.quote-section .row>.right-image>img {
	width: 100%;
	position: relative;
}

.applications.quote-section .quote,
.applications.quote-section .quote-info {
	position: absolute;
	left: 40%;
	right: 5%;
	font-family: Raleway, sans-serif;
	font-size: 17px;
	line-height: 22px;
}

.applications.quote-section .quote {
	color: #fff;
	top: 10%;
	font-weight: 500;
}

.applications.quote-section .quote .end-quote,
.applications.quote-section .quote .start-quote {
	position: absolute;
	color: #033d7b;
	font-size: 30px;
}

.applications.quote-section .quote .start-quote {
	transform: rotate(180deg);
	left: -30px;
}

.applications.quote-section .quote-info {
	bottom: 8%;
	color: #033d7b;
}

.applications.quote-section .quote-info .name {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}

@media (min-width: 1200px) {

	.applications.quote-section .quote,
	.applications.quote-section .quote-info {
		line-height: 25px;
	}

	.applications.quote-section .quote {
		top: 15%;
	}
}

@media (max-width: 991px) {

	.applications.quote-section .row>.left-image,
	.applications.quote-section .row>.right-image {
		overflow: hidden;
	}

	.applications.quote-section .row>.left-image>img {
		margin-top: -10%;
	}

	.applications.quote-section .row>.right-image>img {
		margin-top: -3%;
		margin-bottom: -3%;
	}

	.applications.quote-section .quote,
	.applications.quote-section .quote-info {
		line-height: 30px;
	}

	.applications.quote-section .quote {
		top: 20%;
	}
}

@media (max-width: 767px) {
	.applications.quote-section .row>.left-image>img {
		margin-top: -5%;
	}

	.applications.quote-section .quote,
	.applications.quote-section .quote-info {
		line-height: 22px;
	}

	.applications.quote-section .quote {
		top: calc((160vw - 700px) / 5);
	}
}

@media (max-width: 480px) {

	.applications.quote-section .row>.left-image,
	.applications.quote-section .row>.right-image {
		overflow: visible;
	}

	.applications.quote-section .row>.left-image>img {
		margin-top: -10%;
		padding-top: 130px;
	}

	.applications.quote-section .row>.right-image>img {
		margin-top: 0;
		margin-bottom: 0;
	}

	.applications.quote-section .quote,
	.applications.quote-section .quote-info {
		left: 38%;
	}

	.applications.quote-section .quote-info {
		bottom: 4%;
	}
}

.applications.header-section.energy {
	background-image: url(/images/header_applications_energy.webp);
}

html.no-webp .applications.header-section.energy {
	background-image: url(/images/header_applications_energy.jpg);
}

.applications.quote-section.energy .quote,
.applications.quote-section.energy .quote-info {
	left: 15%;
	right: 10%;
}

@media (min-width: 768px) and (max-width: 991px) {
	.applications.quote-section.energy .left-image img {
		margin-top: -30%;
	}
}

@media (max-width: 767px) {
	.applications.quote-section.energy .left-image img {
		padding-top: 30px;
	}
}

.applications.quote-section.long-quote .quote {
	font-size: 16px;
}

@media (min-width: 1200px) {
	.applications.quote-section.long-quote .quote {
		font-size: 15px;
		line-height: 23px;
		top: 5%;
	}

	.applications.quote-section.long-quote .quote,
	.applications.quote-section.long-quote .quote-info {
		left: 38%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.applications.quote-section.long-quote .quote {
		left: 6%;
		right: 2%;
		top: 2%;
		font-size: 14px;
		line-height: 21px;
		text-shadow: 0 0 1px #43b48f, 0 0 1px #43b48f, 0 0 1px #43b48f,
			0 0 1px #43b48f, 0 0 1px #43b48f, 0 0 1px #43b48f, 0 0 1px #43b48f;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.applications.quote-section.long-quote .quote {
		top: 2%;
		left: 40%;
		line-height: 25px;
	}

	.applications.quote-section.long-quote .left-image img {
		margin-top: -16%;
	}
}

@media (max-width: 767px) {
	.applications.quote-section.long-quote .quote {
		left: 8%;
	}

	.applications.quote-section.long-quote .left-image img {
		padding-top: 130px;
	}
}

@media (max-width: 480px) {
	.applications.quote-section.long-quote .left-image img {
		padding-top: 225px;
	}
}

.applications.quote-section .quote-link {
	margin-top: 15px;
}

.applications.large-image-section img {
	width: 100%;
}

/* ----- power lines monitoring ----- */

.power-lines-monitoring {
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.power-lines-monitoring .header-section {
	background: #f6f7fb;
}

.power-lines-monitoring .header-section h1 {
	position: absolute;
	left: 0;
	right: 0;
	font-size: 40px;
	line-height: 60px;
	margin: 0px auto;
	padding-top: 100px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
	max-width: 700px;
}

.power-lines-monitoring .header-section .img-container {
	max-width: 1600px;
	margin: auto;
}

.power-lines-monitoring .header-section img {
	width: 100%;
	height: auto;
}

.power-lines-monitoring .content-section {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.power-lines-monitoring .text-section {
	max-width: 850px;
	padding: 0px 20px;
	margin: auto;
}

.power-lines-monitoring .text-section.divider {
	border-bottom: 1px solid;
}

.power-lines-monitoring .text-section .title {
	display: flex;
	justify-content: center;
	gap: 15px;
}

.power-lines-monitoring .text-section h2 {
	margin: 0px;
	font-size: 28px;
}

.power-lines-monitoring .text-section .pill {
	font-size: 18px;
	padding: 0px 10px;
	border: 1px solid;
	border-radius: 25px;
	margin: auto 0px;
}

.power-lines-monitoring .text-section .pill.dlr {
	border-color: #41b28e;
}

.power-lines-monitoring .text-section .pill.efd {
	border-color: #05baee;
}

.power-lines-monitoring .text-section .pill.qid {
	border-color: #f8b133;
}

.power-lines-monitoring .text-section p {
	font-size: 16px;
	text-align: center;
}

.power-lines-monitoring .text-section img {
	width: 100%;
	height: auto;
}

.power-lines-monitoring .trusted-by-section {
	display: flex;
	gap: 20px;
	margin: auto;
	padding: 50px 20px;
}

.power-lines-monitoring .trusted-by-section p {
	color: #4f4f4f;
	font-size: 26px;
	font-weight: bold;
	border-right: 2px solid;
	padding-right: 20px;
	text-align: center;
	display: flex;
	align-items: center;
}

.power-lines-monitoring .trusted-by-section div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 50px;
}

.power-lines-monitoring .trusted-by-section .img-container {
	width: 150px;
	height: auto;
}

.power-lines-monitoring .trusted-by-section div img {
	object-fit: scale-down;
	width: 100%;
	height: auto;
}

.power-lines-monitoring .clients-section .top-left-side {
	padding: 0px;
	height: 600px;
}

.power-lines-monitoring .clients-section .top-left-side .quote-text-container {
	height: 60%;
	background-color: #41b28e;
	padding: 40px 100px 0px;
}

.power-lines-monitoring .clients-section .top-left-side .quote-text-container a {
	text-decoration: none;
}

.power-lines-monitoring .clients-section .top-left-side .quote-text {
	height: 100%;
	display: flex;
	gap: 10px;
	background-color: #fff;
	filter: drop-shadow(3px 3px 2px #0005);
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	padding: 45px;
}

.power-lines-monitoring .clients-section .top-left-side .quote-text p {
	color: #003d7c;
	font-size: 26px;
	font-weight: bold;
}

.power-lines-monitoring .clients-section .top-left-side .quote-text p:hover {
	text-decoration: underline;
}

.power-lines-monitoring .clients-section .top-left-side .quote-author-container {
	height: 40%;
	background-color: #2d9c79;
	padding: 0px 100px 40px;
}

.power-lines-monitoring .clients-section .top-left-side .quote-author {
	height: 100%;
	background-color: #003d7c;
	filter: drop-shadow(3px 3px 2px #0005);
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	padding: 20px 45px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.power-lines-monitoring .clients-section .top-left-side .quote-author p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0px;
}

.power-lines-monitoring .clients-section .top-right-side {
	padding: 0px;
	height: 600px;
}

.power-lines-monitoring .clients-section .top-right-side img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.power-lines-monitoring .clients-section .bottom-left-side {
	padding: 0px;
	height: 500px;
}

.power-lines-monitoring .clients-section .bottom-left-side img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.power-lines-monitoring .clients-section .bottom-right-side {
	padding: 0px;
	height: 500px;
}

.power-lines-monitoring .clients-section .bottom-right-side .schedule-call {
	height: 100%;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.power-lines-monitoring .clients-section .bottom-right-side .schedule-call p {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

@media (max-width: 1440px) {
	.power-lines-monitoring .clients-section .top-left-side {
		height: 550px;
	}

	.power-lines-monitoring .clients-section .top-right-side {
		height: 550px;
	}

	.power-lines-monitoring .clients-section .top-left-side .quote-text-container {
		padding: 40px 80px 0px;
	}

	.power-lines-monitoring .clients-section .top-left-side .quote-author-container {
		padding: 0px 80px 40px;
	}

	.power-lines-monitoring .trusted-by-section {
		flex-direction: column;
	}

	.power-lines-monitoring .trusted-by-section p {
		border-right: none;
		border-bottom: 2px solid;
		justify-content: center;
	}
}

@media (max-width: 1250px) {
	.power-lines-monitoring .header-section h1 {
		padding-top: 60px;
		font-size: 35px;
		line-height: 55px;
	}
}

@media (max-width: 921px) {
	.power-lines-monitoring .header-section h1 {
		font-size: 30px;
		line-height: 40px;
		padding-top: 50px;
	}

	.power-lines-monitoring .text-section h2 {
		font-size: 24px;
	}

	.power-lines-monitoring .clients-section .top-left-side {
		height: 500px;
	}

	.power-lines-monitoring .clients-section .top-right-side {
		height: 500px;
	}

	.power-lines-monitoring .clients-section .top-left-side .quote-text-container {
		padding: 40px 60px 0px;
	}

	.power-lines-monitoring .clients-section .top-left-side .quote-author-container {
		padding: 0px 60px 40px;
	}
}

@media (max-width: 767px) {
	.power-lines-monitoring .header-section h1 {
		padding-top: 30px;
	}

	.power-lines-monitoring .clients-section .top-left-side .quote-text p {
		font-size: 22px;
	}

	.power-lines-monitoring .clients-section .top-left-side .quote-author p {
		font-size: 14px;
	}
}

@media (max-width: 648px) {
	.power-lines-monitoring .header-section h1 {
		font-size: 22px;
		line-height: 26px;
		padding-top: 20px;
	}

	.power-lines-monitoring .text-section h2 {
		font-size: 18px;
	}

	.power-lines-monitoring .text-section p {
		font-size: 15px;
	}

	.power-lines-monitoring .clients-section .top-left-side .quote-text-container {
		padding: 40px 40px 0px;
	}

	.power-lines-monitoring .clients-section .top-left-side .quote-author-container {
		padding: 0px 40px 40px;
	}

	.power-lines-monitoring .clients-section .top-right-side {
		height: 400px;
	}

	.power-lines-monitoring .clients-section .bottom-left-side {
		height: 400px;
	}

	.power-lines-monitoring .clients-section .bottom-right-side {
		height: 400px;
	}
}

@media (max-width: 425px) {
	.power-lines-monitoring .header-section h1 {
		font-size: 18px;
		line-height: 22px;
		padding-top: 20px;
	}

	.power-lines-monitoring .text-section h2 {
		font-size: 16px;
	}

	.power-lines-monitoring .text-section p {
		font-size: 14px;
	}

	.power-lines-monitoring .clients-section .top-left-side .quote-text p {
		font-size: 18px;
	}

	.power-lines-monitoring .clients-section .top-right-side {
		height: 300px;
	}

	.power-lines-monitoring .clients-section .bottom-left-side {
		height: 300px;
	}
}

@media (max-width: 398px) {
	.power-lines-monitoring .header-section h1 {
		font-size: 16px;
		line-height: 20px;
	}

	.power-lines-monitoring .text-section h2 {
		font-size: 15px;
	}

	.power-lines-monitoring .text-section .pill {
		font-size: 14px;
	}

	.power-lines-monitoring .clients-section .top-left-side .quote-text p {
		font-size: 16px;
	}
}

@media (max-width: 342px) {
	.power-lines-monitoring .header-section h1 {
		padding-top: 15px;
	}
}



/* cookie overlay */

.cookie-overlay {
	padding: 12px;
	position: fixed;
	bottom: 0;
	width: 100%;
	box-shadow: 0 -1px 10px 0 rgba(100, 100, 100, 0.3);
	background: #fff;
	z-index: 5;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.cookie-overlay .co-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cookie-overlay .co-text {
	margin-right: 24px;
	font-size: 16px;
	line-height: 18px;
}

.cookie-overlay .co-text a {
	text-decoration: underline;
}

.cookie-overlay .co-buttons {
	margin-right: 40px;
	display: flex;
	column-gap: 12px;
}

.cookie-overlay .accept-cookies,
.cookie-overlay .deny-cookies {
	padding: 3px 12px;
}

.cookie-overlay .close-cookies-overlay {
	position: absolute;
	top: calc(50% - 34.5px / 2);
	right: 0;
	padding: 5px;
	line-height: 13px;
	border: 0;
}

@media (max-width: 767px) {
	.cookie-overlay .co-container {
		flex-direction: column;
		row-gap: 12px;
	}

	.cookie-overlay .co-text {
		text-align: center;
	}

	.cookie-overlay .co-buttons,
	.cookie-overlay .co-text {
		margin-right: 0;
	}

	.cookie-overlay .close-cookies-overlay {
		top: auto;
		bottom: 0;
	}
}

/* book-a-demo */

.book-a-demo.versions {
	background: #f6f7fb;
	padding: 30px 20px 100px;
}

.book-a-demo.versions h2 {
	line-height: 1.2;
	margin: 10px auto 40px;
}

.book-a-demo .book-a-demo-button {
	font-size: 1.5rem;
	line-height: 1.3;
	padding: 6px 25px;
}

@media (max-width: 767px) {
	.book-a-demo .book-a-demo-button {
		font-size: 20px;
		line-height: 23px;
	}

	.book-a-demo.versions h2 {
		max-width: 390px;
	}
}

@media (min-width: 768px) {
	.book-a-demo.versions h2 {
		max-width: 410px;
	}
}

@media (min-width: 992px) {
	.book-a-demo.versions h2 {
		max-width: 560px;
	}
}

.tf-v1-popover-button {
	background: #033d7b !important;
}

.tf-v1-popover-button:hover,
.tf-v1-popover-button:focus {
	background: #009fe3 !important;
}

/* animate */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

/* leaflet */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane>svg,
.leaflet-pane>canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
}

.leaflet-container {
	overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}

.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
	filter: inherit;
	visibility: hidden;
}

.leaflet-tile-loaded {
	visibility: inherit;
}

.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
}

.leaflet-pane {
	z-index: 400;
}

.leaflet-tile-pane {
	z-index: 200;
}

.leaflet-overlay-pane {
	z-index: 400;
}

.leaflet-shadow-pane {
	z-index: 500;
}

.leaflet-marker-pane {
	z-index: 600;
}

.leaflet-tooltip-pane {
	z-index: 650;
}

.leaflet-popup-pane {
	z-index: 700;
}

.leaflet-map-pane canvas {
	z-index: 100;
}

.leaflet-map-pane svg {
	z-index: 200;
}

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
}

.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
}

/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted;
	/* IE 9-10 doesn't have auto */
	pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
}

.leaflet-top {
	top: 0;
}

.leaflet-right {
	right: 0;
}

.leaflet-bottom {
	bottom: 0;
}

.leaflet-left {
	left: 0;
}

.leaflet-control {
	float: left;
	clear: both;
}

.leaflet-right .leaflet-control {
	float: right;
}

.leaflet-top .leaflet-control {
	margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
	margin-left: 10px;
}

.leaflet-right .leaflet-control {
	margin-right: 10px;
}

/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
}

.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
	-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
}

/* cursors */

.leaflet-interactive {
	cursor: pointer;
}

.leaflet-grab {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane>svg path,
.leaflet-tile-container {
	pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane>svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted;
	/* IE 9-10 doesn't have auto */
	pointer-events: auto;
}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
}

.leaflet-container a {
	color: #0078a8;
}

.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
}

/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	border-radius: 4px;
}

.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px "Lucida Console", Monaco, monospace;
	text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 22px;
}

/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	background: #fff;
	border-radius: 5px;
}

.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
}

.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
}

.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
}

.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
}

.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
}

.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
	/* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
}

.leaflet-control-attribution a {
	text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
}

.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
}

.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
}

.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0, 0, 0, 0.2);
	background-clip: padding-box;
}

/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
}

.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
}

.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
}

.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
}

.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
}

.leaflet-popup-scrolled {
	overflow: auto;
}

/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}

.leaflet-tooltip-top {
	margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
}

.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
}

.leaflet-tooltip-left {
	margin-left: -6px;
}

.leaflet-tooltip-right {
	margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
}

.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
}

.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
}

/* Printing */

@media print {

	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
}

/*! Flickity v3.0.0
https://flickity.metafizzy.co */

.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
	touch-action: pan-y;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
}

.flickity-rtl .flickity-slider {
	left: unset;
	right: 0;
}

/* draggable */

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: grabbing;
}

/* ---- flickity-cell ---- */

.flickity-cell {
	position: absolute;
	left: 0;
}

.flickity-rtl .flickity-cell {
	left: unset;
	right: 0;
}

/* ---- flickity-button ---- */

.flickity-button {
	position: absolute;
	background: hsl(0 0% 100% / 75%);
	border: none;
	color: #333;
}

.flickity-button:hover {
	background: white;
	cursor: pointer;
}

.flickity-button:focus {
	outline: none;
	box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
	opacity: 0.6;
}

.flickity-button:disabled {
	opacity: 0.3;
	cursor: auto;
	/* prevent disabled button from capturing pointer up event. #716 */
	pointer-events: none;
}

.flickity-button-icon {
	fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	/* vertically center */
	transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
	left: 10px;
}

.flickity-prev-next-button.next {
	right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dot {
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0 8px;
	background: hsl(0 0% 20% / 25%);
	border-radius: 50%;
	cursor: pointer;
	appearance: none;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
	text-indent: 9999px;
}

.flickity-page-dot:focus {
	outline: none;
	box-shadow: 0 0 0 5px #19f;
}

.flickity-page-dot.is-selected {
	background: hsl(0 0% 20% / 100%);
}