/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: "Fira Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  background-color: #FFF;
}

a {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6, p, blockquote, dl, dd {
  margin: 0;
}

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

.button {
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 57px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 24px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  background: #000;
  border: 2px solid #000;
  border-radius: 30px;
  -webkit-appearance: none;
}
@media (max-width: 1440px) {
  .button {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .button {
    font-size: 20px;
  }
}
.button:hover {
  color: #000;
  background: transparent;
}

body {
  padding-top: 120px;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
  min-height: 120px;
  padding-top: 22px;
  background: #FFF;
}
.admin-bar .header {
  top: 32px;
}
.header__inner {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 170px);
  max-width: 1750px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .header__inner {
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .header__inner {
    width: calc(100% - 48px);
  }
}
.header__inner > .navigation {
  margin-top: 31px;
  margin-left: 150px;
  flex-grow: 1;
}
.header__logo {
  display: block;
  flex-shrink: 0;
  width: 320px;
}

@media (max-width: 1440px) {
  .header__inner > .navigation {
    margin-left: 70px;
  }
}
@media (max-width: 1024px) {
  .header__inner {
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 170px);
    max-width: 1750px;
    align-items: center;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .header__inner {
    width: calc(100% - 80px);
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .header__inner {
    width: calc(100% - 48px);
  }
}
@media (max-width: 1024px) {
  .header .navigation {
    display: none;
  }
}
@media (max-width: 1023px) {
  body {
    padding-top: 80px;
  }

  .header {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header__inner {
    min-height: 80px;
  }
  .header__logo {
    width: 220px;
  }
}
.navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.navigation__item {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .navigation__item {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .navigation__item {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .navigation__item:hover {
    padding-bottom: 25px;
  }
}
.navigation__item__button {
  color: #8850B1;
}
.navigation__item__button:hover {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .header .navigation__item:hover .navigation {
    display: flex;
  }
}

.header__inner > .navigation > .navigation__item:nth-child(3) {
  width: 80px;
}
.header__inner > .navigation > .navigation__item:nth-child(4) {
  width: 140px;
}
.header__inner > .navigation > .navigation__item:nth-child(5) {
  width: 96px;
}
.header__inner > .navigation > .navigation__item:nth-child(6) {
  width: 69px;
}

.header .navigation .navigation {
  margin-top: 22px;
  display: none;
  flex-direction: column;
}
.header .navigation .navigation .navigation__item {
  padding-bottom: 0;
  font-size: 16px;
}
.header .navigation .navigation .navigation__item + .navigation__item {
  margin-top: 0.9375em;
  margin-left: 0;
}

@media (max-width: 1280px) and (min-width: 1024px) {
  .header__inner {
    width: calc(100% - 80px);
    max-width: 1750px;
  }
  .header__logo {
    position: relative;
    top: 15px;
    width: 220px;
  }
}
@media (max-width: 1440px) {
  .header .navigation .navigation .navigation__item {
    font-size: 14px;
  }
}
.mobile-navigation-toggle {
  padding: 0;
  font: inherit;
  line-height: normal;
  text-align: inherit;
  overflow: visible;
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  border: 0;
  outline: 0;
  width: 30px;
  height: 25px;
  cursor: pointer;
  background-image: url("../img/ico-menu.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mobile-navigation-toggle.is-active {
  background-image: url("../img/ico-close.svg");
}

@media (min-width: 1025px) {
  .mobile-navigation-toggle {
    display: none;
  }
}
@media (max-width: 1023px) {
  .mobile-navigation-toggle {
    margin-top: 10px;
  }
}
.mobile-navigation {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 199;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  text-align: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #FFF;
}
@media (max-width: 1023px) {
  .mobile-navigation {
    padding-top: 80px;
  }
}
.mobile-navigation:not(.is-visible) {
  display: none;
}
.mobile-navigation .navigation {
  flex-direction: column;
  align-items: center;
}
.mobile-navigation .navigation + .navigation {
  margin-top: 24px;
}
.mobile-navigation .navigation__item + .navigation__item {
  margin-top: 24px;
  margin-left: 0;
}
.mobile-navigation .navigation .navigation {
  margin-top: 24px;
  margin-bottom: 24px;
}
.mobile-navigation .navigation .navigation:not(.is-open) {
  display: none;
}

.footer {
  position: relative;
  margin-top: 150px;
  color: #FFF;
  background: #000;
}
.contact + .footer, .news + .footer {
  margin-top: 0;
}
.footer__logo {
  position: absolute;
  top: 30px;
  left: 40px;
}
.footer__hkz {
  position: absolute;
  bottom: 22px;
  left: 7px;
}
.footer__inner {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 170px);
  max-width: 1750px;
  display: flex;
  justify-content: flex-end;
  max-width: 1570px;
  height: 470px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 263px;
}
@media (max-width: 1024px) {
  .footer__inner {
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .footer__inner {
    width: calc(100% - 48px);
  }
}
.footer__column {
  margin-right: 55px;
  margin-left: 55px;
  width: 300px;
  text-align: center;
}
.footer__column:first-child {
  margin-left: 0;
}
.footer__column > * + * {
  margin-top: 1.3888888889em;
}
.footer__column ul,
.footer__column p {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 18px;
  line-height: 1.3888888889;
}
@media (max-width: 1023px) {
  .footer__column ul,
.footer__column p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer__column ul,
.footer__column p {
    font-size: 16px;
  }
}
.footer__column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .footer__column {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .footer__inner {
    flex-wrap: wrap;
    height: auto;
  }
  .footer__column {
    width: 100%;
  }
  .footer__column:nth-child(1) {
    margin-bottom: 30px;
    order: 1;
  }
  .footer__column:nth-child(2) {
    order: 3;
  }
  .footer__column:nth-child(3) {
    margin-bottom: 30px;
    order: 2;
  }
}
@media (max-width: 767px) {
  .footer {
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    padding: 30px 24px;
  }
  .footer__logo {
    position: static;
    margin-bottom: 30px;
    display: block;
    order: 1;
    width: 100%;
  }
  .footer__hkz {
    position: static;
    margin-top: 30px;
    display: block;
    order: 3;
    width: 100%;
    height: 110px;
  }
  .footer__inner {
    order: 2;
    width: 100%;
    padding: 0;
  }
}
.text-holder {
  text-align: center;
}
.text-holder h1,
.text-holder h2,
.text-holder h3,
.text-holder h4,
.text-holder h5,
.text-holder h6 {
  font-family: "Fira Sans", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.0833333333;
}
@media (max-width: 1440px) {
  .text-holder h1,
.text-holder h2,
.text-holder h3,
.text-holder h4,
.text-holder h5,
.text-holder h6 {
    font-size: 38px;
  }
}
@media (max-width: 1023px) {
  .text-holder h1,
.text-holder h2,
.text-holder h3,
.text-holder h4,
.text-holder h5,
.text-holder h6 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .text-holder h1,
.text-holder h2,
.text-holder h3,
.text-holder h4,
.text-holder h5,
.text-holder h6 {
    font-size: 32px;
  }
}
.text-holder h1 + p, .text-holder h1 + ul,
.text-holder h2 + p,
.text-holder h2 + ul,
.text-holder h3 + p,
.text-holder h3 + ul,
.text-holder h4 + p,
.text-holder h4 + ul,
.text-holder h5 + p,
.text-holder h5 + ul,
.text-holder h6 + p,
.text-holder h6 + ul {
  margin-top: 1.8em;
}
.text-holder p,
.text-holder ul {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .text-holder p,
.text-holder ul {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .text-holder p,
.text-holder ul {
    font-size: 16px;
  }
}
.text-holder p + p,
.text-holder ul + p {
  margin-top: 1.16em;
}
.text-holder p + ul,
.text-holder ul + ul {
  margin-top: 1.16em;
}
.text-holder p + h1, .text-holder p + h2, .text-holder p + h3, .text-holder p + h4, .text-holder p + h5, .text-holder p + h6,
.text-holder ul + h1,
.text-holder ul + h2,
.text-holder ul + h3,
.text-holder ul + h4,
.text-holder ul + h5,
.text-holder ul + h6 {
  margin-top: 1.6666666667em;
}
.text-holder p a,
.text-holder ul a {
  text-decoration: underline;
}
.text-holder p a:hover,
.text-holder ul a:hover {
  text-decoration: none;
}
.text-holder p b,
.text-holder p strong,
.text-holder ul b,
.text-holder ul strong {
  font-weight: 500;
}
.text-holder ul {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 611px;
  text-align: left;
}
.text-holder .button:not(:first-child) {
  margin-top: 45px;
}

.homepage-intro {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 170px);
  max-width: 1750px;
  position: relative;
  width: calc(100% - 60px);
  max-width: 1750px;
  background-position: center;
  background-size: cover;
  border-radius: 16px;
}
@media (max-width: 1024px) {
  .homepage-intro {
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .homepage-intro {
    width: calc(100% - 48px);
  }
}
.homepage-intro::before {
  display: block;
  width: 100%;
  padding-top: 26.8817204301%;
  content: "";
}
@media (max-width: 1024px) {
  .homepage-intro {
    width: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  .homepage-intro {
    width: calc(100% - 48px);
  }
}

@media (max-width: 767px) {
  .homepage-intro {
    width: 100%;
    border-radius: 0;
  }
}
.homepage-quicklinks__inner {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 170px);
  max-width: 1750px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1306px;
}
@media (max-width: 1024px) {
  .homepage-quicklinks__inner {
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .homepage-quicklinks__inner {
    width: calc(100% - 48px);
  }
}

@media (max-width: 1030px) {
  .homepage-quicklinks__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .homepage-quicklinks__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news {
  margin-top: 30px;
  padding-top: 22px;
  padding-bottom: 58px;
  background: rgba(0, 0, 0, 0.05);
}
.header + .news {
  margin-top: 0;
}
@media (max-width: 767px) {
  .news {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .news {
    position: relative;
    z-index: 100;
  }
}
.news__inner {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 170px);
  max-width: 1750px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1570px;
}
@media (max-width: 1024px) {
  .news__inner {
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .news__inner {
    width: calc(100% - 48px);
  }
}
.news__heading {
  font-family: "Fira Sans", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.0833333333;
  font-size: 45px;
}
@media (max-width: 1440px) {
  .news__heading {
    font-size: 38px;
  }
}
@media (max-width: 1023px) {
  .news__heading {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .news__heading {
    font-size: 32px;
  }
}
@media (max-width: 1440px) {
  .news__heading {
    font-size: 45px;
  }
}
.news__overview {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.news__overview__item {
  padding: 34px 34px 34px 17px;
  background: #FFF;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .news__overview__item {
    padding-right: 17px;
  }
}
.news__overview__item__heading {
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.16;
}
@media (max-width: 1023px) {
  .news__overview__item__heading {
    font-size: 20px;
  }
}
.news__overview__item__meta {
  margin-top: 0.2777777778em;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2222222222em;
  color: #00CFFF;
}
@media (max-width: 1023px) {
  .news__overview__item__meta {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .news__overview__item__meta {
    font-size: 16px;
  }
}
.news__overview__item__intro {
  margin-top: 32px;
  word-break: break-word;
}
.news__overview__item__intro p {
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .news__overview__item__intro p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .news__overview__item__intro p {
    font-size: 16px;
  }
}
.news__overview__item__intro p + p {
  margin-top: 1.2em;
}
.news .button {
  margin-top: 36px;
}
.news .button:hover {
  background-color: #FFF;
  border: 2px solid #FFF;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news__overview {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    width: 100%;
  }
  .news__overview__item {
    margin-top: 30px;
    margin-left: 30px;
    width: calc((100% - 60px) / 3);
  }
  .news__overview__item:nth-child(1), .news__overview__item:nth-child(2), .news__overview__item:nth-child(3) {
    margin-top: 0;
  }
  .news__overview__item:nth-child(3n-2) {
    margin-left: 0;
  }
  .news__overview__item__visual {
    flex-shrink: 0;
  }
}
@media (max-width: 1023px) {
  .news__overview {
    grid-template-columns: repeat(2, 1fr);
  }
  .news__overview__item:nth-child(3):last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .news__overview {
    grid-template-columns: repeat(1, 1fr);
  }
  .news__overview__item:nth-child(3):last-child {
    display: block;
  }
}
.contact {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact__inner {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 170px);
  max-width: 1750px;
  display: flex;
  overflow: hidden;
  border-radius: 16px;
}
@media (max-width: 1024px) {
  .contact__inner {
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .contact__inner {
    width: calc(100% - 48px);
  }
}
.contact__column {
  position: relative;
  width: 50%;
}
.contact__column::before {
  display: block;
  width: 100%;
  padding-top: 82.6751592357%;
  content: "";
}
.contact__column__inner {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 74px 0;
}
.contact__column--text {
  text-align: center;
  color: #FFF;
  background: #8850B1;
}
.contact__column--visual {
  background-position: center;
  background-size: cover;
}
.contact__column__heading {
  font-family: "Fira Sans", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.0833333333;
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 48px;
}
@media (max-width: 1440px) {
  .contact__column__heading {
    font-size: 38px;
  }
}
@media (max-width: 1023px) {
  .contact__column__heading {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .contact__column__heading {
    font-size: 32px;
  }
}
@media (max-width: 1440px) {
  .contact__column__heading {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .contact__column__heading {
    font-size: 30px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .contact__column__heading {
    font-size: 16px;
    line-height: 1.2;
  }
}
.contact__column p {
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  font-size: 30px;
  font-weight: 500;
  line-height: 0.9333333333;
}
@media (max-width: 1440px) {
  .contact__column p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .contact__column p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .contact__column p {
    font-size: 16px;
    line-height: 1.2;
  }
}
.contact__column p + p {
  margin-top: 0.9333333333em;
}
.contact__column p a:hover {
  text-decoration: underline;
}

@media (max-width: 1023px) {
  .contact__inner {
    flex-direction: column;
  }
  .contact__column {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact__column__heading {
    position: static;
  }
}
.styled-form {
  position: relative;
  padding: 60px;
  border: 2.5px solid #C6F;
  border-radius: 16px;
}
.styled-form .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.styled-form__column {
  width: calc((100% - 20px) / 2);
}
.styled-form__options {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.styled-form__options input {
  flex-shrink: 0;
}
.styled-form__options p {
  margin-left: 22px;
  flex-shrink: 1;
  max-width: 400px;
  font-size: 17px;
  line-height: 1.2352941176;
  color: #A2A2A2;
}
.styled-form .wpcf7-form .ajax-loader {
  position: absolute;
  bottom: 60px;
  left: 60px;
  padding: 0;
}
.styled-form input[type=text],
.styled-form input[type=email],
.styled-form input[type=tel],
.styled-form textarea {
  margin-bottom: 15px;
  width: 100%;
}
.styled-form input[type=text],
.styled-form input[type=email],
.styled-form input[type=tel] {
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  height: 57px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 24px;
  color: #000;
  background: transparent;
  border: 2px solid #000;
  border-radius: 30px;
  outline: 0;
  -webkit-appearance: none;
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .styled-form input[type=text],
.styled-form input[type=email],
.styled-form input[type=tel] {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .styled-form input[type=text],
.styled-form input[type=email],
.styled-form input[type=tel] {
    font-size: 20px;
  }
}
.styled-form input[type=text]::-webkit-input-placeholder, .styled-form input[type=email]::-webkit-input-placeholder, .styled-form input[type=tel]::-webkit-input-placeholder {
  color: #A2A2A2;
}
.styled-form input[type=text]::-moz-placeholder, .styled-form input[type=email]::-moz-placeholder, .styled-form input[type=tel]::-moz-placeholder {
  color: #A2A2A2;
}
.styled-form input[type=text]:-ms-input-placeholder, .styled-form input[type=email]:-ms-input-placeholder, .styled-form input[type=tel]:-ms-input-placeholder {
  color: #A2A2A2;
}
.styled-form input[type=text]::-ms-input-placeholder, .styled-form input[type=email]::-ms-input-placeholder, .styled-form input[type=tel]::-ms-input-placeholder {
  color: #A2A2A2;
}
.styled-form input[type=text]::placeholder,
.styled-form input[type=email]::placeholder,
.styled-form input[type=tel]::placeholder {
  color: #A2A2A2;
}
.styled-form textarea {
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  height: 57px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 24px;
  color: #000;
  background: transparent;
  border: 2px solid #000;
  border-radius: 30px;
  outline: 0;
  -webkit-appearance: none;
  height: 201px;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (max-width: 1440px) {
  .styled-form textarea {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .styled-form textarea {
    font-size: 20px;
  }
}
.styled-form textarea::-webkit-input-placeholder {
  color: #A2A2A2;
}
.styled-form textarea::-moz-placeholder {
  color: #A2A2A2;
}
.styled-form textarea:-ms-input-placeholder {
  color: #A2A2A2;
}
.styled-form textarea::-ms-input-placeholder {
  color: #A2A2A2;
}
.styled-form textarea::placeholder {
  color: #A2A2A2;
}
.styled-form input[type=submit] {
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 57px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 24px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  background: #000;
  border: 2px solid #000;
  border-radius: 30px;
  -webkit-appearance: none;
}
@media (max-width: 1440px) {
  .styled-form input[type=submit] {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .styled-form input[type=submit] {
    font-size: 20px;
  }
}
.styled-form input[type=submit]:hover {
  color: #000;
  background: transparent;
}
.styled-form .wpcf7-not-valid-tip {
  margin-top: -5px;
  margin-bottom: 15px;
  color: #DC3232;
}
.styled-form .wpcf7 form .wpcf7-response-output {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  margin-top: 40px;
  padding: 0;
  border: 0;
}
@media (max-width: 1023px) {
  .styled-form .wpcf7 form .wpcf7-response-output {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .styled-form .wpcf7 form .wpcf7-response-output {
    font-size: 16px;
  }
}
.styled-form .wpcf7 form.invalid .wpcf7-response-output,
.styled-form .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #DC3232;
}

@media (max-width: 1024px) {
  .styled-form {
    padding: 40px;
  }
  .styled-form .wpcf7-form .ajax-loader {
    bottom: 40px;
    left: 40px;
  }
  .styled-form .wpcf7 form .wpcf7-response-output {
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .styled-form__column {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .styled-form {
    padding: 24px;
  }
  .styled-form__options {
    flex-direction: column;
  }
  .styled-form__options input {
    margin-bottom: 15px;
    width: 100%;
  }
  .styled-form__options p {
    margin-left: 0;
    max-width: 100%;
  }
  .styled-form .wpcf7-form .ajax-loader {
    bottom: 24px;
    left: 24px;
  }
}
.grecaptcha-badge {
  opacity: 0;
}

@media (min-width: 1025px) {
  .flexible-content {
    position: relative;
    z-index: 100;
  }
}
.flexible-content__item {
  margin-top: 60px;
}
.flexible-content__item.page-heading + .flexible-content__item {
  margin-top: 78px;
}
.flexible-content__item + .flexible-content__item.page-heading {
  margin-top: 180px;
}
.flexible-content__item.blocks + .flexible-content__item, .flexible-content__item + .flexible-content__item.blocks {
  margin-top: 78px;
}
.flexible-content__item.page-heading + .flexible-content__item.team--single {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .flexible-content__item {
    margin-top: 40px;
  }
  .flexible-content__item.page-heading + .flexible-content__item {
    margin-top: 52px;
  }
  .flexible-content__item + .flexible-content__item.page-heading {
    margin-top: 120px;
  }
  .flexible-content__item.blocks + .flexible-content__item, .flexible-content__item + .flexible-content__item.blocks {
    margin-top: 52px;
  }
}
.flexible-content__item.page-heading {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 170px);
  max-width: 1750px;
}
@media (max-width: 1024px) {
  .flexible-content__item.page-heading {
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .flexible-content__item.page-heading {
    width: calc(100% - 48px);
  }
}

.page-heading h1,
.page-heading h2,
.page-heading h3,
.page-heading h4,
.page-heading h5,
.page-heading h6 {
  font-family: "Fira Sans", sans-serif;
  font-size: 56px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 1440px) {
  .page-heading h1,
.page-heading h2,
.page-heading h3,
.page-heading h4,
.page-heading h5,
.page-heading h6 {
    font-size: 56px;
  }
}
@media (max-width: 1023px) {
  .page-heading h1,
.page-heading h2,
.page-heading h3,
.page-heading h4,
.page-heading h5,
.page-heading h6 {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .page-heading h1,
.page-heading h2,
.page-heading h3,
.page-heading h4,
.page-heading h5,
.page-heading h6 {
    font-size: 32px;
  }
}

.flexible-content__item.text {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 170px);
  max-width: 1750px;
  max-width: 790px;
}
@media (max-width: 1024px) {
  .flexible-content__item.text {
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .flexible-content__item.text {
    width: calc(100% - 48px);
  }
}

.flexible-content__item.intro-text {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 170px);
  max-width: 1750px;
  max-width: 790px;
}
@media (max-width: 1024px) {
  .flexible-content__item.intro-text {
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .flexible-content__item.intro-text {
    width: calc(100% - 48px);
  }
}

.intro-text {
  text-align: center;
}
.intro-text .employee-image {
  margin-bottom: 38px;
  max-width: 250px;
}
.intro-text p {
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
}
@media (max-width: 1440px) {
  .intro-text p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .intro-text p {
    font-size: 20px;
  }
}
.intro-text p + p {
  margin-top: 1.2666666667em;
}
.intro-text p a {
  text-decoration: underline;
}
.intro-text p a:hover {
  text-decoration: none;
}

.flexible-content__item.image {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 170px);
  max-width: 1750px;
  max-width: 600px;
}
@media (max-width: 1024px) {
  .flexible-content__item.image {
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .flexible-content__item.image {
    width: calc(100% - 48px);
  }
}

.image img {
  display: block;
}

.flexible-content__item.blocks {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 170px);
  max-width: 1750px;
  max-width: 1570px;
}
@media (max-width: 1024px) {
  .flexible-content__item.blocks {
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .flexible-content__item.blocks {
    width: calc(100% - 48px);
  }
}

.blocks {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blocks::before {
  position: absolute;
  top: -39px;
  right: -39px;
  bottom: -39px;
  left: -39px;
  display: block;
  pointer-events: none;
  content: "";
  background: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .blocks::before {
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
  }
}
@media (max-width: 767px) {
  .blocks + .blocks::before {
    top: -28px;
  }
}
.blocks--align-top {
  align-items: flex-start;
}
.blocks--align-left .blocks__item {
  text-align: left;
}
.blocks--align-left ul {
  max-width: 100%;
}
.blocks__item {
  width: calc((100% - 60px) / 2);
}
.blocks__item__image-holder {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 590px;
}
.blocks__item__image-holder img {
  display: block;
}

@media (max-width: 767px) {
  .blocks {
    flex-direction: column;
  }
  .blocks__item {
    width: 100%;
  }
  .blocks__item:not(:first-child) {
    margin-top: 52px;
  }
}
.flexible-content__item.three-columns {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1750px;
}
.flexible-content__item.three-columns + .flexible-content__item.three-columns {
  margin-top: 0;
  padding-top: 0;
}

.three-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.05);
}
@media (max-width: 1023px) {
  .three-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .three-columns {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
  }
}
.three-columns__item {
  text-align: left;
}
.three-columns__item.is-clickable {
  cursor: pointer;
}
.three-columns__item.is-clickable > *:first-child {
  text-decoration: underline;
}
.three-columns__item.is-clickable > *:first-child:hover {
  text-decoration: none;
}
.three-columns__item.is-closed > *:not(:first-child) {
  display: none;
}

.page-id-324 .three-columns__item,
.page-id-326 .three-columns__item {
  padding: 17px;
  background: #FFF;
  border-radius: 30px;
}

.flexible-content__item.embed {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 170px);
  max-width: 1750px;
  max-width: 590px;
}
@media (max-width: 1024px) {
  .flexible-content__item.embed {
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .flexible-content__item.embed {
    width: calc(100% - 48px);
  }
}

.embed iframe {
  display: block;
}

.flexible-content__item.team {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 170px);
  max-width: 1750px;
}
@media (max-width: 1024px) {
  .flexible-content__item.team {
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .flexible-content__item.team {
    width: calc(100% - 48px);
  }
}
.flexible-content__item.team.team--single {
  max-width: 415px;
}

.team {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 60px;
}
.team--single {
  grid-template-columns: repeat(1, 1fr);
}
.team a:hover .team__item__description {
  text-decoration: underline;
}
.team__item {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.team__item__visual {
  flex-shrink: 0;
}
.team__item__visual img {
  display: block;
  width: 100%;
  border-radius: 100%;
}
.team__item__name {
  margin-top: 0.8em;
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.16;
}
@media (max-width: 1023px) {
  .team__item__name {
    font-size: 20px;
  }
}
.team__item__position {
  margin-top: 0.2777777778em;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2222222222em;
  color: rgba(209, 119, 252, 0.7);
}
.team__item__position:nth-child(2) {
  margin-top: 1.1111111111em;
}
.team__item__description {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 1.15em;
  font-size: 18px;
}
@media (max-width: 1023px) {
  .team__item__description {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .team__item__description {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .team__item__position, .team__item__description {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .team__item__position, .team__item__description {
    font-size: 16px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .team {
    display: flex;
    flex-wrap: wrap;
  }
  .team__item {
    margin-top: 100px;
    margin-left: 30px;
    width: calc((100% - 90px) / 4);
  }
  .team__item:nth-child(1), .team__item:nth-child(2), .team__item:nth-child(3), .team__item:nth-child(4) {
    margin-top: 0;
  }
  .team__item:nth-child(4n-3) {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .team {
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 48px;
  }
  .team.team--single {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1023px) {
  .team {
    grid-template-columns: repeat(3, 1fr);
  }
  .team.team--single {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .team {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 40px;
  }
}
.flexible-content__item.buttons {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 170px);
  max-width: 1750px;
}
@media (max-width: 1024px) {
  .flexible-content__item.buttons {
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .flexible-content__item.buttons {
    width: calc(100% - 48px);
  }
}

.buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.buttons > * + * {
  margin-left: 250px;
}

@media (max-width: 1023px) {
  .buttons {
    justify-content: space-around;
  }
  .buttons > * + * {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .buttons {
    flex-direction: column;
  }
  .buttons .button {
    width: 100%;
  }
  .buttons > * + * {
    margin-top: 10px;
  }
}
.flexible-content__item.form {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 170px);
  max-width: 1750px;
  max-width: 1575px;
}
@media (max-width: 1024px) {
  .flexible-content__item.form {
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .flexible-content__item.form {
    width: calc(100% - 48px);
  }
}

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