@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

html {
  line-height: 1;
}

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

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * Adds a mixin for browser prefixed keyframes
 * @param  {string} $animationName Name of the animation
 * @return {[type]}                Browser prefixed properties
 */
/**
 * Set the given px-based font sized as rem, with px as fallback
 * @param  {string} $size Pixel size
 */
/*
@font-face {
	font-family: 'GillSans';
	src:
		url('../fonts/GillSans.otf') format('opentype'),
		url('../fonts/GillSans.ttf') format('truetype'),
		url('../fonts/GillSans.woff') format('woff'),
		url('../fonts/GillSans.eot') format('eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GillSans';
	src:
		url('../fonts/GillSans-Bold.otf') format('opentype'),
		url('../fonts/GillSans-Bold.ttf') format('truetype'),
		url('../fonts/GillSans-Bold.woff') format('woff'),
		url('../fonts/GillSans-Bold.eot') format('eot');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'GillSans';
	src:
		url('../fonts/GillSans-Italic.otf') format('opentype'),
		url('../fonts/GillSans-Italic.ttf') format('truetype'),
		url('../fonts/GillSans-Italic.woff') format('woff'),
		url('../fonts/GillSans-Italic.eot') format('eot');
	font-weight: normal;
	font-style: italic;
}
*/
/* --sections-- */
/* --partials-- */
/* --helpers-- */
.b-container {
  max-width: 1200px;
  padding: 0;
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.b-container.narrow {
  max-width: 1000px;
}
@media screen and (max-width: 1240px) {
  .b-container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1050px) {
  .b-container {
    max-width: 980px !important;
  }
}
@media screen and (max-width: 1280px) {
  .b-container {
    max-width: 1160px;
  }
}
@media screen and (max-width: 991.98px) {
  .b-container.narrow {
    max-width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .b-container.slider {
    padding: 0 !important;
    overflow-x: hidden;
  }
  .b-container .slider-inline {
    padding: 0 32px;
  }
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 12px;
  padding-left: 12px;
}

.row {
  margin-right: -12px;
  margin-left: -12px;
}

@media screen and (max-width: 991.98px) {
  .pl-0 {
    padding-left: 12px !important;
  }

  .pr-0 {
    padding-right: 12px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .pt-md {
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .pt-md {
    padding-top: 70px;
  }
}
/* --base-- */
/* main: ../application.scss */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-family: "SharpGroteskLight19";
  font-size: 16px;
  line-height: 26px;
  height: 100%;
  color: #000;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden;
  background-color: #FFF;
  height: 100%;
}
body.logged-in #navbar {
  top: 32px;
}
@media screen and (max-width: 768px) {
  body.logged-in #navbar #navbar {
    top: 46px;
  }
}

/* Image with 'data' attribute is hidden */
img[data-lazy-src]:not(.no-fade) {
  /* we set the opacity to 0 */
  opacity: 0;
}

/* Image without 'data' attribute is (or becomes) visible */
img.lazyloaded:not(.no-fade) {
  /* prepare the future animation */
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  /* we set the opacity to 1 to do the magic */
  opacity: 1;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  *:before, *:after, *:first-letter, *:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
/* --components-- */
.b-assets .col-item {
  position: relative;
  display: block;
  margin-bottom: 90px;
}
.b-assets .col-item a {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.b-assets .col-item .label-text {
  margin: 0;
  padding-right: 10px;
}
.b-assets .featured-image {
  object-fit: cover;
  color: white;
  width: 100%;
  height: 212px;
}
.b-assets .logos .featured-image {
  height: 140px;
  object-fit: contain;
  color: white;
  padding: 30px;
}
.b-assets .logos .col-item a {
  background-color: #E3E1DF;
}
@media screen and (min-width: 992px) and (max-width: 1124px) {
  .b-assets .featured-image {
    height: 160px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .b-assets .featured-image {
    height: 180px;
  }
}
@media screen and (max-width: 767.98px) {
  .b-assets .col-item {
    margin-bottom: 70px;
  }
  .b-assets .divider {
    margin-bottom: 0;
  }
  .b-assets .logos .featured-image {
    height: 212px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .b-assets .featured-image {
    height: auto;
    height: 230px;
  }
}
@media screen and (max-width: 575px) {
  .b-assets .featured-image {
    height: auto;
    height: 240px;
  }
}

#b-content {
  background: #FFF;
}

.b-section {
  position: relative;
  padding: 104px 0;
}
@media screen and (max-width: 991.98px) {
  .b-section {
    padding: 70px 0;
  }
}

.b-section-double {
  position: relative;
  padding: 192px 0 120px 0;
}
@media screen and (max-width: 991.98px) {
  .b-section-double {
    padding: 90px 0;
  }
}

.b-section-half {
  position: relative;
  padding: 60px 0;
}
@media screen and (max-width: 991.98px) {
  .b-section-half {
    padding: 60px 0;
  }
}

.b-section-top {
  padding-top: 185px !important;
}
@media screen and (max-width: 991.98px) {
  .b-section-top {
    padding-top: 165px !important;
  }
  .b-section-top.b-section-news {
    padding-top: 75px !important;
  }
}

.b-section-bottom {
  padding-bottom: 120px !important;
}
@media screen and (max-width: 991.98px) {
  .b-section-bottom {
    padding-bottom: 90px !important;
  }
}

.b-section-spaced {
  margin-bottom: 200px;
}
@media screen and (max-width: 991.98px) {
  .b-section-spaced {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 991.98px) {
  .spaced-xs {
    padding: 0 30px;
  }
}

.bg-grey {
  background-color: #FCFBFA;
}

.bg-darkgrey {
  background-color: #E3E1DF;
}

.pb-half {
  padding-bottom: 50px;
}

.bg-gradient {
  background: #89ab72;
  background: -moz-linear-gradient(45deg, #89ab72 0%, #18493d 100%);
  background: -webkit-linear-gradient(45deg, #89ab72 0%, #18493d 100%);
  background: linear-gradient(45deg, #89ab72 0%, #18493d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#89ab72", endColorstr="#18493d",GradientType=1 );
  height: 100vh;
  padding: 120px 20px;
  display: grid;
  align-items: center;
}
.bg-gradient h2 {
  max-width: 940px;
}
@media screen and (min-width: 1200px) {
  .bg-gradient h2 {
    line-height: 60px;
  }
}

.b-header {
  padding: 180px 0 120px;
  background-position: center;
  background-size: cover;
}
.b-header .header-image {
  height: 700px !important;
  position: relative;
  width: 100%;
  object-fit: cover;
  color: white;
}
.b-header .body-text, .b-header h1 {
  max-width: 486px;
}
.b-header h2 {
  max-width: 588px;
}
.b-header .circle-construction {
  width: 16px;
  height: 16px;
  float: left;
  border-radius: 100%;
  margin-right: 8px;
}
.b-header .circle-construction.blue {
  background-color: #1e32af;
}
.b-header .circle-construction.black {
  background-color: #000;
}
.b-header .circle-construction.orange {
  background-color: #ffaf46;
}
.b-header .circle-construction.green {
  background-color: #14463c;
}
.b-header .circle-lable {
  line-height: 20px;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .b-header .circle-lable {
    padding-bottom: 20px;
  }
}
.b-header.newsletter h1 {
  max-width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .b-header .header-image {
    height: 600px !important;
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .b-header .d-lg-block {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .b-header .d-md-block {
    display: flex !important;
  }
}
@media screen and (max-width: 991.98px) {
  .b-header {
    padding: 102px 0 70px;
  }
  .b-header .header-image {
    height: 420px !important;
    margin-top: 0 !important;
  }
  .b-header .body-text, .b-header h1, .b-header h2 {
    max-width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .b-header .header-image {
    height: 390px !important;
    margin-bottom: 35px !important;
    margin-top: 0 !important;
  }
  .b-header.with-label .header-image {
    margin: 0 !important;
  }
  .b-header .b-contact-person {
    margin-bottom: 0;
    margin-top: 60px;
  }
}

.b-text-header {
  padding-top: 195px;
  padding-bottom: 0;
  margin-bottom: -40px;
}
.b-text-header h1 {
  max-width: 100%;
}
@media screen and (max-width: 991.98px) {
  .b-text-header {
    padding-top: 102px;
  }
}

.b-footer {
  margin-top: 90px;
  font-family: "SharpGroteskLight19";
  background: #EFEFEF;
}
.b-footer .b-footer-wrap {
  padding: 75px 0 50px 0;
}
.b-footer .b-footer-wrap .b-footer-menu .b-footer-menu-item {
  margin-top: 20px;
}
.b-footer .b-footer-bottom {
  padding: 40px 0;
  min-height: 120px;
  display: grid;
  align-content: center;
  border-top: 1px solid #9B9B99;
}
.b-footer .b-footer-bottom.w-newsletter .copyright {
  align-items: flex-start;
}
.b-footer .b-footer-bottom .b-footer-menu .b-footer-menu-item {
  display: inline-flex;
  padding-right: 48px;
}
.b-footer .b-footer-bottom .b-footer-menu .b-footer-menu-item:last-child {
  padding-right: 0;
}
.b-footer .b-footer-bottom .b-footer-menu .b-footer-menu-item.newsletter {
  margin-left: 40px;
  width: 282px;
}
.b-footer .b-footer-bottom .b-footer-menu .b-footer-menu-item.newsletter .input-container {
  margin: 0;
}
.b-footer .b-footer-bottom .b-footer-menu .b-footer-menu-item.newsletter .input-container .desc {
  max-width: 282px;
  margin-bottom: 20px;
  line-height: 1.625rem;
  display: inline-flex;
}
.b-footer .b-footer-bottom .copyright {
  display: grid;
  align-items: center;
}
.b-footer .footer-title {
  font-size: 1rem;
  display: flex;
  width: 100%;
  font-family: "SharpGroteskBook19";
}
.b-footer .b-footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-footer .b-footer-menu-item {
  list-style: none;
  font-size: 1rem;
  line-height: 1.75rem;
}
.b-footer .b-footer-menu-item:last-child .b-footer-menu-link {
  padding: 0;
}
.b-footer .b-footer-menu-link {
  color: #000;
  font-family: "SharpGroteskBook19";
}
.b-footer .b-footer-menu-link:hover, .b-footer .b-footer-menu-link:active, .b-footer .b-footer-menu-link.active {
  color: #9B9B99;
  transition: all 0.3s ease-out;
}
.b-footer .b-footer-menu-link.contact {
  color: #1E32AF;
  font-family: "SharpGroteskLight19";
  word-break: break-all;
}
.b-footer .b-footer-menu-link.contact:hover {
  color: #7f8ad6;
}
@media screen and (max-width: 1200px) {
  .b-footer .b-footer-bottom .b-footer-menu .b-footer-menu-item.newsletter .input-container {
    margin: 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .b-footer .footer-logo {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .b-footer .f-logo-wrap {
    min-width: 100px;
  }
  .b-footer .f-logo-wrap .footer-logo {
    width: 70px;
  }
  .b-footer .f-contact-wrap {
    max-width: 215px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1050px) {
  .b-footer .b-footer-bottom {
    height: auto;
    min-height: auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .b-footer .b-footer-bottom .b-footer-menu .b-footer-menu-item {
    padding-right: 27px;
  }
  .b-footer .b-footer-bottom .b-footer-menu .b-footer-menu-item.newsletter {
    margin-left: 15px;
  }
  .b-footer .b-footer-menu-item {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991.98px) {
  .b-footer {
    margin-top: 65px;
  }
  .b-footer .b-footer-menu-item {
    font-size: 1rem;
    margin-bottom: 22px;
  }
  .b-footer .footer-title {
    font-size: 1rem;
    margin: 22px 0;
  }
  .b-footer span {
    line-height: 1.75rem;
  }
  .b-footer .b-footer-bottom {
    height: auto;
    min-height: auto;
    padding: 34px 0 40px 0;
  }
  .b-footer .b-footer-bottom .newsletter {
    margin-top: 30px;
  }
  .b-footer .b-footer-bottom .copyright span {
    font-size: 0.875rem;
    margin-top: 30px;
  }
  .b-footer .b-footer-bottom .b-footer-menu .b-footer-menu-item {
    padding: 0;
    width: 50%;
    float: left;
    font-size: 1rem;
    margin-bottom: 24px;
  }
  .b-footer .b-footer-bottom .b-footer-menu .b-footer-menu-item.newsletter {
    width: 100%;
    margin-left: 0;
  }
  .b-footer .b-footer-bottom .b-footer-menu .b-footer-menu-item.newsletter .input-container {
    margin: 0;
    width: 282px;
  }
  .b-footer .b-footer-bottom .col-lg-2 {
    order: 2;
  }
  .b-footer .b-footer-bottom .col-lg-10 {
    order: 1;
  }
}

.b-footer-mobile {
  padding: 60px 20px 24px;
  display: none;
  width: 100%;
}
.b-footer-mobile .b-dropdown-footer {
  border: none;
  color: #000;
  width: 100%;
  text-align: left;
  padding: 22px 0;
  font-family: "SharpGroteskBook19";
  font-size: 1rem;
  line-height: 1rem;
  margin: 0;
  transition: all 0.3s ease-out;
  background: transparent;
}
.b-footer-mobile .b-dropdown-footer .b-dropdown-icon {
  margin-left: 10px;
  width: 15px;
  transition: all 0.3s ease-out;
}
.b-footer-mobile .b-dropdown-footer:focus {
  outline: none;
}
.b-footer-mobile .b-dropdown-footer.collapsed img {
  transform: rotate(180deg);
  transition: all 0.3s ease-out;
}
.b-footer-mobile .b-footer-menu-item {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 20px;
}
.b-footer-mobile .b-footer-menu-item.bottom {
  margin-top: 44px;
}
.b-footer-mobile .b-dropdown-content-footer {
  padding: 20px 0 0 0;
  margin: 0;
}
.b-footer-mobile .b-dropdown-content-footer.show {
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 991.98px) {
  .b-footer-mobile .b-dropdown-content-footer.pl-0 {
    padding-left: 0 !important;
  }
}
.b-footer-mobile .b-footer-mobile-logo {
  padding-bottom: 45px;
}

.footer-logo {
  width: 77px;
}

@media screen and (max-width: 1199.98px) and (min-width: 992px) {
  .b-footer .b-footer-bottom .b-footer-menu .b-footer-menu-item.newsletter {
    margin-left: 10px;
  }
}
.b-four-columns .divider {
  margin-bottom: 120px;
}
.b-four-columns .b-grid {
  display: grid;
  align-content: space-between;
  height: 100%;
}
.b-four-columns .b-grid h3 {
  margin-bottom: 25px;
}
.b-four-columns .b-grid .b-link {
  margin-top: 25px;
}
.b-four-columns .b-fixed-item {
  position: relative;
  display: block;
}
.b-four-columns .b-fixed-item .b-fixed-content {
  height: 194px;
}
.b-four-columns .b-fixed-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 130px;
}
.b-four-columns .b-fixed-item .b-link {
  position: absolute;
  bottom: 0;
}
.b-four-columns .featured-image {
  object-fit: cover;
  color: white;
  width: 100%;
  margin-bottom: 30px;
  height: 196px;
}
.b-four-columns .featured-image.file {
  position: relative;
  background: #14463C;
}
.b-four-columns .featured-image.file .main-text {
  padding: 20px;
  word-break: break-word;
  hyphens: auto;
}
.b-four-columns .featured-image.file .download {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.b-four-columns .featured-image.image {
  position: relative;
  background: #557350;
}
.b-four-columns .featured-image.image .main-text {
  padding: 20px;
}
.b-four-columns .featured-image.image .download {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.b-four-columns h2 {
  margin-bottom: 20px;
  word-break: break-word;
  hyphens: auto;
}
.b-four-columns .col-item.spaced {
  margin-bottom: 120px;
}
.b-four-columns .col-item.big h3 {
  margin-bottom: 20px;
}
.b-four-columns .col-item.big .b-fixed-item .body-text {
  max-height: 168px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.b-four-columns .col-item.big .b-fixed-item .b-fixed-content {
  height: 285px;
}
.b-four-columns .contact-wrap {
  margin-bottom: 50px;
}
.b-four-columns .contact-wrap h3 {
  max-width: 253px;
  margin-bottom: 10px;
  min-height: 66px;
}
.b-four-columns .b-widget {
  border-top: 1px solid #000;
  padding-top: 60px;
}
.b-four-columns .process-bullets .content-wrap {
  width: 225px;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 992px) and (max-width: 1124px) {
  .b-four-columns .featured-image {
    height: 160px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .b-four-columns .featured-image.file .main-text, .b-four-columns .featured-image.image .main-text {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .b-four-columns .d-xl-block {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .b-four-columns .d-lg-block {
    display: inline-flex !important;
  }
  .b-four-columns .d-lg-block.process-anim, .b-four-columns .d-lg-block.process-bullets {
    display: flex !important;
  }
}
@media screen and (max-width: 991.98px) {
  .b-four-columns .col-item {
    margin-bottom: 65px;
  }
  .b-four-columns .col-item:last-child, .b-four-columns .col-item.no-bottom {
    margin: 0;
  }
  .b-four-columns .col-item.spaced {
    margin-bottom: 60px;
  }
  .b-four-columns h2 {
    text-align: left !important;
  }
  .b-four-columns .featured-image.file .main-text, .b-four-columns .featured-image.image .main-text {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .b-four-columns .b-grid {
    display: initial;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .b-four-columns .featured-image {
    height: 252px;
  }
  .b-four-columns .featured-image.file, .b-four-columns .featured-image.image {
    height: 190px;
  }
  .b-four-columns .divider {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .b-four-columns .col-item.big h3 {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .b-four-columns .col-item.big.col-item-title {
    margin-bottom: 40px;
  }
  .b-four-columns .col-item.big .b-fixed-item .b-fixed-content {
    height: 170px;
  }
  .b-four-columns .col-item.big .b-fixed-item .body-text {
    -webkit-line-clamp: 3;
  }
  .b-four-columns .b-fixed-item .b-fixed-content {
    height: 134px;
  }
  .b-four-columns .b-fixed-item h3 {
    -webkit-line-clamp: 2;
    max-height: 52px;
    min-height: 52px;
  }
  .b-four-columns .col-item.col-item-title {
    margin-bottom: 0;
  }
  .b-four-columns .col-item:last-child {
    margin-bottom: 0;
  }
  .b-four-columns .b-widget {
    padding-top: 20px;
  }
  .b-four-columns .b-widget h2 {
    margin-bottom: 40px;
  }
  .b-four-columns h2 {
    margin-bottom: 30px;
  }
  .b-four-columns.country-offices {
    padding: 0;
  }
  .b-four-columns.country-offices .col-item {
    margin-bottom: 30px;
  }
  .b-four-columns.country-offices .col-item:first-child {
    margin-bottom: 5px;
  }
  .b-four-columns.country-offices .col-item .content-wrap h2 {
    margin-bottom: 10px;
  }
  .b-four-columns.country-offices .col-item .flag-icon {
    margin-bottom: -20px;
  }
  .b-four-columns.country-offices .col-item .b-link.arrow-right {
    margin-top: 40px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .b-four-columns .featured-image {
    margin-bottom: 30px;
    height: 230px;
  }
  .b-four-columns .featured-image.file, .b-four-columns .featured-image.image {
    height: 190px;
  }
  .b-four-columns .tag-text {
    margin-top: 0;
  }
  .b-four-columns .divider {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .b-four-columns .featured-image {
    margin-bottom: 0;
    height: 240px;
  }
  .b-four-columns .featured-image.file, .b-four-columns .featured-image.image {
    height: 190px;
  }
  .b-four-columns .divider {
    margin-bottom: 65px;
  }
  .b-four-columns .contact-wrap {
    margin-bottom: 0;
  }
  .b-four-columns .contact-wrap h3 {
    margin-bottom: 25px;
    min-height: auto;
  }
}
.b-four-columns .margin-second-column {
  margin-top: 120px;
}
@media screen and (max-width: 992px) {
  .b-four-columns .margin-second-column {
    margin-top: 0px;
  }
  .b-four-columns .margin-second-column .col-item {
    margin-bottom: 35px;
  }
}

.b-hero-header {
  padding: 160px 0 92px;
  overflow: hidden;
}
.b-hero-header.b-hero-video {
  height: 660px;
}
.b-hero-header.b-hero-gradient {
  background: #89ab72;
  background: -moz-linear-gradient(45deg, #89ab72 0%, #18493d 100%);
  background: -webkit-linear-gradient(45deg, #89ab72 0%, #18493d 100%);
  background: linear-gradient(45deg, #89ab72 0%, #18493d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#89ab72", endColorstr="#18493d",GradientType=1 );
}
.b-hero-header .b-hero-image {
  width: 113%;
}
.b-hero-header .b-val-item {
  margin-top: -75px;
  border-left: 1px solid #000;
  padding-top: 60px;
}
.b-hero-header h2 {
  margin-bottom: 20px;
}
.b-hero-header #copy-primary, .b-hero-header #copy-secondary {
  opacity: 0;
}
.b-hero-header #copy-primary.reveal-primary, .b-hero-header #copy-primary.reveal-secondary, .b-hero-header #copy-secondary.reveal-primary, .b-hero-header #copy-secondary.reveal-secondary {
  opacity: 1;
}
.b-hero-header .body-text {
  max-height: 486px;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.b-hero-header .mobileVideo {
  display: none !important;
}
.b-hero-header .destopVideo {
  display: block !important;
}
@media screen and (max-width: 520px) {
  .b-hero-header .b-hero-image {
    width: 128%;
  }
}
@media screen and (max-width: 767.98px) {
  .b-hero-header {
    padding: 100px 0 30px;
  }
  .b-hero-header.b-hero-video {
    height: 636px;
  }
  .b-hero-header .b-val-item {
    margin-top: 40px;
    padding-top: 0;
    border: none;
  }
  .b-hero-header.b-hero-gradient {
    padding-bottom: 60px;
  }
  .b-hero-header.b-hero-gradient h2 {
    margin-bottom: 20px;
  }
  .b-hero-header .mobileVideo {
    display: block !important;
  }
  .b-hero-header .destopVideo {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .b-hero-header {
    padding: 170px 0 65px;
  }
  .b-hero-header.b-hero-video, .b-hero-header.b-hero-gradient {
    height: 1000px;
  }
  .b-hero-header .b-val-item {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1050px) {
  .b-hero-header {
    padding: 180px 0 65px;
  }
  .b-hero-header.b-hero-video, .b-hero-header.b-hero-gradient {
    height: 760px;
  }
}
@media screen and (min-width: 1051px) and (max-width: 1280px) {
  .b-hero-header {
    padding: 130px 0 65px;
  }
  .b-hero-header.b-hero-video, .b-hero-header.b-hero-gradient {
    height: 660px;
  }
  .b-hero-header .main-text {
    min-width: 370px;
  }
}
@media screen and (min-width: 1480px) {
  .b-hero-header {
    padding: 240px 0 65px;
  }
  .b-hero-header.b-hero-video, .b-hero-header.b-hero-gradient {
    height: 800px;
  }
}

#header-video {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  object-fit: cover;
  color: white;
  height: 100%;
  width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #header-video {
    height: auto;
  }
}
@supports (-ms-ime-align: auto) {
  #header-video {
    height: auto;
  }
}

.reveal-primary {
  animation: fadeinone 8s normal;
  animation-iteration-count: 1;
}

.reveal-secondary {
  opacity: 1;
  animation: fadeintwo 8s normal;
  animation-iteration-count: 1;
}

.scroll-down {
  position: absolute;
  bottom: 28px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 40px;
}

@keyframes fadeinone {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeintwo {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
nav {
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 2;
  height: 90px;
  background: transparent;
  position: absolute;
  top: 0;
}
nav .nav-logo img {
  width: 70px;
}
nav#navbar.is-active {
  touch-action: none;
  position: fixed;
}
nav#navbar.is-active.sticky {
  background-color: transparent;
  box-shadow: none;
}
@media screen and (max-width: 1024px) {
  nav .b-menu-desktop-wrap {
    display: none;
  }
}
nav .b-menu-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
nav .b-menu-list .b-menu-link {
  font-size: 1rem;
  line-height: 1.375rem;
  display: inline-block;
  color: #000;
  font-family: "SharpGroteskBook19";
  position: relative;
}
nav .b-menu-list .b-menu-link:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  transition: width 0.3s;
}
nav .b-menu-list .b-menu-link:hover:after, nav .b-menu-list .b-menu-link.active:after {
  width: 100%;
}
nav .b-menu-list .b-menu-list-item {
  margin: 0;
  padding: 0;
  display: inline;
  padding-right: 42px;
}
nav .b-menu-list .b-menu-list-item.logo {
  margin: 0 auto;
  padding: 0;
}
nav .b-menu-list .b-menu-list-item.spaced {
  padding-right: 60px;
}
nav .b-menu-list .b-menu-list-item:last-child {
  padding: 0;
}
nav .b-menu-list .b-menu-list-item.current-menu-item .b-menu-link:after {
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  nav {
    height: 58px;
  }
}
nav .sticky {
  display: inline-block;
}
nav .default {
  display: none;
}
nav.nav-white {
  color: #FFF;
}
nav.nav-white .b-menu-list .b-menu-list-item .b-menu-link {
  color: #FFF;
}
nav.nav-white .b-menu-list .b-menu-list-item .b-menu-link:after {
  background: #FFF;
}
nav.nav-white .sticky {
  display: none;
}
nav.nav-white .default {
  display: inline-block;
}
nav.nav-white.sticky .sticky {
  display: inline-block;
}
nav.nav-white.sticky .default {
  display: none;
}
nav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  background: transparent;
  height: 70px;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 3px 0px;
}
nav.sticky .b-menu-list .b-menu-list-item .b-menu-link {
  color: #000;
}
nav.sticky .b-menu-list .b-menu-list-item .b-menu-link:after {
  background: #000;
}
@media screen and (max-width: 991.98px) {
  nav.sticky {
    height: 58px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  nav .b-menu-list .b-menu-list-item {
    padding-right: 32px;
  }
  nav .b-menu-list .b-menu-list-item.spaced {
    padding-right: 50px;
  }
  nav .b-menu-list .b-menu-list-item.spaced:last-child {
    padding: 0;
  }
  nav .b-menu-list .b-menu-link {
    font-size: 1rem;
  }
  nav .b-btn-nav {
    font-size: 1rem;
  }
}

.b-menu-mobile {
  height: 58px;
  display: none;
  z-index: 3;
}
.b-menu-mobile .navbar-toggler {
  padding: 0;
}
.b-menu-mobile .b-toggle {
  position: absolute;
  left: 20px;
  top: 16px;
}
.b-menu-mobile .b-logo .nav-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  margin: auto !important;
  width: 60px;
}
.b-menu-mobile .b-logo .nav-logo img {
  width: 60px;
}
.b-menu-mobile .b-switch {
  position: absolute;
  right: 20px;
  top: 16px;
}
.b-menu-mobile.is-active .b-switch .dropbtn span {
  color: #FFF;
}
.b-menu-mobile.is-active .b-switch .dropbtn .arrow-down.sticky {
  display: none;
}
.b-menu-mobile.is-active .b-switch .dropbtn .arrow-down.default {
  display: inline-flex;
}
.b-menu-mobile.is-active .b-toggle .hamburger-inner {
  background-color: #FFF;
}
.b-menu-mobile.is-active .b-toggle .hamburger-inner:before, .b-menu-mobile.is-active .b-toggle .hamburger-inner:after {
  background-color: #FFF;
}
.b-menu-mobile.is-active .b-logo .nav-logo .sticky {
  display: none;
}
.b-menu-mobile.is-active .b-logo .nav-logo .default {
  display: inline-flex;
}
@media screen and (max-width: 1024px) {
  .b-menu-mobile {
    display: block;
  }
}

.b-menu-mobile-wrap {
  touch-action: none;
  position: fixed;
  opacity: 0;
  width: 100%;
  height: 100vh;
  top: 0;
  padding: 50px 20px;
  z-index: -1;
}
.b-menu-mobile-wrap button {
  margin: 60px 0 0 0;
}
.b-menu-mobile-wrap.is-active {
  z-index: 1;
  opacity: 1;
  background: #18493d;
  background: -moz-linear-gradient(-45deg, #18493d 0%, #89ab72 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #18493d 0%, #89ab72 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #18493d 0%, #89ab72 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#18493d", endColorstr="#89ab72",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0, 1);
  -moz-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0, 1);
  -o-transition: opacity 400ms cubic-bezier(0.455, 0.03, 0, 1);
  transition: opacity 400ms cubic-bezier(0.455, 0.03, 0, 1);
}
.b-menu-mobile-wrap.is-active .b-menu-list .b-menu-list-item {
  opacity: 1;
  -webkit-transition: opacity 400ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition: opacity 400ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition: opacity 400ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: opacity 400ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.b-menu-mobile-wrap.is-active .b-menu-list .b-menu-list-item:nth-child(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
.b-menu-mobile-wrap.is-active .b-menu-list .b-menu-list-item:nth-child(2) {
  -webkit-transition-delay: 70ms;
  -moz-transition-delay: 70ms;
  -o-transition-delay: 70ms;
  transition-delay: 70ms;
}
.b-menu-mobile-wrap.is-active .b-menu-list .b-menu-list-item:nth-child(3) {
  -webkit-transition-delay: 120ms;
  -moz-transition-delay: 120ms;
  -o-transition-delay: 120ms;
  transition-delay: 120ms;
}
.b-menu-mobile-wrap.is-active .b-menu-list .b-menu-list-item:nth-child(4) {
  -webkit-transition-delay: 170ms;
  -moz-transition-delay: 170ms;
  -o-transition-delay: 170ms;
  transition-delay: 170ms;
}
.b-menu-mobile-wrap.is-active .b-menu-list .b-menu-list-item:nth-child(5) {
  -webkit-transition-delay: 220ms;
  -moz-transition-delay: 220ms;
  -o-transition-delay: 220ms;
  transition-delay: 220ms;
}
.b-menu-mobile-wrap.is-active .b-menu-list .b-menu-list-item:nth-child(6) {
  -webkit-transition-delay: 270ms;
  -moz-transition-delay: 270ms;
  -o-transition-delay: 270ms;
  transition-delay: 270ms;
}
.b-menu-mobile-wrap.is-active .b-menu-list .b-menu-list-item:nth-child(7) {
  -webkit-transition-delay: 320ms;
  -moz-transition-delay: 320ms;
  -o-transition-delay: 320ms;
  transition-delay: 320ms;
}
.b-menu-mobile-wrap .b-menu-list {
  padding: 50px 20px 0 20px;
  margin: 0;
  list-style: none;
  /* @media screen and (max-width: 1023px){
     padding: 50px 0;
   }*/
}
.b-menu-mobile-wrap .b-menu-list .b-menu-list-item {
  width: auto;
  display: flex;
  padding-bottom: 25px;
  opacity: 0;
}
.b-menu-mobile-wrap .b-menu-list .b-menu-list-item:nth-child(1) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
.b-menu-mobile-wrap .b-menu-list .b-menu-list-item .b-menu-link {
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #FFF;
  font-family: "SharpGroteskLight19";
}
.b-menu-mobile-wrap .b-menu-list .b-menu-list-item .b-menu-link:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #FFF;
  transition: width 0.3s;
}
.b-menu-mobile-wrap .b-menu-list .b-menu-list-item.current-menu-item .b-menu-link:after {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .b-menu-mobile-wrap {
    display: none;
  }
}

.hamburger {
  z-index: 2;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  width: 26px;
  height: 22px;
  display: inline-block;
  position: relative;
}

.nav-white .hamburger-inner {
  background-color: #FFF;
}
.nav-white .hamburger-inner:before, .nav-white .hamburger-inner:after {
  background-color: #FFF;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: 0;
  width: 26px;
  height: 2px;
  background-color: #000;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner:before, .hamburger-inner:after {
  width: 26px;
  height: 2px;
  background-color: #000;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  content: "";
  display: block;
}
.hamburger-inner:before {
  top: -9px;
}
.hamburger-inner:after {
  bottom: -9px;
}
.hamburger-inner.dark {
  background-color: #000;
}
.hamburger-inner.dark:before, .hamburger-inner.dark:after {
  background-color: #000;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner:before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.12s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-white .dropbtn {
  color: #FFF;
}

.nav-white.sticky .dropbtn {
  color: #000;
}

.dropbtn {
  border: none;
  cursor: pointer;
  background: transparent;
  font-family: "SharpGroteskBook19";
  padding: 28px 0px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .dropbtn {
    min-width: 98px;
    height: auto;
    padding: 0 0 28px 0 !important;
  }
  .dropbtn .arrow-down {
    float: right;
    margin-top: 8px;
    margin-left: 6px;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
  height: 100%;
  display: block;
}
.dropdown .arrow-down {
  transition: all 0.3s ease-out;
}
.dropdown .arrow-down.rotate {
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .dropdown {
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
    text-align: right;
  }
}
@media screen and (min-width: 1025px) {
  .dropdown:hover .dropdown-wrap {
    overflow: visible !important;
  }
  .dropdown:hover .dropdown-content {
    opacity: 1;
    z-index: 1;
  }
  .dropdown:hover .arrow-down {
    transform: rotate(180deg);
  }
}

.dropdown-wrap {
  position: relative;
  overflow: hidden;
  display: list-item;
}
.dropdown-wrap.visible {
  overflow: visible;
  float: right;
}

.dropdown-content {
  text-align: left;
  opacity: 0;
  position: absolute;
  right: 0;
  background-color: #fff;
  min-width: 190px;
  z-index: -1;
  top: -6px;
  border: 1px solid #000;
  transition: all 0.2s ease-out;
}
.dropdown-content a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #000;
}
.dropdown-content a:last-child {
  border: none;
}
.dropdown-content a:hover {
  color: #1E32AF;
  font-family: "SharpGroteskBook19";
}
.dropdown-content.visible {
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .dropdown-content {
    top: 42px;
    margin-top: 0;
    opacity: 0;
  }
}

html.is-active {
  touch-action: none;
  overflow: hidden;
  height: 100%;
}
html.is-active body {
  overflow: hidden;
  height: 100%;
  touch-action: none;
}
html.is-active body footer {
  display: none;
}
html.is-active body.page-scroll .b-navigation {
  position: initial;
}
html.is-active body.page-scroll .b-navigation .navbar {
  border-bottom: none;
}
@media screen and (min-width: 992px) {
  html.is-active {
    overflow: none !important;
  }
}

.b-news .b-news-item {
  display: block;
  margin-bottom: 32px;
}
.b-news .b-news-item h3 {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 66px;
  min-height: 66px;
}
.b-news .b-news-item .object-fit-polyfill {
  height: 307px;
  margin: 0 0 20px 0;
}
.b-news .b-news-item .object-fit-polyfill .b-news-image {
  margin-top: 0 !important;
  top: 0 !important;
}
.b-news .b-news-image {
  object-fit: cover;
  color: white;
  width: 100%;
  margin-bottom: 20px;
  height: 307px;
}
.b-news .b-news-widget {
  border-top: 1px solid #000;
  padding-top: 50px;
}
.b-news .b-news-widget .col-md-5:last-child {
  padding-top: 5px;
}
.b-news .b-news-widget h2 {
  max-width: 400px;
}
@media screen and (max-width: 767.98px) {
  .b-news .b-news-widget {
    padding-top: 20px;
  }
  .b-news .b-news-widget h2 {
    margin: 0;
  }
  .b-news .b-news-widget .col-md-5:last-child .b-news-item {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1124px) {
  .b-news .b-news-image {
    height: 270px;
  }
  .b-news .object-fit-polyfill {
    height: 270px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .b-news.b-news-header {
    padding: 108px 0 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .b-news .b-news-image {
    height: 230px;
  }
  .b-news .object-fit-polyfill {
    height: 230px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .b-news .b-news-item {
    display: inline-table;
    margin-bottom: 22px;
    margin-top: 0;
  }
  .b-news .b-news-item h3 {
    -webkit-line-clamp: 3;
    max-height: 80px;
    line-height: normal;
  }
  .b-news .b-news-image {
    height: 390px;
    margin-bottom: 0 !important;
  }
  .b-news .object-fit-polyfill {
    height: 390px !important;
    margin: 0 !important;
  }
}
@media screen and (max-width: 520px) {
  .b-news .b-news-image {
    height: 240px;
  }
  .b-news .object-fit-polyfill {
    height: 240px !important;
    margin: 0 !important;
  }
}

.b-two-columns .featured-image, .b-two-columns .featured-video {
  margin-top: 20px;
  margin-bottom: 20px !important;
  height: 250px;
  width: 100%;
  object-fit: cover;
  color: white;
  overflow: hidden;
}
.b-two-columns .featured-image.small, .b-two-columns .featured-video.small {
  height: 337px;
}
.b-two-columns .featured-image.big, .b-two-columns .featured-video.big {
  height: 440px;
  margin-top: 0;
}
.b-two-columns .featured-image.report, .b-two-columns .featured-video.report {
  max-width: 600px;
  width: 100%;
  height: 100%;
  margin-top: 0;
}
.b-two-columns .featured-image video, .b-two-columns .featured-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  color: white;
}
.b-two-columns .featured-image.portrait, .b-two-columns .featured-video.portrait {
  width: 384px;
  height: 550px;
}
.b-two-columns .featured-info p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.b-two-columns .logos-wrapper {
  margin-top: 60px;
}
.b-two-columns .logos-wrap {
  margin-top: 30px;
  display: inline-flex;
  width: 100%;
}
.b-two-columns .logos-wrap .logo-item {
  margin-right: 70px;
  display: grid;
  width: 120px;
  height: 60px;
  align-content: center;
  justify-content: center;
}
.b-two-columns .logos-wrap .logo-item:last-child {
  margin: 0;
}
.b-two-columns .logos-wrap .logo-image {
  width: auto;
}
.b-two-columns .logos-wrap .logo-image img {
  max-width: 120px;
}
.b-two-columns .expand-wrap {
  transition: max-height 0.35s ease;
  overflow-y: hidden;
}
.b-two-columns .expand-wrap.collapsed {
  max-height: 375px;
}
.b-two-columns .expand-wrap.collapsed .body-text {
  height: 335px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
}
.b-two-columns .expand-wrap.expanded {
  max-height: 2000px;
}
.b-two-columns .expand-wrap.expanded .body-text {
  height: auto;
  display: block;
}
.b-two-columns .contact-details {
  margin-top: 40px;
}
.b-two-columns .contact-details .b-link.contact {
  font-size: 1.125rem;
  line-height: 1.725rem;
  margin: 0;
}
.b-two-columns .carousel .carousel-cell h2, .b-two-columns .carousel .carousel-cell .body-text, .b-two-columns .carousel .carousel-cell .featured-image {
  opacity: 0;
  -webkit-transition: 0.4s all ease-in-out !important;
  -o-transition: 0.4s all ease-in-out !important;
  transition: 0.4s all ease-in-out !important;
}
.b-two-columns .carousel .carousel-cell.is-selected h2, .b-two-columns .carousel .carousel-cell.is-selected p, .b-two-columns .carousel .carousel-cell.is-selected .featured-image {
  opacity: 1;
  -webkit-transition: 0.4s all ease-in-out !important;
  -o-transition: 0.4s all ease-in-out !important;
  transition: 0.4s all ease-in-out !important;
}
.b-two-columns .carousel .carousel-cell.is-selected .label-text {
  -webkit-animation: caption 1.6s ease-in;
  animation: caption 1.6s ease-in;
  animation-iteration-count: 1;
}
@-webkit-keyframes caption {
  0% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes caption {
  0% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.b-two-columns .carousel .flickity-prev-next-button.next {
  top: 805px !important;
}
.b-two-columns .carousel .flickity-prev-next-button.previous {
  top: 820px !important;
}
.b-two-columns .carousel.small .featured-image, .b-two-columns .carousel.small .featured-video {
  height: 768px;
}
.b-two-columns .carousel.small .slider-nav {
  top: 440px;
}
.b-two-columns .carousel video {
  height: 100%;
}
.b-two-columns .slider-nav {
  position: absolute;
  right: 0;
  top: 532px;
  z-index: 1;
}
.b-two-columns .slider-nav .arrow-left {
  margin-right: 25px;
}
.b-two-columns .slider-nav .arrow-left img {
  width: 22px;
}
.b-two-columns .slider-nav .arrow-right img {
  width: 22px;
}
@media screen and (min-width: 992px) and (max-width: 1124px) {
  .b-two-columns .featured-image.big, .b-two-columns .featured-video.big {
    height: 370px;
  }
  .b-two-columns .featured-image.portrait, .b-two-columns .featured-video.portrait {
    width: 384px;
    height: 550px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1072px) {
  .b-two-columns .slider {
    padding-right: 128px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1072px) {
  .b-two-columns .slider.full .carousel.small .flickity-prev-next-button.previous {
    top: 310px !important;
  }
  .b-two-columns .slider.full .carousel.small .flickity-prev-next-button.next {
    top: 295px !important;
  }
  .b-two-columns .carousel.small .featured-image, .b-two-columns .carousel.small .featured-video {
    height: 275px;
  }
  .b-two-columns .carousel.small .featured-image.gallery, .b-two-columns .carousel.small .featured-video.gallery {
    height: 512px;
  }
  .b-two-columns .carousel .flickity-prev-next-button.previous {
    top: 542px !important;
  }
  .b-two-columns .carousel .flickity-prev-next-button.next {
    top: 527px !important;
  }
  .b-two-columns .carousel video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    color: white;
  }
  .b-two-columns .slider-nav {
    position: initial;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .b-two-columns .d-lg-block {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .b-two-columns .d-md-block {
    display: flex !important;
  }
}
@media screen and (max-width: 991.98px) {
  .b-two-columns .logos-wrapper {
    margin-top: 0;
  }
  .b-two-columns .logos-wrap .logo-item {
    width: 96px;
    margin-right: 30px;
  }
  .b-two-columns .logos-wrap .logo-image {
    max-height: 55px;
    height: 100%;
    width: 100%;
    max-width: 96px;
  }
  .b-two-columns .logos-wrap .logo-image img {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .b-two-columns .featured-image.small {
    margin-top: 45px;
  }
  .b-two-columns .featured-video.small {
    margin-top: 45px;
    margin-bottom: 20px;
  }
  .b-two-columns .featured-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    color: white;
  }
  .b-two-columns .plyr--video {
    margin-top: 45px;
    margin-bottom: 20px;
  }
  .b-two-columns .featured-image.small {
    margin-top: 45px;
    margin-bottom: 0;
  }
  .b-two-columns .featured-image.report {
    margin-top: 45px;
  }
  .b-two-columns .featured-image.report {
    max-width: 255px;
    margin-top: 45px;
    margin-bottom: 0;
  }
  .b-two-columns .expand-wrap.collapsed {
    max-height: 455px;
  }
  .b-two-columns .expand-wrap.collapsed .body-text {
    height: 416px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 16;
  }
  .b-two-columns .expand-wrap.expanded {
    max-height: 2000px;
  }
  .b-two-columns .expand-wrap.expanded .body-text {
    height: auto;
    display: flex;
  }
  .b-two-columns .carousel.small .featured-image, .b-two-columns .carousel.small .featured-video {
    margin-top: 30px;
  }
  .b-two-columns .carousel .carousel-cell {
    padding: 0 40px 0 20px;
  }
  .b-two-columns .carousel .carousel-cell .label-text {
    margin: 0;
  }
  .b-two-columns .carousel video {
    height: 100%;
    with: 100%;
  }
  .b-two-columns .carousel .label-text {
    animation: none !important;
  }
  .b-two-columns .slider-nav {
    position: initial;
    text-align: right;
  }
  .b-two-columns .slider-nav .arrow-left {
    margin-right: 55px;
  }
  .b-two-columns .col-md-6:nth-child(2) h2 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 626px) and (max-width: 767.98px) {
  .b-two-columns .carousel-cell {
    padding: 0 40px 0 20px;
    width: 525px;
    touch-action: pan-x;
  }
  .b-two-columns .carousel-cell h2, .b-two-columns .carousel-cell p, .b-two-columns .carousel-cell .featured-image {
    opacity: 1 !important;
  }
  .b-two-columns .carousel.small .featured-image, .b-two-columns .carousel.small .featured-video {
    height: 320px;
  }
}
@media screen and (min-width: 521px) and (max-width: 625px) {
  .b-two-columns .carousel-cell {
    padding: 0 40px 0 20px;
    width: 425px;
    touch-action: pan-x;
  }
  .b-two-columns .carousel-cell h2, .b-two-columns .carousel-cell p, .b-two-columns .carousel-cell .featured-image {
    opacity: 1 !important;
  }
  .b-two-columns .carousel.small .featured-image, .b-two-columns .carousel.small .featured-video {
    height: 220px;
  }
  .b-two-columns .carousel .featured-image, .b-two-columns .carousel .featured-video {
    height: 220px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .b-two-columns .featured-image.small, .b-two-columns .featured-video.small {
    height: 275px;
  }
  .b-two-columns .featured-image.big, .b-two-columns .featured-video.big {
    height: 275px;
  }
  .b-two-columns .featured-image.report, .b-two-columns .featured-video.report {
    max-width: 255px;
  }
  .b-two-columns .featured-image.portrait, .b-two-columns .featured-video.portrait {
    width: 282px;
    height: 384px;
  }
  .b-two-columns .expand-wrap.collapsed {
    max-height: 355px;
  }
  .b-two-columns .expand-wrap.collapsed .body-text {
    height: 314px;
  }
  .b-two-columns .expand-wrap.expanded {
    max-height: 2000px;
  }
  .b-two-columns .expand-wrap.expanded .body-text {
    height: auto;
  }
  .b-two-columns .logos-wrap .logo-item .logo-image img {
    max-height: 45px;
    max-width: 95px;
    width: auto;
  }
}
@media screen and (min-width: 521px) and (max-width: 767.98px) {
  .b-two-columns .featured-image, .b-two-columns .featured-video {
    margin-bottom: 0;
  }
  .b-two-columns .featured-image.small, .b-two-columns .featured-video.small {
    height: 390px;
  }
  .b-two-columns .featured-image.big, .b-two-columns .featured-video.big {
    height: 390px;
    margin-bottom: 20px;
  }
  .b-two-columns .featured-image.portrait, .b-two-columns .featured-video.portrait {
    width: 282px;
    height: 384px;
  }
  .b-two-columns .carousel.small .featured-image, .b-two-columns .carousel.small .featured-video {
    height: 390px;
    margin-bottom: 20px;
  }
  .b-two-columns .carousel video {
    height: 100%;
    with: 100%;
  }
}
@media screen and (max-width: 520px) {
  .b-two-columns .featured-image.small, .b-two-columns .featured-video.small {
    height: 240px;
  }
  .b-two-columns .featured-image.big, .b-two-columns .featured-video.big {
    height: 240px;
    margin-bottom: 20px;
  }
  .b-two-columns .featured-image.portrait, .b-two-columns .featured-video.portrait {
    width: 282px;
    height: 384px;
  }
  .b-two-columns .carousel.small .featured-image, .b-two-columns .carousel.small .featured-video {
    height: 240px;
  }
  .b-two-columns .carousel video {
    height: 100%;
    with: 100%;
  }
  .b-two-columns .carousel-cell {
    padding: 0 40px 0 20px;
    width: 325px;
    touch-action: pan-x;
  }
  .b-two-columns .carousel-cell h2, .b-two-columns .carousel-cell p, .b-two-columns .carousel-cell .featured-image {
    opacity: 1 !important;
  }
}

.reveal-holder {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.reveal-holder .reveal-block {
  position: absolute;
  top: 0;
  width: 100%;
  height: 101%;
  background: white;
}
.reveal-holder .reveal-block::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: lightgray;
  transition-property: transform;
  transition-duration: 0.5s;
}

.reveal-block.left::before {
  transform: scaleX(0);
  transform-origin: 100% 0%;
}

.reveal-block.right::before {
  transform: scaleX(0);
  transform-origin: 0% 100%;
}

/* AOS animate */
[data-aos=reveal-left],
[data-aos=reveal-right] {
  transition-property: transform;
  transition-delay: 0.5s;
}

[data-aos=reveal-left] {
  transform: scaleX(1);
}
[data-aos=reveal-left].aos-animate {
  transform: scaleX(0);
  transform-origin: 0% 100%;
}

[data-aos=reveal-right] {
  transform: scaleX(1);
}
[data-aos=reveal-right].aos-animate {
  transform: scaleX(0);
  transform-origin: 100% 0%;
}

[data-aos=reveal-item] {
  visibility: hidden;
  transition-property: visibility;
  transition-duration: 0s;
}
[data-aos=reveal-item].aos-animate {
  visibility: visible;
}

.b-three-columns .b-grid {
  display: grid;
  align-content: space-between;
  height: 100%;
}
.b-three-columns .b-grid h3 {
  margin-bottom: 25px;
}
.b-three-columns .b-grid .b-link {
  margin-top: 25px;
}
.b-three-columns .b-fixed-item {
  position: relative;
  display: block;
}
.b-three-columns .b-fixed-item .b-fixed-content {
  height: 194px;
}
.b-three-columns .b-fixed-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 128px;
}
.b-three-columns .b-fixed-item .b-link {
  position: absolute;
  bottom: 0;
}
.b-three-columns .b-agenda-item {
  margin-bottom: 90px;
  display: block;
}
.b-three-columns .b-agenda-item.bottom {
  margin-bottom: 0;
}
.b-three-columns .agenda-image {
  margin-bottom: 30px;
  width: auto;
  max-width: 196px;
  height: 196px;
}
.b-three-columns .featured-image {
  object-fit: cover;
  color: white;
  width: 100%;
  margin-bottom: 30px;
  height: 196px;
}
.b-three-columns .object-fit-polyfill {
  overflow: visible;
}
.b-three-columns .object-fit-polyfill .featured-image {
  height: 196px !important;
  margin-top: 0 !important;
  top: 0 !important;
  position: inherit !important;
  margin-bottom: 30px !important;
}
.b-three-columns .col-item h3 {
  margin-bottom: 30px;
}
.b-three-columns h2 {
  margin-bottom: 20px;
}
.b-three-columns.meeting {
  padding: 0 0 50px 0;
}
.b-three-columns .meeting-box {
  background: #14463C;
  padding: 50px 50px 90px 70px;
}
.b-three-columns .meeting-box p {
  color: #FFF;
}
.b-three-columns .meeting-box p.body-bold {
  margin: 0;
}
.b-three-columns .meeting-box h3 {
  margin-bottom: 30px;
  color: #FFF;
}
@media screen and (min-width: 992px) and (max-width: 1124px) {
  .b-three-columns .featured-image {
    height: 160px;
  }
}
@media screen and (max-width: 991.98px) {
  .b-three-columns .meeting-box {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .b-three-columns .featured-image {
    height: 120px;
  }
  .b-three-columns .object-fit-polyfill .featured-image {
    height: 128px !important;
  }
  .b-three-columns .b-agenda-item .body-text {
    max-width: 80%;
  }
  .b-three-columns .col-md-4 .b-link {
    max-width: 225px;
  }
}
@media screen and (max-width: 767.98px) {
  .b-three-columns .col-lg-3 {
    margin-top: 70px;
  }
  .b-three-columns .col-lg-3:first-child {
    margin-top: 0;
  }
  .b-three-columns h2 {
    margin-bottom: 30px;
  }
  .b-three-columns .featured-image {
    margin-bottom: 0;
    height: 390px;
  }
  .b-three-columns .object-fit-polyfill .featured-image {
    height: 390px !important;
    margin-bottom: 0 !important;
  }
  .b-three-columns .b-fixed-item .b-fixed-content {
    height: 134px;
  }
  .b-three-columns .b-fixed-item h3 {
    -webkit-line-clamp: 2;
    max-height: 52px;
    min-height: 52px;
  }
  .b-three-columns .col-md-3, .b-three-columns .col-xl-3 {
    margin-top: 70px;
  }
  .b-three-columns .col-md-3:first-child, .b-three-columns .col-xl-3:first-child {
    margin-top: 0;
  }
  .b-three-columns .col-md-3:first-child .flag-icon, .b-three-columns .col-xl-3:first-child .flag-icon {
    margin-top: -30px;
  }
  .b-three-columns .col-md-5 .body-text {
    margin-bottom: 40px;
  }
  .b-three-columns .no-top {
    margin-top: 0;
  }
  .b-three-columns .agenda-image {
    width: auto;
  }
  .b-three-columns .b-agenda-item {
    margin-bottom: 65px;
  }
  .b-three-columns .b-agenda-item.bottom {
    margin-bottom: 65px;
  }
  .b-three-columns .col-item h3 {
    margin-top: 32px;
    margin-bottom: 15px;
  }
  .b-three-columns .meeting-box .col-md-3 {
    margin-top: 40px;
  }
  .b-three-columns .meeting-box .col-md-3:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .b-three-columns .agenda-image {
    margin-bottom: 20px;
    max-width: 158px;
    max-height: 158px;
    height: auto;
    width: auto;
  }
  .b-three-columns .agenda-image img {
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .b-three-columns .featured-image {
    margin-bottom: 0;
    height: 240px;
  }
  .b-three-columns .object-fit-polyfill .featured-image {
    height: 240px !important;
    margin-bottom: 0 !important;
  }
}

.b-map {
  padding-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .b-map iframe {
    height: 580px;
  }
}

.b-quote {
  padding: 100px 0;
  background: transparent;
  color: #000;
}
.b-quote blockquote {
  margin: auto;
  max-width: 816px;
  font-family: "SharpGroteskLight22";
  font-size: 2.75rem;
  line-height: 4rem;
  letter-spacing: -1.5px;
}
.b-quote blockquote cite {
  font-family: "SharpGroteskLight19";
  font-size: 1.125rem;
  display: flex;
  margin-top: 20px;
  line-height: 2rem;
  font-style: normal;
  letter-spacing: 0;
  max-width: 380px;
  width: 100%;
}
.b-quote blockquote cite span {
  margin-left: 8px;
  display: inline-flex;
}
.b-quote blockquote cite:before {
  content: "—";
}
.b-quote.adjust blockquote {
  position: relative;
  left: -115px;
  width: calc(100% + 280px);
}
@media screen and (max-width: 991.98px) {
  .b-quote.adjust .b-container {
    padding: 0;
  }
  .b-quote.adjust .b-container blockquote {
    left: 0;
    width: 100%;
  }
}
.b-quote.colored {
  margin: 60px 0;
  color: #FFF;
  background: #9bbe7d;
  background: -moz-linear-gradient(-45deg, #9bbe7d 0%, #557350 50%, #14463c 100%);
  background: -webkit-linear-gradient(-45deg, #9bbe7d 0%, #557350 50%, #14463c 100%);
  background: linear-gradient(135deg, #9bbe7d 0%, #557350 50%, #14463c 100%);
}
@media screen and (min-width: 321px) and (max-width: 767.98px) {
  .b-quote {
    padding: 50px 0;
  }
  .b-quote blockquote {
    font-size: 2rem;
    line-height: 2.75rem;
    letter-spacing: -1.2px;
  }
}
@media screen and (max-width: 320px) {
  .b-quote blockquote {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}

.b-large-image.full .featured-video {
  height: 675px;
}
.b-large-image .narrow {
  padding-right: 128px;
}
.b-large-image .carousel {
  margin-top: 70px;
}
.b-large-image .carousel .carousel-cell h2, .b-large-image .carousel .carousel-cell .body-text, .b-large-image .carousel .carousel-cell .featured-image {
  opacity: 0;
  -webkit-transition: 0.4s all ease-in-out !important;
  -o-transition: 0.4s all ease-in-out !important;
  transition: 0.4s all ease-in-out !important;
}
.b-large-image .carousel .carousel-cell.is-selected h2, .b-large-image .carousel .carousel-cell.is-selected .body-text, .b-large-image .carousel .carousel-cell.is-selected .featured-image {
  opacity: 1;
  -webkit-transition: 0.4s all ease-in-out !important;
  -o-transition: 0.4s all ease-in-out !important;
  transition: 0.4s all ease-in-out !important;
}
.b-large-image .carousel .carousel-cell.is-selected .label-text {
  -webkit-animation: caption 1.6s ease-in;
  animation: caption 1.6s ease-in;
  animation-iteration-count: 1;
}
@-webkit-keyframes caption {
  0% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes caption {
  0% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.b-large-image .carousel.small .featured-image, .b-large-image .carousel.small .featured-video {
  height: 420px;
}
.b-large-image .carousel.small .featured-image.gallery, .b-large-image .carousel.small .featured-video.gallery {
  margin-top: 0 !important;
}
.b-large-image .carousel.small .flickity-prev-next-button.previous {
  top: 455px !important;
}
.b-large-image .carousel.small .flickity-prev-next-button.next {
  top: 440px !important;
}
.b-large-image .highlight {
  margin-top: 70px;
}
.b-large-image .col-item-left {
  margin-top: 20px;
}
.b-large-image .col-item-right {
  margin-top: 20px;
}
.b-large-image .featured-image {
  height: 512px;
  width: 100%;
  object-fit: cover;
  color: white;
  margin-bottom: 20px;
  position: relative;
}
.b-large-image .featured-video {
  overflow: hidden;
  height: 504px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.b-large-image .featured-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  color: white;
}
.b-large-image .featured-video img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.b-large-image .featured-video img.icon {
  width: auto;
  height: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 2;
}
.b-large-image .featured-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-large-image h2.bottom {
  margin-bottom: 20px;
}
.b-large-image h3 {
  margin-bottom: 20px;
}
.b-large-image .content-top {
  margin-bottom: 55px;
}
@media screen and (min-width: 1073px) {
  .b-large-image .highlight.small .featured-image, .b-large-image .highlight.small .featured-video {
    height: 420px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1072px) {
  .b-large-image .carousel.small .featured-image, .b-large-image .highlight.small .featured-image {
    height: 280px;
  }
  .b-large-image .carousel.small .flickity-prev-next-button.previous, .b-large-image .highlight.small .flickity-prev-next-button.previous {
    top: 312px !important;
  }
  .b-large-image .carousel.small .flickity-prev-next-button.next, .b-large-image .highlight.small .flickity-prev-next-button.next {
    top: 297px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .b-large-image .narrow {
    padding-right: 20px;
  }
  .b-large-image .carousel, .b-large-image .highlight {
    margin-top: 70px;
  }
  .b-large-image .content-top {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767.98px) {
  .b-large-image .carousel.small .featured-image, .b-large-image .carousel.small .featured-video {
    margin-top: 30px;
  }
  .b-large-image .carousel .carousel-cell {
    padding: 0 40px 0 20px;
  }
  .b-large-image .carousel .carousel-cell .label-text {
    margin: 0;
  }
  .b-large-image .carousel .label-text {
    animation: none !important;
  }
  .b-large-image .featured-image, .b-large-image .featured-video {
    margin-bottom: 12px;
  }
  .b-large-image .col-item-left {
    margin-top: 20px;
    margin-bottom: 65px;
  }
  .b-large-image .col-item-right {
    margin-top: 0;
  }
}
@media screen and (min-width: 626px) and (max-width: 767.98px) {
  .b-large-image .carousel-cell {
    padding: 0 40px 0 20px;
    width: 525px;
    touch-action: pan-x;
  }
  .b-large-image .carousel-cell h2, .b-large-image .carousel-cell p, .b-large-image .carousel-cell .featured-image {
    opacity: 1 !important;
  }
  .b-large-image .carousel.small .featured-image, .b-large-image .carousel.small .featured-video {
    height: 320px;
  }
}
@media screen and (min-width: 521px) and (max-width: 625px) {
  .b-large-image .carousel-cell {
    padding: 0 40px 0 20px;
    width: 425px;
    touch-action: pan-x;
  }
  .b-large-image .carousel-cell h2, .b-large-image .carousel-cell p, .b-large-image .carousel-cell .featured-image {
    opacity: 1 !important;
  }
  .b-large-image .carousel.small .featured-image, .b-large-image .carousel.small .featured-video {
    height: 220px;
  }
  .b-large-image .carousel .featured-image, .b-large-image .carousel .featured-video {
    height: 220px;
  }
}
@media screen and (min-width: 521px) and (max-width: 767.98px) {
  .b-large-image .featured-image, .b-large-image .featured-video {
    height: 390px;
  }
}
@media screen and (max-width: 520px) {
  .b-large-image .featured-image, .b-large-image .featured-video {
    height: 240px;
  }
  .b-large-image .carousel.small .featured-image, .b-large-image .carousel.small .featured-video {
    height: 200px;
  }
  .b-large-image .carousel .featured-image, .b-large-image .carousel .featured-video {
    height: 200px;
  }
  .b-large-image .carousel-cell {
    padding: 0 40px 0 20px;
    width: 325px;
    touch-action: pan-x;
  }
  .b-large-image .carousel-cell h2, .b-large-image .carousel-cell p, .b-large-image .carousel-cell .featured-image {
    opacity: 1 !important;
  }
}

.large-highlight h2 {
  max-width: 418px;
}
@media screen and (max-width: 767.98px) {
  .large-highlight .featured-image {
    margin-top: 35px;
  }
}

.carousel-cell {
  width: 100%;
}

.carousel-cell:before {
  display: block;
}

.flickity-prev-next-button.previous {
  position: absolute;
  right: 52px !important;
  left: auto !important;
  bottom: auto !important;
  top: 542px !important;
  width: 24px;
  height: 24px;
  background-image: url("../icons/svg/arrow_left.svg");
  left: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent !important;
}
.flickity-prev-next-button.previous:hover {
  background-image: url("../icons/svg/arrow_left.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.98px) {
  .flickity-prev-next-button.previous {
    display: none;
  }
}

.flickity-prev-next-button.next {
  position: absolute;
  right: 0px !important;
  left: auto !important;
  bottom: auto !important;
  top: 527px !important;
  width: 24px;
  height: 24px;
  background-image: url("../icons/svg/arrow_left.svg");
  transform: rotate(180deg);
  left: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
.flickity-prev-next-button.next:hover {
  background-image: url("../icons/svg/arrow_left.svg");
  transform: rotate(180deg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.98px) {
  .flickity-prev-next-button.next {
    display: none;
  }
}

.flickity-button:focus {
  box-shadow: none !important;
}

.flickity-prev-next-button .flickity-button-icon {
  display: none;
}

.flickity-page-dots {
  display: none;
}

.flickity-page-dots .dot.is-selected {
  background: #1E32AF;
}

.b-timeline .timeline-image {
  object-fit: cover;
  color: white;
  width: 100%;
  height: 196px;
  margin-bottom: 4px;
}
.b-timeline .content-wrap {
  margin-bottom: 40px;
}
.b-timeline .d-none {
  display: none !important;
}
@media (min-width: 992px) {
  .b-timeline .d-lg-block {
    display: flex !important;
  }
  .b-timeline .d-lg-none {
    display: none !important;
  }
}
@media screen and (max-width: 991.98px) {
  .b-timeline .content-wrap:last-child {
    margin: 0;
  }
  .b-timeline .col-item {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .b-timeline .timeline-image {
    height: 280px;
  }
}
@media screen and (max-width: 767.98px) {
  .b-timeline .timeline-image {
    height: auto;
    max-height: 390px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {
  .b-timeline .d-block {
    display: flex !important;
  }
}
@media screen and (max-width: 575px) {
  .b-timeline .d-xs-block {
    display: flex !important;
  }
  .b-timeline .d-xs-none {
    display: none !important;
  }
}
@media screen and (max-width: 520px) {
  .b-timeline .timeline-image {
    height: auto;
    max-height: 240px;
  }
}

.b-results h2 {
  margin-bottom: 20px;
}
.b-results .b-results-value {
  padding: 0;
  margin: 0 0 35px 0;
}
.b-results .b-results-value img {
  width: 100%;
}
.b-results .b-results-wrap:nth-child(1) {
  margin-bottom: 120px;
}
.b-results .b-results-wrap:nth-child(2) {
  margin-bottom: 40px;
}
.b-results .line {
  border-top: 1px solid #000;
  max-width: 170px;
  margin-top: 8px;
  width: auto;
}
.b-results .line.small {
  max-width: 80px;
}
@media screen and (max-width: 991.98px) {
  .b-results h2 {
    margin-bottom: 10px;
  }
  .b-results .b-col-item {
    margin-bottom: 60px;
  }
  .b-results .b-col-item.last {
    margin-bottom: 0;
  }
  .b-results .b-hero-value {
    margin: 0 0 15px 0;
  }
  .b-results .line.small {
    max-width: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .b-results .b-results-wrap .graph {
    margin-bottom: 15px;
  }
  .b-results .b-results-wrap:nth-child(1), .b-results .b-results-wrap:nth-child(2) {
    margin-bottom: 70px;
  }
}

.b-people .people-wrap {
  display: block;
  max-width: 410px;
  margin-bottom: 90px;
}
.b-people .people-wrap:last-child, .b-people .people-wrap:nth-last-child(2) {
  margin-bottom: 0;
}
.b-people .featured-image {
  width: 282px;
  height: 384px;
  object-fit: cover;
  color: white;
  margin-bottom: 25px;
}
.b-people .title {
  margin-bottom: 35px;
}
.b-people .question {
  margin-bottom: 35px;
}
.b-people .question .body-bold {
  margin: 0;
}
.b-people .col-lg-3 h2 {
  max-width: 260px;
}
@media screen and (max-width: 991.98px) {
  .b-people .people-wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .b-people .people-wrap:nth-last-child(2) {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 400px) {
  .b-people .featured-image {
    width: 100%;
  }
}

.b-article-title {
  max-width: 850px;
  margin: 0 auto;
}
.b-article-title h1 {
  margin-bottom: 35px;
  max-width: 100%;
}
.b-article-title .info {
  color: #9B9B99;
  font-family: "SharpGroteskLight19", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  max-width: 665px;
}

.b-article-content {
  max-width: 850px;
  margin: 0 auto;
  padding-top: 0;
}
.b-article-content .featured-image {
  max-width: 792px;
  margin: 0 0 20px 0;
  height: 528px;
  width: 100%;
  object-fit: cover;
  color: white;
}
.b-article-content .featured-image.portrait {
  width: 355px;
}
.b-article-content .image {
  margin: 70px 0 0 0;
}
.b-article-content .content {
  margin: 50px 0 0 0;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.b-article-content .content p {
  font-family: "SharpGroteskLight19", sans-serif !important;
  line-height: 1.4em !important;
  font-size: 1em !important;
  margin-bottom: 20px !important;
}
.b-article-content .content strong {
  font-family: "SharpGroteskLight19", sans-serif !important;
  line-height: 1.4em !important;
  font-size: 1em !important;
  font-weight: bold;
}
.b-article-content .content span {
  font-family: "SharpGroteskLight19", sans-serif !important;
  line-height: 1.4em !important;
  font-size: 1em !important;
}
.b-article-content .content a {
  text-decoration: underline !important;
}
.b-article-content h3 {
  margin-bottom: 20px;
  margin-top: 50px;
}
.b-article-content .button-wrap {
  width: 100%;
}
.b-article-content table {
  margin-bottom: 70px;
}
.b-article-content .b-link.contact {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.b-article-content .b-list {
  padding-right: 50px;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .b-article-content .featured-image, .b-article-content .featured-video {
    height: 450px;
  }
  .b-article-content .featured-image.portrait, .b-article-content .featured-video.portrait {
    width: 282px;
    height: 384px;
  }
}
@media screen and (min-width: 521px) and (max-width: 767.98px) {
  .b-article-content .featured-image, .b-article-content .featured-video {
    height: 390px;
  }
  .b-article-content .featured-image.portrait, .b-article-content .featured-video.portrait {
    width: 282px;
    height: 384px;
  }
}
@media screen and (max-width: 520px) {
  .b-article-content .featured-image, .b-article-content .featured-video {
    height: 240px;
  }
  .b-article-content .featured-image.portrait, .b-article-content .featured-video.portrait {
    width: 282px;
    height: 384px;
  }
}

.more-info {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #000;
}
.more-info .info-contact-person {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .more-info {
    margin-top: 30px;
  }
}

.cookie-notice {
  padding: 20px 0;
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  background: #14463C;
  color: #FFF;
  height: 90px;
  display: grid;
  align-items: center;
  font-size: 1.125rem;
}
.cookie-notice a {
  font-size: 1.125rem;
}
.cookie-notice .cookie-text {
  display: grid;
  align-items: center;
}
.cookie-notice .cookie-text p {
  margin: 0;
}
.cookie-notice .cookie-actn .btn {
  float: right;
  background-color: #FFF;
  color: #000;
  font-family: "SharpGroteskBook19", sans-serif;
  border-radius: 0;
  padding: 17px 50px;
  line-height: 1.25rem;
}
.cookie-notice .cookie-actn .btn:hover {
  color: #000;
}
@media (max-width: 1180px) {
  .cookie-notice {
    font-size: 1rem;
  }
  .cookie-notice a {
    font-size: 1rem;
  }
  .cookie-notice .cookie-actn .btn {
    padding: 10px 25px;
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .cookie-notice {
    height: auto;
    margin: 0;
  }
  .cookie-notice .cookie-actn {
    position: initial;
    margin: 20px 0 0 0;
  }
  .cookie-notice .cookie-actn .btn {
    float: none;
  }
}

.newsletter-archive {
  margin: 0 0 200px;
}

.newsletter-archive .container {
  max-width: 1200px;
}

.newsletter-archive .campaign {
  margin: 32px 0 0 0;
  font-family: "SharpGroteskLight22", sans-serif;
  color: #000;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0;
  letter-spacing: -0.55px;
  word-break: break-word;
}

@media screen and (max-width: 1280px) {
  .newsletter-archive .container {
    max-width: 1160px;
    padding: 0 20px;
  }

  .newsletter-archive .container .row {
    margin: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .newsletter-archive .campaign {
    font-size: 1.25rem;
    letter-spacing: -0.45px;
  }
}
.project-current-news {
  background: #14463c;
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 45px 0px;
  margin: 0px 0px 20px;
  font-size: 1.37rem;
}
@media screen and (max-width: 600px) {
  .project-current-news {
    font-size: 1.1rem;
  }
}
.project-current-news:hover {
  color: #ffffff;
}
.project-current-news span {
  color: #ffaf46;
}

.project-news span {
  font-size: 0.825rem;
}

.project-news h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/* --singe project-- */
.fi-header {
  background-position: center;
  background-size: cover;
  height: 100%;
  min-height: 700px;
  padding-top: 200px !important;
  margin-bottom: 0px;
  margin-top: 0 !important;
  padding-bottom: 100px !important;
}
@media screen and (max-width: 600px) {
  .fi-header {
    height: auto;
    min-height: 100%;
    padding-top: 130px !important;
    padding-bottom: 90px !important;
  }
}
.fi-header:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fi-header h1 {
  color: #fff;
  margin: 0 0 8px 0;
}
.fi-header p {
  color: #fff;
  font-family: "SharpGroteskBook19", sans-serif;
  letter-spacing: 0.5px;
}
.fi-header .circle-construction {
  width: 16px;
  height: 16px;
  float: left;
  border-radius: 100%;
  margin-right: 8px;
}
.fi-header .circle-construction.blue {
  background-color: #1e32af;
  border: 1px solid #fff;
}
.fi-header .circle-construction.black {
  background-color: #000;
  border: 1px solid #fff;
}
.fi-header .circle-construction.orange {
  background-color: #ffaf46;
  border: 1px solid #fff;
}
.fi-header .circle-construction.green {
  background-color: #14463c;
  border: 1px solid #fff;
}
.fi-header .circle-lable {
  line-height: 20px;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .fi-header .circle-lable {
    padding-bottom: 20px;
  }
}
.fi-header .b-breadcrumbs li {
  color: #fff !important;
}
.fi-header .b-breadcrumbs li a {
  color: #fff !important;
}
.fi-header .b-breadcrumbs img {
  width: 7px;
  margin: 0 10px;
}
.fi-header .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #ffffff;
  content: ">";
  padding-right: 15px;
}
.fi-header .label-text {
  position: absolute;
  bottom: -90px;
  margin-bottom: 0;
  font-size: 14px;
}

/* --elements-- */
a {
  color: #1E32AF;
  transition: all 0.3s;
}
a:hover {
  outline: none;
  text-decoration: none;
  color: #1E32AF;
}

a[href^=tel] {
  color: #1E32AF;
}

button:focus {
  outline: none;
}

.b-download {
  height: 45px;
  display: flex;
  width: 27px;
  position: absolute;
  right: 20px;
  bottom: 6px;
}
.b-download .download-arrow {
  position: absolute;
  bottom: 22px;
  width: 22;
  height: 22px;
  margin: 0px 2px;
  transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}
.b-download .download-line {
  position: absolute;
  bottom: 0;
  width: 27px;
  height: 22px;
}
.b-download:hover .download-arrow {
  transform: translateY(6px);
}

.b-link {
  background: transparent;
  border: 0;
  padding: 0;
  margin-top: 15px;
  font-family: "SharpGroteskBook19", sans-serif;
  color: #1E32AF;
  font-size: 1rem;
  line-height: 1.5rem;
  display: inline-flex;
}
.b-link .bounce {
  display: grid;
  height: 22px;
  width: 40px;
}
.b-link .bounce img {
  transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}
.b-link.arrow-right {
  margin-top: 50px;
}
.b-link.arrow-right img {
  margin-right: 15px;
  width: 22px;
  height: 22px;
}
.b-link.arrow-right.half {
  margin-top: 30px;
}
.b-link.arrow-right.bottom {
  position: absolute;
  bottom: 0;
}
.b-link.arrow-right.m-20 {
  margin-top: 20px;
}
.b-link span:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #1E32AF;
  transition: width 0.3s;
}
.b-link.white {
  color: #FFF;
}
.b-link.white span:after {
  background: #FFF;
}
.b-link.white:hover, .b-link.white:active, .b-link.white.active {
  color: #FFF;
}
.b-link.spaced {
  margin-top: 40px;
}
.b-link.contact {
  display: block;
  font-family: "SharpGroteskLight19";
  transition: all 0.3s;
}
.b-link.contact:hover, .b-link.contact:focus {
  color: #7f8ad6;
}
.b-link.gdpr {
  transition: all 0.3s;
  font-size: 1rem;
  line-height: 1.625rem;
  display: initial;
}
.b-link.gdpr:hover, .b-link.gdpr:focus {
  color: #7f8ad6;
}
.b-link:hover {
  color: #1E32AF;
}
.b-link:hover .bounce img {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.b-link:hover span:after {
  width: 100%;
}

.b-link.d-block {
  display: inline-flex !important;
}

.b-send, .b-resend {
  width: 100%;
  border: none;
  background: #1E32AF;
  color: #FFF;
  text-align: left;
  padding: 15px;
  line-height: 1.625rem;
  font-family: "SharpGroteskBook19";
  font-size: 1.125rem;
  position: relative;
}
.b-send img, .b-resend img {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 26px;
  top: 17px;
}
.b-send .bounce, .b-resend .bounce {
  width: 40px;
}
.b-send .bounce img, .b-resend .bounce img {
  transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}
.b-send .rotate img, .b-resend .rotate img {
  transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}
.b-send:hover .bounce img, .b-resend:hover .bounce img {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.b-send:hover .rotate img, .b-resend:hover .rotate img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.b-resend {
  margin-bottom: 20px;
}
.b-resend img {
  right: 15px;
}

@media (min-width: 768px) {
  .b-link.d-md-block {
    display: inline-flex !important;
  }
}
.arrow-down {
  width: 16px;
}

.step-icon {
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
}
.step-icon img {
  width: 100%;
}
.step-icon.process {
  display: block;
  width: 164px;
  height: 164px;
  margin: 30px auto 35px auto;
}
@media screen and (max-width: 991.98px) {
  .step-icon.process {
    width: 122px;
    height: 122px;
    margin: 0 0 20px 0;
  }
}

.flag-icon {
  width: 100px;
  margin: -32px 0 -14px -24px;
}
@media screen and (max-width: 991.98px) {
  .flag-icon {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .flag-icon {
    margin-top: 0;
  }
}

.zoom-icon {
  width: 22px;
  padding: 0;
}

#graph_1200MW {
  margin-top: -30px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 767.98px) and (max-width: 991.98px) {
  #graph_1200MW {
    margin-top: -20px;
  }
}

#graph_413MEUR {
  margin-top: -15px;
  width: 100%;
  height: 100%;
}

#graph_5TWh {
  margin-top: -5px;
  width: 100%;
  height: 100%;
}

#graph_500Mw {
  margin-top: -5px;
  width: 100%;
  height: 100%;
}

#icon_sustainability {
  width: 500px;
  margin-top: -90px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991.98px) {
  #icon_sustainability {
    height: 320px;
    width: 370px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 520px) {
  #icon_sustainability {
    width: 100%;
    margin: 0;
  }
}

#icon_development_green_xs {
  position: relative;
  width: 100%;
  height: 100%;
}

#icon_financing_green_xs {
  position: relative;
  width: 100%;
  height: 100%;
}
#icon_financing_green_xs:before {
  content: "";
  width: 1px;
  height: 0px;
  position: absolute;
  top: -80px;
  left: 56px;
  background: #000;
}

#icon_construction_green_xs {
  position: relative;
  width: 100%;
  height: 100%;
}
#icon_construction_green_xs:before {
  content: "";
  width: 1px;
  height: 0px;
  position: absolute;
  top: -80px;
  left: 56px;
  background: #000;
}

#icon_management_green_xs {
  width: 100%;
  height: 100%;
  position: relative;
}
#icon_management_green_xs:before {
  content: "";
  width: 1px;
  height: 0px;
  position: absolute;
  top: -80px;
  left: 56px;
  background: #000;
}

.process-anim.aos-animate #icon_financing_green_xs:before {
  -webkit-animation: increase-vertical-one 0.4s;
  -moz-animation: increase-vertical-one 0.4s;
  -o-animation: increase-vertical-one 0.4s;
  animation: increase-vertical-one 0.4s;
  animation-fill-mode: forwards;
}
@keyframes increase-vertical-one {
  100% {
    height: 60px;
  }
}
.process-anim.aos-animate #icon_construction_green_xs:before {
  -webkit-animation: increase-vertical-two 0.4s;
  -moz-animation: increase-vertical-two 0.4s;
  -o-animation: increase-vertical-two 0.4s;
  animation: increase-vertical-two 0.4s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
@keyframes increase-vertical-two {
  100% {
    height: 60px;
  }
}
.process-anim.aos-animate #icon_management_green_xs:before {
  -webkit-animation: increase-vertical-three 0.4s;
  -moz-animation: increase-vertical-three 0.4s;
  -o-animation: increase-vertical-three 0.4s;
  animation: increase-vertical-three 0.4s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}
@keyframes increase-vertical-three {
  100% {
    height: 60px;
  }
}
.process-anim.aos-animate #icon_financing_green:before {
  -webkit-animation: increase-horizontal-one 0.4s;
  -moz-animation: increase-horizontal-one 0.4s;
  -o-animation: increase-horizontal-one 0.4s;
  animation: increase-horizontal-one 0.4s;
  animation-fill-mode: forwards;
}
@keyframes increase-horizontal-one {
  100% {
    width: 80px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1080px) {
  @keyframes increase-horizontal-one {
    100% {
      width: 55px;
    }
  }
}
.process-anim.aos-animate #icon_construction_green:before {
  -webkit-animation: increase-horizontal-two 0.4s;
  -moz-animation: increase-horizontal-two 0.4s;
  -o-animation: increase-horizontal-two 0.4s;
  animation: increase-horizontal-two 0.4s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
@keyframes increase-horizontal-two {
  100% {
    width: 80px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1080px) {
  @keyframes increase-horizontal-two {
    100% {
      width: 55px;
    }
  }
}
.process-anim.aos-animate #icon_management_green:before {
  -webkit-animation: increase-horizontal-three 0.4s;
  -moz-animation: increase-horizontal-three 0.4s;
  -o-animation: increase-horizontal-three 0.4s;
  animation: increase-horizontal-three 0.4s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}
@keyframes increase-horizontal-three {
  100% {
    width: 80px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1080px) {
  @keyframes increase-horizontal-three {
    100% {
      width: 55px;
    }
  }
}

#icon_development_green {
  position: relative;
  width: 100%;
  height: 100%;
}

#icon_financing_green {
  position: relative;
  width: 100%;
  height: 100%;
}
#icon_financing_green:before {
  content: "";
  width: 0px;
  height: 1px;
  position: absolute;
  top: 82px;
  left: -112px;
  background: #000;
}
@media screen and (min-width: 992px) and (max-width: 1080px) {
  #icon_financing_green:before {
    left: -42%;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1280px) {
  #icon_financing_green:before {
    left: -60%;
  }
}

#icon_construction_green {
  position: relative;
  width: 100%;
  height: 100%;
}
#icon_construction_green:before {
  content: "";
  width: 0px;
  height: 1px;
  position: absolute;
  top: 82px;
  left: -108px;
  background: #000;
}
@media screen and (min-width: 992px) and (max-width: 1080px) {
  #icon_construction_green:before {
    left: -42%;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1280px) {
  #icon_construction_green:before {
    left: -60%;
  }
}

#icon_management_green {
  position: relative;
  width: 100%;
  height: 100%;
}
#icon_management_green:before {
  content: "";
  width: 0px;
  height: 1px;
  position: absolute;
  top: 82px;
  left: -110px;
  background: #000;
}
@media screen and (min-width: 992px) and (max-width: 1080px) {
  #icon_management_green:before {
    left: -42%;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1280px) {
  #icon_management_green:before {
    left: -60%;
  }
}

#icon_development, #icon_financing, #icon_construction, #icon_management, #icon_financing_blue {
  height: 100px;
}

.input-container {
  margin-left: 40px;
  position: relative;
}
.input-container input {
  /*
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: "SharpGroteskLight19";
  font-size: 1rem;
  color: $c-black;
  border: 1px solid $c-black;
  padding: 13px 46px 13px 16px;
  width: 282px;
  overflow: hidden;*/
}
.input-container input::placeholder {
  color: #000;
}
.input-container input:focus {
  outline: none;
  border-color: #1E32AF;
}
.input-container .input-icon {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 19px;
}

form .note {
  font-size: 1rem;
  line-height: 1.625rem;
}
@media screen and (max-width: 991.98px) {
  form {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  form .b-send, form .b-captcha {
    margin-top: 40px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767.98px) {
  form .checkbox, form .b-send {
    max-width: 80%;
  }
}

.form-group {
  position: relative;
  margin-bottom: 50px;
}
.form-group.b-captcha {
  margin-bottom: 35px;
}
.form-group.b-textarea {
  margin: 20px 0 30px 0;
}
.form-group label {
  font-family: "SharpGroteskBook19";
  font-size: 1.125rem;
}
.form-group label .light {
  font-family: "SharpGroteskLight19", sans-serif;
}
@media screen and (max-width: 767.98px) {
  .form-group {
    margin-bottom: 40px;
  }
  .form-group small.has-error {
    bottom: -28px;
    font-size: 13px;
  }
}

input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input {
  /*
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 1.625rem;
  font-family: "SharpGroteskLight19";
  font-size: 1.125rem;
  color: $c-black;
  border: 1px solid $c-black;
  padding: 14px;
  width: 100%;*/
}
input::placeholder {
  color: #9B9B99;
}
input:focus {
  outline: none;
  border-color: #1E32AF;
}

textarea {
  display: flex;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none !important;
  line-height: 1.625rem;
  font-family: "SharpGroteskLight19";
  font-size: 1.125rem;
  color: #000;
  border: 1px solid #000;
  padding: 20px 16px 40px;
}
textarea::placeholder {
  color: #9B9B99;
}
textarea:focus {
  outline: none;
  border-color: #1E32AF;
}

input.has-error, textarea.has-error, .input-file.has-error label {
  border: 1px solid #FF5C2F;
}

small.has-error {
  font-size: 14px;
  color: #FF5C2F;
  left: 0;
  bottom: -30px;
  position: absolute;
}
small.has-error.news {
  right: 0;
  bottom: 0;
  top: -30px;
}

.textarea.has-error {
  display: none;
  bottom: 10px;
  left: 20px;
}
.textarea.has-error.show {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .textarea.has-error {
    bottom: 5px !important;
  }
}

span.has-success {
  position: absolute;
  bottom: 1px;
  right: 1px;
  height: 50px;
  width: 42px;
  margin: 0 10px 0 0;
  background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, white 60%, white 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, white 60%, white 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, white 60%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
}

span.has-success img {
  position: absolute;
  right: 0;
  top: 16px;
}

.inputfile-1 + label {
  color: #000;
  background-color: #E3E1DF;
  transition: all 0.15s ease-out;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
  background-color: #c7c7c5;
}

.input-file:last-child label {
  margin: 0;
  display: block;
}

.inputfile + label {
  width: 100%;
  font-size: 1.125rem;
  font-family: "SharpGroteskLight19";
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 15px;
  position: relative;
}

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

.inputfile + label img {
  position: absolute;
  right: 16px;
}

.inputfile + label span {
  display: block;
  max-width: 80%;
  overflow: hidden;
  text-overflow: inherit;
}

input#type {
  margin-top: 20px;
}
@media screen and (min-width: 1103px) and (max-width: 1280px) {
  input#type {
    margin-top: 46px;
  }
}

@media screen and (max-width: 991.98px) {
  .filter-wrap {
    margin-top: 70px;
  }
}

.checkbox .styled-checkbox {
  display: none;
}
.checkbox .styled-checkbox + label {
  margin: 0;
  display: inline-flex;
}
.checkbox .styled-checkbox + label:before {
  min-width: 28px;
}

.checkbox-list {
  padding: 0;
  list-style: none;
  display: inline-flex;
  margin-top: 0;
  margin-bottom: 65px;
}
.checkbox-list.news {
  width: 100%;
}
.checkbox-list.news li {
  width: 50%;
}
.checkbox-list.news li .styled-checkbox + label {
  margin: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  .checkbox-list.news li .styled-checkbox + label {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .checkbox-list {
    margin-bottom: 42px;
    display: block;
  }
  .checkbox-list.inline {
    display: inline-flex;
  }
}

.styled-checkbox {
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-family: "SharpGroteskLight19", sans-serif;
  color: #000;
  font-size: 1.125rem;
  margin-right: 55px;
}
@media screen and (max-width: 767.98px) {
  .styled-checkbox + label {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1300px) {
  .styled-checkbox + label {
    margin-right: 10px;
  }
}
.styled-checkbox + label:before {
  content: "";
  background: url("../icons/svg/checkbox.svg");
  margin-right: 10px;
  display: inline-block;
  vertical-align: bottom;
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 991.98px) {
  .styled-checkbox + label:before {
    margin-right: 8px;
  }
}
.styled-checkbox:checked + label:before {
  background: url("../icons/svg/checkbox-checked.svg");
}

.select-list {
  margin-top: 20px;
  margin-bottom: 65px;
}
@media screen and (max-width: 767.98px) {
  .select-list {
    margin-bottom: 30px;
  }
}

.wrapper-dropdown {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 14px;
  font-size: 1.125rem;
  line-height: 1.625rem;
  background: #fff;
  border: 1px solid #000;
  outline: none;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  cursor: pointer;
}
.wrapper-dropdown.active .select-dropdown {
  opacity: 1;
  z-index: 2;
}
.wrapper-dropdown .select-dropdown {
  height: 195px;
  overflow-y: scroll;
  overflow-x: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  background: #FFF;
  border-radius: 0;
  border: 1px solid #000;
  list-style: none;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 0;
  z-index: -1;
}
.wrapper-dropdown .select-dropdown li {
  background-color: #F6F5F4;
  border-top: 1px solid #000;
  font-size: 1.125rem;
  padding: 14px;
  display: block;
  text-decoration: none;
  color: #1E32AF;
  transition: all 0.3s;
}
.wrapper-dropdown .select-dropdown li:first-child {
  border-top: none;
}
.wrapper-dropdown .select-dropdown li span {
  color: #000;
}
.wrapper-dropdown .select-dropdown li.active {
  background-color: #C8E1F0;
  color: #000;
}
.wrapper-dropdown .select-dropdown li:hover span {
  color: #1E32AF !important;
  font-family: "SharpGroteskBook19";
}
.wrapper-dropdown .select-arrow {
  position: absolute;
  top: 20px;
  right: 14px;
  transition: all 0.3s ease-out;
}
.wrapper-dropdown .select-arrow.rotate {
  transform: rotate(180deg);
}

.tags-list {
  margin-top: 20px;
  margin-bottom: 65px;
}
.tags-list input {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .tags-list {
    margin-bottom: 15px;
  }
  .tags-list input {
    margin-bottom: 24px;
  }
}

.tag {
  display: inline-flex;
  float: left;
  margin-right: 16px;
  background-color: #F6F5F4;
  padding: 14px;
  font-size: 1.125rem;
  line-height: 1.625rem;
  border: 1px solid #9B9B99;
  border-radius: 8px;
  position: relative;
  margin-bottom: 20px;
}
.tag span {
  margin-right: 30px;
}
.tag .tag_close {
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 14px;
  padding: 0;
  background-color: transparent;
  border: none;
}
.tag.hidden {
  display: none;
}

.table-header {
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  font-family: "SharpGroteskBook19", sans-serif;
  padding-bottom: 10px;
}

table {
  font-family: "SharpGroteskLight19", sans-serif;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
table thead {
  border-bottom: 1px solid #000;
}
table th {
  padding: 0 0 10px 0 !important;
  font-family: "SharpGroteskBook19", sans-serif;
  font-weight: normal;
}
table tbody tr {
  border-bottom: 1px solid #000;
}
table tbody tr.borderless {
  border-bottom: 0 !important;
}
table tbody tr.borderless td {
  padding-top: 30px !important;
}
table tbody td {
  padding: 13px 0px !important;
}
table tbody td.text-right {
  max-width: 280px;
}
table.top-border tbody tr:first-child {
  border-top: 1px solid #000 !important;
}
@media screen and (max-width: 767.98px) {
  table {
    margin-top: 70px;
  }
}

.newsletter input {
  padding: 13px 40px 13px 16px;
  height: 54px;
}
.newsletter .btn-submit {
  border: none;
  position: absolute;
  bottom: 1px;
  right: 1px;
  height: 52px;
  width: 51px;
  display: grid;
  align-content: center;
  align-items: center;
  align-self: center;
  justify-content: flex-end;
  background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 21%, white 45%, white 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 21%, white 45%, white 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 21%, white 45%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
}
.newsletter .btn-submit .input-icon {
  width: 19px;
}
.newsletter .message {
  display: none;
}
.newsletter .message.active {
  display: block;
}

.form-message {
  font-family: "SharpGroteskBook19";
  font-size: 1.125rem;
  line-height: 1.75rem;
  display: none;
}
.form-message.active {
  display: block;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
  background-color: #FFF !important;
  webkit-box-shadow: 0 0 0 30px white inset !important;
  box-shadow: 0 0 0 30px white inset !important;
}

.newsletter-page.newsletter {
  display: inline-flex;
}
.newsletter-page.newsletter .input-container {
  margin: 60px 0 40px 0;
}
.newsletter-page.newsletter .input-container input {
  width: 384px;
}
@media screen and (min-width: 401px) and (max-width: 991px) {
  .newsletter-page.newsletter .input-container input {
    width: 340px;
  }
}
@media screen and (max-width: 400px) {
  .newsletter-page.newsletter .input-container {
    width: 100%;
  }
  .newsletter-page.newsletter .input-container input {
    width: 100%;
  }
}

.b-list {
  padding-left: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.b-list .b-list-item {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-bottom: 30px;
}
.b-list .b-list-item:last-child {
  padding: 0;
}
.b-list.ordered-list {
  padding-left: 22px;
}
.b-list.ordered-list .b-list-item {
  padding-left: 10px;
}
.b-list.process-list {
  margin-top: 0;
  padding-right: 0;
}
.b-list.process-list .b-list-item {
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding-bottom: 10px;
}
.b-list.link-list {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.b-list.link-list .b-list-item {
  padding-bottom: 20px;
}
.b-list.link-list .b-list-item:last-child {
  padding: 0;
}
.b-list.link-list .b-link {
  margin: 0;
}
@media screen and (max-width: 991.98px) {
  .b-list .b-list-item {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .b-list.process-list {
    padding-right: 0;
  }
  .b-list.process-list .b-list-item {
    font-size: 1rem;
    line-height: 1.625rem;
    padding-bottom: 4px;
  }
}

@font-face {
  font-family: "SharpGroteskLight19";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/SharpGroteskLight19.eot") format("embedded-opentype"), url("../fonts/SharpGroteskLight19.woff") format("woff"), url("../fonts/SharpGroteskLight19.woff2") format("woff2");
}
@font-face {
  font-family: "SharpGroteskLightItalic19";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/SharpGroteskLightItalic19.eot") format("embedded-opentype"), url("../fonts/SharpGroteskLightItalic19.woff") format("woff"), url("../fonts/SharpGroteskLightItalic19.woff2") format("woff2");
}
@font-face {
  font-family: "SharpGroteskLight22";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/SharpGroteskLight22.eot") format("embedded-opentype"), url("../fonts/SharpGroteskLight22.woff") format("woff"), url("../fonts/SharpGroteskLight22.woff2") format("woff2");
}
@font-face {
  font-family: "SharpGroteskBook19";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/SharpGroteskBook19.eot") format("embedded-opentype"), url("../fonts/SharpGroteskBook19.woff") format("woff"), url("../fonts/SharpGroteskBook19.woff2") format("woff2");
}
@font-face {
  font-family: "SharpGroteskBookItalic19";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/SharpGroteskBookItalic19.eot") format("embedded-opentype"), url("../fonts/SharpGroteskBookItalic19.woff") format("woff"), url("../fonts/SharpGroteskBookItalic19.woff2") format("woff2");
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, p {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

a {
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
}

b {
  font-family: "SharpGroteskBook19", sans-serif;
  font-weight: normal;
}

h1 {
  font-family: "SharpGroteskLight22", sans-serif;
  color: #000;
  font-size: 3.75rem;
  line-height: 4.5rem;
  margin: 0 0 50px 0;
  letter-spacing: -1.7px;
  word-break: break-word;
}
@media screen and (max-width: 767.98px) {
  h1 {
    font-size: 2.625rem;
    line-height: 3.813rem;
    letter-spacing: -1.5px;
    margin-bottom: 40px;
  }
  h1.spaced {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  h1 {
    font-size: 3rem;
    line-height: 4.5rem;
    letter-spacing: -1.2px;
    margin-bottom: 40px;
  }
  h1.spaced {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  h1 {
    font-size: 3.438rem;
    line-height: 5rem;
  }
}
@media screen and (max-width: 350px) {
  h1 {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
h1.spaced {
  margin-bottom: 130px;
}
h1.error {
  font-size: 5rem;
  line-height: 5.75rem;
  color: #FFF;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.98px) {
  h1.error {
    font-size: 3.25rem;
    line-height: 3.625rem;
    letter-spacing: -1.7px;
    margin-bottom: 30px;
  }
}
h1.home {
  font-size: 5rem;
  line-height: 6.15rem;
  color: #FFF;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.98px) {
  h1.home {
    font-size: 2.938rem;
    line-height: 4rem;
    letter-spacing: -1.7px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  h1.home {
    font-size: 5rem;
    line-height: 6.15rem;
    letter-spacing: 1.36px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1480px) {
  h1.home {
    font-size: 5.75rem;
    line-height: 7rem;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 350px) {
  h1.home {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}

h2 {
  font-family: "SharpGroteskLight22", sans-serif;
  color: #000;
  font-size: 2.75rem;
  line-height: 3.375rem;
  margin-bottom: 32px;
  letter-spacing: -1.5px;
  word-break: break-word;
}
h2.spaced {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  h2 {
    font-size: 2rem;
    line-height: 2.75rem;
    letter-spacing: -1.2px;
    margin-bottom: 35px;
  }
  h2.spaced {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  h2 {
    font-size: 2.25rem;
    line-height: 3.125rem;
    letter-spacing: -1.2px;
    margin-bottom: 35px;
  }
  h2.spaced {
    margin-bottom: 40px;
  }
}

h3 {
  font-family: "SharpGroteskLight22", sans-serif;
  color: #000;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0;
  letter-spacing: -0.55px;
  word-break: break-word;
}
h3.spaced {
  margin-bottom: 50px;
}
@media screen and (max-width: 767.98px) {
  h3 {
    font-size: 1.25rem;
    line-height: 1.625rem;
    letter-spacing: -0.45px;
  }
  h3.no-results {
    margin-top: 30px;
  }
  h3.spaced {
    margin-bottom: 20px;
  }
}

h4 {
  font-family: "SharpGroteskLight22", sans-serif;
  color: #000;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 26px;
  letter-spacing: -0.55px;
}
@media screen and (max-width: 767.98px) {
  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h1.white, h2.white, h3.white, h4.white {
  color: #FFF;
}

.main-text {
  font-family: "SharpGroteskLight19", sans-serif;
  color: #FFF;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
}
.main-text.home {
  font-size: 1.625rem;
  line-height: 2.125rem;
}
@media screen and (max-width: 991.98px) {
  .main-text.home {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .main-text.home {
    font-size: 1.5rem;
    line-height: 2rem;
    max-width: 540px;
  }
}
@media screen and (max-width: 1280px) {
  .main-text {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

.body-text {
  font-family: "SharpGroteskLight19", sans-serif;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0;
}
.body-text.body-bold {
  margin-bottom: 20px;
  font-family: "SharpGroteskBook19", sans-serif;
}
.body-text.white {
  color: #FFF;
}
.body-text.contact {
  color: #1E32AF;
}
@media screen and (max-width: 991.98px) {
  .body-text {
    font-size: 1rem;
    line-height: 1.625rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .body-text.body-bold {
    margin-top: 20px;
  }
}

.tag-text {
  font-family: "SharpGroteskLight19", sans-serif;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0;
}
@media screen and (max-width: 991.98px) {
  .tag-text {
    font-size: 1rem;
    line-height: 1.625rem;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767.98px) {
  .tag-text {
    margin-top: 30px;
  }
}

.label-text {
  font-family: "SharpGroteskLight19", sans-serif;
  color: #9B9B99;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 20px;
}
.label-text.black {
  color: #000;
}
.label-text.margin-top {
  margin-top: 15px;
}
@media screen and (max-width: 991.98px) {
  .label-text {
    font-size: 1rem;
    line-height: 1.625rem;
    margin-bottom: 20px;
  }
  .label-text.margin-top {
    margin-bottom: 35px;
  }
}

.title-offset {
  margin-left: 106px;
  display: inline-flex;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .title-offset {
    margin-left: 68px;
  }
}
@media screen and (max-width: 767.98px) {
  .title-offset {
    margin-left: 0;
  }
}

.b-breadcrumbs {
  z-index: 0;
  top: -80px;
  width: 100%;
}
.b-breadcrumbs .breadcrumb {
  background: transparent;
  padding: 0;
  font-family: "SharpGroteskLight19", sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.375rem;
  width: 100%;
}
.b-breadcrumbs .breadcrumb-item a {
  color: #000;
  font-family: "SharpGroteskBook19", sans-serif;
  transition: all 0.3s ease-out;
}
.b-breadcrumbs .breadcrumb-item a:hover {
  color: #9B9B99;
}
.b-breadcrumbs .breadcrumb-item.active {
  color: #000;
  display: -webkit-box;
}
@media screen and (max-width: 991.98px) {
  .b-breadcrumbs {
    top: -45px;
    height: auto;
  }
  .b-breadcrumbs .breadcrumb {
    margin: 0;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: url(../icons/svg/breadcrumb.svg);
  padding-right: 15px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 15px !important;
}

.b-pagination {
  position: relative;
}
.b-pagination .dots {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 6px;
}
.b-pagination .page-item .page-link {
  position: relative;
  display: block;
  font-size: 1.125rem;
  color: #000;
  background-color: transparent;
  border: none;
  font-family: "SharpGroteskLight19";
  transition: all 0.2s ease;
}
.b-pagination .page-item .page-link:focus {
  outline: none;
  box-shadow: none;
}
.b-pagination .page-item .page-link:hover {
  color: #1E32AF;
}
.b-pagination .page-item.active .page-link {
  color: #000;
  background-color: #E3E1DF;
  border: none;
  border-radius: 100%;
  padding: 4px 10px;
  margin-top: 4px;
}
.b-pagination.wide {
  width: 100%;
}
.b-pagination.wide .pagination {
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .b-pagination {
    margin-top: 40px;
  }
}

.b-contact-person {
  margin-top: 20px;
}
.b-contact-person img {
  width: 180px;
  height: 224px;
  object-fit: cover;
  color: white;
  overflow: hidden;
}
.b-contact-person .contact-wrap {
  margin-top: 22px;
}
.b-contact-person .b-link.contact {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 991.98px) {
  .b-contact-person {
    margin-bottom: 40px;
  }
  .b-contact-person img {
    max-width: 180px;
    width: 100%;
  }
  .b-contact-person .b-link.contact {
    word-break: break-word;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 991.98px) {
  .b-contact-person img {
    height: 200px;
  }
}

@media screen and (min-width: 992px) {
  .contact-inline {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991.98px) {
  .slider-inline .b-contact-person {
    margin-bottom: 0;
    margin-top: 40px;
  }
}

.lightbox {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed;
  overflow: scroll;
  background: rgba(255, 255, 255, 0.95);
  right: 0;
  left: 0;
  z-index: -1;
}
.lightbox.show {
  opacity: 1;
  z-index: 200;
}
.lightbox .lightbox-close {
  position: absolute;
  right: 20px;
  padding: 0;
  top: 20px;
}
.lightbox .lightbox-close:focus {
  outline: 0;
  box-shadow: none;
}
.lightbox .lightbox-content {
  margin: 0 auto;
  text-align: center;
  top: 12%;
  position: relative;
  max-width: 1240px;
}
.lightbox .lightbox-content .featured-image-wrap {
  display: grid;
  align-items: center;
  justify-content: center;
}
.lightbox .lightbox-content .featured-image-wrap .featured-image {
  max-width: 996px;
  max-height: 600px;
}
@media screen and (max-width: 991.98px) {
  .lightbox .lightbox-content .featured-image-wrap .featured-image {
    max-width: 90%;
    margin: auto;
  }
}

@media screen and (max-width: 767.98px) {
  .lightbox-thumb .featured-image {
    margin-top: 40px;
  }
}

.btn-modal {
  padding: 0;
  display: grid;
  justify-items: flex-end;
}
.btn-modal:focus {
  outline: none;
  box-shadow: none;
}

/* --sections-- */
.section-project-search label {
  white-space: nowrap;
}
.section-project-search .search-form {
  margin: 32px auto auto;
  display: flex;
  flex-direction: row;
  height: 54px;
}
.section-project-search .search-form label {
  display: none;
}
@media (min-width: 848px) {
  .section-project-search .search-form label {
    display: block;
  }
}
.section-project-search .search-form .search-field, .section-project-search .search-form .country-field, .section-project-search .search-form .phase-field {
  transition-duration: 0.2s;
  opacity: 0;
}
.section-project-search .search-form .search-field > *, .section-project-search .search-form .country-field > *, .section-project-search .search-form .phase-field > * {
  transition-duration: 0.2s;
  visibility: hidden;
}
.section-project-search .search-form .search-field.active, .section-project-search .search-form .country-field.active, .section-project-search .search-form .phase-field.active {
  opacity: 1;
}
.section-project-search .search-form .search-field.active > *, .section-project-search .search-form .country-field.active > *, .section-project-search .search-form .phase-field.active > * {
  visibility: visible;
}
.section-project-search .search-form .phase-field, .section-project-search .search-form .country-field {
  display: none;
  border: 1px solid #000;
  margin-right: 24px;
}
@media (min-width: 848px) {
  .section-project-search .search-form .phase-field.phase-field, .section-project-search .search-form .country-field.phase-field {
    display: -ms-grid;
    display: grid;
  }
}
@media (min-width: 1264px) {
  .section-project-search .search-form .phase-field, .section-project-search .search-form .country-field {
    display: -ms-grid;
    display: grid;
  }
}
.section-project-search .search-form .phase-field label, .section-project-search .search-form .country-field label {
  display: none;
}
@media (min-width: 848px) {
  .section-project-search .search-form .phase-field label, .section-project-search .search-form .country-field label {
    display: block;
    grid-row: 1;
    grid-column: 1;
    position: relative;
    top: -32px;
    font-size: 16px;
  }
}
.section-project-search .search-form .phase-field select, .section-project-search .search-form .phase-field .dropdown-view, .section-project-search .search-form .country-field select, .section-project-search .search-form .country-field .dropdown-view {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-row: 1;
  grid-column: 1;
  height: 54px;
  width: 100%;
}
.section-project-search .search-form .phase-field select, .section-project-search .search-form .country-field select {
  font-size: 18px;
  opacity: 0;
  z-index: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-project-search .search-form .phase-field select, .section-project-search .search-form .country-field select {
    /* IE10+ CSS styles go here */
    opacity: 1;
  }
}
.section-project-search .search-form .phase-field select option, .section-project-search .search-form .country-field select option {
  font-family: "SharpGroteskLight19", sans-serif;
}
.section-project-search .search-form .phase-field .dropdown-view, .section-project-search .search-form .country-field .dropdown-view {
  width: 100%;
  display: grid;
  grid-template-columns: auto 52px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-project-search .search-form .phase-field .dropdown-view, .section-project-search .search-form .country-field .dropdown-view {
    /* IE10+ CSS styles go here */
    display: none;
  }
}
.section-project-search .search-form .phase-field .dropdown-view span, .section-project-search .search-form .country-field .dropdown-view span {
  grid-row: 1;
  grid-column: 1;
  line-height: 54px;
  margin-left: 10px;
  white-space: nowrap;
}
.section-project-search .search-form .phase-field .dropdown-view img, .section-project-search .search-form .country-field .dropdown-view img {
  grid-row: 1;
  grid-column: 2;
  margin: auto;
}
.section-project-search .search-form .search-field {
  display: -ms-grid;
  display: grid;
  border: 1px solid #000;
  flex-grow: 1;
  -ms-grid-columns: 100%;
}
.section-project-search .search-form .search-field label {
  display: none;
}
@media (min-width: 848px) {
  .section-project-search .search-form .search-field label {
    display: block;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    grid-column: 1;
    position: relative;
    top: -32px;
    font-size: 16px;
  }
}
.section-project-search .search-form .search-field .search-view {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-row: 1;
  grid-column: 1;
  height: 52px;
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  justify-content: space-between;
}
.section-project-search .search-form .search-field .search-view input {
  border: none;
  flex: 1 1 auto;
}
.section-project-search .search-form .search-field .search-view button {
  background: transparent;
  border: none;
  display: flex;
  flex: 0 1 auto;
  padding: 14px;
  margin: 0;
  justify-content: center;
  align-content: center;
}
.section-project-search .search-form .search-field .search-view button img {
  display: block;
  height: 24px;
  width: 24px;
}
.section-project-search .search-form .map-field {
  margin-left: 16px;
}
@media (min-width: 848px) {
  .section-project-search .search-form .map-field {
    display: -ms-grid;
    display: grid;
    margin-left: 24px;
  }
}
.section-project-search .search-form .map-field label {
  display: none;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-row: 1;
  grid-column: 1;
  position: relative;
  top: -32px;
  font-size: 16px;
  white-space: nowrap;
}
@media (min-width: 848px) {
  .section-project-search .search-form .map-field label {
    display: block;
  }
}
.section-project-search .search-form .map-field .map-button {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-row: 1;
  grid-column: 1;
  display: flex;
  flex-direction: row;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 0;
  height: 54px;
}
.section-project-search .search-form .map-field .map-button .button-text {
  width: 90px;
}
@media (min-width: 848px) {
  .section-project-search .search-form .map-field .map-button .button-text {
    width: 100px;
  }
}
.section-project-search .search-form .map-field .map-button .button-text span {
  white-space: nowrap;
  visibility: hidden;
}
.section-project-search .search-form .map-field .map-button .button-text span.active {
  visibility: visible;
}
.section-project-search .search-form .map-field .map-button img {
  height: 24px;
  width: 24px;
  margin-left: 0px;
  margin-right: 8px;
  display: none;
}
.section-project-search .search-form .map-field .map-button img.active {
  display: block;
}
@media (min-width: 848px) {
  .section-project-search .search-form .map-field .map-button img {
    margin-left: 14px;
    margin-right: 14px;
  }
}
.section-project-search .search-results-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
}
.section-project-search .search-results-container .map-iframe-mobile {
  margin: 24px auto auto;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-row: 1;
  grid-column: 1;
  width: 100%;
  transition-duration: 0.2s;
  opacity: 1;
  visibility: visible;
}
.section-project-search .search-results-container .map-iframe-mobile.hidden {
  opacity: 0;
  z-index: 0;
  visibility: hidden;
  display: none;
  overflow: hidden;
}
.section-project-search .search-results-container .map-iframe {
  display: none;
}
@media (min-width: 848px) {
  .section-project-search .search-results-container .map-iframe-mobile {
    display: none;
  }
  .section-project-search .search-results-container .map-iframe {
    display: block;
    margin: 24px auto auto;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    grid-column: 1;
    width: 100%;
    transition-duration: 0.2s;
    opacity: 1;
    visibility: visible;
  }
  .section-project-search .search-results-container .map-iframe.hidden {
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    display: none;
    overflow: hidden;
  }
}
.section-project-search .search-results-container .search-results {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-row: 1;
  grid-column: 1;
  transition-duration: 0.2s;
  opacity: 1;
  z-index: 1;
}
.section-project-search .search-results-container .search-results.hidden {
  display: none;
  z-index: 0;
}
.section-project-search .search-results-container .search-results > span {
  text-align: center;
  margin-top: 20px;
}
.section-project-search .search-results-container .search-results .load-more {
  display: block;
  width: 100%;
  border: 1px solid #000;
  background-color: #ffffff;
  height: 54px;
  margin-top: 50px;
}
.section-project-search .search-results-container .search-results .load-more.hidden {
  display: none;
}
.section-project-search .search-results-container .search-results project-card {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 848px) {
  .section-project-search .search-results-container .search-results project-card {
    margin-top: 56px;
  }
}
.section-project-search .search-results-container .search-results project-card a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
}
.section-project-search .search-results-container .search-results project-card a .image-placeholder {
  color: black;
}
.section-project-search .search-results-container .search-results project-card a h3 {
  font-size: 32px;
  margin-top: 24px;
  margin-bottom: 16px;
}
.section-project-search .search-results-container .search-results project-card a .status-indicator {
  align-self: center;
  min-width: 16px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
}
.section-project-search .search-results-container .search-results project-card a .status-indicator.under-construction {
  background: #1e32af;
}
.section-project-search .search-results-container .search-results project-card a .status-indicator.in-operation {
  background: #557350;
}
.section-project-search .search-results-container .search-results project-card a .status-indicator.under-development {
  background: #ffaf46;
}
.section-project-search .search-results-container .search-results project-card a .status-indicator.long-article {
  background: #000000;
}
.section-project-search .search-results-container .search-results project-card .search-result-image {
  overflow: hidden;
}
.section-project-search .search-results-container .search-results project-card .search-result-image .project-image-container {
  background-image: url("https://www.ox2.com/content/uploads/2020/07/jlagercrantz-2015-04-20-8656.jpg");
  height: 250px;
  width: 100%;
  background-color: #eaeaea;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.section-project-search .search-results-container .search-results project-card .search-result-image .project-image-container span {
  visibility: hidden;
  font-size: 32px;
  text-align: center;
}
.section-project-search .search-results-container .search-results project-card table {
  margin: 0;
  line-height: 1.5;
  width: 100%;
}
.section-project-search .search-results-container .search-results project-card table tr {
  width: 100%;
  overflow: visible;
}
.section-project-search .search-results-container .search-results project-card table tr th, .section-project-search .search-results-container .search-results project-card table tr td {
  overflow: visible;
  font-family: "SharpGroteskLight19", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.section-project-search .search-results-container .search-results project-card table tr td {
  text-align: right;
  height: 28px;
}
.section-project-search .search-results-container .search-results project-card a {
  font-size: 14px;
}

.section-selected-projects h2 {
  font-size: 48px !important;
}
.section-selected-projects .project-grid {
  display: block;
  width: 100%;
  overflow: hidden;
}
.section-selected-projects .project-grid .project-item {
  display: flex;
  margin-bottom: 32px;
  overflow: hidden;
  flex-direction: column;
}
@media (min-width: 848px) {
  .section-selected-projects .project-grid .project-item {
    flex-direction: row;
  }
}
.section-selected-projects .project-grid .project-item .project-image {
  width: 100%;
  height: 75vw;
  margin-bottom: 32px;
  overflow: hidden;
  background-color: #eaeaea;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 848px) {
  .section-selected-projects .project-grid .project-item .project-image {
    width: 488px;
    height: 396px;
    flex: 1 0 auto;
    margin-right: 60px;
  }
}
.section-selected-projects .project-grid .project-item .project-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.section-selected-projects .project-grid .project-item .project-info > div {
  display: flex;
  flex-direction: column;
}
.section-selected-projects .project-grid .project-item .project-info > div h3 {
  font-size: 32px;
}
@media (min-width: 848px) {
  .section-selected-projects .project-grid .project-item .project-info > div h3 {
    font-size: 44px;
    line-height: 56px;
  }
}
.section-selected-projects .project-grid .project-item .project-info > div > div {
  width: 100%;
  font-size: 18px;
  line-height: 1.78;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-selected-projects .project-grid .project-item .project-info > div > a {
  font-size: 16px;
}
.section-selected-projects .project-grid .project-item .project-info > div > a img {
  height: 20px;
  width: 30px;
}

/* --templates-- */
/* Overall */
.single-projects {
  /*nav {
       .b-menu-list .b-menu-link {
       color: #fff;
           &:after{
               color: #fff;
           }
       }

       span {
           color: #fff;
       }
       .sticky {
           display: none;
       }
       .default {
           display: inline-block;
       }

       .hamburger-inner {
           background-color: #fff;
           &:before {
               background-color: #fff;
           }
           &:after {
               background-color: #fff;
           }
       }
   }
   nav.sticky {
       .sticky {
           display: inline-block;
       }
       .default {
           display: none;
       }
       span {
           color: #000;
       }
       .hamburger-inner {
           background-color: #000000;
           &:before {
               background-color: #000000;
           }
           &:after {
               background-color: #000000;
           }
       }
   }*/
}
.single-projects .b-section {
  position: relative;
  margin: 112px 0 0;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .single-projects .b-section {
    margin: 64px 0 0;
  }
}

.b-three-columns {
  padding: 112px 0;
}
@media screen and (max-width: 600px) {
  .b-three-columns {
    padding: 64px 0;
  }
}

.tm-none {
  margin-top: 0;
}

.p-none {
  padding: none;
}

.p-t {
  padding-top: 26px;
}

/* Information Bar */
.section-information-bar .b-information-bar {
  padding: 45px 0;
}
.section-information-bar span {
  color: #ffaf46;
  font-family: "SharpGroteskBook19", sans-serif;
  letter-spacing: 0.5px;
}
.section-information-bar p {
  color: #fff;
  font-family: "SharpGroteskBook19", sans-serif;
  letter-spacing: 0.5px;
}
.section-information-bar a {
  color: #fff;
  font-family: "SharpGroteskBook19", sans-serif;
  letter-spacing: 0.5px;
}
.section-information-bar a:hover {
  color: #ffffffbf;
}
.section-information-bar .bg-green {
  background-color: #14463c;
}
.section-information-bar .bg-white {
  background-color: #fff;
}
.section-information-bar .bg-white p {
  color: #000;
}
.section-information-bar .bg-white a {
  color: #000;
}
.section-information-bar .bg-white a:hover {
  color: #0000009e;
}
.section-information-bar .bg-grey p {
  color: #000;
}
.section-information-bar .bg-grey a {
  color: #000;
}
.section-information-bar .bg-grey a:hover {
  color: #0000009e;
}

/* Project Info */
.text-row {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.98px) {
  .text-row {
    margin-bottom: 32px;
  }
}

/* Section Two Columns */
.section-two-columns .b-two-column-text {
  margin-bottom: 72px;
}
@media screen and (max-width: 767.98px) {
  .section-two-columns .b-two-column-text {
    margin-bottom: 42px;
  }
}
.section-two-columns h3 {
  font-size: 2rem;
  padding-bottom: 23px;
}
@media screen and (max-width: 767.98px) {
  .section-two-columns h3 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .section-two-columns .featured-image.small {
    margin-top: 0;
  }
}
.section-two-columns .bg-green {
  background-color: #14463c;
  padding: 117px 0;
}
@media screen and (max-width: 767.98px) {
  .section-two-columns .bg-green {
    padding: 64px 0;
  }
}
.section-two-columns .bg-green h2 {
  color: #fff !important;
}
.section-two-columns .bg-green h3 {
  color: #fff !important;
}
.section-two-columns .bg-green p {
  color: #fff !important;
}
.section-two-columns .bg-green .b-link.contact {
  color: #ffaf46;
}
.section-two-columns .bg-green .b-link.contact:hover {
  color: #fcb860;
}
.section-two-columns .bg-green .b-link.contact:focus {
  color: #fcb860;
}
.section-two-columns .bg-grey {
  padding: 117px 0;
}
.section-two-columns .bg-darkgrey {
  padding: 117px 0;
}

.section-project-documents {
  margin-top: 112px;
  padding: 112px 0 126px;
  background-color: #efefef;
}
@media screen and (max-width: 767.98px) {
  .section-project-documents {
    padding: 64px 0;
    margin-top: 64px;
  }
}
.section-project-documents .document {
  margin-top: 72px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-project-documents .document .doc {
  width: 48%;
  border-top: 1px solid #000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.section-project-documents .document .doc a {
  padding: 27px 0 21px;
  position: relative;
  width: 100%;
  display: block;
  color: #000;
  transition: background-color 0.3s;
}
.section-project-documents .document .doc a img {
  position: absolute;
  right: 0;
  transform: rotate(90deg);
  height: 21px;
  width: auto;
}
.section-project-documents .document .doc:hover a {
  color: #1e32af;
}
.section-project-documents .document .doc:hover a img {
  bottom: 24px;
}
@media (max-width: 992px) {
  .section-project-documents .document .doc {
    width: 100%;
  }
}

.section-news-item .project-news {
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.section-news-item .project-news h4 {
  width: 84%;
}
.section-news-item .project-news img {
  position: absolute;
  right: 25px;
  top: 39%;
  max-width: 27px;
}
.section-news-item .project-news:hover h4 {
  color: #1e32af;
}
.section-news-item .project-news:hover img {
  right: 23px;
}
.section-news-item .project-news .news-form {
  padding: 0 58px;
}
.section-news-item .b-news-about-project img {
  max-width: 100%;
}
.section-news-item .b-news-about-project .news-form {
  padding: 0 28px;
}
.section-news-item .all-news {
  padding-left: 40px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.section-news-item .all-news img {
  position: absolute;
  left: 0;
  max-width: 27px;
}
.section-news-item .all-news:hover img {
  left: 2px;
}

.single-projects .b-footer {
  margin-top: 117px;
}
.single-projects .b-footer-mobile {
  margin-top: 64px;
}

/* --tools-- */
.clearfix:before {
  conten: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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