/** <editor-fold desc="Normalize.css"> **/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/** </editor-fold> **/

/** <editor-fold desc="Fonts"> **/

/* roboto-100 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/roboto-v47-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-100italic - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	src: url('../fonts/roboto-v47-latin-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v47-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-italic - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/roboto-v47-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-900 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/roboto-v47-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-900italic - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	src: url('../fonts/roboto-v47-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/** </editor-fold> **/

:root {
	--color-accent1: #1e3a5d;
	--color-accent2: #811f1f;
	--background-color: #f5f5f5;
	--foreground-color: #535353;
}

html {
	font-size: 20px;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	background-color: var(--background-color);
	line-height: 1.5em;
	color: var(--foreground-color);
}


header {
	background-color: var(--background-color);
}
header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1rem 3rem;
}
header nav ul {
	display: flex;
	gap: 1rem;
	list-style: none;
}
header nav a {
	color: var(--color-accent1);
	text-decoration: none;
}
header img {
	width: 225px;
}

cms-tags .tag-weight-1 {
	font-size: 50%;
}
cms-tags .tag-weight-2 {
	font-size: 60%;
}
cms-tags .tag-weight-3 {
	font-size: 70%;
}
cms-tags .tag-weight-4 {
	font-size: 80%;
}
cms-tags .tag-weight-5 {
	font-size: 90%;
}
cms-tags .tag-weight-6 {
	font-size: 100%;
}
cms-tags .tag-weight-7 {
	font-size: 110%;
}
cms-tags .tag-weight-8 {
	font-size: 120%;
}
cms-tags .tag-weight-9 {
	font-size: 130%;
}
cms-tags .tag-weight-10 {
	font-size: 140%;
}

cms-form {
	position: relative;
}
cms-form label {
	display: block;
	margin: 1rem 0 0.25rem;
}
cms-form input[type="text"],
cms-form input[type="email"],
cms-form input[type="password"],
cms-form textarea {
	width: calc(100% - 1em);
	padding: 0.5em;
	border: 1px solid #ccc;
	border-radius: 0.25em;
}
cms-form input[type="submit"] {
	background-color: var(--color-accent1);
	color: white;
	border: none;
	padding: 0.5em 1em;
	border-radius: 0.25em;
	cursor: pointer;
}
cms-form .required-note {
	font-size: 0.75rem;
	color: #fd4545;
}
cms-form input.error,
cms-form textarea.error {
	border-color: #fd4545;
	background-color: #ffdbdb;
}
cms-form .error-message {
	color: #a20202;
	transition: transform 0.5s ease;
	transform: scaleY(1);
	transform-origin: top;
	padding-top: 0.5em;
}
cms-form .error-message.hidden {
	transform: scaleY(0);
}


.page-pages-single .page-container,
.page-docs-single .page-container {
	padding: 1rem 3rem;
	border-top: 4px solid var(--color-accent1);
}
.page-pages-single .page-container.has-sidebar,
.page-docs-single .page-container.has-sidebar {
	display: flex;
}
.page-pages-single .page-container.has-sidebar article,
.page-docs-single .page-container.has-sidebar article {
	flex: 3;
	padding-right: 1em;
}
.page-pages-single .page-container.has-sidebar aside,
.page-docs-single .page-container.has-sidebar aside {
	flex: 1;
}
.page-pages-single .page-heading .page-cover {
	position: relative;
	width: 100%;
	height: 30rem;
	font-size: 125%;
}
.page-pages-single .page-heading .page-cover .page-cover-title {
	text-shadow: 2px 2px 4px var(--color-accent1);
}
.page-pages-single .page-heading .page-cover .page-cover-subtitle {
	text-shadow: 2px 2px 4px var(--color-accent1);
}
.page-pages-single .page-heading .page-cover .page-cover-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.page-pages-single .page-heading .page-cover .item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 1s ease;
}
.page-pages-single .page-heading .page-cover .item.active {
	opacity: 1;
}
.page-pages-single .page-heading .page-cover .page-cover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: #090505;
	opacity: 0.5;*/
	background-color: #194c8e;
	z-index: 2;
}
.page-pages-single .page-heading .page-cover .page-cover-content {
	position: absolute;
	top: 0;
	left: calc((100vw - 36rem) / 2);
	width: 36rem;
	height: calc(100% - 6em);
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	padding: 3em 0;
	gap: 3em;
}
.page-pages-single .page-heading .page-cover .page-cover-cta {
	background-color: var(--color-accent1);
	color: var(--background-color);
	padding: 0.5em 1em;
	border-radius: 0.25em;
	text-decoration: none;
	border: 1px solid white;
}
.page-pages-single .page-heading .page-cover .page-cover-cta:hover {
	background-color: var(--background-color);
	color: var(--color-accent1);
}

.page-pages-single .page-heading cms-pagelist {
	display: flex;
	margin: 1rem 3rem;
	gap: 0.25rem;
}
.page-pages-single .page-heading cms-pagelist img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	object-fit: cover;
}
.page-docs-single article.page {
  max-width: 52rem;
  margin: 0 auto;
}
.page-pages-single article.page h1 {
	text-align: center;
}
.page-pages-single article.page h2 {
	text-align: center;
}
.page-pages-single article.page h2:after {
	content: ' ';
	display: block;
	width: 50%;
	height: 1px;
	background: var(--color-accent1);
	margin: 1rem auto;
}
.page-pages-single article.page h3 {
	text-align: center;
}
.page-pages-single article.page p {
	margin: 1em auto;
	max-width: 40rem;
}
.page-pages-single article.page pre {
	margin: 1em auto;
	max-width: 40rem;
}
.page-pages-single article.page ul {
	margin: 1em auto;
	max-width: 38rem;
}
.page-pages-single article.page hr {
	margin: 1em auto;
	max-width: 20rem;
}
.page-pages-single article.page cms-form {
	margin: 1em auto;
	max-width: 40rem;
	display: block;
}
.page-docs-single .page table {
	border-collapse: collapse;
	border: 1px solid var(--color-accent1);
}
.page-docs-single .page th,
.page-docs-single .page td {
	border: 1px solid var(--color-accent1);
	padding: 0.15em 0.5em;
}


.pages-list {
	margin: 1rem 3rem;
}
.pages-list .page {
	margin-bottom: 2em;
}
.pages-list h2 a {
	color: var(--color-accent1);
	text-decoration: none;
}

.docs-list {
	padding: 1rem 3rem;
	border-top: 4px solid var(--color-accent1);
}
.docs-list h1 {
  margin: 1rem auto 2rem;
  max-width: 52rem;
}
.docs-list h2 a {
	color: var(--color-accent1);
	text-decoration: none;
}
.docs-list .page {
  max-width: 52rem;
	margin: 0 auto 2em;
	border-bottom: 1px dotted var(--color-accent1);
}


.error-page {
	margin: 1rem 3rem;
}


.blocks-2, .blocks-3, .blocks-4, .blocks-5, .blocks-6 {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.blocks-2 .block img,
.blocks-3 .block img,
.blocks-4 .block img,
.blocks-5 .block img,
.blocks-6 .block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blocks-2 .block {
	flex: 1 calc(50% - 1rem);
}
.blocks-3 .block {
	flex: 1 calc(33% - 2rem);
}
.blocks-4 .block {
	flex: 1 calc(25% - 3rem);
}
.blocks-5 .block {
	flex: 1 calc(20% - 4rem);
}
.blocks-6 .block {
	flex: 1 calc(16% - 5rem);
}


footer .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 3rem;
	position: relative;
	font-size: 80%;
	flex-wrap: wrap;
}
footer .container:before {
	content: ' ';
	display: block;
	height: 6px;
	background: linear-gradient(90deg, var(--color-accent1), var(--color-accent2));
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
footer .container .legal-notice {
	flex: 1 100%;
	text-align: center;
}
footer .container a {
	color: var(--color-accent1);
	text-decoration: none;
}
footer .container ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 1rem;
}


.page-pages-pricing .cta-blocks {
	justify-content: center;
	gap: 6rem;
}
.page-pages-pricing .cta-blocks .center {
	text-align: center;
}
.page-pages-pricing .cta-blocks .block {
	max-width: 20rem;
	border: 1px solid #a4b8fb;
	padding: 1em;
	border-radius: 1em;
}
.page-pages-pricing .cta-blocks .cta {
	color: var(--color-accent1);
	border: 1px solid var(--color-accent1);
	border-radius: 0.5em;
	text-decoration: none;
	padding: 1em 2em;
	display: inline-block;
}
.page-pages-pricing .cta-blocks .cta:hover {
	background-color: var(--color-accent1);
	color: white;
}
.page-pages-pricing .cta-blocks .cta-bold {
	background-color: var(--color-accent1);
	color: white;
	border: 1px solid black;
	border-radius: 0.5em;
	text-decoration: none;
	padding: 1em 2em;
	display: inline-block;
}
.page-pages-pricing .cta-blocks .cta-bold:hover {
	background: linear-gradient(0deg, black, var(--color-accent1));
	color: white;
}
