@charset "UTF-8";
/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url("../css/fonts/titillium-web-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../css/fonts/titillium-web-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../css/fonts/titillium-web-v15-latin-regular.woff2") format("woff2"), url("../css/fonts/titillium-web-v15-latin-regular.woff") format("woff"), url("../css/fonts/titillium-web-v15-latin-regular.ttf") format("truetype"), url("../css/fonts/titillium-web-v15-latin-regular.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */
}

/* titillium-web-700 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url("../css/fonts/titillium-web-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../css/fonts/titillium-web-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../css/fonts/titillium-web-v15-latin-700.woff2") format("woff2"), url("../css/fonts/titillium-web-v15-latin-700.woff") format("woff"), url("../css/fonts/titillium-web-v15-latin-700.ttf") format("truetype"), url("../css/fonts/titillium-web-v15-latin-700.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */
}

svg:not(:root) {
  overflow: visible;
}

* {
  box-sizing: border-box;
}

img,
video,
audio {
  max-width: 100%;
  height: auto;
  display: block;
}

.grid {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

section {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  padding: 64px 0;
  /* 9 */
  padding: 6.4rem 0;
  /* 9 */
}

section.subnav-sec {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  padding: 32px 0;
  /* 9 */
  padding: 3.2rem 0;
  /* 9 */
}

section.start {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  padding: 64px 0 0 0;
  /* 9 */
  padding: 6.4rem 0 0 0;
  /* 9 */
}

section.block {
  padding: 0;
}

.container {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
}

.grid + .grid,
.container + .container {
  margin-top: 3.7037037037%;
}

.v-center {
  align-items: center;
}

h2 + .container {
  margin-top: 44px;
}

.products .container {
  justify-content: flex-start;
}

.products .container .col4-12 {
  margin-right: 3.7037037037%;
}

.products .container .col4-12:nth-child(4n-1) {
  margin-right: 0;
}

.products .container .col4-12:nth-child(n+4) {
  margin-top: 3.7037037037%;
}

.col2-12 {
  width: 13.5802469136%;
}

.col2_4-12 {
  width: 19.2592592593%;
}

.col3-12 {
  width: 22.2222222222%;
}

.col4-12 {
  width: 30.8641975309%;
}

.col4-8 {
  width: 47.1698113208%;
}

.col5-12 {
  width: 39.5061728395%;
}

.col2_4-12 {
  width: 19.2592592593%;
}

.col6-12 {
  width: 48.1481481481%;
}

.col3-6 {
  width: 46.1538461538%;
}

.col8-12 {
  width: 65.4320987654%;
}

.h-center .col8-12 {
  margin-left: 17.2839506173%;
}

.h-center .col6-12 {
  margin-left: 25.9259259259%;
}

.tab-content .container {
  justify-content: flex-start;
}

.tab-content .container .col2-12 {
  margin-bottom: 40px;
  margin-right: 3.7037037037%;
}

.tab-content .container .col2-12:nth-child(6n+6) {
  margin-right: 0;
}

/*! normalize.css v8.0.0 | 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;
}

/**
 * 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;
}

html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}

body {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 20px;
  /* 9 */
  font-size: 2rem;
  /* 9 */
  line-height: 1.5;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #696969;
}

p {
  margin: 0;
}

p + p {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  margin: 9px 0 0 0;
  /* 9 */
  margin: 0.9rem 0 0 0;
  /* 9 */
}

main ul + p {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  margin: 18px 0 0 0;
  /* 9 */
  margin: 1.8rem 0 0 0;
  /* 9 */
}

p + ul.points,
main p + ul {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  margin: 18px 0 0 0;
  /* 9 */
  margin: 1.8rem 0 0 0;
  /* 9 */
}

a, .icon span, p.center {
  color: #46A0D2;
}

section.blue a {
  color: #fff;
}

a {
  text-underline-offset: 4px;
}

a:hover, a.active {
  text-decoration: none;
}

p.center.mail {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  margin: 30px 0 0 0;
  /* 9 */
  margin: 3rem 0 0 0;
  /* 9 */
}

.center {
  text-align: center;
}

.btns {
  display: flex;
}

.more {
  margin-top: 30px;
}

.mail a, .more a {
  background-color: #fff;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #46A0D2;
  padding: 0 20px;
  line-height: 50px;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.mail a:hover, .more a:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.mail a {
  border: 1px solid #0066b2;
  color: #0066b2;
}

.more.mts a {
  border: 1px solid #799eb2;
  color: #799eb2;
}

.feedback a {
  background-color: #0066b2;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  margin-left: 30px;
  border: 1px solid #0066b2;
  padding: 0 20px;
  line-height: 50px;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.feedback a:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.mainnav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  line-height: 1;
}

.mainnav ul li a {
  text-transform: uppercase;
  text-decoration: none;
}

.mainnav ul li a:hover, .mainnav ul li a.active {
  color: #0066b2;
}

.mainnav ul li + li {
  margin-left: 30px;
}

blockquote.testi .author {
  margin-top: 30px;
  color: #46A0D2;
}

ul.points {
  list-style: none;
  padding-left: 30px;
}

ul.points li {
  position: relative;
}

ul.points li:before {
  content: "…";
  position: absolute;
  left: -30px;
  top: 0;
  color: #0066b2;
}

main ul {
  list-style: circle;
  list-style-position: outside;
  padding-left: 20px;
  margin: 0;
}

main ul li + li {
  margin: 9px 0 0 0;
}

ul.check,
.teaser ul {
  list-style: none;
  padding-left: 24px;
}

ul.check li,
.teaser ul li {
  position: relative;
}

ul.check li::before,
.teaser ul li::before {
  content: "\2713";
  display: block;
  position: absolute;
  top: 0;
  left: -24px;
  color: #46A0D2;
}

.blue ul.check li::before,
.blue .teaser ul li::before {
  color: #fff;
}

h2, blockquote.testi {
  font-weight: normal;
  font-weight: 400;
}

h1, h2 {
  color: #1E3263;
}

.icon span {
  display: block;
  margin-top: 4px;
  line-height: 1.2;
}

h1, .mainnav ul li a, b, strong, h3, h4, h5, blockquote {
  font-weight: 700;
}

.grey, .blue, .blue h2, .blue h3, .darkblue, .darkblue h2, .darkblue h3, .red, .red, .red h2, .red h3 {
  color: #fff;
}

blockquote.testi {
  line-height: 1.3;
}

h1, h2, h3, h4, h5, blockquote {
  line-height: 1.2;
}

h1 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  margin: 0 0 80px 0;
  /* 9 */
  margin: 0 0 8rem 0;
  /* 9 */
}

h2 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  margin: 0 0 24px 0;
  /* 9 */
  margin: 0 0 2.4rem 0;
  /* 9 */
}

p + h2,
ul + h2 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  margin: 24px 0 16px 0;
  /* 9 */
  margin: 2.4rem 0 1.6rem 0;
  /* 9 */
}

p + h3,
ul + h3 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  margin: 20px 0 9px 0;
  /* 9 */
  margin: 2rem 0 0.9rem 0;
  /* 9 */
}

h3 + .mail {
  margin-top: 20px;
}

h3 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  margin: 0 0 9px 0;
  /* 9 */
  margin: 0 0 0.9rem 0;
  /* 9 */
}

h4 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  margin: 12px 0 9px 0;
  /* 9 */
  margin: 1.2rem 0 0.9rem 0;
  /* 9 */
}

h5 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 5 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  margin: 0 0 9px 0;
  /* 9 */
  margin: 0 0 0.9rem 0;
  /* 9 */
  color: #0066b2;
}

h1 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 48px;
  /* 9 */
  font-size: 4.8rem;
  /* 9 */
}

blockquote, h2 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 32px;
  /* 9 */
  font-size: 3.2rem;
  /* 9 */
}

.teaser {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 24px;
  /* 9 */
  font-size: 2.4rem;
  /* 9 */
}

.mainnav,
blockquote.testi,
h3,
h4 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 20px;
  /* 9 */
  font-size: 2rem;
  /* 9 */
}

.subnav-sec,
p.small {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
}

footer,
.icon span,
.btn a,
blockquote.testi .author,
.col2-12,
h5 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1.6rem;
  /* 9 */
}

.member p {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 12px;
  /* 9 */
  font-size: 1.2rem;
  /* 9 */
}

header {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  padding: 30px 0;
  /* 9 */
  padding: 3rem 0;
  /* 9 */
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

header .logo img {
  display: block;
  height: 30px;
  width: auto;
}

header .grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .grid.center {
  justify-content: center;
}

header .grid + .grid {
  margin-top: 15px;
}

header.head2 .logo img {
  height: 60px;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.grey {
  background-color: #111111;
}

.blue {
  background-color: #46A0D2;
}

.petrol {
  background-color: #799eb2;
  color: #fff;
}

.petrol h2 {
  color: #fff;
}

.light-blue {
  background-color: #eaf4fa;
}

.subnav-sec {
  background-color: #eaf4fa;
}

.subnav-sec nav ul {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  justify-content: center;
}

.subnav-sec nav ul li {
  color: #0066b2;
  position: relative;
  padding-left: 20px;
}

.subnav-sec nav ul li.active {
  font-weight: 700;
}

.subnav-sec nav ul li.active:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='10' height='8.575' viewBox='0 416.658 10 8.575'%3E%3Cpath fill='%230066b2' d='M9.791 421.45a.716.716 0 0 0 0-1.012l-3.571-3.572a.715.715 0 0 0-1.011 1.011l2.355 2.353H.715a.715.715 0 0 0-.001 1.429H7.56l-2.351 2.354a.715.715 0 0 0 1.011 1.011l3.572-3.571-.001-.003z'/%3E%3C/svg%3E");
}

.subnav-sec nav ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 8px;
  left: 0;
  top: 50%;
  margin-top: -4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='10' height='8.575' viewBox='0 416.658 10 8.575'%3E%3Cpath fill='%2346A0D2' d='M9.791 421.45a.716.716 0 0 0 0-1.012l-3.571-3.572a.715.715 0 0 0-1.011 1.011l2.355 2.353H.715a.715.715 0 0 0-.001 1.429H7.56l-2.351 2.354a.715.715 0 0 0 1.011 1.011l3.572-3.571-.001-.003z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.subnav-sec nav ul li + li {
  margin: 0;
}

.subnav-sec nav ul a {
  text-decoration: none;
}

.subnav-sec nav ul a:hover {
  color: #0066b2;
}

.darkblue {
  background-color: #0066b2;
}

.darkblue h1, .darkblue h2 {
  color: #fff;
}

.darkblue2 {
  background-color: #1E3263;
}

.darkblue2 .icon, .darkblue2 h1, .darkblue2 h2 {
  color: #fff;
}

.lines {
  background: transparent url("../img/lined_paper.png") 0 0 repeat;
}

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

figure {
  margin: 0;
}

figcaption {
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
}

figcaption a {
  color: #0066b2;
}

.hero, .hero2, .hero3, .hero4, .hero5, .hero6, .hero7, .hero8, .hero9 {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 4 / 1;
}

.hero {
  background-image: url(../img/hero.jpg);
}

.hero2 {
  background-image: url(../img/hero2.jpg);
}

.hero3 {
  background-image: url(../img/hero3.jpg);
}

.hero4 {
  background-image: url(../img/hero4.jpg);
}

.hero5 {
  background-image: url(../img/hero5.jpg);
}

.hero6 {
  background-image: url(../img/hero6.jpg);
}

.hero7 {
  background-image: url(../img/hero7.jpg);
}

.hero8 {
  background-image: url(../img/hero8.jpg);
}

.hero9 {
  background-image: url(../img/hero9.jpg);
}

.icon {
  position: relative;
  text-align: center;
  padding-top: 88px;
}

.icon::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -43px;
  top: 0;
  width: 86px;
  height: 64px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2264%22%20height%3D%2246%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M64%2012.938c0-.573-.344-1.057-.834-1.289l.005-.008-.043-.017a.533.533%200%200%200-.041-.015L32.625.14l-.004.009C32.432.059%2032.225%200%2032%200s-.43.059-.621.149L31.375.14.915%2011.608a.26.26%200%200%200-.042.015l-.043.018.004.008c-.49.231-.834.716-.834%201.289s.344%201.057.834%201.289l-.004.008.044.017.042.016%202.73%201.029L1.801%2028.97A2.87%202.87%200%200%200%200%2031.625C0%2033.213%201.301%2034.5%202.909%2034.5c1.605%200%202.909-1.287%202.909-2.875%200-.925-.449-1.738-1.137-2.264l1.756-13.014%204.888%201.84L8.74%2038.621l.025.006c-.01.062-.038.118-.038.186%200%20.794.65%201.438%201.454%201.438.111%200%20.208-.033.31-.058l.005.024%2010.949-2.707%209.682%208.202.014-.019c.245.18.532.307.859.307.298%200%20.561-.111.792-.264l.014.022%2011.146-8.262%2011.004%202.72.006-.029c.103.023.2.062.31.062.805%200%201.455-.644%201.455-1.438%200-.093-.031-.174-.047-.262l.021-.004-3.871-20.417%2010.257-3.861.041-.016.043-.017-.005-.009c.49-.23.834-.715.834-1.287M53.426%2036.876l-9.474-2.342-.006.028c-.103-.023-.199-.062-.31-.062-.299%200-.562.109-.793.264l-.014-.022-10.769%207.982-9.369-7.938-.014.021a1.428%201.428%200%200%200-.858-.308c-.109%200-.208.039-.31.062l-.006-.028-9.614%202.375%202.234-17.669%2017.251%206.494.004-.008c.19.09.396.148.621.148s.432-.059.621-.148l.004.008%2017.44-6.565%203.362%2017.708zM32%2022.904L5.528%2012.938%2032%202.97l26.473%209.967L32%2022.904z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
}

footer {
  background-color: #111111;
  padding: 20px 0;
}

footer a {
  color: #46A0D2;
}

footer span.right {
  margin-left: 30px;
}

footer .grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer p {
  margin: 0;
}

footer .footernav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

footer .footernav ul li {
  margin-left: 30px;
}

.icn {
  position: relative;
  padding-top: 88px;
  text-align: center;
}

.icn:before {
  content: "";
  position: absolute;
  display: block;
  width: 64px;
  height: 64px;
  top: 0;
  left: 50%;
  margin-left: -32px;
}

.icn:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2264%22%20height%3D%2264%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M36.363%2026.182h14.546a1.454%201.454%200%201%200%200-2.909H36.363a1.455%201.455%200%200%200%200%202.909m0-5.818h8.728a1.455%201.455%200%200%200%200-2.91h-8.728a1.455%201.455%200%200%200%200%202.91m0%2011.636h5.818a1.454%201.454%200%201%200%200-2.91h-5.818a1.455%201.455%200%200%200%200%202.91m-21.818%205.818h11.636a2.908%202.908%200%200%200%202.909-2.909V20.364a2.91%202.91%200%200%200-2.909-2.909H14.545a2.91%202.91%200%200%200-2.909%202.909v14.545a2.908%202.908%200%200%200%202.909%202.909m0-17.454h11.636v14.545H14.545V20.364zm21.818%2017.454h14.546a1.454%201.454%200%201%200%200-2.909H36.363a1.454%201.454%200%200%200%200%202.909M61.091%202.909H34.909A2.911%202.911%200%200%200%2032%200a2.91%202.91%200%200%200-2.909%202.909H2.909A2.91%202.91%200%200%200%200%205.818v2.909a2.908%202.908%200%200%200%202.909%202.909v34.91a2.908%202.908%200%200%200%202.909%202.908h24.727v3.762l-8.301%208.301a1.454%201.454%200%201%200%202.057%202.057L32%2055.875l7.699%207.699a1.454%201.454%200%201%200%202.057-2.057l-8.301-8.301v-3.762h24.727a2.909%202.909%200%200%200%202.909-2.908v-34.91A2.91%202.91%200%200%200%2064%208.727V5.818a2.911%202.911%200%200%200-2.909-2.909m-2.909%2043.637H5.818v-34.91h52.363v34.91zm2.909-37.819H2.909V5.818h58.182v2.909z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.member {
  margin-top: 20px;
}

.member img {
  width: 100px;
}

.member p {
  margin-top: 10px;
  max-width: 60ch;
}

.btn {
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
}

.btn a {
  text-decoration: none;
  padding: 10px;
  background: #46A0D2;
  color: #fff;
}

.btn a:hover {
  border: 1px solid #fff;
  color: #fff;
}

.teaser-pic img {
  max-width: 400px;
}

blockquote {
  margin: 0 0 20px 0;
  padding: 40px 80px;
  text-align: center;
  border-top: 1px solid #46A0D2;
  border-bottom: 1px solid #46A0D2;
  color: #46A0D2;
  position: relative;
}

.blue + section blockquote {
  margin: 20px 0;
}

blockquote.testi {
  color: #fff;
}

.white blockquote.testi {
  color: #46A0D2;
}

blockquote:before {
  content: "";
  display: block;
  position: absolute;
  width: 64px;
  height: 58px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2065%2059.029%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2344A1D0%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M64.5%2032.496H31.897c-1.006%207.171-3.302%2012.772-6.931%2016.757C19.944%2054.77%2011.789%2057.854.5%2058.5v-9.962c8.264%200%2012.853-5.348%2013.772-16.04H.5V.5h64v31.996zM132.5%2058.498v-9.963c-8.264%200-12.854-5.348-13.774-16.039H132.5V.498h-32v23.038c0%2011.627%202.51%2020.199%207.533%2025.715s13.181%208.601%2024.467%209.247z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  left: -30px;
  bottom: 30px;
}

blockquote:after {
  right: -30px;
  top: 30px;
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 58px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2033%2059.029%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2344A1D0%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M-35.5%2032.498h-32.603c-1.006%207.171-3.302%2012.772-6.931%2016.757-5.021%205.517-13.177%208.601-24.466%209.247V48.54c8.264%200%2012.853-5.348%2013.772-16.04H-99.5V.502h64v31.996zM32.5%2058.5v-9.963c-8.264%200-12.854-5.348-13.774-16.039H32.5V.5H.5v23.038c0%2011.627%202.51%2020.199%207.533%2025.715S21.214%2057.854%2032.5%2058.5z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

iframe {
  width: 100%;
}

.error {
  height: calc(100vh - 176px);
  background: url(../img/404.jpg) no-repeat center center;
  background-size: cover;
}

.error h1, .error h2, .error p {
  color: #fff;
}

.cards {
  background-color: #fff;
  border: 1px solid #46A0D2;
  padding: 40px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

.blue .cards {
  background-color: #46A0D2;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1920px) {
  .grid {
    width: 90%;
  }
  h1 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 42px;
    /* 9 */
    font-size: 4.2rem;
    /* 9 */
  }
  blockquote, h2 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 27px;
    /* 9 */
    font-size: 2.7rem;
    /* 9 */
  }
  .teaser {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 21px;
    /* 9 */
    font-size: 2.1rem;
    /* 9 */
  }
  .mainnav,
  blockquote.testi,
  h3,
  h4,
  body {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */
  }
  h1 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    margin: 0 0 42px 0;
    /* 9 */
    margin: 0 0 4.2rem 0;
    /* 9 */
  }
  h2 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    margin: 0 0 16px 0;
    /* 9 */
    margin: 0 0 1.6rem 0;
    /* 9 */
  }
  h4 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    margin: 24px 0 12px 0;
    /* 9 */
    margin: 2.4rem 0 1.2rem 0;
    /* 9 */
  }
  section {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    padding: 60px 0;
    /* 9 */
    padding: 6rem 0;
    /* 9 */
  }
  section.start {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    padding: 60px 0 0 0;
    /* 9 */
    padding: 6rem 0 0 0;
    /* 9 */
  }
  section.subnav-sec {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    padding: 30px 0;
    /* 9 */
    padding: 3rem 0;
    /* 9 */
  }
}

@media screen and (max-width: 1620px) {
  .cards {
    padding: 20px;
  }
  .icon::before {
    content: "";
    margin-left: -32px;
    width: 64px;
    height: 48px;
  }
  blockquote, h2 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 24px;
    /* 9 */
    font-size: 2.4rem;
    /* 9 */
  }
}

@media screen and (max-width: 1440px) {
  section.subnav-sec {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    padding: 20px 0;
    /* 9 */
    padding: 2rem 0;
    /* 9 */
  }
  section {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    padding: 50px 0;
    /* 9 */
    padding: 5rem 0;
    /* 9 */
  }
  section.start {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    padding: 50px 0 0 0;
    /* 9 */
    padding: 5rem 0 0 0;
    /* 9 */
  }
  h1 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 36px;
    /* 9 */
    font-size: 3.6rem;
    /* 9 */
  }
  h1 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    margin: 0 0 36px 0;
    /* 9 */
    margin: 0 0 3.6rem 0;
    /* 9 */
  }
  .h-center .col8-12 {
    width: 82.7160493827%;
    margin-left: 8.6419753086%;
  }
  .h-center .col6-12 {
    width: 65.4320987654%;
    margin-left: 17.2839506173%;
  }
}

@media screen and (max-width: 1280px) {
  .mainnav,
  blockquote.testi,
  h3,
  h4,
  .subnav,
  body {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16px;
    /* 9 */
    font-size: 1.6rem;
    /* 9 */
  }
  header .logo img {
    height: 25px;
  }
  header {
    padding: 20px 0;
  }
  .mail a, .more a {
    padding: 0 10px;
    line-height: 40px;
  }
  footer .grid {
    flex-flow: column;
    gap: 15px;
  }
  p + p,
  main ul li + li {
    margin: 8px 0 0 0;
  }
  blockquote {
    margin: 0 0 10px 0;
    padding: 30px 60px;
  }
  blockquote:before {
    content: "";
    width: 48px;
    height: 44px;
    left: -30px;
    bottom: 30px;
  }
  blockquote:after {
    content: "";
    right: -30px;
    top: 30px;
    width: 27px;
    height: 48px;
  }
}

@media screen and (max-width: 1024px) {
  .subnav-sec nav ul {
    gap: 15px;
  }
  .col8-12 {
    width: 100%;
  }
  .col4-8 {
    width: 48.1481481481%;
  }
  .col4-12 + .col8-12,
  .col8-12 + .col4-12 {
    margin-top: 30px;
  }
  .col4-12 {
    width: 48.1481481481%;
  }
  .col4-12:nth-child(n+3) {
    margin-top: 30px;
  }
  .col4-12.md-full {
    width: 100%;
  }
  .col2-12 {
    width: 30.8641975309%;
  }
  .col2-12:nth-child(n+4) {
    margin-top: 30px;
  }
  .h-center .col8-12 {
    width: 100%;
    margin-left: 0;
  }
  .h-center .col6-12 {
    width: 82.7160493827%;
    margin-left: 8.6419753086%;
  }
  section {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    padding: 40px 0;
    /* 9 */
    padding: 4rem 0;
    /* 9 */
  }
  section.start {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    padding: 40px 0 0 0;
    /* 9 */
    padding: 4rem 0 0 0;
    /* 9 */
  }
  .hero, .hero2, .hero3, .hero4, .hero5, .hero6, .hero7, .hero8, .hero9 {
    aspect-ratio: 3 /1;
  }
  h1 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 32px;
    /* 9 */
    font-size: 3.2rem;
    /* 9 */
  }
  h1 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 5 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    /* 4 */
    /* 5 */
    margin: 0 0 32px 0;
    /* 9 */
    margin: 0 0 3.2rem 0;
    /* 9 */
  }
  h2 + .container {
    margin-top: 30px;
  }
  .mainnav ul li + li {
    margin-left: 20px;
  }
}

@media screen and (max-width: 920px) {
  .subnav-sec nav ul {
    gap: 0;
    flex-flow: wrap;
  }
  .subnav-sec nav ul li {
    width: 50%;
    line-height: 1.2;
  }
  .subnav-sec nav ul li:nth-child(n+3) {
    margin-top: 15px;
  }
  header .logo img {
    height: 20px;
  }
  .col8-12 .flex {
    flex-flow: column;
  }
  .col4-8 {
    width: 100%;
  }
  .col4-8:nth-child(n+2) {
    margin-top: 8px;
  }
  .col4-12 {
    width: 100%;
  }
  .col4-12:nth-child(n+2) {
    margin-top: 30px;
  }
  .col6-12 {
    width: 100%;
  }
  .col6-12:nth-child(n+2) {
    margin-top: 30px;
  }
  header .btns {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16px;
    /* 9 */
    font-size: 1.6rem;
    /* 9 */
  }
  blockquote.testi,
  h3,
  h4,
  body {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */
  }
  footer span {
    display: block;
  }
  footer span.right {
    text-align: center;
    margin-left: 0;
    margin-top: 8px;
  }
  .icon {
    padding-top: 64px;
  }
}

@media screen and (max-width: 800px) {
  header .btns {
    display: none;
  }
  .col2-12 {
    width: 48.1481481481%;
  }
  .col2-12:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  header .grid {
    flex-flow: column;
  }
  header .logo img {
    height: 30px;
    margin-bottom: 30px;
  }
  .mainnav {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 20px;
    /* 9 */
    font-size: 2rem;
    /* 9 */
  }
}

@media screen and (max-width: 767px) {
  .col2_4-12 {
    width: 100%;
    border: 1px solid #46A0D2;
    padding: 10px;
  }
  .container.item5 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 30px;
    gap: 20px;
    white-space: nowrap;
  }
  .more {
    margin-top: 15px;
  }
}

/*# sourceMappingURL=main.css.map */