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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

/* Webfont: PFSpekkVAR-Bold */
@font-face {
  font-family: 'PFSpekkVAR';
  src: url("fonts/PFSpekkVAR-Bold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/PFSpekkVAR-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/PFSpekkVAR-Bold.woff") format("woff"), url("fonts/PFSpekkVAR-Bold.woff2") format("woff2"), url("fonts/PFSpekkVAR-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

/* Webfont: PFSpekkVAR-Medium */
@font-face {
  font-family: 'PFSpekkVARMedium';
  src: url("fonts/PFSpekkVAR-Medium.eot");
  /* IE9 Compat Modes */
  src: url("fonts/PFSpekkVAR-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/PFSpekkVAR-Medium.woff") format("woff"), url("fonts/PFSpekkVAR-Medium.woff2") format("woff2"), url("fonts/PFSpekkVAR-Medium.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.ttf?degwff") format("truetype"), url("fonts/icomoon.woff?degwff") format("woff"), url("fonts/icomoon.svg?degwff#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
  content: "";
}

.icon-burger:before {
  content: "";
}

.icon-arrow:before {
  content: "";
}

.icon-arrow-menu:before {
  content: "";
}

.icon-bg-circle:before {
  content: "";
}

.icon-bg-corner:before {
  content: "";
}

.icon-bg-home-top:before {
  content: "";
}

.icon-bg-line:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-list:before {
  content: "";
}

.icon-marker:before {
  content: "";
}

.icon-search:before {
  content: "";
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  overflow-x: hidden;
  min-height: 100%;
  color: #000000;
  scroll-behavior: smooth;
}

html.menu--open {
  overflow: hidden;
}

body {
  width: 100%;
  overflow-x: hidden;
}

@media (min-width: 1024px) {
  body.no-overflow {
    overflow: initial;
  }
}

.menu--open body, .search--open body {
  height: 100%;
  overflow: hidden;
}

.page {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
}

.menu--open .page {
  height: 100%;
  overflow: hidden;
}

.page__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 888;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .35s ease-out 0s;
  transition: all .35s ease-out 0s;
}

.page:before {
  content: '';
  width: 614px;
  height: 614px;
  background: url(top_pattern.png) no-repeat scroll left top;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 767px) {
  .page:before {
    display: none;
  }
}

.page.homepage:before, .page.notop:before {
  display: none;
}

.main {
  min-height: 50vh;
}

img {
  max-width: 100%;
}

.wrapper {
  width: 1704px;
  max-width: 96%;
  margin: 0 auto;
  padding: 0 12px;
}

.wrapper--small {
  width: 900px;
}

.wrapper--fullpage {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html:not(.pageLoaded) body {
  opacity: 0;
}

body::-webkit-scrollbar {
  width: .5em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffbd1e;
}

body::-webkit-scrollbar-thumb {
  background-color: #5b5b5b;
}

.section {
  position: relative;
  padding: 35px 0;
}

.section--portfolio {
  padding: 55px 0 35px;
}

@media (min-width: 1024px) {
  .section--portfolio:before, .section--portfolio:after {
    content: '';
    position: absolute;
    z-index: -1;
    pointer-events: none;
  }
  .section--portfolio:before {
    content: '';
    width: 135px;
    height: 370px;
    background: url(bg-portfolio-2.svg) no-repeat scroll left center;
    left: 0;
    bottom: -60px;
  }
  .section--portfolio:after {
    content: '';
    width: 530px;
    height: 1128px;
    background: url(bg-portfolio-1.svg) no-repeat scroll right top;
    right: 0;
    bottom: -94px;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .section--portfolio {
    padding-top: 35px;
  }
}

.section--content {
  padding: 55px 0 110px;
}

.section--hero ~ .section--content {
  padding-top: 55px;
}

@media (max-width: 767px) {
  .section--content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section--bg {
  position: relative;
  background-color: #252525;
  padding: 70px 0;
}

.section__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section__bgContent {
  position: relative;
}

.section--hero {
  height: 395px;
}

@media (max-width: 767px) {
  .section--hero {
    height: 200px;
  }
}

.section--hero h1 {
  color: #ffffff;
  margin: 0;
}

.section--hero .section__bgContent, .section--hero .wrapper {
  height: 100%;
}

.section--hero .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section .simpleParallax {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.section--announcements {
  padding-bottom: 100px;
}

.flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexRow--sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1023px) {
  .flexRow--tabletWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.titleRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 35px;
}

@media (max-width: 767px) {
  .titleRow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.titleRow__title {
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 1.875rem;
  color: #383838;
  line-height: 1;
  margin: 0 10px 0 0;
}

@media (max-width: 767px) {
  .titleRow__title {
    margin-bottom: 16px;
  }
}

h1 {
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 2.8125rem;
  font-weight: normal;
  color: #5b5b5b;
  line-height: 1.2;
  margin: 0 0 1em;
}

@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 1.375rem;
  font-weight: normal;
  color: #000000;
  line-height: 1.58;
  margin: 0 0 1em;
}

@media (max-width: 767px) {
  h2 {
    font-size: 1.25rem;
  }
}

a,
a:link,
a:visited {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.button, button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: none;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button:not([disabled]), button:not([disabled]) {
  cursor: pointer;
}

.iconButton {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: none;
  margin: 0;
  color: #000000;
  font-size: 1.375rem;
  padding: 0.5rem;
  text-align: center;
  line-height: .9;
  min-width: inherit;
}

.iconButton.searchTrigger {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btnRow {
  text-align: center;
  padding: 20px 0;
}

.btnRow--start {
  text-align: left;
}

.link, .link:link, .link:visited {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  display: inline-block;
  color: #5b5b5b;
  line-height: 1.2;
  text-decoration: none;
  padding: 0 0 2px;
  position: relative;
}

.link:after, .link:link:after, .link:visited:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ffbd1e;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.desktop .link:hover:after, .desktop .link:link:hover:after, .desktop .link:visited:hover:after {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.link--white, .link--white:link, .link--white:visited {
  color: #ffffff;
}

.linkMore, .linkMore:link, .linkMore:visited, .linkback, .linkback:link, .linkback:visited {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1.0625rem;
  color: #5b5b5b;
  line-height: 1;
  display: inline-block;
  padding: 0 60px 0 0;
  position: relative;
}

@media (max-width: 767px) {
  .linkMore, .linkMore:link, .linkMore:visited, .linkback, .linkback:link, .linkback:visited {
    padding-right: 50px;
  }
}

.linkMore:after, .linkMore:link:after, .linkMore:visited:after, .linkback:after, .linkback:link:after, .linkback:visited:after {
  content: "";
  font-family: "icomoon";
  font-size: 0.625rem;
  color: inherit;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.linkMore--black, .linkback--black {
  color: #000000;
}

.desktop .linkMore:hover:after, .linkMore:focus:after, .desktop .linkback:hover:after, .linkback:focus:after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  color: #ffbd1e;
}

.linkMore:focus, .linkback:focus {
  outline: 0;
}

.linkback, .linkback:link, .linkback:visited {
  padding-right: 0;
  padding-left: 60px;
}

.linkback:after, .linkback:link:after, .linkback:visited:after {
  right: auto;
  left: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.desktop .linkback:hover:after, .linkback:focus:after, .desktop .linkback:link:hover:after, .linkback:link:focus:after, .desktop .linkback:visited:hover:after, .linkback:visited:focus:after {
  -webkit-transform: rotate(-180deg) translateX(10px);
          transform: rotate(-180deg) translateX(10px);
}

.link_pdf, .link_mp3 {
  display: inline-block;
  padding: 0 32px 0 0;
  position: relative;
  color: #383838;
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
}

.link_pdf:after, .link_mp3:after {
  font-family: "icomoon";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  color: #383838;
}

.desktop .link_pdf:hover:after, .desktop .link_mp3:hover:after {
  color: #ffbd1e;
}

.link_pdf small, .link_mp3 small {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1rem;
}

.link_pdf:after {
  content: "";
}

.link_mp3:after {
  content: "";
}

.portfolio__title {
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 1.875rem;
  font-weight: normal;
  color: #383838;
  line-height: 1;
  margin: 0;
}

.portfolio__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 8px*2);
  margin-left: -8px;
}

.portfolio__content.loading {
  min-height: 600px;
  position: relative;
}

.portfolio__content.loading:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

.portfolio__content.loading:before {
  content: '';
  width: 84px;
  height: 84px;
  background: url(loader.gif) no-repeat scroll center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.portfolio__content .portfolioBox {
  width: calc(25% - 8px*2);
  margin: 0 8px 35px;
}

@media (max-width: 1279px) {
  .portfolio__content .portfolioBox {
    width: calc(33.33% - 8px*2);
  }
  .related .portfolio__content .portfolioBox {
    width: calc(25% - 8px*2);
  }
}

@media (max-width: 1023px) {
  .portfolio__content .portfolioBox {
    width: calc(50% - 8px*2);
  }
  .related .portfolio__content .portfolioBox {
    width: calc(50% - 8px*2);
  }
}

@media (max-width: 479px) {
  .portfolio__content .portfolioBox {
    width: calc(100% - 8px*2);
  }
}

.portfolio__topRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 30px;
}

@media (max-width: 1023px) {
  .portfolio__topRow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.portfolio__topRow .filters {
  width: 74.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1023px) {
  .portfolio__topRow .filters {
    width: 100%;
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .portfolio__topRow .filters {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .portfolio__topRow .filters__left {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .portfolio__topRow .filters__left .select-style {
    margin-bottom: 12px;
  }
  .portfolio__topRow .filters__right {
    width: 100%;
  }
}

.portfolioBox {
  position: relative;
}

.portfolioBox__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.desktop .portfolioBox__link:hover ~ .portfolioBox__figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.desktop .portfolioBox__link:hover ~ .portfolioBox__content {
  opacity: .75;
}

.desktop .portfolioBox__link:hover ~ .portfolioBox__content .link::after {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.portfolioBox__figure {
  margin: 0;
  padding: 0;
  font-size: 0;
  overflow: hidden;
  aspect-ratio: 600 / 400;
}

.portfolioBox__figure img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .45s ease-out;
  transition: all .45s ease-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolioBox__content {
  padding: 15px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolioBox__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.portfolioBox__cat {
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  color: #333333;
  line-height: 1;
  margin: 0 5px 5px 0;
}

.portfolioBox__location {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #5b5b5b;
  line-height: 1;
  margin: -2px 0 5px;
}

.portfolioBox__location::first-letter {
  text-transform: uppercase;
}

.portfolioBox__title {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1.3125rem;
  font-weight: normal;
  color: #333333;
  line-height: 1.2;
  letter-spacing: .01em;
  margin: 0 0 25px;
}

.portfolioInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 120px;
}

@media (max-width: 1279px) {
  .portfolioInfo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .portfolioInfo {
    padding-bottom: 40px;
  }
}

.portfolioInfo__left, .portfolioInfo__right {
  width: 50%;
}

@media (max-width: 1279px) {
  .portfolioInfo__left, .portfolioInfo__right {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .portfolioInfo__left {
    padding-right: 5vw;
    width: 60%;
  }
}

@media (max-width: 1279px) {
  .portfolioInfo__left {
    padding-bottom: 20px;
  }
}

.portfolioInfo__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .portfolioInfo__right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.portfolioInfo__title {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1.875rem;
  font-weight: normal;
  color: #5b5b5b;
  letter-spacing: -.01em;
  line-height: 1.2;
  margin: 0;
}

.portfolioInfo__title strong, .portfolioInfo__title b {
  font-family: "PFSpekkVAR", sans-serif;
  font-weight: normal;
}

@media (max-width: 767px) {
  .portfolioInfo__title {
    font-size: 1.375rem;
  }
}

.portfolioInfo__stat:not(:last-child) {
  margin-right: 55px;
}

@media (max-width: 767px) {
  .portfolioInfo__stat:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (min-width: 1280px) {
  .portfolioInfo .portfolioInfo__stat:first-child {
    position: relative;
    padding-left: 45px;
  }
  .portfolioInfo .portfolioInfo__stat:first-child:before {
    content: '';
    width: 1px;
    height: calc(100% + 60px);
    background: rgba(204, 204, 204, 0.64);
    position: absolute;
    left: 0;
    top: -30px;
  }
}

.portfolioInfo__value, .content .portfolioInfo__value {
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 3.75rem;
  font-weight: normal;
  color: #5b5b5b;
  line-height: 1;
  margin: 0 !important;
}

@media (max-width: 767px) {
  .portfolioInfo__value, .content .portfolioInfo__value {
    font-size: 2.75rem;
  }
}

.portfolioInfo__label, .content .portfolioInfo__label {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #5b5b5b;
  line-height: 1;
  margin: 5px 0;
  padding: 0 0 0 23px;
  position: relative;
}

.portfolioInfo__label:before, .content .portfolioInfo__label:before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  background-color: #ffbd1e;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.propertyBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f7f7f7;
  font-size: 0;
}

@media (max-width: 1023px) {
  .propertyBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 1023px) {
  .propertyBox__left, .propertyBox__right {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .propertyBox__left {
    max-width: 50%;
  }
}

@media (max-width: 1023px) {
  .propertyBox__left img {
    width: 100%;
  }
}

.propertyBox__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 40px;
}

@media (max-width: 1023px) {
  .propertyBox__right {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .propertyBox__right {
    padding: 20px;
  }
}

.propertyBox__title {
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  color: #333333;
  margin: 0;
}

@media (max-width: 767px) {
  .propertyBox__title {
    font-size: 1.625rem;
  }
}

.propertyBox__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0 0;
}

.propertyBox__address, .propertyBox__cat {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #5b5b5b;
  line-height: 1.5;
  text-transform: uppercase;
}

.propertyBox__address {
  font-style: normal;
  margin-right: 10px;
}

.propertyBox__cat {
  position: relative;
  padding: 0 0 0 20px;
}

.propertyBox__cat:before {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #ffbd1e;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.propertyInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
}

@media (max-width: 767px) {
  .propertyInfo {
    padding-top: 30px;
    padding-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.propertyInfo__col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 15px;
  border-left: 1px solid #cccccc;
}

@media (max-width: 767px) {
  .propertyInfo__col {
    padding: 15px 0;
    width: 100%;
    border-left: 0;
    border-top: 1px solid #cccccc;
  }
}

.propertyInfo__col p:not(.propertyInfo__label) {
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 1.3125rem;
  font-weight: normal;
  color: #383838;
  line-height: 1.2;
  margin: 0;
}

.propertyInfo__label {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #5b5b5b;
  line-height: 1;
  margin: 0 0 8px;
}

.propertyInfo__value {
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 1.3125rem;
  font-weight: normal;
  color: #383838;
  line-height: 1.2;
  margin: 0;
}

.propertyDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1023px) {
  .propertyDetails {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.propertyDetails__left, .propertyDetails__right {
  width: 50%;
}

@media (max-width: 1023px) {
  .propertyDetails__left, .propertyDetails__right {
    width: 100%;
  }
}

.propertyDetails__left:only-child {
  width: 100%;
  max-width: 1280px;
}

.propertyDetails__right {
  padding: 20px 45px 20px 40px;
}

@media (max-width: 1279px) {
  .propertyDetails__right {
    padding-right: 0;
    padding-left: 20px;
  }
}

@media (max-width: 1023px) {
  .propertyDetails__right {
    padding-left: 0;
  }
}

.propertyDetails__title, .propertyDetails h2 {
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 1.3125rem;
  font-weight: normal;
  color: #383838;
  line-height: 1.42;
  margin: 0 0 1em;
}

.propertyDetails__text, .propertyDetails p {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1.3125rem;
  font-weight: normal;
  color: #383838;
  line-height: 1.42;
  margin: 0 0 1em;
}

.propertyDetails__text:last-child, .propertyDetails p:last-child {
  margin-bottom: 0;
}

.propertyDetails__slider.owl-carousel .owl-nav button.owl-prev,
.propertyDetails__slider.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  width: 60px;
  height: 30px;
  background: #ffffff;
  border-radius: 20px;
}

.propertyDetails__slider.owl-carousel .owl-nav button.owl-prev:before,
.propertyDetails__slider.owl-carousel .owl-nav button.owl-next:before {
  content: "";
  font-family: "icomoon";
  font-size: 0.5rem;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.desktop .propertyDetails__slider.owl-carousel .owl-nav button.owl-prev:hover, .desktop
.propertyDetails__slider.owl-carousel .owl-nav button.owl-next:hover {
  background: #ffffff;
}

.desktop .propertyDetails__slider.owl-carousel .owl-nav button.owl-prev:hover:before, .desktop
.propertyDetails__slider.owl-carousel .owl-nav button.owl-next:hover:before {
  color: #ffbd1e;
}

.propertyDetails__slider.owl-carousel .owl-nav button.owl-prev {
  left: 30px;
}

.propertyDetails__slider.owl-carousel .owl-nav button.owl-prev:before {
  left: 11px;
  -webkit-transform: rotate(-180deg) translateY(-50%);
          transform: rotate(-180deg) translateY(-50%);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

@media (max-width: 767px) {
  .propertyDetails__slider.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
  }
}

.propertyDetails__slider.owl-carousel .owl-nav button.owl-next {
  right: 30px;
}

.propertyDetails__slider.owl-carousel .owl-nav button.owl-next:before {
  right: 11px;
}

@media (max-width: 767px) {
  .propertyDetails__slider.owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }
}

.related {
  padding: 75px 0 15px;
}

.related__title {
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 1.875rem;
  font-weight: normal;
  color: #383838;
  margin: 0 0 20px;
}

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.filters .select-style {
  margin-right: 12px;
}

.filters__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.view__title {
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 0.9375rem;
  color: #000000;
  margin: 0 15px 0 0;
}

.view__link {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 0.9375rem;
  line-height: 1;
  color: #5b5b5b;
}

.view__link, .view__link:link, .view__link:visited {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.view__link:not(:last-child) {
  margin-right: 15px;
}

.desktop .view__link:hover, .view__link:focus {
  color: #ffbd1e;
}

.view__link--active {
  color: #000000;
}

.view__icon {
  display: inline-block;
  vertical-align: middle;
}

.filterRow {
  margin: 60px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filterRow__label, .content .filterRow__label {
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 0.9375rem;
  font-weight: normal;
  color: #000000;
  line-height: 1;
  margin: 0 32px 0 0 !important;
}

.filterRow ~ .announceBox--inner {
  margin-top: 30px;
}

.filterRow .select-style {
  margin-right: 12px;
}

.paginationWrap {
  padding: 50px 0;
  text-align: center;
}

.pagination__ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination__li {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  text-align: center;
}

.pagination__li:not(:last-child) {
  border-right: 1px solid #999999;
}

.pagination__link {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1.0625rem;
  font-weight: normal;
  color: #999999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  padding: 1px 12px;
}

.desktop .pagination__link:hover, .pagination__link:focus {
  font-family: "PFSpekkVAR", sans-serif;
}

.pagination__link:focus {
  outline: none;
}

.pagination__link--current {
  pointer-events: none;
  font-family: "PFSpekkVAR", sans-serif;
}

.portcat__content {
  padding: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 14px);
  margin-left: -7px;
}

@media (max-width: 1023px) {
  .portcat__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.portcat__article {
  width: calc(25% - 14px);
  margin: 0 7px;
  position: relative;
  font-size: 0;
  overflow: hidden;
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
}

.desktop .portcat__article {
  opacity: 0;
  -webkit-transform: scaleY(0.8);
          transform: scaleY(0.8);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.desktop .portcat__article.inview {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.desktop .portcat__article.inview:nth-child(2) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}

.desktop .portcat__article.inview:nth-child(3) {
  -webkit-transition-delay: 0.27s;
          transition-delay: 0.27s;
}

.desktop .portcat__article.inview:nth-child(4) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}

.desktop .portcat__article.inview:nth-child(5) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.desktop .portcat__article.inview:nth-child(6) {
  -webkit-transition-delay: 0.54s;
          transition-delay: 0.54s;
}

.desktop .portcat__article.inview:nth-child(7) {
  -webkit-transition-delay: 0.63s;
          transition-delay: 0.63s;
}

.desktop .portcat__article.inview:nth-child(8) {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}

.portcat__article:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1023px) {
  .portcat__article {
    width: calc(50% - 14px);
    margin-bottom: 14px;
  }
}

.desktop .portcat__article:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.desktop .portcat__article:hover:after {
  background-color: rgba(0, 0, 0, 0.33);
}

.portcat__article .link {
  position: absolute;
  bottom: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  white-space: nowrap;
}

.portcat__figure {
  margin: 0;
  padding: 0;
}

.portcat__figure img {
  width: 100%;
  -webkit-transition: all .45s ease-out;
  transition: all .45s ease-out;
}

.portcat__cat {
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 1.625rem;
  color: #ffffff;
  line-height: 1.15;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: all .45s ease-out;
  transition: all .45s ease-out;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .portcat__cat {
    font-size: 1.375rem;
  }
}

.portcat__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.announceBox__title {
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 1.0625rem;
  font-weight: normal;
  color: #000000;
  line-height: 1.3;
  margin: 0 0 12px;
}

.section--announcements .announceBox {
  width: 70%;
  margin-right: 45px;
}

@media (max-width: 1023px) {
  .section--announcements .announceBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.announceBox--inner {
  margin: 100px 0 0;
}

.section--content .announceBox--inner {
  margin-bottom: 100px;
}

.section--content .announceBox--inner + .announceBox--inner {
  margin-top: -70px;
}

.announce {
  padding: 20px 145px 20px 0;
  position: relative;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: -1px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.announce--inline {
  border-top: 0;
  border-bottom: 0;
  margin: 0;
  padding: 0 0 40px;
}

@media (max-width: 767px) {
  .announce {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .announce--download {
    padding-right: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.announce__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.announce__link--download:after {
  content: "";
  font-family: "icomoon";
  font-size: 1.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000000;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.desktop .announce__link--download:hover:after {
  color: #ffbd1e;
}

.desktop .announce__link:hover ~ .announce__title {
  color: #ffbd1e;
}

.announce__date {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1.0625rem;
  color: #666666;
  line-height: 1;
  margin: 0 15px 0 0;
  display: inline-block;
  white-space: nowrap;
}

.announce__title {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1.3125rem;
  color: #333333;
  line-height: 1.14;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .announce__fileType {
    position: absolute;
    right: 55px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    white-space: nowrap;
  }
}

.announce__fileType,
.content .announce__fileType {
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #383838;
  line-height: 1;
  margin: 0;
}

.announce__fileType small,
.content .announce__fileType small {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1rem;
  display: inline-block;
  margin-left: 4px;
}

@media (max-width: 767px) {
  .announce__fileType,
  .content .announce__fileType {
    width: 100%;
    margin-top: 5px;
  }
}

.acq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .acq {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.acq__left {
  width: 25%;
  padding: 0 85px 0 0;
}

@media (max-width: 1419px) {
  .acq__left {
    width: 30%;
    padding-right: 40px;
  }
}

@media (max-width: 1023px) {
  .acq__left {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .acq__left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}

.acq__right {
  width: 75%;
}

@media (max-width: 1419px) {
  .acq__right {
    width: 70%;
  }
}

@media (max-width: 1023px) {
  .acq__right {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .acq__right {
    width: 100%;
  }
}

.acq__title {
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 1.875rem;
  font-weight: normal;
  color: #ffb400;
  letter-spacing: -.01em;
  line-height: 1.4;
  margin: 0 0 20px;
}

.acq__text {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1.5rem;
  letter-spacing: -.01em;
  line-height: 1.4;
  color: #ffffff;
}

.acq__portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1419px) {
  .acq__portfolio {
    margin-right: calc(-2vw - 12px);
  }
}

@media (max-width: 1023px) {
  .acq__portfolio {
    overflow-x: auto;
  }
  .acq__portfolio::-webkit-scrollbar {
    height: .5em;
  }
  .acq__portfolio::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: rgba(91, 91, 91, 0.5);
  }
  .acq__portfolio::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    cursor: pointer;
  }
}

@media (max-width: 1023px) {
  .acq__portfolio .portfolioBox {
    min-width: 260px;
  }
}

.acq__portfolio .portfolioBox:not(:last-child) {
  margin-right: 45px;
}

@media (max-width: 1419px) {
  .acq__portfolio .portfolioBox:not(:last-child) {
    margin-right: 25px;
  }
}

@media (max-width: 1419px) {
  .acq__portfolio .portfolioBox:last-child {
    display: none;
  }
  .acq__portfolio .portfolioBox:nth-last-child(2) {
    margin-right: 0;
  }
}

.acq__portfolio .portfolioBox__title, .acq__portfolio .portfolioBox__cat, .acq__portfolio .link {
  color: #ffffff;
}

.acq__portfolio .portfolioBox__location {
  color: #cccccc;
}

.content:not(.content--full) {
  max-width: 1280px;
}

.content, .content p {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  color: #383838;
  line-height: 1.3;
  margin: 0;
}

@media (max-width: 767px) {
  .content, .content p {
    font-size: 1.25rem;
  }
}

.content p:not(:last-child) {
  margin-bottom: 1em;
}

.content address {
  border-top: 1px solid #cccccc;
  padding: 25px 0;
  margin: 50px 0 0;
}

.content address h3 {
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 1.3125rem;
  font-weight: normal;
  color: #383838;
  line-height: 1.42;
  margin: 0 0 8px;
}

.content address p {
  margin: 0;
}

.content address p:not(:last-child) {
  margin: 0;
}

.content address a:link, .content address a:visited {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.desktop .content address a:link:hover, .desktop .content address a:visited:hover {
  color: #ffbd1e;
}

.content h4 {
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 1.3125rem;
  font-weight: normal;
  color: #383838;
  line-height: 1.42;
  margin: 0 0 1em;
}

.content strong, .content b {
  font-family: "PFSpekkVAR", sans-serif;
  font-weight: normal;
}

.contentSnippet--imgText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
}

@media (min-width: 1024px) {
  .contentSnippet--imgText + .contentSnippet--imgText {
    padding-top: 120px;
  }
  .contentSnippet--imgText + .contentSnippet--imgText .contentSnippet__text {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .contentSnippet--imgText + .contentSnippet--imgText .contentSnippet__figure {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (max-width: 1023px) {
  .contentSnippet--imgText {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.contentSnippet__figure {
  min-width: 273px;
  padding: 0;
  margin: 0 40px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 492px;
}

@media (max-width: 767px) {
  .contentSnippet__figure {
    max-width: 100%;
  }
}

@media (max-width: 1023px) {
  .contentSnippet__figure {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.contentSnippet__figure img {
  width: 100%;
}

@media (max-width: 1023px) {
  .contentSnippet__text {
    width: 100%;
  }
}

.contentSnippet__text ul {
  margin: 0 0 0 24px;
  padding: 0;
  list-style: disc;
}

.list__item {
  padding: 25px 0;
}

.list__number, .content .list__number {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  background-color: #ffcb00;
  text-align: center;
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 1.375rem;
  font-weight: normal;
  color: #666666;
  margin: 0 10px 0 0 !important;
}

.list__text {
  color: #666666;
  margin: 0;
}

.list__itemTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list__itemBtm {
  padding: 18px 0 0;
}

.scTable {
  overflow-x: auto;
  overflow-y: hidden;
}

.scTable table {
  min-width: 100%;
}

.scTable table caption {
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 1.3125rem;
  font-weight: normal;
  color: #383838;
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 0 0 12px;
  text-align: left;
}

.scTable table th, .scTable table td {
  text-align: right;
  border: 0;
  border-bottom: 1px solid #cccccc;
}

.scTable table th:first-child, .scTable table td:first-child {
  text-align: left;
}

.scTable table th:last-child, .scTable table th:nth-last-child(2), .scTable table td:last-child, .scTable table td:nth-last-child(2) {
  background-color: #f7f7f7;
}

.scTable table th:not(:first-child), .scTable table td:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .scTable table th:not(:first-child), .scTable table td:not(:first-child) {
    padding-left: 8px;
  }
}

.scTable table th {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 0.9375rem;
  font-weight: normal;
  color: #5b5b5b;
  line-height: 1;
  padding: 22px 16px 10px 0;
}

@media (max-width: 767px) {
  .scTable table th {
    padding-right: 8px;
  }
}

.scTable table td {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1.3125rem;
  font-weight: normal;
  color: #383838;
  line-height: 1;
  padding: 10px 16px 10px 0;
}

@media (max-width: 767px) {
  .scTable table td {
    font-size: 0.9375rem;
    padding-right: 8px;
  }
}

.contentWithSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023px) {
  .contentWithSide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .contentWithSide__main {
    padding-right: 98px;
    width: 70%;
  }
}

@media (max-width: 1023px) {
  .contentWithSide__main {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}

.contentWithSide__sidebar {
  width: 30%;
}

@media (max-width: 1023px) {
  .contentWithSide__sidebar {
    width: 100%;
  }
}

.contentWithSide__sidebar .portfolioInfo__stat:not(:last-child) {
  margin-right: 0;
  margin-bottom: 60px;
}

.stripeTable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 40px;
}

.stripeTable::-webkit-scrollbar {
  height: .5em;
}

.stripeTable::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(91, 91, 91, 0.5);
}

.stripeTable::-webkit-scrollbar-thumb {
  background-color: #ffbd1e;
  cursor: pointer;
}

.stripeTable table {
  width: 100%;
}

.stripeTable th, .stripeTable td {
  padding: 14px;
  text-align: center;
  border: 0;
  border-bottom: 1px solid #cccccc;
}

.stripeTable th:first-child, .stripeTable td:first-child {
  text-align: left;
  padding-left: 0;
}

.stripeTable th:nth-child(even), .stripeTable td:nth-child(even) {
  background: #f7f7f7;
}

.stripeTable th {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 0.9375rem;
  line-height: 1;
  color: #5b5b5b;
}

.stripeTable tbody th {
  font-size: 1.3125rem;
  color: #383838;
}

.stripeTable td {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1rem;
  line-height: 1;
  color: #383838;
}

.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 14px*2);
  margin-left: -14px;
  padding: 25px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .section--people .team:after, .team--last:after {
    content: '';
    width: 320px;
    height: 320px;
    position: absolute;
    bottom: -110px;
    background: url(bg-people-2.svg) no-repeat scroll right bottom;
    z-index: -1;
    pointer-events: none;
  }
}

@media (min-width: 1024px) and (min-width: 1680px) {
  .section--people .team:after, .team--last:after {
    right: calc(-50vw + 420px);
  }
}

@media (min-width: 1024px) and (min-width: 1024px) and (min-width: 1280px) {
  .team--last:after {
    right: calc(-60vw + 640px);
  }
}

@media (max-width: 1279px) {
  .section--people .team:after, .team--last:after {
    right: -3%;
  }
}

.teamMember {
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
  max-width: 1280px;
  position: relative;
  z-index: 2;
}

.desktop .teamMember {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.desktop .teamMember.inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.desktop .teamMember.inview:nth-child(2) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}

.desktop .teamMember.inview:nth-child(3) {
  -webkit-transition-delay: 0.27s;
          transition-delay: 0.27s;
}

.desktop .teamMember.inview:nth-child(4) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}

.desktop .teamMember.inview:nth-child(5) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.desktop .teamMember.inview:nth-child(6) {
  -webkit-transition-delay: 0.54s;
          transition-delay: 0.54s;
}

.desktop .teamMember.inview:nth-child(7) {
  -webkit-transition-delay: 0.63s;
          transition-delay: 0.63s;
}

.desktop .teamMember.inview:nth-child(8) {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}

.team .teamMember {
  margin: 14px;
  width: calc(25% - 14px*2);
}

@media (min-width: 1024px) {
  .team .teamMember {
    max-width: 292px;
  }
}

@media (max-width: 1023px) {
  .team .teamMember {
    width: calc(50% - 14px*2);
  }
}

.teamMember__figure {
  padding: 0;
  margin: 0;
  font-size: 0;
}

.teamMember__figure img {
  width: 100%;
}

.teamMember__info {
  padding: 20px 0 0;
}

.teamMember__name {
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  color: #383838;
  line-height: 1.3;
  margin: 0 0 5px;
}

.teamMember__role {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  color: #383838;
  line-height: 1.3;
}

.teamMember__descr {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  color: #5b5b5b;
  line-height: 1.5;
  margin: 12px 0 0;
}

.teamMember--detailed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 45px 0 0;
}

@media (max-width: 767px) {
  .teamMember--detailed {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.teamMember--detailed .teamMember__info {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .teamMember--detailed .teamMember__info {
    width: 100%;
    padding: 30px 0 0;
  }
}

.teamMember--detailed .teamMember__figure {
  min-width: calc(25% - 14px*2);
}

@media (max-width: 1023px) {
  .teamMember--detailed .teamMember__figure {
    min-width: calc(50% - 14px*2);
  }
}

.teamRow {
  background-color: #f7f7f7;
  padding: 60px 0 80px;
  margin: 60px 0;
  position: relative;
}

.teamRow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200vw;
  height: 100%;
  background-color: inherit;
  z-index: -1;
}

@media (min-width: 1024px) {
  .teamRow:after {
    content: '';
    width: 400px;
    height: 95%;
    position: absolute;
    top: 0;
    right: -3%;
    background: url(bg-people-1.svg) no-repeat scroll left top;
    z-index: 1;
    pointer-events: none;
    background-size: cover;
    left: calc(100% + 50vw - 840px);
  }
}

.newsRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1024px) {
  .newsRow {
    padding: 40px 0;
  }
}

@media (max-width: 1023px) {
  .newsRow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.newsRow .news {
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
}

.desktop .newsRow .news {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.desktop .newsRow .news.inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.desktop .newsRow .news.inview:nth-child(2) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}

.desktop .newsRow .news.inview:nth-child(3) {
  -webkit-transition-delay: 0.27s;
          transition-delay: 0.27s;
}

.desktop .newsRow .news.inview:nth-child(4) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}

.desktop .newsRow .news.inview:nth-child(5) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.desktop .newsRow .news.inview:nth-child(6) {
  -webkit-transition-delay: 0.54s;
          transition-delay: 0.54s;
}

.desktop .newsRow .news.inview:nth-child(7) {
  -webkit-transition-delay: 0.63s;
          transition-delay: 0.63s;
}

.desktop .newsRow .news.inview:nth-child(8) {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}

.newsRow .news:not(:last-child) {
  padding-right: 8vw;
}

@media (max-width: 1023px) {
  .newsRow .news:not(:last-child) {
    padding-right: 0;
    padding-bottom: 30px;
  }
}

@media (max-width: 1023px) {
  .newsRow .news {
    width: 100%;
  }
}

.newsRow--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.newsRow--wrap .news {
  width: 50%;
  margin-bottom: 60px;
  padding-right: 18vw;
}

.newsRow--wrap .news:not(:last-child) {
  padding-right: 18vw;
}

@media (max-width: 1279px) {
  .newsRow--wrap .news {
    padding-right: 10vw;
  }
  .newsRow--wrap .news:not(:last-child) {
    padding-right: 10vw;
  }
}

.newsRow--wrap .news:last-child, .newsRow--wrap .news:nth-last-child(2) {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .newsRow--wrap .news {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .newsRow--wrap .news:not(:last-child) {
    padding-right: 0;
  }
}

.news {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.news__title {
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 1.375rem;
  font-weight: normal;
  color: #ffb400;
  letter-spacing: -.01em;
  line-height: 1.4;
  margin: 0 0 20px;
}

.news__text {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1.25rem;
  letter-spacing: -.01em;
  line-height: 1.3;
  color: #ffffff;
}

.news .link {
  color: #ffffff;
  margin-top: 30px;
}

.hideNewsDates .announce__date {
  display: none;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0 60px;
}

@media (max-width: 1023px) {
  .contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.contact h3 {
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 1.3125rem;
  font-weight: normal;
  color: #383838;
  margin: 0;
}

.contact__left {
  width: 320px;
  max-width: 100%;
  margin-right: 120px;
}

@media (max-width: 1279px) {
  .contact__left {
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  .contact__left {
    margin-right: 0;
  }
}

.contact__right {
  width: 640px;
  max-width: 100%;
}

.contact__right .form {
  padding: 15px 0 0;
}

.contact address {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  font-style: normal;
  color: #5b5b5b;
  line-height: 1.5;
  margin: 0 0 25px;
}

.contact address a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.desktop .contact address a:hover, .contact address a:focus {
  color: #ffbd1e;
}

.radio input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.radio input:checked ~ label:before {
  background-color: var(--catColor);
}

.radio label {
  display: block;
  padding: 0 0 0 25px;
  position: relative;
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 0.8125rem;
  color: var(--catColor);
  cursor: pointer;
}

.radio label:before {
  content: '';
  width: 13px;
  height: 13px;
  display: inline-block;
  border: 1px solid var(--catColor);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s all 0.3s ease;
  transition: all 0.3s all 0.3s ease;
}

.radioGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .radioGroup {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .radioGroup .radio {
    width: calc(50% - 20px);
  }
}

.radioGroup .radio:not(:last-child) {
  margin-right: 40px;
}

@media (max-width: 767px) {
  .radioGroup .radio:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 8px;
  }
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .form__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.form .field {
  width: calc(50% - 20px);
}

@media (max-width: 767px) {
  .form .field {
    width: 100%;
    margin-bottom: 20px;
  }
}

.form .field--full {
  width: 100%;
}

.form .input {
  position: relative;
}

.form .input input, .form .input textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 1rem;
  color: #000000;
  caret-color: #ffbd1e;
  line-height: 1;
  padding: 20px 0 8px;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #b1b1b1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form .input input::-webkit-input-placeholder, .form .input textarea::-webkit-input-placeholder {
  color: #000000;
}

.form .input input:-ms-input-placeholder, .form .input textarea:-ms-input-placeholder {
  color: #000000;
}

.form .input input::-ms-input-placeholder, .form .input textarea::-ms-input-placeholder {
  color: #000000;
}

.form .input input::placeholder, .form .input textarea::placeholder {
  color: #000000;
}

.form .input input:focus, .form .input textarea:focus {
  border-bottom-color: #000000;
  outline: 0;
}

.form .input input:focus ~ label, .form .input textarea:focus ~ label {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.form .input input.complete ~ label, .form .input textarea.complete ~ label {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.form .input label {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1.0625rem;
  font-weight: normal;
  color: #000000;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(22px);
          transform: translateY(22px);
}

.form .input.error input, .form .input.error textarea {
  border-bottom-color: #cc6666;
}

.form .btn__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

@media (max-width: 767px) {
  .form .btn__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
  .form .btn__row .submit {
    margin-top: 20px;
    margin-left: auto;
  }
}

.form__msgrow {
  padding: 12px 0;
  text-align: left;
}

.form__msgrow p, .contact__right .form__msgrow p {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 0.875rem;
  color: #666666;
  letter-spacing: .025em;
  line-height: 1;
}

.checkbox input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.checkbox input:checked ~ label:before {
  border-color: #000000;
}

.checkbox input:checked ~ label:after {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.checkbox label {
  font-size: 1rem;
  color: #000000;
  display: inline-block;
  position: relative;
  padding: 0 0 0 24px;
  cursor: pointer;
}

.checkbox label a:link, .checkbox label a:visited {
  color: inherit;
  text-decoration: underline;
}

.checkbox label:before {
  content: '';
  width: 17px;
  height: 17px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s all 0.3s ease;
  transition: all 0.2s all 0.3s ease;
}

.checkbox label:after {
  font-family: "icomoon";
  font-size: 0.75rem;
  color: #666666;
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  display: inline-block;
  -webkit-transition: all 0.2s all 0.3s ease;
  transition: all 0.2s all 0.3s ease;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.select-style {
  background-color: #5b5b5b;
  border-radius: 25px;
  padding: 12px 35px 13px 15px;
  position: relative;
  min-width: 228px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.select-style.open ul {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.select-style .selected {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 0.9375rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select-style .selected.withValue {
  font-family: "PFSpekkVAR", sans-serif;
}

.select-style .icon-down {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.select-style .icon-down::before {
  content: "";
  font-family: "icomoon";
  font-size: 0.375rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.select-style ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #5b5b5b;
  border-radius: 0 0 25px 25px;
  position: absolute;
  top: calc(100% - 16px);
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 10px 0 5px;
  opacity: 0;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select-style ul li {
  display: block;
  padding: 10px 15px;
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 0.9375rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.desktop .select-style ul li:hover {
  color: #ffbd1e;
}

.select-style ul li:focus {
  outline: 0;
  color: #ffbd1e;
}

.section--mainhero {
  margin-top: -149px;
  position: relative;
  height: 100vh;
  padding-top: 149px;
  padding-bottom: 0;
  min-height: 580px;
}

.section--mainhero .wrapper {
  height: 100%;
}

@media (max-width: 767px) {
  .section--mainhero {
    height: auto;
    padding-top: 400px;
    padding-bottom: 60px;
    min-height: inherit;
  }
}

.hero {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__content {
  position: relative;
  z-index: 1;
  -webkit-perspective: 400px;
          perspective: 400px;
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

.hero__content--move {
  -webkit-transform: translateY(6%);
          transform: translateY(6%);
  -webkit-transition: -webkit-transform .55s linear 0s;
  transition: -webkit-transform .55s linear 0s;
  transition: transform .55s linear 0s;
  transition: transform .55s linear 0s, -webkit-transform .55s linear 0s;
  -webkit-perspective: 0;
          perspective: 0;
}

.hero__figure {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-mask: url(bg-home-top.svg);
          mask: url(bg-home-top.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto;
          mask-size: auto;
}

.hero__figure img {
  width: 100%;
  opacity: 0;
  -webkit-transition: all 2.5s ease;
  transition: all 2.5s ease;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  margin-top: -60px;
  height: calc(100% + 149px);
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__figure img.inview {
  opacity: .6;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 767px) {
  .hero__figure img {
    -o-object-fit: unset;
       object-fit: unset;
  }
}

.hero__figure--move img {
  -webkit-transform: translateY(-2.5vh);
          transform: translateY(-2.5vh);
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.hero__title {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 3.125rem;
  font-weight: normal;
  color: #000000;
  line-height: 1.1;
  margin: 0;
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
  opacity: 0;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}

.hero__title.inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 1419px) {
  .hero__title {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .hero__title {
    font-size: 1.75rem;
  }
}

.hero__title strong, .hero__title b {
  display: block;
  font-family: "PFSpekkVAR", sans-serif;
  font-weight: normal;
}

.hero__btn {
  padding: 40px 0 0;
  opacity: 0;
  -webkit-transition: all .65s ease-out 2.5s;
  transition: all .65s ease-out 2.5s;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

.hero__btn.inview {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.searchResults {
  width: 780px;
  max-width: 100%;
}

.searchResults h1 em, .searchResults h1 span {
  color: #ffbd1e;
}

.searchResults__row {
  padding: 20px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: -1px 0 0;
}

.searchResults__cat {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1.0625rem;
  font-weight: normal;
  color: #666666;
  line-height: 1;
  margin: 0;
}

.searchResults__cat a:link, .searchResults__cat a:visited {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.desktop .searchResults__cat a:link:hover, .desktop .searchResults__cat a:visited:hover {
  color: #ffbd1e;
}

.searchResults__article {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1.3125rem;
  color: #333333;
  line-height: 1.14;
  margin: 2px 0 0;
}

.searchResults__article a:link, .searchResults__article a:visited {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.desktop .searchResults__article a:link:hover, .desktop .searchResults__article a:visited:hover {
  color: #ffbd1e;
}

.mapWrap {
  height: 420px;
  margin: 60px 0 100px;
}

.mapWrap--big {
  height: 720px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .mapWrap--big {
    height: 90vh;
  }
}

@media (max-width: 767px) {
  .mapWrap {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

.mapWrap .map {
  height: 100%;
  width: 100%;
}

.gm-style .gm-style-iw-c {
  border-radius: 12px;
  -webkit-box-shadow: 1px 3px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 3px 0px 0px rgba(0, 0, 0, 0.1);
  padding: 18px;
  overflow: inherit;
}

.gm-style .gm-style-iw-t::after {
  display: none;
}

.gm-style .gm-style-iw-t button {
  background-color: #ffbd1e !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50%;
  opacity: 1;
  right: 16px !important;
  top: -10px !important;
}

.gm-style .gm-style-iw-t button img {
  margin: 5px !important;
}

.gm-style .gm-style-iw-t button > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 !important;
}

.desktop .gm-style .link:hover::after {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.gm-style .portfolioBox__title {
  margin-bottom: 10px;
  font-size: 1.125rem;
}

.gm-style .portfolioBox__location {
  text-transform: lowercase;
}

.gm-style .portfolioBox__location::first-letter {
  text-transform: uppercase;
}

.header {
  padding: 35px 0 0;
  position: relative;
  z-index: 3;
}

@media (max-width: 1199px) {
  .header {
    z-index: 3;
  }
}

@media (max-width: 767px) {
  .header {
    padding-top: 25px;
  }
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  width: 185px;
}

@media (max-width: 767px) {
  .header__logo {
    width: 110px;
  }
}

@media (min-width: 1200px) {
  .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__right .socialNav {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header__right {
    display: none;
    background: white;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    padding: 114px 26px 26px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

@media (max-width: 767px) {
  .header__right {
    padding-top: 94px;
  }
}

.headerTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 1200px) {
  .headerTop {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .headerTop {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.headerTop__col {
  position: relative;
}

@media (min-width: 1200px) {
  .headerTop__col:not(:last-child) {
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
  }
  .headerTop__col:not(:last-child):after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #999999;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 1199px) {
  .headerTop__col {
    display: block;
    width: 100%;
    padding: 12px 0;
  }
}

@media (max-width: 1199px) {
  .headerTop__col--search {
    position: absolute;
    width: calc(100% - 26px*2);
    top: 38px;
    left: 26px;
  }
}

@media (max-width: 767px) {
  .headerTop__col--search {
    top: 16px;
  }
}

.headerTop__col--social:after {
  display: none;
}

@media (max-width: 1199px) {
  .headerTop__col--social {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .headerTop__col--social .socialNav {
    padding: 0;
  }
}

.headerTop__link, .headerTop__link:link, .headerTop__link:visited {
  display: inline-block;
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 0.9375rem;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.desktop .headerTop__link:hover, .headerTop__link:focus, .desktop .headerTop__link:link:hover, .headerTop__link:link:focus, .desktop .headerTop__link:visited:hover, .headerTop__link:visited:focus {
  color: #ffbd1e;
}

@media (min-width: 1200px) {
  .headerBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: -15px;
    padding: 35px 0 0;
  }
}

@media (max-width: 1199px) {
  .mainNav {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 13px;
  }
}

.mainNav__ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mainNav__li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
  color: #000000;
}

@media (min-width: 1200px) {
  .desktop .mainNav__li:hover, .mainNav__li:focus {
    background-color: #5b5b5b;
    color: #ffffff;
  }
  .mainNav__li:hover > .mainNav__submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .mainNav__li:hover:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media (max-width: 1199px) {
  .mainNav__li {
    display: block;
  }
}

.mainNav__li--hasSubmenu {
  padding-right: 24px;
}

.mainNav__li--hasSubmenu:after {
  content: "";
  font-family: "icomoon";
  font-size: 0.375rem;
  display: inline-block;
  color: inherit;
  position: absolute;
  top: 20px;
  right: 15px;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media (max-width: 1199px) {
  .mainNav__li--hasSubmenu:after {
    content: "";
    right: 0;
    z-index: -1;
  }
}

@media (max-width: 1199px) {
  .mainNav__li--hasSubmenu {
    padding-right: 0;
  }
}

.mainNav__link, .mainNav__link:link, .mainNav__link:visited {
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 1.125rem;
  color: inherit;
  letter-spacing: .05em;
  display: block;
  line-height: 1;
  padding: 15px;
  -webkit-transition: all .05s ease;
  transition: all .05s ease;
}

@media (max-width: 1199px) {
  .mainNav__link, .mainNav__link:link, .mainNav__link:visited {
    font-size: 1.125rem;
    color: #5b575b;
    padding-left: 0;
    padding-right: 0;
  }
}

.mainNav__link:focus {
  outline: 0;
}

.mainNav__submenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}

@media (min-width: 1200px) {
  .mainNav__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 270px;
    background-color: #5b5b5b;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: center top;
            transform-origin: center top;
    padding: 16px 0;
  }
  .mainNav__submenu--level3 {
    left: 100%;
    top: -16px;
  }
}

@media (min-width: 1200px) and (max-width: 1919px) {
  .mainNav__li:nth-last-child(2) .mainNav__submenu--level3 {
    left: auto;
    right: 100%;
  }
}

.mainNav__li--hasSubmenu:last-child .mainNav__submenu {
  left: auto;
  right: 0;
}

.mainNav__li--hasSubmenu:last-child .mainNav__submenu.mainNav__submenu--level3 {
  right: 100%;
}

@media (max-width: 1199px) {
  .mainNav__submenu {
    display: none;
  }
  .mainNav__submenu--level3 {
    padding-left: 10px;
  }
}

.mainNav__submenuItem {
  display: block;
}

@media (max-width: 1199px) {
  .mainNav__submenuItem {
    margin: 8px 0;
  }
}

.mainNav__submenuItem--hasSubmenu {
  position: relative;
}

@media (min-width: 1200px) {
  .mainNav__submenuItem--hasSubmenu {
    padding-right: 24px;
  }
  .mainNav__submenuItem--hasSubmenu:after {
    content: "";
    font-family: "icomoon";
    font-size: 0.375rem;
    display: inline-block;
    color: inherit;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-90deg) translateY(-50%);
            transform: rotate(-90deg) translateY(-50%);
  }
}

@media (min-width: 1200px) and (max-width: 1199px) {
  .mainNav__submenuItem--hasSubmenu:after {
    content: "";
    right: 0;
    z-index: -1;
  }
}

@media (max-width: 1199px) {
  .mainNav__submenuItem--hasSubmenu {
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .desktop .mainNav__submenuItem--hasSubmenu:hover .mainNav__submenu {
    opacity: 1;
    visibility: visible;
  }
}

.mainNav__submenuLink, .mainNav__submenuLink:link, .mainNav__submenuLink:visited {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1.125rem;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: .05em;
  line-height: 1;
  padding: 8px 20px;
}

@media (min-width: 1200px) {
  .mainNav__submenuLink, .mainNav__submenuLink:link, .mainNav__submenuLink:visited {
    background-color: #5b5b5b;
    color: #ffffff;
  }
}

@media (max-width: 1199px) {
  .mainNav__submenuLink, .mainNav__submenuLink:link, .mainNav__submenuLink:visited {
    color: #5b575b;
    padding-left: 0;
    max-width: calc(100% - 40px);
  }
}

.mainNav__submenuLink--active,
.desktop .mainNav__submenuLink:hover, .mainNav__submenuLink:focus {
  color: #ffbd1e;
}

.mainNav__submenuLink:focus {
  outline: 0;
}

@media (min-width: 1200px) {
  .mainNav__submenuTrigger {
    display: none;
  }
}

@media (max-width: 1199px) {
  .mainNav__submenuTrigger {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    color: #5b575b;
  }
  .mainNav__submenuTrigger:after {
    content: "";
    font-family: "icomoon";
    font-size: 0.375rem;
    display: inline-block;
    color: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mainNav__submenuTrigger--open:after {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
  }
}

.searchTrigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: none;
  margin: 0;
  display: inline-block;
  color: #000000;
  font-size: 16px;
  padding: 8px 12px;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .searchTrigger {
    display: none;
  }
}

.searchTrigger__icon {
  color: inherit;
  font-size: inherit;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.searchTrigger .icon-close {
  opacity: 0;
}

.search--open .searchTrigger .icon-close {
  opacity: 1;
}

.search--open .searchTrigger .icon-search {
  opacity: 0;
}

.desktop .searchTrigger:hover {
  color: #ffbd1e;
}

@media (max-width: 1199px) {
  .langNav {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 15px 0;
  }
}

.langNav__ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}

.langNav__li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.langNav__li:not(:last-child) {
  margin-right: 6px;
}

@media (min-width: 1200px) {
  .langNav__link, .langNav__link:link, .langNav__link:visited {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    font-family: "PFSpekkVARMedium", sans-serif;
    font-size: 0.9375rem;
    background-color: #f2f2f2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #000000;
  }
  .langNav__link--active, .langNav__link--active:link, .langNav__link--active:visited {
    background-color: #ffbd1e;
  }
  .desktop .langNav__link:hover, .langNav__link:focus {
    background-color: #ffbd1e;
  }
}

.langNav__link:focus {
  outline: 0;
}

@media (max-width: 1199px) {
  .langNav__link, .langNav__link:link, .langNav__link:visited {
    display: inline-block;
    font-family: "PFSpekkVARMedium", sans-serif;
    font-size: 1.125rem;
    font-weight: normal;
    color: #5b575b;
    line-height: 1;
  }
}

@media (max-width: 1199px) {
  .langNav__link--active {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .langNav__abbr {
    display: none;
  }
}

@media (min-width: 1200px) {
  .langNav__text {
    display: none;
  }
}

@media (min-width: 1200px) {
  .menuTrigger {
    display: none;
  }
}

@media (max-width: 1199px) {
  .menuTrigger {
    display: inline-block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    background: none;
    margin: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555a55;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    background-color: #ffffff;
  }
  .desktop .menuTrigger:hover {
    color: #ffbd1e;
  }
  .menuTrigger:before, .menuTrigger:after {
    font-family: "icomoon";
    font-size: 1.25rem;
    color: inherit;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .menuTrigger:before {
    content: "";
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .menuTrigger:after {
    content: "";
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    font-size: 1.5rem;
  }
  .menu--open .menuTrigger {
    position: relative;
    z-index: 9999;
  }
  .menu--open .menuTrigger:before {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
  .menu--open .menuTrigger:after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

.searchInput {
  position: relative;
}

@media (max-width: 1199px) {
  .searchInput {
    width: 280px;
  }
}

.searchInput__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: none;
  margin: 0;
  background: #f2f2f2;
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1.0625rem;
  font-weight: normal;
  color: #000000;
  line-height: 1;
  padding: 10px 45px 9px 18px;
  border-radius: 25px;
}

.searchInput__input:focus {
  outline: 1px solid #ffbd1e;
}

.searchInput__input:-internal-autofill-selected {
  -webkit-box-shadow: inset 100px 100px 100px #f2f2f2;
          box-shadow: inset 100px 100px 100px #f2f2f2;
}

@media (max-width: 1199px) {
  .searchInput__input {
    width: 100%;
  }
}

.searchInput__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: none;
  margin: 0;
  display: inline-block;
  color: #000000;
  font-size: 16px;
  padding: 8px 12px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.desktop .searchInput__btn:hover {
  color: #ffbd1e;
}

.searchRow {
  position: relative;
}

@media (min-width: 1200px) {
  .searchRow {
    padding-right: 40px;
  }
  .searchRow .form--search {
    display: none;
  }
}

.footer {
  padding: 94px 0 66px;
  border-top: 1px solid #cccccc;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__row:not(:first-child) {
  padding-top: 80px;
}

@media (max-width: 1023px) {
  .footer__row:not(:first-child) {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .footer__row:not(:first-child) {
    padding-top: 0;
  }
}

.footer__row--vCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1023px) {
  .footer__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023px) {
  .footer__left {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .footer__left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .footer__left:before, .footer__left:after {
    content: "";
    width: calc(100% + 40px);
    margin-left: -20px;
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    left: 0;
  }
  .footer__left:before {
    top: 0;
  }
  .footer__left:after {
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .footer__right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.footer__logo {
  width: 146px;
  margin: 0 120px 0 0;
}

@media (max-width: 767px) {
  .footer__logo {
    display: none;
  }
}

.footerNavs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footerNav {
  padding: 0 30px 0 20px;
}

@media (min-width: 768px) {
  .footerNav {
    border-left: 1px solid #b1b1b1;
  }
}

@media (max-width: 767px) {
  .footerNav {
    padding-right: 20px;
  }
  .footerNav:first-child {
    padding-left: 0;
  }
  .footerNav:last-child {
    padding-right: 0;
  }
}

.footerNav__ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footerNav__li {
  display: block;
  margin: 0;
}

.footerNav__li:not(:last-child) {
  margin-bottom: 15px;
}

.footerNav__link, .footerNav__link:link, .footerNav__link:visited {
  display: inline-block;
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 1.0625rem;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
}

.desktop .footerNav__link:hover, .footerNav__link:focus, .desktop .footerNav__link:link:hover, .footerNav__link:link:focus, .desktop .footerNav__link:visited:hover, .footerNav__link:visited:focus {
  color: #ffbd1e;
}

.footerNav__link:focus, .footerNav__link:link:focus, .footerNav__link:visited:focus {
  outline: 0;
}

.footerNav__link--sec, .footerNav__link--sec:link, .footerNav__link--sec:visited {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1.0625rem;
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copyright__text {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1rem;
  color: #000000;
  margin: 0;
  line-height: 1;
}

@media (max-width: 767px) {
  .copyright__text {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .copyright {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .copyNav {
    margin: 20px 0;
  }
}

.copyNav__ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.copyNav__li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 13px;
  padding-left: 13px;
  position: relative;
}

.copyNav__li:before {
  content: '';
  width: 1px;
  height: 14px;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .copyNav__li:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .copyNav__li:first-child:before {
    display: none;
  }
}

.copyNav__link, .copyNav__link:link, .copyNav__link:visited {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1rem;
  color: #000000;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.desktop .copyNav__link:hover, .copyNav__link:focus {
  color: #ffbd1e;
}

.copyNav__link:focus {
  outline: 0;
}

.kudos {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1rem;
  color: #000000;
  line-height: 1;
  margin: 0;
}

.kudos a, .kudos a:link, .kudos a:visited {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.desktop .kudos a:hover, .kudos a:focus, .desktop .kudos a:link:hover, .kudos a:link:focus, .desktop .kudos a:visited:hover, .kudos a:visited:focus {
  color: #ffbd1e;
}

.newsletter__title {
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 1.0625rem;
  color: #000000;
  margin: 0 0 6px;
  line-height: 1;
}

.newsletterRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 1px solid #b1b1b1;
  position: relative;
  padding-top: 8px;
}

.newsletterRow__success {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
}

.newsletterRow .iconButton {
  font-size: 0.625rem;
  padding: 0;
}

@media (max-width: 767px) {
  .newsletterRow {
    width: 300px;
  }
}

.newsletterField {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.newsletterField input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: none;
  margin: 0;
  padding: 8px 0;
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1.0625rem;
  color: #000000;
  line-height: 1;
}

.newsletterField input:focus, .newsletterField input.complete {
  outline: 0;
}

.newsletterField input:focus ~ label, .newsletterField input.complete ~ label {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.newsletterField label {
  font-family: "PFSpekkVARMedium", sans-serif;
  font-size: 1.0625rem;
  color: #000000;
  line-height: 1;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.socialNav {
  padding: 30px 0 0;
}

.socialNav__ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.socialNav__li {
  display: block;
}

.socialNav__link {
  font-family: "PFSpekkVAR", sans-serif;
  font-size: 1.0625rem;
  color: #000000;
  line-height: 1.76;
}

.socialNav__link [class*='icon'] {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  font-size: 27px;
  color: #5b5b5b;
  margin: 0 7px 0 0;
}
/*# sourceMappingURL=main.css.map */