* {
  outline: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  border-radius: 0;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* GRID ======================================================================== */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
body {
  width: 100%;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* EXTRA ======================================================================= */
img.scale {
  max-width: 100%;
  height: auto;
}
::-moz-selection {
  background: #857146;
  color: #fff;
}
::selection {
  background: #857146;
  color: #fff;
}
::-moz-selection {
  background: #857146;
  color: #fff;
}
#privacypolicy {
  position: fixed;
  height: 100%;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 90;
}
#privacypolicy.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: auto;
  z-index: 90;
}
#privacypolicy .privacypolicy-content {
  background-color: #857146;
  padding: 30px;
}
#privacypolicy a {
  color: white;
}
#privacypolicy .privacy-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#privacypolicy .privacy-grid .privacy-item {
  margin-right: 20px;
}
#privacypolicy .privacy-grid .privacy-item:last-child {
  margin: 0;
}
#privacypolicy .privacy-btn {
  position: relative;
  /*background-image   : url('../images/privacy-close.svg');
		background-repeat  : no-repeat;
		background-position: center center;
		background-size    : contain;*/
  /*width              : 15px;
		height             : 15px;*/
  cursor: pointer;
  border: 1px solid #fff;
  padding: 2px 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#privacypolicy .privacy-settings {
  display: none;
  margin-top: 5px;
}
#privacypolicy .privacy-settings.active {
  display: block;
}
#privacypolicy .privacy-settings input[type=checkbox] {
  -webkit-appearance: none;
  border: 1px solid #fff;
}
#privacypolicy .privacy-settings label {
  position: relative;
  color: #fff;
  margin-left: 30px;
}
#privacypolicy .privacy-settings:not(#IE8) label:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: -30px;
  top: 1px;
  border: 1px solid #fff;
  cursor: pointer;
  line-height: 1.15;
}
#privacypolicy .privacy-settings:not(#IE8) input[type=checkbox] {
  display: none;
}
#privacypolicy .privacy-settings:not(#IE8) input[type=checkbox]:checked + label:before {
  content: "\2573";
  /*@media screen and (min-width:0\0) {
				line-height: 8px;
			}*/
}
#privacypolicy .privacy-settings.error:not(#IE8) label:before {
  border: 2px solid crimson !important;
}
/* CMS ========================================================================= */
.uniform__potty {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.erroneous {
  border-color: crimson !important;
}
.error {
  color: crimson;
}
/* PLUGINS ===================================================================== */
/* SIMPLE LIGHTBOX ===================================================================== */
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
  display: none;
  z-index: 1035;
}
.sl-wrapper {
  z-index: 1040;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
  width: 20px;
  height: 20px;
  background-image: url('../images/close.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.sl-wrapper .sl-close:focus {
  outline: none;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
  width: 40px;
  height: 40px;
  background-image: url('../images/arrow_right.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
  width: 40px;
  height: 40px;
  background-image: url('../images/arrow_left.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.sl-transition {
  transition: -ms-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  -webkit-transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
/* SLICK Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick/slick.eot');
  src: url('../fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick/slick.woff') format('woff'), url('../fonts/slick/slick.ttf') format('truetype'), url('../fonts/slick/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
#particles-js2,
#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.disableLanding {
  cursor: pointer;
}
.landing {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.landing.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.landingpage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.landingpage .container {
  position: relative;
  width: 100%;
  height: 100%;
}
.landingpage .logo {
  width: 100%;
  text-align: center;
  padding-top: 50px;
  position: relative;
  z-index: 10;
}
.landingpage .logo img {
  width: 200px;
}
.landingpage .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: calc(100vh - 300px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.landingpage .text-image {
  width: 30vw;
}
.landingpage .text img {
  width: 100%;
  height: 100%;
}
.landingpage .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.landingpage .background__moon {
  position: absolute;
  top: 0;
  left: 0;
}
.landingpage .background__moon-one {
  padding-top: 2.5vw;
  padding-left: 16vw;
}
.landingpage .background__moon-one img {
  width: 100%;
  height: 100%;
}
.landingpage .background__upper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.landingpage .background__upper-one {
  padding-left: 22vw;
}
.landingpage .background__upper-one img {
  width: 200px;
}
.landingpage .background__upper-two {
  padding-right: 2.5vw;
}
.landingpage .background__upper-two img {
  width: 300px;
}
.landingpage .background__lower {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .landingpage .logo img {
    width: 30vw;
  }
  .landingpage .text-image {
    width: 55vw;
  }
  .landingpage .background__moon-one {
    padding-top: 10vw;
    padding-left: 10vw;
  }
  .landingpage .background__upper-one {
    padding-left: 2.5vw;
  }
  .landingpage .background__upper-one img {
    width: 20vw;
  }
  .landingpage .background__upper-two {
    padding-right: 2.5vw;
  }
  .landingpage .background__upper-two img {
    width: 30vw;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1024px) {
  .landingpage .logo img {
    width: 10vw;
  }
  .landingpage .text {
    height: calc(100vh - 150px);
  }
  .landingpage .text-image {
    width: 25vw;
  }
}
/* VARIABLES =================================================================== */
/*
@gutter: 2%;
@columns: 16;
*/
.legal {
  padding-inline: 70px;
  padding-bottom: 100px;
}
#privacypolicy {
  background: white;
  color: #222222;
}
#privacypolicy a {
  color: #222222;
}
.termsfeed-com---nb-simple {
  max-width: unset!important;
  bottom: 25px!important;
  left: 25px!important;
  right: 25px!important;
}
.cc-nb-main-container {
  font-size: 13px!important;
  background: #857146 !important;
  display: -ms-grid!important;
  display: grid!important;
  -ms-grid-columns: 1fr 1fr!important;
  grid-template-columns: 1fr 1fr!important;
  padding: 20px 50px!important;
}
@media only screen and (max-width: 1200px) {
  .cc-nb-main-container {
    padding: 20px 50px!important;
    -ms-grid-columns: 1fr!important;
    grid-template-columns: 1fr!important;
  }
}
.cc-nb-title-container {
  display: none!important;
}
.cc-nb-text {
  color: white!important;
  line-height: 1.5 !important;
  font-size: 12px!important;
  margin: 0!important;
}
@media only screen and (max-width: 1000px) {
  .cc-nb-text {
    margin-bottom: 15px!important;
  }
}
@media only screen and (max-width: 1000px) {
  .cc-nb-text-container {
    grid-column: unset!important;
    grid-row: unset!important;
  }
}
.cc-nb-okagree {
  background: none!important;
  border: none!important;
  color: black!important;
  background: rgba(255, 255, 255, 0.7) !important;
}
.cc-nb-okagree:hover {
  background: #222222 !important;
  color: white!important;
}
.cc-nb-reject {
  background: none!important;
  border: none!important;
  color: white!important;
  opacity: 50%!important;
}
.cc-nb-changep {
  background: none!important;
  border: none!important;
  color: white!important;
  opacity: 40%!important;
}
.cc-nb-buttons-container {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
      -ms-flex-direction: row!important;
          flex-direction: row!important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  -webkit-box-align: center!important;
      -ms-flex-align: center!important;
          align-items: center!important;
  height: 100%!important;
}
@media only screen and (max-width: 1200px) {
  .cc-nb-buttons-container {
    grid-column: unset!important;
    grid-row: unset!important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
.cc-nb-buttons-container button {
  text-transform: uppercase!important;
  letter-spacing: 0.075em !important;
  font-size: 10px!important;
  outline: none!important;
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
  padding: 10px 20px!important;
}
@media only screen and (max-width: 1200px) {
  .cc-nb-buttons-container button {
    width: 100%!important;
  }
}
.cc-cp-foot-save {
  background: #222222 !important;
}
.cc-cp-foot-save:focus {
  outline: none!important;
  border: none!important;
}
/* ANIMATIONS ====================================================================== */
@-webkit-keyframes showHide {
  /*0% {
        width:100%;
    }
    35% {
        width:0%;
    }
    65% {
        width:0%;
    }
    100% {
        width:100%;
    }*/
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes showHide {
  /*0% {
        width:100%;
    }
    35% {
        width:0%;
    }
    65% {
        width:0%;
    }
    100% {
        width:100%;
    }*/
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes showMe {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes showMe {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes showHide2 {
  /*0% {
        width:100%;
    }
    25% {
        width:0%;
    }
    65% {
        width:0%;
    }
    100% {
        width:100%;
    }*/
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes showHide2 {
  /*0% {
        width:100%;
    }
    25% {
        width:0%;
    }
    65% {
        width:0%;
    }
    100% {
        width:100%;
    }*/
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes imageZoom {
  0% {
    -webkit-transform: scale(1) translate(0, -50%);
            transform: scale(1) translate(0, -50%);
  }
  50% {
    -webkit-transform: scale(1.07) translate(0, -50%);
            transform: scale(1.07) translate(0, -50%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, -50%);
            transform: scale(1) translate(0, -50%);
  }
}
@keyframes imageZoom {
  0% {
    -webkit-transform: scale(1) translate(0, -50%);
            transform: scale(1) translate(0, -50%);
  }
  50% {
    -webkit-transform: scale(1.07) translate(0, -50%);
            transform: scale(1.07) translate(0, -50%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, -50%);
            transform: scale(1) translate(0, -50%);
  }
}
@-webkit-keyframes blockSlide {
  0% {
    width: 0%;
  }
  100% {
    width: 49%;
  }
}
@keyframes blockSlide {
  0% {
    width: 0%;
  }
  100% {
    width: 49%;
  }
}
@-webkit-keyframes blockSlide2 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes blockSlide2 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes imageLoad {
  0% {
    opacity: 0;
    width: 0%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@keyframes imageLoad {
  0% {
    opacity: 0;
    width: 0%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
.blockSlide {
  width: 0;
  -webkit-animation: blockSlide 0.5s ease-in-out forwards 0.5s;
          animation: blockSlide 0.5s ease-in-out forwards 0.5s;
}
.blockSlide > * {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-in-out forwards 1s;
          animation: fadeIn 0.5s ease-in-out forwards 1s;
}
.blockSlide2 {
  width: 0;
  -webkit-animation: blockSlide2 0.5s ease-in-out forwards 0.5s;
          animation: blockSlide2 0.5s ease-in-out forwards 0.5s;
}
.blockSlide2 > * {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-in-out forwards 1s;
          animation: fadeIn 0.5s ease-in-out forwards 1s;
}
.imagezoom {
  -webkit-animation: imageZoom 30s ease-in alternate infinite 1s;
          animation: imageZoom 30s ease-in alternate infinite 1s;
}
@media screen and (min-width: 0 \0) {
  section {
    overflow: hidden;
  }
  .imagezoom {
    -webkit-animation: none !important;
            animation: none !important;
    opacity: 1 !important;
  }
  .blockSlide {
    -webkit-animation: none;
            animation: none;
    width: 49%;
  }
  .blockSlide2 {
    -webkit-animation: none;
            animation: none;
    width: 100%;
  }
}
.fadeanimationIn {
  opacity: 0;
}
/*
.fadeIn{
    animation: fadeIn .5s ease-in-out forwards;
    &.delay03{
        animation-delay: .3s;
    }
    &.delay05{
        animation-delay: .5s;
    }
    &.delay07{
        animation-delay: .7s;
    }
}*/
.fadeIn {
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
          animation: fadeIn 0.5s ease-in-out forwards;
}
.fadeIn.up {
  -webkit-animation: fadeInUp 0.5s ease-in-out forwards;
          animation: fadeInUp 0.5s ease-in-out forwards;
}
.fadeIn.delay03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fadeIn.delay05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeIn.delay07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fadeIn.delay09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.fadeIn.delay11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.fadeanimation {
  opacity: 0;
}
.fadeanimation.fadeIn {
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
          animation: fadeIn 0.5s ease-in-out forwards;
}
.fadeanimation.delay03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fadeanimation.delay05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeanimation.delay07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fadeanimation.delay09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.fadeanimation.delay11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.imageAnimation {
  opacity: 0;
  height: 0%;
}
.imageAnimation.imageLoad {
  -webkit-animation: imageLoad 0.8s ease-out forwards 0.8s;
          animation: imageLoad 0.8s ease-out forwards 0.8s;
}
.imageAnimation.imageLoad.imagezoom {
  -webkit-animation: imageLoad 0.8s ease-out forwards 0.8s, imageZoom 30s ease-in infinite 1.5s;
          animation: imageLoad 0.8s ease-out forwards 0.8s, imageZoom 30s ease-in infinite 1.5s;
}
.real-estate-cat {
  height: unset;
}
.real-estate-cat.plg-container {
  height: unset;
}
.real-estate-cat .plg-grid {
  width: 100%;
}
.realestatecat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.realestatecat-inner {
  width: 77%;
  margin-right: 52.5px;
}
.realestatecat-banner {
  position: relative;
  height: 420px;
}
.realestatecat-banner-image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.realestatecat-banner-image:after {
  position: absolute;
  inset: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  mix-blend-mode: color;
}
.realestatecat-banner-image:before {
  position: absolute;
  inset: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(134, 113, 70, 0.25);
  mix-blend-mode: color;
}
.realestatecat-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding-block: 80px;
}
.realestatecat-switch a {
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #857146;
  padding: 8px 10px;
}
.realestatecat-switch a.active {
  background: #857146;
  color: white;
}
.realestatecat-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding-block: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.realestatecat-footer a {
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #857146;
  padding: 8px 10px;
}
.realestatecat-footer a.active {
  display: none;
}
.realestatecat-header {
  padding-bottom: 70px;
  color: black;
}
.realestatecat-header h1 {
  color: #857146;
}
.realestatecat-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 7px 1fr 7px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  row-gap: 75px;
}
@media only screen and (max-width: 1024px) {
  .realestatecat-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 650px) {
  .realestatecat-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.realestatecat-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.realestatecat-grid-item h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 10px 0;
}
.realestatecat-grid-item-thumbnail {
  display: block;
  text-decoration: none;
}
.realestatecat-grid-item-thumbnail picture {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 63%;
  position: relative;
  overflow: hidden;
}
.realestatecat-grid-item-thumbnail picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.realestatecat-grid-item-loc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.realestatecat-grid-item-body {
  font-weight: 300;
  padding-right: 30px;
}
.realestatecat-grid-item-body p {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.realestatecat-grid-item-body p:not(.realestatecat-grid-item-body p:nth-of-type(1)) {
  display: none;
}
/* STYLES ====================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #857146;
  height: 100%;
  max-width: 3000px;
  margin: 0 auto;
  padding: 0;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5;
  -webkit-animation: fadeIn 1s ease-in alternate;
          animation: fadeIn 1s ease-in alternate;
}
body.fixed {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
}
h1 {
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1.375;
}
h2 {
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1.375;
}
p {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}
a {
  display: inline-block;
  color: #857146;
}
#form-success {
  display: none;
}
#feedback.erroneous,
#feedback.error {
  padding: 10px;
  text-align: center;
  background-color: crimson;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
}
.disable-scrollbars {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  overflow: hidden;
}
.disable-scrollbars::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* Chrome/Safari/Webkit */
}
.plg-img {
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.plg-img.contain {
  background-size: contain;
}
.plg-img.custom {
  background-position: 65% 50%;
}
.btn {
  text-decoration: none;
}
.btn:after {
  content: '';
  background-color: #857146;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:hover,
.btn:focus,
.btn.active {
  text-decoration: none;
}
.btn:hover:after,
.btn:focus:after,
.btn.active:after {
  width: 0%;
}
.plg-morebtn {
  display: none;
}
.overflow-hidden {
  overflow: hidden;
}
.plg-scroll {
  position: absolute;
  right: 20px;
  bottom: 30px;
  display: none;
  pointer-events: none;
}
.plg-scroll img {
  width: 22px;
  height: auto;
}
.plg-scroll.active {
  display: block;
}
.slick-list {
  height: 100%;
  width: 100%;
}
.slick-list .slick-track {
  height: 100%;
}
.slick-list .slick-track .slick-slide > div {
  height: 100%;
  width: 100%;
}
.plg-headerspacer {
  display: none;
}
#form input[type="text"],
#form input[type="email"],
#form textarea {
  display: block;
  width: 100%;
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #857146;
  padding: 8px 2px;
}
#form input[type="text"]::-webkit-input-placeholder, #form input[type="email"]::-webkit-input-placeholder, #form textarea::-webkit-input-placeholder {
  color: #dbd7cd;
  text-transform: uppercase;
  font-size: 12px;
}
#form input[type="text"]::-moz-placeholder, #form input[type="email"]::-moz-placeholder, #form textarea::-moz-placeholder {
  color: #dbd7cd;
  text-transform: uppercase;
  font-size: 12px;
}
#form input[type="text"]:-ms-input-placeholder, #form input[type="email"]:-ms-input-placeholder, #form textarea:-ms-input-placeholder {
  color: #dbd7cd;
  text-transform: uppercase;
  font-size: 12px;
}
#form input[type="text"]::-ms-input-placeholder, #form input[type="email"]::-ms-input-placeholder, #form textarea::-ms-input-placeholder {
  color: #dbd7cd;
  text-transform: uppercase;
  font-size: 12px;
}
#form input[type="text"]::placeholder,
#form input[type="email"]::placeholder,
#form textarea::placeholder {
  color: #dbd7cd;
  text-transform: uppercase;
  font-size: 12px;
}
#form textarea {
  border-bottom: 1px solid #857146;
  padding-left: 4px;
  padding-right: 4px;
}
#form textarea::-webkit-input-placeholder {
  color: #dbd7cd;
}
#form textarea::-moz-placeholder {
  color: #dbd7cd;
}
#form textarea:-ms-input-placeholder {
  color: #dbd7cd;
}
#form textarea::-ms-input-placeholder {
  color: #dbd7cd;
}
#form textarea::placeholder {
  color: #dbd7cd;
}
#form .policy {
  margin-bottom: 25px;
}
#form .policy label {
  position: relative;
  color: #857146;
  margin-left: 30px;
}
#form .policy label a {
  color: #857146;
}
#form .policy:not(#IE8) label:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: -30px;
  top: 1px;
  border: 1px solid #857146;
  cursor: pointer;
}
#form .policy:not(#IE8) input[type=checkbox] {
  display: none;
}
#form .policy:not(#IE8) input[type=checkbox]:checked + label:before {
  background-color: #857146;
}
@media screen and (min-width: 0 \0) {
  #form .policy:not(#IE8) input[type=checkbox]:checked + label:before {
    line-height: 8px;
  }
}
#form .policy.error:not(#IE8) label:before {
  border: 1px solid crimson !important;
}
#form #form-submit {
  display: inline-block;
  margin: 0 auto 15px 0;
  line-height: 1;
  border: 1px solid #857146;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
}
#form #form-submit:hover {
  background-color: #857146;
  color: white;
}
#form small {
  padding-bottom: 50px;
}
.plg-container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
}
.plg-baseline {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 20px 0 !important;
}
.plg-intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 100;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plg-intro .plg-intro__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 230px;
}
.plg-intro .plg-intro__logoblock,
.plg-intro .plg-intro__baselineblock {
  position: relative;
}
.plg-intro .plg-intro__logo {
  width: 230px;
  height: auto;
}
.plg-intro .plg-intro__baseline {
  font-weight: 500;
  font-size: 14.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  margin-top: 10px;
}
.plg-intro .plg-intro__effect {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: white;
}
.plg-intro.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*.plg-intro__effect{
            animation: showHide 5s ease-in alternate 1;
        }*/
}
.plg-intro.active .plg-intro__logo {
  -webkit-animation: fadeIn 3s ease-in-out;
          animation: fadeIn 3s ease-in-out;
}
.plg-intro.active .plg-intro__logoblock .plg-intro__effect {
  width: 100%;
  -webkit-animation: showMe 2s ease-in forwards;
          animation: showMe 2s ease-in forwards;
}
.plg-intro.active .plg-intro__baselineblock {
  /*animation: fadeInOut 4s ease-in alternate 1;
            animation-delay: 1s;*/
  -webkit-animation: fadeIn 2s ease-in-out;
          animation: fadeIn 2s ease-in-out;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.plg-intro.active .plg-intro__baselineblock .plg-intro__effect {
  /*animation: showHide 4s ease-in alternate 1;
                animation-delay: 1s;*/
  width: 100%;
  -webkit-animation: showMe 2s ease-in forwards;
          animation: showMe 2s ease-in forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 89;
  padding: 70px 0 45px 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
header .plg-header__content {
  max-width: 1230px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .plg-logo {
  z-index: 91;
}
header .plg-logo img {
  width: 165px;
  height: auto;
}
header:before {
  z-index: 88;
  content: '';
  width: 0;
  height: 100%;
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header.active:before {
  width: 100%;
}
.plg-header__sitenav {
  position: absolute;
  right: 20px;
  top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
}
.plg-header__sitenav .plg-header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plg-header__sitenav .plg-header__socials a img {
  width: 20px;
}
.plg-header__sitenav .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.plg-header__sitenav .lang li {
  list-style-type: none;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plg-header__sitenav .lang li a {
  text-decoration: none;
  display: inline-block;
}
.plg-header__sitenav--mobile {
  display: none;
}
.plg-hamburger {
  display: block;
  z-index: 90;
  margin: 0;
  cursor: pointer;
  border: 0;
}
.plg-hamburger .plg-hamburger__box {
  width: 20px;
  height: 22px;
  pointer-events: none;
}
.plg-hamburger .plg-hamburger__box .plg-hamburger__inner {
  pointer-events: none;
  position: absolute;
  top: 10px;
  width: 20px;
  height: 3px;
  background-color: #857146;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 0;
}
.plg-hamburger .plg-hamburger__box .plg-hamburger__inner:before {
  display: block;
  content: '';
  position: absolute;
  width: 20px;
  height: 3px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 0;
  background-color: #857146;
  top: -6px;
  -webkit-transition: top 75ms ease 0.12s, opacity 75ms ease;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.plg-hamburger .plg-hamburger__box .plg-hamburger__inner:after {
  display: block;
  content: '';
  position: absolute;
  width: 20px;
  height: 3px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 0;
  background-color: #857146;
  bottom: -6px;
  -webkit-transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.plg-hamburger.active .plg-hamburger__box .plg-hamburger__inner {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
nav {
  position: relative;
  width: 0;
  opacity: 0;
  margin: 0 40px 0 auto;
  visibility: hidden;
  z-index: 89;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav ul:not(.lang) {
  opacity: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: opacity 0s ease-in-out;
  transition: opacity 0s ease-in-out;
  margin: 0;
  padding: 0;
}
nav ul:not(.lang) li {
  margin-right: 30px;
}
nav ul:not(.lang) li a {
  font-size: 13px;
  line-height: 1.74;
  letter-spacing: 0.025em;
  color: #857146;
  text-decoration: none;
  text-transform: uppercase;
}
nav ul:not(.lang) li a:after {
  content: '';
  background-color: #857146;
  height: 1px;
  width: 0;
  position: absolute;
  top: -20px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav ul:not(.lang) li a:hover:after,
nav ul:not(.lang) li a:focus:after,
nav ul:not(.lang) li a.active:after {
  width: 100%;
}
nav ul:not(.lang) li:last-child {
  margin-right: 0;
}
nav .lang {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -20px;
  width: auto !important;
  margin: 0;
  padding: 0;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  opacity: 0;
}
nav .lang li {
  display: inline-block;
  margin-right: 10px;
}
nav .lang li:last-child {
  margin-right: 0;
}
nav .lang li a {
  text-decoration: none;
  font-size: 11px;
  line-height: 1.74;
  letter-spacing: 0.025em;
  color: #857146;
  /*&:after{
                    content: '';
                    background-color: @color;
                    height: 1px;
                    width: 0;
                    position: absolute;
                    top: -20px;
                    left: 0;
                    transition: all .3s ease-in-out;
                }
                &:hover, &:focus, &.active{
                    &:after{
                        width: 100%;
                    }
                }*/
}
nav .lang li a.active {
  font-weight: bold;
}
nav.active {
  visibility: visible;
  width: auto;
  opacity: 1;
}
nav.active ul {
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#plg-home1 {
  height: 100%;
}
#plg-home1 .plg-grid {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#plg-home1 .plg-grid .plg-grid__item {
  width: 100%;
  max-width: 510px;
  margin-top: 50vh;
  padding-bottom: 50px;
}
#plg-home1 .plg-grid .plg-grid__item h1 {
  margin: 0 0 80px 0;
  text-shadow: 0.1px 0.1px rgba(255, 255, 255, 0.4);
}
#plg-home1 .plg-grid .plg-grid__item h2 {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 20px 0 !important;
}
#plg-home1 .plg-grid .plg-grid__item ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#plg-home1 .plg-grid .plg-grid__item ul li {
  margin-bottom: 15px;
}
#plg-home1 .plg-grid .plg-grid__item a {
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
}
#plg-home1 .plg-grid .plg-grid__item a:after {
  content: '';
  background-color: #857146;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#plg-home1 .plg-grid .plg-grid__item a:hover:after,
#plg-home1 .plg-grid .plg-grid__item a:focus:after,
#plg-home1 .plg-grid .plg-grid__item a.active:after {
  width: 0%;
}
#plg-home1 .plg-grid__background {
  width: 77%;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: absolute;
  top: 0;
  right: 52.5px;
  z-index: -1;
}
#plg-history1 {
  height: 100%;
  width: 100%;
}
#plg-history1 .plg-grid {
  height: 100%;
  width: 100%;
  padding-right: 52.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#plg-history1 .plg-grid .plg-grid__item {
  height: 100%;
  padding-top: 50vh;
  width: 19%;
  min-width: 260px;
  padding-right: 40px;
}
#plg-history1 .plg-grid .plg-grid__item ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#plg-history1 .plg-grid .plg-grid__item ul li {
  margin-bottom: 25px;
}
#plg-history1 .plg-grid .plg-grid__item ul li a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 1.6;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#plg-history1 .plg-grid .plg-grid__item ul li a:hover {
  color: #dbd7cd;
}
#plg-history1 .plg-grid .plg-grid__item ul li:last-child {
  margin-bottom: 0;
}
#plg-history1 .plg-grid__background {
  width: 77%;
  height: 100%;
  z-index: -1;
}
#plg-historyitem1 {
  height: 100%;
  width: 100%;
}
#plg-historyitem1 .plg-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  padding-right: 52.5px;
}
#plg-historyitem1 .plg-grid .plg-grid__item {
  height: 100%;
}
#plg-historyitem1 .plg-grid .plg-grid__item:first-child {
  height: 100%;
  padding-top: 50vh;
  width: 19%;
  min-width: 260px;
  padding-right: 40px;
}
#plg-historyitem1 .plg-grid .plg-grid__item:first-child ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#plg-historyitem1 .plg-grid .plg-grid__item:first-child ul li {
  margin-bottom: 25px;
}
#plg-historyitem1 .plg-grid .plg-grid__item:first-child ul li a {
  color: #dbd7cd;
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 1.6;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#plg-historyitem1 .plg-grid .plg-grid__item:first-child ul li a:hover,
#plg-historyitem1 .plg-grid .plg-grid__item:first-child ul li a.active {
  color: #857146;
}
#plg-historyitem1 .plg-grid .plg-grid__item:first-child ul li:last-child {
  margin-bottom: 0;
}
#plg-historyitem1 .plg-grid .plg-grid__item:last-child {
  width: 77%;
  height: 100%;
}
#plg-historyitem1 .plg-grid .plg-grid__item:last-child .plg-grid__content {
  height: 100%;
  z-index: 2;
  background-color: rgba(30, 23, 11, 0.8);
}
#plg-historyitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text {
  height: 100%;
  padding: 0 80px;
  padding-bottom: 50px;
  color: white;
  overflow-y: auto;
}
#plg-historyitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text h1 {
  position: absolute;
  top: 23vh;
  left: 80px;
  right: 80px;
  width: calc(100% - 160px);
}
#plg-historyitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text a {
  color: white;
}
#plg-historyitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text .plg-grid__txt {
  padding-top: 50vh;
}
#plg-historyitem1 .plg-grid .plg-grid__item:last-child .plg-img-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 49%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #584d34;
  background-blend-mode: multiply;
}
#plg-historyitem1 .plg-grid .plg-grid__item:last-child .plg-img {
  z-index: -1;
  background-position: center;
}
#plg-historyitem1.mission .plg-grid .plg-grid__item:last-child .plg-grid__text .plg-grid__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: calc(100% + 80px);
  margin-left: -40px;
}
#plg-historyitem1.mission .plg-grid .plg-grid__item:last-child .plg-grid__text .plg-grid__txt .plg-grid__txtitem {
  width: calc(50% - 80px);
  margin: 0 40px;
}
#plg-beverages1 {
  height: 100%;
}
#plg-beverages1 .plg-grid {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#plg-beverages1 .plg-grid .plg-grid__item {
  width: 100%;
  max-width: 510px;
  margin-top: 60vh;
}
#plg-beverages1 .plg-grid .plg-grid__item h1 {
  margin: 0 0 80px 0;
}
#plg-beverages1 .plg-grid .plg-grid__item ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#plg-beverages1 .plg-grid .plg-grid__item ul li {
  margin-bottom: 25px;
}
#plg-beverages1 .plg-grid .plg-grid__item a {
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
}
#plg-beverages1 .plg-grid .plg-grid__item a:after {
  content: '';
  background-color: #857146;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#plg-beverages1 .plg-grid .plg-grid__item a:hover:after,
#plg-beverages1 .plg-grid .plg-grid__item a:focus:after,
#plg-beverages1 .plg-grid .plg-grid__item a.active:after {
  width: 0%;
}
#plg-beverages1 .plg-grid .plg-grid__item .plg-text {
  max-width: 220px;
}
#plg-beverages1 .plg-grid__background {
  width: 77%;
  min-height: 100%;
  position: absolute;
  top: 0;
  right: 52.5px;
  z-index: -1;
}
#plg-realestate1 {
  height: 100%;
}
#plg-realestate1 .plg-grid {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#plg-realestate1 .plg-grid .plg-grid__item {
  width: 100%;
  max-width: 510px;
  margin-top: 60vh;
}
#plg-realestate1 .plg-grid .plg-grid__item h1 {
  margin: 0 0 80px 0;
}
#plg-realestate1 .plg-grid .plg-grid__item ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#plg-realestate1 .plg-grid .plg-grid__item ul li {
  margin-bottom: 25px;
}
#plg-realestate1 .plg-grid .plg-grid__item a {
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
}
#plg-realestate1 .plg-grid .plg-grid__item a:after {
  content: '';
  background-color: #857146;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#plg-realestate1 .plg-grid .plg-grid__item a:hover:after,
#plg-realestate1 .plg-grid .plg-grid__item a:focus:after,
#plg-realestate1 .plg-grid .plg-grid__item a.active:after {
  width: 0%;
}
#plg-realestate1 .plg-grid .plg-grid__item .plg-text {
  max-width: 220px;
}
#plg-realestate1 .plg-grid__background {
  width: 77%;
  min-height: 100%;
  position: absolute;
  top: 0;
  right: 52.5px;
  z-index: -1;
}
#plg-realestateitem1 {
  height: 100%;
  width: 100%;
}
#plg-realestateitem1 .plg-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  padding-right: 52.5px;
}
#plg-realestateitem1 .plg-grid .plg-grid__item {
  height: 100%;
}
#plg-realestateitem1 .plg-grid .plg-grid__item:first-child {
  height: 100%;
  padding-top: 50vh;
  width: 19%;
  min-width: 260px;
  padding-right: 40px;
}
#plg-realestateitem1 .plg-grid .plg-grid__item:first-child ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  max-width: 220px;
}
#plg-realestateitem1 .plg-grid .plg-grid__item:first-child ul.plg-projects li {
  margin-bottom: 10px;
}
#plg-realestateitem1 .plg-grid .plg-grid__item:first-child ul.plg-projects li a {
  color: #dbd7cd;
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 1.6;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#plg-realestateitem1 .plg-grid .plg-grid__item:first-child ul.plg-projects li a:hover,
#plg-realestateitem1 .plg-grid .plg-grid__item:first-child ul.plg-projects li a.active {
  color: #857146;
}
#plg-realestateitem1 .plg-grid .plg-grid__item:first-child ul.plg-projects li:last-child {
  margin-bottom: 0;
}
#plg-realestateitem1 .plg-grid .plg-grid__item:first-child ul.plg-categories {
  margin-top: 50px;
}
#plg-realestateitem1 .plg-grid .plg-grid__item:first-child ul.plg-categories li {
  margin-bottom: 15px;
}
#plg-realestateitem1 .plg-grid .plg-grid__item:first-child ul.plg-categories li a {
  color: #857146;
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 1.6;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#plg-realestateitem1 .plg-grid .plg-grid__item:first-child ul.plg-categories li a:hover,
#plg-realestateitem1 .plg-grid .plg-grid__item:first-child ul.plg-categories li a.active {
  color: #857146;
}
#plg-realestateitem1 .plg-grid .plg-grid__item:last-child {
  width: 77%;
  height: 100%;
}
#plg-realestateitem1 .plg-grid .plg-grid__item:last-child .plg-grid__content {
  height: 100%;
  z-index: 2;
  background-color: rgba(30, 23, 11, 0.8);
}
#plg-realestateitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text {
  height: 100%;
  padding: 0 80px;
  padding-bottom: 50px;
  color: white;
  overflow-y: auto;
  /*h1{
                        position: absolute;
                        top: 23vh;
                        left: 80px;
                        right: 80px;
                        width: calc(100% - 160px);
                    }
                    h2 {
                        position: absolute;
                        top: 26.5vh;
                        left: 80px;
                        right: 80px;
                        width: calc(100% - 160px);
                        font-size: 15px;
                    }*/
}
#plg-realestateitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text .plg-status {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  margin: 0 0 30px 0;
}
#plg-realestateitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text .titles {
  position: absolute;
  top: 23vh;
  left: 80px;
  right: 80px;
  width: calc(100% - 160px);
}
#plg-realestateitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text .titles h2 {
  font-size: 15px;
}
#plg-realestateitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text a {
  color: white;
}
#plg-realestateitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text a[href^="tel:"],
#plg-realestateitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text a[href^="mailto:"] {
  text-decoration: none;
}
#plg-realestateitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text a[href^="tel:"]:hover,
#plg-realestateitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text a[href^="mailto:"]:hover {
  text-decoration: underline;
}
#plg-realestateitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text .btn:after {
  background-color: white;
}
#plg-realestateitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text .plg-grid__txt {
  padding-top: 50vh;
}
#plg-realestateitem1 .plg-grid .plg-grid__item:last-child .plg-img-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 49%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #584d34;
  background-blend-mode: multiply;
}
#plg-realestateitem1 .plg-grid .plg-grid__item:last-child .plg-img {
  z-index: -1;
  background-position: center;
}
#plg-investments1 {
  height: 100%;
}
#plg-investments1 .plg-grid {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#plg-investments1 .plg-grid .plg-grid__item {
  width: 100%;
  max-width: 510px;
  margin-top: 50vh;
}
#plg-investments1 .plg-grid .plg-grid__item h1 {
  margin: 0 0 80px 0;
}
#plg-investments1 .plg-grid .plg-grid__item ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#plg-investments1 .plg-grid .plg-grid__item ul li {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.025em;
}
#plg-investments1 .plg-grid .plg-grid__item .partnersbtn {
  margin-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
  pointer-events: auto;
  z-index: 40;
}
#plg-investments1 .plg-grid .plg-grid__item .plg-text {
  max-width: 220px;
}
#plg-investments1 .plg-grid .plg-grid__item.setToBg {
  z-index: -1;
}
#plg-investments1 .plg-grid__background {
  width: 77%;
  min-height: 100%;
  position: absolute;
  top: 0;
  right: 52.5px;
  z-index: -1;
  pointer-events: none;
}
#plg-investments1 .plg-grid__background .plg-img {
  background-position: center;
  pointer-events: none;
}
#plg-investments1 .plg-grid__background.overlay {
  z-index: 5;
}
#plg-investments1 .plg-grid__backgroundoverlay {
  width: 77%;
  min-height: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 52.5px;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#plg-investments1 .plg-grid__backgroundoverlay .plg-close {
  display: none;
}
#plg-investments1 .plg-grid__backgroundoverlay .plg-grid__content {
  height: 100%;
  z-index: 6;
  background-color: rgba(30, 23, 11, 0.8);
  pointer-events: auto;
}
#plg-investments1 .plg-grid__backgroundoverlay .plg-grid__text {
  height: 100%;
  padding: 0 80px;
  padding-bottom: 50px;
  color: white;
  overflow-y: auto;
  text-align: center;
  z-index: 10;
  pointer-events: auto;
}
#plg-investments1 .plg-grid__backgroundoverlay .plg-grid__text .plg-status {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  margin: 0 0 30px 0;
}
#plg-investments1 .plg-grid__backgroundoverlay .plg-grid__text h2 {
  margin: 0 0 125px 0;
}
#plg-investments1 .plg-grid__backgroundoverlay .plg-grid__text a {
  color: white;
}
#plg-investments1 .plg-grid__backgroundoverlay .plg-grid__text a[href^="tel:"],
#plg-investments1 .plg-grid__backgroundoverlay .plg-grid__text a[href^="mailto:"] {
  text-decoration: none;
}
#plg-investments1 .plg-grid__backgroundoverlay .plg-grid__text a[href^="tel:"]:hover,
#plg-investments1 .plg-grid__backgroundoverlay .plg-grid__text a[href^="mailto:"]:hover {
  text-decoration: underline;
}
#plg-investments1 .plg-grid__backgroundoverlay .plg-grid__text .btn:after {
  background-color: white;
}
#plg-investments1 .plg-grid__backgroundoverlay .plg-grid__text .plg-grid__txt {
  padding-top: 23vh;
}
#plg-investments1 .plg-grid__backgroundoverlay .plg-grid__text .plg-grid__txt a {
  pointer-events: none;
}
#plg-investments1 .plg-grid__backgroundoverlay .plg-img-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 49%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #584d34;
  background-blend-mode: multiply;
}
#plg-investments1 .plg-grid__backgroundoverlay .plg-img {
  z-index: -1;
  background-position: center;
}
#plg-investments1 .plg-grid__backgroundoverlay a.plg-partner {
  cursor: pointer;
}
#plg-investments1 .plg-grid__backgroundoverlay .plg-partner {
  height: 50px;
  width: 80%;
  margin-bottom: 40px;
  max-width: 200px;
}
#plg-investments1 .plg-grid__backgroundoverlay .plg-partner .plg-img {
  background-size: contain;
  background-position: center;
  visibility: visible;
}
#plg-investments1 .plg-grid__backgroundoverlay .plg-partner:last-child {
  margin-bottom: 0;
}
#plg-investments1 .plg-grid__backgroundoverlay .plg-partner.vertical {
  height: 70px;
}
#plg-investments1 .plg-grid__backgroundoverlay.active {
  visibility: visible;
  opacity: 1;
  z-index: 5;
}
#plg-investments1 .plg-grid__backgroundoverlay.active .plg-grid__txt a {
  pointer-events: auto;
}
#plg-careers1,
#plg-reports1 {
  height: 100%;
  width: 100%;
}
#plg-careers1 .plg-grid,
#plg-reports1 .plg-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  padding-right: 52.5px;
}
#plg-careers1 .plg-grid .plg-grid__item,
#plg-reports1 .plg-grid .plg-grid__item {
  height: 100%;
}
#plg-careers1 .plg-grid .plg-grid__item:first-child,
#plg-reports1 .plg-grid .plg-grid__item:first-child {
  height: 100%;
  padding-top: 50vh;
  width: 19%;
  min-width: 260px;
  padding-right: 40px;
  padding-bottom: 50px;
}
#plg-careers1 .plg-grid .plg-grid__item:first-child h2,
#plg-reports1 .plg-grid .plg-grid__item:first-child h2 {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 2;
  margin: 0 0 50px;
}
#plg-careers1 .plg-grid .plg-grid__item:first-child .plg-text,
#plg-reports1 .plg-grid .plg-grid__item:first-child .plg-text {
  max-width: 220px;
}
#plg-careers1 .plg-grid .plg-grid__item:last-child,
#plg-reports1 .plg-grid .plg-grid__item:last-child {
  width: 77%;
  height: auto;
  min-height: 100%;
}
#plg-careers1 .plg-grid .plg-grid__item:last-child .plg-grid__content,
#plg-reports1 .plg-grid .plg-grid__item:last-child .plg-grid__content {
  height: 100%;
  z-index: 2;
  background-color: rgba(30, 23, 11, 0.8);
}
#plg-careers1 .plg-grid .plg-grid__item:last-child .plg-grid__careers,
#plg-reports1 .plg-grid .plg-grid__item:last-child .plg-grid__careers {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#plg-careers1 .plg-grid .plg-grid__item:last-child .plg-grid__careers a,
#plg-reports1 .plg-grid .plg-grid__item:last-child .plg-grid__careers a {
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  margin-bottom: 15px;
}
#plg-careers1 .plg-grid .plg-grid__item:last-child .plg-grid__careers a:after,
#plg-reports1 .plg-grid .plg-grid__item:last-child .plg-grid__careers a:after {
  content: '';
  background-color: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#plg-careers1 .plg-grid .plg-grid__item:last-child .plg-grid__careers a:hover:after,
#plg-reports1 .plg-grid .plg-grid__item:last-child .plg-grid__careers a:hover:after,
#plg-careers1 .plg-grid .plg-grid__item:last-child .plg-grid__careers a:focus:after,
#plg-reports1 .plg-grid .plg-grid__item:last-child .plg-grid__careers a:focus:after,
#plg-careers1 .plg-grid .plg-grid__item:last-child .plg-grid__careers a.active:after,
#plg-reports1 .plg-grid .plg-grid__item:last-child .plg-grid__careers a.active:after {
  width: 0%;
}
#plg-careers1 .plg-grid .plg-grid__item:last-child .plg-grid__careers a:last-child,
#plg-reports1 .plg-grid .plg-grid__item:last-child .plg-grid__careers a:last-child {
  margin-bottom: 0;
}
#plg-careers1 .plg-grid .plg-grid__item:last-child .plg-grid__text,
#plg-reports1 .plg-grid .plg-grid__item:last-child .plg-grid__text {
  height: 100%;
  padding: 0 80px;
  padding-bottom: 50px;
  color: white;
  overflow-y: auto;
}
#plg-careers1 .plg-grid .plg-grid__item:last-child .plg-grid__text h1,
#plg-reports1 .plg-grid .plg-grid__item:last-child .plg-grid__text h1 {
  position: absolute;
  top: 23vh;
  left: 80px;
  right: 80px;
  width: calc(100% - 160px);
}
#plg-careers1 .plg-grid .plg-grid__item:last-child .plg-grid__text h2,
#plg-reports1 .plg-grid .plg-grid__item:last-child .plg-grid__text h2 {
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1.375;
}
#plg-careers1 .plg-grid .plg-grid__item:last-child .plg-grid__text a,
#plg-reports1 .plg-grid .plg-grid__item:last-child .plg-grid__text a {
  color: white;
}
#plg-careers1 .plg-grid .plg-grid__item:last-child .plg-grid__text a[href^="tel:"],
#plg-reports1 .plg-grid .plg-grid__item:last-child .plg-grid__text a[href^="tel:"],
#plg-careers1 .plg-grid .plg-grid__item:last-child .plg-grid__text a[href^="mailto:"],
#plg-reports1 .plg-grid .plg-grid__item:last-child .plg-grid__text a[href^="mailto:"] {
  text-decoration: none;
}
#plg-careers1 .plg-grid .plg-grid__item:last-child .plg-grid__text a[href^="tel:"]:hover,
#plg-reports1 .plg-grid .plg-grid__item:last-child .plg-grid__text a[href^="tel:"]:hover,
#plg-careers1 .plg-grid .plg-grid__item:last-child .plg-grid__text a[href^="mailto:"]:hover,
#plg-reports1 .plg-grid .plg-grid__item:last-child .plg-grid__text a[href^="mailto:"]:hover {
  text-decoration: underline;
}
#plg-careers1 .plg-grid .plg-grid__item:last-child .plg-grid__text .btn:after,
#plg-reports1 .plg-grid .plg-grid__item:last-child .plg-grid__text .btn:after {
  background-color: white;
}
#plg-careers1 .plg-grid .plg-grid__item:last-child .plg-grid__text .plg-grid__txt,
#plg-reports1 .plg-grid .plg-grid__item:last-child .plg-grid__text .plg-grid__txt {
  padding-top: 50vh;
}
#plg-careers1 .plg-grid .plg-grid__item:last-child .plg-img-overlay,
#plg-reports1 .plg-grid .plg-grid__item:last-child .plg-img-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 49%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #584d34;
  background-blend-mode: multiply;
}
#plg-careers1 .plg-grid .plg-grid__item:last-child .plg-img,
#plg-reports1 .plg-grid .plg-grid__item:last-child .plg-img {
  z-index: -1;
  background-position: center;
}
#plg-careers1 #form .policy label,
#plg-reports1 #form .policy label {
  width: 100%;
}
#plg-careers1 #form .policy label a,
#plg-reports1 #form .policy label a {
  display: block;
  margin-left: 30px;
}
#plg-careers1 #form .policy label a:hover,
#plg-reports1 #form .policy label a:hover {
  text-decoration: none;
}
#plg-reports1 .plg-grid__careers {
  margin-top: 50px;
  margin-bottom: 0;
}
#plg-reports1.plg-reports-viewer .plg-grid .plg-grid__item:first-child {
  padding-top: 23vh;
}
#plg-reports1.plg-reports-viewer .plg-grid .plg-grid__item:first-child .backbtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 30px;
  color: #857146;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
#plg-reports1.plg-reports-viewer .plg-grid .plg-grid__item:first-child h2 {
  margin-bottom: 30px;
}
#plg-reports1.plg-reports-viewer .plg-grid .plg-grid__item:first-child ul {
  padding: 0;
  margin: 0 0 40px;
  list-style-type: none;
}
#plg-reports1.plg-reports-viewer .plg-grid .plg-grid__item:first-child ul li {
  margin-bottom: 15px;
}
#plg-reports1.plg-reports-viewer .plg-grid .plg-grid__item:first-child ul li a {
  color: #dbd7cd;
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 1.6;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#plg-reports1.plg-reports-viewer .plg-grid .plg-grid__item:first-child ul li a:hover,
#plg-reports1.plg-reports-viewer .plg-grid .plg-grid__item:first-child ul li a.active {
  color: #857146;
}
#plg-reports1.plg-reports-viewer .plg-grid .plg-grid__item:first-child ul li:last-child {
  margin-bottom: 0;
}
#plg-reports1.plg-reports-viewer .plg-grid .plg-grid__item:first-child .plg-download {
  color: #857146;
}
#plg-reports1.plg-reports-viewer .plg-grid .plg-grid__item:last-child {
  height: 100%;
  min-height: 100%;
}
#plg-reports1.plg-reports-viewer .plg-grid .plg-grid__item:last-child .plg-grid__content {
  width: 100%;
  overflow: hidden;
}
#plg-reports1.plg-reports-viewer .plg-flipbook {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --fb-bg: transparent;
  --fb-paper: #fff;
  --fb-control-bg: rgba(20, 20, 24, 0.72);
  --fb-control-fg: #fff;
  --fb-counter-fg: rgba(255, 255, 255, 0.85);
}
#plg-news1 {
  height: 100%;
}
#plg-news1 .plg-scroll {
  right: 50px;
}
#plg-news1 .plg-grid {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#plg-news1 .plg-grid .plg-grid__item:first-child {
  height: 100%;
  padding-top: 50vh;
  width: 19%;
  min-width: 260px;
  padding-right: 40px;
  padding-bottom: 50px;
}
#plg-news1 .plg-grid .plg-grid__item:first-child h1 {
  margin: 0 0 80px 0;
}
#plg-news1 .plg-grid .plg-grid__item:first-child .filterby {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 20px 0 !important;
}
#plg-news1 .plg-grid .plg-grid__item:first-child ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#plg-news1 .plg-grid .plg-grid__item:first-child ul li {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.025em;
}
#plg-news1 .plg-grid .plg-grid__item:first-child .plg-text {
  max-width: 220px;
}
#plg-news1 .plg-grid .plg-grid__item:nth-child(2) {
  width: 77%;
  padding-right: 52.5px;
  height: 100%;
}
#plg-news1 .plg-grid .plg-grid__item:nth-child(2) .plg-innergrid {
  height: 100%;
  overflow-y: auto;
}
#plg-news1 .plg-grid .plg-innergrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding-right: 40px;
}
#plg-news1 .plg-grid .plg-innergrid .plg-innergrid__item {
  width: calc(50% - 40px);
  margin: 0 20px 40px 20px;
  text-align: right;
}
#plg-news1 .plg-grid .plg-innergrid .plg-innergrid__item .plg-innergrid__thumb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  cursor: pointer;
}
#plg-news1 .plg-grid .plg-innergrid .plg-innergrid__item h2 {
  font-size: 17.5px;
  line-height: 1.57;
  margin: 15px 0;
}
#plg-news1 .plg-grid .plg-innergrid .plg-innergrid__item .btn {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px;
}
#plg-news1.categories .plg-grid .plg-grid__item:first-child ul li a {
  color: #dbd7cd;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#plg-news1.categories .plg-grid .plg-grid__item:first-child ul li a:after {
  background-color: #dbd7cd;
}
#plg-news1.categories .plg-grid .plg-grid__item:first-child ul li a.active {
  color: #857146;
}
#plg-news1.categories .plg-grid .plg-grid__item:first-child ul li a.active:after {
  width: 100%;
  background-color: #857146;
}
#plg-news1.categories .plg-grid .plg-grid__item:first-child ul li a.active:hover:after {
  width: 0;
}
#plg-news1.categories .plg-grid .plg-grid__item:first-child ul li a:hover {
  color: #857146;
}
#plg-news1.categories .plg-grid .plg-grid__item:first-child ul li a:hover:after {
  background-color: #857146;
}
#plg-newsitem1 {
  height: 100%;
  width: 100%;
}
#plg-newsitem1 .plg-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  padding-right: 52.5px;
}
#plg-newsitem1 .plg-grid .plg-grid__item {
  height: 100%;
}
#plg-newsitem1 .plg-grid .plg-grid__item:first-child {
  height: 100%;
  padding-top: 50vh;
  width: 19%;
  min-width: 260px;
  padding-right: 40px;
  padding-bottom: 50px;
}
#plg-newsitem1 .plg-grid .plg-grid__item:first-child h1 {
  margin: 0 0 80px 0;
}
#plg-newsitem1 .plg-grid .plg-grid__item:first-child ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#plg-newsitem1 .plg-grid .plg-grid__item:first-child ul li {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.025em;
}
#plg-newsitem1 .plg-grid .plg-grid__item:last-child {
  width: 77%;
  height: 100%;
  overflow-x: visible;
}
#plg-newsitem1 .plg-grid .plg-grid__item:last-child .plg-grid__content {
  height: 100%;
  z-index: 2;
  background-color: rgba(30, 23, 11, 0.8);
}
#plg-newsitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text {
  height: 100%;
  padding: 0 80px;
  padding-bottom: 50px;
  color: white;
  overflow-y: auto;
}
#plg-newsitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text .plg-function {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  margin: 0 0 30px 0;
}
#plg-newsitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text h1 {
  position: absolute;
  top: 23vh;
  left: 80px;
  right: 80px;
  width: calc(100% - 160px);
}
#plg-newsitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text a {
  color: white;
}
#plg-newsitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text a[href^="tel:"],
#plg-newsitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text a[href^="mailto:"] {
  text-decoration: none;
}
#plg-newsitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text a[href^="tel:"]:hover,
#plg-newsitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text a[href^="mailto:"]:hover {
  text-decoration: underline;
}
#plg-newsitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text .btn:after {
  background-color: white;
}
#plg-newsitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text .plg-grid__txt {
  padding-top: 50vh;
}
#plg-newsitem1 .plg-grid .plg-grid__item:last-child .plg-img-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 49%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #584d34;
  background-blend-mode: multiply;
}
#plg-newsitem1 .plg-grid .plg-grid__item:last-child .plg-img {
  z-index: -1;
  background-position: center;
}
.backbtn {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.backbtn img {
  height: 22px;
  width: auto;
  display: inline-block;
  margin-right: 15px;
}
.backbtn:hover {
  text-decoration: none;
}
#plg-team1 {
  height: 100%;
}
#plg-team1 .plg-grid {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#plg-team1 .plg-grid .plg-grid__item:first-child {
  height: 100%;
  padding-top: 40vh;
  width: 19%;
  min-width: 260px;
  padding-right: 40px;
}
#plg-team1 .plg-grid .plg-grid__item h1 {
  margin: 0 0 80px 0;
}
#plg-team1 .plg-grid .plg-grid__item h2 a {
  text-decoration: none;
}
#plg-team1 .plg-grid .plg-grid__item ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#plg-team1 .plg-grid .plg-grid__item ul li {
  margin: 0;
}
#plg-team1 .plg-grid .plg-grid__item .plg-text {
  max-width: 220px;
}
#plg-team1 .plg-grid .plg-grid__item .plg-categories {
  margin-bottom: 50px;
}
#plg-team1 .plg-grid .plg-grid__item .plg-categories li h2 {
  margin: 0 0 40px 0;
}
#plg-team1 .plg-grid .plg-grid__item .plg-categories.directors li a {
  text-decoration: none;
}
#plg-team1 .plg-grid .plg-grid__item .plg-categories.directors .plg-members li a {
  color: #857146;
  pointer-events: none;
}
#plg-team1 .plg-grid .plg-grid__item .plg-members li {
  margin-bottom: 15px;
}
#plg-team1 .plg-grid .plg-grid__item .plg-members li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #dbd7cd;
}
#plg-team1 .plg-grid .plg-grid__item .plg-members li a:hover {
  color: #857146;
}
#plg-team1 .plg-grid__background {
  width: 77%;
  height: 100%;
  /*position: absolute;
        top: 0;*/
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 52.5px;
  z-index: -1;
}
#plg-team1.directorssection .plg-grid .plg-grid__item .plg-members li {
  margin-bottom: 15px;
}
#plg-team1.directorssection .plg-grid .plg-grid__item .plg-members li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #dbd7cd;
}
#plg-team1.directorssection .plg-grid .plg-grid__item .plg-members li a:hover {
  color: #857146;
}
#plg-team1.directorssection .plg-grid .plg-grid__item .plg-members.active li a {
  pointer-events: none;
  color: #857146;
}
#plg-team1.directorssection .plg-grid .plg-grid__item .plg-members.active li a:hover {
  color: #857146;
}
#plg-teamitem1 {
  height: 100%;
  width: 100%;
}
#plg-teamitem1 .plg-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  padding-right: 52.5px;
}
#plg-teamitem1 .plg-grid .plg-grid__item {
  height: 100%;
}
#plg-teamitem1 .plg-grid .plg-grid__item:first-child {
  height: 100%;
  padding-top: 40vh;
  width: 19%;
  min-width: 260px;
  padding-right: 40px;
}
#plg-teamitem1 .plg-grid .plg-grid__item:first-child ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#plg-teamitem1 .plg-grid .plg-grid__item:first-child ul li {
  margin: 0;
}
#plg-teamitem1 .plg-grid .plg-grid__item:first-child .plg-text {
  max-width: 220px;
}
#plg-teamitem1 .plg-grid .plg-grid__item:first-child h2 a {
  text-decoration: none;
}
#plg-teamitem1 .plg-grid .plg-grid__item:first-child .plg-categories {
  margin-bottom: 50px;
}
#plg-teamitem1 .plg-grid .plg-grid__item:first-child .plg-categories li h2 {
  margin: 0 0 40px 0;
}
#plg-teamitem1 .plg-grid .plg-grid__item:first-child .plg-categories.active .plg-members li a {
  color: #dbd7cd;
}
#plg-teamitem1 .plg-grid .plg-grid__item:first-child .plg-categories.active .plg-members li a:hover {
  color: #857146;
}
#plg-teamitem1 .plg-grid .plg-grid__item:first-child .plg-categories.active .plg-members li.active a {
  color: #857146;
}
#plg-teamitem1 .plg-grid .plg-grid__item:first-child .plg-categories .plg-members li a {
  color: #dbd7cd;
}
#plg-teamitem1 .plg-grid .plg-grid__item:first-child .plg-categories .plg-members li a:hover {
  color: #857146;
}
#plg-teamitem1 .plg-grid .plg-grid__item:first-child .plg-categories.directors li {
  color: #dbd7cd;
}
#plg-teamitem1 .plg-grid .plg-grid__item:first-child .plg-categories.directors li a {
  text-decoration: none;
  color: #dbd7cd;
}
#plg-teamitem1 .plg-grid .plg-grid__item:first-child .plg-categories.directors li a h2 {
  color: #dbd7cd;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#plg-teamitem1 .plg-grid .plg-grid__item:first-child .plg-categories.directors li a:hover {
  color: #857146;
}
#plg-teamitem1 .plg-grid .plg-grid__item:first-child .plg-categories.directors li a:hover h2 {
  color: #857146;
}
#plg-teamitem1 .plg-grid .plg-grid__item:first-child .plg-members li {
  margin-bottom: 15px;
}
#plg-teamitem1 .plg-grid .plg-grid__item:first-child .plg-members li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#plg-teamitem1 .plg-grid .plg-grid__item:first-child .plg-members li a:hover {
  color: #dbd7cd;
}
#plg-teamitem1 .plg-grid .plg-grid__item:last-child {
  width: 77%;
  height: 100%;
}
#plg-teamitem1 .plg-grid .plg-grid__item:last-child .plg-grid__content {
  height: 100%;
  z-index: 2;
  background-color: rgba(30, 23, 11, 0.9);
}
#plg-teamitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text {
  height: 100%;
  padding: 0 80px;
  padding-bottom: 50px;
  color: white;
  overflow-y: auto;
}
#plg-teamitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text .plg-function {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  margin: 0 0 30px 0;
}
#plg-teamitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text h1 {
  position: absolute;
  top: 23vh;
  left: 80px;
  right: 80px;
  width: calc(100% - 160px);
}
#plg-teamitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text a {
  color: white;
}
#plg-teamitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text a[href^="tel:"],
#plg-teamitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text a[href^="mailto:"] {
  text-decoration: none;
}
#plg-teamitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text a[href^="tel:"]:hover,
#plg-teamitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text a[href^="mailto:"]:hover {
  text-decoration: underline;
}
#plg-teamitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text .btn:after {
  background-color: white;
}
#plg-teamitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text .plg-grid__txt {
  padding-top: 50vh;
}
#plg-teamitem1 .plg-grid .plg-grid__item:last-child .plg-img-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 49%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #584d34;
  background-blend-mode: multiply;
}
#plg-teamitem1 .plg-grid .plg-grid__item:last-child .plg-img {
  z-index: -1;
  background-position: center;
}
#plg-contact1 {
  height: 100%;
  width: 100%;
}
#plg-contact1 .plg-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  padding-right: 52.5px;
}
#plg-contact1 .plg-grid .plg-grid__item:first-child {
  min-height: 100%;
  padding-top: 50vh;
  width: 19%;
  min-width: 260px;
  padding-right: 40px;
}
#plg-contact1 .plg-grid .plg-grid__item:first-child h2 {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 2;
  margin: 0 0 50px;
}
#plg-contact1 .plg-grid .plg-grid__item:first-child .plg-text {
  max-width: 220px;
}
#plg-contact1 .plg-grid .plg-grid__item:last-child {
  width: 77%;
  height: auto;
  min-height: 100%;
}
#plg-contact1 .plg-grid .plg-grid__item:last-child .plg-grid__content {
  height: 100%;
  z-index: 2;
  background-color: rgba(30, 23, 11, 0.8);
}
#plg-contact1 .plg-grid .plg-grid__item:last-child .plg-grid__text {
  height: 100%;
  padding: 0 80px;
  padding-bottom: 50px;
  color: white;
  overflow-y: auto;
}
#plg-contact1 .plg-grid .plg-grid__item:last-child .plg-grid__text h1 {
  position: absolute;
  top: 23vh;
  left: 80px;
  right: 80px;
  width: calc(100% - 160px);
}
#plg-contact1 .plg-grid .plg-grid__item:last-child .plg-grid__text a {
  color: white;
}
#plg-contact1 .plg-grid .plg-grid__item:last-child .plg-grid__text a:hover {
  text-decoration: none;
}
#plg-contact1 .plg-grid .plg-grid__item:last-child .plg-grid__text a[href^="tel:"],
#plg-contact1 .plg-grid .plg-grid__item:last-child .plg-grid__text a[href^="mailto:"] {
  text-decoration: none;
}
#plg-contact1 .plg-grid .plg-grid__item:last-child .plg-grid__text a[href^="tel:"]:hover,
#plg-contact1 .plg-grid .plg-grid__item:last-child .plg-grid__text a[href^="mailto:"]:hover {
  text-decoration: underline;
}
#plg-contact1 .plg-grid .plg-grid__item:last-child .plg-grid__text .btn:after {
  background-color: white;
}
#plg-contact1 .plg-grid .plg-grid__item:last-child .plg-grid__text .plg-grid__txt {
  padding-top: 50vh;
}
#plg-contact1 .plg-grid .plg-grid__item:last-child .plg-img-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 49%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #584d34;
  background-blend-mode: multiply;
}
#plg-contact1 .plg-grid .plg-grid__item:last-child .plg-img {
  z-index: -1;
  background-position: center;
}
#plg-contact1 #form .policy label {
  width: 100%;
}
#plg-contact1 #form .policy label a {
  display: block;
  margin-left: 30px;
}
#plg-contact1 #form .policy label a:hover {
  text-decoration: none;
}
.plg-footer__links {
  pointer-events: auto;
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 10;
  /*transform: rotate(-90deg) translate(50%, 52.5px);
    transform-origin: center;*/
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}
.plg-footer__links .siteby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.plg-footer__links .siteby a {
  margin: 0;
}
.plg-footer__links .siteby a:before {
  display: none;
}
.plg-footer__links .siteby a:first-of-type:before {
  display: none;
}
.plg-footer__links a {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.35);
  text-decoration: none;
  line-height: 1;
  /*&:before{
            content: '';
            position: absolute;
            left: -7.5px;
            top: 50%;
            transform: translate(-50%, -50%);
            background-color: rgba(0, 0, 0, 0.35);
            height: 1px;
            width: 6px;
        }
        &:first-of-type{
            &:before{
                display: none;
            }
            margin: 0;
        }*/
}
.plg-footer__links a:hover {
  text-decoration: underline;
}
footer {
  display: none;
}
/* MEDIA QUERY'S =============================================================== */
@media only screen and (max-width: 1024px) {
  header {
    padding: 20px 0;
  }
  header:before {
    display: none;
  }
  nav {
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  nav ul:not(.lang) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: none;
    transition: none;
    width: 100%;
  }
  nav ul:not(.lang) li {
    margin: 0 0 10px 0;
  }
  nav ul:not(.lang) li a:after {
    top: unset;
    bottom: -5px;
  }
  nav .lang {
    position: relative;
    right: unset;
    top: unset;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: 10px;
  }
  nav .lang li a {
    font-size: 13px;
  }
  nav.active {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .blockSlide {
    width: 100%;
    -webkit-animation: none;
            animation: none;
  }
  .plg-headerspacer {
    display: block;
  }
  .imagezoom {
    -webkit-animation: none;
            animation: none;
  }
  .plg-scroll {
    display: none !important;
  }
  header {
    background-color: white;
  }
  header .plg-logo img {
    width: 110px;
  }
  .plg-header__sitenav.hidemobile {
    display: none;
  }
  .plg-header__sitenav--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  .plg-header__sitenav--mobile .plg-header__socials a {
    margin-right: 10px;
  }
  .plg-header__sitenav--mobile .plg-header__socials a img {
    width: 20px;
  }
  .plg-header__sitenav--mobile .plg-header__socials a:last-of-type {
    margin: 0;
  }
  .plg-header__sitenav--mobile .lang li {
    margin-right: 10px;
  }
  .plg-header__sitenav--mobile .lang li:last-of-type {
    margin: 0;
  }
  .plg-container {
    padding: 0;
  }
  section .plg-footer__links {
    display: none !important;
  }
  footer {
    display: block;
    padding: 10px 20px 40px 20px;
    text-align: center;
  }
  footer .plg-footer__links {
    position: relative;
    right: unset;
    bottom: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    -webkit-transform-origin: unset;
        -ms-transform-origin: unset;
            transform-origin: unset;
    /*a{
                color: white;
                &:before{
                    background-color: white;
                }
            }*/
  }
  footer .plg-footer__links .siteby {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #plg-home1 {
    height: auto;
  }
  #plg-home1 .plg-grid {
    padding: 0 20px;
  }
  #plg-home1 .plg-grid .plg-grid__item {
    margin-top: 0;
    padding-top: 100px;
    /*overflow-y: auto;
                scrollbar-width: none;
                -ms-overflow-style: none;
                &::-webkit-scrollbar {
                    width: 0px;
                    background: transparent;
                }*/
  }
  #plg-home1 .plg-grid__background {
    width: 100%;
    right: 0;
  }
  #plg-home1 .plg-grid__background:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.7;
  }
  /*
    #plg-history1{
        height: auto;
        .plg-grid{
            flex-direction: column-reverse;
            padding: 0;
            height: auto;
            .plg-grid__item{
                width: 100%;
                padding: 50px 20px;
            }
        }
        .plg-grid__background{
            width: 100%;
            z-index: 1;
            height: 0;
            padding-bottom: 40%;
        }
    }*/
  #plg-history1 {
    height: auto;
  }
  #plg-history1 .plg-grid {
    height: 100%;
    padding: 0 20px;
  }
  #plg-history1 .plg-grid .plg-grid__item {
    margin-top: 0;
    padding-top: 100px;
    height: 100%;
    width: 100%;
    max-width: 510px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #plg-history1 .plg-grid__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
  }
  #plg-history1 .plg-grid__background:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.8;
  }
  .plg-morebtn {
    display: block;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    border-top: 1px solid #857146;
    width: calc(100% + 40px);
    margin-left: -20px;
    cursor: pointer;
  }
  .plg-morebtn img {
    width: 10px;
    margin-left: 5px;
    height: auto;
  }
  .plg-morebtn.active img {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #plg-historyitem1 {
    height: auto;
  }
  #plg-historyitem1 .plg-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    height: auto;
  }
  #plg-historyitem1 .plg-grid .plg-grid__item:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    padding: 0 20px;
    width: 100%;
    min-width: none;
    background-color: #fff;
    z-index: 10;
  }
  #plg-historyitem1 .plg-grid .plg-grid__item:first-of-type .plg-submenu {
    /*height: 0;
                        max-height: 0;
                        opacity: 0;*/
    display: none;
    pointer-events: none;
    -webkit-transition: opacity 0s ease-in-out 0s;
    transition: opacity 0s ease-in-out 0s;
  }
  #plg-historyitem1 .plg-grid .plg-grid__item:first-of-type .plg-submenu li {
    margin-bottom: 5px;
    text-align: center;
    /*a{
                                text-transform: none;
                            }*/
  }
  #plg-historyitem1 .plg-grid .plg-grid__item:first-of-type .plg-submenu.active {
    pointer-events: auto;
    /*height: auto;
                            max-height: 100%;
                            opacity: 1;*/
    -webkit-transition: opacity 0.3s ease-in-out 0.1s;
    transition: opacity 0.3s ease-in-out 0.1s;
  }
  #plg-historyitem1 .plg-grid .plg-grid__item:first-of-type ul {
    padding: 10px 0;
  }
  #plg-historyitem1 .plg-grid .plg-grid__item:last-of-type {
    width: 100%;
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plg-historyitem1 .plg-grid .plg-grid__item:last-of-type .plg-grid__content {
    min-width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 90px 0 50px 0;
  }
  #plg-historyitem1 .plg-grid .plg-grid__item:last-of-type .plg-grid__text {
    padding: 0 20px;
  }
  #plg-historyitem1 .plg-grid .plg-grid__item:last-of-type .plg-grid__text h1 {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    width: auto;
  }
  #plg-historyitem1 .plg-grid .plg-grid__item:last-of-type .plg-grid__text .plg-grid__txt {
    padding: 0;
  }
  #plg-beverages1 {
    height: auto;
  }
  #plg-beverages1 .plg-container {
    height: auto;
  }
  #plg-beverages1 .plg-grid {
    height: auto;
    padding: 0 20px;
  }
  #plg-beverages1 .plg-grid .plg-grid__item {
    max-width: 100%;
    margin-top: 0;
    padding-top: 100px;
    max-width: 510px;
  }
  #plg-beverages1 .plg-grid .plg-grid__background {
    width: 100%;
    right: 0;
  }
  #plg-beverages1 .plg-grid .plg-grid__background:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.7;
  }
  #plg-realestate1 {
    height: auto;
  }
  #plg-realestate1 .plg-container {
    height: auto;
  }
  #plg-realestate1 .plg-grid {
    height: auto;
    padding: 0 20px;
  }
  #plg-realestate1 .plg-grid .plg-grid__item {
    max-width: 100%;
    margin-top: 0;
    padding-top: 100px;
    max-width: 510px;
  }
  #plg-realestate1 .plg-grid .plg-grid__background {
    width: 100%;
    height: 100%;
    min-height: 100%;
    right: 0;
  }
  #plg-realestate1 .plg-grid .plg-grid__background:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.7;
  }
  #plg-realestateitem1 {
    height: auto;
  }
  #plg-realestateitem1 .plg-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    height: auto;
  }
  #plg-realestateitem1 .plg-grid .plg-grid__item:first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    padding: 0 20px;
    width: 100%;
    min-width: none;
    background-color: #fff;
    z-index: 10;
  }
  #plg-realestateitem1 .plg-grid .plg-grid__item:first-child ul {
    max-width: 100%;
  }
  #plg-realestateitem1 .plg-grid .plg-grid__item:first-child ul.plg-categories {
    margin-top: 10px;
  }
  #plg-realestateitem1 .plg-grid .plg-grid__item:first-child .plg-submenu {
    display: none;
    visibility: hidden;
    -webkit-transition: opacity 0s ease-in-out 0s;
    transition: opacity 0s ease-in-out 0s;
  }
  #plg-realestateitem1 .plg-grid .plg-grid__item:first-child .plg-submenu li {
    margin-bottom: 5px;
    text-align: center;
  }
  #plg-realestateitem1 .plg-grid .plg-grid__item:first-child .plg-submenu.active {
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-in-out 0.1s;
    transition: opacity 0.3s ease-in-out 0.1s;
  }
  #plg-realestateitem1 .plg-grid .plg-grid__item:first-child ul {
    padding: 10px 0;
  }
  #plg-realestateitem1 .plg-grid .plg-grid__item:last-child {
    width: 100%;
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plg-realestateitem1 .plg-grid .plg-grid__item:last-child .plg-grid__content {
    min-width: 100%;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 90px 0 50px 0;
  }
  #plg-realestateitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text {
    padding: 0 20px;
    max-width: 510px;
    /*h1{
                            position: relative;
                            top: unset;
                            left: unset;
                            right: unset;
                            width: auto;
                        }
                        h2{
                            position: relative;
                            top: unset;
                            left: unset;
                            right: unset;
                            width: auto;
                        }*/
  }
  #plg-realestateitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text .titles {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    width: auto;
  }
  #plg-realestateitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text .plg-grid__txt {
    padding: 0;
  }
  #plg-realestateitem1 .plg-grid .plg-grid__item:last-child .plg-img {
    position: relative;
    right: unset;
    top: unset;
    height: 0%;
    padding-bottom: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #plg-investments1 {
    height: auto;
  }
  #plg-investments1 .plg-container {
    height: auto;
  }
  #plg-investments1 .plg-grid {
    height: auto;
    padding: 0 20px;
  }
  #plg-investments1 .plg-grid .plg-grid__item {
    max-width: 100%;
    margin-top: 0;
    padding-top: 100px;
    max-width: 510px;
  }
  #plg-investments1 .plg-grid .plg-grid__background {
    width: 100%;
    right: 0;
  }
  #plg-investments1 .plg-grid .plg-grid__background:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.7;
  }
  #plg-investments1 .plg-grid__backgroundoverlay {
    width: 100%;
    right: 0;
  }
  #plg-investments1 .plg-grid__backgroundoverlay .plg-grid__content {
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plg-investments1 .plg-grid__backgroundoverlay .plg-grid__text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 20px;
    pointer-events: none;
  }
  #plg-investments1 .plg-grid__backgroundoverlay .plg-grid__text h2 {
    margin: 0 0 50px 0;
  }
  #plg-investments1 .plg-grid__backgroundoverlay .plg-grid__text .plg-grid__txt {
    padding-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    pointer-events: none;
  }
  #plg-investments1 .plg-grid__backgroundoverlay .plg-grid__text .plg-grid__txt h2,
  #plg-investments1 .plg-grid__backgroundoverlay .plg-grid__text .plg-grid__txt a {
    pointer-events: auto;
  }
  #plg-investments1 .plg-grid__backgroundoverlay .plg-close {
    display: block;
    position: absolute;
    right: 20px;
    top: 25px;
    z-index: 5;
    cursor: pointer;
  }
  #plg-investments1 .plg-grid__backgroundoverlay .plg-close img {
    width: 20px;
    height: auto;
  }
  #plg-investments1 .plg-grid__backgroundoverlay .plg-partner {
    max-width: 250px;
    margin: 0 auto 25px auto;
  }
  #plg-news1 {
    height: auto;
  }
  #plg-news1 .plg-container {
    height: auto;
  }
  #plg-news1 .plg-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
  #plg-news1 .plg-grid .plg-grid__item:first-of-type {
    padding: 50px 0;
    min-width: none;
    width: 100%;
    max-width: 510px;
  }
  #plg-news1 .plg-grid .plg-grid__item:last-child {
    width: 100%;
    padding: 0;
  }
  #plg-news1 .plg-grid .plg-innergrid {
    padding-right: 0;
  }
  #plg-newsitem1 {
    height: auto;
  }
  #plg-newsitem1 .plg-container {
    height: auto;
  }
  #plg-newsitem1 .plg-grid {
    padding: 0;
    height: auto;
  }
  #plg-newsitem1 .plg-grid .plg-grid__item:first-child {
    display: none;
  }
  #plg-newsitem1 .plg-grid .plg-grid__item:last-child {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plg-newsitem1 .plg-grid .plg-grid__item:last-child .plg-grid__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%;
    min-width: 100%;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plg-newsitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text {
    padding: 50px 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 510px;
  }
  #plg-newsitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text h1 {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    width: auto;
  }
  #plg-newsitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text .plg-grid__txt {
    padding: 0;
  }
  #plg-team1 {
    height: auto;
  }
  #plg-team1 .plg-container {
    height: auto;
  }
  #plg-team1 .plg-grid {
    height: auto;
  }
  #plg-team1 .plg-grid .plg-grid__item:first-child {
    padding: 50px 20px;
    width: 100%;
    min-width: 100%;
  }
  #plg-team1 .plg-grid .plg-grid__item .plg-text {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    padding: 0 20px;
    width: 100%;
    min-width: none;
    background-color: #fff;
    z-index: 10;
  }
  #plg-team1 .plg-grid .plg-grid__item .plg-text .plg-submenu {
    display: none;
    visibility: hidden;
    -webkit-transition: opacity 0s ease-in-out 0s;
    transition: opacity 0s ease-in-out 0s;
  }
  #plg-team1 .plg-grid .plg-grid__item .plg-text .plg-submenu .plg-categories:first-child {
    margin-top: 10px;
  }
  #plg-team1 .plg-grid .plg-grid__item .plg-text .plg-submenu li {
    margin-bottom: 5px;
    text-align: center;
  }
  #plg-team1 .plg-grid .plg-grid__item .plg-text .plg-submenu li h2 {
    margin-bottom: 0px;
  }
  #plg-team1 .plg-grid .plg-grid__item .plg-text .plg-submenu ul {
    padding: 10px 0;
  }
  #plg-team1 .plg-grid .plg-grid__item .plg-text .plg-submenu ul.plg-categories {
    margin: 0;
    padding: 0;
  }
  #plg-team1 .plg-grid .plg-grid__item .plg-text .plg-submenu.active {
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-in-out 0.1s;
    transition: opacity 0.3s ease-in-out 0.1s;
  }
  #plg-team1 .plg-grid .plg-grid__background {
    width: 100%;
    margin: 0;
    position: absolute;
    /*&:after{
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background-color: white;
                    opacity: 0.7;
                }*/
  }
  #plg-teamitem1 {
    height: auto;
  }
  #plg-teamitem1 .plg-container {
    height: auto;
  }
  #plg-teamitem1 .plg-grid {
    height: auto;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plg-teamitem1 .plg-grid .plg-grid__item:first-child {
    /*padding: 0;
                    min-width: 100%;*/
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    padding: 0 20px;
    width: 100%;
    min-width: none;
    background-color: #fff;
    z-index: 10;
  }
  #plg-teamitem1 .plg-grid .plg-grid__item:first-child .plg-submenu {
    display: none;
    visibility: hidden;
    -webkit-transition: opacity 0s ease-in-out 0s;
    transition: opacity 0s ease-in-out 0s;
  }
  #plg-teamitem1 .plg-grid .plg-grid__item:first-child .plg-submenu .plg-categories:first-child {
    margin-top: 10px;
  }
  #plg-teamitem1 .plg-grid .plg-grid__item:first-child .plg-submenu li {
    margin-bottom: 5px;
    text-align: center;
  }
  #plg-teamitem1 .plg-grid .plg-grid__item:first-child .plg-submenu li h2 {
    margin-bottom: 0px;
  }
  #plg-teamitem1 .plg-grid .plg-grid__item:first-child .plg-submenu ul {
    padding: 10px 0;
  }
  #plg-teamitem1 .plg-grid .plg-grid__item:first-child .plg-submenu ul.plg-categories {
    margin: 0;
    padding: 0;
  }
  #plg-teamitem1 .plg-grid .plg-grid__item:first-child .plg-submenu.active {
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-in-out 0.1s;
    transition: opacity 0.3s ease-in-out 0.1s;
  }
  #plg-teamitem1 .plg-grid .plg-grid__item:last-child {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plg-teamitem1 .plg-grid .plg-grid__item:last-child .plg-grid__content {
    min-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #plg-teamitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text {
    padding: 90px 20px 50px 20px;
    max-width: 510px;
  }
  #plg-teamitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text h1 {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    width: 100%;
  }
  #plg-teamitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text .plg-function {
    margin-bottom: 10px;
  }
  #plg-teamitem1 .plg-grid .plg-grid__item:last-child .plg-grid__text .plg-grid__txt {
    padding: 0;
  }
  #plg-teamitem1 .plg-grid .plg-grid__item:last-child .plg-img {
    position: relative;
    right: unset;
    top: unset;
    height: 0%;
    padding-bottom: 140%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #plg-teamitem1 .plg-grid .mobileresize .plg-img {
    padding-bottom: 100% !important;
    background-position: center right !important;
  }
  #plg-careers1,
  #plg-reports1 {
    height: auto;
  }
  #plg-careers1 .plg-container,
  #plg-reports1 .plg-container {
    height: auto;
  }
  #plg-careers1 .plg-grid,
  #plg-reports1 .plg-grid {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
  #plg-careers1 .plg-grid .plg-grid__item:first-of-type,
  #plg-reports1 .plg-grid .plg-grid__item:first-of-type {
    padding: 50px 20px 40px 20px;
    width: 100%;
  }
  #plg-careers1 .plg-grid .plg-grid__item:last-of-type,
  #plg-reports1 .plg-grid .plg-grid__item:last-of-type {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plg-careers1 .plg-grid .plg-grid__item:last-of-type .plg-grid__content,
  #plg-reports1 .plg-grid .plg-grid__item:last-of-type .plg-grid__content {
    min-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #plg-careers1 .plg-grid .plg-grid__item:last-of-type .plg-grid__text,
  #plg-reports1 .plg-grid .plg-grid__item:last-of-type .plg-grid__text {
    padding: 50px 20px;
    max-width: 510px;
  }
  #plg-careers1 .plg-grid .plg-grid__item:last-of-type .plg-grid__text h1,
  #plg-reports1 .plg-grid .plg-grid__item:last-of-type .plg-grid__text h1 {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    width: auto;
  }
  #plg-careers1 .plg-grid .plg-grid__item:last-of-type .plg-grid__text .plg-grid__txt,
  #plg-reports1 .plg-grid .plg-grid__item:last-of-type .plg-grid__text .plg-grid__txt {
    padding: 0;
  }
  #plg-careers1 #form .policy label a,
  #plg-reports1 #form .policy label a {
    display: inline-block;
    margin-left: 2px;
  }
  #plg-reports1.plg-reports-viewer .plg-grid .plg-grid__item:first-of-type {
    padding-top: 40px;
  }
  #plg-reports1.plg-reports-viewer .plg-grid .plg-grid__item:last-of-type {
    height: 75vh;
    min-height: 480px;
  }
  #plg-reports1.plg-reports-viewer .plg-grid .plg-grid__item:last-of-type .plg-grid__content {
    height: 100%;
    min-height: 100%;
  }
  #plg-contact1 {
    height: auto;
  }
  #plg-contact1 .plg-container {
    height: auto;
  }
  #plg-contact1 .plg-grid {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
  #plg-contact1 .plg-grid .plg-grid__item:first-of-type {
    padding: 50px 20px 40px 20px;
    width: 100%;
  }
  #plg-contact1 .plg-grid .plg-grid__item:last-of-type {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plg-contact1 .plg-grid .plg-grid__item:last-of-type .plg-grid__content {
    min-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #plg-contact1 .plg-grid .plg-grid__item:last-of-type .plg-grid__text {
    padding: 50px 20px;
    max-width: 510px;
  }
  #plg-contact1 .plg-grid .plg-grid__item:last-of-type .plg-grid__text h1 {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    width: auto;
  }
  #plg-contact1 .plg-grid .plg-grid__item:last-of-type .plg-grid__text .plg-grid__txt {
    padding: 0;
  }
  #plg-contact1 #form .policy label a {
    display: inline-block;
    margin-left: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .fadeIn {
    -webkit-animation: fadeIn 0.5s ease-in-out forwards;
            animation: fadeIn 0.5s ease-in-out forwards;
  }
  .fadeIn.delay03 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .fadeIn.delay05 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .fadeIn.delay07 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  #plg-news1 .plg-grid .plg-innergrid {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #plg-news1 .plg-grid .plg-innergrid .plg-innergrid__item {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .mobilecontain {
    background-size: contain !important;
    background-position: center !important;
  }
  #plg-historyitem1.mission .plg-grid .plg-grid__item:last-child .plg-grid__text .plg-grid__txt {
    display: block;
    width: 100%;
    margin: 0;
  }
  #plg-historyitem1.mission .plg-grid .plg-grid__item:last-child .plg-grid__text .plg-grid__txt .plg-grid__txtitem {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #plg-historyitem1.mission .plg-grid .plg-grid__item:last-child .plg-grid__text .plg-grid__txt .plg-grid__txtitem:last-of-type {
    margin: 0;
  }
}
