/* All Variables should be declared here which makes it easier to update if something changes globally */
/*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  LAYOUT MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  MISC MIXINS
---------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: inherit;
}

html, body {
  min-height: 100%;
  margin: 0;
}

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  box-sizing: border-box;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Sections
   ========================================================================== */
/**
 * 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.
 */
label,
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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 */
  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;
}

/**
 * 1. Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  /* 1 */
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}

/**
 * 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-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

textarea {
  resize: vertical;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

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

[tabindex="-1"]:focus {
  outline: none !important;
}

.alignnone {
  margin: 1.3em 0 1.6em 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/**
100    Extra Light or Ultra Light
200    Light or Thin
300    Book or Demi
400    Normal or Regular
500    Medium
600    Semibold, Demibold
700    Bold
800    Black, Extra Bold or Heavy
900    Extra Black, Fat, Poster or Ultra Black
**/
body {
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.005em;
}
@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
    line-height: 1.67;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 1.25rem;
    line-height: 1.75;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  font-weight: normal;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  color: #111111;
  font-size: 2.1875rem;
  line-height: 1.14;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1600px) {
  h1, .h1 {
    font-size: 4.375rem;
  }
}

h2, .h2 {
  display: flex;
  align-items: flex-end;
  font-size: 1.625rem;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 2.1875rem;
    margin-top: 40px;
    margin-bottom: 22px;
  }
}
@media (min-width: 1600px) {
  h2, .h2 {
    font-size: 3.125rem;
    margin-top: 55px;
    margin-bottom: 25px;
  }
}
h2 .decoration, .h2 .decoration {
  display: inline-block;
  border-bottom: 2px solid #64a70b;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.67;
  letter-spacing: 0.3em;
  padding-bottom: 14px;
  margin-right: 20px;
  margin-bottom: 18px;
  min-width: 160px;
}
@media (min-width: 768px) {
  h2 .decoration, .h2 .decoration {
    font-size: 1.125rem;
    padding-bottom: 15px;
    padding-right: 0;
    margin-bottom: 22px;
    width: 200px;
  }
}
@media (min-width: 1600px) {
  h2 .decoration, .h2 .decoration {
    font-size: 1.25rem;
    width: 250px;
    margin-right: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 1.625rem;
    line-height: 1.38;
  }
}
@media (min-width: 1600px) {
  h3, .h3 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

h4, .h4 {
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 1rem;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 1.125rem;
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}

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

p {
  margin: 0 0 1em;
}
@media (min-width: 768px) {
  p {
    margin-bottom: 1.65em;
  }
}
@media (min-width: 1600px) {
  p {
    margin-bottom: 1.75em;
  }
}
p:last-child {
  margin: 0;
}

b, strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
}

.wysiwyg a:not(.btn) {
  color: #002d72;
  text-decoration: underline;
}
.wysiwyg p + ul {
  margin-top: -0.5em;
}
@media (min-width: 768px) {
  .wysiwyg p + ul {
    margin-top: -1.1em;
  }
}
.wysiwyg ul {
  list-style-type: none;
  padding: 0 0 0 35px;
  margin: 0 0 1em 0;
}
@media (min-width: 768px) {
  .wysiwyg ul {
    margin: 0 0 1.65em 0;
  }
}
@media (min-width: 1600px) {
  .wysiwyg ul {
    margin: 0 0 1.75em 0;
  }
}
.wysiwyg ul:last-child {
  margin-bottom: 0;
}
.wysiwyg ul li {
  position: relative;
  margin-bottom: 5px;
}
.wysiwyg ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  left: -22px;
  top: 12px;
  background: currentColor;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=search],
input[type=url],
input[type=password],
textarea,
select {
  border: none;
  padding: 10px 30px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  background: #ffffff;
  height: 70px;
  color: #111111;
  box-shadow: 0 0 27px 3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=search],
input[type=url],
input[type=password],
textarea,
select {
    height: 80px;
  }
}

textarea {
  display: block;
  height: 200px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  textarea {
    height: 250px;
  }
}

select {
  background-color: #ffffff;
  background-image: url("../images/icon-angle-select.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
@media (min-width: 768px) {
  select {
    background-position: right 30px center;
  }
}

::-webkit-input-placeholder {
  color: #222222;
}

:-moz-placeholder {
  color: #222222;
}

::-moz-placeholder {
  color: #222222;
}

:-ms-input-placeholder {
  color: #222222;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
  position: relative;
  background: #ffffff;
}

input[type=checkbox]:checked + span:after {
  display: block;
  content: "\f00c";
  font-family: FontAwesome, sans-serif;
  color: #000000;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
}

.fieldWrap {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .fieldWrap {
    margin: 30px 0;
  }
}

.jfilestyle {
  position: relative;
}
.jfilestyle input[type=text] {
  color: #ffffff;
  height: auto;
  background: transparent;
  width: 100% !important;
  padding: 0;
}
.jfilestyle label {
  height: 70px;
  width: 100%;
  color: #002d72;
  font-weight: 500;
  padding-left: 60px;
  display: flex;
  align-items: center;
  background: #ffffff url("../images/icon-attach.svg") no-repeat 18px center;
  cursor: pointer;
  max-width: 200px;
}
@media (min-width: 768px) {
  .jfilestyle label {
    height: 80px;
    max-width: 270px;
    padding-left: 75px;
    background-position: 35px center;
  }
}

.btnRow {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .btnRow {
    margin-top: 50px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  background: #002d72;
  border: 1px solid #002d72;
  color: #ffffff;
  outline: none;
  padding: 10px 30px;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .btn {
    min-height: 80px;
    padding: 10px 35px;
  }
}
@media (min-width: 1200px) {
  .btn {
    padding: 10px 40px;
  }
}
@media (min-width: 1200px) {
  .btn:hover {
    background-color: #009cde;
    border-color: #009cde;
  }
}

table {
  width: 100%;
  max-width: 100%;
}
table th,
table td {
  vertical-align: top;
}
table thead th {
  vertical-align: bottom;
}

.grecaptcha-badge {
  z-index: 10000;
}

body {
  min-width: 360px;
  position: relative;
  padding: 0;
}

.bodyInner {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  max-width: 1820px;
  padding: 0 20px;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 50px;
  }
}
@media (min-width: 768px) {
  .container--narrow {
    padding: 0 80px;
  }
}
@media (min-width: 1200px) {
  .container--narrow {
    padding: 0 150px;
  }
}
@media (min-width: 1600px) {
  .container--narrow {
    padding: 0 50px;
    max-width: 1480px;
  }
}

.siteHeader {
  position: relative;
  height: 110px;
  background: #ffffff;
  z-index: 1000;
}
@media (min-width: 768px) {
  .siteHeader {
    height: 190px;
  }
}
.siteHeader__container {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.siteHeader__logo {
  width: 168px;
}
@media (min-width: 768px) {
  .siteHeader__logo {
    width: 245px;
  }
}
.siteHeader__btnMenu {
  height: 40px;
  position: absolute;
  top: 55%;
  right: 65px;
  padding: 0 10px 0 40px;
  transform: translateY(-50%);
  z-index: 1000;
  background: transparent;
  outline: none;
  border: none;
  color: #002d72;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .siteHeader__btnMenu {
    right: 95px;
    font-size: 1.125rem;
    top: 54%;
  }
}
@media (min-width: 1200px) {
  .siteHeader__btnMenu {
    display: none;
  }
}
.siteHeader__btnMenu span {
  display: block;
  line-height: 40px;
  border-radius: 0;
  background: #002d72;
  width: 22px;
  height: 2px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
.siteHeader__btnMenu span:nth-child(1) {
  margin-top: -5px;
}
.siteHeader__btnMenu span:nth-child(3) {
  margin-top: 5px;
}

.siteLanguages {
  list-style-type: none;
  padding: 0 15px;
  margin: 0;
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  right: 5px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .siteLanguages {
    padding: 0 20px;
    right: 10px;
  }
}
@media (min-width: 1200px) {
  .siteLanguages {
    top: 52%;
  }
}
@media (min-width: 1600px) {
  .siteLanguages {
    top: 74px;
    transform: none;
    right: 30px;
  }
}
.siteLanguages:before {
  display: block;
  content: "";
  border: 1px solid #cccccc;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1000px;
  z-index: 10;
}
.siteLanguages li {
  position: relative;
  text-transform: uppercase;
  color: #009cde;
  font-size: 1rem;
  line-height: 40px;
  z-index: 20;
}
@media (min-width: 768px) {
  .siteLanguages li {
    line-height: 50px;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
  }
}
@media (min-width: 768px) {
  .siteLanguages li {
    font-size: 1rem;
  }
}
.siteLanguages li a {
  text-decoration: none;
}

.siteFooter {
  margin-top: 55px;
}
@media (min-width: 768px) {
  .siteFooter {
    margin-top: 90px;
  }
}
@media (min-width: 1200px) {
  .siteFooter {
    margin-top: 120px;
  }
}
@media (min-width: 1600px) {
  .siteFooter {
    margin-top: 150px;
  }
}
.siteFooter a {
  text-decoration: none;
}
.siteFooter a:hover {
  text-decoration: underline;
}
.siteFooter__logoBlock {
  width: 100%;
}
@media (min-width: 768px) {
  .siteFooter__logoBlock {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .siteFooter__logoBlock {
    width: auto;
    margin-right: auto;
  }
}
.siteFooter__logo {
  width: 170px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .siteFooter__logo {
    width: 245px;
  }
}
@media (min-width: 768px) {
  .siteFooter__row1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .siteFooter__row1 {
    justify-content: flex-end;
  }
}
.siteFooter__row2 {
  border-top: 2px solid #efefef;
  margin: 40px 0 0;
  padding: 40px 50px 35px 0;
}
@media (min-width: 768px) {
  .siteFooter__row2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 45px;
    padding-top: 45px;
  }
}
@media (min-width: 1200px) {
  .siteFooter__row2 {
    margin-top: 30px;
    padding-top: 55px;
    padding-right: 0;
  }
}

.footerBlock {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .footerBlock {
    width: 48%;
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .footerBlock {
    width: auto;
    min-width: 210px;
    margin-top: 25px;
    margin-right: 30px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .footerBlock {
    min-width: 250px;
  }
}
@media (min-width: 768px) {
  .footerBlock:last-child {
    margin-bottom: 0;
  }
}
.footerBlock__title {
  text-transform: uppercase;
  color: #111111;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.3em;
  border-bottom: 2px solid #222222;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .footerBlock__title {
    font-size: 1.125rem;
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .footerBlock__title {
    font-size: 1.25rem;
    padding: 18px 0;
    margin-bottom: 35px;
  }
}

.footerMenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  column-count: 2;
  column-gap: 20px;
}
@media (min-width: 1200px) {
  .footerMenu {
    width: 270px;
  }
}
@media (min-width: 1600px) {
  .footerMenu {
    width: 530px;
  }
}
.footerMenu li {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .footerMenu li {
    margin-bottom: 10px;
  }
}
.footerMenu li a {
  display: block;
  text-decoration: none;
  line-height: 1.2;
}

.footerContacts a {
  text-decoration: none;
}

.footerSocials {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .footerSocials {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .footerSocials {
    margin-top: 40px;
  }
}
.footerSocials a {
  display: block;
  margin-right: 23px;
  color: #009cde;
  text-decoration: none;
}
.footerSocials a svg {
  display: block;
}

.footerCopyright {
  line-height: 1.2;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .footerCopyright {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .footerCopyright {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
}

.footerPartner {
  line-height: 1.2;
}
@media (min-width: 768px) {
  .footerPartner {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .footerPartner {
    font-size: 1.125rem;
  }
}

.mainNav {
  padding: 110px 20px 0;
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 500;
  overflow: scroll;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}
@media (min-width: 768px) {
  .mainNav {
    padding: 190px 30px 0;
  }
}
@media (min-width: 1200px) {
  .mainNav {
    visibility: visible;
    opacity: 1;
    overflow: visible;
    background: transparent;
    position: absolute;
    top: 75px;
    left: 0;
    width: calc( 100% - 68px );
    height: 40px;
    padding: 8px 0 0;
    z-index: 3000;
  }
}
@media (min-width: 1600px) {
  .mainNav {
    width: calc( 100% - 100px );
  }
}
@media (min-width: 1800px) {
  .mainNav {
    width: calc( 1720px + ( 100vw - 1860px ) * 0.5 );
  }
}
@media (min-width: 1200px) {
  .mainNav__container {
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .mainNav__logoLnk {
    display: block;
    width: 245px;
    margin-right: auto;
    margin-top: -10px;
    margin-bottom: -10px;
  }
}
.mainNav__logo {
  width: 168px;
  position: absolute;
  top: 54px;
  left: 20px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .mainNav__logo {
    width: 245px;
    top: 95px;
    left: 30px;
  }
}
@media (min-width: 1200px) {
  .mainNav__logo {
    left: 50px;
    display: none;
  }
}
.mainNav__btnClose {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 60px;
  right: 10px;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  outline: none;
}
@media (min-width: 768px) {
  .mainNav__btnClose {
    top: 95px;
    right: 20px;
  }
}
@media (min-width: 1200px) {
  .mainNav__btnClose {
    right: 40px;
    display: none;
  }
}
.mainNav__btnClose span {
  display: block;
  border-radius: 0;
  background: #002d72;
  width: 22px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.mainNav__btnClose span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mainNav__btnClose span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mainNav.visible {
  z-index: 3000;
  visibility: visible;
  opacity: 1;
}

.mainMenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
@media (min-width: 1200px) {
  .mainMenu {
    flex-direction: row;
    padding-right: 60px;
  }
}
/*@media (min-width: 1600px) {
  .mainMenu {
    padding-right: 0;
  }
}*/
.mainMenu > li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 13px 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #cccccc;
  color: #002d72;
  cursor: pointer;
  transition: color 0.3s;
}
@media (min-width: 1200px) {
  .mainMenu > li {
    position: static;
    border: none;
    margin-left: 35px;
    padding: 0;
    flex-wrap: nowrap;
  }
}
/*@media (min-width: 1700px) {
  .mainMenu > li {
    margin-left: 45px;
  }
}*/
.mainMenu > li:first-child {
  border-top: none;
}
@media (min-width: 1200px) {
  .mainMenu > li:first-child {
    display: none;
  }
}
.mainMenu > li.current-menu-item, .mainMenu > li.current-menu-ancestor, .mainMenu > li.open {
  color: #009cde;
}
.mainMenu > li.current-menu-ancestor > .megamenu {
  display: block;
}
@media (min-width: 1200px) {
  .mainMenu > li.menu-item-has-children:hover {
    color: #009cde;
  }
}
@media (min-width: 1200px) {
  .mainMenu > li.menu-item-has-children:hover > .menuArrow {
    transform: rotate(180deg);
  }
}
@media (min-width: 1200px) {
  .mainMenu > li.menu-item-has-children:hover > .megamenu {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .mainMenu > li.menu-item-has-children:hover > .megamenu ul > li {
    transform: translateX(0);
    opacity: 1;
  }
}
.mainMenu > li.menu-item-has-children.open {
  color: #009cde;
}
.mainMenu > li.menu-item-has-children.open .menuArrow {
  transform: rotate(180deg);
}
.mainMenu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: color 0.3s;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 2;
  color: currentColor;
  letter-spacing: 0.01em;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .mainMenu > li > a {
    line-height: 66px;
    font-size: 1.25rem;
  }
}
.mainMenu > li .megamenu {
  display: none;
  width: 100%;
}
@media (min-width: 1200px) {
  .mainMenu > li .megamenu {
    display: block !important;
    padding-top: 35px;
    position: absolute;
    top: calc( 100% - 1px );
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
    box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 1200px) {
  .mainMenu > li .megamenu__inner {
    background: #ffffff;
    padding: 75px 0 75px;
    overflow: hidden;
  }
}
.mainMenu > li .megamenu__container {
  padding: 0;
}
@media (min-width: 1200px) {
  .mainMenu > li .megamenu__container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 50px;
  }
}
.mainMenu > li .megamenu__block {
  display: none;
}
@media (min-width: 1200px) {
  .mainMenu > li .megamenu__block {
    display: flex;
    align-items: center;
    width: 990px;
  }
}
.mainMenu > li .megamenu__image {
  width: 300px;
  margin-right: 50px;
}
@media (min-width: 1600px) {
  .mainMenu > li .megamenu__image {
    width: 400px;
    margin-right: 75px;
  }
}
.mainMenu > li .megamenu__text {
  flex: 1;
  color: #222222;
}
.mainMenu > li .megamenu__title {
  font-weight: 700;
  text-transform: uppercase;
  color: #111111;
  font-size: 1.625rem;
  line-height: 1.25;
  margin-top: -5px;
  margin-bottom: 20px;
}
@media (min-width: 1600px) {
  .mainMenu > li .megamenu__title {
    font-size: 2rem;
  }
}
.mainMenu > li .megamenu__description {
  font-size: 1.125rem;
  letter-spacing: 0.01em;
}
@media (min-width: 1600px) {
  .mainMenu > li .megamenu__description {
    font-size: 1.25rem;
  }
}
.mainMenu > li .megamenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .mainMenu > li .megamenu ul {
    margin-left: 50px;
    padding-left: 50px;
    width: 380px;
    border-left: 1px solid #cccccc;
  }
}
@media (min-width: 1600px) {
  .mainMenu > li .megamenu ul {
    width: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.mainMenu > li .megamenu ul > li {
  display: flex;
  color: #002d72;
}
@media (min-width: 1200px) {
  .mainMenu > li .megamenu ul > li {
    transform: translateX(400px);
    opacity: 0;
  }
}
.mainMenu > li .megamenu ul > li:nth-child(1) {
  transition: transform 0.5s, opacity 0.3s;
}
.mainMenu > li .megamenu ul > li:nth-child(2) {
  transition: transform 0.5s 0.05s, opacity 0.3s;
}
.mainMenu > li .megamenu ul > li:nth-child(3) {
  transition: transform 0.5s 0.1s, opacity 0.3s;
}
.mainMenu > li .megamenu ul > li:nth-child(4) {
  transition: transform 0.5s 0.15s, opacity 0.3s;
}
.mainMenu > li .megamenu ul > li:nth-child(5) {
  transition: transform 0.5s 0.2s, opacity 0.3s;
}
.mainMenu > li .megamenu ul > li:nth-child(6) {
  transition: transform 0.5s 0.25s, opacity 0.3s;
}
.mainMenu > li .megamenu ul > li > a {
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: currentColor;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .mainMenu > li .megamenu ul > li > a {
    font-size: 1.25rem;
    transition: color 0.3s;
  }
}
@media (min-width: 1200px) {
  .mainMenu > li .megamenu ul > li:hover {
    color: #009cde;
  }
}

.topMenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
@media (min-width: 1200px) {
  .topMenu {
    position: absolute;
    top: -50px;
    right: 50px;
    flex-direction: row;
    padding-left: 15px;
    margin-left: 55px;
    margin-right: 10px;
  }
}
/*@media (min-width: 1600px) {
  .topMenu {
    position: relative;
    top: auto;
    right: auto;
  }
}
@media (min-width: 1600px) {
  .topMenu:before {
    content: "";
    width: 1px;
    height: 50px;
    background: #cccccc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}*/
.topMenu > li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 13px 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #cccccc;
  color: #002d72;
  transition: color 0.3s;
}
@media (min-width: 1200px) {
  .topMenu > li {
    border: none;
    color: #009cde;
    margin-left: 40px;
    padding: 0;
  }
}
.topMenu > li:last-child {
  font-weight: 500;
}
@media (min-width: 1200px) {
  .topMenu > li:last-child {
    display: none;
  }
}
.topMenu > li.current-menu-item, .topMenu > li.current-menu-ancestor, .topMenu > li.open {
  color: #009cde;
}
.topMenu > li.current-menu-ancestor > .megamenu {
  display: block;
}
@media (min-width: 1200px) {
  .topMenu > li:hover > .megamenu {
    visibility: visible;
    opacity: 1;
  }
}
.topMenu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: color 0.3s;
  white-space: nowrap;
  font-size: 1.125rem;
  line-height: 2;
  color: currentColor;
  letter-spacing: 0.01em;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .topMenu > li > a {
    font-size: 1rem;
    line-height: 66px;
  }
}
@media (min-width: 1200px) {
  .topMenu > li > .menuArrow {
    display: none;
  }
}
.topMenu > li > .megamenu {
  display: none;
  width: 100%;
}
@media (min-width: 1200px) {
  .topMenu > li > .megamenu {
    display: block;
    padding: 20px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 34px);
    background: #ffffff;
    white-space: nowrap;
    width: auto;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
  }
}
@media (min-width: 1200px) {
  .topMenu > li > .megamenu:before {
    content: "";
    border: solid transparent;
    border-width: 17px 11px;
    border-bottom-color: #ffffff;
    position: absolute;
    left: 50%;
    bottom: calc( 100% - 1px );
    transform: translateX(-50%);
  }
}
.topMenu > li > .megamenu .megamenu__container {
  padding: 0;
}
.topMenu > li > .megamenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.topMenu > li > .megamenu ul > li {
  display: flex;
}
.topMenu > li > .megamenu ul > li > a {
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: #002d72;
}
@media (min-width: 1200px) {
  .topMenu > li > .megamenu ul > li > a {
    color: #009cde;
  }
}

.menuArrow {
  width: 30px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  cursor: pointer;
  transition: color 0.3s, transform 0.3s;
}
@media (min-width: 1200px) {
  .menuArrow {
    width: 15px;
    margin-left: 8px;
  }
}
.menuArrow svg {
  width: 15px;
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.menuArrow.open svg {
  transform: rotate(0deg);
}
@media (min-width: 1200px) {
  .menuArrow.open svg {
    transform: rotate(180deg);
  }
}

.navOverlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #ffffff;
  z-index: 2000;
  transition: visibility 0.3s, opacity 0.3s;
}
.navOverlay.visible {
  opacity: 1;
  visibility: visible;
}

.postsListing__pagination {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}
@media (min-width: 768px) {
  .postsListing__pagination {
    margin: 60px 0 0;
  }
}
@media (min-width: 1200px) {
  .postsListing__pagination {
    margin: 75px 0 0;
  }
}
.postsListing__nothingFound {
  text-align: center;
}

.comments ul {
  list-style-type: none;
}

.section-comment-form .comment-form .form-group label {
  display: block;
  padding: 0;
  margin: 0;
}
.section-comment-form .comment-form .btn {
  margin: 0;
  border: none;
  padding: 0;
}
.section-comments-list {
  padding: 0;
}
.section-comments-list .comments-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.section-comments-list .comments-list .comment {
  margin: 0;
}
.section-comments-list .comments-list .comment:last-of-type {
  margin-bottom: 0;
}
.section-comments-list .comments-list .comment .comment-wrap {
  margin: 0;
}
.section-comments-list .comments-list .comment .comment-wrap .comment-header {
  margin: 0;
}
.section-comments-list .comments-list .comment .comment-wrap .comment-header .comment-author {
  margin: 0;
}
.section {
  margin: 45px 0;
}
@media (min-width: 768px) {
  .section {
    margin: 75px 0;
  }
}
@media (min-width: 1200px) {
  .section {
    margin: 110px 0;
  }
}
@media (min-width: 1600px) {
  .section {
    margin: 140px 0;
  }
}

.heroSection {
  position: relative;
  margin-top: 0;
}
.heroSection__container {
  position: relative;
}
.heroSection__inner {
  position: relative;
  height: 350px;
  margin: 0 -20px;
}
@media (min-width: 768px) {
  .heroSection__inner {
    height: 600px;
    margin: 0;
  }
}
.heroSection__image {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}
.heroSection__text {
  background: #ffffff;
  z-index: 20;
  padding: 25px 20px 25px 30px;
  position: absolute;
  right: -1px;
  left: 20px;
  bottom: -33px;
}
@media (min-width: 768px) {
  .heroSection__text {
    padding: 40px 0 40px 45px;
    width: calc( 50% + 60px );
    left: auto;
    bottom: -48px;
  }
}
@media (min-width: 1600px) {
  .heroSection__text {
    width: calc( 50% - 80px );
    min-width: 780px;
    padding: 80px 30px 80px 70px;
    bottom: -95px;
  }
}
.heroSection__categories {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.2;
  margin-bottom: 10px;
}
.heroSection__title.singlenews {
  font-size: 1.5625rem;
}
@media (min-width: 768px) {
  .heroSection__title.singlenews {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1600px) {
  .heroSection__title.singlenews {
    font-size: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .heroSection__copy {
    margin-top: 15px;
  }
}
.heroSection .projectMeta {
  display: none;
}
@media (min-width: 768px) {
  .heroSection .projectMeta {
    display: block;
  }
}

.backBlock {
  display: flex;
  justify-content: flex-end;
  margin: 40px 0;
}
@media (min-width: 768px) {
  .backBlock {
    margin: 80px 0;
  }
}
.backBlock__btnBack {
  position: relative;
  height: 100px;
  padding: 20px 25px 20px 95px;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: currentColor;
  text-decoration: none;
  background: #f6f6f6 url("../images/icon-back.png") no-repeat 20px center;
  background-size: 56px auto;
}
@media (min-width: 768px) {
  .backBlock__btnBack {
    height: 135px;
    padding: 20px 0 20px 140px;
    background-position: 65px center;
  }
}
@media (min-width: 1200px) {
  .backBlock__btnBack {
    margin-right: -100px;
  }
}
@media (min-width: 1600px) {
  .backBlock__btnBack {
    height: 175px;
    padding: 20px 0 20px 215px;
    background-position: 140px center;
    margin-right: -140px;
  }
}
.backBlock__btnBack:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 1000px;
  height: 100%;
  margin-left: -1px;
  background: #f6f6f6;
}

@media (min-width: 1200px) {
  .introBlock {
    display: flex;
    column-count: 2;
    column-gap: 35px;
  }
}
@media (min-width: 1200px) {
  .introBlock__left, .introBlock__right {
    width: 48.5%;
  }
}
.introBlock__left {
  margin: 0 0 1em;
}
@media (min-width: 768px) {
  .introBlock__left {
    margin-bottom: 1.65em;
  }
}
@media (min-width: 1600px) {
  .introBlock__left {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .introBlock p {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
.introBlock p + ul {
  margin-top: -10px;
}
@media (min-width: 768px) {
  .introBlock p + ul {
    margin-top: -15px;
  }
}
@media (min-width: 1200px) {
  .introBlock p + ul {
    margin-top: -25px;
  }
}
.introBlock ul li {
  margin: 0;
}

.textBlock__lnk {
  color: #002d72;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .textBlock__lnk {
    display: none;
  }
}

@media (min-width: 1200px) {
  .navBlock {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .navBlock__col1 {
    width: 45%;
    padding-top: 100px;
  }
}
@media (min-width: 1600px) {
  .navBlock__col1 {
    width: 52%;
  }
}
@media (min-width: 1200px) {
  .navBlock__col2 {
    width: 45%;
  }
}
@media (min-width: 1600px) {
  .navBlock__col2 {
    width: 41%;
  }
}
@media (min-width: 768px) {
  .navBlock__description {
    margin-left: 220px;
  }
}
@media (min-width: 1200px) {
  .navBlock__description {
    margin-top: -10px;
  }
}
@media (min-width: 1600px) {
  .navBlock__description {
    margin-left: 280px;
  }
}
.navBlock__list {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .navBlock__list {
    margin: 40px -50px 0;
    padding-bottom: 1px;
  }
}
@media (min-width: 1200px) {
  .navBlock__list {
    margin: 20px 0 0;
  }
}
.navBlock__item {
  box-shadow: 0 0 27px 3px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .navBlock__item {
    margin-bottom: 30px;
    transition: color 0.3s, background-color 0.3s;
  }
}
@media (min-width: 1200px) {
  .navBlock__item:hover {
    background: #002d72;
    color: #ffffff;
  }
}
.navBlock__anchor {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 30px 15px 107px;
  text-transform: uppercase;
  min-height: 100px;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  text-decoration: none;
  color: currentColor;
}
@media (min-width: 768px) {
  .navBlock__anchor {
    padding: 45px 170px 45px 50px;
    min-height: 200px;
    font-size: 1.625rem;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .navBlock__anchor {
    font-size: 2rem;
    padding: 40px 170px 40px 50px;
  }
}
.navBlock__icon {
  position: absolute;
  left: 58px;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 54px;
  max-height: 48px;
}
@media (min-width: 768px) {
  .navBlock__icon {
    left: auto;
    right: 85px;
    max-width: 100px;
    max-height: 87px;
    top: 35px;
    transform: translateX(50%);
  }
}

.lightImageBlock {
  background: no-repeat center;
  background-size: cover;
  padding: 45px 20px;
  margin: 0 -20px;
}
@media (min-width: 768px) {
  .lightImageBlock {
    margin: 0;
    padding: 100px 50px 140px;
  }
}
@media (min-width: 1200px) {
  .lightImageBlock {
    padding: 110px 100px;
  }
}
@media (min-width: 1600px) {
  .lightImageBlock {
    padding: 170px 170px 190px;
  }
}

.darkImageBlock {
  background: no-repeat center;
  background-size: cover;
  padding: 55px 20px;
  margin: 0 -20px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .darkImageBlock {
    padding: 110px 50px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .darkImageBlock {
    padding: 110px 100px;
  }
}
@media (min-width: 1600px) {
  .darkImageBlock {
    padding: 130px 170px;
  }
}
.darkImageBlock .wysiwyg a:not(.btn) {
  color: #ffffff;
}

.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .logos {
    justify-content: flex-start;
    margin: 40px -2% 0;
  }
}
@media (min-width: 1200px) {
  .logos {
    justify-content: center;
    margin: 50px -22px 0;
  }
}
.logos__logoContainer {
  width: 29%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .logos__logoContainer {
    margin: 0 2% 30px;
  }
}
@media (min-width: 1200px) {
  .logos__logoContainer {
    width: 195px;
    margin: 0 22px 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .logos__logoContainer:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .logos__logoContainer:nth-child(4n) {
    margin-right: 0;
  }
}
.logos__logoImage {
  max-width: 100%;
  max-height: 70px;
}
@media (min-width: 768px) {
  .logos__logoImage {
    max-height: 100px;
    transition: filter 0.3s, opacity 0.3s;
  }
}
@media (min-width: 1200px) {
  .logos__logoImage {
    max-height: 132px;
  }
}
.subpagesBlock {
  list-style-type: none;
  padding: 0;
  margin: 25px 0 0;
}
@media (min-width: 768px) {
  .subpagesBlock {
    margin: 20px 0 0;
  }
}
@media (min-width: 1200px) {
  .subpagesBlock {
    margin: 50px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.subpagesBlock__item {
  position: relative;
  box-shadow: 0 0 27px 3px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 30px 40px;
  min-height: 100px;
  text-decoration: none;
  color: currentColor;
}
@media (min-width: 768px) {
  .subpagesBlock__item {
    padding: 50px 50px 55px 50px;
    min-height: 200px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .subpagesBlock__item {
    transition: color 0.3s, background-color 0.3s;
    width: 49%;
  }
}
@media (min-width: 1600px) {
  .subpagesBlock__item {
    padding: 85px 80px 75px 80px;
    min-height: 540px;
  }
}
@media (min-width: 1200px) {
  .subpagesBlock__item:hover {
    background: #002d72;
    color: #ffffff;
  }
}
@media (min-width: 1200px) {
  .subpagesBlock__item:hover h3 {
    color: #ffffff;
  }
}
.subpagesBlock__anchor {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.subpagesBlock__iconContainer {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .subpagesBlock__iconContainer {
    margin-bottom: 40px;
  }
}
@media (min-width: 1600px) {
  .subpagesBlock__iconContainer {
    margin-bottom: 45px;
  }
}
.subpagesBlock__icon {
  max-width: 72px;
  max-height: 48px;
}
@media (min-width: 768px) {
  .subpagesBlock__icon {
    max-width: 130px;
    max-height: 87px;
  }
}
.subpagesBlock__text h3 {
  margin-bottom: 10px;
  transition: color 0.3s;
}
@media (min-width: 1600px) {
  .subpagesBlock__text h3 {
    margin-bottom: 20px;
  }
}

.accordion {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .accordion {
    margin-top: 60px;
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media (min-width: 1200px) {
  .accordion {
    margin-top: 85px;
    margin-left: -60px;
    margin-right: -60px;
  }
}
.accordion__item {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .accordion__item {
    margin-top: 10px;
  }
}
.accordion__header {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #f6f6f6;
  color: #111111;
  padding: 35px 60px 35px 30px;
  outline: none;
  transition: background-color 0.3s, color 0.3s;
  min-height: 100px;
}
@media (min-width: 768px) {
  .accordion__header {
    min-height: 150px;
    padding: 35px 115px 35px 50px;
  }
}
@media (min-width: 1200px) {
  .accordion__header {
    padding: 35px 150px 35px 60px;
  }
}
.accordion__header.ui-state-active {
  background: #002d72;
  color: #ffffff;
}
.accordion__header.ui-state-active .accordion__arrow {
  border-color: #ffffff;
  transform: translateY(-50%) rotate(180deg);
}
.accordion__header.ui-state-active .accordion__angles {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .accordion__header:hover .accordion__angles {
    transform: translateY(0);
  }
}
.accordion__title {
  line-height: 1.25;
  letter-spacing: 0em;
  color: currentColor;
  margin: 0;
}
.accordion__arrow {
  content: "";
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 2px solid #002d72;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  overflow: hidden;
  display: block;
  color: #002d72;
  transition: border-color 0.3s;
}
@media (min-width: 768px) {
  .accordion__arrow {
    right: 50px;
  }
}
@media (min-width: 1200px) {
  .accordion__arrow {
    right: 60px;
  }
}
.accordion__angles {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.accordion__angle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 38px;
}
.accordion__icon {
  width: 22px;
}
.accordion__content {
  padding: 25px 0 5px;
}
@media (min-width: 768px) {
  .accordion__content {
    padding: 43px 50px 40px;
  }
}
@media (min-width: 1200px) {
  .accordion__content {
    padding: 60px 60px 50px;
  }
}

.imageBlock {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .imageBlock {
    margin-top: 45px;
  }
}

@media (min-width: 768px) {
  .filterBlock {
    display: flex;
    align-items: center;
    padding-top: 15px;
  }
}
.filterBlock__label {
  margin-bottom: 10px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .filterBlock__label {
    padding-right: 20px;
    min-width: 142px;
    margin: 0;
  }
}
.filterBlock__dropdown {
  box-shadow: 0 0 27px 3px rgba(0, 0, 0, 0.1);
  padding: 0 30px;
  height: 70px;
  color: #009cde;
  border: none;
  max-width: 420px;
}
@media (min-width: 768px) {
  .filterBlock__dropdown {
    height: 80px;
  }
}

.imageCarousel {
  margin: 20px -20px;
}
@media (min-width: 768px) {
  .imageCarousel {
    margin: 40px -50px;
  }
}
@media (min-width: 1200px) {
  .imageCarousel {
    margin: 55px 0;
  }
}

@media (min-width: 1600px) {
  .testimonialsBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.testimonialsBlock__col1 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .testimonialsBlock__col1 {
    margin-bottom: 45px;
  }
}
@media (min-width: 1600px) {
  .testimonialsBlock__col1 {
    width: 45%;
    margin-bottom: -75px;
  }
}
@media (min-width: 768px) {
  .testimonialsBlock__col2 {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media (min-width: 1600px) {
  .testimonialsBlock__col2 {
    width: 53%;
    margin: 0;
  }
}

.testimonials {
  position: relative;
  box-shadow: 0 0 27px 3px rgba(0, 0, 0, 0.1);
}
.testimonials .owl-carousel {
  padding-bottom: 50px;
}
.testimonials__btn {
  margin-top: 20px;
}

.testimonial {
  padding: 30px;
}
@media (min-width: 768px) {
  .testimonial {
    padding: 65px 50px 75px;
  }
}
@media (min-width: 1600px) {
  .testimonial {
    padding: 85px 85px;
  }
}
.testimonial__name {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .testimonial__name {
    margin-top: 30px;
  }
}

body.page-template-home .heroSection {
  margin-bottom: 140px;
}
@media (min-width: 768px) {
  body.page-template-home .heroSection {
    margin-bottom: 150px;
  }
}
@media (min-width: 1200px) {
  body.page-template-home .heroSection {
    margin-bottom: 165px;
  }
}
body.page-template-home .heroSection__inner {
  position: relative;
  height: 400px;
}
@media (min-width: 768px) {
  body.page-template-home .heroSection__inner {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  body.page-template-home .heroSection__inner {
    height: calc( 100vh - 240px );
    min-height: 600px;
  }
}
body.page-template-home .heroSection__text {
  bottom: -125px;
}
@media (min-width: 1200px) {
  body.page-template-home .heroSection__text {
    bottom: -75px;
  }
}
body.page-template-home .heroSection .slogan {
  color: #ffffff;
  position: absolute;
  left: 20px;
  top: 75px;
  z-index: 50;
}
@media (min-width: 768px) {
  body.page-template-home .heroSection .slogan {
    left: 50px;
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  body.page-template-home .heroSection .slogan {
    left: 90px;
    top: 145px;
  }
}
body.page-template-home .heroSection .slogan__static {
  display: block;
  border-bottom: 2px solid #ffffff;
  width: 160px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  padding-bottom: 7px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body.page-template-home .heroSection .slogan__static {
    font-size: 1.125rem;
    width: 200px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1600px) {
  body.page-template-home .heroSection .slogan__static {
    width: 300px;
    font-size: 1.25rem;
    padding-left: 5px;
  }
}
body.page-template-home .heroSection .slogan__dynamic {
  position: relative;
  margin-left: 30px;
  font-size: 5rem;
  line-height: 1.3;
  font-weight: 600;
  width: 100%;
  margin-top: -10px;
}
@media (min-width: 768px) {
  body.page-template-home .heroSection .slogan__dynamic {
    font-size: 6.25rem;
    margin-left: 20px;
    margin-top: -30px;
    flex: 1;
  }
}
@media (min-width: 1600px) {
  body.page-template-home .heroSection .slogan__dynamic {
    font-size: 9.375rem;
    margin-left: 30px;
    margin-top: -60px;
  }
}
body.page-template-home .heroSection .slogan__word {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1000px;
  color: #fff;
  overflow: hidden;
  opacity: 0;
}
body.page-template-home .heroSection .slogan__word span {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: translate(0, 120%);
  transform: translate(0, 120%);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.71, 0, 0.13, 1.01);
  transition: -webkit-transform 0.9s cubic-bezier(0.71, 0, 0.13, 1.01);
  transition: transform 0.9s cubic-bezier(0.71, 0, 0.13, 1.01);
  transition: transform 0.9s cubic-bezier(0.71, 0, 0.13, 1.01), -webkit-transform 0.9s cubic-bezier(0.71, 0, 0.13, 1.01);
}
body.page-template-home .heroSection .slogan__word span:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
body.page-template-home .heroSection .slogan__word span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
body.page-template-home .heroSection .slogan__word span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
body.page-template-home .heroSection .slogan__word span:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
body.page-template-home .heroSection .slogan__word span:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
body.page-template-home .heroSection .slogan__word span:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
body.page-template-home .heroSection .slogan__word span:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
body.page-template-home .heroSection .slogan__word span:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
body.page-template-home .heroSection .slogan__word span:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
body.page-template-home .heroSection .slogan__word span:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body.page-template-home .heroSection .slogan__word.active {
  z-index: 1;
  opacity: 1;
}
body.page-template-home .heroSection .slogan__word.active span {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
body.page-template-home .heroSection .slogan__word.leave {
  opacity: 1;
}
body.page-template-home .heroSection .slogan__word.leave span {
  -webkit-transform: translate(0, -120%) !important;
  transform: translate(0, -120%) !important;
}
body.page-template-home .introSection h2 br {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.page-template-home .introSection h2 br {
    display: block;
  }
}
body.page-template-home .challengeBlock {
  position: relative;
  background-image: url("../images/challenge-bg-mobile.jpg");
  padding-top: 75px;
  padding-bottom: 190px;
  margin-bottom: 65px;
}
@media (min-width: 768px) {
  body.page-template-home .challengeBlock {
    padding-top: 100px;
    padding-bottom: 180px;
    min-height: 600px;
    display: flex;
    align-items: center;
    background-image: url("../images/challenge-bg-tablet.jpg");
    margin-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  body.page-template-home .challengeBlock {
    min-height: 500px;
    padding-bottom: 150px;
    background-image: url("../images/challenge-bg-desktop.jpg");
    margin-bottom: 150px;
  }
}
body.page-template-home .challengeBlock__textContainer {
  background: #ffffff;
  padding: 20px 30px;
  color: #111111;
  position: absolute;
  left: 20px;
  right: -1px;
  bottom: -40px;
}
@media (min-width: 768px) {
  body.page-template-home .challengeBlock__textContainer {
    left: auto;
    width: 415px;
    padding: 40px 0 35px 45px;
  }
}
@media (min-width: 1200px) {
  body.page-template-home .challengeBlock__textContainer {
    width: 780px;
    padding: 40px 0 35px 75px;
    bottom: -60px;
  }
}
body.page-template-home .solutionsBlock {
  background: url("../images/home-solutions-mobile.jpg") no-repeat center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  body.page-template-home .solutionsBlock {
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 80px;
    background-image: url("../images/home-solutions-tablet.jpg");
  }
}
@media (min-width: 1200px) {
  body.page-template-home .solutionsBlock {
    background-image: url("../images/home-solutions-tablet.jpg");
  }
}
@media (min-width: 1200px) {
  body.page-template-home .solutionsBlock {
    background-image: url("../images/home-solutions-desktop.jpg");
  }
}
@media (min-width: 1600px) {
  body.page-template-home .solutionsBlock {
    min-height: 1080px;
    justify-content: flex-start;
    padding-top: 160px;
  }
}
@media (min-width: 1200px) {
  body.page-template-home .solutionsBlock__inner {
    max-width: 690px;
  }
}
body.page-template-home .solutionsBlock__btnRow {
  margin-top: 30px;
}
@media (min-width: 768px) {
  body.page-template-home .homeTestimonialsSection {
    margin: 90px 0;
  }
}
@media (min-width: 1600px) {
  body.page-template-home .homeTestimonialsSection {
    margin: 150px 0;
  }
}
@media (min-width: 1600px) {
  body.page-template-home .homeTestimonialsSection__container {
    padding: 0 50px;
  }
}
body.page-template-home .homeTestimonialsSection .testimonialsBlock {
  position: relative;
}
@media (min-width: 768px) {
  body.page-template-home .homeTestimonialsSection .testimonialsBlock {
    padding: 0 50px;
  }
}
@media (min-width: 1600px) {
  body.page-template-home .homeTestimonialsSection .testimonialsBlock {
    padding: 0;
  }
}
@media (min-width: 1600px) {
  body.page-template-home .homeTestimonialsSection .testimonialsBlock__col1 {
    width: 700px;
    padding-bottom: 150px;
  }
}
@media (min-width: 1600px) {
  body.page-template-home .homeTestimonialsSection .testimonialsBlock__col2 {
    flex: 1;
  }
}
@media (min-width: 1600px) {
  body.page-template-home .homeTestimonialsSection .testimonials {
    min-height: 420px;
  }
}
@media (min-width: 1600px) {
  body.page-template-home .homeTestimonialsSection .testimonials .owl-carousel {
    padding-bottom: 0;
  }
}
@media (min-width: 1600px) {
  body.page-template-home .homeTestimonialsSection .testimonial {
    padding: 115px;
  }
}
body.page-template-home .homeTestimonialsSection__btnRow {
  white-space: nowrap;
  margin-top: 20px;
}
@media (min-width: 768px) {
  body.page-template-home .homeTestimonialsSection__btnRow {
    margin-top: 35px;
    padding: 0 50px;
  }
}
@media (min-width: 1600px) {
  body.page-template-home .homeTestimonialsSection__btnRow {
    position: absolute;
    right: 100%;
    bottom: 0;
    transform: translateX(620px);
  }
}

.contentSlider {
  font-size: 1.625rem;
  line-height: 1.4;
  font-weight: 700;
}
@media (min-width: 768px) {
  .contentSlider {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1600px) {
  .contentSlider {
    font-size: 3.125rem;
    line-height: 1.2;
  }
}

.challengeBlockNav {
  position: absolute;
  left: 20px;
  bottom: 113px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .challengeBlockNav {
    left: 50px;
    bottom: 55px;
  }
}
@media (min-width: 1200px) {
  .challengeBlockNav {
    left: 40px;
    bottom: 40px;
  }
}

.carouselNav {
  display: flex;
}

.carouselNavBtn {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 2px solid currentColor;
  overflow: hidden;
  display: block;
  color: currentColor;
  margin-right: 11px;
  background: transparent;
  outline: none;
  transition: border-color 0.3s;
}
.carouselNavBtn__angles {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: transform 0.3s;
}
.carouselNavBtn__angles--next {
  left: auto;
  right: 0;
}
.carouselNavBtn__angle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 38px;
  transform: rotate(90deg);
}
.carouselNavBtn__angle--next {
  transform: rotate(270deg);
}
.carouselNavBtn__icon {
  width: 22px;
}
.carouselNavBtn--prev:hover .carouselNavBtn__angles {
  transform: translateX(-50%);
}
.carouselNavBtn--next:hover .carouselNavBtn__angles {
  transform: translateX(50%);
}

.testimonialsSliderNav {
  color: #666666;
  position: absolute;
  right: 20px;
  bottom: 33px;
  z-index: 100;
}
@media (min-width: 768px) {
  .testimonialsSliderNav {
    right: 40px;
    bottom: 52px;
  }
}
@media (min-width: 1600px) {
  .testimonialsSliderNav {
    right: 30px;
    bottom: 40px;
  }
}

.homeSlider2Block {
  position: relative;
  background-image: url("../images/slider-bg-mobile.jpg");
  padding-top: 75px;
  padding-bottom: 160px;
}
@media (min-width: 768px) {
  .homeSlider2Block {
    padding-top: 75px;
    padding-bottom: 145px;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url("../images/slider-bg-tablet.jpg");
  }
}
@media (min-width: 1600px) {
  .homeSlider2Block {
    min-height: 500px;
    padding-bottom: 100px;
    background-image: url("../images/slider-bg-desktop.jpg");
  }
}

.homeSlider2Nav {
  color: #ffffff;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 100;
}
@media (min-width: 768px) {
  .homeSlider2Nav {
    left: 50px;
    bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .homeSlider2Nav {
    left: 40px;
    bottom: 40px;
  }
}

.page-template-advantage .lightImageBlock {
  background-image: url("../images/bg-built-for-growth-mobile.jpg");
}
@media (min-width: 768px) {
  .page-template-advantage .lightImageBlock {
    background-image: url("../images/bg-built-for-growth.jpg");
  }
}
@media (min-width: 1200px) {
  .page-template-advantage .lightImageBlock .wysiwyg {
    max-width: 40%;
  }
}
@media (min-width: 1600px) {
  .page-template-advantage .lightImageBlock .wysiwyg {
    max-width: 48%;
  }
}
@media (min-width: 1600px) {
  .page-template-advantage .lightImageBlock .wysiwyg p {
    margin-bottom: 2.5em;
  }
}
@media (min-width: 1600px) {
  .page-template-advantage .lightImageBlock .wysiwyg p + ul {
    margin-top: -2em;
  }
}
.page-template-advantage .darkImageBlock {
  background-image: url("../images/strategic-partnership-mobile.jpg");
}
@media (min-width: 768px) {
  .page-template-advantage .darkImageBlock {
    background-image: url("../images/strategic-partnership-tablet.jpg");
  }
}
@media (min-width: 1200px) {
  .page-template-advantage .darkImageBlock {
    background-image: url("../images/strategic-partnership-desktop.jpg");
  }
}
@media (min-width: 768px) {
  .page-template-advantage .navBlock {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .page-template-advantage .navBlock {
    padding: 0;
  }
}

.page-template-better-together .darkImageBlock {
  background-image:
          linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)),
          url('../images/better-together-land-acknowledgement.jpg');
}

.testimonialsListing {
  margin: 0 -20px;
}
@media (min-width: 768px) {
  .testimonialsListing {
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .testimonialsListing {
    margin-top: -60px;
  }
}
@media (min-width: 1200px) {
  .testimonialsListing__teasers {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    transition: height 0.3s;
  }
}
@media (min-width: 1200px) {
  .testimonialsListing__sizer {
    width: 49%;
  }
}
@media (min-width: 1200px) {
  .testimonialsListing__gutter {
    width: 2%;
  }
}
.testimonialsListing__pagination {
  margin-top: 35px;
}
@media (min-width: 1200px) {
  .testimonialsListing__pagination {
    margin-top: 60px;
  }
}
@media (min-width: 1600px) {
  .testimonialsListing__pagination {
    margin-top: 90px;
  }
}

.testimonialTeaser {
  background: #f6f6f6;
  padding: 20px 20px 35px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .testimonialTeaser {
    padding: 48px 50px;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .testimonialTeaser {
    width: 49%;
  }
}
@media (min-width: 1600px) {
  .testimonialTeaser {
    padding: 110px 115px;
  }
}
.testimonialTeaser:first-child {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .testimonialTeaser:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .testimonialTeaser:nth-child(n+7) {
    display: none;
  }
}
.testimonialTeaser__text {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .testimonialTeaser__text {
    margin-bottom: 50px;
  }
}
.testimonialTeaser__name {
  max-width: 250px;
  border-top: 2px solid #64a70b;
  margin-top: 20px;
  padding-top: 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.3em;
}
@media (min-width: 768px) {
  .testimonialTeaser__name {
    margin-top: 35px;
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .page-template-markets .introBlock {
    margin-right: -55px;
  }
}
.page-template-markets .subpagesSection {
  margin-top: -10px;
}

.page-template-market {
  font-size: 1.125rem;
  line-height: 1.66;
}
@media (min-width: 1600px) {
  .page-template-market {
    font-size: 1.25rem;
    line-height: 1.75;
  }
}
.page-template-market .projectsListing {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .page-template-market .projectsListing__title {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .page-template-market .projectsListing__title {
    padding: 0 100px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1600px) {
  .page-template-market .projectsListing__title {
    padding: 0 170px;
    margin-bottom: 50px;
  }
}
.page-template-market .projectsListing__teasers {
  flex-wrap: nowrap;
}
.page-template-market .projectsListing__pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media (min-width: 1600px) {
  .page-template-market .projectsListing__pagination {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .page-template-market .projectTeaser {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .page-template-market .projectTeaser {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .page-template-market .projectTeaser__imageContainer {
    padding-bottom: 72%;
  }
}
@media (min-width: 1200px) {
  .page-template-market .projectTeaser__overlay {
    padding: 40px 50px;
  }
}
.page-template-market .projectTeaser:nth-child(n+3) {
  display: none;
}
@media (min-width: 1200px) {
  .page-template-market .projectTeaser:nth-child(n+3) {
    display: block;
  }
}
.page-template-market .projectTeaser:last-child {
  margin-right: 0;
}

@media (min-width: 1200px) {
  .page-template-services .textBlock__inner {
    max-width: 50%;
  }
}

.projectsListing {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .projectsListing {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .projectsListing {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .projectsListing__teasers {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.projectTeaser {
  position: relative;
  margin-top: 21px;
}
@media (min-width: 768px) {
  .projectTeaser {
    width: 48%;
    margin-top: 4%;
  }
}
@media (min-width: 1200px) {
  .projectTeaser {
    width: 49%;
    margin-top: 1.5%;
  }
}
.projectTeaser:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .projectTeaser:nth-child(-n+2) {
    margin-top: 0;
  }
}
.projectTeaser__imageContainer {
  position: relative;
  padding-bottom: 88%;
}
@media (min-width: 768px) {
  .projectTeaser__imageContainer {
    padding-bottom: 106%;
  }
}
@media (min-width: 1200px) {
  .projectTeaser__imageContainer {
    padding-bottom: 62%;
  }
}
.projectTeaser__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.3s;
}
.projectTeaser__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .projectTeaser__overlay {
    padding: 50px 50px;
  }
}
@media (min-width: 1200px) {
  .projectTeaser__overlay {
    padding: 50px 60px;
    transition: background 0.3s;
  }
}
.projectTeaser__title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .projectTeaser__title {
    margin-bottom: 15px;
  }
}
.projectTeaser__categories {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.2;
}
.projectTeaser__lnkOverlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (min-width: 1200px) {
  .projectTeaser:hover .projectTeaser__image {
    filter: grayscale(100%);
  }
}
@media (min-width: 1200px) {
  .projectTeaser:hover .projectTeaser__overlay {
    background: rgba(0, 45, 114, 0.8);
  }
}

.projectMeta {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .projectMeta__item {
    margin-bottom: 5px;
  }
}
.projectMeta__item:last-child {
  margin-bottom: 0;
}

.projectCarousel {
  position: relative;
}

.imageCarousel__item {
  padding-bottom: 79%;
}
@media (max-width: 767px) {
  .imageCarousel__item {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .imageCarousel__item {
    width: 413px;
    padding-bottom: 0;
  }
}

.imageCarousel__itemImage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projectSliderNav {
  color: #ffffff;
  position: absolute;
  right: 3px;
  bottom: 20px;
  z-index: 100;
}
@media (min-width: 768px) {
  .projectSliderNav {
    right: 50px;
    bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .projectSliderNav {
    right: 40px;
    bottom: 40px;
  }
}

.page-template-people .introBlock {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .page-template-people .introBlock {
    padding: 0;
  }
}

.teamListing {
  margin: 50px 0;
}
@media (min-width: 768px) {
  .teamListing {
    margin: 80px 0;
  }
}
@media (min-width: 1200px) {
  .teamListing {
    margin: 110px 0;
  }
}
@media (min-width: 1600px) {
  .teamListing {
    margin: 150px 0;
  }
}
@media (min-width: 768px) {
  .teamListing__teasers {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 1600px) {
  .teamListing__teasers {
    justify-content: flex-start;
  }
}

.teamTeaser {
  margin-top: 37px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .teamTeaser {
    width: 48%;
    margin-top: 43px;
  }
}
@media (min-width: 1600px) {
  .teamTeaser {
    width: 32%;
    margin-right: 2%;
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .teamTeaser:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .teamTeaser:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .teamTeaser:nth-child(3n) {
    margin-right: 0;
  }
}
.teamTeaser__imageContainer {
  position: relative;
  padding-bottom: 88%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .teamTeaser__imageContainer {
    padding-bottom: 106%;
    margin-bottom: 33px;
  }
}
@media (min-width: 1600px) {
  .teamTeaser__imageContainer {
    padding-bottom: 100%;
    margin-bottom: 45px;
  }
}
.teamTeaser__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teamTeaser__textContainer {
  position: relative;
  transition: height 0.3s;
}
.teamTeaser__textContainer:before {
  content: "";
  border: solid transparent;
  border-width: 23px 18px 0;
  border-top-color: #64a70b;
  position: absolute;
  left: 1px;
  top: 5px;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .teamTeaser__textContainer:before {
    border-width: 32px 25px 0;
  }
}
@media (min-width: 1600px) {
  .teamTeaser__textContainer:before {
    left: 30px;
  }
}
.teamTeaser__name {
  color: #002d72;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 10px;
  transition: opacity 0.3s;
}
@media (min-width: 1600px) {
  .teamTeaser__name {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .teamTeaser__accreditations {
    display: block;
  }
}
.teamTeaser__title {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  line-height: 1.2;
  font-weight: 600;
  padding-right: 40px;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .teamTeaser__title {
    line-height: 1.4;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .teamTeaser__title {
    padding-right: 50px;
  }
}
.teamTeaser:hover .teamTeaser__textContainer, .teamTeaser.open .teamTeaser__textContainer {
  height: 50px !important;
}
@media (min-width: 768px) {
  .teamTeaser:hover .teamTeaser__textContainer, .teamTeaser.open .teamTeaser__textContainer {
    height: auto !important;
  }
}
.teamTeaser:hover .teamTeaser__textContainer:before, .teamTeaser.open .teamTeaser__textContainer:before {
  opacity: 1;
}
.teamTeaser:hover .teamTeaser__name, .teamTeaser.open .teamTeaser__name {
  opacity: 0;
}
.teamTeaser:hover .teamTeaser__title, .teamTeaser.open .teamTeaser__title {
  opacity: 0;
}

.memberDetails {
  position: relative;
  opacity: 0;
  transition: opacity 0.3s;
  background: #f6f6f6;
  margin: 0 -20px;
}
@media (min-width: 768px) {
  .memberDetails {
    margin: 20px 0 0;
  }
}
.memberDetails__inner {
  padding: 90px 20px 50px;
}
@media (min-width: 768px) {
  .memberDetails__inner {
    padding: 100px 50px 90px;
  }
}
@media (min-width: 1600px) {
  .memberDetails__inner {
    padding: 145px 170px;
  }
}
.memberDetails__close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 2px solid #636363;
}
@media (min-width: 768px) {
  .memberDetails__close {
    top: 50px;
    right: 50px;
  }
}
@media (min-width: 1600px) {
  .memberDetails__close {
    top: 40px;
    right: 40px;
  }
}
.memberDetails__close span {
  display: block;
  width: 24px;
  height: 2px;
  background: #636363;
  position: absolute;
  left: 50%;
  top: 50%;
}
.memberDetails__close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.memberDetails__close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.memberDetails__name {
  font-weight: 500;
  text-transform: none;
  margin-bottom: 15px;
  line-height: 1.2;
}
.memberDetails__title {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  line-height: 1.2;
  font-weight: 600;
  padding-right: 40px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .memberDetails__title {
    margin-bottom: 35px;
  }
}
.memberDetails__lnkLinkedin {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #002d72;
  color: #f6f6f6;
}
@media (min-width: 768px) {
  .memberDetails__lnkLinkedin {
    margin-top: 45px;
  }
}
.memberDetails__lnkLinkedin svg {
  width: 26px;
}
.memberDetails.visible {
  opacity: 1;
}

@media (min-width: 768px) {
  .boardListing__teasers {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .boardListing__teasers {
    position: relative;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .boardListing__teasers:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    background: #ffffff;
    height: 2px;
  }
}

.boardTeaser {
  padding: 33px 0 23px;
  border-bottom: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .boardTeaser {
    padding: 65px 0 55px;
  }
}
@media (min-width: 1200px) {
  .boardTeaser {
    width: 50%;
    padding-right: 50px;
    border-right: 1px solid #dddddd;
  }
}
@media (min-width: 1600px) {
  .boardTeaser {
    padding: 70px 70px 70px 0;
  }
}
.boardTeaser:first-child {
  padding-top: 0;
  border-top: none;
  /*@include font-size(18px);
  line-height: 1.67;
  @media (min-width: $laptop-min) {
    @include font-size(20px);
    line-height: 1.75;
  }*/
}
.boardTeaser:last-child {
  border-bottom: none;
}
@media (min-width: 1200px) {
  .boardTeaser:nth-child(-n+2) {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
@media (min-width: 1200px) {
  .boardTeaser:nth-child(2n) {
    padding-right: 0;
    padding-left: 50px;
    border-right: none;
  }
}
@media (min-width: 1600px) {
  .boardTeaser:nth-child(2n) {
    padding-left: 70px;
  }
}
.boardTeaser__imageContainer {
  max-width: 200px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .boardTeaser__imageContainer {
    max-width: 250px;
    margin-bottom: 45px;
  }
}
@media (min-width: 1600px) {
  .boardTeaser__imageContainer {
    margin-bottom: 50px;
  }
}
.boardTeaser__imageInner {
  position: relative;
  padding-bottom: 125%;
}
@media (min-width: 768px) {
  .boardTeaser__imageInner {
    padding-bottom: 120%;
  }
}
.boardTeaser__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.boardTeaser__name, .boardTeaser__accreditations {
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 1600px) {
  .boardTeaser__name, .boardTeaser__accreditations {
    line-height: 1.4;
    margin-bottom: 5px;
  }
}
.boardTeaser__name strong, .boardTeaser__accreditations strong {
  text-transform: uppercase;
}
.boardTeaser__accreditations {
  margin-bottom: 15px;
  text-transform: none;
}
@media (min-width: 1600px) {
  .boardTeaser__accreditations {
    margin-bottom: 10px;
  }
}
.boardTeaser__title {
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 0.3em;
  line-height: 1.2;
  font-weight: 600;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .boardTeaser__title {
    line-height: 1.4;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .boardTeaser__title {
    padding-right: 50px;
    font-size: 1.25rem;
    margin-bottom: 35px;
  }
}
.boardTeaser__biography {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .boardTeaser__biography {
    margin-top: 25px;
  }
}
@media (min-width: 1600px) {
  .boardTeaser__biography {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .page-template-careers .introBlock {
    margin-right: -50px;
  }
}
.page-template-careers .darkImageBlock {
  background: url("../images/general-inquirie-tablet.jpg") no-repeat center;
  background-size: cover;
  min-height: 935px;
}
@media (min-width: 768px) {
  .page-template-careers .darkImageBlock {
    min-height: 1160px;
  }
}
@media (min-width: 1200px) {
  .page-template-careers .darkImageBlock {
    background-image: url("../images/general-inquirie-desktop.jpg");
    background-position: right center;
    min-height: 1240px;
  }
}
@media (min-width: 1200px) {
  .page-template-careers .darkImageBlock__inner {
    max-width: 49%;
  }
}
.page-template-careers .darkImageBlock form {
  margin: 25px 0 30px;
}
@media (min-width: 768px) {
  .page-template-careers .darkImageBlock form {
    margin: 40px 0 0;
  }
}
.page-template-careers .darkImageBlock form .wpcf7-not-valid-tip {
  color: yellow;
}
.page-template-careers .darkImageBlock form .btnRow {
  margin-top: -10px;
}

@media (min-width: 768px) {
  .jobsBlock {
    margin: 0 -50px;
  }
}
@media (min-width: 1200px) {
  .jobsBlock {
    margin: 0;
  }
}

.jobsListing {
  margin: 20px -20px;
}
@media (min-width: 768px) {
  .jobsListing {
    margin: 30px 0;
  }
}
@media (min-width: 1600px) {
  .jobsListing {
    margin: 30px 0 80px;
  }
}

.jobTeaser {
  position: relative;
  padding: 25px 20px 30px;
}
@media (min-width: 768px) {
  .jobTeaser {
    padding: 15px 50px 15px;
    display: flex;
    align-items: center;
    min-height: 120px;
  }
}
@media (min-width: 1200px) {
  .jobTeaser {
    transition: background-color 0.3s, color 0.3s;
  }
}
@media (min-width: 1600px) {
  .jobTeaser {
    padding: 15px 70px 15px;
  }
}
.jobTeaser:nth-child(2n+1) {
  background: #f6f6f6;
}
.jobTeaser__title {
  font-weight: 600;
  color: #002d72;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .jobTeaser__title {
    flex: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .jobTeaser__title {
    transition: color 0.3s;
  }
}
.jobTeaser__location {
  position: relative;
  padding-left: 38px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .jobTeaser__location {
    margin-left: 35px;
    margin-bottom: 0;
    width: 130px;
  }
}
@media (min-width: 1600px) {
  .jobTeaser__location {
    width: 245px;
    padding-left: 42px;
  }
}
.jobTeaser__locationIcon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
}
@media (min-width: 768px) {
  .jobTeaser__locationIcon {
    width: 22px;
  }
}
@media (min-width: 1200px) {
  .jobTeaser__locationIcon {
    transition: color 0.3s;
  }
}
.jobTeaser__date {
  position: relative;
  padding-left: 38px;
}
@media (min-width: 768px) {
  .jobTeaser__date {
    margin-left: 35px;
    width: 215px;
  }
}
@media (min-width: 1600px) {
  .jobTeaser__date {
    width: 230px;
    padding-left: 45px;
  }
}
.jobTeaser__dateIcon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
}
@media (min-width: 768px) {
  .jobTeaser__dateIcon {
    width: 30px;
  }
}
@media (min-width: 1200px) {
  .jobTeaser__dateIcon {
    transition: color 0.3s;
  }
}
.jobTeaser__lnkOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (min-width: 1200px) {
  .jobTeaser:hover {
    background: #002d72;
  }
}
@media (min-width: 1200px) {
  .jobTeaser:hover .jobTeaser__title a, .jobTeaser:hover .jobTeaser__location, .jobTeaser:hover .jobTeaser__date {
    color: #ffffff !important;
  }
}
@media (min-width: 1200px) {
  .jobTeaser:hover .jobTeaser__locationIcon, .jobTeaser:hover .jobTeaser__dateIcon {
    color: #009cde;
  }
}

.single-jobs .btn {
  margin-top: 10px;
}
@media (min-width: 1600px) {
  .single-jobs .btn {
    margin-top: 35px;
  }
}

.contactMap {
  display: none;
}
@media (min-width: 768px) {
  .contactMap {
    display: block;
    height: 700px;
  }
}
@media (min-width: 1600px) {
  .contactMap {
    height: 900px;
  }
}

@media (min-width: 1200px) {
  .contactCols {
    display: flex;
    justify-content: space-between;
  }
}
.contactCols__col1 {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .contactCols__col1 {
    margin-bottom: 65px;
  }
}
@media (min-width: 1200px) {
  .contactCols__col1 {
    width: 49%;
  }
}
@media (min-width: 1200px) {
  .contactCols__col2 {
    width: 49%;
  }
}
@media (min-width: 768px) {
  .contactCols__col2 form {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .contactCols__col2 form {
    margin-top: 30px;
  }
}

.headOffice__address {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .headOffice__address {
    margin-top: 20px;
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .locationsSection {
    display: none;
  }
}

.locationsBlock {
  margin: 60px 0;
}
.locationsBlock__province {
  margin-top: 45px;
}
.locationsBlock__province:first-child {
  margin-top: 0;
}
.locationsBlock__locations {
  margin-top: 25px;
}
.locationsBlock__address {
  margin-bottom: 15px;
}

.newsListing {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .newsListing {
    margin-top: 75px;
  }
}
@media (min-width: 1200px) {
  .newsListing {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .newsListing__teasers {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 1600px) {
  .newsListing__pagination {
    margin-top: 110px;
  }
}

.newsTeaser {
  position: relative;
  margin-top: 21px;
  box-shadow: 0 0 27px 3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .newsTeaser {
    width: 48%;
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .newsTeaser {
    width: 32%;
  }
}
.newsTeaser:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .newsTeaser:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .newsTeaser:nth-child(-n+3) {
    margin-top: 0;
  }
}
.newsTeaser__overlay {
  /*position: absolute;
  left: 0;
  top: 0;
  width: 100%;*/
  height: 100%;
  padding: 100px 100px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 190px;
}
@media (min-width: 768px) {
  .newsTeaser__overlay {
    min-height: 220px;
    padding: 100px 50px 45px 50px;
  }
}
@media (min-width: 1200px) {
  .newsTeaser__overlay {
    transition: background 0.3s;
  }
}
@media (min-width: 1600px) {
  .newsTeaser__overlay {
    padding: 140px 70px 70px 70px;
    min-height: 350px;
  }
}
.newsTeaser__date {
  position: absolute;
  top: 40px;
}
@media (min-width: 1600px) {
  .newsTeaser__date {
    top: 70px;
  }
}
.newsTeaser__icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 42px;
}
@media (min-width: 1600px) {
  .newsTeaser__icon {
    width: 60px;
    top: 50px;
    right: 60px;
  }
}
.newsTeaser__title {
  color: #002d72;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .newsTeaser__title {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .newsTeaser__title {
    margin-bottom: 15px;
    transition: color 0.3s;
  }
}
.newsTeaser__categories {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .newsTeaser__categories {
    transition: color 0.3s;
  }
}
.newsTeaser__lnkOverlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (min-width: 1200px) {
  .newsTeaser:hover .newsTeaser__image {
    filter: grayscale(100%);
  }
}
@media (min-width: 1200px) {
  .newsTeaser:hover .newsTeaser__overlay {
    background: rgba(0, 45, 114, 0.8);
  }
}
@media (min-width: 1200px) {
  .newsTeaser:hover .newsTeaser__date, .newsTeaser:hover .newsTeaser__title, .newsTeaser:hover .newsTeaser__categories {
    color: #ffffff;
  }
}

.page-template-stock .darkImageBlock {
  background-image: url("../images/stock.jpg");
}

.page-template-reports .filterBlock {
  margin: 32px 0;
}
@media (min-width: 768px) {
  .page-template-reports .filterBlock {
    margin: 40px 0;
  }
}

.reportsListing {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .reportsListing {
    margin: 30px -50px;
  }
}
@media (min-width: 1200px) {
  .reportsListing {
    margin: -50px 0 40px;
  }
}
.reportsListing__title {
  padding: 0 30px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .reportsListing__title {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .reportsListing__title {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .reportsListing__items {
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  .reportsListing__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
}

.reportBlock {
  background: #f6f6f6;
  padding: 30px 30px;
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .reportBlock {
    padding: 60px 50px 85px;
    margin: 30px 0 0;
  }
}
@media (min-width: 1200px) {
  .reportBlock {
    padding: 75px 70px 85px;
    margin: 40px 0 0;
    width: 49%;
  }
}
.reportBlock:first-child {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .reportBlock:nth-child(-n+2) {
    margin-top: 0;
  }
}
.reportBlock h3 {
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .reportBlock h3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .reportBlock h3 {
    line-height: 1.25;
  }
}
.reportBlock p {
  margin-bottom: 10px;
}
.reportBlock p:last-child {
  margin-bottom: 0;
}

.page-template-policies .introBlock {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .page-template-policies .introBlock {
    padding: 0;
  }
}

.policiesListing {
  margin: 40px 0;
}
@media (min-width: 768px) {
  .policiesListing {
    margin: 75px -50px;
  }
}
@media (min-width: 1200px) {
  .policiesListing {
    margin: 60px 0;
  }
}

.policyTeaser {
  position: relative;
  display: flex;
  align-items: center;
  background: #f6f6f6;
  color: #111111;
  padding: 31px 90px 31px 30px;
  outline: none;
  transition: background-color 0.3s, color 0.3s;
  min-height: 118px;
}
@media (min-width: 768px) {
  .policyTeaser {
    min-height: 120px;
    padding: 35px 100px 35px 50px;
  }
}
@media (min-width: 1200px) {
  .policyTeaser {
    padding: 35px 150px 35px 70px;
  }
}
.policyTeaser:nth-child(2n) {
  background: transparent;
}
@media (min-width: 1200px) {
  .policyTeaser:hover {
    background: #002d72;
    color: #ffffff;
  }
}
@media (min-width: 1200px) {
  .policyTeaser:hover .policyTeaser__title {
    color: #ffffff;
  }
}
@media (min-width: 1200px) {
  .policyTeaser:hover .policyTeaser__angles {
    color: #ffffff;
    transform: translateX(50%);
  }
}
.policyTeaser__title {
  letter-spacing: 0em;
  margin: 0;
  font-weight: 600;
  color: #002d72;
}
.policyTeaser__arrow {
  content: "";
  width: 50px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  overflow: hidden;
  display: block;
  color: #002d72;
}
@media (min-width: 768px) {
  .policyTeaser__arrow {
    right: 40px;
  }
}
@media (min-width: 1200px) {
  .policyTeaser__arrow {
    right: 60px;
  }
}
.policyTeaser__angles {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  transition: transform 0.3s;
}
.policyTeaser__angle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100%;
}
.policyTeaser__icon {
  width: 30px;
}
.policyTeaser__lnkOverlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1600px) {
  body.single-our_policies .btnRow {
    margin-top: 70px;
  }
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}

.gm-style .gm-style-iw-c {
  border-radius: 0;
  padding: 42px 52px !important;
}
.gm-style .gm-style-iw-c .infobox {
  display: block !important;
}
.gm-style .gm-style-iw-c button {
  display: none !important;
}

.infobox {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.67;
}
@media (min-width: 1600px) {
  .infobox {
    font-size: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .infobox__title {
    margin-bottom: 20px;
  }
}
.infobox__address {
  margin-bottom: 30px;
}
@media (min-width: 1600px) {
  .infobox__address {
    margin-bottom: 40px;
  }
}

.wpcf7 form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 form span.wpcf7-not-valid-tip {
  text-align: right;
  font-size: 14px;
  color: red;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
  margin: 2em 0 0;
  padding: 10px 20px;
}
.wpcf7 form div.wpcf7-validation-errors,
.wpcf7 form div.wpcf7-mail-sent-ok {
  border: none;
}
.wpcf7 form div.wpcf7-validation-errors {
  color: red;
}
.wpcf7 form .btnWrap {
  position: relative;
}
.wpcf7 form .btnWrap .ajax-loader {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  margin: 0;
}

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