/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
*, *::after, *::before {
  box-sizing: border-box;
}

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

/* 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 */
  -webkit-text-decoration: underline dotted;
          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;
  max-width: 100%;
  height: auto;
}

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

.is-hidden {
  display: none !important;
}

.is-not-visible {
  visibility: hidden;
  opacity: 0;
}

.container {
  box-sizing: border-box;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 374.98px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 375px) {
  .container {
    max-width: 342px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 672px;
  }
}
@media (min-width: 1180px) {
  .container {
    max-width: 1056px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1252px;
  }
}
@media (min-width: 1680px) {
  .container {
    max-width: 1432px;
  }
}
@media (min-width: 1860px) {
  .container {
    max-width: 1510px;
  }
}

.container-wide {
  margin-left: 5vw;
  margin-right: 5vw;
}

.container-fluid {
  box-sizing: border-box;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-ld-12, .col-ld-11, .col-ld-10, .col-ld-9, .col-ld-8, .col-ld-7, .col-ld-6, .col-ld-5, .col-ld-4, .col-ld-3, .col-ld-2, .col-ld-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sd-12, .col-sd-11, .col-sd-10, .col-sd-9, .col-sd-8, .col-sd-7, .col-sd-6, .col-sd-5, .col-sd-4, .col-sd-3, .col-sd-2, .col-sd-1, .col-lt-12, .col-lt-11, .col-lt-10, .col-lt-9, .col-lt-8, .col-lt-7, .col-lt-6, .col-lt-5, .col-lt-4, .col-lt-3, .col-lt-2, .col-lt-1, .col-t-12, .col-t-11, .col-t-10, .col-t-9, .col-t-8, .col-t-7, .col-t-6, .col-t-5, .col-t-4, .col-t-3, .col-t-2, .col-t-1, .col-m-12, .col-m-11, .col-m-10, .col-m-9, .col-m-8, .col-m-7, .col-m-6, .col-m-5, .col-m-4, .col-m-3, .col-m-2, .col-m-1, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 375px) {
  .col-m {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-m-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-m-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-m-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-m-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-m-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-m-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-m-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-m-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-m-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-m-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-m-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-m-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-t {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-t-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-t-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-t-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-t-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-t-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-t-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-t-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-t-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-t-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-t-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-t-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-t-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lt {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lt-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lt-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lt-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lt-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lt-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lt-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lt-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lt-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lt-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lt-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lt-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lt-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1180px) {
  .col-sd {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sd-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sd-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sd-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sd-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sd-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sd-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sd-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sd-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sd-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sd-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sd-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sd-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1366px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1680px) {
  .col-ld {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-ld-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-ld-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-ld-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-ld-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-ld-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-ld-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-ld-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-ld-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-ld-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-ld-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-ld-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-ld-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1860px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@font-face {
  font-family: "Omnes";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/omnes.woff2?v=1.0?v=1.0") format("woff2"), url("../fonts/omnes.woff?v=1.0") format("woff"), url("../fonts/omnes.ttf?v=1.0") format("truetype");
}
@font-face {
  font-family: "Red Hat Display";
  src: url("../fonts/RedHatDisplay-Bold.woff2?v=1.0") format("woff2"), url("../fonts/RedHatDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("../fonts/RedHatDisplay-SemiBold.woff2?v=1.0") format("woff2"), url("../fonts/RedHatDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("../fonts/RedHatDisplay-Black.woff2?v=1.0") format("woff2"), url("../fonts/RedHatDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("../fonts/RedHatDisplay-Regular.woff2?v=1.0") format("woff2"), url("../fonts/RedHatDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("../fonts/RedHatDisplay-Medium.woff2?v=1.0") format("woff2"), url("../fonts/RedHatDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("../fonts/RedHatDisplay-ExtraBold.woff2?v=1.0") format("woff2"), url("../fonts/RedHatDisplay-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("../fonts/RedHatDisplay-LightItalic.woff2?v=1.0") format("woff2"), url("../fonts/RedHatDisplay-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("../fonts/RedHatDisplay-Light.woff2?v=1.0") format("woff2"), url("../fonts/RedHatDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("RedHatDisplay-Bold.woff2?v=1.0") format("woff2"), url("RedHatDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("RedHatDisplay-SemiBold.woff2?v=1.0") format("woff2"), url("RedHatDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("RedHatDisplay-Black.woff2?v=1.0") format("woff2"), url("RedHatDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("RedHatDisplay-Regular.woff2?v=1.0") format("woff2"), url("RedHatDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("RedHatDisplay-Medium.woff2?v=1.0") format("woff2"), url("RedHatDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("RedHatDisplay-ExtraBold.woff2?v=1.0") format("woff2"), url("RedHatDisplay-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("RedHatDisplay-LightItalic.woff2?v=1.0") format("woff2"), url("RedHatDisplay-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("RedHatDisplay-Light.woff2?v=1.0") format("woff2"), url("RedHatDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html,
body {
  font-size: 16px;
}

body {
  font-weight: 400;
  font-style: normal;
  color: #707070;
}

strong,
b {
  font-weight: 700;
}

.heading-1 {
  font-size: 3rem;
  line-height: 1.166666;
}
.heading-2 {
  font-size: 2.5rem;
  line-height: 1.175;
}
.heading-3 {
  font-size: 2rem;
  line-height: 1.25;
}
.heading-4 {
  font-size: 1.5625rem;
  line-height: 1.2;
}
.heading-5 {
  font-size: 1.25rem;
  line-height: 1.4;
}
.heading-6 {
  font-size: 1.125rem;
  line-height: 1.7;
}
@media (min-width: 375px) {
  .heading-m-1 {
    font-size: 3rem;
    line-height: 1.166666;
  }
  .heading-m-2 {
    font-size: 2.5rem;
    line-height: 1.175;
  }
  .heading-m-3 {
    font-size: 2rem;
    line-height: 1.25;
  }
  .heading-m-4 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  .heading-m-5 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .heading-m-6 {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}
@media (min-width: 768px) {
  .heading-t-1 {
    font-size: 3rem;
    line-height: 1.166666;
  }
  .heading-t-2 {
    font-size: 2.5rem;
    line-height: 1.175;
  }
  .heading-t-3 {
    font-size: 2rem;
    line-height: 1.25;
  }
  .heading-t-4 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  .heading-t-5 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .heading-t-6 {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}
@media (min-width: 992px) {
  .heading-lt-1 {
    font-size: 3rem;
    line-height: 1.166666;
  }
  .heading-lt-2 {
    font-size: 2.5rem;
    line-height: 1.175;
  }
  .heading-lt-3 {
    font-size: 2rem;
    line-height: 1.25;
  }
  .heading-lt-4 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  .heading-lt-5 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .heading-lt-6 {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}
@media (min-width: 1180px) {
  .heading-sd-1 {
    font-size: 3rem;
    line-height: 1.166666;
  }
  .heading-sd-2 {
    font-size: 2.5rem;
    line-height: 1.175;
  }
  .heading-sd-3 {
    font-size: 2rem;
    line-height: 1.25;
  }
  .heading-sd-4 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  .heading-sd-5 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .heading-sd-6 {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}
@media (min-width: 1366px) {
  .heading-md-1 {
    font-size: 3rem;
    line-height: 1.166666;
  }
  .heading-md-2 {
    font-size: 2.5rem;
    line-height: 1.175;
  }
  .heading-md-3 {
    font-size: 2rem;
    line-height: 1.25;
  }
  .heading-md-4 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  .heading-md-5 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .heading-md-6 {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}
@media (min-width: 1680px) {
  .heading-ld-1 {
    font-size: 3rem;
    line-height: 1.166666;
  }
  .heading-ld-2 {
    font-size: 2.5rem;
    line-height: 1.175;
  }
  .heading-ld-3 {
    font-size: 2rem;
    line-height: 1.25;
  }
  .heading-ld-4 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  .heading-ld-5 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .heading-ld-6 {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}
@media (min-width: 1860px) {
  .heading-xl-1 {
    font-size: 3rem;
    line-height: 1.166666;
  }
  .heading-xl-2 {
    font-size: 2.5rem;
    line-height: 1.175;
  }
  .heading-xl-3 {
    font-size: 2rem;
    line-height: 1.25;
  }
  .heading-xl-4 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  .heading-xl-5 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .heading-xl-6 {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

.paragraph-1 {
  font-size: 1.25rem;
  line-height: 1.4;
}
.paragraph-2 {
  font-size: 1.0625rem;
  line-height: 1.76;
}
.paragraph-3 {
  font-size: 1rem;
  line-height: 1.5;
}
.paragraph-4 {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 375px) {
  .paragraph-m-1 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .paragraph-m-2 {
    font-size: 1.0625rem;
    line-height: 1.76;
  }
  .paragraph-m-3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .paragraph-m-4 {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .paragraph-t-1 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .paragraph-t-2 {
    font-size: 1.0625rem;
    line-height: 1.76;
  }
  .paragraph-t-3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .paragraph-t-4 {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .paragraph-lt-1 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .paragraph-lt-2 {
    font-size: 1.0625rem;
    line-height: 1.76;
  }
  .paragraph-lt-3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .paragraph-lt-4 {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media (min-width: 1180px) {
  .paragraph-sd-1 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .paragraph-sd-2 {
    font-size: 1.0625rem;
    line-height: 1.76;
  }
  .paragraph-sd-3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .paragraph-sd-4 {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media (min-width: 1366px) {
  .paragraph-md-1 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .paragraph-md-2 {
    font-size: 1.0625rem;
    line-height: 1.76;
  }
  .paragraph-md-3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .paragraph-md-4 {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media (min-width: 1680px) {
  .paragraph-ld-1 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .paragraph-ld-2 {
    font-size: 1.0625rem;
    line-height: 1.76;
  }
  .paragraph-ld-3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .paragraph-ld-4 {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media (min-width: 1860px) {
  .paragraph-xl-1 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .paragraph-xl-2 {
    font-size: 1.0625rem;
    line-height: 1.76;
  }
  .paragraph-xl-3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .paragraph-xl-4 {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.section-heading {
  padding-bottom: 3.5rem;
}
.section-heading--separator::after {
  content: "";
  display: block;
  height: 0.25rem;
  width: 7.5rem;
  margin-top: 1.125rem;
  background: #002060;
}
.section-heading--center-separator::after {
  margin-left: auto;
  margin-right: auto;
}

.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semi-bold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-extra-bold {
  font-weight: 800;
}
.font-black {
  font-weight: 900;
}
.font-primary {
  font-family: "Inter", sans-serif;
}

.text-white {
  color: #fff;
}
.text-secondary {
  color: #EE1C25;
}
.text-primary {
  color: #002060;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
@media (min-width: 375px) {
  .text-m-center {
    text-align: center;
  }
}
@media (min-width: 375px) {
  .text-m-left {
    text-align: left;
  }
}
@media (min-width: 375px) {
  .text-m-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-t-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .text-t-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .text-t-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-lt-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .text-lt-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .text-lt-right {
    text-align: right;
  }
}
@media (min-width: 1180px) {
  .text-sd-center {
    text-align: center;
  }
}
@media (min-width: 1180px) {
  .text-sd-left {
    text-align: left;
  }
}
@media (min-width: 1180px) {
  .text-sd-right {
    text-align: right;
  }
}
@media (min-width: 1366px) {
  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 1366px) {
  .text-md-left {
    text-align: left;
  }
}
@media (min-width: 1366px) {
  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1680px) {
  .text-ld-center {
    text-align: center;
  }
}
@media (min-width: 1680px) {
  .text-ld-left {
    text-align: left;
  }
}
@media (min-width: 1680px) {
  .text-ld-right {
    text-align: right;
  }
}
@media (min-width: 1860px) {
  .text-xl-center {
    text-align: center;
  }
}
@media (min-width: 1860px) {
  .text-xl-left {
    text-align: left;
  }
}
@media (min-width: 1860px) {
  .text-xl-right {
    text-align: right;
  }
}

.themeParagraph {
  font-size: 1.125rem;
  line-height: 130%;
}

.content ol,
.content ul {
  margin-bottom: 2rem;
}
.content ol:last-child,
.content ul:last-child {
  margin-bottom: 0;
}
.content p + p {
  margin-top: 2rem;
}
.content ul li {
  padding-left: 1rem;
}
.content ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.3125rem;
  height: 0.3125rem;
  margin-left: -1rem;
  margin-right: 0.6875rem;
  background: #707070;
}

a {
  color: #002060;
  text-decoration: underline;
}

.navigation {
  padding: 0 0.625rem;
  transition: all 0.1s ease-out;
}
@media (max-width: 1179.98px) {
  .navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 5.25rem;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    will-change: transform, opacity, visibility;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
    z-index: 9999;
  }
  .navigation.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .navigation.is-active {
    opacity: 1;
  }
}
@media (min-width: 1180px) {
  .navigation {
    margin-left: auto;
    align-self: center;
  }
}
.navigation__toggle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10001;
  fill: #fff;
}
@media (min-width: 1180px) {
  .navigation__toggle {
    display: none;
  }
}
.navigation__toggle:focus {
  outline: none;
}
.navigation__toggle-icon {
  width: 100%;
  height: 100%;
}
.navigation__toggle-close {
  display: none;
}
.navigation__toggle.is-active .navigation__toggle-close {
  display: block;
}
.navigation__toggle.is-active .navigation__toggle-open {
  display: none;
}
.navigation__items {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1179.98px) {
  .navigation__items {
    box-sizing: border-box;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 1179.98px) and (min-width: 375px) {
  .navigation__items {
    max-width: 342px;
  }
}
@media (max-width: 1179.98px) and (min-width: 768px) {
  .navigation__items {
    max-width: 672px;
  }
}
@media (max-width: 1179.98px) and (min-width: 1180px) {
  .navigation__items {
    max-width: 1056px;
  }
}
@media (max-width: 1179.98px) and (min-width: 1366px) {
  .navigation__items {
    max-width: 1252px;
  }
}
@media (max-width: 1179.98px) and (min-width: 1680px) {
  .navigation__items {
    max-width: 1432px;
  }
}
@media (max-width: 1179.98px) and (min-width: 1860px) {
  .navigation__items {
    max-width: 1510px;
  }
}
@media (min-width: 1180px) {
  .navigation__items {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.navigation__item {
  font-size: 1.5rem;
}
@media (min-width: 1180px) {
  .navigation__item {
    font-size: 1.0625rem;
  }
}
.navigation__item-wrap {
  display: flex;
  justify-content: space-between;
}
.navigation__item.is-active .navigation__submenu-toggle {
  transform: scaleY(-1);
}
.navigation__link {
  display: block;
  padding: 1.5rem 0;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 300;
}
@media (min-width: 1180px) {
  .navigation__link {
    padding: 1.25rem 2rem;
  }
}
.navigation__link--active, .navigation__link:hover {
  color: #707070;
}

.link {
  color: #EE1C25;
  text-transform: lowercase;
  text-decoration: none;
  font-size: 1.1rem;
  border: 2px solid #EE1C25;
  padding: 0.75rem 1rem;
  font-weight: 700;
  display: inline-flex;
  width: max-content;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .link {
    font-size: 1.375rem;
  }
}
.link:hover {
  background: #EE1C25;
  color: #fff;
  transition: all 0.3s linear;
}
.link--secondary {
  background: #EE1C25;
  color: #fff;
  transition: all 0.3s linear;
}
.link--secondary:hover {
  background: transparent;
  color: #fff;
  transition: all 0.3s linear;
}
.link--blue {
  background: #002060;
  color: #fff;
  transition: all 0.3s linear;
  border: 1px solid #002060;
}
.link--blue:hover {
  background: transparent;
  color: #002060;
  transition: all 0.3s linear;
}
.link--has-arrow {
  display: inline-flex;
}

.simpleLink {
  color: #fff;
  font-size: 0.8rem;
  text-decoration: underline;
}

@media (min-width: 1366px) {
  .form {
    padding: 0 5%;
    max-width: 750px;
  }
}
.form h3 {
  font-size: clamp(18px, 1vw, 20px);
  font-weight: 500;
}
.form p {
  margin-top: 26px;
  font-size: clamp(18px, 1vw, 20px);
  font-weight: 500;
}
.form p + p {
  margin-top: 26px;
}
.form br {
  display: none;
}
.form a {
  font-size: clamp(25px, 1.56vw, 30px);
  font-weight: 500;
  color: #EE1C25;
  text-decoration: none;
}
.form input,
.form textarea {
  margin-top: 1rem;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: #002060;
  border: 1px solid #EE1C25;
  padding: 10px;
  background: #fff;
}
.form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  opacity: 0.7;
  color: #002060;
}
.form input::placeholder,
.form textarea::placeholder {
  opacity: 0.7;
  color: #002060;
}
.form input.wpcf7-submit,
.form textarea.wpcf7-submit {
  background: transparent;
  text-align: left;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  cursor: pointer;
  margin-bottom: 40px;
  color: #EE1C25;
  transition: all 0.3s;
  border-radius: 25px;
  font-size: 1rem;
  border: 1px solid #EE1C25;
  padding: 0.5rem 1.25rem;
}
.form input.wpcf7-submit:hover,
.form textarea.wpcf7-submit:hover {
  filter: brightness(0.85);
  transition: filter 0.3s ease;
}
.form label {
  display: none;
}
.form .screen-reader-response {
  display: none;
}
.form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  text-transform: none;
}
.form .wpcf7-response-output {
  margin-top: 26px;
}
.form .formRow {
  display: flex;
  flex-direction: column;
  grid-gap: 1.25rem;
}
@media (min-width: 1180px) {
  .form .formRow {
    flex-direction: row;
  }
}
.form .formRow .columnFull {
  width: 100%;
}

.page-header {
  display: flex;
  align-items: center;
  min-height: 12.5rem;
  background-position: left;
}
@media (min-width: 1180px) {
  .page-header {
    min-height: 21rem;
  }
}
.page-header__heading {
  padding: 2rem 0;
}

.sectionHeader {
  font-size: 1.75rem;
  margin-bottom: 0.9375rem;
  line-height: 120%;
}
@media (min-width: 992px) {
  .sectionHeader {
    font-size: 3.125rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1680px) {
  .sectionHeader {
    font-size: 4.375rem;
    margin-bottom: 1.875rem;
  }
}

.mainHeader {
  font-size: 2.125rem;
  margin-bottom: 0.9375rem;
  line-height: 100%;
}
@media (min-width: 992px) {
  .mainHeader {
    font-size: 3.75rem;
    max-width: 50rem;
    margin-bottom: 1.875rem;
    line-height: 120%;
  }
}
@media (min-width: 1680px) {
  .mainHeader {
    font-size: 5rem;
    max-width: 50rem;
    margin-bottom: 1.875rem;
    line-height: 120%;
  }
}

.contact-person {
  padding-bottom: 4rem;
}
.contact-person__image {
  padding-bottom: 1rem;
}
.contact-person a {
  color: #707070;
  text-decoration: none;
}
.contact-person a:hover {
  color: #002060;
}

.contact {
  padding-top: 5.9375rem;
  padding-bottom: 5rem;
  background: #EE1C25;
}
@media (min-width: 1680px) {
  .contact {
    padding-bottom: 0rem;
  }
}
.contact__container {
  z-index: 10;
  position: relative;
}
.contact__form {
  padding-bottom: 4rem;
}
@media (min-width: 1180px) {
  .contact__form {
    padding-bottom: 0;
  }
}
.contact__map-col {
  margin-left: auto;
}
.contact__map {
  padding-top: 87%;
  position: relative;
}
.contact__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery__item {
  padding-bottom: 2rem;
}
@media (min-width: 1180px) {
  .gallery__item {
    padding: 0;
  }
}
.gallery__image {
  display: block;
  margin: 0 auto;
}

.site-header {
  position: absolute;
  left: 0;
  width: 100%;
  transition: all 0.2s ease-out;
  opacity: 1;
  z-index: 100;
  padding: 1.25rem 0;
}
@media (min-width: 1180px) {
  .site-header {
    padding: 2.5rem 0;
  }
}
.site-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 10000;
}
@media (min-width: 1180px) {
  .site-header::after {
    display: none;
    z-index: -1;
  }
}
.site-header__container {
  display: flex;
  justify-content: flex-start;
}
.site-header__wrapper {
  display: flex;
  align-items: center;
}
.site-header__top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.625rem;
}
.site-header__top a {
  text-align: right;
}
.site-header__top img {
  width: 55%;
}
.site-header__logo {
  position: relative;
  max-width: 6.875rem;
  z-index: 10001;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .site-header__logo {
    max-width: 21.6875rem;
    width: 100%;
    height: auto;
  }
}
.site-header__logo .logo {
  transition: opacity 0.3s ease-out;
}
.site-header__logo svg {
  width: 100%;
  height: auto;
  fill: #fff;
}
.site-header--pinned {
  transition: all 0.2s ease-out;
  top: 0;
  background-color: #002060;
}
.site-header--pinned .navigation__toggle {
  fill: #002060;
}
.site-header--pinned .logo--white {
  opacity: 1;
}
.site-header--pinned .logo--color {
  opacity: 0;
}
.site-header--unpinned {
  opacity: 0;
  transition: all 0.2s ease-out;
}
.site-header--top {
  background: transparent;
  transition: all 0.2s ease-out;
}
.site-header--top .navigation__link {
  color: #fff;
}
.site-header--top .navigation__toggle {
  fill: #fff;
}
.site-header--top .logo {
  transition: opacity 0.3s ease-out;
}
.site-header--top .logo--white {
  opacity: 1;
}
.site-header--top .logo--color {
  opacity: 0;
}
.page-template-template-blocks .site-header--top .navigation__link,
.page-template-template-contact .site-header--top .navigation__link,
.blog .site-header--top .navigation__link, .single-post .site-header--top .navigation__link {
  color: #002060;
}
.page-template-template-blocks .site-header--top .logo--white,
.page-template-template-contact .site-header--top .logo--white,
.blog .site-header--top .logo--white, .single-post .site-header--top .logo--white {
  opacity: 0;
}
.page-template-template-blocks .site-header--top .logo--color,
.page-template-template-contact .site-header--top .logo--color,
.blog .site-header--top .logo--color, .single-post .site-header--top .logo--color {
  opacity: 1;
}
.page-template-template-blocks .site-header--non-top .logo--white,
.page-template-template-contact .site-header--non-top .logo--white,
.blog .site-header--non-top .logo--white, .single-post .site-header--non-top .logo--white {
  opacity: 1;
}
.page-template-template-blocks .site-header--non-top .logo--color,
.page-template-template-contact .site-header--non-top .logo--color,
.blog .site-header--non-top .logo--color, .single-post .site-header--non-top .logo--color {
  opacity: 0;
}

.site-footer {
  padding: 3.75rem 0 1.875rem;
  position: relative;
  background: #002060;
}
@media (min-width: 1366px) {
  .site-footer {
    margin-top: 8.75rem;
    background: transparent;
    padding: 5rem 0 1.875rem;
  }
  .site-footer::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75rem;
    height: 150%;
    background: url(../images/footerShape.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
  }
}
.site-footer__contact {
  display: flex;
  flex-direction: column;
  grid-gap: 1.875rem;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .site-footer__contact {
    flex-direction: row;
    grid-gap: 5.625rem;
    align-items: center;
    justify-content: flex-end;
  }
}
.site-footer__contact-info {
  display: flex;
  flex-direction: row;
  grid-gap: 3.125rem;
  color: #002060;
}
.site-footer__contact-phone {
  display: flex;
  flex-direction: column;
}
.site-footer__contact-value {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  color: #002060;
}
.site-footer__contact-value-link {
  color: #002060;
  text-decoration: none;
}
.site-footer__sm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.25rem;
  z-index: 10;
}
@media (min-width: 992px) {
  .site-footer__sm {
    margin-top: unset;
    justify-content: flex-end;
  }
}
.site-footer__sm__items {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  grid-gap: 1.875rem;
}
.site-footer__copyrights {
  margin-top: 3.75rem;
  color: #002060;
  text-align: right;
  width: 100%;
  z-index: 10;
}
.site-footer__copyrights a {
  color: #002060;
  text-decoration: none;
}
.site-footer__sygnet {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 1179.98px) {
  .site-footer__sygnet {
    opacity: 0.6;
  }
}

.post-content {
  position: relative;
  padding: 3.75rem 0;
}
@media (min-width: 1366px) {
  .post-content {
    padding: 7.5rem 0;
  }
}
.post-content__thumb {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  max-width: 45%;
}
@media (min-width: 1366px) {
  .post-content__thumb {
    height: 37.5rem;
  }
}
.post-content__thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -2%;
  left: 0;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 86%, 64% 86%, 30% 49%);
}
.post-content__content {
  max-width: 75ch;
}

.home-hero {
  height: 100vh;
}
.home-hero__background {
  height: 100%;
}
.home-hero__background img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-hero__content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.home-hero__heading {
  margin-top: 20%;
}
@media (min-width: 992px) {
  .home-hero__heading {
    margin-top: 10%;
  }
}
.home-hero__text {
  font-size: 1.375rem;
  line-height: 110%;
}
@media (min-width: 992px) {
  .home-hero__text {
    font-size: 2rem;
    max-width: 50rem;
  }
}
@media (min-width: 1680px) {
  .home-hero__text {
    font-size: 2.625rem;
    max-width: 50rem;
  }
}
.home-hero__text .data-wrapper {
  margin: 2.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 1.25rem;
}
@media (min-width: 992px) {
  .home-hero__text .data-wrapper {
    flex-direction: row;
    align-items: center;
    grid-gap: 3.125rem;
    margin: 4.375rem 0;
  }
}
.home-hero__text .data-wrapper .data {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .home-hero__text .data-wrapper .data {
    font-size: 1.625rem;
  }
}
.home-hero__text .data-wrapper .data img {
  margin-right: 1rem;
}
.home-about {
  padding: 5.625rem 0;
}
@media (min-width: 992px) {
  .home-about {
    padding: 7.5rem 0;
  }
}
.home-about__content {
  display: flex;
  flex-direction: column;
  column-gap: 9.375rem;
  row-gap: 3rem;
}
@media (min-width: 1366px) {
  .home-about__content {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    row-gap: 1rem;
    column-gap: 5.625rem;
  }
}
@media (min-width: 1680px) {
  .home-about__content {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    row-gap: 1rem;
    column-gap: 9.375rem;
  }
}
.home-about__content .column {
  grid-column: span 3/span 3;
}
@media (min-width: 1680px) {
  .home-about__content .column {
    grid-column: span 6/span 6;
  }
}
.home-about__subtitle {
  font-size: 1.375rem;
  line-height: 130%;
  max-width: 31.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .home-about__subtitle {
    font-size: 1.875rem;
  }
}
.home-about__points ul {
  list-style: disc;
  padding-left: 1.5rem;
  list-style: url("../images/correct.svg");
}
.home-about__points ul li {
  margin-bottom: 0.7rem;
}
.home-host {
  background: linear-gradient(97deg, #F8F8F8 23.34%, #E5E5E5 105.02%);
  padding: 7.5rem 0;
}
.home-host__content {
  display: flex;
  flex-direction: column;
  column-gap: 9.375rem;
  row-gap: 3rem;
}
@media (min-width: 1366px) {
  .home-host__content {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 4rem;
    row-gap: 1rem;
  }
}
.home-host__content .column {
  grid-column: span 6/span 6;
}
.home-host__name {
  font-size: 1.25rem;
  line-height: 130%;
  max-width: 31.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .home-host__name {
    font-size: 1.875rem;
  }
}
.home-host__text {
  display: flex;
  flex-direction: column;
  grid-gap: 1rem;
}
.home-bonus {
  position: relative;
  height: 90vh;
}
.home-bonus__background {
  height: 100%;
}
.home-bonus__background img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-bonus__content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.home-bonus__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 61.25rem;
  margin: 0 auto;
}
.home-bonus__text {
  margin: 0 10%;
  margin-bottom: 1.875rem;
}
.home-bonus__footer {
  position: absolute;
  width: 100%;
  bottom: 2rem;
  display: flex;
  justify-content: flex-end;
  grid-gap: 2rem;
  padding: 0 5vw;
}
@media (min-width: 1680px) {
  .home-bonus__footer {
    bottom: 5rem;
  }
}

html,
body {
  overflow-x: hidden;
}

html.menu-open {
  overflow: hidden;
}

body {
  background: #fff;
  font-family: "Inter", sans-serif;
  overflow: hidden;
}

.home-offer .element {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

body.oferta .cta-banner__content .font-heading {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 43px;
  /* 143.333% */
}
body.oferta .cta-banner__link {
  background: #fff;
  color: #EE1C25;
}
body.oferta .cta-banner__link:hover {
  background: #EE1C25;
  color: #fff;
}

.blog .content {
  padding: 3.75rem 0;
}
@media (min-width: 1366px) {
  .blog .content {
    padding: 7.5rem 0;
  }
}
