* {
	box-sizing: border-box;
}

body {
	margin: 0;
	color: var(--font-color);
	font-family: var(--font-family);
	overflow-x: hidden;
}

body::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 754px;
	background: linear-gradient(0deg, #FFFFFF 0%, #E6F8FD 83.84%, #E6F8FD 100%);
	z-index: -1;
}

body.static_bg_gradient::before {
	position: absolute;
}

.container {
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: calc(1207px + 30px);
	max-width: 100%;
}

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

.row::after {
	content: "";
	display: table;
	clear: both;
}

.col {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

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

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

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

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

a {
	color: var(--font-color);
}

p {
	line-height: var(--line-height);
	margin-top: 0;
	margin-bottom: 35px;
}

p:last-child {
	margin-bottom: 0;
}

p:last-child {
	margin-bottom: 0;
}

.wp-element-button,
.card_button.button,
form.frm-fluent-form button.ff-btn-submit,
input.button,
button,
a.button,
.button a {
	position: relative;
	cursor: pointer;
	border-radius: 4px;
	background-color: var(--dark-blue);
	color: white;
	display: inline-block;
	padding: 9px 19px;
	font-size: 18px;
	line-height: 1.27;
	text-decoration: none;
	border: 0;
	text-align: center;
	border: 1px solid transparent;
	transition: all 0.3s;
	font-weight: normal;
}

html[lang] {
	margin-top: 0 !important;
}

/* Only apply on desktop, to avoid mobile bug white loader on white background */
@media (min-width: 768px) {
	.wp-element-button:hover,
	.card_button.button:hover,
	form.frm-fluent-form button.ff-btn-submit:hover,
	input.button:hover,
	button:hover,
	a.button:hover,
	.button a:hover {
		background-color: white;
		color: var(--dark-blue);
		border-color: var(--dark-blue);
	}
}

.loading button,
.processing button {
	pointer-events: none;
}

.loading button:after,
.processing button:after {
	content: "";
	background-image: url(../img/loader-dots-white.svg);
	position: absolute;
	margin-left: 10px;
	top: 50%;
	transform: translate(0, -50%);
	width: 50px;
	height: 50px;
	display: inline-block;
}

.loading button.smaller_button,
.processing button {
	color: transparent;
}

.loading button.smaller_button:after,
.processing button:after {
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}

button.secondary,
.button.secondary,
a.button.secondary,
footer .wp-element-button,
.button.secondary a {
	background-color: var(--light-blue);
}

button.secondary:hover,
.button.secondary:hover,
a.button.secondary:hover,
footer .wp-element-button:hover,
.button.secondary a:hover {
	background-color: white;
	border-color: var(--light-blue);
	color: var(--light-blue);
}

.button.orange,
button.orage {
	background-color: var(--dark-orange);
}

.button.orange:hover,
button.orage:hover {
	background-color: #ffe8d9;
	border-color: var(--dark-orange);
	color: var(--dark-orange);
}

.button.dark_bg {
	border: 1px solid white;
}

.button.subtle {
	background-color: white;
	color: var(--dark-blue);
	font-weight: normal;
	border: 1px solid var(--dark-blue);
}

.button.subtle:hover {
	background-color: var(--dark-blue);
	color: white;
}

.contact_airplane a,
a.contact_airplane {
	background-image: url(../img/paper-airplane-blue.svg);
	background-repeat: no-repeat;
	background-position: right 18px center;
	padding-right: 48px;
}

.contact_airplane a:hover,
a.contact_airplane:hover {
	background-image: url(../img/paper-airplane.svg);
}

.contact_airplane.dark a,
a.contact_airplane.dark {
	background-image: url(../img/paper-airplane.svg);
}

.contact_airplane.dark a:hover,
a.contact_airplane.dark:hover {
	background-image: url(../img/paper-airplane-blue.svg);
}

.button.minimal {
	background-color: transparent;
	color: var(--dark-blue);
	border: 1px solid var(--dark-blue);
}

.button.minimal:hover {
	background-color: var(--dark-blue);
	color: white;
}

article {
	padding-bottom: 140px;
}

figure {
	margin: 0;
}

h1,
.h1 {
	font-size: 64px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 20px
}

h2,
.h2 {
	font-weight: bold;
	margin-top: 0;
	font-size: 38px;
	line-height: 1.24;
	color: var(--dark-blue);
	margin-bottom: 25px;
}

.home h2,
.home .h2 {
	font-size: 42px;
}

h3,
.h3 {
	font-size: 32px;
	line-height: 1.25;
	color: var(--light-blue);
	margin-bottom: 15px;
}

h4,
.h4 {
	font-size: 24px;
	line-height: 1.291667;
	color: var(--dark-blue);
	margin-bottom: 18px;
}

h5,
.h5 {
	font-size: 18px;
	line-height: 1.333333;
	color: var(--dark-blue);
	margin-bottom: 6px;
}

.subtitle {
	padding-left: 0;
	font-size: 30px;
	line-height: 1.27;
	margin-bottom: 30px;
}

button {
	cursor: pointer;
}

.alternative_link {
	margin-left: 25px;
	font-size: 14px;
	line-height: 1.29;
}

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

article section {
	margin-bottom: 50px;
}

article > .container > *:last-child {
	margin-bottom: 0;
}

.clearer {
	clear: both;
}

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

article > .container > section:first-child {
	padding-top: 70px;
}

.page_h1 {
	margin-top: 50px;
}

.blue_link {
	color: var(--light-blue);
	font-weight: bold;
	text-decoration: none;
}

.blue_link.arrow:after {
	content: '';
	background-image: url(../img/arrow-right-light-blue.svg);
	width: 7px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
	position: relative;
	bottom: 1px;
	transition: all 0.15s;
}

.blue_link.arrow:hover:after,
a:hover .blue_link.arrow:after {
	margin-left: 5px;
}

#breadcrumbs {
	text-align: right;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 30px;
	padding-right: 14px;
}

#breadcrumbs a {
	color: var(--light-blue);
}

#breadcrumbs span span {
	margin-right: 4px;
	margin-left: 4px;
}

.breadcrumb_last {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 250px;
	display: inline-block;
	vertical-align: middle;
}

.home #breadcrumbs {
	display: none;
}

article > .container section:first-child {
	padding-top: 0;
}

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

.label {
	display: inline-block;
	background-color: white;
	border: 1px solid var(--dark-blue);
	color: var(--dark-blue);
	border-radius: 15px;
	padding: 4px 14px;
	margin-right: 6px;
	margin-bottom: 10px;
}

.label:last-child {
	margin-right: 0;
}

.light_blue {
	color: var(--light-blue);
}

body {
	position: relative
}

.full {
	width: 100%;
}

.hidden,
.hide {
	display: none;
}

.back_button {
	border: 1px solid var(--dark-blue);
	border-radius: 4px;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.277778;
	color: var(--dark-blue);
	padding: 8px 16px 9px 42px;
	display: inline-block;
	background-image: url(../img/long-arrow-left.svg);
	background-repeat: no-repeat;
	background-position: 15px center;
	transition: all 0.2s;
}

.back_button:hover {
	background-color: var(--dark-blue);
	color: white;
	background-image: url(../img/long-arrow-left-white.svg);
	background-repeat: no-repeat;
}

@media (min-width: 768px) {
	.mobile_only {
		display: none;
	}
}

@media (max-width: 767px) {
	.desktop_only {
		display: none;
	}

	html, body {
		overflow-x: hidden;
	}

	#breadcrumbs {
		display: none;
	}

	h1, .h1 {
		font-size: 38px;
		line-height: 1.236842;
	}

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

	article {
		padding-bottom: 97px;
	}

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

	.col {
		float: none;
	}

	.screenshot_thank {
		display: none;
	}

	.home h2, .home .h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.back_button_wrapper {
		text-align: center;
	}

	#wpadminbar {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.subtitle {
		padding-left: 0;
		font-size: 25px;
		line-height: 1.27;
		margin-bottom: 30px;
	}

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